{"title":"Apple Test \/ Black Friday","description":"\u003cmeta charset=\"UTF-8\"\u003e\n\u003cmeta content=\"width=device-width, initial-scale=1.0\" name=\"viewport\"\u003e\n\n\u003cstyle\u003e\n    \/* サイバーパンク背景 - テーマ背景を完全にオーバーライド *\/\n    .bf-starry-background {\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: linear-gradient(to bottom, #0a0e27, #1a1f3a, #0a0e27) !important;\n        z-index: 0 !important;\n        pointer-events: none;\n    }\n\n    .bf-starry-background::before {\n        content: '';\n        position: absolute;\n        width: 100%;\n        height: 100%;\n        background-image: \n            linear-gradient(rgba(0, 255, 255, 0.1) 1px, transparent 1px),\n            linear-gradient(90deg, rgba(0, 255, 255, 0.1) 1px, transparent 1px);\n        background-size: 50px 50px;\n        animation: bf-gridMove 20s linear infinite;\n    }\n\n    @keyframes bf-gridMove {\n        0% { transform: translateY(0); }\n        100% { transform: translateY(50px); }\n    }\n\n    .bf-stars {\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        overflow: hidden;\n        pointer-events: none;\n        z-index: 1;\n    }\n\n    .bf-star {\n        position: absolute;\n        width: 3px;\n        height: 3px;\n        background: #00ffff;\n        box-shadow: 0 0 5px #00ffff;\n        animation: bf-twinkle 3s infinite;\n        border-radius: 50%;\n        pointer-events: none;\n    }\n\n    @keyframes bf-twinkle {\n        0%, 100% { opacity: 0.3; }\n        50% { opacity: 1; }\n    }\n\n    \/* 流れ星を最上段に配置してクリックしやすく *\/\n    .bf-shooting-star {\n        position: fixed;\n        font-size: 32px;\n        cursor: pointer;\n        user-select: none;\n        z-index: 99999 !important;\n        pointer-events: auto !important;\n        filter: drop-shadow(0 0 10px rgba(255, 215, 0, 1));\n        transition: transform 0.1s ease;\n    }\n\n    .bf-shooting-star:hover {\n        transform: scale(1.2);\n    }\n\n    .bf-shooting-star:active {\n        transform: scale(1.5) !important;\n    }\n\n    .bf-shooting-star.moving {\n        animation: bf-shoot 3s linear forwards;\n    }\n\n    @keyframes bf-shoot {\n        0% {\n            transform: translate(0, 0) rotate(-45deg);\n            opacity: 1;\n        }\n        100% {\n            transform: translate(-400px, 400px) rotate(-45deg);\n            opacity: 0;\n        }\n    }\n\n    \/* コンテンツエリア - テーマ背景を完全にオーバーライド *\/\n    body {\n        font-family: 'Courier New', monospace, 'Segoe UI', Roboto, sans-serif;\n        background-color: transparent !important;\n        background: transparent !important;\n        margin: 0;\n        padding: 0;\n    }\n\n    \/* Shopifyテーマの背景を強制的に透明化 *\/\n    #shopify-section-collection-template,\n    .collection-template,\n    .main-content,\n    [id*=\"collection\"] {\n        background: transparent !important;\n        background-color: transparent !important;\n    }\n\n    .collection-description {\n        max-width: 960px;\n        margin: 40px auto;\n        padding: 0 20px;\n        position: relative;\n        z-index: 10;\n    }\n\n    \/* メインキャンペーンブロック *\/\n    .main-campaign-block {\n        background: rgba(10, 14, 39, 0.95);\n        border: 2px solid rgba(0, 255, 255, 0.5);\n        border-radius: 16px;\n        box-shadow: 0 0 30px rgba(0, 255, 255, 0.3);\n        padding: 40px 32px;\n        margin-bottom: 40px;\n        backdrop-filter: blur(15px);\n        transition: all 0.3s ease;\n        text-align: center;\n    }\n\n    .main-campaign-block:hover {\n        border-color: rgba(0, 255, 255, 0.8);\n        box-shadow: 0 0 40px rgba(0, 255, 255, 0.5);\n    }\n\n    \/* キャンペーンタイトル *\/\n    .campaign-title {\n        color: #00ffff;\n        font-size: 2.5rem;\n        font-weight: bold;\n        letter-spacing: 3px;\n        text-shadow: 0 0 15px rgba(0, 255, 255, 0.8);\n        margin-bottom: 10px;\n        font-family: 'Courier New', monospace;\n    }\n\n    .campaign-period {\n        color: rgba(255, 255, 255, 0.8);\n        font-size: 1.1rem;\n        margin-bottom: 25px;\n        letter-spacing: 1px;\n    }\n\n    \/* MAX割引バッジ *\/\n    .max-discount-badge {\n        display: inline-block;\n        background: linear-gradient(135deg, #FFD700, #FFA500);\n        color: #000;\n        font-size: 2rem;\n        font-weight: bold;\n        padding: 15px 40px;\n        border-radius: 50px;\n        margin: 20px 0;\n        box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);\n        animation: bf-pulse 2s infinite;\n        letter-spacing: 2px;\n    }\n\n    @keyframes bf-pulse {\n        0%, 100% { transform: scale(1); }\n        50% { transform: scale(1.05); }\n    }\n\n    \/* カウントダウンタイマー *\/\n    .countdown-container {\n        margin: 30px 0;\n    }\n\n    .countdown-label {\n        color: #00ffff;\n        font-size: 1.2rem;\n        margin-bottom: 15px;\n        letter-spacing: 2px;\n    }\n\n    .countdown-timer {\n        display: flex;\n        justify-content: center;\n        gap: 20px;\n        flex-wrap: wrap;\n    }\n\n    .countdown-item {\n        background: rgba(0, 255, 255, 0.1);\n        border: 2px solid rgba(0, 255, 255, 0.5);\n        border-radius: 12px;\n        padding: 15px 20px;\n        min-width: 80px;\n    }\n\n    .countdown-value {\n        color: #FFD700;\n        font-size: 2.5rem;\n        font-weight: bold;\n        display: block;\n        line-height: 1;\n    }\n\n    .countdown-unit {\n        color: rgba(255, 255, 255, 0.7);\n        font-size: 0.9rem;\n        display: block;\n        margin-top: 5px;\n    }\n\n    \/* 通常のブロック *\/\n    .campaign-block,\n    .info-block {\n        background: rgba(10, 14, 39, 0.9);\n        border: 1px solid rgba(0, 255, 255, 0.3);\n        border-radius: 12px;\n        box-shadow: 0 0 20px rgba(0, 255, 255, 0.2);\n        padding: 24px;\n        margin-bottom: 32px;\n        backdrop-filter: blur(10px);\n        transition: all 0.3s ease;\n    }\n\n    .campaign-block:hover,\n    .info-block:hover {\n        border-color: rgba(0, 255, 255, 0.6);\n        box-shadow: 0 0 30px rgba(0, 255, 255, 0.3);\n    }\n\n    h2, h3 {\n        margin-top: 0;\n        color: #00ffff;\n        font-family: 'Courier New', monospace;\n        letter-spacing: 2px;\n        text-shadow: 0 0 10px rgba(0, 255, 255, 0.5);\n    }\n\n    h2 {\n        font-size: 1.8rem;\n        margin-bottom: 20px;\n    }\n\n    h3 {\n        font-size: 1.3rem;\n        margin-bottom: 15px;\n        margin-top: 25px;\n    }\n\n    p, li {\n        color: rgba(255, 255, 255, 0.9);\n        font-size: 15px;\n        line-height: 1.8;\n        margin-bottom: 15px;\n    }\n\n    ul {\n        padding-left: 20px;\n        margin-bottom: 20px;\n    }\n\n    li {\n        margin-bottom: 10px;\n    }\n\n    .campaign-description {\n        text-align: center;\n        font-size: 1.1rem;\n        line-height: 2;\n        margin: 25px 0;\n    }\n\n    \/* ページ最下段の注意事項・配送情報セクション *\/\n    .bf-footer-info {\n        width: 100%;\n        margin-top: 80px;\n        padding: 60px 0;\n        background: rgba(10, 14, 39, 0.95);\n        border-top: 2px solid rgba(0, 255, 255, 0.3);\n        position: relative;\n        z-index: 5;\n    }\n\n    .bf-footer-container {\n        max-width: 960px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n\n    \/* クーポンモーダル *\/\n    .bf-coupon-modal {\n        display: none;\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background: rgba(0, 0, 0, 0.8);\n        z-index: 10000;\n        justify-content: center;\n        align-items: center;\n        animation: bf-fadeIn 0.3s ease;\n    }\n\n    .bf-coupon-modal.show {\n        display: flex;\n    }\n\n    @keyframes bf-fadeIn {\n        from { opacity: 0; }\n        to { opacity: 1; }\n    }\n\n    .bf-coupon-content {\n        background: linear-gradient(135deg, #FFD700, #FFA500);\n        padding: 40px;\n        border-radius: 20px;\n        text-align: center;\n        max-width: 400px;\n        width: 90%;\n        box-shadow: 0 20px 60px rgba(255, 215, 0, 0.5);\n        animation: bf-bounceIn 0.5s ease;\n        position: relative;\n    }\n\n    @keyframes bf-bounceIn {\n        0% {\n            transform: scale(0.3);\n            opacity: 0;\n        }\n        50% {\n            transform: scale(1.05);\n        }\n        100% {\n            transform: scale(1);\n            opacity: 1;\n        }\n    }\n\n    .bf-coupon-title {\n        font-size: 2rem;\n        font-weight: bold;\n        color: #000;\n        margin-bottom: 20px;\n        font-family: 'Courier New', monospace;\n    }\n\n    .bf-coupon-code {\n        background: white;\n        color: #000;\n        padding: 20px;\n        border-radius: 10px;\n        font-size: 2rem;\n        font-weight: bold;\n        letter-spacing: 3px;\n        margin: 20px 0;\n        border: 3px dashed #FFA500;\n        font-family: 'Courier New', monospace;\n    }\n\n    .bf-coupon-description {\n        color: #000;\n        font-size: 1.1rem;\n        margin-bottom: 20px;\n        line-height: 1.6;\n    }\n\n    .bf-close-modal,\n    .bf-copy-button {\n        background: #000;\n        color: #FFD700;\n        border: none;\n        padding: 15px 40px;\n        border-radius: 50px;\n        font-size: 1.1rem;\n        font-weight: bold;\n        cursor: pointer;\n        transition: all 0.3s ease;\n        font-family: 'Courier New', monospace;\n        margin: 5px;\n    }\n\n    .bf-close-modal:hover,\n    .bf-copy-button:hover {\n        background: #333;\n        transform: scale(1.05);\n    }\n\n    .bf-celebration {\n        position: fixed;\n        font-size: 3rem;\n        animation: bf-celebrate 1s ease-out;\n        pointer-events: none;\n        z-index: 9999;\n    }\n\n    @keyframes bf-celebrate {\n        0% {\n            transform: translate(0, 0) scale(0);\n            opacity: 1;\n        }\n        100% {\n            transform: translate(var(--tx), var(--ty)) scale(1);\n            opacity: 0;\n        }\n    }\n\n    \/* レスポンシブ *\/\n    @media (max-width: 768px) {\n        .campaign-title {\n            font-size: 1.8rem;\n        }\n\n        .campaign-period {\n            font-size: 0.95rem;\n        }\n\n        .max-discount-badge {\n            font-size: 1.5rem;\n            padding: 12px 30px;\n        }\n\n        .countdown-value {\n            font-size: 2rem;\n        }\n\n        .countdown-item {\n            min-width: 65px;\n            padding: 12px 15px;\n        }\n\n        h2 {\n            font-size: 1.5rem;\n        }\n\n        h3 {\n            font-size: 1.2rem;\n        }\n\n        .bf-coupon-title {\n            font-size: 1.5rem;\n        }\n\n        .bf-coupon-code {\n            font-size: 1.5rem;\n            padding: 15px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003c!-- サイバーパンク背景 --\u003e\n\u003cdiv class=\"bf-starry-background\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"bf-stars\" id=\"bfStars\"\u003e\u003c\/div\u003e\n\n\u003cdiv class=\"collection-description\"\u003e\n    \u003c!-- メインキャンペーンブロック --\u003e\n    \u003cdiv class=\"main-campaign-block\"\u003e\n        \u003ch2 class=\"campaign-title\"\u003e[ BLACK FRIDAY 2025 ]\u003c\/h2\u003e\n        \u003cp class=\"campaign-period\"\u003e2025年11月12日 12:00 ~ 12月1日 23:59\u003c\/p\u003e\n        \n        \u003cdiv class=\"max-discount-badge\"\u003eMAX 50% OFF\u003c\/div\u003e\n        \n        \u003cdiv class=\"countdown-container\"\u003e\n            \u003cdiv class=\"countdown-label\"\u003e⏰ キャンペーン終了まで\u003c\/div\u003e\n            \u003cdiv class=\"countdown-timer\" id=\"bfCountdown\"\u003e\n                \u003cdiv class=\"countdown-item\"\u003e\n                    \u003cspan class=\"countdown-value\" id=\"bfDays\"\u003e00\u003c\/span\u003e\n                    \u003cspan class=\"countdown-unit\"\u003e日\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"countdown-item\"\u003e\n                    \u003cspan class=\"countdown-value\" id=\"bfHours\"\u003e00\u003c\/span\u003e\n                    \u003cspan class=\"countdown-unit\"\u003e時間\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"countdown-item\"\u003e\n                    \u003cspan class=\"countdown-value\" id=\"bfMinutes\"\u003e00\u003c\/span\u003e\n                    \u003cspan class=\"countdown-unit\"\u003e分\u003c\/span\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"countdown-item\"\u003e\n                    \u003cspan class=\"countdown-value\" id=\"bfSeconds\"\u003e00\u003c\/span\u003e\n                    \u003cspan class=\"countdown-unit\"\u003e秒\u003c\/span\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cp class=\"campaign-description\"\u003e\n            在庫限りで終了となるアイテムをお得な価格でご紹介いたします。\u003cbr\u003e\n            残り僅かとなりますのでこの機会にぜひご利用ください。\n        \u003c\/p\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c!-- ページ最下段の注意事項・配送情報セクション --\u003e\n\u003cdiv class=\"bf-footer-info\"\u003e\n    \u003cdiv class=\"bf-footer-container\"\u003e\n        \u003c!-- お届けについて --\u003e\n        \u003cdiv class=\"info-block\"\u003e\n            \u003ch2\u003e📦 お届けについて\u003c\/h2\u003e\n            \u003cp\u003eご注文いただきました商品はすべて「佐川急便」で発送いたします。\u003c\/p\u003e\n            \u003cp\u003eご注文商品の発送は注文日の3~5日以内に発送いたします。\u003c\/p\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\n        \u003c!-- 注意事項 --\u003e\n        \u003cdiv class=\"info-block\"\u003e\n            \u003ch2\u003e⚠️ 注意事項\u003c\/h2\u003e\n            \n            \u003ch3\u003e🌟 キャンペーンについて\u003c\/h3\u003e\n            \u003cul\u003e\n                \u003cli\u003e本企画は予告なく変更または終了する場合がございます。\u003c\/li\u003e\n                \u003cli\u003e本企画はBRAIN SLEEP OFFICIAL SITE限定での販売となります。\u003c\/li\u003e\n                \u003cli\u003e原則として他の割引クーポンやキャンペーンとの併用はできません。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch3\u003e🎁 ノベルティについて\u003c\/h3\u003e\n            \u003cul\u003e\n                \u003cli\u003eノベルティが適用される場合は注文完了後に自動適用されます。\u003c\/li\u003e\n                \u003cli\u003eノベルティの商品を指定することはできません。\u003c\/li\u003e\n                \u003cli\u003eノベルティの適用は1回のご注文につき1度限りとなります。\u003c\/li\u003e\n                \u003cli\u003e在庫状況により欠品する場合がございます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch3\u003e📦 商品・在庫について\u003c\/h3\u003e\n            \u003cul\u003e\n                \u003cli\u003e在庫状況により欠品する場合がございます。\u003c\/li\u003e\n                \u003cli\u003eアイテムが一時的に非表示や売り切れとなる場合がございます。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch3\u003e💰 価格・お支払いについて\u003c\/h3\u003e\n            \u003cul\u003e\n                \u003cli\u003eセール期間中は価格が予告なく変動する場合があり、表示価格と購入価格が異なる場合がございます。\u003c\/li\u003e\n                \u003cli\u003eご注文確定後の価格変更はできません。\u003c\/li\u003e\n            \u003c\/ul\u003e\n\n            \u003ch3\u003e🔄 返品・交換について\u003c\/h3\u003e\n            \u003cul\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\u003c!-- クーポンモーダル --\u003e\n\u003cdiv class=\"bf-coupon-modal\" id=\"bfCouponModal\"\u003e\n    \u003cdiv class=\"bf-coupon-content\"\u003e\n        \u003cdiv class=\"bf-coupon-title\"\u003e🎉 おめでとうございます!\u003c\/div\u003e\n        \u003cdiv class=\"bf-coupon-description\"\u003e流れ星をキャッチしました!\u003cbr\u003e特別クーポンをGET!\u003c\/div\u003e\n        \u003cdiv class=\"bf-coupon-code\" id=\"bfCouponCode\"\u003eBF2025-STAR\u003c\/div\u003e\n        \u003cbutton class=\"bf-copy-button\" onclick=\"bfCopyCoupon()\"\u003e📋 コードをコピー\u003c\/button\u003e\n        \u003cbr\u003e\n        \u003cbutton class=\"bf-close-modal\" onclick=\"bfCloseModal()\"\u003e閉じる\u003c\/button\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cscript\u003e\n(function() {\n    \/\/ カウントダウンタイマー\n    function updateCountdown() {\n        const endDate = new Date('2025-12-01T23:59:59+09:00');\n        const now = new Date();\n        const diff = endDate - now;\n\n        if (diff \u003c= 0) {\n            document.getElementById('bfDays').textContent = '00';\n            document.getElementById('bfHours').textContent = '00';\n            document.getElementById('bfMinutes').textContent = '00';\n            document.getElementById('bfSeconds').textContent = '00';\n            return;\n        }\n\n        const days = Math.floor(diff \/ (1000 * 60 * 60 * 24));\n        const hours = Math.floor((diff % (1000 * 60 * 60 * 24)) \/ (1000 * 60 * 60));\n        const minutes = Math.floor((diff % (1000 * 60 * 60)) \/ (1000 * 60));\n        const seconds = Math.floor((diff % (1000 * 60)) \/ 1000);\n\n        document.getElementById('bfDays').textContent = String(days).padStart(2, '0');\n        document.getElementById('bfHours').textContent = String(hours).padStart(2, '0');\n        document.getElementById('bfMinutes').textContent = String(minutes).padStart(2, '0');\n        document.getElementById('bfSeconds').textContent = String(seconds).padStart(2, '0');\n    }\n\n    \/\/ 星の生成\n    function createStars() {\n        const starsContainer = document.getElementById('bfStars');\n        if (!starsContainer) return;\n        \n        const numberOfStars = 150;\n\n        for (let i = 0; i \u003c numberOfStars; i++) {\n            const star = document.createElement('div');\n            star.className = 'bf-star';\n            star.style.left = Math.random() * 100 + '%';\n            star.style.top = Math.random() * 100 + '%';\n            star.style.animationDelay = Math.random() * 3 + 's';\n            star.style.opacity = Math.random() * 0.7 + 0.3;\n            starsContainer.appendChild(star);\n        }\n    }\n\n    \/\/ 流れ星の生成\n    function createShootingStar() {\n        const starsContainer = document.getElementById('bfStars');\n        if (!starsContainer) return;\n        \n        const shootingStar = document.createElement('div');\n        shootingStar.className = 'bf-shooting-star moving';\n        shootingStar.textContent = '⭐';\n        shootingStar.style.left = (Math.random() * 80 + 10) + '%';\n        shootingStar.style.top = (Math.random() * 50) + '%';\n        \n        \/\/ クリック領域を拡大\n        shootingStar.style.padding = '10px';\n        \n        shootingStar.onclick = function(e) {\n            e.stopPropagation();\n            e.preventDefault();\n            catchStar(e, shootingStar);\n        };\n        \n        shootingStar.ontouchstart = function(e) {\n            e.preventDefault();\n            e.stopPropagation();\n            catchStar(e.touches[0], shootingStar);\n        };\n        \n        starsContainer.appendChild(shootingStar);\n\n        setTimeout(() =\u003e {\n            if (shootingStar.parentNode) {\n                shootingStar.remove();\n            }\n        }, 3000);\n    }\n\n    \/\/ 流れ星キャッチ処理\n    function catchStar(e, star) {\n        if (star.parentNode) {\n            star.remove();\n        }\n        \n        const x = e.clientX || e.pageX || window.innerWidth \/ 2;\n        const y = e.clientY || e.pageY || window.innerHeight \/ 2;\n        createCelebration(x, y);\n        \n        setTimeout(() =\u003e {\n            showCouponModal();\n        }, 200);\n    }\n\n    \/\/ お祝いエフェクト\n    function createCelebration(x, y) {\n        const emojis = ['✨', '🎉', '⭐', '💫', '🌟'];\n        for (let i = 0; i \u003c 8; i++) {\n            const celebration = document.createElement('div');\n            celebration.className = 'bf-celebration';\n            celebration.textContent = emojis[Math.floor(Math.random() * emojis.length)];\n            celebration.style.left = x + 'px';\n            celebration.style.top = y + 'px';\n            \n            const angle = (Math.PI * 2 * i) \/ 8;\n            const distance = 100;\n            celebration.style.setProperty('--tx', Math.cos(angle) * distance + 'px');\n            celebration.style.setProperty('--ty', Math.sin(angle) * distance + 'px');\n            \n            document.body.appendChild(celebration);\n            \n            setTimeout(() =\u003e celebration.remove(), 1000);\n        }\n    }\n\n    \/\/ クーポンモーダル表示\n    function showCouponModal() {\n        const modal = document.getElementById('bfCouponModal');\n        if (modal) {\n            modal.classList.add('show');\n        }\n    }\n\n    \/\/ グローバル関数として定義\n    window.bfCloseModal = function() {\n        const modal = document.getElementById('bfCouponModal');\n        if (modal) {\n            modal.classList.remove('show');\n        }\n    };\n\n    window.bfCopyCoupon = function() {\n        const couponCode = document.getElementById('bfCouponCode');\n        if (!couponCode) return;\n        \n        const text = couponCode.textContent;\n        \n        if (navigator.clipboard \u0026\u0026 navigator.clipboard.writeText) {\n            navigator.clipboard.writeText(text).then(() =\u003e {\n                alert('クーポンコードをコピーしました!');\n            }).catch(() =\u003e {\n                fallbackCopy(text);\n            });\n        } else {\n            fallbackCopy(text);\n        }\n    };\n\n    function fallbackCopy(text) {\n        const textArea = document.createElement('textarea');\n        textArea.value = text;\n        textArea.style.position = 'fixed';\n        textArea.style.left = '-999999px';\n        document.body.appendChild(textArea);\n        textArea.select();\n        try {\n            document.execCommand('copy');\n            alert('クーポンコードをコピーしました!');\n        } catch (err) {\n            alert('コピーに失敗しました。手動でコピーしてください。');\n        }\n        document.body.removeChild(textArea);\n    }\n\n    \/\/ 初期化\n    if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', function() {\n            createStars();\n            updateCountdown();\n            setInterval(updateCountdown, 1000);\n            setInterval(createShootingStar, 3000);\n        });\n    } else {\n        createStars();\n        updateCountdown();\n        setInterval(updateCountdown, 1000);\n        setInterval(createShootingStar, 3000);\n    }\n})();\n\u003c\/script\u003e","products":[{"product_id":"pillow","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  .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  .remodal {\n      padding: 0;\n      max-width: 650px\n  }\n\n  .remodal-close {\n      left: auto;\n      right: 0\n  }\n\n  .remodal-close:before {\n      font-size: 40px\n  }\n\n  .remodal-overlay {\n      z-index: 3\n  }\n\n  .remodal-wrapper {\n      z-index: 4\n  }\n\n  .topPurchase__sec {\n      display: none\n  }\n\n  .rwlp__header__menu__link:hover {\n      color: #fff !important\n  }\n\n  .tk-termina {\n      font-family: termina, sans-serif\n  }\n\n  .btn20220630 {\n      border: 1px solid #000;\n      color: #000;\n      width: 9pc;\n      text-align: center;\n      padding: 8px 0;\n      font-size: 9pt;\n      display: inline-block;\n      position: relative;\n      text-decoration: none;\n      overflow: hidden;\n      outline: 0;\n      transform: .3s !important\n  }\n\n  .btn20220630 span {\n      position: relative;\n      z-index: 1;\n      color: #000\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  .remodal-overlay {\n      z-index: 4\n  }\n\n  .recommend__list {\n      display: flex;\n      width: 75pc;\n      padding: 60px 0 90px;\n      margin: 0 auto\n  }\n\n  .recommend__item {\n      width: 14pc;\n      margin: 0 8px\n  }\n\n  .recommend__item__inner {\n      padding: 0 20px\n  }\n\n  .recommend__item__name {\n      font-size: 15px;\n      margin: 9pt 0\n  }\n\n  .recommend__item__txt {\n      font-size: 15px;\n      margin-bottom: 9pt\n  }\n\n  @media screen and (max-width:749px) {\n      .recommend__list__wrap {\n          overflow-x: auto;\n          width: 100vw\n      }\n\n      .recommend__list {\n          overflow-x: hidden !important;\n          width: 206vw\n      }\n\n      .recommend__item {\n          width: 32vw;\n          margin: 0 4vw\n      }\n\n      .recommend__item__inner {\n          padding: 0\n      }\n\n      .recommend__item__name,\n      .recommend__item__txt {\n          font-size: 9pt\n      }\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  .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  .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      .sleep__info__book {\n          padding-bottom: 10px;\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  .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 .faq__item__question {\n      padding-bottom: 24px;\n      padding-top: 10px\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      #size .spec__item__size__lists .slick-dots {\n          left: 20px;\n          width: calc(100% - 40px)\n      }\n\n      .pillow_catch {\n          font-size: 9px\n      }\n      .tech01_02 img {\n        width: 100%!important;\n        margin-left: -3%!important;\n      }\n      #cool .technology__item__desc+.technology__item__desc {\n        margin-top: 40px!important;\n      }\n  }\n\n  .pillow_catch {\n      font-size: 10px\n  }\n\n  .section__title__text,\n  .sleep__info__book__top,\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  .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\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  .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  @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          text-align: center;\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\u003c\/style\u003e\n\u003cscript\u003e$('a[href^=\"#\"]').click(function () { var n = $(this).attr(\"href\"), t = $(n == \"#\" || n == \"\" ? \"html\" : n), i = t.offset().top; return $(\"html, body\").animate({ scrollTop: i }, 500, \"swing\"), !1 })\u003c\/script\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\u003cheader style=\"display: none;\" class=\"rwlp__header__wrapper\"\u003e\n\u003cdiv\u003e\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\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\u003c\/header\u003e\u003c\/div\u003e\n\u003c\/header\u003e\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\u003ch1 class=\"mv__caption__text ad_on_off\"\u003e穩定支撐，放鬆入睡，\u003cbr class=\"u-sp\"\u003e舒適的睡眠體驗。\u003cspan\u003e迎接清爽自在的早晨\u003c\/span\u003e\u003c\/h1\u003e\n\u003ch1 style=\"display: none; line-height: 125%;\" class=\"mv__caption__text y_ad_on\"\u003e脳と睡眠研究によって\u003cbr\u003e生まれた枕\u003c\/h1\u003e\n\u003c\/div\u003e\n\u003cpicture\u003e \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_pillow_mv_sp_ad_model.webp\" media=\"(max-width: 767px)\"\u003e \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_pillow_mv_pc_ad_model.webp\" media=\"(min-width: 768px)\"\u003e\u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_pillow_mv_pc_ad_model.webp\" alt=\"\" height=\"787\" width=\"1400\"\u003e \u003csource\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"sleep__info\" class=\"sleep__info\"\u003e\n\u003cdiv class=\"sleep__info__book_20241118\"\u003e\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\u003c\/h2\u003e\n\u003ch2 class=\"y_ad_on\" style=\"display: none;\"\u003e集結『史丹佛式最優質的睡眠』中\u003cbr\u003e \u003cspan\u003e所有優點的唯一枕頭\u003c\/span\u003e\u003c\/h2\u003e\n\u003cdiv class=\"stanford_text_2\"\u003e\n\u003ch3\u003e集結『史丹佛式最優質的睡眠』中\u003cbr\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\u003c\/div\u003e\n\u003cp\u003e人生中有3分之1都在睡覺。\u003cbr\u003e睡得不好不僅無法好好休息，也會導致無法發揮好表現\u003cbr\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\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\u003c\/h3\u003e\n\u003cdiv class=\"ad_on_off\"\u003e\n\u003cdiv style=\"display: flex; width: 35%; margin-left: 7%; margin-top: 50px;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_03_reg_zh-hant.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_zh-hant.webp?2\" class=\"u-pc\" style=\"margin-left: 100px;\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv style=\"display: flex; width: 100%; flex-direction: column;\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_02_reg_sp_zh-hant.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_zh-hant.webp?2\" class=\"u-sp\" style=\"margin-top: 60px;\" decoding=\"async\" loading=\"lazy\"\u003e\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\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\u003c\/div\u003e\n\u003cdiv style=\"display: flex; width: 100%; flex-direction: column;\"\u003e\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sleep__info__important_20241118\"\u003e\n\u003cdiv class=\"important_img\"\u003e\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 class=\"u-pc\"\u003e關鍵90分鐘。\u003c\/h3\u003e\n\u003ch3 style=\"display: none;\" class=\"sleep__info__quality__golden__title y_ad_on\"\u003e睡眠に重要な\u003cbr\u003e“黄金の\u003cspan class=\"termina\"\u003e90\u003c\/span\u003e分”\u003c\/h3\u003e\n\u003cp class=\"sleep__info__quality__golden__desc ad_on_off\"\u003e對於無法確保充足睡眠時間的日本人來說，入睡前的90分鐘，是影響整體睡眠感受的重要時段。\u003c\/p\u003e\n\u003cp style=\"display: none;\" class=\"sleep__info__quality__golden__desc y_ad_on\"\u003e對於無法確保充足睡眠時間的日本人來說，入睡前的90分鐘，是影響整體睡眠感受的重要時段。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sleep__info__quality__golden__img\"\u003e\u003cimg height=\"472\" width=\"840\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_06_zh-hant.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\u003e \u003cimg height=\"472\" width=\"840\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_05_sp_zh-hant.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\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想要享受舒適睡眠\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\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配合每個人的頭型大小和睡姿\u003cbr\u003e實現與自己貼合的完美型態。\u003c\/p\u003e\n\u003cp class=\"fit__txt u-pc\"\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\/c221a949795a43868914acae20d8d120.mp4\" style=\"aspect-ratio: 1920\/1080;\" height=\"1080\" width=\"1920\" 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實現完美貼合型態\u003cbr\u003e\u003cspan\u003e3LAYER×\u003cbr\u003e9GRADATION\u003c\/span\u003e\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\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_zh-hant.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_zh-hant.webp\" class=\"u-sp gradient2\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"demerit\"\u003e\u003cimg height=\"497\" width=\"1100\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_07_zh-hant.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_zh-hant.webp?1\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"intro__comparison\"\u003e\u003cimg height=\"873\" width=\"1196\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_08_zh-hant.webp?1\" 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_20241118_img_07_sp_zh-hant.webp?1\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"sleep__info3\"\u003e\n\u003cdiv class=\"brain_sleeper user\"\u003e\n\u003cdiv class=\"ad_on_off\"\u003e\u003cimg height=\"770\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_v3_zh-hant.webp?1\" 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_09_sp_zh-hant.webp?1\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"y_ad_on\" style=\"display: none;\"\u003e\u003cimg height=\"770\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_ad.webp?1\" 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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"brain_sleeper craftsman\" style=\"padding-bottom: 25px; margin-bottom: 0;\"\u003e\n\u003ch3 style=\"margin-bottom: 0;\"\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\/li3ZA7D3x0g?si=ULELp9Ck2T_aKXRp\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen=\"\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"concept\"\u003e\n\u003cdiv class=\"concept__bg\"\u003e\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\u003c\/div\u003e\n\u003cp class=\"massage_txt\"\u003eAWAKEN\u003cbr class=\"u-sp\"\u003e YOUR\u003cbr class=\"u-sp\"\u003e POSSIBILITY.\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\u003cspan\u003eTECHNOLOGY\u003c\/span\u003e專利科技\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\u003cspan\u003e01\u003c\/span\u003e透氣涼感體驗\u003cbr\u003e享受安穩睡眠\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\u003cspan\u003e01\u003c\/span\u003e頭を冷やす\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\u003cspan\u003e02\u003c\/span\u003e以專利技術\u003cbr\u003e打造屬於你的枕頭\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\u003cspan\u003e03\u003c\/span\u003e用水即可進行清洗\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\u003ch2 class=\"technology__item__title ad_on_off\"\u003e\u003cspan\u003e01\u003c\/span\u003eCool your brain\u003c\/h2\u003e\n\u003ch2 style=\"display: none;\" class=\"technology__item__title y_ad_on\"\u003e\u003cspan\u003e01\u003c\/span\u003eCool your head\u003c\/h2\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_zh-hant.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 ad_on_off\"\u003e透氣涼感體驗\u003cbr\u003e享受安穩睡眠\u003c\/h3\u003e\n\u003ch3 style=\"display: none;\" class=\"technology__item__desc__text__content__title y_ad_on\"\u003e頭を冷やす\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc\"\u003e腦眠科技枕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_zh-hant.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\n  \u003cimg class=\"u-pc\" 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_zh-hant.webp\" decoding=\"async\" loading=\"lazy\"\u003e\n  \u003cimg class=\"u-sp\" 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_sp_zh-hant.webp\" 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\u003ch3 class=\"technology__item__desc__text__content__title\"\u003e貼合支撐，助你放鬆入睡，\u003cbr\u003e享受關鍵的黃金90分鐘。\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\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\n  \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech01_03_v2_zh-hant.webp\" alt=\"\" width=\"1400\" height=\"788\" style=\"height: unset; position: relative;\"\u003e\n  \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech01_03_v2_sp_zh-hant.webp\" alt=\"\" width=\"1400\" height=\"788\" style=\"height: unset; position: relative;\"\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即使只有睡1小時\u003cbr\u003e也能幫助疲勞感舒緩度達116%\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc\"\u003e躺在腦眠科技枕上睡6小時，與市售的機能枕上睡7小時的疲勞舒緩度做比較，可以發現到腦眠科技枕的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\n  \u003cimg class=\"u-pc\" height=\"230\" width=\"300\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_3_zh-hant.webp\" decoding=\"async\" loading=\"lazy\"\u003e\n  \u003cimg class=\"u-sp\" height=\"230\" width=\"300\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_3_sp_zh-hant.webp\" decoding=\"async\" loading=\"lazy\"\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腦眠科技枕，符合人體工學設計，貼合支撐，讓休息更輕鬆自在。\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 class=\"u-pc\" height=\"229\" width=\"300\" alt=\"熱がこもらない\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_1_zh-hant.webp\" decoding=\"async\" loading=\"lazy\"\u003e\n  \u003cimg class=\"u-sp\" height=\"229\" width=\"300\" alt=\"熱がこもらない\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_1_sp_zh-hant.webp\" decoding=\"async\" loading=\"lazy\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technology__item__graph__text\"\u003e\n\u003ch3 class=\"technology__item__graph__title\"\u003e散熱量越高\u003cbr\u003e越不易有悶熱感\u003c\/h3\u003e\n\u003cp class=\"technology__item__graph__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\/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\u003ch2 class=\"technology__item__title\"\u003e\u003cspan\u003e02\u003c\/span\u003ePersonalized fit\u003c\/h2\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\u003ch3 class=\"technology__item__desc__text__content__title fit_top\"\u003e腦眠科技枕使用三層9段漸層構造的專利技術，打造專屬自己的頭型的枕頭。\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc\"\u003e適應各種頭型和睡姿，透過專利的三層9段構造技術，誕生出最適合自己完美型態的枕頭。\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\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無數的纖維取代彈簧的功能，提供回彈力的同時，柔和立體地包裹住頭部，帶來全新彈力感受。\u003cbr\u003e調整層:柔和地適應頭型\u003cbr\u003e支撐層:穩固支撐肩頸和頭部\u003cbr\u003e基底層:讓熱氣能夠排出保持空氣流動\u003cbr\u003e此外，兼具表面柔軟性及每日使用耐久性的三層結構。\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_zh-hant.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貼合頭頸設計，幫助放鬆肩頸，提升睡眠舒適度。\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc\"\u003e測試方法:\u003cbr\u003e測量第一次使用枕頭和使用一週後的頭部壓力分佈\u003cbr\u003e測試者 男性 身高169cm 體重62公斤\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\u003ch3 class=\"technology__item__desc__text__content__title\"\u003e支撐各種睡姿\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc\"\u003e設計上採用越往兩側彈性越高，可以讓側臥時頭部不會過度下陷，影響睡姿。無論是側睡、趴睡等各種睡姿皆可適應。\u003cbr\u003e再加上9段漸層構造幫助翻身更順暢。\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\u003cdiv class=\"technology__item__desc__text\"\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\/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\u003ch2 class=\"technology__item__title\"\u003e\u003cspan\u003e03\u003c\/span\u003eSuper clean\u003c\/h2\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\u003ch3 class=\"technology__item__desc__text__content__title\"\u003e用蓮蓬頭即可進行清洗\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc\"\u003e人在睡覺時，據說會流約1杯水(約200ml)的汗。\u003cbr\u003e卓越的透氣性能避免悶濕氣堆積，相對衛生。再加上能夠水洗且快乾，任何時候都能保持乾淨。\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_zh-hant.webp\" decoding=\"async\" loading=\"lazy\"\u003e\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腦眠科技枕經測試顯示，與其他材質相比，在特定條件下發霉數量較低。適合關心環境衛生與舒適度的使用者，讓睡眠體驗更加安心。\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_zh-hant.webp\" decoding=\"async\" loading=\"lazy\"\u003e\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腦眠科技枕經測試顯示，與其他材質相比，在特定條件下塵蟎孳生量較低。適合關心環境衛生與舒適度的使用者，讓睡眠體驗更加安心。\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\"\u003eCARE\u003c\/h3\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\u003ch3 class=\"technology__item__desc__text__content__title u-pc\"\u003eCARE\u003c\/h3\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\"\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\"\u003eMADE IN JAPAN\u003c\/h3\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\u003ch3 class=\"technology__item__desc__text__content__title u-pc\"\u003eMADE IN JAPAN\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc\"\u003e\u003cspan\u003e精心製作的產品\u003cbr\u003e令人安心的品質\u003c\/span\u003e床墊和枕頭等每一件產品，都由技術人員和值人們進行反覆的品質確認。\u003cbr\u003e經過嚴格的品質檢查後才將每一件產品進行細心包裝並送到客戶手中。\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\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於生產過程中使用被選為「日本豐之國名水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 id=\"spec\" class=\"spec__title js-box\"\u003e\n\u003cdiv class=\"section__title\"\u003e\n\u003ch2 class=\"section__title__text\"\u003e\u003cspan\u003eSPEC\u003c\/span\u003e樣式\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\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\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\u003c\/div\u003e\n\u003cp class=\"size__txt\"\u003e腦眠科技枕總共有三種高度提供選擇\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=\"\" 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=\"\" 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=\"\" 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\u003c\/div\u003e\n\u003cp style=\"margin-top: 80px; text-align: center;\"\u003e收到商品後30天內有1次的免費尺寸更換服務\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腦眠科技枕是使用對地球友善的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\u003csection id=\"cover\" class=\"spec__item\"\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\"\u003e2種專用枕套提供選擇\u003c\/p\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_cover_activeair.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\u003ch3 class=\"spec__item__desc__text__content__title\"\u003e透氣極佳\u003c\/h3\u003e\n\u003cp class=\"spec__item__desc__text__content__desc\"\u003e使用透氣性極佳的網料設計，吸水速乾且抗菌防臭，減少與皮膚接觸的面積，流汗時也不會感覺黏膩不適。清洗過後能夠快速乾燥，既使是下雨天也不用擔心。\u003cbr\u003e透氣性\/抗菌\/防臭\/吸水速乾\/除臭\/防靜電\/抗黴菌\/花粉不易沾黏\/可烘乾\u003cbr\u003e100%聚脂纖維\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec__item__desc__text__img\"\u003e\u003cimg height=\"165\" width=\"336\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_cover_img01.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\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\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_cover_organic.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\u003ch3 class=\"spec__item__desc__text__content__title\"\u003e有機材質\u003c\/h3\u003e\n\u003cp class=\"spec__item__desc__text__content__desc\"\u003e使用在3年以上未使用農藥和化學肥料的農地上栽培的綿花，製成地球友善的100%有機綿布料，並增加隨時保持清潔的功能，追求天然材料與高機能科技結合的舒適枕套。 \u003cbr\u003e抗菌防臭\/除臭\/吸水速乾\/防靜電\/抗黴菌\/花粉不易沾黏\/複合觸媒\u003cbr\u003e100%綿花\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"spec__item__desc__text__img img02\"\u003e\u003cimg height=\"165\" width=\"336\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_cover_img02.webp?1\" 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\u003c\/main\u003e\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\u003cmain\u003e\n\u003csection id=\"related\" class=\"related__title\"\u003e\n\u003cdiv class=\"section__title\"\u003e\n\u003ch2 class=\"section__title__text\"\u003e\u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e相關商品\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\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腦眠科技枕 完美涼感\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__lead ad_on_off\"\u003e保持夏日睡眠涼爽。\u003cbr\u003e穩定支撐，放鬆入睡，享受舒適的睡眠體驗。\u003c\/p\u003e\n\u003cp style=\"display: none;\" class=\"technology__item__desc__text__content__lead y_ad_on\"\u003e夏の睡眠をクールに。\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\/zh-hant\/products\/pillow_perfectcool\" target=\"_blank\"\u003e購買請點此處\u003c\/a\u003e\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腦眠科技枕 頸部曲線貼合\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__lead\"\u003e貼合頸部曲線，提供穩定支撐，讓睡眠更舒適自在。\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\/zh-hant\/products\/pillow_neckconditioning\" target=\"_blank\"\u003e購買請點此處\u003c\/a\u003e\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腦眠科技枕 減鼾版\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__lead ad_off\"\u003e穩定支撐並幫助側睡，讓呼吸更順暢，享受放鬆的睡眠體驗。\u003c\/p\u003e\n\u003cp class=\"technology__item__desc__text__content__desc ad_off\"\u003e符合人體工學的皇冠波形枕，經睡眠專家推薦，提供穩定支撐，幫助側睡，讓呼吸更順暢，帶來舒適的睡眠體驗。\u003c\/p\u003e\n\u003cp style=\"display: none;\" class=\"technology__item__desc__text__content__lead y_ad_on ad_on\"\u003e横向き寝を促進し、快適な眠りを。\u003c\/p\u003e\n\u003cp style=\"display: none;\" class=\"technology__item__desc__text__content__desc y_ad_on ad_on\"\u003eいびき・睡眠時無呼吸症候群専門クリニックが推奨。クラウンウェーブ形状が、 横向き寝を促進、呼吸を整える。いびきに焦点を当てた枕。\u003c\/p\u003e\n\u003ca class=\"related__btn\" href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow_snoreless\" target=\"_blank\"\u003e購買請點此處\u003c\/a\u003e\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\u003cimg height=\"819\" width=\"1000\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_adpage_comparison_cool_zh-hant.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_sp_zh-hant.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"spec__table__nav only_sp\"\u003e\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"other\" class=\"other__title\"\u003e\n\u003cdiv class=\"section__title\"\u003e\n\u003ch2 class=\"section__title__text\"\u003e\u003cspan\u003eRECOMMENDED SELECTION\u003c\/span\u003e \u003cspan style=\"display: none;\" class=\"y_ad_on pc_reco sp_reco\"\u003eオススメ商品\u003c\/span\u003e \u003cspan class=\"ad_on_off pc_reco sp_reco\"\u003e讓睡眠更放鬆的推薦商品\u003c\/span\u003e\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"other__pillow\"\u003e\n\u003cdiv class=\"other__img\"\u003e\u003cimg height=\"818\" width=\"1960\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_recommended_pillow.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"other__inner\"\u003e\n\u003ch2 class=\"other__logo\"\u003e\u003cimg height=\"124\" width=\"402\" alt=\"BRAIN SLEEP FLOAT\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_recommended_logo_pillow.webp?2\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/h2\u003e\n\u003cp\u003e腦眠科技枕\u003c\/p\u003e\n\u003cdiv class=\"other__lead__sub ad_on_off\"\u003e\n\u003cp\u003e穩定支撐，放鬆入睡，迎接充滿活力的一天。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv style=\"display: none;\" class=\"other__lead__sub y_ad_on\"\u003e\n\u003cp\u003e明日のパフォーマンスを目覚めさせる。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__wrap\"\u003e\n\u003cdiv class=\"other__text\"\u003e\n\u003cp\u003e透過專利的三層9段漸層構造技術，適應各種頭型與睡姿，提供舒適的支撐感。配備三大功能，專為追求放鬆與舒適睡眠體驗的使用者設計。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__set\"\u003e\n\u003cdiv class=\"other__set__head\"\u003e\n\u003cp class=\"other__set__head__txt\"\u003eSET ITEMS\u003c\/p\u003e\n\u003cp class=\"other__set__head__campaign\"\u003e10% OFF\u003csup\u003e※\u003c\/sup\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__set__body\"\u003e\n\u003cdiv class=\"other__set__body__item\"\u003e\n\u003cdiv class=\"other__set__body__item__img\"\u003e\u003cimg height=\"572\" width=\"1372\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_recommended_set_pillow.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"other__set__body__item__name\"\u003e腦眠科技枕\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__set__body__item\"\u003e\n\u003cdiv class=\"other__set__body__item__img\"\u003e\u003cimg height=\"572\" width=\"1372\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_recommended_set_pillow.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cp class=\"other__set__body__item__name\"\u003e腦眠科技枕\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__more__btn__wrap\"\u003e\n\u003cdiv\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003ca href=\"#custom_product_cta\" class=\"other__more__btn custom-smooth-scroll\"\u003e購買\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"other__col2\"\u003e\n\u003csection id=\"other__coin\" class=\"other__col2__item\"\u003e\n\u003cdiv class=\"other__lead\"\u003e\n\u003cp\u003e使用高精度的設備和應用程式將睡眠環境可視化\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__img\"\u003e\u003cimg height=\"844\" width=\"1350\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_recommended_coin.webp?2\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"other__inner\"\u003e\n\u003ch2 class=\"other__logo\"\u003e\u003cimg height=\"124\" width=\"404\" alt=\"BRAIN SLEEP COIN\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_recommended_logo_coin.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/h2\u003e\n\u003cp\u003e腦眠科技 量測幣\u003c\/p\u003e\n\u003cdiv class=\"other__lead__sub\"\u003e\n\u003cp\u003e測量．追蹤．紀錄\u003cbr\u003e只需一個小裝置，幫助您更了解睡眠狀態。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__wrap\"\u003e\n\u003cdiv class=\"other__text\"\u003e\n\u003cp\u003e這是以睡眠研究為基礎打造的高精度睡眠測量裝置和應用程式。 可以測量睡眠階段(深度)、睡姿、打鼾、環境音和床內溫度。根據睡眠效率等數據，獲得名為「BRAIN SLEEP COIN」的虛擬貨幣，可以用來兌換獎品或服務。應用程式可以免費使用，與睡眠測量裝置結合使用，進行更精確的測量。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__more__btn__wrap\"\u003e\u003ca class=\"other__more__btn\" href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" target=\"_blank\"\u003e詳細內容\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection id=\"other__mattress\" class=\"other__col2__item\"\u003e\n\u003cdiv class=\"other__lead\"\u003e\n\u003cp\u003e保持舒適的床內溫度，打造最佳睡眠環境\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__img\"\u003e\u003cimg height=\"844\" width=\"1350\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_recommended_mattress_plus_float.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"other__inner\"\u003e\n\u003ch2 class=\"other__logo\"\u003e\u003cimg height=\"192\" width=\"658\" alt=\"BRAIN SLEEP MATTRESS PREMIUM FLOAT\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_recommended_logo_mattress_plus_float.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/h2\u003e\n\u003cp\u003e腦眠科技床墊\u003cbr\u003e加倍釋壓版\u003c\/p\u003e\n\u003cdiv class=\"other__lead__sub\"\u003e\n\u003cp\u003e透過放鬆姿勢×超強體壓分散來減輕身體負擔\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__wrap\"\u003e\n\u003cdiv class=\"other__text\"\u003e\n\u003cp\u003e實現了極致貼合感和節能睡眠。具有卓越的透氣性，不會積聚悶熱氣，整夜保持舒適。控制最佳的睡眠溫度和濕度。通過相當於10年的耐久測試，始終保持乾淨。日本製作，品質卓越。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__more__btn__wrap\"\u003e\u003ca class=\"other__more__btn\" href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_plus_float\" target=\"_blank\"\u003e詳細內容\u003c\/a\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__note\"\u003e\n\u003cp\u003e特惠活動期間的折扣率可能會有所不同\u003c\/p\u003e\n\u003c\/div\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\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\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建議每1~2月一次，依照以下步驟保養\u003cbr\u003e \u003cstrong\u003e第一步:使用45~50℃的溫熱水沖洗約60秒\u003c\/strong\u003e\u003cbr\u003e 放置於平坦地方，對在意的部分用溫熱水沖洗\u003cbr\u003e 直立的狀態或是重壓的情況下沖洗會造成變形，請多加注意。\u003cbr\u003e\u003cbr\u003e \u003cstrong\u003e第二步:用常溫水沖洗15秒保持蓬鬆感\u003c\/strong\u003e\u003cbr\u003e 一般水龍頭出來的常溫水即可\u003cbr\u003e ※夏天特別炎熱時，水龍頭內出來的水溫度會比較高，相對效果就會比較差。\u003cbr\u003e\u003cbr\u003e \u003cstrong\u003e第三步:放置於通風處良好的地方陰乾\u003c\/strong\u003e\u003cbr\u003e 平放於平坦的地方進行風乾\u003cbr\u003e 避免陽光直接照射及高溫的風\u003cbr\u003e 如果希望快速乾燥的情況下，可以用浴巾將枕頭包起來後輕輕上下搖晃，把水甩掉\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n\u003cdiv style=\"display: block;\" id=\"faq_koukan\"\u003e\u003c\/div\u003e\n首先先試用一個禮拜。試用後如果希望做更換，只限更換腦眠科技枕【低款．標準．高款】，請在到貨後的30天內提出換貨申請。\u003cbr\u003e請注意，腦眠科技枕以外的商品則不提供尺寸更換服務。\u003cbr\u003e此外，尺寸更換服務只限一次。交換後還要再次交換或是退貨是無法受理，請特別注意。\u003cbr\u003e\u003cbr\u003e另外，我們還有可以根據當天的身體狀況和心情調整枕頭高度的「腦眠科技枕調整墊」，以提供最佳的貼合感。\u003cbr\u003e\u003cbr\u003e\u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow_adjustsheet\"\u003e \u003cimg style=\"width: 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 \u003cbr\u003e\u003cbr\u003e希望換貨時，請將以下購買資訊提供到「\u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop-contact\" target=\"_blank\"\u003e客服中心\u003c\/a\u003e」。※換貨服務只限於在腦眠官方網站或腦眠網路購物官方店(樂天市場．雅虎購物．Amazon)上購買的商品。\u003cbr\u003e※ 換貨時需要確認您的購買紀錄，所以需要您提供訂單編號。\u003cbr\u003e\u003cbr\u003e----------------------------------------------------\u003cbr\u003e【訂單編號】:\u003cbr\u003e【購買尺寸】:\u003cbr\u003e【希望更換尺寸】:\u003cbr\u003e【使用時間※請至少試躺1周】:\u003cbr\u003e----------------------------------------------------\u003cbr\u003e換貨的新品送達時，請將原先的枕頭交給送貨員，會同時進行收取。\u003cbr\u003e※ 同時收取的配送費由公司承擔。\u003cbr\u003e※ 如商品不在您手邊等情況，同時收取之外的更換服務將無法提供，敬請諒解。\u003cbr\u003e※ 原有的枕頭套請繼續使用。如果您將枕頭套與更換品一同寄回，我們將無法退還，敬請諒解。\u003cbr\u003e※ 如果您在 Amazon、楽天、YAHOO 等購物平台購買的商品，尺寸換貨時需要在腦眠官方網站上先註冊會員。\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\u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/pages\/stores\" target=\"_blank\"\u003e詳細內容請由此進行確認\u003c\/a\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如果擔心氣味或污漬的情況下\u003cbr\u003e枕頭套可以用洗衣機進行清洗。清洗前請確認洗滌標示。枕頭本體是可以水洗。 請設定約40度的溫水進行沖洗。 沖洗後，請放置在通風良好的平坦地方陰乾。 特別擔心氣味或污漬時，請使用稀釋後的中性清潔劑。\u003cbr\u003e\u003c\/p\u003e\n\u003cp class=\"faq__item__answer__text\"\u003e枕頭本體保養注意事項\u003cbr\u003e請注意，折疊或施加重壓可能會使枕頭出現像皺紋一樣的痕跡或凹陷。 保養時請勿使用超過51度的熱水，也不要長時間暴露在陽光下，以免影響品質。 請避免日曬，務必在陰涼處陰乾。\u003cbr\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將枕頭套內側的網狀面朝下，將枕頭的硬面朝上放置。 將枕頭套的翻蓋塞進去並調整好，然後將枕頭上下翻轉後使用。\u003cbr\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即使在白天不使用枕頭時，請避免置於高溫多濕的環境，也不要在上面施加重壓。\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\u003c\/div\u003e\n\u003cp\u003e\n  \u003clink href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_all_v1.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_pillow_all_v1.js\" defer\u003e\u003c\/script\u003e\n\u003c\/p\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\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(\"なにもなし\"),\n  jQuery(\".y_ad_on\").css({ cssText: \"display:none !important;\" }),\njQuery(\".ad_off\").css({ display: \"block\" }),\njQuery(\".ad_on\").css({ display: \"none\" }) })\u003c\/script\u003e\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  #other__coin ,\n  #other__mattress {\n    width: 50vw;\n  }\n  #other__coin .other__lead,\n  #other__mattress .other__lead {\n    padding-left: 0;\n    padding-right: 0;\n    max-height: 126px;\n  }\n  @media screen and (max-width:749px) {\n    #other__coin ,\n    #other__mattress {\n      width: 100vw;\n    }\n    .mv__caption__text {\n      font-size: 4.6vw;\n      line-height: 1.3;\n    }\n    .mv__caption__text span {\n      margin-top: 3vw;\n    }\n  }\n\u003c\/style\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cdiv style=\"display: block;\" name=\"buy\" id=\"buy\"\u003e\u003c\/div\u003e\n\u003cp\u003e\u0026nbsp;\u003c\/p\u003e\n\u003cstyle\u003e\n.technology__item__graph__content {\n  height: fit-content!important;\n}\n\u003c\/style\u003e\n\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\" type=\"text\/javascript\"\u003e\u003c\/script\u003e \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/lozad\/dist\/lozad.min.js\" type=\"text\/javascript\"\u003e\u003c\/script\u003e \u003cscript\u003e\n\/\/   setTimeout(function() { \/\/ 3秒後に実行\n\/\/     jQuery(window).width() \u003c 767 \u0026\u0026 (jQuery(\".spec__item__size__lists\").not('.slick-initialized').slick({\n\/\/       infinite: !0,\n\/\/       dots: !0,\n\/\/       arrows: !0,\n\/\/       autoplay: !1,\n\/\/       slidesToShow: 1,\n\/\/       slidesToScroll: 1\n\/\/     }),\n\/\/     jQuery(\".spec__item__size__lists\").not('.slick-initialized').slick(\"slickGoTo\", 1));\n\/\/     jQuery(\".spec__table__nav__next\").click(function() {\n\/\/       console.log('next');\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), !1\n\/\/     }),\n\/\/     jQuery(\".spec__table__nav__prev\").click(function() {\n\/\/       console.log('prev');\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), !1\n\/\/     }),\n\/\/     jQuery(\".technology__item__desc__text__content__btn\").click(function() {\n\/\/       jQuery(this).parent().parent().next(\".technology__item__graph\").is(\":visible\") ? (jQuery(this).parent().parent().next(\".technology__item__graph\").stop().slideUp(),\n\/\/         jQuery(this).removeClass(\"open\")) : (jQuery(this).parent().parent().next(\".technology__item__graph\").stop().slideDown(),\n\/\/       jQuery(this).addClass(\"open\"))\n\/\/     }),\n\/\/     jQuery(\".technology__item__graph\").not('.slick-initialized').slick({\n\/\/       infinite: !0,\n\/\/       dots: !0,\n\/\/       arrows: !0,\n\/\/       autoplay: !1,\n\/\/       slidesToShow: 1,\n\/\/       slidesToScroll: 1,\n\/\/       adaptiveHeight: !0\n\/\/     }),\n\/\/     jQuery(\".technology__item__desc__text__content__btn\").click(function() {\n\/\/       jQuery(\".technology__item__graph\").slick(\"setPosition\")\n\/\/     })\n\/\/   }, 3000);\n\/\/ });\n\n\/\/ const observer = lozad();\n\/\/ observer.observe();\n\u003c\/script\u003e","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\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_kv_logo.webp\"\n  fetchpriority=\"high\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/modern-css-reset\/dist\/reset.min.css\"\u003e\n\u003cstyle\u003e\n.technology__item__graph__content {\n  height: fit-content!important;\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    .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  .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  @media screen and (max-width:749px) {\n    .technology__item__desc__img {\n      margin-left: 20px;\n      padding-top: 54%;\n      width: calc(100% - 20px)\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    .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    .spec__item__desc__img {\n      padding-left: 20px;\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\"\n            media=\"(max-width: 767px)\"\u003e\n          \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/pillow_neckconditioning_lp_kv.webp\"\n            media=\"(min-width: 768px)\"\u003e\u003cimg\n            src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/pillow_neckconditioning_lp_kv.webp\" alt=\"\" width=\"2000\"\n            height=\"1124\"\u003e\n          \u003csource\u003e\n          \u003c\/source\u003e\n        \u003c\/picture\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mv__caption\"\u003e\n        \u003cp class=\"mv__caption__tag\"\u003e睡眠專業針灸按摩工作室監修\u003c\/p\u003e\n        \u003ch1 class=\"mv__caption__text\"\u003e達到理想的頸部曲線\u003cbr\u003e在睡眠中調整身體狀態\u003c\/h1\u003e\n        \u003cdiv class=\"mv__caption__title\"\u003e\n          \u003cpicture\u003e\n            \u003csource\n              srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_kv_logo.webp\"\n              media=\"(max-width: 767px)\"\u003e\n            \u003csource\n              srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_kv_logo.webp\"\n              media=\"(min-width: 768px)\"\u003e\u003cimg\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_kv_logo.webp\"\n              alt=\"BRAINSLEEP PILLOW NECK CONDITIONING\" width=\"379\" height=\"88\"\u003e\n            \u003csource\u003e\n            \u003c\/source\u003e\n          \u003c\/picture\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      \u003cp class=\"intro__txt fadeInUpShort animated\"\u003e\u003cspan\u003e睡眠專業針灸按摩\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e腦眠睡眠改善工作室監修\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"intro__txt__tdb\"\u003e調整頸部，改善精神的枕頭\u003c\/span\u003e\u003c\/p\u003e\n      \u003cdiv class=\"conditioningstudio fadeInUpShort animated\"\u003e\n        \u003cdiv class=\"conditioningstudio__img\"\u003e\n          \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_conditioningstudio.webp\"\n            alt=\"\" width=\"613\" height=\"346\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_conditioningstudio.webp\"\n            alt=\"\" width=\"355\" height=\"200\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"conditioningstudio__body\"\u003e\n          \u003cp class=\"conditioningstudio__ttl\"\u003e調整自律神經\u003cbr\u003e改善睡眠\u003c\/p\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_logo_conditioningstudio.webp\"\n              alt=\"\" width=\"177\" height=\"46\"\u003e\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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro01_bg.webp\" alt=\"\"\n          width=\"1000\" height=\"750\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro01_bg.webp\"\n          alt=\"\" width=\"375\" height=\"220\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro01__inner fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro01__ttl\"\u003e\u003cspan\u003e長期使用智慧型手機\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e或在辦公桌前工作\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e現代人經常過度使用頸部\u003c\/span\u003e\u003c\/p\u003e\n        \u003cdiv class=\"intro01__img01\"\u003e\n          \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro01_01_zh-hant.webp\"\n            alt=\"\" width=\"386\" height=\"242\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro01_01_zh-hant.webp\"\n            alt=\"\" width=\"327\" height=\"169\"\u003e \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro01_02_zh-hant.webp\"\n            alt=\"\" width=\"386\" height=\"242\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro01_02_zh-hant.webp\"\n            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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro01_03.webp\"\n              alt=\"\" width=\"864\" height=\"312\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro01_03.webp?2\"\n              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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_gradient.webp\" alt=\"\"\n          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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro02_bg.webp\" alt=\"\"\n          width=\"1000\" height=\"668\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro02_bg.webp?2\"\n          alt=\"\" width=\"375\" height=\"410\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro02__inner fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro02__ttl\"\u003e由於頸部歪斜引發的\u003cbr\u003e各種\u003cspan\u003e問題\u003c\/span\u003e\u003c\/p\u003e\n        \u003cul class=\"intro02__list\"\u003e\n          \u003cli class=\"intro02__item\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\"\n              alt=\"\" width=\"24\" height=\"24\"\u003e 肩頸僵硬\n          \u003c\/li\u003e\n          \u003cli class=\"intro02__item\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\"\n              alt=\"\" width=\"24\" height=\"24\"\u003e 偏頭痛和眼睛疲勞\n          \u003c\/li\u003e\n          \u003cli class=\"intro02__item\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\"\n              alt=\"\" width=\"24\" height=\"24\"\u003e 失眠症\n          \u003c\/li\u003e\n          \u003cli class=\"intro02__item\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\"\n              alt=\"\" width=\"24\" height=\"24\"\u003e 起床時的疲憊感\n          \u003c\/li\u003e\n          \u003cli class=\"intro02__item\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\"\n              alt=\"\" width=\"24\" height=\"24\"\u003e 注意力下降\n          \u003c\/li\u003e\n          \u003cli class=\"intro02__item\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\"\n              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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro03_bg.webp\" alt=\"\"\n          width=\"1000\" height=\"450\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro03_bg.webp\"\n          alt=\"\" width=\"375\" height=\"450\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro03__inner fadeInUpShort animated\"\u003e\n        \u003cdiv class=\"intro03__ttl\"\u003e這時候重要的是\u003cbr\u003e\u003cspan style=\"margin: 0;\"\u003e調整頸部\u003c\/span\u003e\u003c\/div\u003e\n        \u003cdiv class=\"intro03__wrap\"\u003e\n          \u003cdiv class=\"intro03__txt\"\u003e\n            \u003cp\u003e\u003cspan\u003e在睡眠期間\u003c\/span\u003e進行伸展運動\u003cbr\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro03_img.webp?2\"\n              alt=\"\" width=\"1000\" height=\"445\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro03_img.webp?2\"\n              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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_neck_stretch_gear.webp\"\n            alt=\"NECK STRETCH GEAR\" width=\"468\" height=\"44\" style=\"margin: 0 auto;\"\u003e \u003cspan\u003e採用頸部伸展設備\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp class=\"neck_stretch_gear__ttl\"\u003e實現理想的曲線\u003cbr\u003e科技調節枕\u003cbr class=\"u-sp\"\u003e　登場。\u003c\/p\u003e\n        \u003cdiv class=\"neck_stretch_gear__img\"\u003e\n          \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro03_pillow_zh-hant.webp\"\n            alt=\"\" width=\"997\" height=\"427\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro03_pillow_zh-hant.webp\"\n            alt=\"\" width=\"337\" height=\"351\"\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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro04_bg.webp\" alt=\"\"\n          width=\"1000\" height=\"546\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro04_bg.webp\"\n          alt=\"\" width=\"375\" height=\"577\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro04__inner fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro04__ttl\" style=\"width: 100%;max-width: 533px;\"\u003e調整頸部曲線\u003cbr\u003e支援現代人創新的每一天\u003c\/p\u003e\n        \u003cdiv class=\"intro04__logo\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_product_logo.webp\"\n            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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_nav01.webp\"\n                  alt=\"\" width=\"390\" height=\"360\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_nav01.webp\"\n                  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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_nav02.webp\"\n                  alt=\"\" width=\"390\" height=\"360\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_nav02.webp\"\n                  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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_nav03.webp\"\n                  alt=\"\" width=\"390\" height=\"360\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_nav03.webp\"\n                  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水洗隨時保持乾淨\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          \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n            \u003cspan\u003e01\u003c\/span\u003eNECK CONDITIONING\n          \u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_01\" data-sequence=\"300\"\n          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\"\n              data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/49766c75e1a34eeaa911532051854e57.mp4\" preload=\"none\"\n              autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\"\u003e\u003c\/video\u003e\u003cvideo class=\"u-sp lozad\" width=\"750\"\n              height=\"750\" style=\"aspect-ratio:750\/750\"\n              data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/24940a846614434bb8371ba82b5a3f40.mp4\" preload=\"none\"\n              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              \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        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_02\" data-sequence=\"300\"\n          data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_02.webp\"\n              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\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_03.webp\"\n              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              \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        \u003cdiv class=\"technology__item__desc u-mt-16 animatedParent animateOnce\" id=\"tech01_03\" data-sequence=\"300\"\n          data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img u-pc fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_03.webp\"\n              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\"\n          data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_04_zh-hant.webp\"\n              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              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e可根據頸部狀況使用的雙重伸展結構\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                就像身體狀況每天都不同一樣，頸部的狀況也會因每天而異。\u003cbr\u003e使用強度不同的雙重伸展結構，可以根據每日的頸部狀況靈活調整。\u003cbr\u003e\u003cbr\u003e建議睡覺前使用較強的拉伸力那側加強伸展，睡覺時則換到溫和的伸展力那側。\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_05\" data-sequence=\"300\"\n          data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_05_zh-hant.webp\"\n              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              \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        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_06\" data-sequence=\"300\"\n          data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_06_zh-hant.webp\"\n              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              \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        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_07\" data-sequence=\"300\"\n          data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_07_zh-hant.webp?2\"\n              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              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e在治療中難以觸及的後腦部，可以在睡眠中進行護理\u003c\/h3\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\"\n                      src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_conditioningstudio_uchida.webp\"\n                      alt=\"\" width=\"141\" height=\"80\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                      src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_conditioningstudio_uchida.webp\"\n                      alt=\"\" width=\"87\" height=\"80\"\u003e\n                  \u003c\/div\u003e\n                  \u003cp class=\"tech01_07_conditioning_wrap_txt\"\u003e腦眠\u003cbr\u003e睡眠改善工作室\u003cbr\u003e監督和指導治療專家  Fureasu株式會社\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\"\n          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\"\n              src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/57cd3595e66c42a494624da5c74c29fe.mp4\" preload=\"none\"\n              autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\"\u003e\u003c\/video\u003e\u003cvideo class=\"u-sp lozad\" width=\"750\"\n              height=\"750\" style=\"aspect-ratio:750\/750\"\n              src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/56f2cac91dcf476888da28b0c8edf72f.mp4\" preload=\"none\"\n              autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003cimg class=\"u-sp\" loading=\"lazy\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_zone_zh-hant.webp\"\n              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              \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                睡覺時，一個晚上至少翻身超過20次。為了協助翻身，將枕頭設計成中央柔軟，兩側硬的三種區域。即使側睡時，頭部也不會過度下沉，可以順暢翻身。\u003c\/p\u003e\n              \u003cdiv class=\"tech01_zone u-pc\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_zone_zh-hant.webp\"\n                  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          \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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech02_01.webp\"\n              alt=\"\" width=\"816\" height=\"459\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_tech02_01.webp\"\n              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極佳的透氣性進入深層睡眠\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        \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\n              loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech02_02.webp\"\n              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              \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                腦眠科技枕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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_1_zh-hant.webp\"\n                alt=\"熱がこもらない\" width=\"360\" height=\"275\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"technology__item__graph__text\"\u003e\n              \u003ch3 class=\"technology__item__graph__title\"\u003e散熱量越高\u003cbr\u003e越不易有悶熱感\u003c\/h3\u003e\n              \u003cp class=\"technology__item__graph__desc\"\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=\"technology__item animatedParent animateOnce\" id=\"tech03\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv\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\" style=\"padding:0;height:unset\"\u003e\n            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech03_01.webp\"\n              alt=\"\" width=\"816\" height=\"459\" style=\"height:unset;position:relative\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_tech03_01.webp\"\n              alt=\"\" width=\"700\" height=\"700\" 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\"\u003e用蓮蓬頭即可進行清洗\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更多詳細的測試結果\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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_2_zh-hant.webp\"\n                alt=\"カビの発生が少ない\" width=\"311\" height=\"230\"\u003e\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                與其他材質相比，可以發現腦眠科技枕發霉數量壓倒性的低。 推薦給對房屋灰塵過敏者、或過敏患者以及與孩子一起睡的人士使用。\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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_2_2_zh-hant.webp\"\n                alt=\"ダニの発生が少ない\" width=\"311\" height=\"208\"\u003e\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                與其他材質相比，可以發現腦眠科技枕孳生塵蟎數量壓倒性的低。 推薦給對房屋灰塵過敏者、或過敏患者以及與孩子一起睡的人士使用。\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\"\u003eMADE IN JAPAN\u003c\/h3\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\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech03_quality.webp\"\n              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              \u003ch3 class=\"technology__item__desc__text__content__title u-pc\"\u003eMADE IN JAPAN\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                \u003cspan\u003e精心製作的產品\u003cbr\u003e令人安心的品質\u003c\/span\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\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech03_water.webp\"\n              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              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e使用純淨且雜質少的\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    \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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_spec01.webp\" alt=\"\"\n            width=\"1000\" height=\"595\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_spec01.webp\"\n            alt=\"\" width=\"365\" height=\"226\"\u003e \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_spec02.webp\" alt=\"\"\n            width=\"1000\" height=\"180\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_spec02.webp\"\n            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        \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 loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_material.webp\"\n              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              \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    \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          \u003cp class=\"spec__item__title__under\"\u003e2種專用枕套提供選擇\u003c\/p\u003e\n          \u003cdiv class=\"spec__item__desc\"\u003e\n            \u003cdiv class=\"spec__item__desc__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_cover_activeair.webp?v=1719032491\"\n                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__desc__text__content__title\"\u003e透氣極佳\u003c\/h3\u003e\n                \u003cp class=\"spec__item__desc__text__content__desc\"\u003e使用透氣性極佳的網料設計，吸水速乾且抗菌防臭，減少與皮膚接觸的面積，流汗時也不會感覺黏膩不適。清洗過後能夠快速乾燥，既使是下雨天也不用擔心。\u003cbr\u003e透氣性\/抗菌\/防臭\/吸水速乾\/除臭\/防靜電\/抗黴菌\/花粉不易沾黏\/可烘乾\u003cbr\u003e100%聚脂纖維\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"spec__item__desc__text__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_cover_activeair.webp?2\"\n                  alt=\"\" width=\"383\" height=\"188\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec__item__desc fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"spec__item__desc__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_cover_organic.webp\"\n              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__desc__text__content__title\"\u003e有機材質\u003c\/h3\u003e\n              \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                使用在3年以上未使用農藥和化學肥料的農地上栽培的綿花，製成地球友善的100%有機綿布料，並增加隨時保持清潔的功能，追求天然材料與高機能科技結合的舒適枕套。\u003cbr\u003e抗菌防臭\/除臭\/吸水速乾\/防靜電\/抗黴菌\/花粉不易沾黏\/複合觸媒\u003cbr\u003e100%綿花\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__item__desc__text__img img02\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_cover_organicsleep.webp?2\"\n                alt=\"\" width=\"383\" height=\"188\"\u003e\u003c\/div\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\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    \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\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_related_pillow.jpg?01\"\n                  alt=\"\" width=\"842\" height=\"393\"\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                    腦眠科技枕\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層構造\u00269階段層次設計技術，使其可以漸漸貼合您的頭部大小和睡姿，在使用的過程中擁有舒適的睡眠且成為您量身貼合的枕頭。\u003cbr\u003e本產品為了呈現良好睡眠品質必須的黃金90分鐘，因此搭載了3個機能，以讓「腦部進入睡眠」為重點製作。\n                  \u003c\/p\u003e\n                  \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/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\"\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腦眠科技枕 完美涼感\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__lead ad_on_off\"\u003e保持夏日睡眠涼爽。\u003cbr\u003e穩定支撐，放鬆入睡，享受舒適的睡眠體驗。\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\/zh-hant\/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=\"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腦眠科技枕 減鼾版\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__lead ad_off\"\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\/zh-hant\/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_zh-hant.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_sp_zh-hant.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 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              如果擔心氣味或污漬的情況下枕頭套可以用洗衣機進行清洗。清洗前請確認洗滌標示。枕頭本體是可以水洗。 請設定約40度的溫水進行沖洗。 沖洗後，請放置在通風良好的平坦地方陰乾。 特別擔心氣味或污漬時，請使用稀釋後的中性清潔劑。\n            \u003c\/p\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              枕頭本體保養注意事項請注意，折疊或施加重壓可能會使枕頭出現像皺紋一樣的痕跡或凹陷。 保養時請勿使用超過51度的熱水，也不要長時間暴露在陽光下，以免影響品質。 請避免日曬，務必在陰涼處陰乾。\u003cbr\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e保管時的注意事項\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              即使在白天不使用枕頭時，請避免置於高溫多濕的環境，也不要在上面施加重壓。 請勿將枕頭放置在直射陽光或高溫處。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e透氣極佳枕套及有機材質枕套是否都能套上使用呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e沒錯，都是可以適用的。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e枕套的穿脫方法\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\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            \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腦眠科技枕(超越個人訂製枕的完美專屬感) 配合頭型打造舒適契合。三層9段結構的專利技術特殊加工，打造專屬自己的頭型的枕頭。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"other__title animatedParent animateOnce\" id=\"other\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"section__title\"\u003e\n        \u003ch2 class=\"section__title__text\"\u003e\n          \u003cspan\u003eRECOMMENDED SELECTION\u003c\/span\u003e \u003cspan class=\"y_ad_off pc_reco sp_reco\"\u003e提高睡眠品質的推薦商品\u003c\/span\u003e\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"other__mattress animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"other__mattress__inner\"\u003e\n        \u003ch3 class=\"other__mattress__text__sub__title only_sp\"\u003e理想舒適睡姿X超強體壓分散\u003cbr\u003e改變你起床精神的床墊\u003c\/h3\u003e\n        \u003cdiv class=\"other__mattress__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float.webp?6\"\n            alt=\"\" width=\"1280\" height=\"482\"\u003e\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\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float_logo.webp\"\n                alt=\"BRAIN SLEEP FLOAT\" width=\"300\" height=\"105\"\u003e\u003c\/h2\u003e\n            \u003cp class=\"other__mattress__text__title__name\"\u003e腦眠科技床墊\u003cbr\u003e加倍釋壓版\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__mattress__text__sub\"\u003e\n            \u003ch3 class=\"other__mattress__text__sub__title\"\u003e理想舒適睡姿X超強體壓分散\u003cbr\u003e改變你起床精神的床墊\u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_plus_float\"\n            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    \u003cdiv class=\"other__col2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\n      style=\"margin-bottom:75px\"\u003e\n      \u003csection class=\"other__col2__item\" id=\"other__coin\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e睡眠醫學 X AI\u003cbr\u003e測量睡眠的最先進裝置\u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__coin__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_coin.webp\"\n            alt=\"\" width=\"700\" height=\"700\"\u003e\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\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_coin_logo.webp\"\n                alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\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睡眠醫學 X AI\u003cbr\u003e測量睡眠的最先進裝置\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e詳細內容\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\n        id=\"other__conforter\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e無需羽絨及毛毯 \u003cbr\u003e極度溫暖的棉被\u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__img\"\u003e\u003cimg\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex.webp\"\n            alt=\"\" width=\"600\" height=\"222\"\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\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex_logo.webp\"\n                alt=\"BRAIN SLEEP COMFORTER PERFECT WARM EX\" width=\"350\" height=\"106\"\u003e\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極度溫暖的棉被\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectwarmex\"\n              class=\"other__more__btn other__more__btn__black\"\u003e詳細內容\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n  \u003c\/main\u003e\n\u003c\/div\u003e\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_all_20240502.css?3\"\u003e\n\u003cscript defer\n  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    .multilingual_annotation {\n    text-align: center;\n    font-size: 16px;\n    padding: 15px;\n    color: #A32135;\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\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  .mv__caption__tag {\n    width: fit-content;\n  }\n\u003c\/style\u003e\n\u003cdiv id=\"buy\" name=\"buy\" style=\"display:block\"\u003e\u003c\/div\u003e","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.technology__item__graph__content {\n  height: fit-content!important;\n}\nbody {\n  font-size: 16px;\n}\n@media screen and (min-width: 750px) {\n  .intro03__ttl span:nth-of-type(1) {\n    padding: 6px 20px!important;\n  }\n}\n@media screen and (max-width: 749px) {\n  .intro03__ttl span:nth-of-type(1) {\n    padding: 6px 14px!important;\n  }\n}\n    .multilingual_annotation {\n    text-align: center;\n    font-size: 16px;\n    padding: 15px;\n    color: #A32135;\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  .rwlp__wrapper {\n    overflow-x: hidden;\n  }\n\n  .rwlp__wrapper .other__pillow__text__sub__more {\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  .rwlp__wrapper 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  .rwlp__wrapper video {\n    height: auto;\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 ul {\n    list-style: none;\n  }\n\n  .rwlp__wrapper 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    height: auto;\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  .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    .spec__item__desc__img {\n      padding-left: 20px;\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    width: 640px;\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  .buy__area {\n    background-color: #fff;\n    border-bottom: 1px #000 solid;\n    border-top: 1px #000 solid;\n    bottom: 0;\n    font-weight: 500;\n    left: 0;\n    padding: 15px 0 18px;\n    position: fixed;\n    width: 100%;\n    z-index: 99999;\n  }\n\n  .buy__area__flex {\n    align-items: center;\n    display: flex;\n    justify-content: center;\n    margin: 0 auto;\n    width: 532px;\n  }\n\n  .buy__area__name {\n    font-size: 17px;\n    line-height: 1;\n  }\n\n  .buy__area__price {\n    font-size: 11px;\n    line-height: 1;\n    margin-top: 10px;\n  }\n\n  .buy__area__price span {\n    font-family: \"Helvetica Neue\", Helvetica, sans-serif;\n    font-size: 21px;\n    line-height: 1;\n  }\n\n  .buy__area__btn {\n    background-color: #9c2335;\n    color: #fff !important;\n    font-size: 16px;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n    line-height: 43px;\n    text-align: center;\n    width: 238px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .buy__area {\n      padding: 20px 0;\n    }\n\n    .buy__area__flex {\n      justify-content: center;\n      padding-left: 0;\n      width: auto;\n    }\n\n    .buy__area__text {\n      display: none;\n    }\n\n    .buy__area__btn {\n      font-size: 16px;\n      line-height: 40px;\n      width: 200px;\n    }\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n    transform: unset;\n    animation: unset;\n    opacity: 1;\n  }\n\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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_kv_model.jpg\" alt=\"\"\n          width=\"2000\" height=\"1142\"\u003e\n        \u003cimg class=\"u-sp\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_kv_model_sp.jpg?01\"\n          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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_kv_logo.png\"\n            alt=\"BRAINSLEEP PILLOW SNORELESS\" width=\"309\" height=\"144\"\u003e\n          \u003cimg class=\"u-sp\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_kv_logo_sp.png\"\n            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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_stanford_method.png\"\n                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\u003e唯一枕頭\n              \u003c\/h3\u003e\n              \u003ch3 class=\"sleep__info__book__text__title y_ad_on\" style=\"display: none\"\u003e\n                整合《史丹佛式最佳睡眠法》的\u003cbr\u003e唯一枕頭\n              \u003c\/h3\u003e\n              \u003cp class=\"sleep__info__book__text__desc y_ad_off\"\u003e\n                人的一生中約有1\/3都是睡眠時間。\u003cbr\u003e睡眠的品質不好，會使大腦及身體無法休息，\u003cbr class=\"u-pc\"\u003e導致無法發揮應有的表現。\u003cbr\u003e正因為是每天使用的重要寢具，\u003cbr class=\"u-pc\"\u003e何不從質量上重新檢視一下呢？\n              \u003c\/p\u003e\n              \u003cp class=\"sleep__info__book__text__desc y_ad_on\" style=\"display: none\"\u003e\n                人的一生中約有1\/3都是睡眠時間。\u003cbr\u003e睡眠的品質不好，會使大腦及身體無法休息，\u003cbr class=\"u-pc\"\u003e導致無法發揮應有的表現。\u003cbr\u003e正因為是每天使用的重要寢具，\u003cbr class=\"u-pc\"\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=\"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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro01_bg_model.png\"\n          alt=\"\" width=\"1000\" height=\"425\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro01_bg_model_sp.png\"\n          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          6位日本人中，就有1位有習慣性打鼾。\u003cbr\u003e這也影響了伴侶的睡眠。\n        \u003c\/p\u003e\n        \u003cp class=\"intro01__txt\"\u003e\n          在日本，據說約有2千萬人打鼾，\u003cbr\u003e其中估計有約3百萬到5百萬人可能患有睡眠呼吸中止症。\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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_bg1.jpg\" alt=\"\"\n          width=\"992\" height=\"585\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_bg.jpg\" alt=\"\"\n          width=\"375\" height=\"500\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro02__bg2\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_bg2.png\" alt=\"\"\n          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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_img_zh-hant.webp\"\n            alt=\"\" width=\"1000\" height=\"572\"\u003e\n          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_img_sp_zh-hant.webp?3\"\n            alt=\"\" width=\"307\" height=\"761\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro02__arrow\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_arrow.png\" alt=\"\"\n            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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro03_bg_model.jpg\"\n          alt=\"\" width=\"1000\" height=\"357\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro03_bg_model_sp.jpg\"\n          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\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\"\n          src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cc16e1a081244151b895607b12f707b7.mp4\" preload=\"none\"\n          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\"\n          src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5af86c8b2c0c4a3ebcaef3f7b715f39b.mp4\" preload=\"none\"\n          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          \u003cspan\u003e皇冠波浪型設計的側睡促進枕\u003cbr\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              打鼾、睡眠呼吸中止症專科診所推薦\n            \u003c\/p\u003e\n            \u003cp class=\"dclinic__head__txt\"\u003e\n              在與腦眠科技進行共同研究的D診所東京健康中心中，\u003cbr class=\"u-pc\"\u003e作為預防打鼾的一環，建議使用腦眠科技的減鼾枕來改善睡姿。\n            \u003c\/p\u003e\n            \u003cdiv class=\"dclinic__head__logo\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_logo_dclinic.png\"\n                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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_img_dclinic.jpg\"\n              alt=\"\" width=\"1000\" height=\"258\"\u003e\n            \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_img_dclinic_sp.jpg\"\n              alt=\"\" width=\"306\" height=\"245\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"dclinic__body\"\u003e\n            \u003cp class=\"dclinic__body__ttl\"\u003e\n              側睡也能使打鼾改善到正常值\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診所東京健康中心／睡眠、\u003cspan class=\"termina\"\u003eSAS\u003c\/span\u003e門診／醫學博士\n                  \u003c\/p\u003e\n                  \u003cp\u003e\n                    資格認證\u003cbr\u003e日本睡眠學會專門醫師／耳鼻喉科專門醫師／厚生勞動省指定線上問診研修修畢\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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_dr_dclinic.jpg\"\n                  alt=\"\" width=\"494\" height=\"357\"\u003e\n                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_dr_dclinic_sp.jpg\"\n                  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診所東京健康中心／睡眠、\u003cspan class=\"termina\"\u003eSAS\u003c\/span\u003e門診／醫學博士\n                \u003c\/p\u003e\n                \u003cp\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 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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro05_bg_model.jpg\"\n          alt=\"\" width=\"1000\" height=\"586\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro05_bg_model.png\"\n          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也讓伴侶有個寧靜的夜晚。\n\n        \u003c\/p\u003e\n        \u003cdiv class=\"intro05__logo\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_product_logo.png\"\n            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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav01.jpg\"\n                  alt=\"\" width=\"395\" height=\"364\"\u003e\n                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav01_sp.jpg\"\n                  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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav02_model.jpg\"\n                  alt=\"\" width=\"395\" height=\"364\"\u003e\n                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav02_model_sp.jpg\"\n                  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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav03.jpg\"\n                  alt=\"\" width=\"395\" height=\"364\"\u003e\n                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav03_sp.jpg\"\n                  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\"\n          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\"\n              src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/3c2a16730ef04c888e2a705944f6ecc6.mp4\" preload=\"none\"\n              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\"\n          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\"\n              src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/558d3cf7598545b692f1a83abe563c8f.mp4\" preload=\"none\"\n              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                皇冠波浪型設計可以自然地引導身體進入側躺，而不會對身體造成壓力。\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\" id=\"tech01_03\" data-sequence=\"300\"\n          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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_03_zh-hant.webp\"\n              alt=\"\" width=\"817\" height=\"459\"\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_04_sp_zh-hant.webp\"\n              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\" style=\"position: relative;z-index: 2;\"\u003e\n                減少66%的打鼾程度\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                在10位持有打鼾煩惱的測試者當中，計算睡眠時側臥時間裡的打鼾頻率。和一般的枕頭比較起來，使用腦眠科技的減鼾枕會增加側臥的時間，打鼾的頻率也會減輕約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\"\n          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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_04_zh-hant.webp\"\n              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\"\n          data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_05_zh-hant.webp\"\n              alt=\"\" width=\"817\" height=\"459\"\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_06_model_zh-hant.webp\"\n              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\"\n          data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img u-pc fadeInUpShort animated\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_06_model_zh-hant.webp\"\n              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\"\n          data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_07_model.jpg\"\n              alt=\"\" width=\"810\" height=\"490\"\u003e\n            \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_07_model_sp.jpg\"\n              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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech02_01_model.jpg\"\n              alt=\"\" width=\"816\" height=\"459\"\u003e\n            \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech02_01_model_sp.jpg\"\n              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完美控制睡眠溫度與濕度\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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_01_zh-hant.webp\"\n                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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech02_02.jpg\"\n              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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_evidence2_1_zh-hant.webp\"\n                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                囤積過多的熱能，會影響睡眠品質。\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            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech03_01.png\"\n              alt=\"\" width=\"817\" height=\"459\"\u003e\n            \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech03_01.jpg\"\n              alt=\"\" width=\"351\" height=\"351\"\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高度的透氣性使得濕氣不殘留，能保持衛生。\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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_evidence2_2_zh-hant.webp\"\n                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                本產品相較於其他材質的發霉跡象，有壓倒性地低下。\u003cbr\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\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_evidence2_2_2_zh-hant.webp\"\n                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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech03_quality.jpg\"\n              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\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech03_water.jpg\"\n              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    \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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_size.jpg\" alt=\"\"\n            width=\"1000\" height=\"514\"\u003e\n          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_size_sp.jpg\" alt=\"\"\n            width=\"355\" height=\"200\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"side__img\"\u003e\n          \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_side_zh-hant.webp\" alt=\"\"\n            width=\"1000\" height=\"529\"\u003e\n          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_side_sp_zh-hant.webp\" alt=\"\"\n            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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_material.jpg\" alt=\"\"\n              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    \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          \u003cp class=\"spec__item__title__under\"\u003e\n            可以選擇1種專用的枕頭套。\n          \u003c\/p\u003e\n          \u003cdiv class=\"spec__item__desc\"\u003e\n            \u003cdiv class=\"spec__item__desc__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_cover_organic.jpg\"\n                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%有機棉材質，能夠隨時清潔，是一款要求天然材質×高機能性的舒適枕頭套。\u003cbr\u003e抗菌防臭／除臭／吸水速乾／防止靜電／抗黴／花粉脫離／混和型觸媒\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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_cover_snoreless.jpg\"\n                  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  \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\"\n      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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_related_pillow.jpg?01\"\n              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層構造\u00269階段層次設計技術，使其可以漸漸貼合您的頭部大小和睡姿，在使用的過程中擁有舒適的睡眠且成為您量身貼合的枕頭。\u003cbr\u003e本產品為了呈現良好睡眠品質必須的黃金90分鐘，因此搭載了3個機能，以讓「腦部進入睡眠」為重點製作。\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_related_pillow_cool.jpg\"\n              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                腦眠科技枕 完美涼感\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\/zh-hant\/products\/pillow_perfectcool\" class=\"related__btn\"\n                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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_related_pillow_conditioning.jpg\"\n              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                腦眠科技枕 頸部曲線貼合\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\/zh-hant\/products\/pillow_neckconditioning\" 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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_comparison_zh-hant.webp?1\"\n            alt=\"\" width=\"1000\" height=\"819\"\u003e\n          \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\n            \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_comparison_zh-hant.webp?1\"\n              alt=\"\" width=\"1000\" height=\"819\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_prev.png?2\"\n              class=\"spec__table__nav__prev\" alt=\"\" width=\"45\" height=\"45\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_next.png?2\"\n              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    \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              當有氣味或髒汙時：\u003cbr\u003e枕頭套可以使用衣機清洗。請確認洗滌標籤。枕頭可以水洗。可以用蓮蓬頭的清水沖洗。沖洗後請放置通風的平台陰乾。氣味或髒汙特別嚴重時，請加入些許洗潔劑一同清洗。\n            \u003c\/p\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              枕頭進行保養時須注意：\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              ●有機材質\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\n            和腦眠科技枕有甚麼差異？\n          \u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              腦眠科技枕的特徵是〈如同客製的貼合感〉貼合使用者的頭型。以特殊的3層×9段構造加工，使其擁有極度柔軟且如同特製般的貼合感。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"other__title animatedParent animateOnce\" id=\"other\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"section__title\"\u003e\n        \u003ch2 class=\"section__title__text\"\u003e\n          \u003cspan\u003eRECOMMENDED SELECTION\u003c\/span\u003e\n          \u003c!-- 睡眠の質を高めるオススメ商品 --\u003e\n          \u003c!-- \u003cspan class=\"y_ad_on pc_reco sp_reco\"\u003eオススメ商品\u003c\/span\u003e --\u003e\n          \u003cspan class=\"y_ad_off pc_reco sp_reco\"\u003e提高睡眠品質的推薦商品\u003c\/span\u003e\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"other__mattress animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float.png?6\"\n            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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float_logo.png\"\n                alt=\"BRAIN SLEEP FLOAT\" width=\"300\" height=\"105\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__mattress__text__title__name\"\u003e\n              腦眠科技床墊 加倍釋壓版\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__mattress__text__sub\"\u003e\n            \u003ch3 class=\"other__mattress__text__sub__title\"\u003e\n              理想睡姿×完美分散體壓\u003cbr\u003e一款改變你起床感受的床墊\n            \u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_plus_float\"\n            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    \u003cdiv class=\"other__col2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003csection class=\"other__col2__item\" id=\"other__coin\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e\n          睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n        \u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_other_coin.jpg\" alt=\"\"\n            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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_other_coin_logo.png\"\n                alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__flex\"\u003e\n            \u003cp class=\"other__col2__item__flex__desc\"\u003e\n              睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n            \u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\n        id=\"other__conforter\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e\n          不再需要羽絨或毛毯\u003cbr\u003e是一款極致溫暖的被子\n        \u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__img\"\u003e\n          \u003cimg\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex.png\"\n            alt=\"\" width=\"600\" height=\"222\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n          \u003cdiv\u003e\n            \u003ch2 class=\"other__col2__item__logo\"\u003e\n              \u003cimg\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex_logo.png\"\n                alt=\"BRAIN SLEEP COMFORTER PERFECT WARM EX\" width=\"350\" height=\"106\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003e\n              腦眠科技被 極致保暖 EX\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__flex\"\u003e\n            \u003cp class=\"other__col2__item__flex__desc\"\u003e\n              不再需要羽絨或毛毯\u003cbr\u003e是一款極致溫暖的被子\n            \u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectwarmex\"\n              class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003c!-- \u003csection class=\"other__col2__item\" id=\"other__conforter\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e\n          オールシーズン、これ一枚で快適温度。\n        \u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__img\"\u003e\n          \u003cimg\n            loading=\"lazy\"\n            decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_other_conforter.png\"\n            alt=\"\"\n            width=\"509\"\n            height=\"187\"\n          \/\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__col2__item__inner\"\u003e\n          \u003cdiv\u003e\n            \u003ch2 class=\"other__col2__item__logo\"\u003e\n              \u003cimg\n                loading=\"lazy\"\n                decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_other_conforter_logo.png\"\n                alt=\"BRAIN SLEEP FLOAT\"\n                width=\"343\"\n                height=\"104\"\n              \/\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003e\n              ブレインスリープ コンフォーター\n              \u003cbr class=\"only_sp\" \/\u003eオールシーズンズ\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__flex\"\u003e\n            \u003cp class=\"other__col2__item__flex__desc\"\u003e\n              オールシーズン \u003cbr \/\u003eこれ一枚で快適温度\n            \u003c\/p\u003e\n            \u003ca\n              href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_allseasons\"\n              class=\"other__more__btn other__more__btn__black\"\n              \u003e了解更多\u003c\/a\n            \u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e --\u003e\n\n    \u003c\/div\u003e\n  \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cp\u003e\n  \u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\"\n    href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_all_v1.css\"\u003e\n  \u003cscript defer\n    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\u003cp\u003e \u003c\/p\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\u003c\/style\u003e\n\u003cdiv id=\"buy\" name=\"buy\" style=\"display: block\"\u003e\u003c\/div\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.release__example__item img {height: 100%!important;}\n  body .customBuyButton__scroll,\n  body .section-header.shopify-section-group-header-group {\n    z-index: 10;\n  }\n  #MainContent,\n  html.js {\n    overflow: unset;\n  }\n  #pillow__portaple__wrapper div:empty {\n    display: initial;\n  }\n  #pillow__portaple__wrapper {\n    overflow-x: hidden;\n  }\n  #pillow__portaple__wrapper video {\n    height: auto;\n  }\n  #pillow__portaple__wrapper a {\n    text-decoration: unset;\n    color: #000;\n  }\n  #pillow__portaple__wrapper ul {\n    list-style: none;\n  }\n  .technology__link__lists {\n    padding: 0;\n  }\n  #pillow__portaple__wrapper img {\n    width: 100%;\n    height: auto;\n    max-width: 100%;\n  }\n  .faq__item img {\n    width: auto;\n    max-width: 100%;\n  }\n  .spec__item__desc__text__content__title,\n  .release__title__text,\n  .release__example__item__title,\n  .spec__item__title,\n  .section__title__text,\n  .technology__item__title,\n  .technology__item__graph__title,\n  .technology__item__desc__text__content__title,\n  .mv__caption__title,\n  .sleep__info__quality__golden__title {\n    margin: 0;\n  }\n  .mv__caption__text,\n  .mv__caption__text__always__text,\n  .comparison__ttl,\n  .technology__item__desc__text__content__title,\n  #cover.spec__item .spec__item__desc__text__content__title {\n    margin-top: 0;\n  }\n  .technology__link__lists__desc,\n  .technology__item__desc__text__content__desc,\n  .technology__link__lists__title {\n    margin-bottom: 0;\n  }\n  .technology__link__lists {\n    padding: 0 !important;\n  }\n  .pillow__mv {\n    height: 42.8571428571429vw;\n    overflow: hidden;\n    position: relative;\n  }\n  .pillow__mv__layer1 {\n    background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mv2_model.jpg);\n    background-position: center;\n    background-size: cover;\n    height: 100%;\n    position: absolute;\n    right: 0;\n    top: 0;\n    width: 60vw;\n  }\n  .pillow__mv__layer2 {\n    animation-duration: 8s;\n    animation-timing-function: cubic-bezier(0.35, 0, 0.27, 1);\n    border-right: #fff solid 5px;\n    height: 100%;\n    left: 0;\n    overflow: hidden;\n    position: absolute;\n    width: 50%;\n    z-index: 4;\n  }\n  .pillow__mv__layer2__img {\n    background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mv1_model.jpg);\n    background-position: center left 65%;\n    background-size: cover;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    position: absolute;\n    top: 0;\n    width: 100%;\n  }\n  .mv__caption__text__always {\n    align-items: center;\n    display: flex;\n    left: calc(50% + 101px);\n    position: absolute;\n    position: absolute;\n    top: 80px;\n    z-index: 3;\n  }\n  .mv__caption__text__always__label {\n    background-color: #892335;\n    color: #fff;\n    font-size: 20px;\n    letter-spacing: 0.34em;\n    line-height: 28px;\n    padding: 13px 0 6px;\n    -ms-writing-mode: tb-rl;\n    writing-mode: vertical-rl;\n    display: none;\n  }\n  .mv__caption__text__always__text {\n    font-size: 45px;\n    line-height: 1.2;\n    margin-left: 10px;\n  }\n  .mv__caption__text {\n    display: none;\n    font-size: 30px;\n    left: 101px;\n    line-height: 1.6;\n    position: absolute;\n    top: 116px;\n    z-index: 5;\n  }\n  @media screen and (max-width: 749px) {\n    .pillow__mv {\n      height: 500px;\n    }\n    .pillow__mv__layer1 {\n      background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mv2_model_sp.jpg);\n      background-position: center;\n      background-size: cover;\n    }\n    .pillow__mv__layer2__img {\n      background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mv1_model_sp.jpg);\n      background-position: center;\n      background-size: cover;\n    }\n    .mv__caption__text__always {\n      left: 20px;\n      top: 40px;\n      width: 100%;\n      z-index: 5;\n    }\n    .mv__caption__text__always__label {\n      background-color: #892335;\n      color: #fff;\n      font-size: 13px;\n      letter-spacing: 0.34em;\n      line-height: 18px;\n      padding: 10px 0 3px;\n      -ms-writing-mode: tb-rl;\n      writing-mode: vertical-rl;\n    }\n    .mv__caption__text__always__text {\n      font-size: 30px;\n      line-height: 1.392857142857143;\n      margin-left: 7px;\n    }\n    .mv__caption__text {\n      display: none;\n      font-size: 30px;\n      left: 20px;\n      line-height: 1.392857142857143;\n      top: 40px;\n    }\n  }\n  @media screen and (min-width: 750px) {\n    .bx-wrapper img {\n      width: 600px;\n    }\n  }\n\n  .technology__link__image iframe {\n    border: none;\n  }\n  .technology__link__image__logo {\n    position: relative;\n    z-index: 1;\n  }\n  .pillow__mv__layer2 {\n    z-index: 2;\n  }\n  .mv__caption__title {\n    margin-bottom: 20px;\n  }\n  .buy__area {\n    background-color: #fff;\n    border-bottom: 1px #000 solid;\n    border-top: 1px #000 solid;\n    bottom: 0;\n    font-weight: 500;\n    left: 0;\n    padding: 15px 0 18px;\n    position: fixed;\n    width: 100%;\n    z-index: 99999;\n  }\n  .buy__area__flex {\n    align-items: center;\n    display: flex;\n    justify-content: center;\n    margin: 0 auto;\n    width: 532px;\n  }\n  .buy__area__name {\n    font-size: 17px;\n    line-height: 1;\n  }\n  .buy__area__price {\n    font-size: 11px;\n    line-height: 1;\n    margin-top: 10px;\n  }\n  .buy__area__price span {\n    font-family: \"Helvetica Neue\", Helvetica, sans-serif;\n    font-size: 21px;\n    line-height: 1;\n  }\n  .buy__area__btn {\n    background-color: #9c2335;\n    color: #fff !important;\n    font-size: 16px;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n    line-height: 43px;\n    text-align: center;\n    width: 238px;\n  }\n  @media screen and (max-width: 749px) {\n    .buy__area {\n      padding: 20px 0;\n    }\n    .buy__area__flex {\n      justify-content: center;\n      padding-left: 0;\n      width: auto;\n    }\n    .buy__area__text {\n      display: none;\n    }\n    .buy__area__btn {\n      font-size: 16px;\n      line-height: 40px;\n      width: 200px;\n    }\n  }\n  html {\n    scroll-behavior: smooth;\n  }\n  .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n    transform: unset;\n    animation: unset;\n    opacity: 1;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pane-cv\"\u003e\u003c\/div\u003e\n\u003c!-- header --\u003e\n\u003cdiv id=\"pillow__portaple__wrapper\"\u003e\n  \u003c!--コンテンツ START--\u003e\n  \u003csection class=\"pillow__mv\" id=\"pillow-mv\"\u003e\n    \u003cdiv class=\"pillow__mv__layer1\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"pillow__mv__layer2\" id=\"mv-layer2\"\u003e\n      \u003cdiv class=\"pillow__mv__layer2__img\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"mv__caption__text__always\"\u003e\n      \u003cp class=\"mv__caption__text__always__label\"\u003e新形状\u003c\/p\u003e\n      \u003cp class=\"mv__caption__text__always__text\"\u003e\n        隨時、隨地\u003cbr\u003e享受舒適好眠\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"mv__caption__text layer1\"\u003e\n      在旅途中\u003cbr\u003e也被極致的\u003cbr\u003e舒適所包圍\n    \u003c\/p\u003e\n    \u003cp class=\"mv__caption__text layer2\"\u003e\n      只需放在飯店或\u003cbr\u003e平常使用的枕頭上、\u003cbr\u003e就能帶來最棒的睡眠體驗\n    \u003c\/p\u003e\n    \u003cdiv class=\"mv__caption\"\u003e\n      \u003ch1 class=\"mv__caption__title\"\u003e\n        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_brainsleep_pillowportable.png\" alt=\"BRAIN SLEEP PILLOWPORTABLE\"\u003e\n      \u003c\/h1\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- \u003cdiv class=\"buy__area\"\u003e\n              \u003cdiv class=\"buy__area__flex\"\u003e\n                \u003ca class=\"buy__area__btn\" href=\"#buy\"\u003e購入に進む\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e --\u003e\n\n  \u003csection class=\"release\" id=\"release\"\u003e\n    \u003cdiv class=\"release__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"release__title__text fadeInUpShort animated\"\u003e\n        新式睡眠崛起\u003cbr\u003e多功能枕頭登場！\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"release__example animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"release__example__item fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_topper_model.jpg\" alt=\"\"\u003e\n        \u003ch3 class=\"release__example__item__title\"\u003eTOPPER PILLOW\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"release__example__item fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_neck_model.jpg\" alt=\"\"\u003e\n        \u003ch3 class=\"release__example__item__title\"\u003eNECK PILLOW\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"release__example__item fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_nap_model.jpg\" alt=\"\"\u003e\n        \u003ch3 class=\"release__example__item__title\"\u003eNAP PILLOW\u003c\/h3\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"release__example__img animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n      \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_example_bg.webp\" alt=\"\" class=\"fadeInUpShort animated only_pc\"\u003e\n      \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_example_bg_sp.webp\" alt=\"\" class=\"fadeInUpShort animated only_sp\"\u003e\n      \u003cp class=\"release__example__img__txt\"\u003e一顆在手\u003cbr\u003e完全擁有\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology\" id=\"features\"\u003e\n    \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n        \u003cspan\u003eFEATURES\u003c\/span\u003e特性\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"technology__link\"\u003e\n      \u003cul class=\"technology__link__lists animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n          \u003cdiv class=\"technology__link__lists__img\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_link_img01_model.jpg\" alt=\"\"\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"technology__link__lists__title\"\u003e\n            \u003cspan\u003e01\u003c\/span\u003eMulti comfort\n          \u003c\/h3\u003e\n          \u003cp class=\"technology__link__lists__desc\"\u003e\n            任何情境都能\u003cbr\u003e享受舒適好眠\n          \u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n          \u003cdiv class=\"technology__link__lists__img\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_link_img02.jpg\" alt=\"\"\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"technology__link__lists__title\"\u003e\n            \u003cspan\u003e02\u003c\/span\u003eCompact \u0026amp; light\n          \u003c\/h3\u003e\n          \u003cp class=\"technology__link__lists__desc\"\u003e\n            攜帶方便\u003cbr\u003e輕巧尺寸\u003cbr\u003e\u003csmall class=\"technology__link__lists__desc__sm\"\u003e（重量為腦眠科技枕的1\/3）\u003c\/small\u003e\n          \u003c\/p\u003e\n        \u003c\/li\u003e\n        \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n          \u003cdiv class=\"technology__link__lists__img\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_link_img03.jpg\" alt=\"\"\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"technology__link__lists__title\"\u003e\n            \u003cspan\u003e03\u003c\/span\u003eSuper clean\n          \u003c\/h3\u003e\n          \u003cp class=\"technology__link__lists__desc\"\u003e\n            可整顆水洗\u003cbr\u003e保持清潔\n          \u003c\/p\u003e\n        \u003c\/li\u003e\n      \u003c\/ul\u003e\n      \u003cdiv class=\"technology__link__image__box animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" style=\"position:relative;\"\u003e\n          \u003cdiv class=\"technology__link__image fadeInUpShort animated\"\u003e\n              \u003ciframe src=\"https:\/\/player.vimeo.com\/video\/726931037?autoplay=1\u0026amp;muted=1\u0026amp;loop=1\u0026amp;controls=0\u0026amp;title=0\u0026amp;byline=0\u0026amp;portrait=0\" allow=\"autoplay; fullscreen\" frameborder=\"0\" style=\"display:block;\"\u003e\u003c\/iframe\u003e\n          \u003c\/div\u003e\n          \u003c!-- コントロールUI隠し用オーバーレイ --\u003e\n          \u003cdiv style=\"position:absolute; bottom:0; left:0; width:100%; height:60px; background:#fff; pointer-events:none;\"\u003e\u003c\/div\u003e\n                  \u003c!-- \u003ciframe src=\"https:\/\/player.vimeo.com\/video\/726931037?background=1\u0026autoplay=1\u0026muted=1\u0026loop=1\" allow=\"autoplay; fullscreen\" frameborder=\"0\"\u003e\u003c\/iframe\u003e                \u003c\/div\u003e --\u003e\n          \u003cdiv class=\"technology__link__image__logo fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_pillowportable_logo.png\" alt=\"BRAIN SLEEP PILLOWPORTABLE\"\u003e\n          \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology\" id=\"scene\"\u003e\n    \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n        \u003cspan\u003eSCENE\u003c\/span\u003e情境\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item\" id=\"topper\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n          \u003cspan\u003e01\u003c\/span\u003e for TOPPER PILLOW\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_topper01_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              旅宿、飯店等\u003cbr\u003e加裝在普通的枕頭上\u003cbr\u003e通往最舒適的睡眠\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              「在旅宿中睡不著、頸部疼痛醒來好幾次」\u003cbr\u003e「新買的枕頭不合適，但丟掉可惜」\u003cbr\u003e只要覆蓋上一顆腦眠科技枕 攜帶版，就可以創造舒適的睡眠環境。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_topper02_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              腦部睡眠、超透氣\u003cbr\u003e支撐頸部、\u003cbr\u003e超舒適睡姿\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              擁有90%以上的空氣層，使得頭部和枕頭之間的空氣可以流動，並排出熱氣和濕氣。\u003cbr\u003e抑制睡眠中上升的體溫，讓您舒適一覺到天亮。\u003cbr\u003e高反彈的立體構造纖維材質，能夠確實支撐頭、頸部，避免過度下沉。\u003cbr\u003e能夠以最正確的睡姿，擁有舒適睡眠。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_topper03_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              超低枕頭\u003cbr\u003e單顆也能夠使用\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              偏好低枕頭、喜歡用毛巾代替枕頭的您推薦嘗試。\u003cbr\u003e腦眠科技枕 攜帶版單顆也能夠獨立使用。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item\" id=\"neck\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n          \u003cspan\u003e02\u003c\/span\u003e for NECK PILLOW\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck01_model.jpg\" alt=\"LAYER\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              旅途移動中\u003cbr\u003e舒適的包覆感\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              移動中零碎時間的睡眠，也要品質保證。\u003cbr\u003e使疲累的腦部達到重新開機的清爽感。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck02_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__img only_sp fade_sp\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck03_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              貼合頭頸部\u003cbr\u003e加高靠墊\u003cbr\u003e擁有超透氣材質\u003cbr\u003e長時間也很舒適\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              正確支撐頸部曲線，\u003cbr\u003e不用橫躺，也能舒適。\u003cbr\u003e有超透氣材質，可以排除頭頸部周圍的熱氣，長時間使用也不悶熱，感受輕盈。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc only_pc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck03_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item\" id=\"nap1\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n          \u003cspan\u003e03\u003c\/span\u003e for NAP PILLOW\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_nap01_model.jpg\" alt=\"LAYER\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              支援午睡枕\u003cbr\u003e超高效回神\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              對於起床後就持續忙於工作的大腦，小睡片刻是很大的幫助。\u003cbr\u003e一天中短時間的午睡，不只可以減輕疲勞感，研究證實也能提高記憶力和專注力。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item\" id=\"nap2\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n          \u003cspan\u003e04\u003c\/span\u003e for BACKREST\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_nap02_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              支援靠墊\u003cbr\u003e支撐腰部\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              長時間坐在電腦桌前，對腰部是\u003cbr\u003e極大的負擔，也是造成腰痛的原因。\u003cbr\u003e將本產品當成靠墊，因為高反彈的立體纖維構造，能給予您的腰部確實地支撐。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_nap03_model.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              維持正確的姿勢\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              只需要沿著腰部曲線放置。\u003cbr\u003e能夠使座骨挺起導正腰椎回到正常曲線。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item\" id=\"clean\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n          \u003cspan\u003e05\u003c\/span\u003e Super clean\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mov_07_pc.jpg\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text\"\u003e\n          \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n              可整顆水洗保持清潔\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              枕套到內材全部都可以水洗，隨時保持清潔。\u003cbr\u003e使用永續素材，對地球也很友善。\u003cbr\u003e內材可以用蓮蓬頭沖洗，清潔污漬和氣味。清潔完只要陰乾就好。也可以放入專用的清潔網內再放入洗衣機清洗。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"spec__title\" id=\"spec\"\u003e\n    \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n        \u003cspan\u003eSPEC\u003c\/span\u003e尺寸\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"spec__item\" id=\"material\"\u003e\n    \u003cdiv class=\"spec__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"spec__item__title fadeInUpShort animated\"\u003eSize\u003c\/h2\u003e\n      \u003cdiv class=\"spec__item__desc\"\u003e\n        \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_detail_27500_16589166102995.jpg?2\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n            \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e平放時\u003c\/h3\u003e\n            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n              橫寬 約580mm×深長 約300mm×厚度 約30mm\/約40mm（最長邊）\u003cbr\u003e伸縮帶 約80mm~約620mm（全長）\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec__item__desc\"\u003e\n        \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_detail_27500_16589172745579.jpg?2\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n            \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e\n              頸枕、輕鬆帶\n            \u003c\/h3\u003e\n            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n              橫寬 約150mm×深長 約250mm×厚度 約150mm（最長邊） \u003cbr\u003e伸縮帶 約80mm~約620mm（全長）\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec__item__desc\"\u003e\n        \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_detail_27500_16589166327995.jpg?2\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n            \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e對折時\u003c\/h3\u003e\n            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n              橫寬 約300mm×深長 約290mm×厚度 約60mm\/80mm（最長邊）\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec__item__desc\"\u003e\n        \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n              ■重量\u003cbr\u003e約210g\u003cbr\u003e■材質\u003cbr\u003e內材 聚乙烯100%\u003cbr\u003e枕套 網狀面 聚酯纖維100%、側面材質 尼龍100%、伸縮帶 聚丙烯100%\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"other__title\" id=\"other\"\u003e\n    \u003cdiv class=\"section__title\"\u003e\n      \u003ch2 class=\"section__title__text\"\u003e\n        \u003cspan\u003eRecommended selection\u003c\/span\u003e提高睡眠品質的推薦商品\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"other__mattress\"\u003e\n    \u003cdiv class=\"other__mattress__inner\"\u003e\n      \u003ch3 class=\"other__mattress__text__sub__title only_sp\"\u003e\n        理想睡姿×完美分散體壓 \u003cbr\u003e一款改變你起床感受的床墊\n      \u003c\/h3\u003e\n      \u003cdiv class=\"other__mattress__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float.png?6\" alt=\"\" width=\"1280\" height=\"482\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"other__mattress__text\"\u003e\n        \u003cdiv class=\"other__mattress__text__title\"\u003e\n          \u003ch2 class=\"other__mattress__text__title__logo\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float_logo.png\" alt=\"BRAIN SLEEP FLOAT\" width=\"300\" height=\"105\"\u003e\n          \u003c\/h2\u003e\n          \u003cp class=\"other__mattress__text__title__name\"\u003e\n            腦眠科技床墊 加倍釋壓版\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__mattress__text__sub\"\u003e\n          \u003ch3 class=\"other__mattress__text__sub__title\"\u003e\n            理想睡姿×完美分散體壓 \u003cbr\u003e一款改變你起床感受的床墊\n          \u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_plus_float\" class=\"other__more__btn other__more__btn__black other__mattress__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"other__col2\"\u003e\n    \u003csection class=\"other__col2__item\" id=\"other__coin\"\u003e\n      \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e\n        睡眠醫學×AI \u003cbr\u003e客製化測試睡眠\n      \u003c\/h3\u003e\n      \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_other_coin.jpg\" alt=\"\" width=\"700\" height=\"700\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"other__col2__item__inner\"\u003e\n        \u003cdiv\u003e\n          \u003ch2 class=\"other__col2__item__logo other__col2__item__coin__logo\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_other_coin_logo.png\" alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n          \u003c\/h2\u003e\n          \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__col2__item__flex\"\u003e\n          \u003cp class=\"other__col2__item__flex__desc\"\u003e\n            睡眠醫學×AI \u003cbr\u003e客製化測試睡眠\n          \u003c\/p\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n\n    \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__conforter\"\u003e\n    \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e\n      不再需要羽絨或毛毯 \u003cbr\u003e是一款極致溫暖的被子\n    \u003c\/h3\u003e\n    \u003cdiv class=\"other__col2__item__img\"\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex.png\" alt=\"\" width=\"600\" height=\"222\"\u003e\n    \u003c\/div\u003e\n    \n    \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n      \u003cdiv\u003e\n        \u003ch2 class=\"other__col2__item__logo\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex_logo.png\" alt=\"BRAIN SLEEP COMFORTER PERFECT WARM EX\" width=\"350\" height=\"106\"\u003e\n        \u003c\/h2\u003e\n        \u003cp class=\"other__col2__item__logotext\"\u003e\n          腦眠科技被 極致保暖 EX\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"other__col2__item__flex\"\u003e\n        \u003cp class=\"other__col2__item__flex__desc\"\u003e\n          不再需要羽絨或毛毯 \u003cbr\u003e是一款極致溫暖的被子\n        \u003c\/p\u003e\n        \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectwarmex\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003c!-- \u003csection class=\"other__col2__item\" id=\"other__conforter\"\u003e\n      \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e\n        オールシーズン、これ一枚で快適温度。\n      \u003c\/h3\u003e\n      \u003cdiv class=\"other__col2__item__img\"\u003e\n        \u003cimg\n          loading=\"lazy\"\n          decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_other_conforter.png\"\n          alt=\"\"\n          width=\"509\"\n          height=\"187\"\n        \/\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"other__col2__item__inner\"\u003e\n        \u003cdiv\u003e\n          \u003ch2 class=\"other__col2__item__logo\"\u003e\n            \u003cimg\n              loading=\"lazy\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_other_conforter_logo.png\"\n              alt=\"BRAIN SLEEP FLOAT\"\n              width=\"343\"\n              height=\"104\"\n            \/\u003e\n          \u003c\/h2\u003e\n          \u003cp class=\"other__col2__item__logotext\"\u003e\n            ブレインスリープ コンフォーター \u003cbr class=\"only_sp\" \/\u003eオールシーズンズ\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__col2__item__flex\"\u003e\n          \u003cp class=\"other__col2__item__flex__desc\"\u003e\n            オールシーズン \u003cbr \/\u003eこれ一枚で快適温度\n          \u003c\/p\u003e\n          \u003ca\n            href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_allseasons\"\n            class=\"other__more__btn other__more__btn__black\"\n            \u003e了解更多\u003c\/a\n          \u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e --\u003e\n\n\n  \u003c\/div\u003e\n\n  \u003csection class=\"possibility animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"possibility\"\u003e\n    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_possibility_bg_model.webp\" alt=\"\" class=\"only_pc fadeInUpShort animated\"\u003e\n    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_possibility_bg_sp_model.webp\" alt=\"\" class=\"only_sp fadeInUpShort animated\"\u003e\n    \u003cdiv class=\"awakenyourpossibility\"\u003e\n      \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_cool_airthrow_awakenyourpossibility.webp\" alt=\"AWAKEN YOUR POSSIBILITY\" class=\"fadeInUpShort animated\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"possibility__txt\"\u003e來場新的\u003cbr class=\"only_sp\"\u003e睡眠之旅吧！\u003c\/p\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"faq\" id=\"faq\"\u003e\n    \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n        \u003cspan\u003eFAQ\u003c\/span\u003e常見問題\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e能夠清洗嗎？\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e\n            可以。枕套能使用洗衣機清洗。內材請使用蓮蓬頭沖洗。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e能直接當作枕頭使用嗎？\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e\n            可以。推薦給平常使用折疊毛巾當枕頭、偏好薄枕的您。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e使用中會掉落嗎？\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e\n            當成短枕或靠墊（靠在腰部）使用時，請調整伸縮代的長度貼合枕頭和靠墊的尺寸，以防止掉落。\u003cbr\u003e當成頸枕使用時，伸縮帶請調整成貼合頸部的尺寸，以防止掉落。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e\n          作為頸枕，頸圍大約限制在多少cm呢？\n        \u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e\n            因為可以使用伸縮帶調節，所以沒有設限。測試過脖圍尺寸約30cm~約43cm都可以貼合，非常舒適。但是感受還是因人而異。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e\n          不使用的時候，可以摺疊收納嗎？\n        \u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e\n            收納時，請不要摺疊，請平放收納。\u003cbr\u003e若是摺疊狀態或負重狀態的長時間收納，可能會使內材耗損劣化。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003c!--コンテンツ END--\u003e\n\u003c\/div\u003e\n\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_all_zh-hant_v1.css?2\"\u003e\n\u003cstyle\u003e\n  .modal__campaign__detail {\n    text-align: center;\n    padding: 10px 20px;\n    background-color: #ece9db;\n    color: #000;\n    max-width: 1180px;\n    margin: 0px auto 15px auto;\n  }\n\n  .modal__campaign__lead {\n    font-size: 15px;\n  }\n\n  .modal__campaign__txt {\n    font-size: 12px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .modal__campaign__detail {\n      text-align: center;\n      padding: 16px 10px;\n      width: 100%;\n    }\n\n    .modal__campaign__lead {\n      font-size: 15px;\n    }\n\n    .modal__campaign__txt {\n      font-size: 12px;\n    }\n  }\n\u003c\/style\u003e\n\n\u003c!-- \u003cdiv class=\"modal__campaign__detail\"\u003e\n        \n        \u003cp class=\"modal__campaign__lead\"\u003e\n        ALL IN ONE購入でノベルティミストをプレゼント！\u003cbr\u003e\n        \u003cspan style=\"font-size: 12px;\"\u003e※ノベルティは商品をカートに追加後に適用されます\u003c\/span\u003e\n        \u003c\/p\u003e\n        \n        \u003c\/div\u003e --\u003e\n\n\u003c!-- \u003cdiv class=\"modal__campaign__detail\"\u003e\n        \n        \u003cp class=\"modal__campaign__lead\"\u003e\n        送料無料\n        \u003c\/p\u003e\n        \n        \u003c\/div\u003e --\u003e\n\n\u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_all_v1.js\"\u003e\u003c\/script\u003e\n\u003cscript\u003e\n  if (navigator.userAgent.match(\/(iPhone|iPad|iPod|Android)\/)) {\n    jQuery(\".modal__campaign__detail\").prependTo(\".block-goods-detail\");\n  } else {\n    jQuery(\".modal__campaign__detail\").prependTo(\".pane-goods-header\");\n  }\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  jQuery(function () {\n    const bannerHtml =\n      '\u003cdiv class=\"cpmodal_link\" style=\"order:270;margin-top:10px;\"\u003e\u003ca href=\"https:\/\/www.zzz-land.com\/shop\/pages\/furusato_lineup.aspx#portable\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"\/img\/usr\/banner\/sp_head_furusatonozei_0907.jpg?5\"\u003e\u003c\/a\u003e\u003c\/div\u003e';\n    jQuery(\".block-add-cart\").eq(0).after(bannerHtml);\n  });\n\u003c\/script\u003e\n\n\u003cdiv id=\"buy\" name=\"buy\" style=\"display: block\"\u003e\u003c\/div\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":45370131972318,"sku":"P0009A1-0002","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_pillow_portable.jpg?v=1756808595"},{"product_id":"pillow_perfectcool","title":"腦睡眠科技枕 完美涼感","description":"\u003cstyle\u003e\n.intro02__txt2 {\n  font-size: 88px;\n  line-height: 1;\n  background: linear-gradient(90deg, #87F6FC 0%, #2B5BA5 100%);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n}\n.technology__item__graph__content {\n  height: fit-content!important;\n}\n.gradient__head {\n  display: flex;\n  justify-content: center;\n  flex-wrap: wrap;\n  position: relative;\n  z-index: 1;\n  color: #fff;\n}\n.gradient__patent {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  position: relative;\n  \/*background-color: #222;*\/\n  width: 110px;\n  height: 110px;\n  font-size: 30px;\n  letter-spacing: .2em;\n}\n.gradient__patent:before {\n  content: \"\";\n  display: block;\n  width: 100px;\n  height: 100px;\n  border-top: 3px solid #fff;\n  border-left: 3px solid #fff;\n  position: absolute;\n  top: -6px;\n  left: -6px;\n}\n.gradient__patent:after {\n  content: \"\";\n  display: block;\n  width: 100px;\n  height: 100px;\n  border-right: 1px solid #fff;\n  border-bottom: 1px solid #fff;\n  position: absolute;\n  bottom: -2px;\n  right: 0;\n}\n.gradient__ttl__wrap {\n  padding-left: 24px;\n  margin-top: -5px;\n}\n.gradient__ttl {\n  font-size: 18px;\n  letter-spacing: .3em;\n}\n.gradient__ttl span {\n  font-family: Termina,  \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", \"ヒラギノ角ゴ ProN W3\", \"Hiragino Kaku Gothic ProN W3\", HiraKakuProN-W3, \"ヒラギノ角ゴ ProN\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ Pro\", \"Hiragino Kaku Gothic Pro\", \"メイリオ\", Meiryo, Osaka, \"ＭＳ Ｐゴシック\", \"MS PGothic\", \"Helvetica Neue\", HelveticaNeue, Helvetica, Arial, \"Segoe UI\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";\n  font-size: 30px;\n  line-height: 1.5;\n  margin-top: 6px;\n  letter-spacing: .3em;\n  font-weight: normal;\n}\n.gradient__txt {\n  width: 100%;\n  text-align: center;\n  margin-top: 22px;\n  font-size: 16px;\n  letter-spacing: .05em;\n}\n@media screen and (max-width: 749px) {\n  .intro02__txt2 {\n    font-size: 12vw;\n    letter-spacing: .1em;\n    line-height: 1.2;\n  }\n  .gradient__head {\n    margin-bottom: 10px;\n  }\n  .gradient__patent {\n    width: 60px;\n    height: 60px;\n    font-size: 17px;\n    letter-spacing: .15em;\n    line-height: 1.3;\n    margin-left: 5px;\n  }\n  .gradient__patent:before {\n    width: 57px;\n    height: 57px;\n  }\n  .gradient__patent:after {\n    width: 57px;\n    height: 57px;\n  }\n  .gradient__ttl__wrap {\n    padding-left: 14px;\n  }\n  .gradient__ttl {\n    font-size: 10px;\n  }\n  .gradient__ttl span {\n    font-size: 17px;\n    margin-top: 3px;\n  }\n  .gradient__txt {\n    margin-top: 10px;\n    font-size: 10px;\n  }\n}\n.multilingual_annotation {\n    text-align: center;\n    font-size: 16px;\n    padding: 15px;\n    color: #A32135;\n  }\n  #MainContent,\n  html.js {\n    overflow: unset;\n  }\n\n  .technology__item__desc div:empty {\n    display: block;\n  }\n\n  .rwlp__wrapper {\n    overflow-x: hidden;\n  }\n\n  .rwlp__wrapper video {\n    height: auto;\n  }\n\n  .rwlp__wrapper a {\n    text-decoration: unset;\n    color: #000;\n  }\n\n  .rwlp__wrapper .other__pillow__text__sub__more {\n    color: #fff;\n  }\n\n  .rwlp__wrapper .other__more__btn {\n    color: #fff;\n  }\n\n  .rwlp__wrapper .other__more__btn__black {\n    color: #000!important;\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  }\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  .sleep__info__quality__golden__title,\n  .gradient__ttl {\n    margin: 0;\n  }\n\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  .rwlp__wrapper video {\n    height: auto;\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  .rwlp__wrapper img {\n    border: unset;\n  }\n\n  .technology__link__lists {\n    padding: 0 !important;\n  }\n\n  .kv__cool__ttl {\n    color: #fff;\n  }\n\n  .kv__cool__ttl {\n    padding: 0 !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: 749px) {\n    .u-pc {\n      display: none !important;\n    }\n\n    .u-sp {\n      display: block !important;\n    }\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  h1,\n  h2,\n  h3 {\n    font-weight: 400 !important;\n  }\n\n  .only_sp {\n    display: none;\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: 640px;\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  .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    .sleep__info__book {\n      padding-bottom: 10px;\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  .u-ta-c {\n    text-align: center !important;\n  }\n\n  .u-mt-8 {\n    margin-top: 8px !important;\n  }\n\n  .remodal,\n  [data-remodal-id] {\n    display: none;\n  }\n\n  .remodal {\n    position: relative;\n    outline: 0;\n    -webkit-text-size-adjust: 100%;\n    -moz-text-size-adjust: 100%;\n    -ms-text-size-adjust: 100%;\n    text-size-adjust: 100%;\n  }\n\n  .remodal {\n    -webkit-box-sizing: border-box;\n    box-sizing: border-box;\n    width: 100%;\n    margin-bottom: 10px;\n    padding: 35px;\n    -webkit-transform: translate3d(0, 0, 0);\n    transform: translate3d(0, 0, 0);\n    color: #2b2e38;\n    background: #fff;\n  }\n\n  .remodal {\n    vertical-align: middle;\n  }\n\n  .remodal-close {\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: block;\n    overflow: visible;\n    width: 35px;\n    height: 35px;\n    margin: 0;\n    padding: 0;\n    text-decoration: none;\n    color: #95979c;\n    border: 0;\n    outline: 0;\n    background: 0 0;\n  }\n\n  .remodal-close:before {\n    font-family: Arial, \"Helvetica CY\", \"Nimbus Sans L\", sans-serif !important;\n    font-size: 25px;\n    line-height: 35px;\n    position: absolute;\n    top: 0;\n    left: 0;\n    display: block;\n    width: 35px;\n    content: \"\\00d7\";\n    text-align: center;\n  }\n\n  .remodal-close::-moz-focus-inner {\n    padding: 0;\n    border: 0;\n  }\n\n  @media only screen and (min-width: 641px) {\n    .remodal {\n      max-width: 700px;\n    }\n  }\n\n  body {\n    overflow-x: hidden;\n  }\n\n  .technology__item {\n    border-top: 1px #000 solid;\n    font-weight: 500;\n    padding-bottom: 110px;\n    padding-top: 70px;\n  }\n\n  .technology__item__inner {\n    padding-left: 6.7142857142857vw;\n  }\n\n  .technology__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    line-height: 1;\n  }\n\n  .technology__item__desc {\n    display: flex;\n    flex-direction: row-reverse;\n    margin-top: 80px;\n    position: relative;\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 img {\n    height: 100%;\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: -0.06em;\n    line-height: 1.733333333333333;\n  }\n\n  .technology__item__desc__text__content__desc {\n    font-size: 16px;\n    letter-spacing: -0.06em;\n    line-height: 1.9375;\n    margin-top: 40px;\n  }\n\n  #clean .technology__item__desc.tips .technology__item__desc__text__content__title {\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    letter-spacing: 0;\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    .technology__item {\n      padding-bottom: 70px;\n      padding-top: 40px;\n    }\n\n    .technology__item__inner {\n      padding-left: 0;\n    }\n\n    .technology__item__title {\n      padding: 0 20px;\n      font-size: 25px;\n    }\n\n    .technology__item__desc {\n      flex-direction: column;\n      margin-top: 20px;\n    }\n\n    .technology__item__desc__img {\n      margin-left: 20px;\n      padding-top: 54%;\n      width: calc(100% - 20px);\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    .technology__item__desc__text__content__desc {\n      margin-top: 20px;\n    }\n\n    #clean .technology__item__desc__text {\n      margin: 25px 0 0;\n    }\n\n    #clean .technology__item__desc.tips .technology__item__desc__text {\n      margin-top: 0;\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    .spec__item__desc__img {\n      padding-left: 20px;\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  .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 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  .remodal {\n    padding: 0;\n    max-width: 650px;\n  }\n\n  .remodal-close {\n    left: auto;\n    right: 0;\n  }\n\n  .remodal-close:before {\n    font-size: 40px;\n  }\n\n  img {\n    vertical-align: bottom;\n  }\n\n  @media screen and (min-width: 750px) {\n    .remodal__coverguide {\n      min-width: 1200px !important;\n    }\n\n    .remodal__coverguide .spec__item__title,\n    .remodal__coverguide .spec__item__desc {\n      text-align: left;\n      padding-left: 7.5%;\n    }\n\n    .remodal .spec__item__inner {\n      padding-left: 0;\n    }\n\n    .remodal .spec__item__desc__img {\n      width: 58.1428571428571%;\n    }\n\n    .remodal .spec__item__desc__text {\n      text-align: left;\n      margin-right: 8.0714285714286%;\n      width: 26.2857142857143%;\n    }\n  }\n\n  @media screen and (max-width: 749px) {\n\n    .remodal__coverguide .spec__item__title,\n    .remodal__coverguide .spec__item__desc {\n      text-align: left;\n      padding-left: 20px;\n    }\n\n    .remodal .spec__item__desc__text {\n      text-align: left;\n    }\n  }\n\n  .tech01_01_2 {\n    width: calc(100% - 40px);\n    margin-top: 32px;\n    margin-left: 20px;\n  }\n\n  @media screen and (min-width: 750px) {\n    .tech01_01_2 {\n      margin-top: 60px;\n      margin-left: 0;\n      width: 25vw;\n      bottom: 0;\n      left: 0;\n    }\n  }\n\n  @media screen and (max-width: 749px) {\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    .cta__item__type .cta__item__label__wrap label {\n      font-size: 10px;\n    }\n\n    .cta__item__type .cta__item__label__wrap:nth-of-type(1) label {\n      padding: 18px 7px !important;\n    }\n  }\n\n  .kv__cool {\n    position: relative;\n    height: 57.1428vw;\n  }\n\n  .kv__cool__bg {\n    position: absolute;\n    left: 0;\n    top: 0;\n    width: 100vw;\n    height: 57.1428vw;\n  }\n\n  .kv__cool__inner {\n    width: 82vw;\n    padding: 7.57vw 0;\n    box-sizing: border-box;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1;\n    color: #fff;\n  }\n\n  .kv__cool__ttl {\n    font-size: 4.07142vw;\n    line-height: 1.25;\n    font-feature-settings: \"palt\";\n    margin-bottom: 14vw;\n  }\n\n  .kv__cool__ttl span {\n    font-size: 2.35714vw;\n    display: block;\n    font-feature-settings: \"palt\";\n  }\n\n  .kv__cool__logo p {\n    font-size: 1.5714vw;\n    border: 1px solid #fff;\n    padding: 0.7vw 1vw;\n    display: inline-block;\n    line-height: 1;\n    margin-bottom: 1vw;\n  }\n\n  .kv__cool__logo img {\n    width: 27.428vw;\n  }\n\n  .intro01__txt2 span {\n    margin-bottom: 32px;\n    padding: 0 10px;\n    font-size: 36px;\n    display: inline-block;\n    background: rgb(204, 82, 30);\n    background: linear-gradient(162deg,\n        rgba(204, 82, 30, 1) 0%,\n        rgba(240, 167, 49, 1) 62%);\n  }\n\n  .intro02__bg img {\n    width: auto;\n    max-height: 800px;\n    max-width: unset;\n  }\n\n  @media screen and (max-width: 767px) {\n    .kv__cool {\n      height: 142vw;\n    }\n\n    .kv__cool__bg {\n      width: 100vw;\n      height: 142vw;\n    }\n\n    .kv__cool__inner {\n      width: 86vw;\n      padding: 9vw 0;\n      margin: 0 auto;\n    }\n\n    .kv__cool__ttl {\n      font-size: 6.9333vw;\n      line-height: 1.7;\n      margin-bottom: 75vw;\n    }\n\n    .kv__cool__ttl span {\n      font-size: 5.0666vw;\n    }\n\n    .kv__cool__logo p {\n      font-size: 2.97vw;\n      border: 1px solid #fff;\n      padding: 1.5vw;\n      margin-bottom: 3vw;\n    }\n\n    .kv__cool__logo img {\n      width: 51.4666vw;\n    }\n\n    .intro01__txt1.u-sp {\n      font-size: 5.3333vw;\n      padding: 3vw 10vw;\n      border: 2px solid #fff;\n      margin-bottom: 10vw;\n      display: inline-block !important;\n    }\n\n    .intro01__txt2.u-sp {\n      display: flex !important;\n      align-items: center;\n      flex-direction: column;\n      justify-content: center;\n      position: relative;\n      z-index: 1;\n    }\n\n    .intro01__txt2 span {\n      margin-bottom: 4vw;\n      padding: 0 2vw;\n      font-size: 5.333vw;\n    }\n\n    .intro02__bg img {\n      max-height: unset;\n      width: 100%;\n    }\n  }\n\n  .spec03 img {\n    width: 90%;\n    margin: 0 auto;\n  }\n\n  .spec04 img {\n    width: 48%;\n    display: block;\n    margin: 0 auto;\n  }\n\n  .related__items__item__img img {\n    height: auto;\n    display: block;\n    margin: 0 auto;\n  }\n\n  .related__items__item:nth-of-type(1) .related__items__item__img img {\n    width: 440px;\n  }\n\n  .related__items__item:nth-of-type(2) .related__items__item__img img {\n    width: 402px;\n  }\n\n  .related__items__item:nth-of-type(3) .related__items__item__img img {\n    width: 388px;\n  }\n\n  #spec01 .technology__item__desc__img {\n    padding-top: 0;\n  }\n\n  #spec01 .technology__item__desc__img img {\n    height: auto;\n    position: relative;\n    width: 85%;\n  }\n\n  @media screen and (max-width: 767px) {\n\n    .spec01 img,\n    .spec02 img,\n    .spec03 img {\n      width: 90%;\n      margin: 0 auto;\n    }\n\n    .spec04 img {\n      width: 58%;\n    }\n\n    .related__items__item__img img {\n      height: auto;\n      display: block;\n      margin: 0 auto;\n    }\n\n    .related__items__item:nth-of-type(1) .related__items__item__img img {\n      width: unset;\n    }\n\n    .related__items__item:nth-of-type(2) .related__items__item__img img {\n      width: unset;\n    }\n\n    .related__items__item:nth-of-type(3) .related__items__item__img img {\n      width: unset;\n    }\n\n    #spec01 .technology__item__desc__img {\n      margin: 0;\n      width: 100%;\n    }\n\n    #spec01 .technology__item__desc__img img {\n      height: auto;\n      position: relative;\n      width: 100%;\n    }\n\n    #spec01 .technology__item__desc__img.spec02__img img {\n      width: 58%;\n      margin-left: 15%;\n    }\n  }\n\n  .intro01__head,\n  .intro04__head {\n    margin-top: 0 !important;\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  .other__col2__item__inner {\n    z-index: 1;\n    position: relative;\n  }\n\n  body {\n    visibility: visible !important;\n    opacity: 1 !important;\n  }\n\n  .intro01__head {\n    margin-top: 0;\n  }\n\n  @media screen and (max-width: 749px) {\n    .intro4 {\n      font-size: 0;\n    }\n\n    #other__conforter .other__col2__item__logo,\n    #other__coin .other__col2__item__logo,\n    .other__pillow__text__title__logo,\n    .intro04__head,\n    .intro01__head {\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  .buy__area {\n    background-color: #fff;\n    border-bottom: 1px #000 solid;\n    border-top: 1px #000 solid;\n    bottom: 0;\n    font-weight: 500;\n    left: 0;\n    padding: 15px 0 18px;\n    position: fixed;\n    width: 100%;\n    z-index: 99999;\n  }\n\n  .buy__area__flex {\n    align-items: center;\n    display: flex;\n    justify-content: center;\n    margin: 0 auto;\n    width: 532px;\n  }\n\n  .buy__area__name {\n    font-size: 17px;\n    line-height: 1;\n  }\n\n  .buy__area__price {\n    font-size: 11px;\n    line-height: 1;\n    margin-top: 10px;\n  }\n\n  .buy__area__price span {\n    font-family: \"Helvetica Neue\", Helvetica, sans-serif;\n    font-size: 21px;\n    line-height: 1;\n  }\n\n  .buy__area__btn {\n    background-color: #9c2335;\n    color: #fff !important;\n    font-size: 16px;\n    font-weight: 500;\n    letter-spacing: 0.05em;\n    line-height: 43px;\n    text-align: center;\n    width: 238px;\n  }\n\n  @media screen and (max-width: 749px) {\n    .buy__area {\n      padding: 20px 0;\n    }\n\n    .buy__area__flex {\n      justify-content: center;\n      padding-left: 0;\n      width: auto;\n    }\n\n    .buy__area__text {\n      display: none;\n    }\n\n    .buy__area__btn {\n      font-size: 16px;\n      line-height: 40px;\n      width: 200px;\n    }\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n    transform: unset;\n    animation: unset;\n    opacity: 1;\n  }\n\n  .related__items__list {\n    justify-content: flex-start !important;\n    gap: 100px;\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n\u003csection class=\"kv__cool\"\u003e\n  \u003cdiv class=\"kv__cool__bg\"\u003e\n    \u003cimg class=\"u-pc\"\n      src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_kv_bg_model.jpg\"\n      width=\"2000\" height=\"1142\"\u003e\n    \u003cimg class=\"u-sp\"\n      src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_kv_bg_model_sp.jpg\"\n      width=\"375\" height=\"533\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"kv__cool__inner\"\u003e\n    \u003ch1 class=\"kv__cool__ttl\"\u003e\n      夏日睡眠\u003cbr class=\"u-pc\"\u003e清涼感受\u003cspan\u003e快速、深沉、直達腦眠。\u003c\/span\u003e\n    \u003c\/h1\u003e\n    \u003cdiv class=\"kv__cool__logo\"\u003e\n      \u003cp\u003e夏日特殊型腦眠枕\u003c\/p\u003e\n      \u003cbr\u003e\n      \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_kv_logo.png\"\n        width=\"384\" height=\"144\" alt=\"BRAIN SLEEP PILLOW PERFECT COOL\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"sleep__info\" id=\"sleep__info\"\u003e\n  \u003cdiv class=\"sleep__info__book animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"sleep__info__book__inner fadeInUpShort animated\"\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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_stanford_method.png\"\n            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\"\u003e\n            整合《史丹佛式最佳睡眠法》的\u003cbr\u003e唯一枕頭\n          \u003c\/h3\u003e\n          \u003cp class=\"sleep__info__book__text__desc\"\u003e\n            人的一生中約有1\/3都是睡眠時間。\u003cbr\u003e睡眠的品質不好，會使大腦及身體無法休息，\u003cbr class=\"u-pc\"\u003e導致無法發揮應有的表現。\u003cbr\u003e正因為是每天使用的重要寢具，\u003cbr class=\"u-pc\"\u003e何不從質量上重新檢視一下呢？\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"sleep__info__quality animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"sleep__info__quality__golden\"\u003e\n      \u003cdiv class=\"sleep__info__quality__golden__text fadeInUpShort animated\"\u003e\n        \u003ch3 class=\"sleep__info__quality__golden__title\"\u003e\n          決定睡眠品質的\u003cbr\u003e「黃金\u003cspan class=\"termina\"\u003e90\u003c\/span\u003e分鐘」\n        \u003c\/h3\u003e\n        \u003cp class=\"sleep__info__quality__golden__desc\"\u003e\n          對於不能確保有十分充足睡眠時間的日本人來說，剛進入睡眠中的90分鐘若是有達到深沉睡眠的話，就能夠提高睡眠循環的品質。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sleep__info__quality__golden__img fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_mov_01_pc_zh-hant.webp\" alt=\"\"\n          width=\"840\" height=\"472\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"intro01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cp class=\"intro01__txt1 fadeInUpShort animated u-pc\"\u003e\n      為了達到這樣的睡眠品質，需要冷卻腦部\n    \u003c\/p\u003e\n    \u003cp class=\"intro01__txt1 fadeInUpShort animated u-sp\"\u003e\n      為了達到這樣的睡眠品質， \u003cbr\u003e需要冷卻腦部\n    \u003c\/p\u003e\n    \u003cp class=\"intro01__txt2 fadeInUpShort animated u-pc\"\u003e\n      \u003cspan\u003e氣溫較高的夏天會使體溫較不易下降\u003c\/span\u003e\n      \u003cspan\u003e因此影響了睡眠\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"intro01__txt2 fadeInUpShort animated u-sp\"\u003e\n      \u003cspan\u003e氣溫較高的夏天會使體溫較不易下降\u003c\/span\u003e\n      \u003cspan\u003e因此影響了睡眠\u003c\/span\u003e\n    \u003c\/p\u003e\n    \u003cp class=\"intro01__txt3 fadeInUpShort animated\"\u003e\n      正因如此，需要有效的將腦部冷卻，\u003cbr class=\"u-sp\"\u003e達到快速深沉的睡眠。\n    \u003c\/p\u003e\n    \u003cdiv class=\"intro01__movie__wrap fadeInUpShort animated\"\u003e\n      \u003cvideo id=\"js-video01\" class=\"lozad intro01__movie\" width=\"1920\" height=\"1080\" style=\"aspect-ratio: 1920\/1080\"\n        src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/2c00e1988a1842afbc642fb9602bac54.mp4\" preload=\"none\" autoplay loop\n        muted playsinline\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv 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\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_intro02_bg.jpg\"\n        width=\"2000\" height=\"1262\"\u003e\n      \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_intro02_bg_sp.jpg\"\n        width=\"375\" height=\"350\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro02__inner\"\u003e\n      \u003cp class=\"intro02__txt1 fadeInUpShort animated\"\u003e\n        和腦眠科技枕比較\n      \u003c\/p\u003e\n      \u003cdiv class=\"intro02__txt2 fadeInUpShort animated\"\u003e\n        \u003cspan class=\"termina\"\u003e3\u003c\/span\u003e倍\u003cbr class=\"u-sp\"\u003e冷卻降溫\n      \u003c\/div\u003e\n      \u003cp class=\"intro02__txt3 fadeInUpShort animated\"\u003e\n        在夏日的睡眠環境下，\u003cbr\u003e測試使用腦眠科技枕和\u003cbr class=\"u-sp\"\u003e腦眠科技枕完美涼感之頭部表面的溫度變化，\u003cbr\u003e竟然有降低溫度3倍的數值。\n      \u003c\/p\u003e\n      \u003cdiv class=\"intro02__txt4 fadeInUpShort animated\"\u003e\n        \u003cp\u003e\n          \u003cspan\u003e腦部冷卻\u003c\/span\u003e×\n          \u003cspan\u003e舒適睡眠的雙向實現\u003c\/span\u003e\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"intro02__txt5 fadeInUpShort animated\"\u003e\n        將夏日睡眠特殊進化\u003cbr class=\"u-sp\"\u003e「腦眠科技枕 完美涼感」\n      \u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"intro03 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cvideo id=\"js-video02\" class=\"lozad fadeInUpShort animated\" width=\"1920\" height=\"1080\"\n      style=\"aspect-ratio: 1920\/1080\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ac082752f107403194f8fed74f2ac54f.mp4\"\n      preload=\"none\" autoplay loop muted playsinline\u003e\u003c\/video\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"intro05 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"gradient__head fadeInUpShort animated\"\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=\"intro05__img fadeInUpShort animated\"\u003e\n      \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_intro05_img_zh-hant.webp\"\n        width=\"483\" height=\"160\"\u003e\n      \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_intro05_img_sp_zh-hant.webp\"\n        width=\"375\" height=\"431\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv style=\"background: #000; padding-bottom: 50px\"\u003e\n    \u003cdiv class=\"demerit\"\u003e\n      \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_demerit_zh-hant.webp?2\" alt=\"\"\n        width=\"1100\" height=\"497\"\u003e\n      \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_demerit_sp_zh-hant.webp?2\" alt=\"\"\n        width=\"684\" height=\"388\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro__comparison\"\u003e\n      \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_intro_comparison_zh-hant.webp?2\"\n        alt=\"\" width=\"1196\" height=\"873\"\u003e\n      \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_intro_comparison_sp_zh-hant.webp?2\"\n        alt=\"\" width=\"748\" height=\"674\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"intro06 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro06__bg fadeInUpShort animated\"\u003e\n      \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_intro06_bg_model.jpg\"\n        width=\"2000\" height=\"1170\"\u003e\n      \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_intro06_bg_model_sp.jpg\"\n        width=\"375\" height=\"538\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro06__inner\"\u003e\n      \u003cp class=\"intro06__txt1 fadeInUpShort animated\"\u003e\n        使腦部冷卻降溫，擁有舒適的睡眠。\u003cbr\u003e夏日睡眠的特殊進化枕\n      \u003c\/p\u003e\n      \u003cdiv class=\"intro06__img fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_product_logo.png\"\n          width=\"322\" height=\"129\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"technology js-box\" 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\n        \u003ca href=\"#cool\"\u003e\n          \u003cdiv class=\"technology__link__lists__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_nav01_model.jpg?2\"\n              alt=\"\" width=\"395\" height=\"363\"\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\n      \u003cli class=\"item fadeInUpShort animated\"\u003e\n        \u003ca href=\"#fit\"\u003e\n          \u003cdiv class=\"technology__link__lists__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_nav02.jpg?2\"\n              alt=\"\" width=\"395\" height=\"363\"\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=\"#clean\"\u003e\n          \u003cdiv class=\"technology__link__lists__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_nav03.jpg\" alt=\"\"\n              width=\"395\" height=\"363\"\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=\"cool\"\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\u003eCool your brain\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"technology__item__desc tech01_01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding: 0; height: unset\"\u003e\n        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_01_model.jpg\"\n          alt=\"\" width=\"1634\" height=\"920\" style=\"height: unset; position: relative\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_01_model_sp.jpg\"\n          alt=\"\" width=\"355\" height=\"355\" style=\"height: unset; position: relative\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tech01_01_2 u-sp fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_01_2_zh-hant.webp\"\n          alt=\"\" width=\"351\" height=\"244\"\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達到快速又深沉的睡眠\n          \u003c\/h3\u003e\n          \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n            擁有90%以上的空氣層，使得睡眠時產生的熱度與濕氣不會堆積在枕頭上，在睡眠不易的酷熱夜晚也能夠擁有舒適的睡眠環境。\n          \u003c\/p\u003e\n          \u003cdiv class=\"tech01_01_2 u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_01_2_zh-hant.webp\"\n              alt=\"\" width=\"351\" height=\"244\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"technology__item__desc tech01_02 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding: 0; height: unset\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_02.jpg\" alt=\"\"\n          width=\"1400\" height=\"786\" style=\"height: unset; position: relative\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tech01_01_2 u-sp fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_02_2_zh-hant.webp\"\n          alt=\"\" width=\"351\" height=\"244\"\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            決定睡眠品質的「黃金90分鐘」\u003cbr\u003e持續的冷卻效果\n          \u003c\/h3\u003e\n          \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n            在決定睡眠品質的第一個周期（黃金90分鐘）內確實冷卻頭部，使不易入睡的夏天也舒適暢眠。\n          \u003c\/p\u003e\n          \u003cdiv class=\"tech01_01_2 u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_02_2_zh-hant.webp\"\n              alt=\"\" width=\"351\" height=\"244\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"technology__item__desc tech01_03 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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_03_model.jpg\"\n          alt=\"\" width=\"1400\" height=\"786\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__desc__img u-sp fadeInUpShort animated\" style=\"margin-top: 24px\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_04.jpg\" alt=\"\"\n          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            採用冷凍也不會硬掉的凝膠果凍材質，讓使用枕頭和睡眠時感到舒適無比。\u003cbr\u003e另外，尺寸也不妨礙腦眠科技枕的超透氣設計，枕頭內不會囤積過多熱能或濕度，能夠一覺到天亮。\u003cbr\u003e夏季放在冷凍庫，春、秋、冬季可放在冷藏庫冷卻，一整年都可使用。\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 tech01_04 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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_04.jpg\"\n            alt=\"\" width=\"1400\" height=\"786\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\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=\"fit\"\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\u003e02\u003c\/span\u003eComfort fit\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"technology__item__desc tech02_01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n        \u003cvideo id=\"js-video03\" class=\"lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio: 750\/422\"\n          src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8ca5c34e81274dc9b4d213a63d777576.mp4\" preload=\"none\" autoplay loop\n          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 fit_top\"\u003e\n            特殊認證技術\u003cbr\u003e3層9段的構造\n          \u003c\/h3\u003e\n          \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n            使用3層9段的構造，打造容易翻身、頭部舒適貼合的腦眠枕，搭配能放冰袋的口袋設計，更展現腦眠枕的舒適度。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"technology__item__desc tech02_02 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech02_02_model.jpg\"\n          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\n            全新感受\u003cbr\u003e最完美的貼合感\n          \u003c\/h3\u003e\n          \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n            調節層：材質輕柔貼合頭型\u003cbr\u003e支撐層：頭頸部確實支撐\u003cbr\u003e基底層：堅固、下方也可排氣\u003cbr\u003e冰袋洞口設計\u0026冰袋：不妨礙舒適睡眠的小口袋和保持優質睡眠冷凍也維持柔軟的冰袋\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"technology__item__desc tech02_03 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv\n        class=\"technology__item__desc__img technology__item__desc__img__noSPversion change_sp fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech02_03_model.jpg\"\n          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\n            能支撐各種姿勢\n          \u003c\/h3\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  \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=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n        \u003cspan\u003e03\u003c\/span\u003eSuper clean\n      \u003c\/h2\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 change_sp tech03_01 fadeInUpShort animated\"\u003e\n        \u003cvideo id=\"js-video04\" class=\"lozad\" width=\"3840\" height=\"2160\" style=\"aspect-ratio: 3840\/2160\"\n          src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fd48c0978e4940dc88ba26ec0838dee0.mp4\" preload=\"none\" autoplay loop\n          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）的汗水。 高度的透氣性使得濕氣不殘留，能保持衛生。 並且因為能直接使用清水沖洗，風乾的時間也快速，隨時都能保持清潔。\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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_2_zh-hant.webp\" alt=\"カビの発生が少ない\"\n            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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_2_2_zh-hant.webp\"\n            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=\"technology__item__desc tips animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\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 fadeInUpShort animated\"\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 fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech03_quality.jpg\" alt=\"\"\n          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床墊和枕頭等，經過了技術人員和工匠們一個一個細心的操刀，反覆進行品質確認。 經過每道嚴密的品質檢查，將包裝好的商品送至顧客的手中。\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 animatedParent animateOnce\" data-sequence=\"300\"\n      data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech03_water.jpg\" alt=\"\"\n          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 fadeInUpShort animated\"\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\u003csection class=\"spec__title js-box\" 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=\"size\"\u003e\n  \u003cdiv class=\"spec__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"spec01 fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"size__ttl termina\"\u003eSize\u003c\/div\u003e\n      \u003cp class=\"size__txt\"\u003e\n        腦眠科技枕 完美涼感只有標準型。\u003cbr\u003e沒有高、低分別的款式。\n      \u003c\/p\u003e\n      \u003cdiv class=\"size__img\"\u003e\n        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec01.jpg?2\" alt=\"\"\n          width=\"1920\" height=\"1100\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec01_sp.jpg?2\"\n          alt=\"\" width=\"740\" height=\"460\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec02 fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"size__img\"\u003e\n        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec02.jpg\" alt=\"\"\n          width=\"2000\" height=\"462\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec02_sp.jpg?2\"\n          alt=\"\" width=\"670\" height=\"530\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec03 fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"size__ttl\"\u003e專用冰袋\u003c\/div\u003e\n      \u003cdiv class=\"size__img\"\u003e\n        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec03.jpg\" alt=\"\"\n          width=\"1960\" height=\"472\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec03_sp.jpg?2\"\n          alt=\"\" width=\"690\" height=\"184\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec04 fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"size__ttl\"\u003e摺疊時\u003c\/div\u003e\n      \u003cp class=\"size__txt\"\u003e\n        能夠縮小摺疊，\u003cbr\u003e方便收納至冷凍冷藏庫。\n      \u003c\/p\u003e\n      \u003cdiv class=\"size__img\"\u003e\n        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec04.jpg?2\" alt=\"\"\n          width=\"1300\" height=\"500\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec04_sp.jpg?2\"\n          alt=\"\" width=\"460\" height=\"170\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"spec__item\" id=\"special_package\"\u003e\n  \u003cdiv class=\"spec__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003ch2 class=\"spec__item__title u-sp fadeInUpShort animated\"\u003e\n      Special package\n    \u003c\/h2\u003e\n    \u003cdiv class=\"spec__item__desc fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"spec__item__desc__img\" style=\"padding: 0\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_special_package.jpg?3\"\n          alt=\"\" width=\"1500\" height=\"900\"\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          \u003ch2 class=\"spec__item__title u-pc\"\u003eSpecial package\u003c\/h2\u003e\n          \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e\n            完美涼感枕\u003cbr\u003e限定包裝\n          \u003c\/h3\u003e\n          \u003cp class=\"spec__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=\"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 u-sp fadeInUpShort animated\"\u003eMaterial\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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_material.jpg\" alt=\"\" width=\"1400\"\n          height=\"786\"\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          \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\u003csection class=\"spec__item\" id=\"cover\"\u003e\n  \u003cdiv class=\"spec__item__inner\"\u003e\n    \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"spec__item__title fadeInUpShort animated\"\u003eCover\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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_cover_perfectcool_ex.jpg\"\n            alt=\"\" width=\"1630\" height=\"920\"\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              腦眠科技枕套 極致涼感EX\n            \u003c\/h3\u003e\n            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n              這是一款親膚涼感基準260%的親膚機能和吸濕，能夠使吸濕涼感激能合併發揮形成終極涼感的枕頭套。此款枕頭套組，能夠有效的冷卻降溫。\u003cbr\u003e\u003cbr\u003e親膚涼感／吸濕涼感／吸水排汗\u003cbr\u003e\u003cbr\u003e※腦眠科技枕的低、中、高之3種尺寸皆可適用\u003cbr\u003e\u003cbr\u003e材質\u003cbr\u003e表面材質：表 複合纖維（聚乙烯／尼龍）46%尼龍44%聚氨酯10%\u003cbr\u003e內側 聚酯纖維100%\u003cbr\u003e內裡材質：尼龍50%聚酯纖維50%\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"spec__item__desc__text__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec_cover_perfectcool_ex.jpg\"\n              alt=\"\" width=\"414\" height=\"177\"\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=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n  \u003cdiv class=\"last__bg fadeInUpShort animated\"\u003e\n    \u003cimg loading=\"lazy\" decoding=\"async\"\n      src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_last_model.jpg\"\n      class=\"only_pc\" width=\"2000\" height=\"898\"\u003e\n    \u003cimg loading=\"lazy\" decoding=\"async\"\n      src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_last_model_sp.jpg\"\n      class=\"only_sp\" width=\"375\" height=\"465\"\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"last__inner\"\u003e\n    \u003cdiv class=\"last__img fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_awakenyourpossibility.png\"\n        width=\"313\" height=\"160\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"last__txt fadeInUpShort animated\"\u003e\n      擁有最舒適的\u003cbr class=\"u-sp\"\u003e夏日睡眠\n    \u003c\/p\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\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\n\u003csection class=\"related__title\" id=\"related\"\u003e\n  \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n      \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e相關商品\n    \u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"technology__item related__items\" style=\"border-top: unset\"\u003e\n  \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cp class=\"related__items__ttl fadeInUpShort animated\"\u003e\n      給追求極致冷感的您\n    \u003c\/p\u003e\n    \u003cdiv class=\"related__items__list\"\u003e\n      \u003cdiv class=\"related__items__item fadeInUpShort animated\"\u003e\n        \u003cdiv class=\"related__items__item__img\"\u003e\n          \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_related_comforter.jpg?2\"\n            alt=\"\" width=\"440\" height=\"336\"\u003e\n          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_related_comforter_sp.jpg?2\"\n            alt=\"\" width=\"314\" height=\"208.5\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"related__items__item__name\"\u003e\n          腦眠科技被 \u003cbr\u003e極致涼感 EX\n        \u003c\/p\u003e\n        \u003cp class=\"related__items__item__price\"\u003e￥24,200(税込)～\u003c\/p\u003e\n        \u003cp class=\"related__items__item__txt\"\u003e\n          實現夏日最舒適的親膚涼感、吸濕涼感和持續涼感。兩面的材質，涼感面感受冰涼，乾爽面則會吸濕排汗，令人感到舒暢。\n        \u003c\/p\u003e\n        \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectcoolex\" class=\"related__btn\"\n          target=\"_blank\"\u003e商品詳細資訊\u003c\/a\u003e\n      \u003c\/div\u003e\n      \u003c!-- \u003cdiv class=\"related__items__item fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"related__items__item__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_perfectcool_related_cover.jpg?2\" alt=\"\" width=\"402\" height=\"397\"\u003e\n                          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_related_cover_sp.jpg?2\" alt=\"\" width=\"314\" height=\"250\"\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"related__items__item__name\"\u003eピローカバー\u003cbr\u003eパーフェクト クール EX\u003c\/p\u003e\n                        \u003cp class=\"related__items__item__price\"\u003e￥5,500(税込)\u003c\/p\u003e\n                        \u003cp class=\"related__items__item__txt\"\u003eご使用の枕にセットするだけで、睡眠中に頭を効率的に冷やせるピローカバー。\u003c\/p\u003e\n                        \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillowcover_perfectcoolex\" class=\"related__btn\" target=\"_blank\"\u003e商品詳細資訊\u003c\/a\u003e\n                      \u003c\/div\u003e --\u003e\n      \u003cdiv class=\"related__items__item fadeInUpShort animated\"\u003e\n        \u003cdiv class=\"related__items__item__img\"\u003e\n          \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_related_protector.jpg?2\"\n            alt=\"\" width=\"388\" height=\"335\"\u003e\n          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_related_protector_sp.jpg?2\"\n            alt=\"\" width=\"314\" height=\"224\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"related__items__item__name\"\u003e\n          腦眠科技床包 \u003cbr\u003e極致涼感 EX\n        \u003c\/p\u003e\n        \u003cp class=\"related__items__item__price\"\u003e￥14,300(税込)～\u003c\/p\u003e\n        \u003cp class=\"related__items__item__txt\"\u003e\n          使用完美涼感材質，四邊完整的鬆緊帶包覆，是一款裝卸都非常簡單的床包。\n        \u003c\/p\u003e\n        \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattressprotector_perfectcoolex\" class=\"related__btn\"\n          target=\"_blank\"\u003e商品詳細資訊\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"technology__item comparison__wrap\"\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\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_adpage_comparison_cool_zh-hant.webp\"\n        alt=\"\" width=\"1000\" height=\"769\" style=\"width: 100%\"\u003e\n      \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_adpage_comparison_cool_zh-hant.webp\"\n          alt=\"\" width=\"1000\" height=\"769\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_prev.png?2\"\n          class=\"spec__table__nav__prev\" alt=\"\" width=\"45\" height=\"45\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_next.png?2\"\n          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=\"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!-- 睡眠の質を高めるオススメ商品 --\u003e\n\n      \u003cspan class=\"pc_reco sp_reco\" style=\"margin-bottom: 0\"\u003e提高睡眠品質的推薦商品\u003c\/span\u003e\n    \u003c\/h2\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"other__pillow animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n  \u003cdiv class=\"other__pillow__inner fadeInUpShort animated\"\u003e\n    \u003ch3 class=\"other__pillow__text__sub__title u-sp\"\u003e\n      速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\n    \u003c\/h3\u003e\n    \u003cdiv class=\"other__pillow__vimeo\"\u003e\n      \u003cvideo id=\"js-video05\" width=\"1920\" height=\"1080\" style=\"aspect-ratio: 1920\/1080\"\n        src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/852363c5521b473ba31f4b5db60fa2bf.mp4\" preload=\"none\" autoplay loop\n        muted playsinline\u003e\u003c\/video\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"other__pillow__text\"\u003e\n      \u003cdiv class=\"other__pillow__text__title\"\u003e\n        \u003ch2 class=\"other__pillow__text__title__logo\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_other_pillow_logo.png\"\n            alt=\"BRAIN SLEEP PILLOW\"\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      \u003c\/h3\u003e\n      \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"other__col2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n  \u003csection class=\"other__col2__item fadeInUpShort animated\" id=\"other__coin\"\u003e\n    \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e\n      睡眠醫學×AI \u003cbr\u003e客製化測試睡眠\n    \u003c\/h3\u003e\n    \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_other_coin.jpg\" alt=\"\"\n        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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_other_coin_logo.png\"\n            alt=\"BRAIN SLEEP COIN\"\u003e\n        \u003c\/h2\u003e\n        \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"other__col2__item__flex\"\u003e\n        \u003cp class=\"other__col2__item__flex__desc\"\u003e\n          睡眠醫學×AI \u003cbr\u003e客製化測試睡眠\n        \u003c\/p\u003e\n        \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"other__col2__item fadeInUpShort animated\" id=\"other__conforter\"\u003e\n    \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e\n      理想睡姿×完美分散體壓 \u003cbr\u003e一款改變您起床感受的床墊\n\n    \u003c\/h3\u003e\n    \u003cdiv class=\"other__col2__item__img\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float.png\"\n        alt=\"\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"other__col2__item__inner\"\u003e\n      \u003cdiv\u003e\n        \u003ch2 class=\"other__col2__item__logo\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float_logo.png\"\n            alt=\"BRAIN SLEEP MATTRESS PREMIUM FLOAT\"\u003e\n        \u003c\/h2\u003e\n        \u003cp class=\"other__col2__item__logotext\"\u003e\n          腦眠科技床墊 加倍釋壓版\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"other__col2__item__flex\"\u003e\n        \u003cp class=\"other__col2__item__flex__desc\"\u003e\n          理想睡姿×完美分散體壓 \u003cbr\u003e一款改變您起床感受的床墊\n        \u003c\/p\u003e\n        \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_plus_float\"\n          class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003csection class=\"faq js-box\" id=\"faq\"\u003e\n  \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n      \u003cspan\u003eFAQ\u003c\/span\u003e常見問題\n    \u003c\/h2\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n      \u003ch3 class=\"faq__item__question\"\u003e如何保養？\u003c\/h3\u003e\n      \u003cdiv class=\"faq__item__answer\"\u003e\n        \u003cp class=\"faq__item__answer__text\"\u003e\n          【枕頭】\u003cbr\u003e▼當有氣味或髒汙時： \u003cbr\u003e枕頭套可以使用衣機清洗。請確認洗滌標籤。枕頭可以水洗。可以用蓮蓬頭的清水沖洗。沖洗後請放置通風的平台陰乾。氣味或髒汙特別嚴重時，請加入些許洗潔劑一同清洗。  \u003cbr\u003e\u003cbr\u003e▼枕頭進行保養時須注意： \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          【枕頭】\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\n        除了使用「腦眠科技枕頭套 完美涼感 EX」，也可以使用有機眠枕頭套、活性空氣枕頭套嗎?\n      \u003c\/h3\u003e\n      \u003cdiv class=\"faq__item__answer\"\u003e\n        \u003cp class=\"faq__item__answer__text\"\u003e\n          可以使用。「腦眠科技枕頭套 完美涼感 EX」的涼感效果較好，夏日也會感到很舒適，我們推薦在夏季使用這一款。夏季以外，可以使用有機材質頭套、透氣極佳頭套，使用全年也沒問題。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n      \u003ch3 class=\"faq__item__question\"\u003e可以交換尺寸嗎?\u003c\/h3\u003e\n      \u003cdiv class=\"faq__item__answer\"\u003e\n        \u003cp class=\"faq__item__answer__text\"\u003e\n          我們只提供標準型的一種尺寸。也提供和其他種類的枕頭做交換。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n      \u003ch3 class=\"faq__item__question\"\u003e枕頭套的裝卸方式\u003c\/h3\u003e\n      \u003cdiv class=\"faq__item__answer\"\u003e\n        \u003cp class=\"faq__item__answer__text\"\u003e\n          請將枕頭套的網狀面朝下放置，枕頭的背後朝上放入。放入枕頭後，將枕頭套的折翼放入枕頭套的內側，將枕頭反轉使用。\u003cbr\u003e※請將枕頭的網狀面朝向頭部使用。\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n      \u003ch3 class=\"faq__item__question\"\u003e內外的分辨方式\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\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\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  \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_all_v1.css\"\u003e\n\u003cscript defer\n  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_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  .kv__cool__ttl,\n  .kv__cool__ttl 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  #clean .technology__item__desc.tips .technology__item__desc__text__content__title {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\",\n      \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n    \/*visibility: visible!important;\n              opacity: 1!important;*\/\n  }\n\n  .mv__caption__text span {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\",\n      \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", sans-serif;\n    \/*visibility: visible!important;\n              opacity: 1!important;*\/\n  }\n\u003c\/style\u003e\n\n\u003cscript\u003e\n  \/\/FAQサイズ交換リンク遷移\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 speed = 500;\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\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 0.4s ease;\n    -moz-transition: all 0.4s ease;\n    transition: all 0.4s ease;\n  }\n\n  .faq_koukan_link:hover {\n    opacity: 0.7;\n  }\n\u003c\/style\u003e\n\n\u003c!--20240129_ギフトボックスCP用--\u003e\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const param = location.search; \/\/ パラメータ取得\n    if (param.indexOf(\"gift=on\") !== -1) {\n      \/\/ パラメータに「gift=on」がある場合\n      \/\/ モーダル表示\n      jQuery(\"#modalContainer\").addClass(\"cta__container\");\n      jQuery(\"html, body\").addClass(\"modal-open\");\n      jQuery(\".buy__modal\").css(\"display\", \"none!important\");\n      jQuery(\"#modal\")\n        .addClass(\"cta__modal\")\n        .delay(300)\n        .queue(function (next) {\n          jQuery(this).addClass(\"open\");\n          next();\n        });\n      jQuery(\".buy__modal\").fadeIn();\n\n      \/\/ ギフトボックスの処理\n      jQuery(\"#giftbox\").attr(\"checked\", true).prop(\"checked\", true).change(); \/\/ id=\"giftbox\"にチェックを入れる\n      makeProductSetUrl(); \/\/ 単品購入のカート追加ボタンのリンクを更新\n      t_makeProductSetUrl(); \/\/ 併売のカート追加ボタンのリンクを更新\n\n      \/\/ ギフトボックスの注意書きを表示\n      if (jQuery.remodal) {\n        var modal =\n          jQuery.remodal.lookup[\n          jQuery(\"[data-remodal-id=modal_gift_note]\").data(\"remodal\")\n          ];\n        modal.open();\n      }\n    }\n  });\n\u003c\/script\u003e\n\n\u003cscript\u003e\n  \/\/ ギフトボックスのチェックでモーダル表示\n  jQuery(\"body\").on(\"click\", 'label[for=\"giftbox\"]', function () {\n    var modal =\n      jQuery.remodal.lookup[\n      jQuery(\"[data-remodal-id=modal_gift_note]\").data(\"remodal\")\n      ];\n    if (jQuery.remodal \u0026\u0026 jQuery(\"#giftbox\").prop(\"checked\") == false) {\n      modal.open();\n    }\n  });\n  jQuery(\"body\").on(\"click\", 'label[for=\"giftbox2\"]', function () {\n    var modal =\n      jQuery.remodal.lookup[\n      jQuery(\"[data-remodal-id=modal_gift_note]\").data(\"remodal\")\n      ];\n    if (jQuery.remodal \u0026\u0026 jQuery(\"#giftbox2\").prop(\"checked\") == false) {\n      modal.open();\n    }\n  });\n\u003c\/script\u003e\n\n\u003cdiv id=\"buy\" name=\"buy\" style=\"display: block\"\u003e\u003c\/div\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"STANDARD \/ 藍色","offer_id":45417276637406,"sku":"P0005S1-FRSX","price":36300.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ 灰色","offer_id":45417276670174,"sku":"P0005S1-FRLG","price":36300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_pillow_cool_saxblue.jpg?v=1756808595"},{"product_id":"mattress_premium_float","title":"腦睡眠科技床墊 極致釋壓版","description":"\u003cstyle\u003e\n.technology__item__graph__content {\n  height: fit-content!important;\n}\n    #MainContent,\n    html.js {\n        overflow: unset\n    }\n    .lp_area div:empty {\n        display: initial\n    }\n    html {\n        scroll-behavior: smooth\n    }\n    .mv__bg {\n        text-align: center\n    }\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n        transform: unset;\n        animation: unset;\n        opacity: 1\n    }\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    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both\n    }\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n    .u-pc {\n        display: block !important\n    }\n    .u-sp {\n        display: none !important\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    .u-mt-8 {\n        margin-top: 8px !important\n    }\n    .u-mt-32 {\n        margin-top: 32px !important\n    }\n    .u-mt-40 {\n        margin-top: 40px !important\n    }\n\n    html,\n    body,\n    div,\n    span,\n    iframe,\n    h1,\n    h3,\n    p,\n    img,\n    ul,\n    li,\n    label,\n    header,\n    nav,\n    section {\n        margin: 0;\n        padding: 0;\n        border: 0;\n        outline: 0;\n        vertical-align: baseline;\n        background: transparent\n    }\n    * {\n        box-sizing: border-box;\n        line-height: 1.5\n    }\n    body {\n        width: 100%;\n        background: #fff;\n        font-family: YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif !important;\n        color: #000\n    }\n    main {\n        display: block\n    }\n    li {\n        list-style-type: none\n    }\n    a {\n        display: inline-block;\n        text-decoration: none;\n        color: #000\n    }\n    img {\n        vertical-align: bottom;\n        max-width: 100%;\n        height: auto\n    }\n    input,\n    button {\n        appearance: none\n    }\n    h1,\n    h3 {\n        font-weight: normal !important\n    }\n    .rwlp__wrapper img {\n        width: 100%\n    }\n    .only_sp {\n        display: none !important\n    }\n    .termina {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-weight: 400\n    }\n    .solution .solution__logo img {\n        width: 366px;\n        float: right\n    }\n    .technology__item {\n        font-weight: 400;\n        padding-top: 70px\n    }\n    .technology__item__sub {\n        padding: 0;\n        border-top: none\n    }\n    .technology__item__sub .technology__item__desc {\n        margin-top: 100px\n    }\n    .technology__item__inner {\n        padding-left: 6.7142857142857vw\n    }\n    .technology__item__desc {\n        display: flex;\n        flex-direction: row-reverse;\n        margin-top: 54px\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: 6.0714285714286vw;\n        width: 28.2857142857143vw\n    }\n    .technology__item__desc__img {\n        padding-top: 35.5%;\n        position: relative;\n        width: 58.1428571428571vw;\n        flex: 1\n    }\n    .technology__item__desc__img img {\n        height: auto;\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100%\n    }\n    .technology__item__desc__text__content__title {\n        font-size: 30px;\n        font-weight: 400;\n        letter-spacing: -.06em;\n        line-height: 1.733333333333333\n    }\n    .technology__item__desc__text__content__desc {\n        font-size: 16px;\n        letter-spacing: -.06em;\n        line-height: 1.9375;\n        margin-top: 30px\n    }\n    .technology__item__graph {\n        border: 1px #000 solid;\n        display: none;\n        margin: 80px auto 0;\n        width: 900px\n    }\n    .technology__item__graph.only_sp {\n        display: none !important\n    }\n    .technology__item__graph__content {\n        align-items: center;\n        display: flex !important;\n        height: 100%;\n        justify-content: center;\n        padding: 30px\n    }\n    .technology__item__graph__img {\n        width: 360px\n    }\n    .technology__item__graph__img img {\n        width: 100%\n    }\n    .technology__item__graph__text {\n        margin-left: 25px;\n        max-width: 300px\n    }\n    .technology__item__graph__title {\n        font-size: 20px;\n        line-height: 1.75;\n        font-weight: 400\n    }\n    .technology__item__graph__desc {\n        font-size: 14px;\n        line-height: 1.714285714285714;\n        margin-top: 30px\n    }\n    .technology__item__img {\n        max-width: 1185px;\n        margin: 0 auto\n    }\n    .size {\n        margin-bottom: 220px\n    }\n    .spec__size {\n        max-width: 86.571428572vw;\n        margin-top: -240px\n    }\n    @media screen and (max-width:1400px) {\n        .size {\n            margin-bottom: 0\n        }\n        .spec__size {\n            margin-top: -150px\n        }\n    }\n    .related__ttl__wrap {\n        max-width: 86.571428572vw;\n        margin: 0 auto\n    }\n    .related__ttl {\n        font-size: 30px;\n        line-height: 1.733333333333333\n    }\n    .related__wrap2__btn {\n        background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_technology_more_arrow_close.webp);\n        background-position: bottom 11px center;\n        background-repeat: no-repeat;\n        background-size: 17px 9px;\n        border: 1px #000 solid;\n        display: block;\n        font-size: 16px;\n        height: 66px;\n        line-height: 1;\n        margin-top: 40px;\n        padding: 17px 0 0;\n        text-align: center\n    }\n    @media screen and (max-width:749px) {\n        .related__ttl__wrap {\n            max-width: 86.571428572vw;\n            margin: 0 auto\n        }\n        .related__ttl {\n            font-size: 25px;\n            line-height: 1.733333333333333\n        }\n        .related__wrap2 {\n            display: none\n        }\n    }\n    @media screen and (max-width:749px) {\n        .only_pc {\n            display: none !important\n        }\n        .only_sp {\n            display: block !important\n        }\n        .solution .solution__logo img {\n            width: 53.333vw;\n            float: none\n        }\n        .technology__item {\n            padding-bottom: 30px\n        }\n        .technology__item__inner {\n            padding-left: 0\n        }\n        .technology__item__sub .technology__item__desc {\n            flex-direction: column;\n            margin-top: 50px\n        }\n        .technology__item__desc__img {\n            margin-left: 20px;\n            padding-top: 94%;\n            width: calc(100% - 20px)\n        }\n        .technology__item__sub .technology__item__desc__img.change_sp {\n            padding-top: 56.75%;\n            width: 95%\n        }\n        .spec__table1__wrap {\n            width: 100%;\n            overflow-y: hidden;\n            overflow-x: scroll;\n            position: relative\n        }\n        .technology__item .spec__table1__wrap img {\n            width: 160vw;\n            max-width: unset\n        }\n        .spec__table1__wrap::-webkit-scrollbar {\n            height: 4px\n        }\n        .spec__table1__wrap::-webkit-scrollbar-thumb {\n            background: #000;\n            border-radius: 5px\n        }\n        .spec__table1__wrap::-webkit-scrollbar-track {\n            background: #b8b8b8;\n            border-radius: 5px\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        .spec__table__nav .spec__table__nav__prev {\n            left: 0\n        }\n        .spec__table__nav .spec__table__nav__next {\n            right: 0\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        .technology__item__desc__text {\n            display: block;\n            margin: 30px 0 0;\n            padding: 0 20px;\n            width: 100%\n        }\n        .technology__item__desc__text__content__title {\n            font-size: 25px;\n            line-height: 1.84\n        }\n        .technology__item__desc__text__content__desc {\n            margin-top: 20px\n        }\n        .technology__item__graph {\n            border: none;\n            height: auto;\n            margin: 35px auto 0;\n            padding: 0 20px;\n            width: 100%\n        }\n        .technology__item__graph.only_sp {\n            display: block !important\n        }\n        .technology__item__graph__content {\n            display: block !important;\n            padding: 0\n        }\n        .technology__item__graph__img {\n            width: 100%;\n            margin: 0 auto\n        }\n        .technology__item__graph__img .only_sp {\n            display: block\n        }\n        .technology__item__graph__img .only_pc {\n            display: none\n        }\n        .technology__item__graph__text {\n            margin-left: 0;\n            margin-top: 10px;\n            max-width: initial\n        }\n        .technology__item__graph__title {\n            font-size: 20px\n        }\n        .technology__item__graph__desc {\n            margin-top: 20px\n        }\n        .technology__item__img {\n            max-width: calc(100% - 40px);\n            margin: 20px auto 0\n        }\n    }\n    .other__pillow__text__sub__title {\n        color: #fff;\n        font-size: 25px;\n        font-weight: 400;\n        line-height: 1.6;\n        margin-left: 65px\n    }\n    @media screen and (max-width:749px) {\n        .other__pillow__text__sub__title {\n            display: none\n        }\n        .other__pillow__text__sub__title.only_sp {\n            display: block;\n            font-size: 15px;\n            margin: 0;\n            padding: 20px 0 0 20px;\n            text-align: left;\n            position: relative;\n            z-index: 2\n        }\n    }\n    @media screen and (max-width:749px) {\n        .other__conforter__text__sub__title {\n            display: none\n        }\n        .other__conforter__text__sub__title.only_sp {\n            display: block;\n            font-size: 15px;\n            font-weight: normal\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    .rwlp__wrapper img {\n        width: 100%\n    }\n    input[type=\"radio\"] {\n        display: none\n    }\n    input[type=\"radio\"]+label::before {\n        display: none\n    }\n    input[type=\"radio\"]+label::after {\n        display: none\n    }\n    input[type=\"radio\"]:checked+label {\n        color: inherit\n    }\n    input[type=\"radio\"]+label {\n        padding: 0\n    }\n    .rwlp__header__wrapper {\n        background: #98b8d3;\n        height: auto;\n        position: fixed;\n        top: 0;\n        left: 0;\n        right: 0;\n        z-index: 99999;\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif\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    .mv {\n        margin-top: 0\n    }\n\u003c\/style\u003e\n\n\n\n\n\n\n\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n  \u003cmain\u003e\n    \u003csection class=\"mv\"\u003e\n      \u003cdiv class=\"mv__bg\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_bg_model_v4.webp?2\" alt=\"\" class=\"u-pc\" width=\"2858\" height=\"1894\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_bg_model_sp_v4.webp?2\" alt=\"\" class=\"u-sp\" width=\"760\" height=\"1300\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"mv__txt\"\u003e\u003cspan\u003e漂浮、循環、輕盈感。\u003c\/span\u003e\u003cbr\u003e終極的床墊\u003c\/p\u003e\n      \u003ch1 class=\"mv__logo\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_logo_v4.webp?2\" alt=\"\" class=\"u-pc\" width=\"824\" height=\"246\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_logo_sp_v4.webp?2\" alt=\"BRAIN SLEEP MATTRESS PREMIUM FLOAT\" class=\"u-sp\" width=\"404\" height=\"130\"\u003e\n      \u003c\/h1\u003e\n      \u003cdiv class=\"mv__badge\"\u003e\n          \u003cp class=\"mv__badge__txt1\"\u003e耐久性測試\u003c\/p\u003e\n          \u003cp class=\"mv__badge__txt2\"\u003e\u003cspan class=\"termina\"\u003e30\u003c\/span\u003e年\u003c\/p\u003e\n          \u003cp class=\"mv__badge__txt3\"\u003e透過\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mv__line u-pc\"\u003e \u003c\/div\u003e\n      \u003cdiv class=\"mv__bottom animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"mv__bottom__item\"\u003e\n          \u003cdiv class=\"mv__bottom__item__img\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_icon01_v2.webp?2\" alt=\"\" width=\"110\" height=\"70\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"mv__bottom__item__txt\"\u003e分散體壓\u003c\/p\u003e\n          \u003cp class=\"mv__bottom__item__txt__en\"\u003ePRESSURE DISTRIBUTION\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__bottom__item\"\u003e\n          \u003cdiv class=\"mv__bottom__item__img\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_icon02_v2.webp?2\" alt=\"\" width=\"122\" height=\"72\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"mv__bottom__item__txt\"\u003e放鬆姿勢\u003c\/p\u003e\n          \u003cp class=\"mv__bottom__item__txt__en\"\u003eCOMFORTABLE\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__bottom__item\"\u003e\n          \u003cdiv class=\"mv__bottom__item__img\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_icon03_v2.webp?2\" alt=\"\" width=\"126\" height=\"106\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"mv__bottom__item__txt\"\u003e血流促進\u003c\/p\u003e\n          \u003cp class=\"mv__bottom__item__txt__en\"\u003eIMPROVE BLOOD FLOW\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__bottom__item\"\u003e\n          \u003cdiv class=\"mv__bottom__item__img\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_icon04_v2.webp?2\" alt=\"\" width=\"136\" height=\"86\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"mv__bottom__item__txt\"\u003e有助翻身\u003c\/p\u003e\n          \u003cp class=\"mv__bottom__item__txt__en\"\u003eTURN OVER SUPPORT\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__bottom__item\"\u003e\n          \u003cdiv class=\"mv__bottom__item__img\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_icon05_v2.webp?2\" alt=\"\" width=\"102\" height=\"104\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"mv__bottom__item__txt\"\u003e超透氣性\u003c\/p\u003e\n          \u003cp class=\"mv__bottom__item__txt__en\"\u003eBREATHABLE\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__bottom__item\"\u003e\n          \u003cdiv class=\"mv__bottom__item__img\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_icon06_v2.webp?2\" alt=\"\" width=\"60\" height=\"98\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"mv__bottom__item__txt\"\u003e床溫調節機能\u003c\/p\u003e\n          \u003cp class=\"mv__bottom__item__txt__en\"\u003eBED TEMPRATURE CONTROL\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__bottom__item\"\u003e\n          \u003cdiv class=\"mv__bottom__item__img\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_icon07_v2.webp?2\" alt=\"\" width=\"110\" height=\"110\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"mv__bottom__item__txt\"\u003e抗菌防螨\u003c\/p\u003e\n          \u003cp class=\"mv__bottom__item__txt__en\"\u003eMITE AND MOLD PREVENTION\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__bottom__item\"\u003e\n          \u003cdiv class=\"mv__bottom__item__img\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_icon08_v2.webp?2\" alt=\"\" width=\"58\" height=\"96\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"mv__bottom__item__txt\"\u003e可水洗\u003c\/p\u003e\n          \u003cp class=\"mv__bottom__item__txt__en\"\u003eWASHABLE\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__bottom__item\"\u003e\n          \u003cdiv class=\"mv__bottom__item__img\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_kv_icon09_v2.webp?2\" alt=\"\" width=\"104\" height=\"90\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"mv__bottom__item__txt\"\u003e永續材質\u003c\/p\u003e\n          \u003cp class=\"mv__bottom__item__txt__en\"\u003eSUSTAINABLE MATERIALS\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"sleep__info\" id=\"sleep__info\"\u003e\n      \u003cdiv class=\"sleep__info__book animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"sleep__info__book__inner fadeInUpShort animated\"\u003e\n          \u003ch2 class=\"sleep__info__book__top\"\u003e睡眠中重要的「不只是時間還有品質」\u003c\/h2\u003e\n          \u003cdiv class=\"sleep__info__book__inner__flex\"\u003e\n            \u003cdiv class=\"sleep__info__book__img u-pc\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_stanford_method.webp\" alt=\"スタンフォード式 最高の睡眠\" width=\"136\" height=\"197\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sleep__info__book__img u-sp\" style=\"width:100%;margin-left: 9%;\"\u003e\n              \u003cimg style=\"box-shadow: unset;\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_recovery_itemimage_sp.webp?1\" alt=\"スタンフォード式 最高の睡眠\" width=\"136\" height=\"197\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sleep__info__book__text\"\u003e\n              \u003ch3 class=\"sleep__info__book__text__title\"\u003e\n                \u003c!-- 『スタンフォード式 最高の睡眠』の\u003cbr\u003e\n                                    メソッドを集約。 --\u003e整合《史丹佛式最佳睡眠法》的唯一床墊\u003c\/h3\u003e\n              \u003cp class=\"sleep__info__book__text__desc\"\u003e人的一生中約有1\/3都是睡眠時間。  睡眠的品質不好，會使大腦及身體無法休息，導致無法發揮應有的表現。\u003cbr\u003e正因為是每天使用的重要寢具，何不從質量上重新檢視一下呢？\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"u-pc\" style=\"margin: 0px auto 0px auto; width:70%;\"\u003e\n          \u003cdiv style=\"margin: 50px 0 50px 0;\"\u003e\n            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_recovery_itemimage_pc.webp\" alt=\"スタンフォード式 最高の睡眠\" width=\"136\" height=\"197\"\u003e\n            \u003c!-- \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_recovery_itemimage_sp.webp\" alt=\"スタンフォード式 最高の睡眠\" width=\"136\" height=\"197\"\u003e --\u003e\n          \u003c\/div\u003e\n          \u003cdiv style=\"display: flex;width: 90%;margin: 0 auto;\"\u003e\n            \u003cdiv style=\"width: 700px;\"\u003e\n              \u003ch3 class=\"sleep__info__book__text__title\"\u003e相同的睡眠時間\u003cbr\u003e\u003cspan style=\"background: #FFFF;margin-top: 5px;display: inline-block;\"\u003e疲勞恢復程度有114%\u003c\/span\u003e\n              \u003c\/h3\u003e\n              \u003cp class=\"sleep__info__book__text__desc\"\u003e使用腦眠科技的床墊和一般的機能性床墊睡眠7小時比較疲勞恢復的程度，發現腦眠科技的床墊恢復程度高出14%。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv style=\"margin-left: 50px;\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_fatigue_recovery_pc_zh-hant.webp?1\" alt=\"スタンフォード式 最高の睡眠\" width=\"136\" height=\"197\"\u003e\n              \u003c!-- \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_fatigue_recovery_sp.webp\" alt=\"スタンフォード式 最高の睡眠\" width=\"136\" height=\"197\"\u003e --\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"u-sp\" style=\"margin: 50px auto 0px auto; width: 90%;\"\u003e\n          \u003c!-- \u003cdiv style=\"margin: 50px 0 50px 0;\"\u003e\n                            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_recovery_itemimage_pc.webp\" alt=\"スタンフォード式 最高の睡眠\" width=\"136\" height=\"197\"\u003e\n                            \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_recovery_itemimage_sp.webp\" alt=\"スタンフォード式 最高の睡眠\" width=\"136\" height=\"197\"\u003e\n                        \u003c\/div\u003e --\u003e\n          \u003cdiv style=\"margin: 0 auto;\"\u003e\n            \u003cdiv\u003e\n              \u003ch3 class=\"sleep__info__book__text__title\" style=\"margin-bottom: 50px;\"\u003e相同的睡眠時間\u003cbr\u003e\u003cspan style=\"background: #FFFF;margin-top: 5px;display: inline-block;\"\u003e疲勞恢復程度有114%\u003c\/span\u003e\n              \u003c\/h3\u003e\n            \u003c\/div\u003e\n            \u003cdiv\u003e\n              \u003c!-- \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_fatigue_recovery_pc.webp\" alt=\"スタンフォード式 最高の睡眠\" width=\"136\" height=\"197\"\u003e --\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_fatigue_recovery_sp_zh-hant.webp?1\" alt=\"スタンフォード式 最高の睡眠\" width=\"136\" height=\"197\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"sleep__info__book__text__desc\"\u003e使用腦眠科技的床墊和一般的機能性床墊睡眠7小時比較疲勞恢復的程度，發現腦眠科技的床墊恢復程度高出14%。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro1__ttl fadeInUpShort animated\"\u003e\n        \u003cspan\u003e終極放鬆姿勢\u003c\/span\u003e×\u003cspan\u003e完美分散體壓\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro1__ttl2 fadeInUpShort animated\"\u003e搭載無重力技術\u003c\/div\u003e\n      \u003cdiv class=\"intro1__img\"\u003e\n        \u003cvideo class=\"lozad\" width=\"1400\" height=\"788\" style=\"aspect-ratio: 1400\/788;\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1c1b4866e0df49dc8b92c919f4ac953b.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n        \u003c\/video\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro2__ttl fadeInUpShort animated\"\u003e終極放鬆姿勢\u003c\/div\u003e\n      \u003cdiv class=\"intro2__txt fadeInUpShort animated\"\u003e再現經由NASA提倡\u003cbr\u003e身體最小負荷的姿勢\u003c\/div\u003e\n      \u003cdiv class=\"intro2__txt2 fadeInUpShort animated\"\u003e\n        \u003cspan\u003e支撐腿・腰・肩的終極睡姿\u003c\/span\u003e\u003cbr\u003e有效減輕筋肉和脊椎的身體負擔。\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro2__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_img03_zh-hant.webp?2\" alt=\"\" class=\"fadeInUpShort animated only_pc\" width=\"1200\" height=\"508\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_img03_sp_zh-hant.webp?v=1739781288\" alt=\"\" class=\"fadeInUpShort animated only_sp\" width=\"688\" height=\"312\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cross\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_cross.webp?3\" alt=\"\" class=\"fadeInUpShort animated\" width=\"91\" height=\"91\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro3 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro2__ttl fadeInUpShort animated\"\u003e完美分散體壓\u003c\/div\u003e\n      \u003cdiv class=\"intro3__txt fadeInUpShort animated\"\u003e9層\u003c!--×波型線圈--\u003e構造能確實支撐身體，\u003cbr\u003e有助翻身。實現頂級的睡眠狀態。\u003c\/div\u003e\n      \u003cdiv class=\"intro3__img\"\u003e\n        \u003cvideo class=\"lozad\" width=\"1400\" height=\"788\" style=\"aspect-ratio: 1400\/788;\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e56efae6d77548b5a68c7f3ef44474f2.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n        \u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sleep__info__quality__golden animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"intro3__more fadeInUpShort animated\"\u003e附加\u003c\/p\u003e\n        \u003cdiv class=\"sleep__info__quality__golden__text fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"sleep__info__quality__golden__title\"\u003e核心體溫下降\u003cbr\u003e擁有深層的「黃金\u003cspan class=\"termina\"\u003e90\u003c\/span\u003e分鐘」\u003c\/h3\u003e\n          \u003cdiv class=\"sleep__info__quality__golden__img fadeInUpShort animated u-sp\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_mov_01_zh-hant.webp\" alt=\"\" width=\"2000\" height=\"1219\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"sleep__info__quality__golden__desc\"\u003e睡眠品質是被入睡開始的90分鐘起算能有多深度的睡眠而左右。在這黃金90分鐘若是淺眠，之後再怎麼睡，品質也不會提升。\u003cbr\u003e堅持透氣性的床墊，能下降身體核心的體溫，引導身體通往深沉睡眠。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"sleep__info__quality__golden__img fadeInUpShort animated u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_mov_01_zh-hant.webp\" alt=\"\" width=\"2000\" height=\"1219\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro4 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro4__ttl fadeInUpShort animated\"\u003e一般床墊的缺點\u003c\/div\u003e\n      \u003cdiv class=\"intro4__list fadeInUpShort animated\"\u003e\n        \u003cdiv class=\"intro4__item\"\u003e\n          \u003cdiv class=\"intro4__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_demerit01_v3.webp?2\" alt=\"\" width=\"698\" height=\"284\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro4__item__txt\"\u003e床墊易儲熱較不好入睡\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro4__item\"\u003e\n          \u003cdiv class=\"intro4__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_demerit02_v3.webp?2\" alt=\"\" width=\"698\" height=\"284\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro4__item__txt\"\u003e過度下沉導致身體負擔\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro4__item\"\u003e\n          \u003cdiv class=\"intro4__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_demerit03_v3.webp?2\" alt=\"\" width=\"698\" height=\"284\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro4__item__txt\"\u003e過度柔軟／過度堅硬\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro4__item\"\u003e\n          \u003cdiv class=\"intro4__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_demerit04_v3.webp?2\" alt=\"\" width=\"698\" height=\"284\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro4__item__txt\"\u003e較難翻身\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro4__item\"\u003e\n          \u003cdiv class=\"intro4__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_demerit05_v3.webp?2\" alt=\"\" width=\"698\" height=\"284\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro4__item__txt\"\u003e保養費力\u003cbr class=\"u-sp\"\u003e\u003cspan\u003e（不能清洗、濕氣殘留）\u003c\/span\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro4__item\"\u003e\n          \u003cdiv class=\"intro4__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_demerit06_v3.webp?2\" alt=\"\" width=\"698\" height=\"284\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro4__item__txt\"\u003e易產生塵滿・黴菌\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro4__hikaku fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_hikaku_zh-hant.webp?2\" alt=\"\" width=\"2000\" height=\"1390\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_hikaku_sp_zh-hant.webp?2\" alt=\"\" width=\"956\" height=\"672\" class=\"u-sp\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n\n\n\n    \u003cdiv class=\"trouble animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"trouble__inner\"\u003e\n        \u003cdiv class=\"trouble__ttl fadeInUpShort animated\"\u003e床墊不適合\u003cbr\u003e可能會引發以下的狀況\u003c\/div\u003e\n        \u003cul class=\"trouble__list fadeInUpShort animated\"\u003e\n          \u003cli\u003e確實睡著，但無法擺脫疲累感 \u003c\/li\u003e\n          \u003cli\u003e一早就感到勞累 \u003c\/li\u003e\n          \u003cli\u003e寢具內的熱氣有潮濕的不適感 \u003c\/li\u003e\n          \u003cli\u003e腰痛、肩酸 \u003c\/li\u003e\n          \u003cli\u003e睡眠途中醒來\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_icon_arrow.webp?2\" alt=\"\" class=\"trouble__arrow fadeInUpShort animated\" width=\"55\" height=\"141\"\u003e\n        \u003cp class=\"trouble__txt fadeInUpShort animated\"\u003e人的一生中約有1\/3都是睡眠時間。\u003cbr\u003e何不重新檢視睡眠中重要的床墊呢？\u003c\/p\u003e\n      \u003c\/div\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        \u003cdiv class=\"solution__ttl fadeInUpShort animated\"\u003e單單這一張床\u003cbr\u003e讓明天的身體擁有輕盈感\u003c\/div\u003e\n        \u003cp class=\"solution__tag fadeInUpShort animated\"\u003e\u003cspan\u003e最高階版型\u003c\/span\u003e\u003c\/p\u003e\n        \u003cdiv class=\"solution__logo fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_img06_logo.webp?2\" alt=\"\" class=\"u-pc\" width=\"733\" height=\"235\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_img06_logo_sp.webp?2\" alt=\"\" class=\"u-sp\" width=\"394\" height=\"126\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003csection class=\"technology js-box\" 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專利科技\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\n            \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\/lp_mattress_premium_float_nav01.webp?3\" alt=\"\" width=\"593\" height=\"546\"\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"technology__link__lists__title\"\u003e\n\u003cspan\u003e01\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 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\/lp_mattress_premium_float_nav02.webp?3\" alt=\"\" width=\"593\" height=\"546\"\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 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\/lp_mattress_premium_float_nav03_model_v3.webp?3\" alt=\"\" width=\"780\" height=\"720\"\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n\u003cspan\u003e03\u003c\/span\u003e超越30年的耐用度測試\u0026amp;\u003cbr\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\"\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\u003eZERO GRAVITY \u003cbr class=\"only_sp\"\u003eTECHNOLOGY\u003c\/h2\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\/lp_mattress_premium_float_tech01_main_model_v3.webp?2\" alt=\"\" class=\"only_pc\" width=\"1632\" height=\"918\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech01_main_model_sp_v3.webp?2\" alt=\"\" class=\"only_sp\" width=\"704\" height=\"704\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__text\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e達成理想睡姿的\u003cbr\u003e無重力技術\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\" style=\"margin-bottom: auto;\"\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_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 only_pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech01_01_zh-hant.webp?2\" alt=\"\" width=\"732\" height=\"848\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__img animatedParent animateOnce u-sp\" data-sequence=\"300\" data-offset=\"300\" style=\"margin-left: 20px;margin-top: 0;\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech01_02_2.webp?2\" alt=\"\" class=\"fadeInUpShort animated hardness\" width=\"400\" height=\"74\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__graph technology__item__gradation only_sp\" style=\"margin-bottom: 40px;\"\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\/lp_mattress_premium_float_tech01_02_1_sp_zh-hant.webp?2\" alt=\"\" width=\"540\" height=\"744\"\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\/lp_mattress_premium_float_tech01_02_2_sp_zh-hant.webp?2\" alt=\"\" width=\"540\" height=\"744\"\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\/lp_mattress_premium_float_tech01_02_3_sp_zh-hant.webp?2\" alt=\"\" width=\"540\" height=\"744\"\u003e\n              \u003c\/div\u003e\n            \u003c\/div\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再現NASA提倡的中立姿勢\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      \u003cdiv class=\"technology__item__img animatedParent animateOnce u-pc\" 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\/lp_mattress_premium_float_tech01_02_zh-hant.webp?2\" alt=\"\" class=\"fadeInUpShort animated only_pc\" width=\"1185\" height=\"545\"\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            \u003cvideo class=\"lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio: 750\/422;\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0b9d63f3794945c09cfc523e0403c56d.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n            \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只要腿部上揚\u003cbr\u003e就能加速身體循環，促進消除疲勞\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e讓腿部抬高於心臟的4公分設計，使血液較能流回心臟。因此能改善疲勞及減輕水腫。\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      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__graph\" style=\"display: none;\"\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_mattress_plus_float_tech01_04_zh-hant.webp?2\" alt=\"\" width=\"655\" height=\"582\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__graph__text\"\u003e\n            \u003ch3 class=\"technology__item__graph__title\"\u003e血液循環\u003cbr\u003e提高約150%\u003c\/h3\u003e\n            \u003cp class=\"technology__item__graph__desc\"\u003e比較平面的床墊和抬腿設計（使腿部休息結構）的本產品，血液循環量竟多了1.5倍。\u003cbr\u003e\u003cbr\u003e能夠期待有減輕疲勞和水腫的效果。\u003c\/p\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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech01_05_zh-hant.webp?2\" alt=\"\" class=\"only_pc\" width=\"1266\" height=\"690\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech01_05_sp_zh-hant.webp?2\" alt=\"\" class=\"only_sp\" width=\"711\" height=\"801\"\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\u003e9層構造的高回彈材質 \u003cbr\u003e減輕身體負擔\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                不只單向，無數纖維形成多方位支撐身體的立體反彈材質，並根據身體各部位的重量和面積給予最舒適的支撐。另外，獨家的9層構造能吸收重力，並將重力轉換回彈。能確實的支撐身體保持正確睡姿。\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cvideo class=\"lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio: 750\/422;\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1142a765b8434093874c797e5160f9fe.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n            \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              \u003cbr\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__text__content__btn u-mt-0\"\u003e更多詳細的測試結果\u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__graph\" style=\"display: none;\"\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\/lp_mattress_premium_float_graph01_zh-hant.webp\" alt=\"\" width=\"664\" height=\"647\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__graph__text\"\u003e\n            \u003ch3 class=\"technology__item__graph__title\"\u003e確實支撐身體部位\u003cbr\u003e壓力負荷最大的腰部到臀部\u003c\/h3\u003e\n            \u003cp class=\"technology__item__graph__desc\"\u003e\n              彈簧材質的床墊和本產品的差異最多達到1.4公分。\u003cbr\u003e讓身體無負擔，使身體中最重的腰到臀部也能確實被支撐保持正確睡姿。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech01_05_2_zh-hant.webp?2\" alt=\"\" width=\"1266\" height=\"690\"\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 --\u003e\n\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\n            \u003cvideo class=\"lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio: 750\/422;\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7b50060c07204500988a96cf836e1c81.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n            \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完美分散體壓，有助翻身\u003cbr\u003e減少身體散能，能確實休息\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                正確的睡姿能使睡眠無負擔，順利地翻身不打擾。並且搭配翻身，反覆吸收與彈回的9層構造能有效支援翻身順利。將睡眠中的動能最小化也能減輕負擔，使您一覺到天亮。\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      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__graph\" style=\"display: none;\"\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\/lp_mattress_premium_float_graph02_zh-hant.webp\" alt=\"\" width=\"718\" height=\"592\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__graph__text\"\u003e\n            \u003ch3 class=\"technology__item__graph__title\"\u003e翻身時所花費的能量 約降低了15%\u003c\/h3\u003e\n            \u003cp class=\"technology__item__graph__desc\"\u003e超體壓分散，9層結構的多方位支撐，使身體能夠自然翻身。\u003c\/p\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\"\u003e\n        \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n\u003cspan\u003e02\u003c\/span\u003eTEMPERATURE \u003cbr class=\"only_sp\"\u003eCONTROL\u003c\/h2\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              \u003cvideo class=\"lozad\" width=\"1400\" height=\"788\" style=\"aspect-ratio: 1400\/788;\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/d3c7574d06284f2ab045ff6de8b038a7.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n            \u003c\/video\u003e\n\u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__text\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e卓越的透氣性\u003cbr class=\"u-sp\"\u003e熱氣不囤積的舒適感\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\" style=\"margin-bottom: auto;\"\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_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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech_material.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超透氣材質 \u003cbr\u003e控制最適當的 \u003cbr\u003e睡眠溫度與濕度\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e為了有優良的睡眠品質，最重要的就是保持床墊內的溫度與濕度。 \u003cbr\u003e本產品擁有90%的空氣流通層，能夠不囤積睡眠中所產生的熱氣和濕氣，創造舒適的睡眠環境。\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      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__graph\" style=\"display: none;\"\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\/lp_mattress_premium_float_graph03_zh-hant.webp\" alt=\"\" width=\"726\" height=\"551\"\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腦眠科技床墊和其他材質比較，可以明顯看出身體表面溫度較低。\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_mattress_plus_float_graph03_zh-hant.webp\" alt=\"\" width=\"721\" height=\"554\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__graph__text\"\u003e\n            \u003ch3 class=\"technology__item__graph__title\"\u003e散熱數值高、\u003cbr\u003e也不囤積熱度\u003c\/h3\u003e\n            \u003cp class=\"technology__item__graph__desc\"\u003e\n              囤積過多的熱能，會影響睡眠品質。\u003cbr\u003e本產品使用良好的通風性素材，相較其他產品，較不會囤積熱能，能擁有舒適的一覺好眠。\u003c\/p\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\"\u003e\n        \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n\u003cspan\u003e03\u003c\/span\u003eCLEAN FOR\u003cbr class=\"only_sp\"\u003eLONG TIME\u003cbr\u003e\u0026amp; DURABILITY\u003c\/h2\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\/lp_mattress_premium_float_tech03_main_model_v3.webp?2\" alt=\"\" class=\"only_pc\" width=\"1632\" height=\"918\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech03_main_model_sp_v3.webp?2\" alt=\"\" class=\"only_sp\" width=\"704\" height=\"704\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__text\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e隨時能清潔\u0026amp;\u003cbr\u003e優秀的耐用度\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\" style=\"margin-bottom: auto;\"\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_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\/lp_mattress_premium_float_tech03_02.webp?2\" alt=\"\" width=\"1226\" height=\"690\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e可使用蓮蓬頭清洗\u003cbr\u003e抑制塵螨和過敏的產生\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                床包能夠拆卸以洗衣機清洗，床墊整體則能夠以清水沖洗。\u003cbr\u003e\u003cbr\u003e床墊可以用蓮蓬頭將污垢沖洗，洗淨後陰乾即可，非常便利。\u003cbr\u003e\u003cbr\u003ePU和彈簧等材質的床墊，透氣性較差會囤積濕氣和熱氣，因此較常產生黴菌或塵螨。腦眠科技的床墊有良好的透氣性，除了能有效降低黴菌及塵螨的出現外，在意粉塵、灰塵的時候能夠即時清洗，維持乾淨清潔。\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      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__graph\" style=\"display: none;\"\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_mattress_plus_float_graph04_zh-hant_v3.webp\" alt=\"\" width=\"587\" height=\"532\"\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              本產品相較於其他材質的發霉跡象，有壓倒性地低下。\u003cbr\u003e推薦給對粉塵過敏、過敏性體質或與孩子共同就寢的您。\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_mattress_plus_float_graph05_zh-hant_v2.webp?2\" alt=\"\" width=\"657\" height=\"533\"\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本產品相較於其他材質的長螨跡象，有壓倒性地低下。推薦給對粉塵過敏、過敏性體質或與孩子共同就寢的您。\u003c\/p\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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech03_01_zh-hant.webp?2\" alt=\"\" class=\"only_pc\" width=\"1400\" height=\"789\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech03_01_sp_zh-hant.webp?2\" alt=\"\" class=\"only_sp\" width=\"711\" height=\"711\"\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能持續使用近30年\u003cbr\u003e有優秀的耐用性\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                每日使用的床墊，最令人在意的就是耐用性。 本產品經由JIS規格的標準8萬次壓縮測試認證，證實擁有優良的耐用度。長時間使用也能夠持續擁有安心好眠。\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=\"tech03_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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech03_05.webp?2\" alt=\"\" width=\"1226\" height=\"683\"\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                \u003cspan style=\"letter-spacing: 0;\"\u003eMADE IN JAPAN\u003c\/span\u003e\u003cbr\u003e講究的工藝\u003cbr\u003e品質安心有保證\n              \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    \u003csection class=\"technology__item technology__item__sub\" id=\"tech03_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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech03_06.webp?2\" alt=\"\" width=\"1226\" height=\"690\"\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防止品質劣化\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    \u003csection class=\"scene\" 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      \u003cdiv class=\"scene__img animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"scene__img01\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_scene01_v3.webp?2\" alt=\"\" class=\"fadeInUpShort animated\" width=\"2398\" height=\"1350\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"scene__img02\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_scene04_model_v3.webp?2\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1082\" height=\"1625\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"scene__img03\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_scene02_model_v3.webp?2\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1282\" height=\"790\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"scene__img04\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_scene03_model_v3.webp?2\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1284\" height=\"790\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"animatedParent animateOnce\"\u003e\n        \u003cp class=\"scene__txt fadeInUpShort animated\"\u003e照片為雙人床尺寸。也有提供其他尺寸。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__title js-box\" 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 size\" id=\"size\"\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            \u003cbr\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\"\u003eSize\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e單人床 W100×L196×H20（腿部24）cm\u003cbr\u003e加大單人床 W120×L196×H20（腿部24）cm\u003cbr\u003e雙人床 W140×L196×H20（腿部24）cm\u003cbr\u003e加大雙人床 W160×L196×H20（腿部24）cm\u003cbr\u003e特大雙人床 W180×L196×H20（腿部24）cm\u003c\/p\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__size only_pc\" 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\/lp_mattress_premium_float_size.webp?3\" alt=\"\" class=\"fadeInUpShort animated\" width=\"2337\" height=\"833\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__graph technology__item__size only_sp\"\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\/lp_mattress_premium_float_size_single_sp.webp?3\" alt=\"\" width=\"742\" height=\"420\"\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\/lp_mattress_premium_float_size_semidouble_sp.webp?3\" alt=\"\" width=\"742\" height=\"420\"\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\/lp_mattress_premium_float_size_double_sp.webp?3\" alt=\"\" width=\"742\" height=\"420\"\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\/lp_mattress_premium_float_size_queen_sp.webp?3\" alt=\"\" width=\"742\" height=\"420\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- \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\/lp_mattress_premium_float_size_king_sp.webp?3\" alt=\"\" width=\"742\" height=\"420\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"shoulder_rest_gradation\"\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            \u003cbr\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\"\u003eShoulder rest\n                \u003cbr class=\"u-sp\"\u003egradation\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__img animatedParent animateOnce spec__shoulder_rest_gradation only_pc\" 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\/lp_mattress_premium_float_shoulder_rest_gradation.webp\" alt=\"\" class=\"fadeInUpShort animated\" width=\"2337\" height=\"971\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__graph technology__item__size only_sp\"\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\/lp_mattress_premium_float_shoulder_rest_gradation_single_sp.webp?2\" alt=\"\" width=\"740\" height=\"450\"\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\/lp_mattress_premium_float_shoulder_rest_gradation_semidouble_sp.webp?2\" alt=\"\" width=\"740\" height=\"450\"\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\/lp_mattress_premium_float_shoulder_rest_gradation_double_sp.webp?2\" alt=\"\" width=\"740\" height=\"450\"\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\/lp_mattress_premium_float_shoulder_rest_gradation_queen_sp.webp?2\" alt=\"\" width=\"740\" height=\"450\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- \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\/lp_mattress_premium_float_shoulder_rest_gradation_king_sp.webp?2\" alt=\"\" width=\"740\" height=\"450\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e --\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner u-mb-40\"\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            \u003cbr\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            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__img animatedParent animateOnce spec__color\" 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\/lp_mattress_premium_float_spec_color_zh-hant.webp?2\" alt=\"\" class=\"fadeInUpShort animated only_pc\" width=\"1256\" height=\"486\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_spec_color_sp_zh-hant.webp?2\" alt=\"\" class=\"fadeInUpShort animated only_sp\" width=\"1256\" height=\"486\"\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 u-mb-40\"\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            \u003cbr\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保潔墊：棉100%（填充物 聚酯纖維80%、嫘縈20％）\u003cbr\u003e基礎床包：聚酯纖維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    \u003csection class=\"spec 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 u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_material.webp?2\" alt=\"\" width=\"1631\" height=\"921\"\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\"\u003e100%可回收\u003cbr\u003e永續性材質\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e在床墊上，我們使用了100%可回收對地球友善的材料。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated u-sp u-mt-32\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_material.webp?2\" alt=\"\" width=\"1631\" height=\"921\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"sheets__ttl__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"sheets__ttl termina fadeInUpShort animated\"\u003eSheets\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"sheets\"\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 u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_sheets.webp?2\" alt=\"\" width=\"1633\" height=\"917\"\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\"\u003e100%棉花的\u003cbr\u003e專用保潔墊\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e使用吸濕排汗優良的100%棉花材質。優質的透氣性，加上接觸肌膚的滑順觸感，好像被包覆一般的睡眠感。\u003cbr\u003e固定器為拆卸容易的樣式。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated u-sp u-mt-40\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_sheets.webp?2\" alt=\"\" width=\"1633\" height=\"917\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n\u003c!-- \n    \u003csection class=\"mattressLineup\" id=\"mattressLineup\"\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\u003eMATTRESS LINE UP\u003c\/span\u003e配合使用情境選擇\u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"mattressLineup__list animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"mattressLineup__item mattressLineup__item01\"\u003e\n        \u003cdiv class=\"mattressLineup__item__img u-sp\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_lineup01_sp.webp?2\" alt=\"\" width=\"750\" height=\"402\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mattressLineup__item__body\"\u003e\n          \u003cp class=\"mattressLineup__item__tag\"\u003e最高階版型\u003c\/p\u003e\n          \u003cp class=\"mattressLineup__item__ttl\"\u003e腦眠科技床墊 極致釋壓版\u003c\/p\u003e\n          \u003cp class=\"mattressLineup__item__lead\"\u003e20\/24cm的厚度\u003cbr\u003e實現最高階睡眠的頂級版型\u003c\/p\u003e\n          \u003cp class=\"mattressLineup__item__txt\"\u003e漂浮床墊系列的最高階，有9層結構能保持終極放鬆姿勢，並且擁有可連續使用30年的耐久性。是一款讓身體負擔更輕省的床墊。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mattressLineup__item mattressLineup__item02\"\u003e\n        \u003cdiv class=\"mattressLineup__item__img u-sp\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_lineup2_sp.webp?2\" alt=\"\" width=\"750\" height=\"402\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mattressLineup__item__body\"\u003e\n          \u003cp class=\"mattressLineup__item__ttl\"\u003e腦眠科技床墊 加倍釋壓版\u003c\/p\u003e\n          \u003cp class=\"mattressLineup__item__lead\"\u003e15\/19cm的厚度\u003cbr\u003e能確實支撐身體的標準版型\u003c\/p\u003e\n          \u003cp class=\"mattressLineup__item__txt\"\u003e7層結構能確實支撐身體，有助放鬆姿勢以及翻身，是一款能助您擁有舒適睡眠的床墊。\u003cbr\u003e約10年的耐久使用性，推薦給初次使用漂浮系列的您。\u003c\/p\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_plus_float\" class=\"mattressLineup__item__btn\"\u003e詳細資訊\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mattressLineup__item mattressLineup__item03\"\u003e\n        \u003cdiv class=\"mattressLineup__item__img u-sp\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_lineup03_sp.webp?2\" alt=\"\" width=\"750\" height=\"402\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mattressLineup__item__body\"\u003e\n          \u003cp class=\"mattressLineup__item__ttl\"\u003e腦眠科技床墊 釋壓版\u003c\/p\u003e\n          \u003cp class=\"mattressLineup__item__lead\"\u003e5\/9cm的厚度\u003cbr\u003e能實現終極放鬆姿勢的版型\u003c\/p\u003e\n          \u003cp class=\"mattressLineup__item__txt\"\u003e3層結構確實支撐身體，促進疲勞恢復。\u003cbr\u003e不易受下方的寢具或地面影響，可以直接鋪放在您現有的床墊或地板上。各式場景皆可適用。\u003cbr\u003e可折疊的設計樣式，輕鬆壓縮收納。\u003c\/p\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_float\" class=\"mattressLineup__item__btn\"\u003e詳細資訊\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e --\u003e\n\n\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\" style=\"padding: 0;\"\u003e\n            \u003cbr\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            \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_mattress_other_comparison_ko.webp\" alt=\"\" class=\"fadeInUpShort animated only_pc\" width=\"2402\" height=\"2066\"\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_mattress_other_comparison_sp_ko.webp\" alt=\"\" class=\"fadeInUpShort animated only_sp\" width=\"1188\" height=\"1460\"\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\/lp_mattress_premium_float_slick_arrow_prev.webp?2\" class=\"spec__table__nav__prev\" width=\"46\" height=\"46\" alt=\"\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_slick_arrow_next.webp?2\" class=\"spec__table__nav__next\" width=\"46\" height=\"46\" alt=\"\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n\n\n\n\n\n\n\u003c!-- \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\n    \u003csection class=\"technology__item technology__item__sub\" id=\"related01\"\u003e\n      \u003cdiv class=\"related__ttl__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e腦眠科技床墊 釋壓版\u003c\/p\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 loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_related01.webp\" alt=\"\" width=\"1179\" height=\"500\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e能夠加疊在現有寢具上\u003cbr\u003e也能夠直接鋪在地面\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e漂浮版床墊的底部設計較硬挺，能直接使用在床舖、地板等地方，不受下方鋪設寢具或場所的限制。因此加疊在現正使用的床墊或日式床墊上、地板上等，任何情境下都能使用。 擁有充分的回彈力，只要有它就能擁有舒適睡眠，能當作日式床墊、一般床墊，突然有客人留宿時使用也非常方便。\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_float\" 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=\"technology__item technology__item__sub\" id=\"related02\"\u003e\n      \u003cdiv class=\"related__ttl__wrap animatedParent animateOnce u-sp\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e腦眠科技保潔墊 加下墊床墊套 極致釋壓床墊用\u003c\/p\u003e\n        \u003cp class=\"technology__item__desc__text__content__desc u-mt-8 fadeInUpShort animated\"\u003e白色\/藏青色\u003c\/p\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 loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_related02_02.webp\" alt=\"\" width=\"896\" height=\"1099\"\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 u-mt-8 u-pc\"\u003e白色\/藏青色\u003cbr\u003e\u003cbr\u003e清洗替換時很方便的床罩。\u003cbr\u003e\u003cbr\u003e■可對應使用的床墊\u003cbr\u003e腦眠科技床墊 頂級漂浮版\u003cbr\u003e※和2022年以前，在本公司販售的『腦眠科技床墊 頂級版』的形狀不同（拉鍊式），因此不適用，請多加注意。\u003cbr\u003e保潔墊+基礎床包購買一組可同時使用。\u003cbr\u003e欲購買請\u003ca style=\"text-decoration: underline;\" href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattressshoeets_premium_base\"\u003e「點此進入」\u003c\/a\u003e\n                \u003cbr\u003e\u003cbr\u003e棉100%（填充物 聚酯纖維80%、嫘縈20％）\n              \u003c\/p\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_related02_01_zh-hant.webp\" alt=\"\" class=\"u-mt-40 u-pc\" width=\"700\" height=\"284\"\u003e\n              \u003cdiv class=\"related__wrap2__btn u-sp\"\u003e了解更多\u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003cdiv class=\"related__wrap2\"\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                    腦眠科技保潔墊 加下墊床墊套 極致釋壓床墊用\u003cbr\u003e\u003cbr\u003e■可對應使用的床墊\u003cbr\u003e腦眠科技床墊 頂級漂浮版\u003cbr\u003e※和2022年以前，在本公司販售的『腦眠科技床墊 頂級版』的形狀不同（拉鍊式），因此不適用，請多加注意。\u003cbr\u003e保潔墊+基礎床包購買一組可同時使用。\u003cbr\u003e欲購買請\u003ca style=\"text-decoration: underline;\" href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattressshoeets_premium_base\"\u003e「點此進入」\u003c\/a\u003e\n                    \u003cbr\u003e\u003cbr\u003e棉100%（填充物 聚酯纖維80%、嫘縈20％）\n                  \u003c\/p\u003e\n                  \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_related02_01_zh-hant.webp\" alt=\"\" class=\"u-mt-40\" width=\"700\" height=\"284\"\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_premium_toppersheets\" 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\n    \u003csection class=\"technology__item technology__item__sub\" id=\"related03\"\u003e\n      \u003cdiv class=\"related__ttl__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e腦眠科技床墊 6層基底\u003c\/p\u003e\n        \u003cp class=\"technology__item__desc__text__content__desc u-mt-8 fadeInUpShort animated\"\u003e白色\/藏青色\u003c\/p\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 loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_related03_02.webp\" alt=\"\" width=\"1032\" height=\"1073\"\u003e\n          \u003c\/div\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 u-pc\"\u003e請直接疊加在您手中既有的漂浮版床墊上，即自動升級為頂級版。※沒有漂浮版床墊的話此商品無法使用。\u003cbr\u003e材質 保潔墊：棉100%（填充物 聚酯纖維80%、嫘縈20％）\u003cbr\u003e基礎床包：聚酯纖維100%\u003cbr\u003e6層基底：聚乙烯100%\n            \u003c\/p\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_related03_01_zh-hant.webp\" alt=\"\" class=\"u-mt-40 u-pc\" width=\"743\" height=\"283\"\u003e\n            \u003cdiv class=\"related__wrap2__btn u-sp\"\u003e了解更多\u003c\/div\u003e\n            \u003cdiv class=\"u-sp\"\u003e\n              \u003cdiv class=\"related__wrap2\"\u003e\n                \u003cp class=\"technology__item__desc__text__content__desc\"\u003e請直接疊加在您手中既有的漂浮版床墊上，即自動升級為頂級版。※沒有漂浮版床墊的話此商品無法使用。\u003cbr\u003e材質 保潔墊：棉100%（填充物 聚酯纖維80%、嫘縈20％）\u003cbr\u003e基礎床包：聚酯纖維100%\u003cbr\u003e6層基底：聚乙烯100%\n                \u003c\/p\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_related03_01_zh-hant.webp\" alt=\"\" class=\"u-mt-40\" width=\"743\" height=\"283\"\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_6layered_base\" class=\"related__btn\" target=\"_blank\"\u003e立即購買\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n\n    \u003csection class=\"technology__item technology__item__sub\" style=\"padding-top: 0; border-top: unset;\" id=\"related04\"\u003e\n      \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated related__ttl\"\u003e給追求極致溫暖的您\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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_related01.webp\" alt=\"\" width=\"1248\" 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              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e腦眠科技床罩 極致保暖 EX\u003c\/h3\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_related01.webp\" alt=\"\" width=\"1248\" height=\"704\" style=\"height: unset; position: relative;\"\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                床墊用床包\u003cbr\u003e\u003cbr\u003e和腦眠床墊合併使用，能提升112%背部的保暖性。也能能防禦底下上來的寒氣。\u003cbr\u003e冬季的冷空氣會滯留在床、地面等地方，這些冷空氣會通過床墊讓我們感到寒氣。這個床包能有效保暖身體，不受寒。\u003cbr\u003e\u003cbr\u003e鋪在您現有的床墊或日式床墊上，就能感受到終極的溫暖和不潮濕的環境。\u003cbr\u003e\u003cbr\u003e和棉被相同，填充物為發熱綿EX\u003cbr\u003e表面材質使用絨毛毯EX\n              \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 fadeInUpShort animated\" style=\"padding: 0; height: unset;\"\u003e\n            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_related02_pc_zh-hant.webp\" alt=\"\" width=\"825\" height=\"465\" 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\"\u003e棉被和床包並用\u003cbr\u003e效果更顯著\n                \u003cbr\u003e\n              \u003c\/h3\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_related02_sp_zh-hant.webp\" alt=\"\" width=\"650\" height=\"618\" style=\"height: unset; position: relative;\"\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\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding: 0; height: unset;\"\u003e\n            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_related03.webp\" alt=\"\" width=\"1144\" height=\"646\" 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              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_related03.webp\" alt=\"\" width=\"1144\" height=\"646\" style=\"height: unset; position: relative;\"\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                ■可應對尺寸：\u003cbr\u003e基本上20cm~30cm高度的床墊皆可應對。在這個尺寸以下的床墊也能夠使用，內側多出來的部份的請確實塞至床墊下即可。\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e■尺寸：\u003cbr\u003e・單人床尺寸：W100cm×L205cm×H33cm（約1,140g）\u003cbr\u003e・加大單人床尺寸：W120cm×L205cm×H33cm（約1,300g）\u003cbr\u003e・雙人床尺寸：W140cm×L205cm×H33cm（約1,470g）\u003cbr\u003e\u003c\/p\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\"\u003e■材質：\u003cbr\u003e・外側\u003cbr\u003e表面：絨毛部分 聚酯纖維100%\u003cbr\u003e底部：聚酯纖維60% 人造纖維40%\u003cbr\u003e內裡：聚酯纖維100%\u003cbr\u003e側面：聚酯纖維94% 聚氨酯6%\u003cbr\u003e・防寒材質\u003cbr\u003e植物纖維（木棉）43% 聚酯纖維30%  丙烯酸樹脂20% 合成纖維（丙烯酸樹脂纖維）7%\u003cbr\u003e\u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattressprotector_perfectwarmex\" 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\n\n    \u003csection class=\"other__title\" id=\"other\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eRECOMMENDED SELECTION\u003c\/span\u003e提高睡眠品質的推薦商品\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 only_sp\"\u003e快速、深沉、直達腦眠。\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.webp\" alt=\"BRAIN SLEEP PILLOW\" width=\"207\" height=\"65\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__pillow__text__title__name\"\u003e腦眠科技枕\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"other__pillow__text__sub__title\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\u003c\/h3\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"other__col2\"\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__coin\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e睡眠醫學×AI\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.webp\" 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.webp\" alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__flex\"\u003e\n            \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__conforter\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e不再需要羽絨或毛毯\u003cbr\u003e是一款極致溫暖的被子\u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex.webp\" alt=\"\" width=\"600\" height=\"222\"\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\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex_logo.webp\" alt=\"BRAIN SLEEP COMFORTER PERFECT WARM EX\" width=\"350\" height=\"106\"\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是一款極致溫暖的被子\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectwarmex\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e --\u003e\n\n\n\n\n\n    \u003cdiv class=\"last animatedParent animateOnce\" 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\/lp_mattress_premium_float_last_bg_model_v3.webp?2\" alt=\"\" class=\"lozad u-pc\" width=\"2000\" height=\"1122\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_last_bg_model_sp_v3.webp?2\" alt=\"\" class=\"lozad u-sp\" width=\"748\" height=\"703\"\u003e\n    \u003c\/div\u003e\n    \u003csection class=\"faq js-box\" 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\n              商品會以3份包裝寄送\u003cbr\u003e▼單人床尺寸\u003cbr\u003e①約103cm×69.5cm×48cm②約104cm×69cm×23cm③約62cm×42cm×31cm\u003cbr\u003e▼加大單人床尺寸\u003cbr\u003e①約123cm×69.5cm×48cm②約124cm×69cm×23cm③約62cm×42cm×31cm\u003cbr\u003e▼雙人床尺寸\u003cbr\u003e①約143cm×69.5cm×48cm②約144cm×69cm×23cm③約62cm×42cm×31cm\u003cbr\u003e▼加大雙人床尺寸\u003cbr\u003e①約164cm×69.5cm×48cm②約164cm×69cm×23cm③約62cm×42cm×31cm\u003cbr\u003e▼特大雙人床尺寸\u003cbr\u003e①約184cm×69.5cm×48cm②約164cm×69cm×23cm③約62cm×42cm×31cm\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清洗前請放入洗衣網。請使用容量8kg以上的洗衣機。\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有氣味或髒汙時，請加入些許中性清潔劑清洗。\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本產品的套組中有能夠簡單拆卸至洗衣機清洗的保潔墊。不需要再加裝其他保潔墊。\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              可以。推薦使用腦眠科技的床包（包覆式），但一般的床包也可以使用。床墊的厚度約24公分，請選擇適用的床包。\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詳情請看比較圖表。\u003cbr\u003e漂浮版購買後，加上配件即可升級成頂級版。\u003cbr\u003e→升級的組合商品請 \u003ca class=\"u-td-u\" href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_6layered_base\" target=\"_blank\"\u003e由此\u003c\/a\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  \u003cp\u003e \u003c\/p\u003e\n  \u003cdiv id=\"buy\" name=\"buy\" style=\"display: block;\"\u003e\u003c\/div\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\/lp_mattress_premium_float_all_20250217.css?2\"\u003e\n\n\u003cscript defer type=\"text\/javascript\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_all_20250217.js?v=1739829600\"\u003e\u003c\/script\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"單人","offer_id":45417291808990,"sku":"M0001S1-SNWH","price":220000.0,"currency_code":"JPY","in_stock":true},{"title":"單人加大","offer_id":45417291874526,"sku":"M0001S1-SDWH","price":242000.0,"currency_code":"JPY","in_stock":true},{"title":"雙人","offer_id":45417291940062,"sku":"M0001S1-DBWH","price":264000.0,"currency_code":"JPY","in_stock":true},{"title":"雙人加大(大型運送)","offer_id":45417292005598,"sku":"M0001S3-QNWH","price":330000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_mattress_premiumfloat_white.webp?v=1756808595"},{"product_id":"mattress_float","title":"腦睡眠科技床墊 釋壓版","description":"\u003cstyle\u003e\n.technology__item__graph__content {\n  height: fit-content!important;\n}\n.rwlp__wrapper .mv__caption__text{letter-spacing:0}#MainContent,html.js{overflow:unset}.lp_area div:empty{display:initial}html{scroll-behavior:smooth}.rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in{transform:unset;animation:unset;opacity:1}.rwlp__wrapper img{width:100%;height:auto;max-width:100%}.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)}h1{margin:0;padding:0}.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}}body{overflow-x:hidden}body{width:100%;overflow-x:hidden;background:#fff;font-family:YuGothic,\"Yu Gothic\",\"Hiragino Kaku Gothic ProN\",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{appearance:none}table{border-collapse:collapse;border-spacing:0;width:100%}h1,h2,h3{font-weight:normal !important}.only_sp{display:none}.mattress__mv{font-weight:500;height:56.0714285714286vw;overflow:hidden;position:relative}.mattress__mv__layer1{background:none !important;background-position:center !important;background-size:100% auto;background-size:cover;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.mattress__mv__layer1 img{position:absolute;left:0;top:0;width:100%;height:auto}.mattress__mv__layer__border{position:absolute;left:0;right:0;top:0;bottom:0;background:#fff;animation-duration:8s;animation-timing-function:cubic-bezier(.35,0,.27,1);clip-path:inset(0% calc(50% - 2px) calc(5% - 2px) calc(50% - 2px))}.mv__caption{left:6.6428571428571%;position:absolute;top:18.6785260482846%;z-index:3}.mv__caption__title{margin-top:70px;max-width:100%;width:480px}.mv__caption__text{font-size:40px;line-height:1}.mv__caption__text span{display:block;font-size:27px;line-height:1;margin-top:25px}.sleep__info{background-color:#a2c2dd;font-weight:500}.sleep__info__book{padding-bottom:20px;padding-top:70px}.sleep__info__book__top{font-size:40px;font-weight:400}.sleep__info__book__inner{margin:0 auto;width:730px}.sleep__info__quality__golden__img{flex-shrink:0;padding-right:60px;padding-top:36%;position:relative;width:calc(100% - 420px)}.sleep__info__quality__golden__img video{height:100%;left:0;position:absolute;top:0;width:100%}.termina{font-family:Termina,YuGothic,\"Yu Gothic\",\"Hiragino Kaku Gothic ProN\",sans-serif;font-weight:400}.sleep__info__quality__cold img{width:90%;margin:0 auto;display:block}.technology__item__desc__img{padding-top:36%;position:relative;width:58.1428571428571vw}.technology__item__desc__img video{height:100%;left:0;position:absolute;top:0;width:100%}.technology__item__desc__img img{height:100%;left:0;position:absolute;top:0;width:100%}.technology__item__desc__text__content__title span{letter-spacing:-.55em}.technology__item__graph{border:1px #000 solid;display:none;margin:103px auto 0;width:900px}.technology__item__graph__content{align-items:center;display:flex !important;height:100%;justify-content:center;padding:30px}.technology__item__graph__img{width:300px}.technology__item__graph__img img{width:100%}.technology__item__graph__text{margin-left:25px;max-width:264px}.technology__item__graph__title{font-size:20px;line-height:1.75;font-weight:400}.technology__item__graph__desc{font-size:14px;line-height:1.714285714285714;margin-top:30px}.spec__item__desc__img{flex-shrink:0;width:58.1428571428571vw}.possibility img{width:100%}.faq__item__answer{display:none;padding-top:30px}.faq__item__answer__text{font-size:16px;line-height:1.5}.faq__item__answer__text+.faq__item__answer__text{margin-top:20px}@media screen and (max-width:749px){.only_sp{display:block}.mattress__mv{height:132vw !important}.mattress__mv__layer__border{animation-duration:5s}.mv__caption{left:25px;position:absolute;top:50px;transform:none}.mv__caption__text{font-size:25px}.mv__caption__text span{font-size:20px;margin-top:15px}.mv__caption__title{margin-top:20px;width:250px}.sleep__info__book{padding-bottom:30px;padding-top:20px}.sleep__info__book__inner{margin:0 auto;padding:0 20px;width:100%}.sleep__info__book__top{font-size:25px;line-height:1.64;text-align:center}.sleep__info__book__text__title .only_sp{display:inline}.sleep__info__quality__golden__img{margin-top:0;padding-right:0;padding-top:55%;width:100%}.sleep__info__quality__cold_img{margin-top:20px;padding:0 10px}.technology__item__desc__img{padding-left:20px;width:100%}.technology__item__desc__img{margin-left:20px;padding-top:53.3%;width:calc(100% - 20px)}.technology__item__desc__img img{height:100%;left:0;position:absolute;top:0;width:100%}.technology__item__desc__text.nasa .technology__item__desc__text__content__title span.only_sp{display:inline}.technology__item__desc__text__content__title span{letter-spacing:inherit}.technology__item__graph{border:none;height:auto;margin:35px auto 0;padding:0 20px;width:100%}.technology__item__graph__content{display:block !important}.technology__item__graph__img{width:100%}.technology__item__graph__text{margin-left:0;margin-top:30px;max-width:initial}.technology__item__graph__title{font-size:20px}.technology__item__graph__desc{margin-top:20px}#scene__item .technology__item__desc__img.only_sp{display:flex;margin-top:15px;padding:0 30px}.spec__item__desc__img{padding-left:20px;width:100%}.spec__item__desc__img+.spec__item__desc__img{margin-top:12px}.other__conforter__text__sub__title{display:none}.other__conforter__text__sub__title.only_sp{display:block;font-size:15px;padding:20px 20px 0 20px}.faq__item__answer__text{font-size:14px;line-height:1.5}.faq__item__answer{padding-top:15px}}.other__pillow__text__sub__title{color:#fff;font-size:25px;font-weight:500;line-height:1.6;margin-left:65px}@media screen and (max-width:749px){.other__pillow__text__sub__title{display:none}.other__pillow__text__sub__title.only_sp{display:block;font-size:15px;margin:0;padding:20px 0 0 0;text-align:center;position:relative;z-index:2}}@media screen and (max-width:749px){.other__conforter__text__sub__title{display:none}.other__conforter__text__sub__title.only_sp{display:block;font-size:15px;font-weight:400}#other__coin .other__conforter__text__sub__title{margin-top:80px;margin-bottom:15px;padding:0;position:relative;z-index:2}}\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n  \u003cmain\u003e\n    \u003csection class=\"mattress__mv\" id=\"mattress-mv\"\u003e\n      \u003cdiv class=\"mattress__mv__layer1\"\u003e\n        \u003cimg class=\"u-pc\" src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_mattress_float_mv_model.webp\" alt=\"\" width=\"1400\" height=\"787\"\u003e\n        \u003cimg class=\"u-sp\" src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_mattress_float_mv_model_sp.webp\" alt=\"\" width=\"375\" height=\"498\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mv__caption\"\u003e\n        \u003cp class=\"mv__caption__text\"\u003e姿勢×核心體溫調節\u003cspan\u003e使明天的身體更輕盈。\u003c\/span\u003e\u003c\/p\u003e\n        \u003ch1 class=\"mv__caption__title\"\u003e\n          \u003cimg decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_mattress_logo.webp\" alt=\"Brain sleep mattress\" width=\"480\" height=\"161\"\u003e\n        \u003c\/h1\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"sleep__info\" id=\"sleep__info\"\u003e\n      \u003cdiv class=\"sleep__info__book animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"sleep__info__book__inner fadeInUpShort animated\"\u003e\n          \u003ch2 class=\"sleep__info__book__top\"\u003e睡眠中重要的「不只是時間還有品質」\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_mattress_float_stanford_method.webp\" alt=\"スタンフォード 式最高の睡眠\" width=\"133\" height=\"196\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sleep__info__book__text\"\u003e\n              \u003ch3 class=\"sleep__info__book__text__title\"\u003e\n                整合《史丹佛式最佳睡眠法》的唯一床墊\n              \u003c\/h3\u003e\n              \u003cp class=\"sleep__info__book__text__desc\"\u003e人的一生中約有1\/3都是睡眠時間。  睡眠的品質不好，會使大腦及身體無法休息，導致無法發揮應有的表現。\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    \u003cdiv class=\"intro1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro1__ttl2 fadeInUpShort animated\"\u003e床墊的重點是可以調節身體的2種狀態\u003c\/div\u003e\n      \u003cdiv class=\"intro1__ttl fadeInUpShort animated\"\u003e\n        \u003cspan\u003e姿勢\u003c\/span\u003e× \u003cspan\u003e核心體溫\u003c\/span\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_mattress_float_sleep_info_relax.webp?1\" alt=\"\" class=\"only_sp fadeInUpShort animated\" width=\"405\" height=\"192\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_sleep_info_relax.webp?1\" alt=\"\" class=\"only_pc fadeInUpShort animated\" width=\"1400\" height=\"644\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro2__ttl fadeInUpShort animated\"\u003e終極的放鬆姿勢\u003c\/div\u003e\n      \u003cdiv class=\"intro2__txt fadeInUpShort animated\"\u003e再現經由NASA提倡\u003cbr\u003e身體最小負荷的姿勢\u003c\/div\u003e\n      \u003cdiv class=\"intro2__txt2 fadeInUpShort animated\"\u003e\n        \u003cspan\u003e支撐腿・腰・肩的終極睡姿\u003c\/span\u003e\n        \u003cbr\u003e有效減輕筋肉和脊椎的身體負擔。\u003c\/div\u003e\n      \u003cdiv class=\"intro2__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_img03_zh-hant.webp?2\" alt=\"\" class=\"fadeInUpShort animated\" width=\"2412\" height=\"924\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cross\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_cross.webp?3\" alt=\"\" class=\"fadeInUpShort animated\" width=\"91\" height=\"91\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro3 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro2__ttl fadeInUpShort animated\"\u003e完美分散體壓\u003c\/div\u003e\n      \u003cdiv class=\"intro3__txt fadeInUpShort animated\"\u003e3層結構的多方位身體支撐，有助於翻身。\u003c\/div\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\/lp_mattress_float_220531_BRAINSLEEP_01501_0611.webp\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1400\" height=\"763\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"intro3__more fadeInUpShort animated\"\u003e附加\u003c\/p\u003e\n      \u003cdiv class=\"sleep__info__quality__golden animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"sleep__info__quality__golden animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"sleep__info__quality__golden__text\"\u003e\n            \u003ch4 class=\"sleep__info__quality__golden__title fadeInUpShort animated\"\u003e核心體溫下降\u003cbr\u003e擁有深層的「黃金\u003cspan class=\"termina\"\u003e90\u003c\/span\u003e分鐘」\u003c\/h4\u003e\n            \u003cdiv class=\"sleep__info__quality__golden__img only_sp fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_mov_01_zh-hant.webp\" alt=\"\" width=\"2000\" height=\"1219\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"sleep__info__quality__golden__desc fadeInUpShort animated\"\u003e睡眠品質是被入睡開始的90分鐘起算能有多深度的睡眠而左右。在這黃金90分鐘若是淺眠，之後再怎麼睡，品質也不會提升。\u003cbr\u003e堅持透氣性的床墊，能下降身體核心的體溫，引導身體通往深沉睡眠。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"sleep__info__quality__golden__img only_pc fadeInUpShort animated\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_mov_01_zh-hant.webp\" alt=\"\" width=\"2000\" height=\"1219\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro4 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro4__ttl fadeInUpShort animated\"\u003e一般床墊的缺點\u003c\/div\u003e\n      \u003cdiv class=\"intro4__list fadeInUpShort animated\"\u003e\n        \u003cdiv class=\"intro4__item\"\u003e\n          \u003cdiv class=\"intro4__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_demerit01_v3.webp?2\" alt=\"\" width=\"698\" height=\"284\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro4__item__txt\"\u003e床墊易儲熱較不好入睡\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro4__item\"\u003e\n          \u003cdiv class=\"intro4__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_demerit02_v3.webp?2\" alt=\"\" width=\"698\" height=\"284\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro4__item__txt\"\u003e過度下沉導致身體負擔\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro4__item\"\u003e\n          \u003cdiv class=\"intro4__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_demerit03_v3.webp?2\" alt=\"\" width=\"698\" height=\"284\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro4__item__txt\"\u003e過度柔軟／過度堅硬\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro4__item\"\u003e\n          \u003cdiv class=\"intro4__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_demerit04_v3.webp?2\" alt=\"\" width=\"698\" height=\"284\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro4__item__txt\"\u003e較難翻身\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro4__item\"\u003e\n          \u003cdiv class=\"intro4__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_demerit05_v3.webp?2\" alt=\"\" width=\"698\" height=\"284\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro4__item__txt\"\u003e保養費力（不能清洗、濕氣殘留）\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro4__item\"\u003e\n          \u003cdiv class=\"intro4__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_demerit06_v3.webp?2\" alt=\"\" width=\"698\" height=\"284\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro4__item__txt\"\u003e易產生塵滿・黴菌\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro4__hikaku fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_hikaku_zh-hant.webp?2\" alt=\"\" width=\"2394\" height=\"1302\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_hikaku_sp_zh-hant.webp?2\" alt=\"\" width=\"956\" height=\"505\" class=\"u-sp\"\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        \u003cdiv class=\"trouble__ttl fadeInUpShort animated\"\u003e床墊不適合\u003cbr\u003e可能會引發以下的狀況\u003c\/div\u003e\n        \u003cul class=\"trouble__list fadeInUpShort animated\"\u003e\n          \u003cli\u003e確實睡著，但無法擺脫疲累感\u003c\/li\u003e\n          \u003cli\u003e一早就感到勞累\u003c\/li\u003e\n          \u003cli\u003e寢具內的熱氣有潮濕的不適感\u003c\/li\u003e\n          \u003cli\u003e腰痛、肩酸\u003c\/li\u003e\n          \u003cli\u003e睡眠途中醒來\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_icon_arrow.webp?2\" alt=\"\" class=\"trouble__arrow fadeInUpShort animated\" width=\"55\" height=\"141\"\u003e\n        \u003cp class=\"trouble__txt fadeInUpShort animated\"\u003e人的一生中約有1\/3都是睡眠時間。\u003cbr\u003e何不重新檢視睡眠中重要的床墊呢？\u003c\/p\u003e\n      \u003c\/div\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        \u003cdiv class=\"solution__ttl fadeInUpShort animated\"\u003e一墊在手\u003cbr\u003e好眠擁有\u003c\/div\u003e\n        \u003cdiv class=\"solution__logo fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_solution_logo.webp?2\" alt=\"\" width=\"848\" height=\"284\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003csection class=\"technology js-box\" 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\u003eTECHNOLOGY\u003c\/span\u003e專利科技\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            \u003ca href=\"#float\"\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_mattress_float_technology_link_img01.webp\" alt=\"\" width=\"396\" height=\"365\"\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"technology__link__lists__title\"\u003e\n                \u003cspan\u003e01\u003c\/span\u003e減輕身體負擔的漂浮技術\u003c\/h3\u003e\n            \u003c\/a\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n            \u003ca href=\"#breathable\"\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_mattress_float_technology_link_img02.webp\" alt=\"\" width=\"396\" height=\"365\"\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"technology__link__lists__title\"\u003e\n                \u003cspan\u003e02\u003c\/span\u003e通往深層睡眠的透氣性材質\u003c\/h3\u003e\n            \u003c\/a\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n            \u003ca href=\"#clean\"\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_mattress_float_technology_link_img03.webp\" alt=\"\" width=\"396\" height=\"365\"\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n                \u003cspan\u003e03\u003c\/span\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=\"float\"\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\u003eFloat technology\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 change_sp fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cvideo class=\"only_pc lozad\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/65115b753c484282ac345474bb8dcd8e.mp4\" width=\"1920\" height=\"1080\"\u003e\n            \u003c\/video\u003e\n            \u003cvideo class=\"only_sp lozad\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/dad8973277b04b6ea7d8986dc38e846f.mp4\" width=\"1920\" height=\"1920\"\u003e\n            \u003c\/video\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text nasa fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                \u003cspan class=\"sp_termina\"\u003e再現NASA提倡的中立姿勢\u003cbr\u003e漂浮技術\u003c\/span\u003e\n\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        \u003cdiv class=\"technology__item__desc relax posture animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e支撐腿、腰、肩\u003cbr\u003e終極的放鬆姿勢\u003c\/h3\u003e\n          \u003cdiv class=\"technology__item__desc__posture fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__posture__item\"\u003e\n              \u003cdiv class=\"technology__item__desc__posture__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_technology_link_slide01_model.webp\" alt=\"\" width=\"426\" height=\"296\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"technology__item__desc__posture__item__title\"\u003eLeg float\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__posture__item__text\"\u003e腿部上揚\u003cbr\u003e使身體循環提高\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__posture__item\"\u003e\n              \u003cdiv class=\"technology__item__desc__posture__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_technology_link_slide02_model.webp\" alt=\"\" width=\"426\" height=\"296\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"technology__item__desc__posture__item__title\"\u003eLumber support\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__posture__item__text\"\u003e確實支撐腰部\u003cbr\u003e3層的高回彈纖維\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__posture__item\"\u003e\n              \u003cdiv class=\"technology__item__desc__posture__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_technology_link_slide03_model.webp\" alt=\"\" width=\"426\" height=\"296\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"technology__item__desc__posture__item__title\"\u003eShoulder rest\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__posture__item__text\"\u003e調節成\u003cbr\u003e有助呼吸的姿勢\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text__content__btn__single__wrapper\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content__btn fadeInUpShort animated\"\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\n              \u003cimg loading=\"lazy\" decoding=\"async\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence1_1_zh-hant.webp\" alt=\"サーモグラフィ\" width=\"330\" height=\"228\"\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本產品能促成容易深度呼吸的姿勢，讓腦波在α波的最佳狀態，使身體及腦部切換成放鬆的狀態。\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\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence1_2_zh-hant.webp\" alt=\"負担のない寝姿勢\" width=\"330\" height=\"228\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__graph__text\"\u003e\n              \u003ch3 class=\"technology__item__graph__title\"\u003e下沉較少\u003cbr\u003e無負擔的睡姿\u003c\/h3\u003e\n              \u003cp class=\"technology__item__graph__desc\"\u003e以聚氨酯材料為首的柔軟床墊雖然因其柔軟性而帶來舒適感，但實際上，下沉度較大，會對睡眠中的身體造成負擔。\u003cbr\u003e本產品使用高回彈材質，因此下沉度較小，實現了接近所謂終極放鬆姿勢的中立睡姿。\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\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence1_3_zh-hant.webp\" alt=\"優れた体圧分散性と高弾力性\" width=\"330\" 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本產品的材質是由具有高彈性之管狀材料交織而成的三次元結構體。\u003cbr\u003e因為無數的線圈根據身體的凹凸形狀，從各個方向支撐著身體，所以體壓得以均勻分散。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"clr\"\u003e\n          \u003cbr\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc circle animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cvideo class=\"lozad\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b0477dd416e94d7f84fa498422df3d43.mp4\" width=\"1920\" height=\"1080\"\u003e\n            \u003c\/video\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 fadeInUpShort animated\"\u003e腿部上揚就能加速身體循環\u003cbr\u003e促進消除疲勞\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\"\u003e讓腿部抬高於心臟的4公分設計，使血液較能流回心臟。因此能改善疲勞及減輕水腫。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__text__content__btn fadeInUpShort animated\"\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\n              \u003cimg loading=\"lazy\" decoding=\"async\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence2_1_zh-hant.webp\" alt=\"血流循環が約150％高まる\" width=\"330\" height=\"228\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__graph__text\"\u003e\n              \u003ch3 class=\"technology__item__graph__title\"\u003e血液循環提高約150%\u003c\/h3\u003e\n              \u003cp class=\"technology__item__graph__desc\"\u003e比較平面的床墊和抬腿設計（使腿部休息結構）的本產品，血液循環量竟多了1.5倍。\u003cbr\u003e能夠期待有減輕疲勞和水腫的效果。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"clr\"\u003e\n          \u003cbr\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc turn animatedParent animateOnce\" data-sequence=\"500\" 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_mattress_float_technology_img_turn_model.webp\" alt=\"\" width=\"814\" height=\"470\"\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 fadeInUpShort animated\"\u003e有助順利翻身\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\"\u003e針對身體壓力最大的腰部有高密度且堅固的結構，使睡眠中的身體能穩固的被支撐。\u003cbr\u003e腰部不易下沉，因此有助於翻身。\u003cbr\u003e在意腰部的您也能夠舒適的使用。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- \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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_tech01_03_zh-hant.webp\" alt=\"\" width=\"1630\" height=\"914\"\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 fadeInUpShort animated\"\u003e根據身體部位\u003cbr\u003e各區分別支撐\u003cbr\u003e保持理想的睡姿\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\"\u003e根據身體各部位，由不同粗細的纖維調節而成的線圈來支撐。以核心的「波型線圈」從床墊內部以線圈來支撐身體。依據不同部位的體壓，呈現不過度下沉的理想睡姿。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e --\u003e\n\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"breathable\"\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\u003eSuper breathable\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 change_sp fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cvideo class=\"only_pc lozad\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/599d9b60cf294df096325fa73069d858.mp4\" width=\"1920\" height=\"1080\"\u003e\n            \u003c\/video\u003e\n            \u003cvideo class=\"only_sp lozad\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/eb65763dd1f6441db5c36882da1ec0a2.mp4\" width=\"1920\" height=\"1920\"\u003e\n            \u003c\/video\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 fit_top\"\u003e超透氣材質\u003cbr\u003e控制最適當的\u003cbr\u003e睡眠溫度與濕度\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e為了有優良的睡眠品質，最重要的就是保持床墊內的溫度與濕度。\u003cbr\u003e本產品擁有90%的空氣流通層，能夠不囤積睡眠中所產生的熱氣和濕氣，創造舒適的睡眠環境。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__text__content__btn fadeInUpShort animated\"\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\n              \u003cimg loading=\"lazy\" decoding=\"async\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence3_1_zh-hant.webp\" alt=\"温度上昇が低い\" width=\"300\" height=\"220\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__graph__text\"\u003e\n              \u003ch3 class=\"technology__item__graph__title\"\u003e和其他材質相比\u003cbr\u003e溫度上升較慢\u003c\/h3\u003e\n              \u003cp class=\"technology__item__graph__desc\"\u003e睡眠的品質是根據入睡後的90分鐘內，睡得多深層而左右。核心體溫下降可以導向深層睡眠，相反地熱量囤積時，體溫無法下降，導致妨礙入睡。\u003cbr\u003e本產品的透氣性材質優良，相較其他材質能使表面溫度上升的較緩慢，順利地引導身體入眠。\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\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence3_2_zh-hant.webp\" alt=\"熱がこもらない\" width=\"300\" height=\"228\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__graph__text\"\u003e\n              \u003ch3 class=\"technology__item__graph__title\"\u003e散熱數值高、\u003cbr\u003e也不囤積熱度\u003c\/h3\u003e\n              \u003cp class=\"technology__item__graph__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\" 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\u003e03\u003c\/span\u003eCLEAN FOR LONG TIME\n            \u003cbr\u003e\u0026amp; DURABILITY\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 change_sp fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cvideo class=\"u-pc lozad\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4ae61916b5c147eaba13427f1dbdfdf6.mp4\" width=\"1920\" height=\"1080\"\u003e\n            \u003c\/video\u003e\n            \u003cvideo class=\"u-sp lozad\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cca4456fe71148718f3e4f630e3cf0ec.mp4\" width=\"1920\" height=\"1920\"\u003e\n            \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可使用蓮蓬頭清洗\u003cbr\u003e抑制塵螨和過敏的產生\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e清水簡單沖洗後放置通風處風乾即可，保養程序非常簡單。\u003cbr\u003ePU和彈簧等材質的床墊，透氣性較差會囤積濕氣和熱氣，因此較常產生黴菌或塵螨。腦眠科技的床墊有良好的透氣性，除了能有效降低黴菌及塵螨的出現外，在意粉塵、灰塵的時候能夠即時清洗，維持乾淨清潔。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__text__content__btn fadeInUpShort animated\"\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\n              \u003cimg loading=\"lazy\" decoding=\"async\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence4_1_zh-hant.webp?1\" alt=\"カビの発生が少ない\" width=\"300\" height=\"219\"\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本產品相較於其他材質的發霉跡象，有壓倒性地低下。推薦給對粉塵過敏、過敏性體質或與孩子共同就寢的您。\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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_tech03_02_zh-hant.webp\" alt=\"\" width=\"1630\" height=\"914\"\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 fadeInUpShort animated\"\u003e相當於使用8萬次的\u003cbr\u003e優良耐用性\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\"\u003e每日使用的床墊，最令人在意的就是耐用性。 本產品經由JIS規格的標準8萬次壓縮測試認證，證實擁有優良的耐用度。長時間使用也能夠持續擁有安心好眠。\u003cbr\u003e※根據使用方式，耐用度會有些微差異\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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_tech03_03.webp\" alt=\"\" width=\"1630\" height=\"914\"\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 fadeInUpShort animated\"\u003eMADE IN JAPAN\n                \u003cbr\u003e講究的工藝\u003cbr\u003e品質安心有保證\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\"\u003e床墊和枕頭等，經過了技術人員和工匠們一個一個細心的操刀，反覆進行品質確認。\u003cbr\u003e經過每道嚴密的品質檢查，將包裝好的商品送至顧客的手中。\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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_tech03_04.webp\" alt=\"\" width=\"1630\" height=\"914\"\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 fadeInUpShort animated\"\u003e雜質較少\u003cbr\u003e使用天然泉水\u003cbr\u003e防止品質劣化\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\"\u003e在生產過程中，使用被「豐之國名水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=\"scene__title\" 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情境\u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item scene__item\" id=\"scene__item\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_scene01.webp\" alt=\"\" width=\"1630\" height=\"902\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__img only_sp fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__img__scene\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_scene02.webp\" alt=\"\" width=\"1308\" height=\"446\"\u003e\n            \u003c\/div\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        \u003cdiv class=\"technology__item__desc scene__img only_pc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__img__scene\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_scene02.webp\" alt=\"\" width=\"1308\" height=\"446\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text\"\u003e\n            \u003cbr\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__title js-box\" id=\"spec\"\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\u003eSPEC\u003c\/span\u003e樣式\u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub size\" id=\"size\"\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            \u003cbr\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\"\u003eSize\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e單人床  約W100×L196×H5（腿部9）cm\u003cbr\u003e加大單人床 約W120×L196×H5（腿部9）cm\u003cbr\u003e雙人床 約W140×L196×H5（腿部9）cm\u003cbr\u003e加大雙人床 約W160×L196×H5（腿部9）cm\u003c\/p\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__size only_pc u-pc\" 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\/lp_mattress_float_size_v3.webp\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1500\" height=\"806\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__graph technology__item__size only_sp u-sp\"\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_mattress_float_size_single.webp?3\" alt=\"\" width=\"742\" height=\"420\"\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_mattress_float_size_semidouble.webp?3\" alt=\"\" width=\"742\" height=\"420\"\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_mattress_float_size_double.webp?3\" alt=\"\" width=\"742\" height=\"420\"\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_mattress_float_size_queen.webp?3\" alt=\"\" width=\"742\" height=\"420\"\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=\"shoulder_rest_gradation\" style=\"border: unset; padding-top: 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 change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n            \u003cbr\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\"\u003eShoulder rest\n                \u003cbr class=\"u-sp\"\u003egradation\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__img animatedParent animateOnce spec__shoulder_rest_gradation only_pc\" 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\/lp_mattress_float_gradation.webp\" alt=\"\" class=\"fadeInUpShort animated\" width=\"2468\" height=\"404\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__graph technology__item__size only_sp\"\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\/lp_mattress_premium_float_shoulder_rest_gradation_single_sp.webp?2\" alt=\"\" width=\"740\" height=\"450\"\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\/lp_mattress_premium_float_shoulder_rest_gradation_semidouble_sp.webp?2\" alt=\"\" width=\"740\" height=\"450\"\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\/lp_mattress_premium_float_shoulder_rest_gradation_double_sp.webp?2\" alt=\"\" width=\"740\" height=\"450\"\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\/lp_mattress_premium_float_shoulder_rest_gradation_queen_sp.webp?2\" alt=\"\" width=\"740\" height=\"450\"\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=\"color\" style=\"border: unset; padding-top: 0;\"\u003e\n      \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"color\"\u003e\n          \u003ch2 class=\"spec__item__title fadeInUpShort animated\" style=\"padding: 0;\"\u003eColor\u003c\/h2\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_color_zh-hant.webp?2\" alt=\"\" width=\"1126\" height=\"517\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"material\"\u003e\n          \u003ch2 class=\"spec__item__title fadeInUpShort animated\" style=\"padding: 0;\"\u003eMaterial\u003c\/h2\u003e\n          \u003cp class=\"spec__item__desc__text__content__desc\"\u003e基礎床包：聚酯纖維100%\u003cbr\u003e床墊內材：聚乙烯100%\u003c\/p\u003e\n        \u003c\/div\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=\"500\" data-offset=\"300\"\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\/lp_mattress_float_material_v3.webp?2\" alt=\"\" width=\"1560\" height=\"1040\"\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\"\u003e100%可回收\u003cbr\u003e永續性材質\u003c\/h3\u003e\n              \u003cp class=\"spec__item__desc__text__content__desc\"\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    \u003csection class=\"spec__item\" id=\"sheets\"\u003e\n      \u003cdiv class=\"spec__item__inner\"\u003e\n        \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003ch2 class=\"spec__item__title fadeInUpShort animated\"\u003eSheets for BRAIN SLEEP MATTRESS FLOAT\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_mattress_float_spec_cover_cotton.webp?1\" alt=\"\" width=\"814\" height=\"418\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__item__desc__img only_sp fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_spec_cover_cotton02.webp\" alt=\"\" width=\"405\" height=\"228\"\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有機棉材質\u003cbr\u003e專用保潔墊\u003c\/h3\u003e\n                \u003cp class=\"spec__item__desc__text__content__desc\"\u003e採用3年以上未使用農藥和化學肥料的農地所栽培的棉花。對地球友善的100%有機棉材質中添加＜COVEROSS®SUN＞的機能，是一款追求天然材質×高機能技術的舒適床包。\u003c\/p\u003e\n                \u003cp class=\"spec__item__desc__text__content__border\"\u003e光觸媒\/抗菌\/防臭\/吸水速乾\/親膚涼感\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"spec__item__desc only_pc\"\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_mattress_float_spec_cover_cotton02.webp\" alt=\"\" width=\"814\" height=\"458\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__item__desc__text\"\u003e\n              \u003cbr\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\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\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            \u003cbr\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            \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\/lp_mattress_float_comparison_ko.webp\" alt=\"\" class=\"fadeInUpShort animated only_pc\" width=\"2402\" height=\"2066\"\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\/lp_mattress_float_comparison_sp_ko.webp\" alt=\"\" class=\"fadeInUpShort animated only_sp\" width=\"1188\" height=\"1460\"\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.webp\" class=\"spec__table__nav__prev\" alt=\"\" width=\"46\" height=\"46\"\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.webp\" class=\"spec__table__nav__next\" alt=\"\" width=\"46\" height=\"46\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n\n\n\n\n\u003c!-- \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\" id=\"related01\"\u003e\n      \u003cdiv class=\"related__ttl__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e腦眠科技床墊 加倍釋壓版\u003c\/p\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 loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_other_related01.webp\" alt=\"\" width=\"1200\" height=\"528\" style=\"height: auto;\"\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              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_plus_float\" 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\" id=\"related03\"\u003e\n      \u003cdiv class=\"related__ttl__wrap animatedParent animateOnce u-mb-40\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e和漂浮版床墊一起使用的套組\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"related__ttl__wrap animatedParent animateOnce u-pc\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__ttl fadeInUpShort animated technology__item__desc__text__content__desc\"\u003e腦眠科技床墊 6層基底\u003cbr class=\"u-sp\"\u003e保潔墊、基礎床包組\u003c\/p\u003e\n        \u003cp class=\"technology__item__desc__text__content__desc u-mt-8 fadeInUpShort animated\"\u003e白色\/藏青色\u003c\/p\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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_related02_02.webp\" alt=\"\" width=\"1032\" height=\"1072\" style=\"height: auto;\"\u003e\n            \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_related02_sp.webp\" alt=\"\" width=\"666\" height=\"548\" style=\"height: auto;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"related__ttl__wrap animatedParent animateOnce u-sp\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cp class=\"related__ttl fadeInUpShort animated technology__item__desc__text__content__desc\"\u003e腦眠科技床墊 6層基底\u003cbr class=\"u-sp\"\u003e保潔墊、基礎床包組\u003c\/p\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc u-mt-8 fadeInUpShort animated\"\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              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e請直接疊加在您手中既有的漂浮版床墊上，即自動升級為頂級版。※沒有漂浮版床墊的話此商品無法使用。\u003cbr\u003e材質\u003cbr\u003e保潔墊：棉100%（填充物 聚酯纖維100%）\u003cbr\u003e基礎床包：聚酯纖維100%\u003cbr\u003e6層基底：聚乙烯100%\u003c\/p\u003e\n              \u003cbr\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_related03_01_zh-hant.webp\" alt=\"\" class=\"u-mt-40 u-pc\" width=\"742\" height=\"284\"\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_6layered_base\" 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=\"technology__item technology__item__sub\" style=\"padding-top: 0; border-top: unset;\" id=\"related04\"\u003e\n      \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated related__ttl\"\u003e給追求極致溫暖的您\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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_related01.webp\" alt=\"\" width=\"1248\" 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              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e腦眠科技床罩 極致保暖 EX\u003c\/h3\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_related01.webp\" alt=\"\" width=\"1248\" height=\"704\" style=\"height: unset; position: relative;\"\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e床墊用床包\u003cbr\u003e\u003cbr\u003e\n                和腦眠床墊合併使用，能提升112%背部的保暖性。也能能防禦底下上來的寒氣。\u003cbr\u003e冬季的冷空氣會滯留在床、地面等地方，這些冷空氣會通過床墊讓我們感到寒氣。這個床包能有效保暖身體，不受寒。\u003cbr\u003e\u003cbr\u003e\n                鋪在您現有的床墊或日式床墊上，就能感受到終極的溫暖和不潮濕的環境。\u003cbr\u003e\u003cbr\u003e和棉被相同，填充物為發熱綿EX\u003cbr\u003e表面材質使用絨毛毯EX\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 fadeInUpShort animated\" style=\"padding: 0; height: unset;\"\u003e\n            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_related02_pc_zh-hant.webp\" alt=\"\" width=\"825\" height=\"465\" 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\"\u003e棉被和床包並用\u003cbr\u003e效果更顯著\u003c\/h3\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_related02_sp_zh-hant.webp\" alt=\"\" width=\"650\" height=\"618\" style=\"height: unset; position: relative;\"\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\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding: 0; height: unset;\"\u003e\n            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_related03.webp\" alt=\"\" width=\"1144\" height=\"646\" 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              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_related03.webp\" alt=\"\" width=\"1144\" height=\"646\" style=\"height: unset; position: relative;\"\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e■可應對尺寸：\u003cbr\u003e基本上20cm~30cm高度的床墊皆可應對。在這個尺寸以下的床墊也能夠使用，內側多出來的部份的請確實塞至床墊下即可。\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e■尺寸：\u003cbr\u003e・單人床尺寸：W100cm×L205cm×H33cm（約1,140g）\u003cbr\u003e・加大單人床尺寸：W120cm×L205cm×H33cm（約1,300g）\u003cbr\u003e・雙人床尺寸：W140cm×L205cm×H33cm（約1,470g）\u003cbr\u003e\u003c\/p\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\"\u003e■材質： \u003cbr\u003e・外側 \u003cbr\u003e表面：絨毛部分 聚酯纖維100% \u003cbr\u003e底部：聚酯纖維60% 人造纖維40% \u003cbr\u003e內裡：聚酯纖維100% \u003cbr\u003e側面：聚酯纖維94% 聚氨酯6% \u003cbr\u003e・防寒材質 \u003cbr\u003e植物纖維（木棉）43% 聚酯纖維30%  丙烯酸樹脂20% 合成纖維（丙烯酸樹脂纖維）7%\u003cbr\u003e\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattressprotector_perfectwarmex\" 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=\"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\u003eOTHER PRODUCTS\u003c\/span\u003e其他產品\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 only_sp\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\u003c\/h3\u003e\n        \u003cdiv class=\"other__pillow__vimeo\"\u003e\n          \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n          \u003c\/div\u003e\n          \u003cvideo class=\"lozad\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e3bd46620c0b4bd9bf27d9c37070f83f.mp4\" width=\"1920\" height=\"1080\"\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\/products_mattress_float_other_pillow_logo.webp\" alt=\"BRAIN SLEEP PILLOW\" width=\"207\" height=\"65\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__pillow__text__title__name\"\u003e腦眠科技枕\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"other__pillow__text__sub__title\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\u003c\/h3\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\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\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\/products_mattress_float_other_coin.webp\" 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\/products_mattress_float_other_coin_logo.webp\" alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__flex\"\u003e\n            \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__conforter\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e不再需要羽絨或毛毯\u003cbr\u003e是一款極致溫暖的被子\u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__img\"\u003e\n          \u003cimg class=\"lozad\" loading=\"lazy\" decoding=\"async\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex.webp\" alt=\"\" width=\"600\" height=\"222\"\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 class=\"lozad\" loading=\"lazy\" decoding=\"async\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex_logo.webp\" alt=\"BRAIN SLEEP COMFORTER PERFECT WARM EX\" width=\"350\" height=\"106\"\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是一款極致溫暖的被子\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectwarmex\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e --\u003e\n\n\n\n    \u003csection class=\"possibility animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"possibility\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_possibility_img_model.webp\" alt=\"AWAKEN YOUR POSSIBILITY\" class=\"only_pc fadeInUpShort animated\" width=\"1400\" height=\"700\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_possibility_img_model_sp.webp\" alt=\"AWAKEN YOUR POSSIBILITY\" class=\"only_sp fadeInUpShort animated\" width=\"425\" height=\"425\"\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"faq js-box\" id=\"faq\"\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\u003eFAQ\u003c\/span\u003e常見問題\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"500\" 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和一般的寢具相同，能長期的使用。\u003cbr\u003e非常優異的回彈力實現了高度的耐用性。遵從JIS基準的床墊耐用度測試，實施JIS規格中的8萬次壓縮檢驗之外，2倍的16萬次以及3倍的24萬次也通過實驗證實。基準的3倍也獲得了96%以上的高度結果。\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推薦以10年為一個更換單位，但也會因環境而異。若有凹陷或頑固污漬建議您購買新品替換。\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\u003cbr\u003e＜單人床尺寸＞\u003cbr\u003e高度69cm×寬度104cm×深度23cm\u003cbr\u003e\u003cbr\u003e＜加大單人床尺寸＞\u003cbr\u003e高度69cm×寬度124cm×深度23cm\u003cbr\u003e\u003cbr\u003e＜雙人床尺寸＞\u003cbr\u003e高度69cm×寬度144cm×深度23cm\u003cbr\u003e\u003cbr\u003e＜加大雙人床尺存＞\u003cbr\u003e高度69cm×寬度164cm×深度23cm\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請勿使用。\u003cbr\u003e烘被機和電熱毯外，也請避免接觸任何加熱器等暖氣機。\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  \u003clink href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_all_v3.css\" onload=\"this.media='all'\" media=\"print\" rel=\"stylesheet\"\u003e\n  \u003cscript defer src=\"https:\/\/cdn.jsdelivr.net\/npm\/lozad\/dist\/lozad.min.js\"\u003e\u003c\/script\u003e\n  \u003cscript\u003e\n  jQuery(function(){const n=lozad();n.observe()})\n  \u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_all_v3.js\" defer\u003e\u003c\/script\u003e\n\u003c\/div\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"單人 \/ 白色","offer_id":45417295380702,"sku":"M0002S1-SNCW","price":88000.0,"currency_code":"JPY","in_stock":true},{"title":"單人 \/ 深藍色","offer_id":45417295413470,"sku":"M0002S1-SNMN","price":88000.0,"currency_code":"JPY","in_stock":true},{"title":"單人 \/ 灰色","offer_id":45417295446238,"sku":"M0002S1-SNSG","price":88000.0,"currency_code":"JPY","in_stock":true},{"title":"單人加大 \/ 白色","offer_id":45417295544542,"sku":"M0002S1-SDCW","price":99000.0,"currency_code":"JPY","in_stock":true},{"title":"單人加大 \/ 深藍色","offer_id":45417295577310,"sku":"M0002S1-SDMN","price":99000.0,"currency_code":"JPY","in_stock":true},{"title":"單人加大 \/ 灰色","offer_id":45417295610078,"sku":"M0002S1-SDSG","price":99000.0,"currency_code":"JPY","in_stock":true},{"title":"雙人 \/ 白色","offer_id":45417295708382,"sku":"M0002S1-DBCW","price":110000.0,"currency_code":"JPY","in_stock":true},{"title":"雙人 \/ 深藍色","offer_id":45417295741150,"sku":"M0002S1-DBMN","price":110000.0,"currency_code":"JPY","in_stock":true},{"title":"雙人 \/ 灰色","offer_id":45417295773918,"sku":"M0002S1-DBSG","price":110000.0,"currency_code":"JPY","in_stock":true},{"title":"雙人加大 \/ 白色","offer_id":45417295872222,"sku":"M0002S1-QNCW","price":132000.0,"currency_code":"JPY","in_stock":true},{"title":"雙人加大 \/ 深藍色","offer_id":45417295904990,"sku":"M0002S1-QNMN","price":132000.0,"currency_code":"JPY","in_stock":true},{"title":"雙人加大 \/ 灰色","offer_id":45417295937758,"sku":"M0002S1-QNSG","price":132000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_mattress_float_white.webp?v=1756808595"},{"product_id":"comforter_allseasons","title":"腦睡眠科技便攜毯 四季通用","description":"\u003clink rel=\"preload\" as=\"image\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_kv_sp_model.webp\"\n  fetchpriority=\"high\"\u003e\n\u003cstyle\u003e\n.technology__item__graph__content {\n  height: fit-content!important;\n}\n  .multilingual_annotation {\n    text-align: center;\n    font-size: 16px;\n    padding: 15px;\n    color: #A32135;\n  }\n  #MainContent.content-for-layout {\n    overflow-x: visible !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  @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  body {\n    \/*padding-top: 90px !important;*\/\n  }\n\n  @media screen and (max-width: 1199px) {\n    body {\n      \/*padding-top: 65px !important;*\/\n    }\n  }\n\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  .lp_area .relation__title .section__title h2,\n  .lp_area .spec__title .section__title h2,\n  .cont07__ttl,\n  .mv__txt {\n    color: #fff;\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 .other__pillow__text__sub__more {\n    color: #fff;\n  }\n\n  .lp_area .other__more__btn {\n    color: #fff;\n  }\n\n  .lp_area .other__more__btn__black {\n    color: #000;\n  }\n\n  .lp_area ul {\n    list-style: none;\n    padding: 0;\n  }\n\n  .technology__link__lists {\n    padding: 0;\n  }\n\n  .lp_area img {\n    display: block;\n    height: auto;\n    max-width: 100%;\n    border: unset;\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  .sleep__info__quality__golden__title,\n  .gradient__ttl {\n    margin: 0;\n  }\n\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  .technology__link__lists {\n    padding: 0 !important;\n  }\n\n  .h1,\n  h1 {\n    padding: 0 !important;\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"main lp_area\"\u003e\n  \u003cdiv class=\"main lp_area\"\u003e\n    \u003c!-- \u003cheader 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.png\" decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/a\u003e\n        \u003c\/header\u003e\n      \u003c\/div\u003e\n    \u003c\/header\u003e --\u003e\n\n    \u003cdiv class=\"mv\"\u003e\n      \u003cdiv class=\"mv__bg\"\u003e\n        \u003cimg class=\"u-pc lozad\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_kv_model.webp\"\n          alt=\"\" width=\"1920\" height=\"1128\"\u003e\n        \u003cimg class=\"u-sp lozad\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_kv_sp_model.webp\"\n          alt=\"\" width=\"750\" height=\"1202\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mv__logo\"\u003e\n        \u003cimg class=\"u-pc lozad\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_kv_logo.webp\" alt=\"\"\n          width=\"1098\" height=\"434\"\u003e\n        \u003cimg class=\"u-sp lozad\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_kv_logo_sp.webp\"\n          alt=\"BRAINSLEEP COMFORTER ALL SEASONS\" width=\"538\" height=\"224\"\u003e\n      \u003c\/div\u003e\n      \u003ch1 class=\"mv_txt\"\u003e一年四季\u003cbr\u003e引導到最理想的溫度\u003c\/h1\u003e\n    \u003c\/div\u003e\n    \u003c!-- .mv end --\u003e\n\n    \u003cdiv class=\"cv\"\u003e\n      \u003cdiv class=\"cv_inner\"\u003e\n        \u003cp class=\"cv_ttl\"\u003e將太空高科技運用到日常棉被裡\u003c\/p\u003e\n        \u003cdiv class=\"cv_price_wrap\"\u003e\n          \u003cp class=\"cv_price_name\"\u003e腦眠科技被\u003cbr class=\"u-pc\"\u003e四季通用\u003c\/p\u003e\n          \u003cp class=\"cv_price\"\u003e¥19,800〜\u003cspan\u003e（税込）\u003c\/span\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003ca class=\"cv_btn custom-smooth-scroll\" href=\"#custom_product_cta\"\u003e由此選購尺寸．顏色\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- .cv end --\u003e\n\n    \u003cdiv class=\"intro\"\u003e\n      \u003cp class=\"intro1 sa\"\u003e炎熱時\u003cspan class=\"intro1_txt1\"\u003e涼爽\u003c\/span\u003e、\u003cbr class=\"u-sp\"\u003e寒冷時\u003cspan class=\"intro1_txt2\"\u003e暖和\u003c\/span\u003e。\u003c\/p\u003e\n      \u003cdiv class=\"intro2 termina sa\"\u003eCOOL \u0026amp; WARM\u003c\/div\u003e\n      \u003cp class=\"intro3 sa\"\u003e採用專為宇航服開發的\u003cbr\u003e跨世代創新調溫材料。\u003c\/p\u003e\n      \u003cdiv class=\"intro4 sa\"\u003e\n        \u003cp class=\"intro4_txt\"\u003eOutlast溫度調節技術\u003c\/p\u003e\n        \u003cp class=\"intro4_txt_en termina\"\u003eOUTLAST TECHNOLOGY\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"intro5 sa\"\u003e內層的Outlast溫度調節綿，專為在數百攝氏度溫度差的惡劣太空環境中活動的宇航服所開發的革新調溫材料\u003cbr\u003e將睡眠環境調節至理想溫度。\u003c\/p\u003e\n      \u003cdiv class=\"intro6 sa\"\u003e\n        \u003cp class=\"intro6_txt1\"\u003e春夏秋天時只需一件\u003cbr\u003e冬天時當作內襯使用\u003c\/p\u003e\n        \u003cp class=\"intro6_txt2\"\u003e引導至舒適溫度的自動調溫力\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- .intro end --\u003e\n\n    \u003cdiv class=\"cont_wrap cont_story\"\u003e\n      \u003cdiv class=\"cont_ttl\"\u003e\n        \u003cp class=\"cont_ttl_en termina sa\"\u003eSTORY\u003c\/p\u003e\n        \u003cp class=\"cont_ttl_ja sa\"\u003e- 開發緣由 -\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"cont_inner\"\u003e\n        \u003cdiv class=\"story_cont1 sa\"\u003e\n          \u003cp class=\"story_cont1_ttl\"\u003e不再為選擇寢具\u003cbr\u003e而感到煩惱\u003c\/p\u003e\n          \u003cp class=\"story_cont1_txt\"\u003e一年四季都能引導至舒適溫度的\u003cbr\u003e自動調溫力\u003cbr\u003e在多變的氣溫下也能舒適的睡眠\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"cont\"\u003e\n          \u003cdiv class=\"cont_img sa\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" class=\"lozad\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro02_graph_zh-hant.webp\"\n              alt=\"\" width=\"1100\" height=\"620\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"cont_desc sa\"\u003e\n            \u003cp class=\"cont_desc_ttl\"\u003e日本的溫差\u003cbr\u003e在世界上也是少見的嚴酷\u003c\/p\u003e\n            \u003cp class=\"cont_desc_txt\"\u003e\n              日本屬於溫暖潮濕氣候，是世界上特有的氣候條件之一，夏天和冬天的氣溫變化很大，而且季節交替的春天、梅雨和秋天交織在一起，使得一年中的氣溫變化更加複雜。\u003cbr\u003e由於嚴酷的溫差導致每天都在積累疲勞。\u003cbr\u003e如同白天用衣服調節體溫一樣，睡眠時也需要通過寢具來調節床內的溫度。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"story_cont2\"\u003e\n          \u003cp class=\"story_cont2_ttl sa\"\u003e這時需要能引導到\u003cbr\u003e舒適的溫度【自動調溫力】\u003c\/p\u003e\n          \u003cdiv class=\"story_cont2_wrap sa\"\u003e\n            \u003cp class=\"story_cont2_txt\"\u003e戰勝嚴峻的溫差\u003cbr\u003e一年四季\u003cbr\u003e溫暖舒適\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n    \u003c!-- .cont_story end --\u003e\n\n    \u003cdiv class=\"crowdfunding\"\u003e\n      \u003cp class=\"crowdfunding_ttl sa\"\u003e在募資平台上\u003cbr\u003e\u003cspan\u003e達到超越目標金額\u003c\/span\u003e 的銷售\u003c\/p\u003e\n      \u003cdiv class=\"crowdfunding_img sa\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_makuake.webp\" alt=\"\"\n          width=\"1602\" height=\"630\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_makuake_sp.webp\"\n          alt=\"\" width=\"670\" height=\"752\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- .crowdfunding end --\u003e\n\n    \u003cdiv class=\"cont_wrap cont_feature\"\u003e\n      \u003cdiv class=\"cont_ttl\"\u003e\n        \u003cp class=\"cont_ttl_en termina sa\"\u003e3 FEATURES\u003c\/p\u003e\n        \u003cp class=\"cont_ttl_ja sa\"\u003e- 3種特徵 -\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"feature_inner\"\u003e\n        \u003cdiv class=\"feature_list\"\u003e\n          \u003cdiv class=\"feature_item sa\"\u003e\n            \u003cdiv class=\"feature_item_img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_nav01_model.webp\"\n                alt=\"\" width=\"1100\" height=\"614\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_nav01_model_sp.webp\"\n                alt=\"\" width=\"710\" height=\"398\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature_item_body\"\u003e\n              \u003cdiv class=\"feature_item_body_num termina\"\u003e01\u003c\/div\u003e\n              \u003cdiv class=\"feature_item_body_ttl_en termina\"\u003eALL SEASON\u003cbr\u003eCOMFORTABLE\u003c\/div\u003e\n              \u003cdiv class=\"feature_item_body_ttl_ja\"\u003e炎熱時涼爽、寒冷時暖和。\u003c\/div\u003e\n              \u003cdiv class=\"feature_item_body_txt\"\u003e太空高科技，365天自動調節溫度\u003c\/div\u003e\n              \u003ca href=\"#feature01\" class=\"feature_item_body_btn\"\u003e詳細內容\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"feature_item sa\"\u003e\n            \u003cdiv class=\"feature_item_img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_nav02.webp\"\n                alt=\"\" width=\"1100\" height=\"616\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_nav02_sp.webp\"\n                alt=\"\" width=\"710\" height=\"398\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature_item_body\"\u003e\n              \u003cdiv class=\"feature_item_body_num termina\"\u003e02\u003c\/div\u003e\n              \u003cdiv class=\"feature_item_body_ttl_en termina\"\u003eREVERSIBLE\u003c\/div\u003e\n              \u003cdiv class=\"feature_item_body_ttl_ja\"\u003e應對不同季節皆可使用\u003cbr\u003e無需被套\u003c\/div\u003e\n              \u003cdiv class=\"feature_item_body_txt\"\u003e一面為起絨溫暖面，\u003cbr\u003e另一面則為冷感接觸面\u003c\/div\u003e\n              \u003ca href=\"#feature02\" class=\"feature_item_body_btn\"\u003e詳細內容\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"feature_item sa\"\u003e\n            \u003cdiv class=\"feature_item_img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_nav03_model.webp\"\n                alt=\"\" width=\"1100\" height=\"614\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_nav03_model_sp.webp\"\n                alt=\"\" width=\"710\" height=\"398\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"feature_item_body\"\u003e\n              \u003cdiv class=\"feature_item_body_num termina\"\u003e03\u003c\/div\u003e\n              \u003cdiv class=\"feature_item_body_ttl_en termina\"\u003eCLEAN \u0026amp; COMPACT\u003c\/div\u003e\n              \u003cdiv class=\"feature_item_body_ttl_ja\"\u003e隨時保持衛生清潔\u003cbr\u003e輕易收納不佔空間。\u003c\/div\u003e\n              \u003cdiv class=\"feature_item_body_txt\"\u003e可以直接使用家庭式洗衣機清洗乾淨\u003cbr\u003e輕易收納不佔空間\u003c\/div\u003e\n              \u003ca href=\"#feature03\" class=\"feature_item_body_btn\"\u003e詳細內容\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- .cont_feature end --\u003e\n    \u003cdiv id=\"technology\" class=\"cont_wrap cont_tech\"\u003e\n      \u003cdiv class=\"cont_ttl\"\u003e\n        \u003cp class=\"cont_ttl_en termina sa\"\u003eTECHNOLOGY\u003c\/p\u003e\n        \u003cp class=\"cont_ttl_ja sa\"\u003e- 專利科技詳細內容 -\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"tech01\" id=\"feature01\"\u003e\n        \u003cdiv class=\"tech_lead\"\u003e\n          \u003cdiv class=\"tech_lead_img sa\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech01_main_model.webp\"\n              alt=\"\" width=\"1920\" height=\"1082\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech01_main_model_sp.webp\"\n              alt=\"\" width=\"750\" height=\"420\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tech_lead_inner sa\"\u003e\n            \u003cp class=\"tech_lead_num termina\"\u003e01\u003c\/p\u003e\n            \u003cp class=\"tech_lead_ttl_en termina\"\u003eALL SEASON\u003cbr class=\"u-pc\"\u003eCOMFORTABLE\u003c\/p\u003e\n            \u003cp class=\"tech_lead_ttl_ja\"\u003e設計考慮到\u003cbr\u003e一年365天的舒適睡眠\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tech01_intro\"\u003e\n          \u003cdiv class=\"tech01_intro_head sa\"\u003e\n            \u003cp class=\"tech01_intro_head_ttl\"\u003e炎熱時涼爽、寒冷時暖和。\u003c\/p\u003e\n            \u003cp class=\"tech01_intro_head_ttl_sub\"\u003e太空高科技，365天自動調節溫度\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tech01_intro_outlast sa\"\u003e\n            \u003cp class=\"tech01_intro_outlast_ttl termina\"\u003eOUTLAST TECHNOLOGY\u003c\/p\u003e\n            \u003cp class=\"tech01_intro_outlast_ttl_sub\"\u003eOutlast溫度調節技術\u003c\/p\u003e\n            \u003cdiv class=\"tech01_intro_outlast_img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech01_01.webp\"\n                alt=\"\" width=\"2000\" height=\"562\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech01_01_sp.webp\"\n                alt=\"\" width=\"750\" height=\"750\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tech01_intro_body sa\"\u003e\n            \u003cp class=\"tech01_intro_body_ttl\"\u003e採用專為宇航服開發的\u003cbr\u003e跨世代創新調溫材料。\u003c\/p\u003e\n            \u003cp class=\"tech01_intro_body_txt\"\u003e專為宇航服開發的材料「Outlast」可以引導到理想的床內溫度範圍。「Outlast」是一種直徑20～30微米的微膠囊天然蠟組合在纖維中的溫度調節材料。在填充物(中綿)中使用了這種「Outlast」。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tech_inner bg_gray\"\u003e\n          \u003cdiv class=\"tech_wrap\"\u003e\n            \u003cdiv class=\"tech_wrap_img sa\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech01_02_zh-hant.webp\"\n                alt=\"\" width=\"1040\" height=\"586\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech_wrap_body sa\"\u003e\n              \u003cp class=\"tech_wrap_ttl\"\u003e溫度調節科技1\u003cbr\u003e炎熱時吸收熱量\u003cbr\u003e寒冷時釋放熱量\u003c\/p\u003e\n              \u003cp class=\"tech_wrap_txt\"\u003e一年四季都能引導到理想的床內溫度範圍\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tech_wrap\"\u003e\n            \u003cdiv class=\"tech_wrap_img sa\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech01_03.gif?2\"\n                alt=\"\" width=\"668\" height=\"378\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech_wrap_body sa\"\u003e\n              \u003cp class=\"tech_wrap_ttl\"\u003e溫度調節科技2\u003c\/p\u003e\n              \u003cp class=\"tech_wrap_txt\"\u003e\n                Outlast是在纖維滲入20～30微米的微膠囊天然蠟，隨著身體溫度變化，讓微膠囊變為固體⇄液體，透過吸熱、蓄熱、放熱引導到舒適的溫度帶。\u003cbr\u003e※影片中，將微膠囊天然蠟放在36℃的熱板上時，膠囊本身會變成固體⇄液體的樣子。\u003cbr\u003e透過物態變化的原理，吸放熱量調溫。\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tech_wrap\"\u003e\n            \u003cdiv class=\"tech_wrap_img sa\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech01_04_zh-hant.webp\"\n                alt=\"\" width=\"1040\" height=\"1040\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech_wrap_body sa\"\u003e\n              \u003cp class=\"tech_wrap_ttl\"\u003e優越的調溫力\u003cbr\u003e極端的溫度下\u003cbr\u003e也能完美對應\u003c\/p\u003e\n              \u003cp class=\"tech_wrap_txt\"\u003e\n                透過圖表能發現，實驗室溫10°C⇄40°C的極端溫度變化下最大溫差的比較結果。相較純棉材質溫差可以達到15°C以上，而Outlast僅有4°C的溫差。\u003cbr\u003e優越的調溫力讓您睡著時、起床時，受到早晚溫差影響最小。\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tech_wrap\"\u003e\n            \u003cdiv class=\"tech_wrap_img sa\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech01_05_zh-hant.webp\"\n                alt=\"\" width=\"1040\" height=\"1040\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech_wrap_body sa\"\u003e\n              \u003cp class=\"tech_wrap_ttl\"\u003e優越的調濕力\u003cbr\u003e調節舒適的床內濕度。\u003c\/p\u003e\n              \u003cp class=\"tech_wrap_txt\"\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!-- .tech01 end --\u003e\n\n      \u003cdiv class=\"tech02\" id=\"feature02\"\u003e\n        \u003cdiv class=\"tech_lead\"\u003e\n          \u003cdiv class=\"tech_lead_img sa\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech02_main.webp\"\n              alt=\"\" width=\"1920\" height=\"1082\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech02_main_sp.webp\"\n              alt=\"\" width=\"750\" height=\"420\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tech_lead_inner sa\"\u003e\n            \u003cp class=\"tech_lead_num termina\"\u003e02\u003c\/p\u003e\n            \u003cp class=\"tech_lead_ttl_en termina\"\u003eREVERSIBLE\u003c\/p\u003e\n            \u003cp class=\"tech_lead_ttl_ja\"\u003e應對不同季節皆可使用\u003cbr class=\"u-pc\"\u003e無需被套\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tech_inner\"\u003e\n          \u003cdiv class=\"tech_wrap\"\u003e\n            \u003cdiv class=\"tech_wrap_img sa\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech02_01_zh-hant.webp\"\n                alt=\"\" width=\"1040\" height=\"630\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech_wrap_body sa\"\u003e\n              \u003cp class=\"tech_wrap_ttl\"\u003e雙面使用\u003cbr\u003e365天都不想放手\u003c\/p\u003e\n              \u003cp class=\"tech_wrap_txt\"\u003e\n                根據季節來分別使用棉被的正反面。暖和的季節時，將涼爽的接觸冷感面朝向肌膚，寒冷的季節則使用柔軟且光滑的蜜桃絨面料溫柔地包裹身體。\u003cbr\u003e無需被套即可直接使用。\u003cbr\u003e※商品上有標示WARM(暖)\/COOL(涼)，請根據自身感受做使用\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tech_wrap\"\u003e\n            \u003cdiv class=\"tech_wrap_img sa\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech02_02_zh-hant.webp\"\n                alt=\"\" width=\"1040\" height=\"586\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech_wrap_body sa\"\u003e\n              \u003cp class=\"tech_wrap_ttl\"\u003e優越的涼爽感\u003cbr\u003e悶熱的夏日也能輕鬆入睡\u003c\/p\u003e\n              \u003cp class=\"tech_wrap_txt\"\u003e太空科技被的接觸冷感涼爽程度是一般棉被(接觸冷感值Q-max值)的一倍以上。\u003cbr\u003e悶熱夏天時將COOL(涼)面蓋向自己，就能夠涼爽的入睡\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tech_wrap\"\u003e\n            \u003cdiv class=\"tech_wrap_img sa\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech02_03.webp\"\n                alt=\"\" width=\"1040\" height=\"630\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech02_03_sp.webp\"\n                alt=\"\" width=\"670\" height=\"406\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech_wrap_body sa\"\u003e\n              \u003cp class=\"tech_wrap_ttl\"\u003e消除肌膚的黏附感\u003cbr\u003e更加親膚舒適\u003c\/p\u003e\n              \u003cp class=\"tech_wrap_txt\"\u003e\n                太空科技被更舒適的細節，使用數倍以上的70格縫合。相較一般的大型棉被，這款棉被具有良好的肌膚分離感，極力消除了不舒服的黏附感。可以像以往夏季受歡迎的毛巾被一樣使用。\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tech02_outro\"\u003e\n            \u003cdiv class=\"tech02_outro_head sa\"\u003e\n              \u003cp class=\"tech02_outro_head_ttl\"\u003e一年四季\u003cbr\u003e享受舒適睡眠\u003c\/p\u003e\n              \u003cp class=\"tech02_outro_head_ttl_sub\"\u003e春夏秋天時只需一件\u003cbr\u003e冬天時當作內襯使用\u003cbr\u003e引導至最舒適的溫度\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech02_outro_howto sa\"\u003e\n              \u003cp class=\"tech02_outro_howto_ttl\"\u003e推薦使用方法\u003c\/p\u003e\n              \u003cdiv class=\"tech02_outro_howto_img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech02_04_zh-hant.webp?v=1746153123\"\n                  alt=\"\" width=\"1728\" height=\"994\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech02_04_sp_zh-hant.webp\"\n                  alt=\"\" width=\"682\" height=\"370\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"tech02_outro_howto_txt u-pc\"\u003e建議配合當時室溫，與其他寢具做搭配使用\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"tech02_outro_howto_txt u-sp\"\u003e建議配合當時室溫，與其他寢具做搭配使用\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- .tech02 end --\u003e\n\n      \u003cdiv class=\"tech03\" id=\"feature03\"\u003e\n        \u003cdiv class=\"tech_lead\"\u003e\n          \u003cdiv class=\"tech_lead_img sa\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_main_model.webp\"\n              alt=\"\" width=\"1920\" height=\"1082\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_main_model_sp.webp\"\n              alt=\"\" width=\"750\" height=\"422\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tech_lead_inner sa\"\u003e\n            \u003cp class=\"tech_lead_num termina\"\u003e03\u003c\/p\u003e\n            \u003cp class=\"tech_lead_ttl_en termina\"\u003eCLEAN \u0026amp; COMPACT\u003c\/p\u003e\n            \u003cp class=\"tech_lead_ttl_ja\"\u003e隨時保持衛生清潔\u003cbr\u003e輕易收納不佔空間\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"tech_inner\"\u003e\n          \u003cdiv class=\"tech_wrap\"\u003e\n            \u003cdiv class=\"tech_wrap_img sa\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_01.webp\"\n                alt=\"\" width=\"1040\" height=\"586\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_01_sp.webp\"\n                alt=\"\" width=\"670\" height=\"378\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech_wrap_body sa\"\u003e\n              \u003cp class=\"tech_wrap_ttl\"\u003e輕鬆洗滌\u003cbr\u003e每天保持清潔\u003c\/p\u003e\n              \u003cp class=\"tech_wrap_txt\"\u003e可以直接使用家庭式洗衣機清洗乾淨，無需被套直接使用，隨時都能清洗保持衛生。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"tech_wrap\"\u003e\n            \u003cdiv class=\"tech_wrap_img sa\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_02.webp\"\n                alt=\"\" width=\"1040\" height=\"586\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_02_sp.webp\"\n                alt=\"\" width=\"670\" height=\"378\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech_wrap_body sa\"\u003e\n              \u003cp class=\"tech_wrap_ttl\"\u003e365天皆能使用\u003cbr\u003e不必收進衣櫃裡\u003c\/p\u003e\n              \u003cp class=\"tech_wrap_txt\"\u003e如需要收納時，可以裝入附帶的收納袋，外出攜帶也相當輕鬆方便。\u003cbr\u003e※收納袋圖片僅供參考，可能依照生產情況，變更材質或是標示內容。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"tech03_last\"\u003e\n            \u003cdiv class=\"tech03_last01 sa\"\u003e\n              \u003cdiv class=\"tech03_last01_img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_03_model.webp\"\n                  alt=\"\" width=\"1040\" height=\"1070\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_03_model_sp.webp\"\n                  alt=\"\" width=\"568\" height=\"341\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"tech03_last01_txt\"\u003e一年四季\u003cbr\u003e舒適睡眠\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech03_last02 sa\"\u003e\n              \u003cdiv class=\"tech03_last02_img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_04_model.webp\"\n                  alt=\"\" width=\"1168\" height=\"778\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_04_model_sp.webp\"\n                  alt=\"\" width=\"568\" height=\"341\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"tech03_last02_txt\"\u003e已經不用再\u003cbr\u003e為選擇寢具\u003cbr\u003e而感到煩惱\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech03_last03 sa\"\u003e\n              \u003cdiv class=\"tech03_last03_img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_05.webp\"\n                  alt=\"\" width=\"2000\" height=\"1050\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_05_sp.webp\"\n                  alt=\"\" width=\"750\" height=\"394\"\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003c!-- .tech03 end --\u003e\n\n    \u003c\/div\u003e\n    \u003c!-- .cont_tech end --\u003e\n    \u003cdiv id=\"spec\" class=\"cont_wrap cont_spec\"\u003e\n      \u003cdiv class=\"cont_ttl\"\u003e\n        \u003cp class=\"cont_ttl_en termina sa\"\u003eSPEC\u003c\/p\u003e\n        \u003cp class=\"cont_ttl_ja sa\"\u003e- 樣式 -\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"spec_inner\"\u003e\n        \u003cdiv class=\"spec_img sa\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc lozad\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_spec.webp\" alt=\"\"\n            width=\"840\" height=\"1130\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp lozad\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_spec_sp.webp\"\n            alt=\"\" width=\"532\" height=\"712\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"spec_txt sa\"\u003e\n          \u003cspan\u003e■尺寸\u003cbr\u003e．單人:W150 cm x L210 cm\u003cbr\u003e．單人加大:W170 cm x L210 cm\u003cbr\u003e．雙人:W190 cm x L210 cm\u003cbr\u003e．雙人加大:W210 cm x L210 cm\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e■顏色\u003cbr\u003e宇宙藍．銀河灰\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e■產品重量\u003cbr\u003e．單人:約 1260g \u003cbr\u003e．單人加大:約 1430g\u003cbr\u003e．雙人:約 1600g\u003cbr\u003e．雙人加大:約 1740g\u003cbr\u003e\u003cbr\u003e\u003cspan\u003e■材質\u003cbr\u003e表布: 100%聚脂纖維\/100%尼龍\u003cbr\u003e中棉: 50%人造纖維\/50%聚脂纖維(單人0.5kg、單人加大0.56kg、雙人0.63kg、雙人加大0.7kg)\n        \u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003c!-- .cont_spec end --\u003e\n\n\n    \u003cdiv class=\"cont_ttl\"\u003e\n      \u003cp class=\"cont_ttl_en termina sa\"\u003eRECOMMENDED SELECTION\u003c\/p\u003e\n      \u003cp class=\"cont_ttl_ja sa\"\u003e- 提升睡眠品質的推薦商品 -\u003c\/p\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        \u003cp class=\"other__pillow__text__sub__title u-sp\"\u003e\n          快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"other__pillow__vimeo\"\u003e\n          \u003cvideo class=\"lozad\" width=\"1920\" height=\"1080\" style=\"aspect-ratio: 1920\/1080\"\n            src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/473c0a16e10948f288655ba4c32ab483.mp4\" preload=\"none\" autoplay loop\n            muted playsinline\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__pillow__text\"\u003e\n          \u003cdiv class=\"other__pillow__text__title\"\u003e\n            \u003cp class=\"other__pillow__text__title__logo\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bathtablet_other_pillow_logo.png\"\n                alt=\"BRAIN SLEEP PILLOW\" width=\"200\" height=\"63\"\u003e\n            \u003c\/p\u003e\n            \u003cp class=\"other__pillow__text__title__name\"\u003e\n              腦眠科技枕\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cp class=\"other__pillow__text__sub__title\"\u003e\n            快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\n          \u003c\/p\u003e\n\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"other__col2\"\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\n        id=\"other__coin\"\u003e\n        \u003cp class=\"other__conforter__text__sub__title u-sp\"\u003e\n          睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n        \u003c\/p\u003e\n        \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n          \u003cimg decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bathtablet_other_coin.jpg\"\n            alt=\"ブレインスリープコイン\" width=\"700\" height=\"700\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n          \u003cdiv\u003e\n            \u003cp class=\"other__col2__item__logo other__col2__item__coin__logo\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bathtablet_other_coin_logo.png\"\n                alt=\"BRAIN SLEEP COIN\" width=\"279\" height=\"86\"\u003e\n            \u003c\/p\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"other__col2__item__flex\"\u003e\n            \u003cp class=\"other__col2__item__flex__desc\"\u003e\n              睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n            \u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\n        id=\"other__conforter\"\u003e\n        \u003cp class=\"other__conforter__text__sub__title u-sp\"\u003e\n          理想睡姿×完美分散體壓\u003cbr\u003e一款改變你起床感受的床墊\n        \u003c\/p\u003e\n        \u003cdiv class=\"other__col2__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float.png\"\n            alt=\"\" width=\"1174\" height=\"543\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n          \u003cdiv\u003e\n            \u003cp class=\"other__col2__item__logo\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float_logo.png\"\n                alt=\"BRAIN SLEEP MATTRESS PREMIUM FLOAT\" width=\"200\" height=\"63\"\u003e\n            \u003c\/p\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003e\n              腦眠科技床墊 加倍釋壓版\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__flex\"\u003e\n            \u003cp class=\"other__col2__item__flex__desc\"\u003e\n              理想睡姿×完美分散體壓\u003cbr\u003e一款改變你起床感受的床墊\n            \u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_plus_float\"\n              class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n\n\n\n\n    \u003cdiv class=\"cont_wrap cont_faq\" id=\"faq\"\u003e\n      \u003cdiv class=\"cont_ttl\"\u003e\n        \u003cp class=\"cont_ttl_en termina sa\"\u003eFAQ\u003c\/p\u003e\n        \u003cp class=\"cont_ttl_ja sa\"\u003e- 常見問題 -\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"inner\"\u003e\n        \u003cdiv class=\"column\"\u003e\n          \u003cdiv class=\"q\"\u003e\n            \u003cp class=\"text\"\u003e\n              \u003cspan\u003e\n              \u003c\/span\u003e能夠水洗嗎?\n            \u003c\/p\u003e\n            \u003cdiv class=\"icon\"\u003e\n              \u003cspan\u003e\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"a\"\u003e\n            \u003cdiv class=\"textarea\"\u003e\n              \u003cp\u003e可以的，直接使用家庭式洗衣機清洗，請放入洗衣袋內單獨做清洗。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"column\"\u003e\n          \u003cdiv class=\"q\"\u003e\n            \u003cp class=\"text\"\u003e\n              \u003cspan\u003e\n              \u003c\/span\u003e能放進烘乾機裡烘乾嗎?\n            \u003c\/p\u003e\n            \u003cdiv class=\"icon\"\u003e\n              \u003cspan\u003e\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"a\"\u003e\n            \u003cdiv class=\"textarea\"\u003e\n              \u003cp\u003e避免將產品做烘乾，請吊在陰涼處風乾\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"column\"\u003e\n          \u003cdiv class=\"q\"\u003e\n            \u003cp class=\"text\"\u003e\n              \u003cspan\u003e\n              \u003c\/span\u003e可以使用棉被烘乾機嗎?\n            \u003c\/p\u003e\n            \u003cdiv class=\"icon\"\u003e\n              \u003cspan\u003e\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"a\"\u003e\n            \u003cdiv class=\"textarea\"\u003e\n              \u003cp\u003e可以的，可以使用喔!\u003cbr\u003e但是要注意，如果是放在腦眠科技床墊上，或是腦眠科技枕的附近話，有可能造成這些產品變形，所以要避免在這些情況下使用棉被烘乾機。\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"column\"\u003e\n          \u003cdiv class=\"q\"\u003e\n            \u003cp class=\"text\"\u003e\n              \u003cspan\u003e\n              \u003c\/span\u003e有哪些顏色可以選購呢?\n            \u003c\/p\u003e\n            \u003cdiv class=\"icon\"\u003e\n              \u003cspan\u003e\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"a\"\u003e\n            \u003cdiv class=\"textarea\"\u003e\n              \u003cp\u003e目前有宇宙藍及銀河灰可供選購\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"column\"\u003e\n          \u003cdiv class=\"q\"\u003e\n            \u003cp class=\"text\"\u003e\n              \u003cspan\u003e\n              \u003c\/span\u003e有販賣專用的被套嗎?\n            \u003c\/p\u003e\n            \u003cdiv class=\"icon\"\u003e\n              \u003cspan\u003e\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"a\"\u003e\n            \u003cdiv class=\"textarea\"\u003e\n              \u003cp\u003e太空科技被可以直接使用家庭式洗衣機清洗，且應對不同季節，雙面皆可使用，所以不須使用被套，產品上也沒有可以跟被套綁在一起的帶圈。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"column\"\u003e\n          \u003cdiv class=\"q\"\u003e\n            \u003cp class=\"text\"\u003e\n              \u003cspan\u003e\n              \u003c\/span\u003e使用的季節是什麼時候呢?\n            \u003c\/p\u003e\n            \u003cdiv class=\"icon\"\u003e\n              \u003cspan\u003e\n              \u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"a\"\u003e\n            \u003cdiv class=\"textarea\"\u003e\n              \u003cp\u003e\n                基本上，春天及秋天將WARM(暖)面朝向身體使用，夏天將COOL(涼)面朝向身體使用。而冬天時將WARM(暖)面朝向身體外，可以再上面多加個厚棉被搭配使用。可以依照氣溫與其他寢具做搭配使用。\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!-- .cont_faq end --\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- .main end --\u003e\n\n\u003cscript\u003e\n  \/\/ faq\n  \/\/ jQuery('#faq .column').click(function () {\n  \/\/   jQuery(this).find('.q').toggleClass('active');\n  \/\/   jQuery(this).find('.a').slideToggle();\n  \/\/ });\n\n  \/\/ アニメーション\n  var scrollAnimationClass = \"sa\";\n  var scrollAnimationShowClass = \"show\";\n  var triggerMarginDefault = 200;\n  if (navigator.userAgent.match(\/(iPhone|iPad|iPod|Android)\/)) {\n    var triggerMarginDefault = 30;\n  }\n\n  var scrollAnimationElm = document.querySelectorAll(\n    \".\" + scrollAnimationClass\n  );\n  var scrollAnimationFunc = function () {\n    var dataMargin = scrollAnimationClass + \"_margin\";\n    var dataTrigger = scrollAnimationClass + \"_trigger\";\n    var dataDelay = scrollAnimationClass + \"_delay\";\n    for (var i = 0; i \u003c scrollAnimationElm.length; i++) {\n      var triggerMargin = triggerMarginDefault;\n      var elm = scrollAnimationElm[i];\n      var showPos = 0;\n      if (elm.dataset[dataMargin] != null) {\n        triggerMargin = parseInt(elm.dataset[dataMargin]);\n      }\n      if (elm.dataset[dataTrigger]) {\n        showPos =\n          document\n            .querySelector(elm.dataset[dataTrigger])\n            .getBoundingClientRect().top + triggerMargin;\n      } else {\n        showPos = elm.getBoundingClientRect().top + triggerMargin;\n      }\n      if (window.innerHeight \u003e showPos) {\n        var delay = elm.dataset[dataDelay] ? elm.dataset[dataDelay] : 0;\n        setTimeout(\n          function (index) {\n            scrollAnimationElm[index].classList.add(\"show\");\n          }.bind(null, i),\n          delay\n        );\n      }\n    }\n  };\n  document.addEventListener(\"DOMContentLoaded\", scrollAnimationFunc);\n  window.addEventListener(\"scroll\", scrollAnimationFunc);\n\u003c\/script\u003e\n\n\u003clink media=\"print\" onload=\"this.media='all'\" rel=\"stylesheet\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_all_v2.css?3\"\u003e\n\u003cscript async=\"\"\n  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_all.js\"\u003e\u003c\/script\u003e\n\u003cscript\u003e\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","brand":"株式会社ブレインスリープ","offers":[{"title":"單人 \/ ホワイト","offer_id":48097508884702,"sku":"C0005A1-SNCW","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"單人 \/ ネイビー","offer_id":48097508917470,"sku":"C0005A1-SNMN","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"單人 \/ 灰色","offer_id":45436355051742,"sku":"C0005A1-SNLG","price":19800.0,"currency_code":"JPY","in_stock":true},{"title":"單人加大 \/ ホワイト","offer_id":48097508950238,"sku":"C0005A1-SDCW","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"單人加大 \/ ネイビー","offer_id":48097508983006,"sku":"C0005A1-SDMN","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"單人加大 \/ 灰色","offer_id":45436355117278,"sku":"C0005A1-SDLG","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"雙人 \/ ホワイト","offer_id":48097509015774,"sku":"C0005A1-DBCW","price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"雙人 \/ ネイビー","offer_id":48097509048542,"sku":"C0005A1-DBMN","price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"雙人 \/ 灰色","offer_id":45436355182814,"sku":"C0005A1-DBLG","price":30800.0,"currency_code":"JPY","in_stock":true},{"title":"雙人加大 \/ ホワイト","offer_id":48097509081310,"sku":"C0005A1-QNCW","price":39600.0,"currency_code":"JPY","in_stock":true},{"title":"雙人加大 \/ ネイビー","offer_id":48097509114078,"sku":"C0005A1-QNMN","price":39600.0,"currency_code":"JPY","in_stock":true},{"title":"雙人加大 \/ 灰色","offer_id":45436355248350,"sku":"C0005A1-QNLG","price":39600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_comforter_allseasons_white.webp?v=1776216737"},{"product_id":"wear_thermocontrol","title":"腦睡眠科技家居服 溫感調節","description":"\u003clink rel=\"preload\" as=\"image\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_kv_2_model_sp.webp\"\n  fetchpriority=\"high\"\u003e\n\u003clink rel=\"preload\" as=\"image\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_kv_logo_2.webp\"\n  fetchpriority=\"high\"\u003e\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\u003cstyle\u003e\n.spec__slider .slick-list,\n.technology__item__graph__content {\n  height: fit-content!important;\n}\n  .multilingual_annotation {\n    text-align: center;\n    font-size: 16px;\n    padding: 15px;\n    color: #A32135;\n  }\n  #MainContent,\n  html.js {\n    overflow: 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  @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\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\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\"\n          src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_wear_thermocontrol_kv_2_model.webp\" alt=\"\"\n          class=\"only_pc\" width=\"1400\" height=\"785\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_wear_thermocontrol_kv_2_model_sp.webp\" alt=\"\"\n          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\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_kv_logo_2.webp\" alt=\"\"\n          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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_ttl.webp?2\"\n              alt=\"THERMO CONTROL\" width=\"865\" height=\"54\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003ch2 class=\"intro_ttl fadeInUpShort animated\"\u003e冬暖夏涼，恆溫機能\u003c\/h2\u003e\n        \u003cdiv class=\"intro_ttl2 fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_ttl2.webp?2\"\n            alt=\"OUTLAST TECHNOLOGY\" width=\"924\" height=\"168\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_ttl2_sp.webp?2\"\n            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 class=\"u-pc\"\u003e終於誕生。\u003c\/p\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_slide_zh-hant.webp?3\"\n            alt=\"\" class=\"intro__slide u-pc fadeInUpShort animated\" width=\"750\" height=\"385\"\u003e \u003cimg loading=\"lazy\"\n            decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_slide_sp_zh-hant.webp?3\"\n            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\u003e透過Makuake募資總額超越5,200萬日圓\u003cbr\u003e緊接在四季皆可舒適恆溫棉被的就是\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"makuake__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_makuake.webp?2\" alt=\"\"\n          class=\"fadeInUpShort animated only_pc\" width=\"873\" height=\"344\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_makuake.webp?2\" alt=\"\"\n          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極致恆溫睡眠衣\u003c\/span\u003e著終於登場！\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro2 fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro2_model.webp?2\"\n          alt=\"BRAINSLEEP WEAR THERMO CONTROL\" width=\"1157\" height=\"648\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n          class=\"u-sp\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro2_model_sp.webp?2\"\n          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睡眠中的溫差，最大約至\u003cspan class=\"termina\"\u003e7.1℃\u003c\/span\u003e\n        \u003c\/h2\u003e\n        \u003cp class=\"problem__txt fadeInUpShort animated\"\u003e睡眠中，即使在市中心也會產生如此的溫差。\u003cbr\u003e\u003cbr\n            class=\"u-sp\"\u003e\u003cspan\u003e※睡眠時段設定在(東京都)10月晚上22點至早上8點的最高氣溫及最低氣溫\u003cbr\u003e※最高氣溫20.8℃ 最低氣溫13.7℃ 這段溫差為7.1℃\u003cbr\u003e※日本氣象廳：年度平均氣溫（分別日間、時段）、統計期間為過往30年（1991年~2020年）\u003c\/span\u003e\u003c\/p\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_arrow.webp?2\" alt=\"\"\n          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無法適應溫差，導致無法順利入睡\u003c\/li\u003e\n          \u003cli class=\"trouble__item\"\u003e床內的環境失衡，容易睡到一半醒來\u003c\/li\u003e\n          \u003cli class=\"trouble__item\"\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因此重要的事就是，\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\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_product_logo.webp?2\"\n          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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav01_2_model.webp\"\n                  class=\"u-pc\" alt=\"\" width=\"394\" height=\"364\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav01_2_model_sp.webp\"\n                  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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav02_2_model.webp\"\n                  class=\"u-pc\" alt=\"\" width=\"394\" height=\"364\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav02_2_model_sp.webp\"\n                  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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav03_2.webp\"\n                  class=\"u-pc\" alt=\"\" width=\"394\" height=\"364\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav03_2_sp.webp\"\n                  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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_main_2_model.webp?2\"\n              class=\"u-pc\" alt=\"\" width=\"825\" height=\"466\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_main_2_model_sp.webp?2\"\n              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\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_01.webp?2\"\n              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                為了太空裝而研發的Outlast智慧恆溫技術。Outlast是將直徑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 loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_02_zh-hant.webp?3\"\n              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                不論天熱或天寒，都能透過Outlast的恆溫技術，微型膠囊的智慧溫度變化，使固態⇆液態交替變化，形成吸熱、儲熱、蓄熱、放熱的效果，從而導向舒適溫度區間（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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_03_2_zh-hant.webp?2\"\n              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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_04_zh-hant.webp?3\"\n              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          這是Outlast的凝膠固態⇆液態的交互變化圖。因交互變化形成的溫度調節效果。\u003c\/p\u003e\n        \u003cdiv class=\"tech01__gif01 fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_gif01.webp?2\"\n            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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_arrow2.webp?2\"\n              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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_gif02.webp?2\"\n            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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_arrow2.webp?2\"\n              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          這是Outlast的凝膠固態⇆液態的交互變化圖。因交互變化形成的溫度調節效果。\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\"\n              height=\"2160\" style=\"aspect-ratio:3840\/2160\"\n              src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e06706bc844b436da0f5a3d35142931b.mp4\" preload=\"none\" autoplay\n              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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_01.webp?2\"\n              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不易皺摺，肌膚側的毛絨質地以柔和的材質製成，是穿著起來舒適且吸汗的材質。\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_02.webp?2\"\n              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\u003e\u003cbr\n                  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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_03_2_zh-hant.webp?3\"\n              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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_04_model.webp?2\"\n              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\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_05_model.webp?2\"\n              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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_05_model.webp?2\"\n              alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_06_model.webp?2\"\n              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\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_07_model.webp?2\"\n              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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_07_model.webp?2\"\n              alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech03_main.webp?2\"\n              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抗菌防臭 \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=\"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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech03_01_zh-hant.webp?2\"\n              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\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_last_model_zh-hant.webp?2\"\n        alt=\"\" width=\"1400\" height=\"762\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_last_model_sp_zh-hant.webp?2\"\n        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黑色、炭灰色的2種顏色\u003c\/p\u003e\n      \u003cdiv class=\"color fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_color_2.webp?3\" alt=\"\"\n          class=\"u-pc\" width=\"1063\" height=\"393\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_color_2_sp.webp?3\"\n          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不分性別、年齡、體型都能適用的尺寸\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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide01_model.webp?2\"\n                alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide02_model.webp?2\"\n                alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide03_model.webp?2\"\n                alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide04_model.webp?2\"\n                alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide05_model.webp?2\"\n                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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb01_model.webp?2\"\n                alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb02_model.webp?2\"\n                alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb03_model.webp?2\"\n                alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb04_model.webp?2\"\n                alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n            \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb05_model.webp?2\"\n                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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_sizeguide_2_zh-hant.webp?3\"\n              alt=\"\" class=\"u-pc\" width=\"341\" height=\"139\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_sizeguide_2_sp_zh-hant.webp?3\"\n              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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_size_2_zh-hant.webp?3\"\n            alt=\"\" class=\"u-pc\" width=\"1137\" height=\"173\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_size_2_sp_zh-hant.webp?3\"\n            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    \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    \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        \u003cp class=\"other__pillow__text__sub__title u-sp\"\u003e\n          快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"other__pillow__vimeo\"\u003e\n          \u003cvideo class=\"lozad\" width=\"1920\" height=\"1080\" style=\"aspect-ratio: 1920\/1080\"\n            src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/473c0a16e10948f288655ba4c32ab483.mp4\" preload=\"none\" autoplay loop\n            muted playsinline\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__pillow__text\"\u003e\n          \u003cdiv class=\"other__pillow__text__title\"\u003e\n            \u003cp class=\"other__pillow__text__title__logo\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bathtablet_other_pillow_logo.png\"\n                alt=\"BRAIN SLEEP PILLOW\" width=\"200\" height=\"63\"\u003e\n            \u003c\/p\u003e\n            \u003cp class=\"other__pillow__text__title__name\"\u003e\n              腦眠科技枕\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cp class=\"other__pillow__text__sub__title\"\u003e\n            快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\n          \u003c\/p\u003e\n\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"other__col2\"\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\n        id=\"other__coin\"\u003e\n        \u003cp class=\"other__conforter__text__sub__title u-sp\"\u003e\n          睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n        \u003c\/p\u003e\n        \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n          \u003cimg decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bathtablet_other_coin.jpg\"\n            alt=\"ブレインスリープコイン\" width=\"700\" height=\"700\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n          \u003cdiv\u003e\n            \u003cp class=\"other__col2__item__logo other__col2__item__coin__logo\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bathtablet_other_coin_logo.png\"\n                alt=\"BRAIN SLEEP COIN\" width=\"279\" height=\"86\"\u003e\n            \u003c\/p\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"other__col2__item__flex\"\u003e\n            \u003cp class=\"other__col2__item__flex__desc\"\u003e\n              睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n            \u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\n        id=\"other__conforter\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e採用無重力技術\u003cbr\u003e終極放鬆姿勢×完美分散體壓\u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_other_mattress_premium.webp\"\n            alt=\"\" width=\"1174\" height=\"543\"\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 loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_other_mattress_premium_logo.webp\"\n                alt=\"BRAIN SLEEP MATTRESS PREMIUM FLOAT\" width=\"300\" height=\"94\"\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採用無重力技術\u003cbr\u003e終極放鬆姿勢×完美分散體壓\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_premium_float\"\n              class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n  \u003c\/main\u003e\n\u003c\/div\u003e\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_all.css\"\u003e\n\u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_all.js\"\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 src=\"https:\/\/cdn.jsdelivr.net\/npm\/lozad\/dist\/lozad.min.js\" defer\u003e\u003c\/script\u003e\n\u003cscript\u003ejQuery(function () { const n = lozad(); n.observe() })\u003c\/script\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\u003c\/style\u003e\n\u003cdiv id=\"buy\" name=\"buy\" style=\"display:block\"\u003e\u003c\/div\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":"coin","title":"腦睡眠科技 量測幣","description":"\u003clink fetchpriority=\"high\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_kv_logo_sp.webp\" as=\"image\" rel=\"preload\"\u003e\n\u003cstyle\u003e\n.technology__item__graph__content {\n  height: fit-content!important;\n}\n  .multilingual_annotation {\n    text-align: center;\n    font-size: 16px;\n    padding: 15px;\n    color: #A32135;\n  }\n  #MainContent,\n  html.js {\n    overflow: 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  .lp_area .technology__item__title span {\n    display: block\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 .other__pillow__text__sub__more {\n    color: #fff\n  }\n\n  .lp_area .other__more__btn {\n    color: #fff\n  }\n\n  .lp_area .other__more__btn__black {\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    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  .sleep__info__quality__golden__title,\n  .gradient__ttl {\n    margin: 0\n  }\n\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  .rwlp__wrapper video {\n    height: auto\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 ul {\n    list-style: none\n  }\n\n  .rwlp__wrapper img {\n    border: unset\n  }\n\n  .technology__link__lists {\n    padding: 0 !important\n  }\n\n  body {\n    visibility: visible !important;\n    opacity: 1 !important\n  }\n\n  h1 {\n    margin: 0;\n    padding: 0\n  }\n\n  .u-cf {\n    position: relative\n  }\n\n  .u-cf:after {\n    content: \"\";\n    display: block;\n    clear: both\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  html,\n  body,\n  div,\n  span,\n  iframe,\n  h1,\n  p,\n  img,\n  dl,\n  dd,\n  ul,\n  li,\n  form,\n  label,\n  table,\n  tbody,\n  thead,\n  tr,\n  th,\n  td,\n  header,\n  section,\n  video {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    outline: 0;\n    vertical-align: baseline;\n    background: transparent\n  }\n\n  * {\n    box-sizing: border-box;\n    line-height: 1.5\n  }\n\n  body {\n    overflow-x: hidden\n  }\n\n  body {\n    width: 100%;\n    overflow-x: hidden;\n    background: #fff;\n    font-family: YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", sans-serif;\n    color: #000\n  }\n\n  main {\n    display: block\n  }\n\n  li {\n    list-style-type: none\n  }\n\n  a {\n    display: inline-block;\n    text-decoration: none;\n    color: #000\n  }\n\n  img {\n    vertical-align: bottom;\n    max-width: 100%;\n    height: auto\n  }\n\n  input,\n  button {\n    appearance: none\n  }\n\n  table {\n    border-collapse: collapse;\n    border-spacing: 0;\n    width: 100%\n  }\n\n  h1 {\n    font-weight: normal !important\n  }\n\n  .only_sp {\n    display: none\n  }\n\n  .coin__mv__movie {\n    padding-top: 56.3%;\n    position: relative;\n    width: 100%\n  }\n\n  .coin__mv__movie video {\n    height: 100%;\n    left: 0;\n    position: absolute;\n    top: 0;\n    width: 100%\n  }\n\n  .termina {\n    font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", sans-serif;\n    font-weight: 400\n  }\n\n  @media screen and (max-width:749px) {\n    .only_pc {\n      display: none\n    }\n\n    .only_sp {\n      display: block\n    }\n\n    .coin__mv__movie {\n      padding-top: 133.5vw\n    }\n  }\n\n  @media screen and (min-width:750px) {\n    .rwlp__wrapper {\n      padding-top: 60px\n    }\n  }\n\n  @media screen and (max-width:749px) {\n    .rwlp__wrapper {\n      padding-top: 30px;\n      margin: 0 -20px\n    }\n  }\n\n  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .technology__item__desc__phone__text__desc span {\n    font-size: 14px\n  }\n\n  .coin__mv {\n    position: relative;\n    height: 55vw\n  }\n\n  .coin__mv__bg {\n    position: absolute;\n    left: 0;\n    top: 0;\n    width: 100%\n  }\n\n  .coin__mv__inner {\n    width: 86.5%;\n    height: 100%;\n    margin: 0 auto;\n    position: relative;\n    z-index: 1\n  }\n\n  .coin__mv__wrap {\n    position: absolute;\n    left: 0;\n    bottom: 100px\n  }\n\n  .coin__mv__txt {\n    font-size: 41px;\n    line-height: 1.1;\n    font-feature-settings: \"palt\";\n    margin-bottom: 30px\n  }\n\n  .coin__mv__txt span {\n    font-size: 25px\n  }\n\n  .coin__mv__logo {\n    width: 309px\n  }\n\n  @media screen and (max-width:749px) {\n    .coin__mv {\n      height: 108.7vw\n    }\n\n    .coin__mv__inner {\n      width: calc(100% - 40px)\n    }\n\n    .coin__mv__wrap {\n      bottom: unset;\n      top: 34px\n    }\n\n    .coin__mv__txt {\n      font-size: 5.333vw;\n      margin-bottom: 4.266vw\n    }\n\n    .coin__mv__txt span {\n      font-size: 3.7333vw\n    }\n\n    .coin__mv__logo {\n      width: 34.1333vw\n    }\n  }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n  \u003cmain\u003e\n    \u003csection class=\"coin__mv\" id=\"coin-mv\"\u003e\n      \u003cdiv class=\"coin__mv__bg\"\u003e\n        \u003cpicture\u003e\n          \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_coin_kv_sp.webp\" media=\"(max-width: 767px)\"\u003e\n            \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_coin_kv.webp\" media=\"(min-width: 768px)\"\u003e\n              \u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_coin_kv.webp\" alt=\"\" width=\"2400\" height=\"1354\"\u003e\n              \u003csource\u003e\n              \u003c\/source\u003e\n            \u003c\/source\u003e\n          \u003c\/source\u003e\n        \u003c\/picture\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"coin__mv__inner\"\u003e\n        \u003cdiv class=\"coin__mv__wrap\"\u003e\n          \u003cp class=\"coin__mv__txt\"\u003e測量、改善、儲值\n            \u003cbr\u003e\n            \u003cspan\u003e一顆在手，進化您的睡眠品質。\u003c\/span\u003e\n          \u003c\/p\u003e\n          \u003cdiv class=\"coin__mv__logo\"\u003e\n            \u003cpicture\u003e\n              \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_kv_logo_sp.webp\" media=\"(max-width: 767px)\"\u003e\n                \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_kv_logo.webp\" media=\"(min-width: 768px)\"\u003e\n                  \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_kv_logo.webp\" alt=\"\" width=\"618\" height=\"190\"\u003e\n                  \u003csource\u003e\n                  \u003c\/source\u003e\n                \u003c\/source\u003e\n              \u003c\/source\u003e\n            \u003c\/picture\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"sleep__coin\" id=\"sleep__coin\"\u003e\n      \u003cdiv class=\"sleep__coin__text animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cp class=\"sleep__coin__text__desc fadeInUpShort animated\"\u003e以睡眠研究累積的資料為基礎，研發出獨家的測量演算法。\u003cbr\u003e能夠根據您的律動做個人分析。\u003cbr\u003e提升睡眠品質的同時，將您的睡眠轉變為代幣，並可利用在各種促銷及優惠上。\u003cbr\u003e是一款提供嶄新睡眠體驗的裝置與程式。\u003c\/p\u003e\n        \u003cdiv class=\"sleep__coin__text__movie only_sp\"\u003e\n          \u003cdiv class=\"sleep__coin__text__movie__iframe\"\u003e\n            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cvideo class=\"only_sp lozad\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4e3eb69b7cd8442481cd4569980827ad.mp4\"\u003e\n            \u003c\/video\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"sleep__coin__text__absolute fadeInUpShort animated\"\u003e您所不知道的，\u003cbr\u003e讓量測幣在您就寢時，\u003cbr\u003e幫您逐一解開。\u003c\/p\u003e\n        \u003cdiv class=\"sleep__coin__text__movie only_pc\"\u003e\n          \u003cdiv class=\"sleep__coin__text__movie__iframe\"\u003e\n            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cvideo class=\"only_pc lozad\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/05d4d0dbebb547d3af0ecbd5d64cbae4.mp4\"\u003e\n            \u003c\/video\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sleep__coin__app\"\u003e\n        \u003cdiv class=\"sleep__coin__app__conteiner\"\u003e\n          \u003cdiv class=\"sleep__coin__app__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"sleep__coin__app__item__img fadeInUpShort animated\"\u003e\n              \u003cdiv class=\"sleep__coin__app__item__img__coin\"\u003e\n                \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_sleep__coin__product.webp\" alt=\"\" width=\"332\" height=\"332\"\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sleep__coin__app__item__text fadeInUpShort animated\"\u003e\n              \u003cp class=\"sleep__coin__app__item__text__name only_sp\"\u003eBRAIN SLEEP COIN（裝置）\u003c\/p\u003e\n              \u003cp class=\"sleep__coin__app__item__text__price only_sp\"\u003e\n                \u003cspan\u003e￥8,800\u003c\/span\u003e（含稅）\u003c\/p\u003e\n              \u003ch3 class=\"sleep__coin__app__item__text__title only_pc\"\u003e\n                \u003cspan\u003eBRAIN SLEEP COIN\u003c\/span\u003e（裝置）\u003c\/h3\u003e\n              \u003cp class=\"sleep__coin__app__item__text__desc\"\u003e前所未有的高性能睡眠解析。能測量您個人的睡眠。小夾子狀的舒適配戴感。一個鈕扣式電池，就能使用約6個月的節能設計。\u003c\/p\u003e\n              \u003cp class=\"sleep__coin__app__item__text__border\"\u003e測量項目：\u003cbr\u003e個人化的睡眠階段(律動)\/鼾聲(環境音)的錄音・解析\/睡眠時的姿勢\/床內溫度的測量\u003c\/p\u003e\n              \u003cp class=\"sleep__coin__app__item__text__name only_pc\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n              \u003cp class=\"sleep__coin__app__item__text__price only_pc\"\u003e\n                \u003cspan\u003e￥8,800\u003c\/span\u003e（含稅）\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"sleep__coin__app__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"sleep__coin__app__item__img fadeInUpShort animated\"\u003e\n              \u003cdiv class=\"sleep__coin__app__item__img__app\"\u003e\n                \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_sleep__coin__app.webp\" alt=\"\" width=\"210\" height=\"414\"\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sleep__coin__app__item__text fadeInUpShort animated\"\u003e\n              \u003cp class=\"sleep__coin__app__item__text__name only_sp\"\u003eBRAIN SLEEP COIN（程式）\u003c\/p\u003e\n              \u003ch3 class=\"sleep__coin__app__item__text__title only_pc\"\u003e\n                \u003cspan\u003eBRAIN SLEEP COIN\u003c\/span\u003e（程式）\u003c\/h3\u003e\n              \u003cp class=\"sleep__coin__app__item__text__price\"\u003e\n                \u003cspan\u003e免費\u003c\/span\u003e（無應用程式內收費）\u003c\/p\u003e\n              \u003cp class=\"sleep__coin__app__item__text__desc\"\u003e睡眠測量應用程式。內容將透過軟體更新進行追加。\u003c\/p\u003e\n              \u003cp class=\"sleep__coin__app__item__text__border\"\u003e計測項目(測量項目(僅限軟體)：\u003cbr\u003e睡眠階段(律動)\/鼾聲(環境音)錄音・解析\u003c\/p\u003e\n              \u003cdiv class=\"sleep__coin__app__item__text__dl\"\u003e\n                \u003ca href=\"https:\/\/apps.apple.com\/app\/apple-store\/id1610963810?pt=123906348\u0026ct=store_owned\u0026mt=8\" class=\"sleep__coin__app__item__text__dl__apple\" target=\"_blank\"\u003e\n                  \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_get_apple.webp\" alt=\"App Storeからダウンロード\" width=\"131\" height=\"48\"\u003e\n                \u003c\/a\u003e\n                \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.brain_sleep.sleepCoin\u0026referrer=utm_source%3Dstore_owned%26utm_medium%3Dreferral%26utm_campaign%3Dsleepcoin_app\" class=\"sleep__coin__app__item__text__dl__google\" target=\"_blank\"\u003e\n                  \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_get_google_sp.webp\" alt=\"Google Playで手に入れよう\" width=\"163\" height=\"49\"\u003e\n                \u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"sleep__coin__app__item__text__attention\"\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 js-box\" 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\u003eTECHNOLOGY\u003c\/span\u003e專利科技\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            \u003ca href=\"#intelligence\"\u003e\n              \u003cdiv class=\"technology__link__lists__img\"\u003e\n                \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_link_img01.webp\" alt=\"\" width=\"396\" height=\"365\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__link__lists__text\"\u003e\n                \u003ch3 class=\"technology__link__lists__text__title\"\u003e\n                  \u003cspan\u003e01\u003c\/span\u003e測量\u003c\/h3\u003e\n                \u003ch3 class=\"technology__link__lists__text__desc\"\u003e前所未有的\u003cbr\u003e高性能睡眠分析\u003c\/h3\u003e\n              \u003c\/div\u003e\n            \u003c\/a\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n            \u003ca href=\"#harmony\"\u003e\n              \u003cdiv class=\"technology__link__lists__img\"\u003e\n                \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_link_img02_2.webp?2\" alt=\"\" width=\"790\" height=\"728\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__link__lists__text\"\u003e\n                \u003ch3 class=\"technology__link__lists__text__title\"\u003e\n                  \u003cspan\u003e02\u003c\/span\u003e改善\u003c\/h3\u003e\n                \u003ch3 class=\"technology__link__lists__text__desc\"\u003e提供量身打造的\u003cbr\u003e睡眠改善方案\u003c\/h3\u003e\n              \u003c\/div\u003e\n            \u003c\/a\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n            \u003ca href=\"#money\"\u003e\n              \u003cdiv class=\"technology__link__lists__img\"\u003e\n                \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_link_img03.webp\" alt=\"\" width=\"396\" height=\"365\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__link__lists__text\"\u003e\n                \u003ch3 class=\"technology__link__lists__text__title\"\u003e\n                  \u003cspan\u003e03\u003c\/span\u003e儲值\u003c\/h3\u003e\n                \u003ch3 class=\"technology__link__lists__text__desc\"\u003e就寢時\u003cbr\u003e能夠累積代幣\u003c\/h3\u003e\n              \u003c\/div\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=\"intelligence\"\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\u003eMeasuring sleep\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 change_sp fadeInUpShort animated\"\u003e\n            \u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_img_intelligence_model.webp\" alt=\"\" class=\"only_pc lozad\" width=\"814\" height=\"458\"\u003e\n            \u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_img_intelligence_model_sp.webp\" alt=\"\" class=\"only_sp lozad\" width=\"395\" height=\"395\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__title\"\u003e測量\u003c\/h3\u003e\n            \u003ch4 class=\"technology__item__desc__text__subtitle\"\u003e前所未有的\u003cbr\u003e高精準度睡眠狀態分析\u003c\/h4\u003e\n            \u003cp class=\"technology__item__desc__text__desc\"\u003e以睡眠研究為基礎，收錄獨家研發的演算法，並應用睡眠研究所使用的技術。一目了然地揭開目前為止的測量設備中未能看見的睡眠階段(睡眠深度)、睡姿、鼾聲\/環境音、床內溫度(棉被內的溫度)。\u003c\/p\u003e\n            \u003cdiv class=\"technology__item__desc__text__ai\"\u003e\n              \u003ch5 class=\"technology__item__desc__text__ai__title fadeInUpShort animated\"\u003e睡眠研究×\n                \u003cspan class=\"termina\"\u003eAI\u003c\/span\u003e高度演算法\u003c\/h5\u003e\n              \u003cul class=\"technology__item__desc__text__ai__lists fadeInUpShort animated\"\u003e\n                \u003cli class=\"technology__item__desc__text__ai__lists__item\"\u003e\n                  \u003cdiv class=\"technology__item__desc__text__ai__lists__item__img stage\"\u003e\n                    \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_ai_stage.webp\" alt=\"\" width=\"48\" height=\"35\"\u003e\n                  \u003c\/div\u003e\n                  \u003cp class=\"technology__item__desc__text__ai__lists__item__title\"\u003e睡眠階段\u003c\/p\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"technology__item__desc__text__ai__lists__item\"\u003e\n                  \u003cdiv class=\"technology__item__desc__text__ai__lists__item__img zzz\"\u003e\n                    \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_ai_zzz.webp\" alt=\"\" width=\"39\" height=\"39\"\u003e\n                  \u003c\/div\u003e\n                  \u003cp class=\"technology__item__desc__text__ai__lists__item__title\"\u003e鼾聲\/環境音\u003c\/p\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"technology__item__desc__text__ai__lists__item\"\u003e\n                  \u003cdiv class=\"technology__item__desc__text__ai__lists__item__img form\"\u003e\n                    \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_ai_form.webp\" alt=\"\" width=\"49\" height=\"25\"\u003e\n                  \u003c\/div\u003e\n                  \u003cp class=\"technology__item__desc__text__ai__lists__item__title\"\u003e睡姿\u003c\/p\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"technology__item__desc__text__ai__lists__item\"\u003e\n                  \u003cdiv class=\"technology__item__desc__text__ai__lists__item__img temperature\"\u003e\n                    \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_ai_temperature.webp\" alt=\"\" width=\"46\" height=\"34\"\u003e\n                  \u003c\/div\u003e\n                  \u003cp class=\"technology__item__desc__text__ai__lists__item__title\"\u003e床內溫度\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\/div\u003e\n      \u003cdiv class=\"technology__item__app\"\u003e\n        \u003cdiv class=\"technology__item__app__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__app__item__img fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cvideo autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" preload=\"none\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8461857e00ae4e58835aaa9fe7c82ba7.mp4\"\u003e\n            \u003c\/video\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__app__item__text fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__app__item__text__title\"\u003e『睡眠的深度』視覺化\u003c\/h3\u003e\n            \u003cp class=\"technology__item__app__item__text__desc\"\u003e獨家的判斷睡眠階段演算法和感應器，能夠分類成4種層次的睡眠階段【清醒狀態】【快速眼動睡眠】【淺層睡眠】【深層睡眠】，並且可將其時間視覺化。能夠因為了解您在甚麼時候睡醒、擁有多少深層睡眠等狀態下，協助製作出對您來說最適合的睡眠節奏。\u003c\/p\u003e\n            \u003cdiv class=\"technology__item__app__item__text__coin\"\u003e\n              \u003cdiv class=\"technology__item__app__item__text__coin__img\"\u003e\n                \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_app_coin.webp\" alt=\"\" width=\"36\" height=\"46\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"technology__item__app__item__text__coin__text\"\u003e使用睡眠量測幣(裝置)能夠更精準測量。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__app__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__app__item__img fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cvideo autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" preload=\"none\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/6ccd7417c298414382abc6a063682b20.mp4\"\u003e\n            \u003c\/video\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__app__item__text fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__app__item__text__title\"\u003e根據睡眠效率等數值\n              \u003cbr\u003e進行\n              \u003cspan class=\"kakko\"\u003e『\u003c\/span\u003e睡眠分數\n              \u003cspan class=\"space\"\u003e』\u003c\/span\u003e的評比\u003c\/h3\u003e\n            \u003cp class=\"technology__item__app__item__text__desc\"\u003e將會根據您的睡眠時間、睡眠效率、其他的睡眠狀態等等分析您的睡眠並進行分數評比。根據每天的測量，能了解您每週、每月睡眠狀態的變化。讓我們奪下高分吧！\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__app__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__app__item__img fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cvideo autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" preload=\"none\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7718a704d9a240d7ba482594dda27c24.mp4\"\u003e\n            \u003c\/video\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__app__item__text fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__app__item__text__title\"\u003e將自己無法察覺的\n              \u003cbr\u003e\n              \u003cspan class=\"kakko\"\u003e『\u003c\/span\u003e鼾聲\/環境音視覺化・錄音\n              \u003cspan class=\"space\"\u003e』\u003c\/span\u003e\n            \u003c\/h3\u003e\n            \u003cp class=\"technology__item__app__item__text__desc\"\u003e通常在睡眠中幾乎會意識不到自己的鼾聲，透過這個軟體程式，可以簡單地測量並且將其視覺化。哪個時間、持續多久、鼾聲的大小等進行分析。\u003cbr\u003e進一步，透過AI進行聲音分析，可將鼾聲與環境音分開錄音。\u003cbr\u003e並且能依照鼾聲的大小進行排序，讓自己也可以撥放來聽。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__app__item img animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__app__item__img fadeInUpShort animated\"\u003e\n            \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_app_direction.webp\" alt=\"\" width=\"303\" height=\"600\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__app__item__text fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__app__item__text__title\"\u003e其實我們不知道\u003cbr\u003e最適合自己的就寢方向是？\u003c\/h3\u003e\n            \u003cp class=\"technology__item__app__item__text__desc\"\u003e您是【仰睡】【趴睡】【側躺】中的哪種睡姿呢？\u003cbr\u003e將睡眠階段重疊檢視，能夠確認您進入深層睡眠時的狀態是哪一種睡姿。\u003cbr\u003e另一方面，有打鼾困擾的您，也能確認哪一種睡姿的鼾聲最小。這應該能成為您了解更優質睡眠提示的契機。\u003c\/p\u003e\n            \u003cdiv class=\"technology__item__app__item__text__coin\"\u003e\n              \u003cdiv class=\"technology__item__app__item__text__coin__img\"\u003e\n                \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_app_coin.webp\" alt=\"\" width=\"36\" height=\"46\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"technology__item__app__item__text__coin__text\"\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 technology__item__inner__bottom\"\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            \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n            \u003c\/div\u003e\n            \u003cvideo autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" preload=\"none\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/04f2a91fbb3a42999e596df7ac1181a1.mp4\"\u003e\n            \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根據翻身的次數\u003cbr\u003e測量身體的狀態\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e翻身是攸關『睡眠狀態』『身體狀態』等重大的因素。使用不合適的床墊、枕頭等，可能會使翻身次數變得極端缺乏。\u003c\/p\u003e\n              \u003cdiv class=\"technology__item__app__item__text__coin\" style=\"height: auto;\"\u003e\n                \u003cdiv class=\"technology__item__app__item__text__coin__img\"\u003e\n                  \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_app_coin.webp\" alt=\"\" width=\"36\" height=\"46\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"technology__item__app__item__text__coin__text\"\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__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img temperature fadeInUpShort animated\"\u003e\n            \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_img_temperature_model.webp\" alt=\"\" width=\"814\" height=\"458\"\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影響您睡眠的\u003cbr\u003e『床內溫度測量』\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e好熱！好冷！在這樣的睡眠途中醒來的經驗，大家都有過吧？控制睡眠時的「床內溫度」非常重要。把握您睡眠時的溫度，根據四季進行溫控，協助您調整成最舒適的睡眠環境。\u003c\/p\u003e\n              \u003cdiv class=\"technology__item__app__item__text__coin\" style=\"height: auto;\"\u003e\n                \u003cdiv class=\"technology__item__app__item__text__coin__img\"\u003e\n                  \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_app_coin.webp\" alt=\"\" width=\"36\" height=\"46\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"technology__item__app__item__text__coin__text\"\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__attach__inner\"\u003e\n        \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003ch3 class=\"technology__item__title fadeInUpShort animated\"\u003e配戴方式\u003c\/h3\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__attach\"\u003e\n          \u003cdiv class=\"technology__item__attach__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__attach__item__img fadeInUpShort animated\"\u003e\n              \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_attach_waist_model.webp\" alt=\"\" width=\"486\" height=\"273\"\u003e\n            \u003c\/div\u003e\n            \u003ch4 class=\"technology__item__attach__title fadeInUpShort animated\"\u003e配戴在腰部\u003cbr\u003e不直接接觸肌膚，超舒適\u003c\/h4\u003e\n            \u003cp class=\"technology__item__attach__desc fadeInUpShort animated\"\u003e孩童也能輕易配戴，是不易脫落的夾子型態。\u003cbr\u003e夾子由矽氧樹脂製成的部分很柔軟，睡眠中也不會造成壓力。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__attach__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__attach__item__img fadeInUpShort animated\"\u003e\n              \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_attach_child_model.webp?1\" alt=\"\" width=\"486\" height=\"273\"\u003e\n            \u003c\/div\u003e\n            \u003ch4 class=\"technology__item__attach__title fadeInUpShort animated\"\u003e除了成人使用之外\u003cbr\u003e也能夠測量孩童的睡眠紀錄\u003c\/h4\u003e\n            \u003cp class=\"technology__item__attach__desc fadeInUpShort animated\"\u003e不只是成人有睡眠問題，孩童一樣有各式各樣的困擾。孩童的熬夜生活、睡眠時間減少，會影響日常生活中的狀態。把握孩童正確的睡眠，能有助於日常生活。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"harmony\"\u003e\n      \u003cdiv class=\"technology__item__inner harmony\"\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\u003eSupporting a good sleep\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 class=\"lozad u-pc\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_img_harmony_2_model.webp?3\" alt=\"\" width=\"814\" height=\"458\"\u003e\n            \u003cimg class=\"lozad u-sp\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_img_harmony_2_model_sp.webp?3\" alt=\"\" width=\"686\" height=\"392\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__title\"\u003e改善\u003c\/h3\u003e\n            \u003ch4 class=\"technology__item__desc__text__subtitle\"\u003e適合您的\u003cbr\u003e建議\u003c\/h4\u003e\n            \u003cp class=\"technology__item__desc__text__desc\"\u003e根據您的睡眠狀態來判斷問題點，進而提供睡眠改善的建議。根據每天的睡眠狀態進行改善提案，協助您有更好的睡眠。\u003c\/p\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__phone fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__phone__text\"\u003e\n              \u003cp class=\"technology__item__desc__phone__text__title\"\u003efor Sleep\u003c\/p\u003e\n              \u003cdiv class=\"technology__item__desc__text__phone only_sp fade_sp\"\u003e\n                \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_text_phone.webp\" alt=\"\" width=\"248\" height=\"491\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"technology__item__desc__phone__text__subtitle fade_sp\"\u003e引導舒適入眠\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__phone__text__desc fade_sp\"\u003e下雨聲、營火聲等音波，和avex※聯名的安穩入眠音樂引導您平靜放鬆入眠。\u003cbr\u003e溫和的音樂能有效產生α波，就寢前聆聽安穩的音樂能使大腦進入休眠狀態，並連結質量較好睡眠。\n                \u003cbr\u003e\n                \u003cspan\u003e※avex・business・development株式會社\u003c\/span\u003e\n              \u003c\/p\u003e\n              \u003cdiv class=\"technology__item__desc__phone__text__img fade_sp\"\u003e\n                \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n                \u003c\/div\u003e\n                \u003cvideo controls=\"controls\" playsinline=\"\" preload=\"none\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/844e6d8026c1408e99547ef061cfc0d4.mp4\"\u003e\n                \u003c\/video\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"technology__item__desc__phone__text__end fade_sp\"\u003e請享受聲音樣本。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text phone__img only_pc fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__phone\"\u003e\n              \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_text_phone.webp\" alt=\"\" width=\"264\" height=\"523\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__inner harmony_2\"\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 class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_img_harmony02_model.webp\" alt=\"\" width=\"814\" height=\"458\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\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__phone fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__phone__text\"\u003e\n              \u003cp class=\"technology__item__desc__phone__text__title\"\u003efor Awake\u003c\/p\u003e\n              \u003cdiv class=\"technology__item__desc__text__phone only_sp fade_sp\"\u003e\n                \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_text_phone02.webp\" alt=\"\" width=\"248\" height=\"491\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"technology__item__desc__phone__text__subtitle fade_sp\"\u003e引導舒適起床\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__phone__text__desc fade_sp\"\u003e分析起床時的睡眠律動，在最淺眠的睡眠狀態下和avex※聯名的舒適起床音樂引導您舒服的起床。在淺眠狀態下起床的話，就算睡眠時間較短，也能有熟睡、早晨清爽睡醒的實際感受。\n\n                \u003cbr\u003e\n                \u003cspan\u003e※avex・business・development株式會社\u003c\/span\u003e\n              \u003c\/p\u003e\n              \u003cdiv class=\"technology__item__desc__phone__text__img fade_sp\"\u003e\n                \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n                \u003c\/div\u003e\n                \u003cvideo controls=\"controls\" playsinline=\"\" preload=\"none\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b85f89244e0d428ea5170c16ad95a39a.mp4\"\u003e\n                \u003c\/video\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"technology__item__desc__phone__text__end fade_sp\"\u003e請享受聲音樣本。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text phone__img only_pc fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__phone\"\u003e\n              \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_text_phone02.webp\" alt=\"\" width=\"264\" height=\"523\"\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=\"money\"\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\u003eEarning while you sleep\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 change_sp fadeInUpShort animated\"\u003e\n            \u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_img_money.webp\" alt=\"\" class=\"only_pc lozad\" width=\"814\" height=\"458\"\u003e\n            \u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_img_money_sp.webp\" alt=\"\" class=\"only_sp lozad\" width=\"355\" height=\"356\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"technology__item__desc__text__title\"\u003e儲值\u003c\/h3\u003e\n            \u003ch4 class=\"technology__item__desc__text__subtitle\"\u003e就寢時能夠累積代幣\u003c\/h4\u003e\n            \u003cp class=\"technology__item__desc__text__desc\"\u003e您的睡眠狀態和更優質的睡眠習慣將轉化為睡眠代幣。\u003c\/p\u003e\n            \u003cdiv class=\"technology__item__desc__text__money\"\u003e\n              \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_money_circle.webp\" alt=\"\" width=\"265\" height=\"268\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc stock animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n            \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_img_money_stock.webp\" alt=\"\" width=\"814\" height=\"403\"\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累積的睡眠代幣能夠\u003cbr\u003e兌換成商品或優惠券\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e睡眠代幣可以兌換腦眠科技的商品優惠券、APP內的音樂、APP內的抽獎等優惠的禮券和特惠。隨時都會更新商品優惠券和特惠等項目。\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=\"howtouse__title\" id=\"howtouse\"\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\u003eHOW TO USE\u003c\/span\u003e使用方式\u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"howtouse\" id=\"howtouse_list\"\u003e\n      \u003cdiv class=\"howtouse__inner\"\u003e\n        \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003ch2 class=\"howtouse__title fadeInUpShort animated\"\u003e舒適的睡眠從入眠到起床\u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003col class=\"howtouse__lists animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003cli class=\"howtouse__lists__item fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"howtouse__lists__item__title\"\u003e\n              \u003cspan\u003e01\u003c\/span\u003e配戴腦眠量測幣\u003c\/h3\u003e\n            \u003cdiv class=\"howtouse__lists__item__img\"\u003e\n              \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_howtouse_img01_model.webp\" alt=\"\" width=\"576\" height=\"324\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"howtouse__lists__item fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"howtouse__lists__item__title\"\u003e\n              \u003cspan\u003e02\u003c\/span\u003e選定起床時間、\u003cbr class=\"u-pc\"\u003e放鬆音效\u003c\/h3\u003e\n            \u003cdiv class=\"howtouse__lists__item__img\"\u003e\n              \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_howtouse_img02_model.webp\" alt=\"\" width=\"576\" height=\"324\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"howtouse__lists__item fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"howtouse__lists__item__title\"\u003e\n              \u003cspan\u003e03\u003c\/span\u003e被舒服的音效包覆\u003cbr class=\"u-pc\"\u003e進入舒適的睡眠\u003c\/h3\u003e\n            \u003cdiv class=\"howtouse__lists__item__img\"\u003e\n              \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_howtouse_img03_model.webp\" alt=\"\" width=\"576\" height=\"324\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n          \u003cli class=\"howtouse__lists__item fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"howtouse__lists__item__title\"\u003e\n              \u003cspan\u003e04\u003c\/span\u003e判定睡眠進入較淺狀態\u003cbr class=\"u-pc\"\u003e播放起床音樂\u003c\/h3\u003e\n            \u003cdiv class=\"howtouse__lists__item__img\"\u003e\n              \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_howtouse_img04_model.webp\" alt=\"\" width=\"576\" height=\"324\"\u003e\n            \u003c\/div\u003e\n          \u003c\/li\u003e\n        \u003c\/ol\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\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    \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 only_sp\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\u003c\/h3\u003e\n        \u003cdiv class=\"other__pillow__vimeo\"\u003e\n          \u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\n          \u003c\/div\u003e\n          \u003cvideo autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/38b04c390a3141c68d5e4791e8a2b626.mp4\"\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 class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_other_pillow_logo.webp\" alt=\"BRAIN SLEEP PILLOW\" width=\"207\" height=\"65\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__pillow__text__title__name\"\u003e腦眠科技枕\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"other__pillow__text__sub__title\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\u003c\/h3\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"other__col2\"\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__mattress\"\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 class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_other_mattress.webp\" alt=\"\" width=\"561\" height=\"211\"\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 class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_other_mattress_logo.webp\" alt=\"BRAIN SLEEP FLOAT\" width=\"300\" height=\"105\"\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姿勢×核心體溫調節\u003cbr\u003e使明天的身體更輕盈\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_float\" 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四季通用控溫\u003cbr\u003e一條在手舒適擁有\u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__img\"\u003e\n          \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_other_conforter.webp\" 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 class=\"lozad\" data-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\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四季通用控溫\u003cbr\u003e一條在手舒適擁有\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/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    \u003csection class=\"possibility animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"possibility\"\u003e\n      \u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_possibility_img_model.webp\" alt=\"AWAKEN YOUR POSSIBILITY\" class=\"only_pc fadeInUpShort animated lozad\" width=\"1400\" height=\"715\"\u003e\n      \u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_possibility_img_model_sp.webp\" alt=\"AWAKEN YOUR POSSIBILITY\" class=\"only_sp fadeInUpShort animated lozad\" width=\"375\" height=\"374\"\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__title js-box\" id=\"spec\"\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\u003eSPEC\u003c\/span\u003e樣式\u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__content\" id=\"spec_content\"\u003e\n      \u003cdiv class=\"spec__content__inner animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" style=\"padding: 164px 6.7142857142857vw 250px;\"\u003e\n        \u003cdiv class=\"spec__content__image\"\u003e\n          \u003cdiv class=\"spec__content__image__body fadeInUpShort animated\"\u003e\n            \u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_spec_body.webp\" alt=\"本体\" class=\"only_pc lozad\" width=\"234\" height=\"291\"\u003e\n            \u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_spec_body_sp.webp\" alt=\"本体\" class=\"only_sp lozad\" width=\"276\" height=\"189\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"spec__content__image__cover fadeInUpShort animated\"\u003e\n            \u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_spec_cover.webp?1\" alt=\"カバー装着時\" class=\"only_pc lozad\" width=\"320\" height=\"338\"\u003e\n            \u003cimg data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_spec_cover_sp.webp?1\" alt=\"カバー装着時\" class=\"only_sp lozad\" width=\"276\" height=\"306\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec__content__text fadeInUpShort animated\"\u003e\n          \u003cp class=\"spec__content__text__item\"\u003e■裝置\u003cbr\u003e・本體 7g 夾子11g\u003cbr\u003e・材質\u003cbr\u003e・本體：ABS樹脂・PC（聚碳酸脂）\u003cbr\u003e・夾子：矽氧樹脂・不鏽鋼\u003cbr\u003e・鈕扣電池：CR2032\u003cbr\u003e・使用藍芽連接\u003c\/p\u003e\n          \u003cp class=\"spec__content__text__item\"\u003e■APP\u003cbr\u003e・適用iOS\/Android\u003cbr\u003e・適用iO15以及之後的版本\u003cbr\u003e・適用Android12以及之後的版本\u003cbr\u003e\u003cbr\u003e※如果您使用的慧型手機終端的製造商支援已經結束，則無法保證其能正常運作。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"faq js-box\" id=\"faq\"\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\u003eFAQ\u003c\/span\u003e常見問題\u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch3 class=\"faq__category fadeInUpShort animated\"\u003e關於APP\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003eAPP是免費的嗎?\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003eAPP是免費的。\u003cbr\u003e未來可能會更新追加付費項目，目前提供給大家的APP功能中，付費項目以及目前免費但未來變為付費的項目，皆不存在，請大家放心。若是繼續使用，也不會收取月費。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e需要電信費嗎?\u003c\/h4\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          \u003ch4 class=\"faq__item__question\"\u003e使用APP時會消耗多少手機電量?\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e使用腦眠科技量測幣測量睡眠時，根據手機的電池狀況不同，估計1晚花費電量約40-50%。\u003cbr\u003e推薦您一邊使用一邊充電。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003eiPhone〇〇也能使用嗎?\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e使用的手機版本為以下則能對應，不分機種。\u003cbr\u003e・iOS15及之後的版本\u003cbr\u003e・Android12及之後的版本\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e一日內能測量多次嗎?\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e1日測量1次為單位。發生2次測量時，會保留以第1次的測量結果。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e自己以外的人士若有打呼聲，要如何測量?\u003c\/h4\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          \u003ch4 class=\"faq__item__question\"\u003e有貪睡功能嗎?\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e起床鬧鐘的貪睡功能在APP內的鬧鐘設定可以調整。另外，欲使用您手機內的鬧鐘功能的話，請將APP內的鬧鐘功能設定為OFF，則可使用。(若是使用您手機的鬧鐘，則需要在您起床時，將APP打開並停止測量)\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e和衛生管理APP有合作嗎?\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e現在並未與健康管理APP有合作資料。\u003cbr\u003e未來的更新中，可能會在腦眠量測幣內利用與健康管理APP連結的數據，並進一步進行更新。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003ch3 class=\"faq__category fadeInUpShort animated fadeInUpShort animated u-mt-64\"\u003e量測幣的使用方法\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e單使用腦眠科技 量測幣可以測量嗎?\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e本產品使用APP進行測量，APP和裝置都需要使用才能進行。若只有量測幣裝置則無法測量。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e1個量測幣能測量2個人的紀錄嗎?\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e1個量測幣能共給2個人使用。需要2位各自下載APP程式。APP上的串聯能夠隨時解除，解除串聯之後，就可以用另一個APP進行登錄。1個量測幣就可以使用在不同的2位身上。因此使用時以1人為單位，不可2位同時進行。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e購入2個睡眠量測幣供2人使用，能夠在1個APP內同時查看資料嗎?\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              每個睡眠量測幣支援一個APP應用程式。\u003cbr\u003e\n              因此，無法在一個APP中查看2個睡眠量測幣（2個人）的數據。另外，每天只能記錄1次睡眠數據。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e能夠使用在連身裙上嗎?\u003c\/h4\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          \u003ch4 class=\"faq__item__question\"\u003e本體的電池要如何更換?\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e不需要螺絲起子等工具，用手即可更換。\u003cbr\u003e詳情請閱讀購買後附加的產品說明書。\u003cbr\u003e電池：CR2032錢幣型電池(3V)\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e電池的壽命多長?\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e根據您使用的環境和頻率，大約可使用4~6個月。\u003cbr\u003e※初期附贈的電池為試用型電池，有電量上的個別差異。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e手機放在另一個房間也能使用嗎?\u003c\/h4\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        \u003ch3 class=\"faq__category fadeInUpShort animated u-mt-64\"\u003e使用後的疑問\u003c\/h3\u003e\n        \u003cp class=\"faq__category__sub fadeInUpShort animated\"\u003e兩OS共通疑問\u003c\/p\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e不清楚到哪裡諮詢\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請聯繫下方的表單\n              \u003cbr\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/pages\/shop-contact\"\u003ehttps:\/\/brain-sleep.com\/zh-hant\/pages\/shop-contact\u003c\/a\u003e\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e不清楚如何更新APP\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e非常抱歉，更新的方法如下\n              \u003cbr\u003eiOS\n              \u003cbr\u003e\n              \u003ca href=\"https:\/\/support.apple.com\/ja-jp\/HT202180\"\u003ehttps:\/\/support.apple.com\/ja-jp\/HT202180\u003c\/a\u003e\n              \u003cbr\u003eAndroid\n              \u003cbr\u003e\n              \u003ca href=\"https:\/\/support.google.com\/googleplay\/answer\/113412?hl=ja\"\u003ehttps:\/\/support.google.com\/googleplay\/answer\/113412?hl=ja\u003c\/a\u003e\n              \u003cbr\u003e請至官方規則中確認\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e連接不到量測幣本體\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請確認連接設備的藍芽是否為ON。\u003cbr\u003e若不能使用藍芽，請確認連接設備的設定「位置情報為ON」(※Android的位置情報若不為ON則無法使用藍芽)\u003cbr\u003e另外，因為只能透過APP進行連接，所以如果嘗試直接從手機進行藍牙連接，則無法適用。\u003cbr\u003e若上記的狀況無法解決，非常抱歉，請將量測幣的電池先拔掉，再置入一次。電池拔掉會重新啟動，重新啟動時會有紅色的亮燈。若是紅燈未亮，請替換電池。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e按下開始鍵卻沒有反應\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請卸載APP裝置，再重新下載一次。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"faq__category__sub fadeInUpShort animated\"\u003eAndoroid系統的使用方式\u003c\/p\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e按下開始鍵卻沒有反應\u003c\/h4\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請卸載APP裝置，再重新下載一次。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch4 class=\"faq__item__question\"\u003e「按下同意鍵後，沒跳出進入下一頁的按鈕」\u003c\/h4\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\/main\u003e\n  \u003clink href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_all.css\" onload=\"this.media='all'\" media=\"print\" rel=\"stylesheet\"\u003e\n  \u003cstyle\u003e\n    body.typesquare_option {\n      font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif\n    }\n    .typesquare_option:not(.revico-modal),\n    body {\n      visibility: visible !important;\n      opacity: 1 !important\n    }\n  \u003c\/style\u003e\n  \u003cscript defer src=\"https:\/\/cdn.jsdelivr.net\/npm\/lozad\/dist\/lozad.min.js\"\u003e\u003c\/script\u003e\n  \u003cscript\u003e\n  jQuery(function () { const n = lozad(); n.observe() })\n  \u003c\/script\u003e\n  \u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_all.js\" defer\u003e\u003c\/script\u003e\n  \u003cdiv id=\"buy\" name=\"buy\" style=\"display: block;\"\u003e\n  \u003c\/div\u003e\n\u003c\/div\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"ブルー","offer_id":45421482508510,"sku":"T0001S1-FRBL","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"アイボリー","offer_id":45421482475742,"sku":"T0001S1-FRVY","price":8800.0,"currency_code":"JPY","in_stock":true},{"title":"グレー","offer_id":45421482541278,"sku":"T0001S1-FRGY","price":8800.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_sleepcoin_ivory_c793f1d5-fa17-4b9b-8bd8-187d674532eb.webp?v=1731914985"},{"product_id":"mattress_plus_float","title":"腦眠科技床墊 加倍釋壓版","description":"\u003clink rel=\"preload\" as=\"image\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_logo_sp.webp\"\n  fetchpriority=\"high\"\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  \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.technology__item__graph__content {\n  height: fit-content!important;\n}\n    .multilingual_annotation {\n    text-align: center;\n    font-size: 16px;\n    padding: 15px;\n    color: #A32135;\n  }\n  #MainContent,\n  html.js {\n    overflow: visible !important\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 .thumbnail {\n    position: relative;\n    cursor: unset\n  }\n\n  .rwlp__wrapper .thumbnail:hover {\n    opacity: 1\n  }\n\n  .rwlp__wrapper ul {\n    padding-left: 0\n  }\n\n  .rwlp__wrapper li {\n    list-style: none\n  }\n\n  img {\n    border: unset !important\n  }\n\n  .other__pillow__text__sub__more {\n    color: #fff !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  .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 {\n    *zoom: 1\n  }\n\n  .u-cf:after {\n    display: table;\n    clear: both;\n    content: \"\"\n  }\n\n  .u-mt-32 {\n    margin-top: 32px !important\n  }\n\n  .u-termina {\n    font-family: termina, sans-serif\n  }\n\n  html,\n  body,\n  div,\n  span,\n  iframe,\n  h1,\n  h3,\n  p,\n  img,\n  ul,\n  li,\n  header,\n  section,\n  video {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    outline: 0;\n    vertical-align: baseline;\n    background: transparent\n  }\n\n  * {\n    box-sizing: border-box;\n    line-height: 1.5\n  }\n\n  body {\n    width: 100%;\n    background: #fff;\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n    color: #000\n  }\n\n  main {\n    display: block\n  }\n\n  li {\n    list-style-type: none\n  }\n\n  a {\n    display: inline-block;\n    text-decoration: none;\n    color: #000\n  }\n\n  video,\n  img {\n    vertical-align: bottom;\n    max-width: 100%;\n    height: auto\n  }\n\n  h1,\n  h3 {\n    font-weight: normal !important\n  }\n\n  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .only_sp {\n    display: none !important\n  }\n\n  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .mv {\n    margin-top: 0\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  .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-32 {\n    margin-top: 32px !important\n  }\n\n  html,\n  body,\n  div,\n  span,\n  iframe,\n  h1,\n  h2,\n  h3,\n  p,\n  img,\n  small,\n  b,\n  ul,\n  li,\n  fieldset,\n  label,\n  legend,\n  details,\n  header,\n  nav,\n  section,\n  summary,\n  video {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    outline: 0;\n    vertical-align: baseline;\n    background: transparent\n  }\n\n  * {\n    box-sizing: border-box;\n    line-height: 1.5\n  }\n\n  body {\n    width: 100%;\n    background: #fff;\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n    color: #000\n  }\n\n  main {\n    display: block\n  }\n\n  li {\n    list-style-type: none\n  }\n\n  a {\n    display: inline-block;\n    text-decoration: none;\n    color: #000\n  }\n\n  video,\n  img {\n    vertical-align: bottom;\n    max-width: 100%;\n    height: auto\n  }\n\n  input,\n  button {\n    appearance: none\n  }\n\n  h1,\n  h2,\n  h3 {\n    font-weight: normal !important\n  }\n\n  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .only_sp {\n    display: none !important\n  }\n\n  .mv {\n    background-color: #80a8c6;\n    position: relative;\n    padding-bottom: 4.7vw;\n    background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_bg.webp);\n    background-position: center bottom;\n    background-repeat: repeat-x;\n    background-size: auto 309px\n  }\n\n  .mv__inner {\n    width: 77vw;\n    margin: 0 auto;\n    position: relative\n  }\n\n  .mv__img {\n    width: 65.35714vw;\n    margin-left: auto;\n    padding-top: 13.5714vw\n  }\n\n  .mv__txt2 {\n    position: absolute;\n    top: 8vw;\n    left: 0;\n    color: #fff;\n    font-size: 2.42857vw;\n    line-height: 1.5\n  }\n\n  .mv__logo {\n    width: 20.7587vw;\n    position: absolute;\n    top: 16.71428vw;\n    left: .34vw\n  }\n\n  .intro3__more img {\n    max-width: 944px;\n    margin: 0 auto 40px\n  }\n\n  .sleep__info__quality__golden__img {\n    max-width: 800px;\n    padding-right: 30px;\n    position: relative;\n    width: calc(100% - 486px)\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__title {\n    font-size: 30px;\n    font-weight: 400;\n    letter-spacing: -.06em;\n    line-height: 1.733333333333333\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: 30px\n  }\n\n  .technology__item__graph {\n    border: 1px #000 solid;\n    margin: 80px auto 0;\n    width: 900px\n  }\n\n  .technology__item__graph.only_sp {\n    display: none !important\n  }\n\n  .technology__item__graph__content {\n    align-items: center;\n    display: flex !important;\n    height: 100%;\n    justify-content: center;\n    padding: 30px\n  }\n\n  .technology__item__graph__img {\n    width: 360px\n  }\n\n  .technology__item__graph__img img {\n    width: 100%\n  }\n\n  .scene__movie video {\n    width: 100%\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: 180vw\n    }\n\n    .mv__inner {\n      width: unset\n    }\n\n    .mv__img {\n      width: 100vw;\n      margin-left: auto;\n      padding-top: 60vw\n    }\n\n    .mv__txt2 {\n      top: 16.8vw;\n      left: 7.73333vw;\n      width: auto;\n      font-size: 5.86666vw\n    }\n\n    .mv__logo {\n      width: 53.86666vw;\n      top: 41vw;\n      left: 7.73333vw\n    }\n\n    .sleep__info__quality__golden__img {\n      max-width: 100%;\n      padding-right: 0;\n      width: 100%;\n      margin-top: 10px\n    }\n\n    .mattress_comparison__inner {\n      width: 100%;\n      overflow-x: scroll\n    }\n\n    .mattress_comparison .mattress_comparison__inner img {\n      width: 476px;\n      max-width: unset\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: 56.75%;\n      width: calc(100% - 20px)\n    }\n\n    .technology__item__sub#tech01_03 .technology__item__inner:first-of-type .technology__item__desc__img.change_sp {\n      padding-top: 112%\n    }\n\n    .spec__table1__wrap {\n      width: 100%;\n      overflow-y: hidden;\n      overflow-x: scroll;\n      position: relative;\n      padding-bottom: 20px\n    }\n\n    .technology__item .spec__table1__wrap img {\n      width: 160vw;\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: 0\n    }\n\n    .spec__table__nav .spec__table__nav__next {\n      right: 0\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__title {\n      font-size: 25px;\n      line-height: 1.84\n    }\n\n    .technology__item__desc__text__content__desc {\n      margin-top: 20px\n    }\n\n    .technology__item__graph {\n      border: none;\n      height: auto;\n      margin: 35px auto 0;\n      padding: 0 20px;\n      width: 100%\n    }\n\n    .technology__item__graph.only_sp {\n      display: block !important\n    }\n\n    .technology__item__graph__content {\n      display: block !important;\n      padding: 0\n    }\n\n    .technology__item__graph__img {\n      width: 100%;\n      margin: 0 auto\n    }\n  }\n\n  .other__pillow__text__sub__title {\n    color: #fff;\n    font-size: 25px;\n    font-weight: 400;\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.only_sp {\n      display: block;\n      font-size: 15px;\n      margin: 0;\n      padding: 20px 0 0 20px;\n      text-align: left;\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.only_sp {\n      display: block;\n      font-size: 15px;\n      font-weight: normal\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  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .mv {\n    margin-top: 0\n  }\n\n  @media screen and (max-width:749px) {\n    .sleep__info__book__text__title .only_sp {\n      display: inline\n    }\n  }\n\n  @media screen and (min-width: 750px) {\n    \/*.other__col2__item__coin__img {\n      top: 0 !important;\n      right: 0 !important;\n      width: 100% !important;\n    }\n\n    #other__coin .other__col2__item__logo {\n      width: 280px !important;\n    }*\/\n  }\n\n  @media screen and (max-width: 749px) {\n    #other__coin .other__col2__item__logo {\n      width: 115px;\n    }\n  }\n\u003c\/style\u003e\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          \u003cpicture\u003e\n            \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_mattress_plus_float_kv_img_sp_model.webp\"\n              media=\"(max-width: 767px)\"\u003e\n            \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_mattress_plus_float_kv_img_model.webp\"\n              media=\"(min-width: 768px)\"\u003e\u003cimg\n              src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_mattress_plus_float_kv_img_model.webp\" alt=\"\"\n              width=\"1830\" height=\"822\"\u003e\n            \u003csource\u003e\n            \u003c\/source\u003e\n          \u003c\/picture\u003e\n        \u003c\/div\u003e\n        \u003ch1 class=\"mv__txt2\"\u003e理想睡姿×完美分散體壓\u003cbr\u003e一款改變您起床感受的床墊\u003c\/h1\u003e\n        \u003cdiv class=\"mv__logo\"\u003e\n          \u003cpicture\u003e\n            \u003csource\n              srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_logo_sp.webp?1\"\n              media=\"(max-width: 767px)\"\u003e\n            \u003csource\n              srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_logo.webp?1\"\n              media=\"(min-width: 768px)\"\u003e\u003cimg\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_logo.webp?1\"\n              alt=\"BRAINSLEEP MATTRESS PLUS FLOAT\" width=\"542\" height=\"162\"\u003e\n            \u003csource\u003e\n            \u003c\/source\u003e\n          \u003c\/picture\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__bottom\"\u003e\n          \u003cimg decoding=\"async\" loading=\"lazy\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_feature_zh-hant.webp\"\n            alt=\"\" class=\"only_pc\" width=\"2000\" height=\"188\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_feature_sp_zh-hant.webp\"\n            alt=\"\" class=\"only_sp\" width=\"309\" height=\"160\"\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 animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"sleep__info__book__inner fadeInUpShort animated\"\u003e\n          \u003ch2 class=\"sleep__info__book__top\"\u003e睡眠中重要的\u003cbr class=\"u-sp\"\u003e「不只是時間還有品質」\u003c\/h2\u003e\n          \u003cdiv class=\"sleep__info__book__inner__flex\"\u003e\n            \u003cdiv class=\"sleep__info__book__img\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_stanford_method.webp\"\n                alt=\"スタンフォード 式最高の睡眠\" width=\"133\" height=\"196\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"sleep__info__book__text\"\u003e\n              \u003ch3 class=\"sleep__info__book__text__title\"\u003e整合《史丹佛式最佳睡眠法》的\u003cbr\u003e唯一枕頭\u003c\/h3\u003e\n              \u003cp class=\"sleep__info__book__text__desc\"\u003e人的一生中約有1\/3都是睡眠時間。\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    \u003cdiv class=\"intro0 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro0__ttl fadeInUpShort animated\"\u003e活用最新研究的睡眠環境\u003cbr\u003e使全身能進入快速深沉睡眠的床墊\u003c\/div\u003e\n      \u003cdiv class=\"intro0__img fadeInUpShort animated\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro_tag.webp\"\n          alt=\"\" width=\"1026\" height=\"78\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro1__ttl fadeInUpShort animated\"\u003e\n        \u003cspan\u003e終極睡姿\u003c\/span\u003e×\u003cspan\u003e完美分散體壓\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro1__ttl2 fadeInUpShort animated\"\u003e支撐力、貼合感升級\u003cspan\u003e搭載進化版無重力技術\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro1__img\"\u003e\u003cvideo class=\"lozad\"\n          src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e3ef05f8f1574579a994b70d5b4f9246.mp4\" preload=\"none\"\n          autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro2__bg\"\u003e\n        \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_bg.webp\"\n          alt=\"\" width=\"2000\" height=\"1124\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_bg_sp.webp\"\n          alt=\"\" width=\"748\" height=\"420\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro2__ttl fadeInUpShort animated\"\u003e\n        \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_txt1_zh-hant.webp\"\n          alt=\"\" width=\"513\" height=\"98\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_txt1_sp_zh-hant.webp\"\n          alt=\"\" width=\"268\" height=\"46\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro2__txt fadeInUpShort animated\"\u003e再現經由NASA提倡\u003cbr\u003e身體最小負荷的姿勢\u003c\/div\u003e\n      \u003cdiv class=\"intro2__txt2 fadeInUpShort animated\"\u003e\n        \u003cspan\u003e支撐腿・腰・肩的終極睡姿\u003c\/span\u003e\u003cbr\u003e有效減輕筋肉和脊椎的身體負擔。\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro2__img\"\u003e\u003cvideo class=\"lozad\"\n          src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f043826cc101448793655eaff22ac2fa.mp4\" preload=\"none\"\n          autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n      \u003cdiv class=\"cross\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_cross.webp?3\" alt=\"\"\n          class=\"fadeInUpShort animated\" width=\"91\" height=\"91\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro3 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro3__ttl fadeInUpShort animated\"\u003e\n        \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_txt2_zh-hant.webp\"\n          alt=\"\" width=\"644\" height=\"99\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_txt2_sp_zh-hant.webp\"\n          alt=\"\" width=\"268\" height=\"46\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro3__txt fadeInUpShort animated\"\u003e無數彈簧所編織而成的回彈材質\u003cbr\u003e7層×波型線圈構造能確實支撐身體。\u003c\/div\u003e\n      \u003cdiv class=\"intro3__img\"\u003e\u003cvideo class=\"lozad\"\n          src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a01cc4d23deb4ba8baa1245523f54d5f.mp4\" preload=\"none\"\n          autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n      \u003cdiv class=\"sleep__info__quality__golden animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro3__more\"\u003e\n          \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_txt3_zh-hant.webp\"\n            alt=\"\" width=\"944\" height=\"98\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_txt3_sp_zh-hant.webp\"\n            alt=\"\" width=\"317\" height=\"77\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"sleep__info__quality__golden__text fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"sleep__info__quality__golden__title\"\u003e核心體溫下降\u003cbr\u003e擁有深層的「黃金\u003cspan class=\"termina\"\u003e90\u003c\/span\u003e分鐘」\u003c\/h3\u003e\n          \u003cdiv class=\"sleep__info__quality__golden__img fadeInUpShort animated u-sp\"\u003e\u003cimg loading=\"lazy\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_mov_01_zh-hant.webp\"\n              alt=\"\" width=\"840\" height=\"472\" style=\"padding: 6%;\"\u003e\u003c\/div\u003e\n          \u003cp class=\"sleep__info__quality__golden__desc\"\u003e\n            睡眠品質是被入睡開始的90分鐘起算能有多深度的睡眠而左右。在這黃金90分鐘若是淺眠，之後再怎麼睡，品質也不會提升。\u003cbr\u003e堅持透氣性的床墊，能下降身體核心的體溫，引導身體通往深沉睡眠。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"sleep__info__quality__golden__img fadeInUpShort animated u-pc\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_mov_01_zh-hant.webp\"\n            alt=\"\" width=\"840\" height=\"472\" style=\"padding: 6%;\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro03\"\u003e\n      \u003cdiv class=\"demerit animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-pc fadeInUpShort animated\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_demerit_sp_zh-hant.webp\"\n          alt=\"\" width=\"2000\" height=\"906\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp fadeInUpShort animated\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_demerit_zh-hant.webp\"\n          alt=\"\" width=\"342\" height=\"210\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"mattress_comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-pc fadeInUpShort animated\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_mattress_comparison_zh-hant.webp\"\n          alt=\"\" width=\"2000\" height=\"1390\"\u003e\n        \u003cdiv class=\"mattress_comparison__inner u-sp\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\"\n            class=\"u-sp fadeInUpShort animated\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_mattress_comparison_sp_zh-hant.webp\"\n            alt=\"\" width=\"477.5\" height=\"335.5\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro04__bg\"\u003e\n        \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro04_bg_model.webp\"\n          alt=\"\" width=\"2000\" height=\"1124\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro04_bg_sp_model.webp\"\n          alt=\"\" width=\"750\" height=\"772\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro04__inner\"\u003e\n        \u003cdiv class=\"intro04__ttl fadeInUpShort animated\"\u003e單單這一張床\u003cbr\u003e讓明天的身體擁有輕盈感\u003c\/div\u003e\n        \u003cdiv class=\"intro04__logo fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro04_logo.webp\"\n            alt=\"\" width=\"720\" height=\"218\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003csection class=\"technology js-box\" 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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_nav01_model.webp?3\"\n                  alt=\"\" width=\"593\" height=\"546\"\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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_nav02.webp?3\"\n                  alt=\"\" width=\"593\" height=\"546\"\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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_nav03_model.webp?3\"\n                  alt=\"\" width=\"593\" height=\"546\"\u003e\u003c\/div\u003e\n              \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n                \u003cspan\u003e03\u003c\/span\u003e持久耐用\u0026\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=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n            \u003cspan\u003e01\u003c\/span\u003eZERO GRAVITY \u003cbr class=\"only_sp\"\u003eTECHNOLOGY\n          \u003c\/h2\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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_main_model.webp\"\n                alt=\"\" class=\"u-pc\" width=\"1628\" height=\"916\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_main_sp.webp\"\n                alt=\"\" class=\"u-sp\" width=\"704\" height=\"704\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n              \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e達成理想睡姿的\u003cbr\u003e無重力技術\u003c\/h3\u003e\n                \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                  睡眠中分散身體的負荷至最小化，追求舒適的無重力技術，成功打造「理想睡姿」×「完美分散體壓」的終極睡眠。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \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 only_pc\"\u003e\u003cimg loading=\"lazy\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_01_zh-hant.webp\"\n              alt=\"\" width=\"732\" height=\"848\"\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再現NASA提倡的中立姿勢\u003cbr\u003e邁向終極放鬆之旅\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                身體在外太空漂浮時，會呈現肩膀自然向內縮，腿步上揚的姿勢。據說這是身體感到負荷最小的姿勢。\u003cbr\u003e本產品有獨家設計的三次元構造，製造宛如漂浮回彈時肩膀・腰部・腿部最適合的硬度，促進行成從重力中解放的終極放鬆姿勢。\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__img animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_01_2.webp\"\n          alt=\"\" class=\"fadeInUpShort animated hardness\" width=\"400\" height=\"74\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_02_model_zh-hant.webp\"\n          alt=\"\" class=\"fadeInUpShort animated u-pc\" width=\"1185\" height=\"545\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"u-sp animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" style=\"padding:40px 0\"\u003e\u003cimg\n          loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_01_zh-hant.webp\"\n          alt=\"\" class=\"fadeInUpShort animated\" width=\"1185\" height=\"545\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"technology__item__graph technology__item__gradation only_sp\"\u003e\n        \u003cdiv class=\"technology__item__graph__content\"\u003e\n          \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_02_1_sp_model_zh-hant.webp?1\"\n              alt=\"\" width=\"532\" height=\"702\"\u003e\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_02_2_sp_model_zh-hant.webp?1\"\n              alt=\"\" width=\"532\" height=\"702\"\u003e\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_02_3_sp_model_zh-hant.webp?1\"\n              alt=\"\" width=\"532\" height=\"702\"\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=\"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\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_03_model.webp\"\n              alt=\"\" width=\"540\" height=\"744\"\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                讓腿部抬高於心臟的4公分設計，使血液較能流回心臟。因此能改善疲勞及減輕水腫。\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\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__graph fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"technology__item__graph__content\"\u003e\n            \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_04_zh-hant.webp\"\n                alt=\"\" width=\"655\" height=\"582\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"technology__item__graph__text\"\u003e\n              \u003ch3 class=\"technology__item__graph__title\"\u003e血液循環\u003cbr\u003e提高約150%\u003c\/h3\u003e\n              \u003cp class=\"technology__item__graph__desc\"\u003e比較平面的床墊和抬腿設計的本產品，血液循環量竟多了1.5倍。\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=\"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 u-pc\" style=\"margin-bottom:100px\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_05_zh-hant.webp\"\n              alt=\"\" class=\"only_pc\" width=\"1266\" height=\"690\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated u-sp\"\u003e\u003cimg loading=\"lazy\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_05_sp_zh-hant.webp\"\n              alt=\"\" class=\"only_sp\" width=\"711\" height=\"801\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content u-pc\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e彈力新感受\u003cbr\u003e7層構造的高回彈材質\u003cbr\u003e減輕身體負擔\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                不只單向，無數纖維形成多方位支撐身體的立體反彈材質，並根據身體各部位的重量和面積給予最舒適的支撐。另外，獨家的7層構造能吸收重力，並將重力轉換回彈。能確實的支撐身體保持正確睡姿。\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\n          style=\"margin-top:0\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cvideo class=\"lozad\"\n              src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fc8ee6e9356f4b2194126f6a241c46f7.mp4\" preload=\"none\"\n              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 u-sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e彈力新感受\u003cbr\u003e7層構造的高回彈材質\u003cbr\u003e減輕身體負擔\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                不只單向，無數纖維形成多方位支撐身體的立體反彈材質，並根據身體各部位的重量和面積給予最舒適的支撐。另外，獨家的7層構造能吸收重力，並將重力轉換回彈。能確實的支撐身體保持正確睡姿。\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_06\"\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 go\"\u003e\u003cimg loading=\"lazy\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_06_zh-hant.webp\"\n              alt=\"\" width=\"1400\" height=\"789\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated go\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e依據身體部位\u003cbr\u003e分區支撐\u003cbr\u003e維持理想睡姿\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                根據身體各部位，由不同粗細的纖維調節而成的線圈來支撐。以核心的「波型線圈」從床墊內部以線圈來支撐身體。依據不同部位的體壓，呈現不過度下沉的理想睡姿。\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\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__graph fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"technology__item__graph__content\"\u003e\n            \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_graph01_zh-hant.webp\"\n                alt=\"\" width=\"664\" height=\"647\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"technology__item__graph__text\"\u003e\n              \u003ch3 class=\"technology__item__graph__title\"\u003e確實支撐身體部位\u003cbr\u003e壓力負荷最大的腰部到臀部\u003c\/h3\u003e\n              \u003cp class=\"technology__item__graph__desc\"\u003e\n                彈簧材質的床墊和本產品的差異最多達到2公分。讓身體無負擔，使身體中最重的腰到臀部也能確實被支撐保持正確睡姿。\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\u003cvideo class=\"lozad\"\n              src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/63d31b2663cd4b9c800492c952f03a38.mp4\" preload=\"none\"\n              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              \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層構造能有效支援翻身順利。將睡眠中的動能最小化也能減輕負擔，使您一覺到天亮。\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\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__graph fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"technology__item__graph__content\"\u003e\n            \u003cdiv class=\"technology__item__graph__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_graph02_zh-hant.webp\"\n                alt=\"\" width=\"718\" height=\"592\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__graph__text\"\u003e\n              \u003ch3 class=\"technology__item__graph__title\"\u003e翻身時所花費的能量\u003cbr\u003e約降低了52%\u003c\/h3\u003e\n              \u003cp class=\"technology__item__graph__desc\"\u003e因為7層構造的多方位支撐，使身體能夠自然翻身。\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\"\u003e\n        \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n            \u003cspan\u003e02\u003c\/span\u003eTEMPERATURE \u003cbr class=\"only_sp\"\u003eCONTROL\n          \u003c\/h2\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              \u003cvideo class=\"lozad u-pc\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/495a71aedef5444cbdffaa7d4bb1a902.mp4\"\n                preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003cvideo class=\"lozad u-sp\"\n                src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/30e4cf369c854bf592270aef9bf3f44e.mp4\" preload=\"none\"\n                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卓越的透氣性\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\/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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech02_01.webp\"\n              alt=\"\" width=\"1634\" height=\"918\"\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控制最適當的\u003cbr\u003e睡眠溫度與濕度\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                為了有優良的睡眠品質，最重要的就是保持床墊內的溫度與濕度。\u003cbr\u003e本產品擁有90%的空氣流通層，能夠不囤積睡眠中所產生的熱氣和濕氣，創造舒適的睡眠環境。\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 u-pc\" style=\"border:1px solid #000\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech02_02_zh-hant.webp\"\n              alt=\"\" width=\"1634\" height=\"920\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated u-sp\"\n            style=\"height:auto;padding:0;width:90%\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech02_02_zh-hant.webp?v=1724306783\"\n              alt=\"\" width=\"652\" height=\"678\" style=\"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              \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              \u003cp class=\"technology__item__desc__text__content__note\"\u003e\n                檢驗方式：受試者蓋上毛毯躺臥在床墊上安靜20分鐘。以紅外線熱影像紀錄躺臥前後（使用前／20分鐘後）的影像。\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\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__graph fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"technology__item__graph__content\"\u003e\n            \u003cdiv class=\"technology__item__graph__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_graph03_zh-hant.webp\"\n                alt=\"\" width=\"726\" height=\"551\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__graph__text\"\u003e\n              \u003ch3 class=\"technology__item__graph__title\"\u003e散熱數值高、\u003cbr\u003e也不囤積熱度\u003c\/h3\u003e\n              \u003cp class=\"technology__item__graph__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\" id=\"tech03\"\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\u003e03\u003c\/span\u003eCLEAN FOR \u003cbr class=\"only_sp\"\u003eLONG TIME\u003cbr\u003e\u0026amp; DURABILITY\n          \u003c\/h2\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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_main_model.webp\"\n                alt=\"\" class=\"u-pc\" width=\"1628\" height=\"916\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_main_sp_model.webp\"\n                alt=\"\" class=\"u-sp\" width=\"704\" height=\"704\"\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\u0026隨時能清潔\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\/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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_01.webp\"\n              alt=\"\" width=\"1400\" height=\"789\"\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\u003cbr\u003e床墊可以用蓮蓬頭將污垢沖洗，洗淨後陰乾即可，非常便利。\u003cbr\u003e\u003cbr\u003ePU和彈簧等材質的床墊，透氣性較差會囤積濕氣和熱氣，因此較常產生黴菌或塵螨。腦眠科技的床墊有良好的透氣性，除了能有效降低黴菌及塵螨的出現外，在意粉塵、灰塵的時候能夠即時清洗，維持乾淨清潔。\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\"\u003e\n      \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__graph fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"technology__item__graph__content\"\u003e\n            \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_graph04_zh-hant.webp\"\n                alt=\"\" width=\"718\" height=\"526\"\u003e\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本產品相較於其他材質的發霉跡象，有壓倒性地低下。\u003cbr\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\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_graph05_zh-hant.webp\"\n                alt=\"\" width=\"792\" height=\"526\"\u003e\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本產品相較於其他材質的長螨跡象，有壓倒性地低下。\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=\"tech03_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\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_03_zh-hant.webp\"\n              alt=\"\" width=\"1226\" height=\"690\"\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能持續使用近10年\u003cbr\u003e有優秀的耐用性\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                每日使用的床墊，最令人在意的就是耐用性。\u003cbr\u003e本產品經由JIS規格的標準8萬次壓縮測試認證，證實擁有優良的耐用度。長時間使用也能夠持續擁有安心好眠。\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=\"tech03_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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_04.webp\"\n              alt=\"\" width=\"1226\" height=\"683\"\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\n                \u003cspan style=\"letter-spacing:0\"\u003eMADE IN JAPAN\u003c\/span\u003e\u003cbr\u003e講究的工藝\u003cbr\u003e品質安心有保證\n              \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    \u003csection class=\"technology__item technology__item__sub\" id=\"tech03_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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_05.webp\"\n              alt=\"\" width=\"1226\" height=\"690\"\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使用天然泉水\u003cbr\u003e防止品質劣化\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    \u003csection class=\"scene\" 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      \u003cdiv class=\"scene__movie\"\u003e\n        \u003cvideo class=\"lozad u-pc\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8c256a9920d64cf68ac8a1583dbc5940.mp4\"\n          preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003cvideo class=\"lozad u-sp\"\n          src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/24b9b0db87aa4f0fb14beeaf7c395124.mp4\" preload=\"none\"\n          autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"scene__inner 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\u003cimg loading=\"lazy\"\n                decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_scene01_model_zh-hant.webp\"\n                alt=\"\" width=\"1226\" height=\"690\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated u-sp\" style=\"margin-top:24px\"\u003e\u003cimg\n                loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_scene02_model_zh-hant.webp\"\n                alt=\"\" width=\"1226\" height=\"690\"\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        \u003cdiv class=\"technology__item__inner u-pc\"\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\"\n                decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_scene02_model_zh-hant.webp\"\n                alt=\"\" width=\"1226\" height=\"690\"\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\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__title js-box\" 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 size\" id=\"size\"\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\u003cbr\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 termina\"\u003eSize\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                單人床 L195×W100×H15（腿部19）cm\u003cbr\u003e加大單人床 L195×W120×H15（腿部19）cm\u003cbr\u003e雙人床 L195×W140×H15（腿部19）cm\u003cbr\u003e加大雙人床 L195×W160×H15（腿部19）cm\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__img animatedParent animateOnce spec__size only_pc\" data-sequence=\"300\"\n        data-offset=\"300\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_size.webp?3\" alt=\"\"\n          class=\"fadeInUpShort animated\" width=\"1722\" height=\"1082\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"technology__item__graph technology__item__size only_sp\"\u003e\n        \u003cdiv class=\"technology__item__graph__content\"\u003e\n          \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_size_single_sp.webp?3\"\n              alt=\"\" width=\"742\" height=\"420\"\u003e\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_size_semidouble_sp.webp?3\"\n              alt=\"\" width=\"742\" height=\"420\"\u003e\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_size_double_sp.webp?3\"\n              alt=\"\" width=\"742\" height=\"420\"\u003e\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_size_queen_sp.webp?3\"\n              alt=\"\" width=\"742\" height=\"420\"\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=\"shoulder_rest_gradation\"\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\u003cbr\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 termina\"\u003eShoulder rest \u003cbr class=\"u-sp\"\u003egradation\n              \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__img animatedParent animateOnce spec__shoulder_rest_gradation only_pc\"\n        data-sequence=\"300\" data-offset=\"300\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_size_rest_gradation.webp\"\n          alt=\"\" class=\"fadeInUpShort animated\" width=\"2337\" height=\"971\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"technology__item__graph technology__item__size only_sp\"\u003e\n        \u003cdiv class=\"technology__item__graph__content\"\u003e\n          \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_shoulder_rest_gradation_single_sp.webp\"\n              alt=\"\" width=\"740\" height=\"450\"\u003e\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_shoulder_rest_gradation_semidouble_sp.webp\"\n              alt=\"\" width=\"740\" height=\"450\"\u003e\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_shoulder_rest_gradation_double_sp.webp\"\n              alt=\"\" width=\"740\" height=\"450\"\u003e\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\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_shoulder_rest_gradation_queen_sp.webp\"\n              alt=\"\" width=\"740\" height=\"450\"\u003e\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 u-mb-40\"\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\u003cbr\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 termina\"\u003eColor\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\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_spec_color_zh-hant.webp\"\n          alt=\"\" class=\"fadeInUpShort animated only_pc\" width=\"982\" height=\"520\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_spec_color_sp_zh-hant.webp\"\n          alt=\"\" class=\"fadeInUpShort animated only_sp\" width=\"640\" height=\"358\"\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 u-mb-40\"\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\u003cbr\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 termina\"\u003eMaterial\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e保潔墊：表面材質 棉花100%、內裡材質  聚酯纖維100%（內材 聚酯纖維80%、人造纖維20%）\u003cbr\u003e基礎床包：聚酯纖維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    \u003csection class=\"spec technology__item technology__item__sub\" style=\"clear:both\"\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 u-pc\"\u003e\u003cimg loading=\"lazy\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_material.webp\"\n              alt=\"\" width=\"1631\" height=\"921\"\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\"\u003e100%可回收\u003cbr\u003e永續性材質\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e在床墊上，我們使用了100%可回收對地球友善的材料。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated u-sp u-mt-32\"\u003e\u003cimg loading=\"lazy\"\n              decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_material.webp\"\n              alt=\"\" width=\"1631\" height=\"921\"\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=\"tech03_02\"\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\"\u003eSheets\u003c\/h2\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\"\n                decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_02.webp?1\"\n                alt=\"\" width=\"1226\" height=\"690\"\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能夠隨持簡單拆卸、清洗\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\/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\" style=\"padding:0\"\u003e\u003cbr\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            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__img animatedParent animateOnce spec__table1\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_comparison_zh-hant.webp\"\n          alt=\"\" class=\"fadeInUpShort animated only_pc\" width=\"2398\" height=\"1780\"\u003e\n        \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_comparison_sp_zh-hant.webp\"\n            alt=\"\" class=\"fadeInUpShort animated only_sp\" width=\"1460\" height=\"1700\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_prev.webp\"\n            class=\"spec__table__nav__prev\" alt=\"\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_next.webp\"\n            class=\"spec__table__nav__next\" alt=\"\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"relatedProducts\" id=\"relatedProducts\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e相關商品\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"related01\"\u003e\n      \u003cdiv class=\"related__ttl__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e腦眠科技床墊 極致釋壓版\u003c\/p\u003e\n        \u003cp class=\"technology__item__desc__text__content__desc u-mt-8 fadeInUpShort animated go\"\u003e白色 \/ 深藍色\u003c\/p\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\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_related01.webp\"\n              alt=\"\" width=\"1366\" height=\"806\"\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終極放鬆姿勢×完美分散體壓\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e卓越的透氣性・能夠直接沖洗・引導身體至終極的放鬆姿勢是腦眠科技床墊 頂級漂浮版的特徵，並且擁有能使體壓極致分散的高性能。\u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_premium_float\" class=\"related__btn\"\n                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\" id=\"related02\"\u003e\n      \u003cdiv class=\"related__ttl__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e腦眠科技床墊 釋壓版\u003c\/p\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\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_related02.webp\"\n              alt=\"\" width=\"1366\" height=\"806\"\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漂浮版床墊的底部設計較硬挺，能直接使用在床舖、地板等地方，不受下方鋪設寢具或場所的限制。因此加疊在現正使用的床墊或日式床墊上、地板上等，任何情境下都能使用。\u003cbr\u003e擁有充分的回彈力，只要有它就能擁有舒適睡眠，能當作日式床墊、一般床墊，突然有客人留宿時使用也非常方便。\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_float\" 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\" id=\"related03\"\u003e\n      \u003cdiv class=\"related__ttl__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e腦眠科技保潔墊 極致釋壓床墊用\u003c\/p\u003e\n        \u003cp class=\"technology__item__desc__text__content__desc u-mt-8 fadeInUpShort animated\"\u003e白色\u003c\/p\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\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_related04.webp\"\n              alt=\"\" width=\"1366\" height=\"806\"\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\u003cbr\u003e■可對應使用的床墊\u003cbr\u003e腦眠科技床墊 加倍釋壓版\u003cbr\u003e\u003cbr\u003e材質 棉花100%（填充物 聚酯纖維100%）\u003c\/p\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_related04_2.webp\"\n                alt=\"\" class=\"u-mt-40\" width=\"700\" height=\"284\"\u003e \u003ca\n                href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_plus_toppersheets\" class=\"related__btn\"\n                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-top:0;border-top:unset\" id=\"related04\"\u003e\n      \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated related__ttl\"\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\u003cimg\n              class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_related01.webp\"\n              alt=\"\" width=\"1248\" height=\"704\" 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              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e腦眠科技床罩 極致保暖 EX\u003c\/h3\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_related01.webp\"\n                alt=\"\" width=\"1248\" height=\"704\" style=\"height:unset;position:relative\"\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e床墊用床包\u003cbr\u003e\u003cbr\u003e\n                和腦眠床墊合併使用，能提升112%背部的保暖性。也能防禦底下上來的寒氣。\u003cbr\u003e冬季的冷空氣會滯留在床、地面等地方，這些冷空氣會通過床墊讓我們感到寒氣。這個床包能有效保暖身體，不受寒。\u003cbr\u003e\u003cbr\u003e鋪在您現有的床墊或日式床墊上，就能感受到終極的溫暖和不潮濕的環境。\u003cbr\u003e\u003cbr\u003e\n                和棉被相同，填充物為發熱綿EX\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 fadeInUpShort animated\" style=\"padding:0;height:unset\"\u003e\u003cimg\n              class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_related02_pc_zh-hant.webp\"\n              alt=\"\" width=\"825\" height=\"465\" 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              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e棉被和床包並用\u003cbr\u003e效果更顯著\u003cbr\u003e\n              \u003c\/h3\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_related02_sp_zh-hant.webp\"\n                alt=\"\" width=\"650\" height=\"618\" style=\"height:unset;position:relative\"\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\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding:0;height:unset\"\u003e\u003cimg\n              class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_related03.webp\"\n              alt=\"\" width=\"1144\" height=\"646\" 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              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_related03.webp\"\n                alt=\"\" width=\"1144\" height=\"646\" style=\"height:unset;position:relative\"\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e■可應對尺寸：\u003cbr\u003e基本上20cm~30cm高度的床墊皆可應對。在這個尺寸以下的床墊也能夠使用，內側多出來的部份的請確實塞至床墊下即可。\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e■尺寸：\u003cbr\u003e・單人床尺寸：W100cm×L205cm×H33cm（約1,140g）\u003cbr\u003e・加大單人床尺寸：W120cm×L205cm×H33cm（約1,300g）\u003cbr\u003e・雙人床尺寸：W140cm×L205cm×H33cm（約1,470g）\u003cbr\u003e\n              \u003c\/p\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\"\u003e■材質：\u003cbr\u003e・外側\u003cbr\u003e表面：絨毛部分 聚酯纖維100%\u003cbr\u003e底部：聚酯纖維60% 人造纖維40%\u003cbr\u003e內裡：聚酯纖維100%\u003cbr\u003e側面：聚酯纖維94% 聚氨酯6%\u003cbr\u003e・防寒材質\u003cbr\u003e植物纖維（木棉）43% 聚酯纖維30%  丙烯酸樹脂20%\u003cbr\u003e合成纖維（丙烯酸樹脂纖維）7%\u003cbr\u003e\u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattressprotector_perfectwarmex\" class=\"related__btn\"\n                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=\"other__title\" id=\"other\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eRecommended selection\u003c\/span\u003e提高睡眠品質的推薦商品\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003csection class=\"other__pillow animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"other__pillow__inner fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"other__pillow__text__sub__title only_sp\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\u003c\/h3\u003e\n          \u003cdiv class=\"other__pillow__vimeo\"\u003e\u003cvideo class=\"lozad\" width=\"1400\" height=\"1080\"\n              style=\"aspect-ratio:1400\/1080\"\n              data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5b3769ce88a34ad5b685b96a373263a8.mp4\" preload=\"none\"\n              autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\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\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_pillow_logo.webp\"\n                  alt=\"BRAIN SLEEP PILLOW\" width=\"207\" height=\"65\"\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\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003cdiv class=\"other__col2\"\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__coin\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e睡眠醫學×AI\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.webp\" 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.webp\" alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__flex\"\u003e\n              \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\n          id=\"other__conforter\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e不再需要羽絨或毛毯\u003cbr\u003e是一款極致溫暖的被子\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex.webp\"\n              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 loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex_logo.webp\"\n                  alt=\"BRAIN SLEEP FLOAT\" width=\"343\" height=\"104\"\u003e\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是一款極致溫暖的被子\u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectwarmex\"\n                class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"last__inner\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_awaken_your_possibility.webp\"\n          alt=\"\" class=\"lozad last__logo\" width=\"624\" height=\"320\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003csection class=\"faq js-box\" id=\"faq\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eFAQ\u003c\/span\u003e常見問題\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e床包能水洗嗎?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              可以。保潔墊、基礎床包都能夠拆卸使用洗衣機清洗。清洗前請放入洗衣網。請使用容量8kg以上的洗衣機。請勿使用烘衣機。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e請問如何保養床墊的內材？\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              請使用清水沖洗。沖洗後請盡量平放在通風處陰乾。有氣味或髒汙時，請加入些許中性清潔劑清洗。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e能使用烘被機或電熱毯嗎？\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請勿使用。烘被機和電熱毯外，也請避免接觸任何加熱器等暖氣機。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e需要保潔墊嗎？\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e本產品的套組中有能夠簡單拆卸至洗衣機清洗的保潔墊。不需要再加裝其他保潔墊。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \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              可以。床墊的厚度約24公分，一般的床包皆可使用。使用床包時請記得加裝保潔墊再套床包。也可以使用腦眠科技的床包。\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漂浮版為3折式的規格，也能夠與其他床墊合併使用。進階版和頂級版則為常設規格。\u003cbr\u003e所有款式都搭載漂浮技術，使腿部能保持上揚形成中立姿勢。漂浮版有3層、進階漂浮版有7層、頂級漂浮版則有9層的支撐結構上差異。\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\u003cp\u003e\n  \u003clink href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_all_v1.css?01\"\n    onload=\"this.media='all'\" media=\"print\" rel=\"stylesheet\"\u003e\n  \u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_all_v1.js\"\n    defer\u003e\u003c\/script\u003e\n\u003c\/p\u003e\n\u003cstyle\u003e\n  .spec__item__desc__text__content__title,\n  #clean .technology__item__desc.tips .technology__item__desc__text__content__desc span,\n  .technology__link__lists__title,\n  .concept__txt,\n  .fit__ttl,\n  .sleep__info__quality__cold__text,\n  .sleep__info__quality__golden__title,\n  .sleep__info__book__text__title,\n  .sleep__info__book__top,\n  .mv__txt2,\n  .rwlp__header__menu__link,\n  .technology__item__desc__text__content__title,\n  body.typesquare_option {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n    visibility: visible !important;\n    opacity: 1 !important\n  }\n\n  .termina {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif !important;\n    font-weight: 400\n  }\n\n  #clean .technology__item__desc.tips .technology__item__desc__text__content__title {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif\n  }\n\n  .mv__caption__text span {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", sans-serif\n  }\n\u003c\/style\u003e\n\u003cp\u003e\n  \u003cscript\u003ejQuery(function () { const n = location.search; n.indexOf(\"?ad_1\") === 0 ? window.matchMedia(\"(max-width: 768px)\").matches ? (jQuery(\".y_ad_on_sp\").css({ display: \"block\" }), jQuery(\".y_ad_off_sp\").css({ display: \"none\" })) : (jQuery(\".y_ad_on\").css({ display: \"block\" }), jQuery(\".y_ad_off\").css({ display: \"none\" })) : window.matchMedia(\"(max-width: 768px)\").matches ? (jQuery(\".y_ad_on_sp\").css({ display: \"none\" }), jQuery(\".y_ad_off_sp\").css({ display: \"block\" })) : (jQuery(\".y_ad_on\").css({ display: \"none\" }), jQuery(\".y_ad_off\").css({ display: \"block\" })) })\u003c\/script\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\u003c\/p\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"シングル","offer_id":45821784359134,"sku":"M0015S1-SNWH","price":154000.0,"currency_code":"JPY","in_stock":true},{"title":"セミダブル","offer_id":45821784424670,"sku":"M0015S1-SDWH","price":176000.0,"currency_code":"JPY","in_stock":true},{"title":"ダブル","offer_id":45821784490206,"sku":"M0015S1-DBWH","price":198000.0,"currency_code":"JPY","in_stock":true},{"title":"クイーン(大型配送)","offer_id":45821784555742,"sku":"M0015S1-QNWH","price":220000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/plus_15___4400x4400_1_b772b2b5-0a68-4efa-8ef7-cecd9d441e32.webp?v=1756808595"},{"product_id":"blanket_allseasons","title":"腦睡眠科技便攜毯 四季通用","description":"\u003cstyle\u003e\n.technology__item__graph__content {\n  height: fit-content!important;\n}\n  .multilingual_annotation {\n    text-align: center;\n    font-size: 16px;\n    padding: 15px;\n    color: #A32135;\n  }\n  #MainContent,\n  html.js {\n    overflow: auto;\n  }\n\n  .rwlp__wrapper div:empty {\n    display: initial;\n  }\n\n  .buy__area {\n    background-color: #fff;\n    border-bottom: 1px #000 solid;\n    border-top: 1px #000 solid;\n    bottom: 0;\n    font-weight: 500;\n    left: 0;\n    padding: 15px 0 18px;\n    position: fixed;\n    width: 100%;\n    z-index: 99999\n  }\n\n  .buy__area__flex {\n    align-items: center;\n    display: flex;\n    justify-content: center;\n    margin: 0 auto;\n    width: 532px\n  }\n\n  .buy__area__name {\n    font-size: 17px;\n    line-height: 1\n  }\n\n  .buy__area__price {\n    font-size: 11px;\n    line-height: 1;\n    margin-top: 10px\n  }\n\n  .buy__area__price span {\n    font-family: 'Helvetica Neue', Helvetica, sans-serif;\n    font-size: 21px;\n    line-height: 1\n  }\n\n  .buy__area__btn {\n    background-color: #9c2335;\n    color: #fff !important;\n    font-size: 16px;\n    font-weight: 500;\n    letter-spacing: .05em;\n    line-height: 43px;\n    text-align: center;\n    width: 238px\n  }\n\n  @media screen and (max-width:749px) {\n    .buy__area {\n      padding: 20px 0\n    }\n\n    .buy__area__flex {\n      justify-content: center;\n      padding-left: 0;\n      width: auto\n    }\n\n    .buy__area__text {\n      display: none\n    }\n\n    .buy__area__btn {\n      font-size: 16px;\n      line-height: 40px;\n      width: 200px\n    }\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n    transform: unset;\n    animation: unset;\n    opacity: 1;\n  }\n\n  .rwlp__wrapper .thumbnail {\n    position: relative;\n    cursor: unset;\n  }\n\n  .rwlp__wrapper .thumbnail:hover {\n    opacity: 1;\n  }\n\n  .rwlp__wrapper ul {\n    padding-left: 0;\n  }\n\n  .rwlp__wrapper li {\n    list-style: none;\n  }\n\n  img {\n    border: unset !important;\n  }\n\n  .u-pc {\n    display: block !important\n  }\n\n  @media screen and (max-width:767px) {\n    .u-pc {\n      display: none !important\n    }\n  }\n\n  html,\n  body,\n  div,\n  span,\n  iframe,\n  h2,\n  p,\n  img,\n  small,\n  ul,\n  li,\n  label,\n  details,\n  header,\n  nav,\n  section,\n  summary {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    outline: 0;\n    vertical-align: baseline;\n    background: transparent\n  }\n\n  * {\n    box-sizing: border-box;\n    line-height: 1.5\n  }\n\n  body {\n    width: 100%;\n    background: #fff;\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n    color: #000\n  }\n\n  main {\n    display: block\n  }\n\n  li {\n    list-style-type: none\n  }\n\n  a {\n    display: inline-block;\n    text-decoration: none;\n    color: #000\n  }\n\n  img {\n    vertical-align: bottom;\n    max-width: 100%;\n    height: auto\n  }\n\n  input,\n  button,\n  select {\n    appearance: none\n  }\n\n  h2 {\n    font-weight: normal !important\n  }\n\n  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .mv {\n    background-color: #eeecdd\n  }\n\n  .mv__inner {\n    width: 84vw;\n    margin: 0 auto;\n    position: relative\n  }\n\n  .mv__img {\n    width: 50vw;\n    margin-left: auto;\n    padding-top: 2.2vw\n  }\n\n  @media screen and (max-width:749px) {\n    .mv {\n      height: 182.666vw;\n      position: relative\n    }\n\n    .mv__inner {\n      width: 100vw;\n      height: 100%;\n      margin: 0 auto\n    }\n\n    .mv__img {\n      height: 90.666vw;\n      width: 100vw;\n      margin-left: auto;\n      position: absolute;\n      bottom: 0;\n      left: 0\n    }\n  }\n\n  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .mv {\n    margin-top: 0\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n  \u003cmain\u003e\n    \u003csection class=\"mv\"\u003e\n      \u003cdiv class=\"mv__inner\"\u003e\n        \u003cdiv class=\"mv__img\"\u003e\n          \u003cimg decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_img_model_v2.png\"\n            alt=\"\" class=\"u-pc\" width=\"1492\" height=\"1480\"\u003e\n          \u003cimg decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_img_sp_model_v2.jpg\"\n            alt=\"\" class=\"u-sp\" width=\"750\" height=\"680\"\u003e\n        \u003c\/div\u003e\n        \u003ch1 class=\"mv__txt2\"\u003e全年通用\u003cbr\u003e防冷毛毯\u003c\/h1\u003e\n        \u003cdiv class=\"mv__logo\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_logo.png?1\"\n            alt=\"BRAINSLEEP BLANKET PORTABLE ALL SEASONS\" width=\"542\" height=\"162\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__features\"\u003e\n          \u003cimg\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_features_zh-hant.webp?1\"\n            alt=\"軽量モデル、持ち運び\" width=\"728\" height=\"74\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"intro1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro1__inner\"\u003e\n        \u003cp class=\"intro1__txt fadeInUpShort animated\"\u003e幫你解決無法調整溫度的情況\u003c\/p\u003e\n        \u003cp class=\"intro1__ttl fadeInUpShort animated\"\u003e對抗各種寒冷\u003cbr\u003e只需這一件\u003c\/p\u003e\n        \u003cdiv class=\"intro1__scene\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_scene_zh-hant.webp\"\n            alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1440\" height=\"694\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_features_sp_zh-hant.webp\"\n            alt=\"冷えすぎたオフィス、アウトドア、冷えすぎた車内、仮眠、子どものお昼寝、涼しい季節の散歩\" class=\"u-sp fadeInUpShort animated\" width=\"684\"\n            height=\"280\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro1__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_img_model_v2.png\"\n            alt=\"\" class=\"u-pc\" width=\"1064\" height=\"1374\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_img_sp_model_v2.png\"\n            alt=\"\" class=\"u-sp\" width=\"532\" height=\"474\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro2__inner\"\u003e\n        \u003cp class=\"intro2__ttl fadeInUpShort animated\"\u003e為了打造舒適環境\u003cbr\u003e採用專為宇航服開發的\u003cbr\u003e跨世代創新調溫材料。\u003c\/p\u003e\n        \u003cdiv class=\"intro2__material fadeInUpShort animated\"\u003eOutlast溫度調節技術\u003c\/div\u003e\n        \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-pc\"\u003eOUTLAST TECHNOLOGY\u003c\/div\u003e\n        \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-sp\"\u003eOUTLAST\u003cbr\u003eTECHNOLOGY\u003c\/div\u003e\n        \u003cdiv class=\"intro2__img\"\u003e\n          \u003cdiv class=\"intro2__img01\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro02_img01_model_v2_zh-hant.webp\"\n              alt=\"\" class=\"fadeInUpShort animated\" width=\"1156\" height=\"556\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro2__img02\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm__tech01_03.gif\"\n              alt=\"\" class=\"fadeInUpShort animated\" width=\"988\" height=\"555\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro2__wrap1\"\u003e\n          \u003cp class=\"intro2__wrap1__ttl fadeInUpShort animated\"\u003e炎熱時吸收熱量\u003cbr\u003e寒冷時釋放熱量\u003c\/p\u003e\n          \u003cdiv class=\"intro2__wrap1__desc fadeInUpShort animated\"\u003e\n            \u003cp class=\"intro2__wrap1__txt\"\u003e微膠囊天然蠟，隨著身體溫度變化，讓微膠囊變為固體⇄液體，透過吸熱、蓄熱、放熱引導到舒適的溫度帶。\u003c\/p\u003e\n            \u003cp class=\"intro2__wrap1__note\"\u003e※影片中，將微膠囊天然蠟放在36℃的熱板上時，膠囊本身會變成固體⇄液體的樣子。 透過物態變化的原理，吸放熱量調溫。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro2__wrap2\"\u003e\n          \u003cdiv class=\"intro2__wrap2__desc\"\u003e\n            \u003cp class=\"intro2__wrap2__ttl fadeInUpShort animated\"\u003e在任何環境下\u003cbr\u003e都是舒適的溫度\u003c\/p\u003e\n            \u003cp class=\"intro2__wrap2__txt fadeInUpShort animated\"\u003e\n              透過圖表能發現，實驗室溫10°C⇄40°C的極端溫度變化下最大溫差的比較結果。相較純棉材質溫差可以達到15°C以上，而Outlast僅有4°C的溫差。\u003cbr\u003e優越的調溫力讓您睡著時、起床時，受到早晚溫差影響最小。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro2__wrap2__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro02_graph_zh-hant.webp\"\n              alt=\"\" fadeInUpShort animated\" width=\"1130\" height=\"732\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro3 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cp class=\"intro3__ttl fadeInUpShort animated\"\u003e在募資平台上獲得許多用戶支持\u003cbr\u003e四季通用系列的\u003cspan class=\"td-u\"\u003e毛毯\u003c\/span\u003e登場\u003c\/p\u003e\n      \u003cdiv class=\"intro3__makuake\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro03_makuake.png\"\n          alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"660\" height=\"372\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro03_makuake_sp.jpg\"\n          alt=\"\" class=\"u-sp fadeInUpShort animated\" width=\"660\" height=\"894\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro3__wrap\"\u003e\n        \u003cdiv class=\"intro3__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_gif_as.gif\" alt=\"\"\n            class=\"fadeInUpShort animated\" width=\"1426\" height=\"804\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro3__txt fadeInUpShort animated\" style=\"text-align: left;\"\u003e簡單收納\u003cbr\u003e辦公室．移動中\u003cbr\u003e戶外都能保持舒適\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro04__bg\"\u003e\n        \u003cimg class=\"u-pc\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro04_bg_model_v2.jpg\"\n          alt=\"\" width=\"2000\" height=\"1121\"\u003e\n        \u003cimg class=\"u-sp\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro04_bg_sp_model_v2.jpg\"\n          alt=\"\" width=\"748\" height=\"770\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro04__inner\"\u003e\n        \u003cdiv class=\"intro04__ttl fadeInUpShort animated\"\u003e把『整年舒適』帶著走\u003c\/div\u003e\n        \u003cdiv class=\"intro04__logo fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro04_logo.png\"\n            alt=\"\" width=\"590\" height=\"252\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eSPEC\u003c\/span\u003e樣式\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_spec01_zh-hant.webp\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e雙面使用\u003cbr\u003e365天都不想放手\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                根據季節來分別使用棉被的正反面。暖和的季節時，將涼爽的接觸冷感面朝向肌膚，寒冷的季節則使用柔軟且光滑的蜜桃絨面料溫柔地包裹身體。\u003cbr\u003e無需被套即可直接使用。\u003cbr\u003e※商品上，起毛面有標示WARM(暖)，反面的光滑布料則是接觸涼感面。\n\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec spec__color technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eColor\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e寂靜灰\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec spec__material technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eMaterial\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e外側布料\u003cbr\u003e表布: 100%聚酯纖維\u003cbr\u003e裏布: 100%尼龍\u003cbr\u003e填充物:50%人造纖維\/50%聚酯纖維 0.16kg\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub size animatedParent animateOnce\" data-sequence=\"300\"\n      data-offset=\"300\" style=\"clear: both;\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"size__desc fadeInUpShort animated\"\u003e\n          \u003cp class=\"technology__item__desc__text__content__title termina\"\u003eSize\u003c\/p\u003e\n          \u003cp class=\"technology__item__desc__text__content__desc\"\u003e約寬140 X 長70 (約400g)\u003cbr\u003e收納時尺寸:約寬14 X 長14 X 高29.5cm\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"size__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_spec02_zh-hant.webp\"\n            class=\"u-pc\" alt=\"\" width=\"1918\" height=\"798\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_spec02_sp_zh-hant.webp\"\n            class=\"u-sp\" alt=\"\" width=\"672\" height=\"330\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eHOW TO USE\u003c\/span\u003e使用方法\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner scene\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cimg height=\"1016\" width=\"1410\" class=\"u-pc\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_howtouse_img01_model_v2.png\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n            \u003cimg height=\"778\" width=\"750\" class=\"u-sp\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_howtouse_img01_sp_model_v2.jpg\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e多用途的使用方式\u003cbr\u003e適用於各種情境\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                太空科技毛毯利用壓扣設計，可以靈活應用於多種場景，實用性極高。此外，由於具備溫度調節功能，一年四季皆可使用！炎熱的季節也能防止冷氣造成的寒冷。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_howtouse_img02_zh-hant.webp\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e毛毯的便攜式摺疊方法\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                如右圖將毛毯捲起進口袋後即可簡單的做收納，再放進附帶的收納袋中，想走到哪就帶到哪。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"relatedProducts\" id=\"relatedProducts\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e相關產品\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"related__wrap\" id=\"related01\"\u003e\n      \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003e腦眠科技被 四季通用\u003c\/p\u003e\n        \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n          \u003cimg height=\"710\" width=\"1318\" class=\"\" alt=\"\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_allseasons.jpg\"\n            decoding=\"async\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"related__desc\"\u003e\n          \u003cdiv class=\"related__logo fadeInUpShort animated u-pc\"\u003e\n            \u003cimg height=\"160\" width=\"638\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_allseasons_logo.png\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003e腦眠科技被 四季通用\u003c\/p\u003e\n          \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e一年四季\u003cbr\u003e引導到最理想的溫度太空被\u003c\/p\u003e\n          \u003cdiv class=\"u-pc\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_allseasons\" class=\"related__btn fadeInUpShort animated\"\n              target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"u-sp\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_allseasons\" class=\"related__btn fadeInUpShort animated\"\n              target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"related__wrap\" id=\"related02\"\u003e\n      \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003e腦眠科技便攜毯 極致保暖\u003c\/p\u003e\n        \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n          \u003cimg height=\"741\" width=\"1318\" class=\"\" alt=\"\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_blanket_portable_perfectwarm_v2.jpg\"\n            decoding=\"async\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"related__desc\"\u003e\n          \u003cdiv class=\"related__logo fadeInUpShort animated u-pc\"\u003e\n            \u003cimg height=\"234\" width=\"534\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_blanket_portable_perfectwarm_logo.png\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003e腦眠科技便攜毯 極致保暖\u003c\/p\u003e\n          \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e極致保暖\u003cbr\u003e防冷便攜毯\u003c\/p\u003e\n          \u003cdiv class=\"u-pc\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/blanket_perfectwarm\" class=\"related__btn fadeInUpShort animated\"\n              target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"u-sp\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/blanket_perfectwarm\" class=\"related__btn fadeInUpShort animated\"\n              target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"technology__item technology__item__sub spec__table\"\u003e\n      \u003cdiv class=\"technology__item__inner u-sp\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\n          style=\"margin-top: 0;\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\" style=\"margin-top: 0;\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\" style=\"line-height: 1.5;margin-bottom: 16px;\"\u003e\n                便攜毛毯比較表\u003c\/h3\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__img animatedParent animateOnce spec__table1\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_blanket_comparison_v2_zh-hant.webp\"\n          alt=\"\" class=\"fadeInUpShort animated  only_pc\" width=\"2000\" height=\"1124\"\u003e\n        \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_blanket_comparison_sp_v2_zh-hant.webp\"\n            alt=\"\" class=\"fadeInUpShort animated  only_sp\" width=\"1422\" height=\"800\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_prev.png\"\n            class=\"spec__table__nav__prev\" alt=\"\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_next.png\"\n            class=\"spec__table__nav__next \" alt=\"\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"other__title\" id=\"other\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eRecommended selection\u003c\/span\u003e提升睡眠品質的推薦商品\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003csection class=\"other__pillow animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"other__pillow__inner fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"other__pillow__text__sub__title only_sp\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\n          \u003c\/h3\u003e\n          \u003cdiv class=\"other__pillow__vimeo\"\u003e\n            \u003cvideo class=\"lozad\" width=\"1400\" height=\"1080\" style=\"aspect-ratio: 1400\/1080;\"\n              data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5b3769ce88a34ad5b685b96a373263a8.mp4\" preload=\"none\"\n              autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n            \u003c\/video\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__pillow__text\"\u003e\n            \u003cdiv class=\"other__pillow__text__title\"\u003e\n              \u003ch2 class=\"other__pillow__text__title__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_pillow_logo.png\"\n                  alt=\"BRAIN SLEEP PILLOW\" width=\"207\" height=\"65\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__pillow__text__title__name\"\u003e腦眠科技枕\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"other__pillow__text__sub__title\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\n            \u003c\/h3\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003cdiv class=\"other__col2\"\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\n          id=\"other__coin\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n          \u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_coin.jpg\"\n              alt=\"\" width=\"629\" height=\"629\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"other__col2__item__logo other__col2__item__coin__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_coin_logo.png\"\n                  alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__flex\"\u003e\n              \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\n          id=\"other__conforter\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e四季通用\u003cbr\u003e引導至舒適溫度\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter.png\"\n              alt=\"\" width=\"561\" height=\"207\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"other__col2__item__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter_logo.png\"\n                  alt=\"BRAIN SLEEP FLOAT\" width=\"343\" height=\"104\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技被 四季通用\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__flex\"\u003e\n              \u003cp class=\"other__col2__item__flex__desc\"\u003e四季通用\u003cbr\u003e引導至舒適溫度\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_allseasons\"\n                class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"last__inner\"\u003e\n        \u003cp class=\"last__txt\"\u003e整年都把舒適帶著走\u003cbr\u003e為了更好的每一天\u003c\/p\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_awakenyourpossibility.png\"\n          alt=\"\" class=\"lozad last__logo\" width=\"470\" height=\"218\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_last_present_zh-hant.webp\"\n          alt=\"\" class=\"lozad last__present\" width=\"680\" height=\"228\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"faq\" id=\"faq\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eFAQ\u003c\/span\u003e常見問題\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e能夠水洗嗎?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e可以使用家庭式洗衣機進行洗滌，請務必使用洗衣袋並與白色衣物或淡色物品分開洗滌\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e可以使用漂白劑嗎?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請避免使用漂白劑（含氯或含氧的漂白劑），可能造成掉色或變色問題\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e能放進滾筒式烘乾機裡烘乾嗎?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請避免使用滾筒式烘乾機，可能會導致產品縮水或材質劣化\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e該如何做使用呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              除了可以當作膝上毯或午睡毯外，利用壓扣還能當作裙子或手臂套使用。此外，在拆卸壓扣時，請勿拉扯布料，請從壓扣根部取下。標有「WARM」的一面是帶有溫暖感的細絨布，另一面是光滑的接觸涼感布料，可以根據當下情況雙面使用\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e如何做收納呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請將毛毯捲起塞進本身的口袋，再放進附帶的收納袋中，即可輕鬆攜帶。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e有哪些顏色可以選購呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e目前是寂靜灰一色可供選擇\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/main\u003e\n\u003c\/div\u003e\n\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_all_v1.css\"\u003e\n\u003cscript defer type=\"text\/javascript\"\n  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_all_v1.js\"\u003e\u003c\/script\u003e\n\n\n\u003cstyle\u003e\n  .spec__item__desc__text__content__title,\n  #clean .technology__item__desc.tips .technology__item__desc__text__content__desc span,\n  .technology__link__lists__title,\n  .concept__txt,\n  .fit__ttl,\n  .sleep__info__quality__cold__text,\n  .sleep__info__quality__golden__title,\n  .sleep__info__book__text__title,\n  .sleep__info__book__top,\n  .mv__txt2,\n  .rwlp__header__menu__link,\n  .technology__item__desc__text__content__title,\n  body.typesquare_option {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n    visibility: visible !important;\n    opacity: 1 !important;\n  }\n\n  .termina {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif !important;\n    font-weight: 400;\n  }\n\n  #clean .technology__item__desc.tips .technology__item__desc__text__content__title {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n  }\n\n  .mv__caption__text span {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", sans-serif;\n  }\n\u003c\/style\u003e\n\n\u003c!--パラメータ表示制御--\u003e\n\u003cscript\u003e\n  jQuery(function () {\n    const param = location.search;\n    \/\/ jsで表示・非表示の処理をするパターン\n    if (param.indexOf('?ad_1') === 0) {\n      if (window.matchMedia(\"(max-width: 768px)\").matches) {\n        \/\/画面横幅が768px以下のときの処理\n        jQuery('.y_ad_on_sp').css({ 'display': 'block' });\n        jQuery('.y_ad_off_sp').css({ 'display': 'none' });\n      }\n      else {\n        \/\/画面横幅が769px以上のときの処理\n        jQuery('.y_ad_on').css({ 'display': 'block' });\n        jQuery('.y_ad_off').css({ 'display': 'none' });\n      };\n    }\n    else {\n      if (window.matchMedia(\"(max-width: 768px)\").matches) {\n        \/\/画面横幅が768px以下のときの処理\n        jQuery('.y_ad_on_sp').css({ 'display': 'none' });\n        jQuery('.y_ad_off_sp').css({ 'display': 'block' });\n      }\n      else {\n        \/\/画面横幅が769px以上のときの処理\n        jQuery('.y_ad_on').css({ 'display': 'none' });\n        jQuery('.y_ad_off').css({ 'display': 'block' });\n      };\n    }\n  });\n\u003c\/script\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function () {\n    const smoothScrollLinks = document.querySelectorAll('.custom-smooth-scroll');\n\n    smoothScrollLinks.forEach(function (link) {\n      link.addEventListener('click', function (e) {\n        e.preventDefault();\n        const targetId = this.getAttribute('href');\n        const targetElement = document.querySelector(targetId);\n        const offset = 20; \/\/ スクロール位置を調整するためのオフセット\n        const targetPosition = targetElement.getBoundingClientRect().top + window.scrollY - offset;\n        window.scrollTo({\n          top: targetPosition,\n          behavior: 'smooth'\n        });\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":45927671890142,"sku":"C0008A1-FRLG","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/blanket_allseasons.jpg?v=1756808514"},{"product_id":"blanket_perfectwarm","title":"腦睡眠科技便攜毯 極致保暖","description":"\u003cstyle\u003e\n.technology__item__graph__content {\n  height: fit-content!important;\n}\n  .multilingual_annotation {\n    text-align: center;\n    font-size: 16px;\n    padding: 15px;\n    color: #A32135;\n  }\n  #MainContent,\n  html.js {\n    overflow: auto;\n  }\n\n  .rwlp__wrapper div:empty {\n    display: initial;\n  }\n\n  .buy__area {\n    background-color: #fff;\n    border-bottom: 1px #000 solid;\n    border-top: 1px #000 solid;\n    bottom: 0;\n    font-weight: 500;\n    left: 0;\n    padding: 15px 0 18px;\n    position: fixed;\n    width: 100%;\n    z-index: 99999\n  }\n\n  .buy__area__flex {\n    align-items: center;\n    display: flex;\n    justify-content: center;\n    margin: 0 auto;\n    width: 532px\n  }\n\n  .buy__area__name {\n    font-size: 17px;\n    line-height: 1\n  }\n\n  .buy__area__price {\n    font-size: 11px;\n    line-height: 1;\n    margin-top: 10px\n  }\n\n  .buy__area__price span {\n    font-family: 'Helvetica Neue', Helvetica, sans-serif;\n    font-size: 21px;\n    line-height: 1\n  }\n\n  .buy__area__btn {\n    background-color: #9c2335;\n    color: #fff !important;\n    font-size: 16px;\n    font-weight: 500;\n    letter-spacing: .05em;\n    line-height: 43px;\n    text-align: center;\n    width: 238px\n  }\n\n  @media screen and (max-width:749px) {\n    .buy__area {\n      padding: 20px 0\n    }\n\n    .buy__area__flex {\n      justify-content: center;\n      padding-left: 0;\n      width: auto\n    }\n\n    .buy__area__text {\n      display: none\n    }\n\n    .buy__area__btn {\n      font-size: 16px;\n      line-height: 40px;\n      width: 200px\n    }\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n    transform: unset;\n    animation: unset;\n    opacity: 1;\n  }\n\n  .rwlp__wrapper .thumbnail {\n    position: relative;\n    cursor: unset;\n  }\n\n  .rwlp__wrapper .thumbnail:hover {\n    opacity: 1;\n  }\n\n  .rwlp__wrapper ul {\n    padding-left: 0;\n  }\n\n  .rwlp__wrapper li {\n    list-style: none;\n  }\n\n  img {\n    border: unset !important;\n  }\n\n  .u-pc {\n    display: block !important\n  }\n\n  @media screen and (max-width:767px) {\n    .u-pc {\n      display: none !important\n    }\n  }\n\n  html,\n  body,\n  div,\n  span,\n  iframe,\n  h2,\n  p,\n  img,\n  small,\n  ul,\n  li,\n  label,\n  details,\n  header,\n  nav,\n  section,\n  summary {\n    margin: 0;\n    padding: 0;\n    border: 0;\n    outline: 0;\n    vertical-align: baseline;\n    background: transparent\n  }\n\n  * {\n    box-sizing: border-box;\n    line-height: 1.5\n  }\n\n  body {\n    width: 100%;\n    background: #fff;\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n    color: #000\n  }\n\n  main {\n    display: block\n  }\n\n  li {\n    list-style-type: none\n  }\n\n  a {\n    display: inline-block;\n    text-decoration: none;\n    color: #000\n  }\n\n  img {\n    vertical-align: bottom;\n    max-width: 100%;\n    height: auto\n  }\n\n  input,\n  button,\n  select {\n    appearance: none\n  }\n\n  h2 {\n    font-weight: normal !important\n  }\n\n  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .mv {\n    background-color: #9c2335\n  }\n\n  .mv__inner {\n    width: 84vw;\n    margin: 0 auto;\n    position: relative\n  }\n\n  .mv__img {\n    width: 55vw;\n    margin-left: auto;\n    padding-top: 2.2vw\n  }\n\n  @media screen and (max-width:749px) {\n    .mv {\n      height: 180vw;\n      position: relative\n    }\n\n    .mv__inner {\n      width: 100vw;\n      height: 100%;\n      margin: 0 auto\n    }\n\n    .mv__img {\n      height: 90.666vw;\n      width: 100vw;\n      margin-left: auto;\n      position: absolute;\n      bottom: 0;\n      left: 0\n    }\n  }\n\n  .rwlp__wrapper img {\n    width: 100%\n  }\n\n  .mv {\n    margin-top: 0\n  }\n\u003c\/style\u003e\n\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n  \u003cmain\u003e\n    \u003csection class=\"mv\"\u003e\n      \u003cdiv class=\"mv__inner\"\u003e\n        \u003cdiv class=\"mv__img\"\u003e\n          \u003cimg decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_img_model_v2.png\"\n            alt=\"\" class=\"u-pc\" width=\"1590\" height=\"1486\"\u003e\n          \u003cimg decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_img_sp_model_v2.jpg\"\n            alt=\"\" class=\"u-sp\" width=\"748\" height=\"700\"\u003e\n        \u003c\/div\u003e\n        \u003ch1 class=\"mv__txt2\"\u003e極致溫暖\u003cbr\u003e防冷毛毯\u003c\/h1\u003e\n        \u003cdiv class=\"mv__logo\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_logo.png?1\"\n            alt=\"BRAINSLEEP BLANKET PORTABLE PERFECT WARM\" width=\"586\" height=\"252\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__features\"\u003e\n          \u003cimg\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_features_zh-hant.webp?1\"\n            alt=\"軽量モデル、持ち運び\" width=\"728\" height=\"74\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"intro1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro1__inner\"\u003e\n        \u003cp class=\"intro1__txt fadeInUpShort animated\"\u003e幫你解決需要保暖的情況\u003c\/p\u003e\n        \u003cp class=\"intro1__ttl fadeInUpShort animated\"\u003e對抗寒冷及溫差\u003cbr\u003e只需這一件\u003c\/p\u003e\n        \u003cdiv class=\"intro1__scene\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_scene_zh-hant.webp\"\n            alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1442\" height=\"692\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_features_sp_zh-hant.webp\"\n            alt=\"冬のリビングルーム、冬のオフィス、寒い時期の散歩、\n            アウトドア、仮眠、子どものお昼寝\" class=\"u-sp fadeInUpShort animated\" width=\"684\" height=\"280\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro1__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_img_v2.png\"\n            alt=\"\" class=\"u-pc\" width=\"1468\" height=\"1359\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_img_sp_v2.png\"\n            alt=\"\" class=\"u-sp\" width=\"532\" height=\"474\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro2__inner\"\u003e\n        \u003cp class=\"intro2__ttl fadeInUpShort animated\"\u003e極致保暖的秘密就在於\u003cbr\u003e獨自開發的材質\u003c\/p\u003e\n        \u003cdiv class=\"intro2__material fadeInUpShort animated\"\u003e\u003cspan\u003e腦暖棉納米絨\u003c\/span\u003e\u003c\/div\u003e\n        \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-pc\"\u003e\u003cspan\u003eCARBO NANO DOWN\u003c\/span\u003e\u003c\/div\u003e\n        \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-sp\"\u003e\n          \u003cspan\u003eCARBO\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eNANO DOWN\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro2__features fadeInUpShort animated\"\u003e\n          \u003cdiv\u003e保濕性\u003c\/div\u003e\n          \u003cdiv\u003e吸濕發熱性\u003c\/div\u003e\n          \u003cdiv\u003e遠紅外線輻射熱性\u003c\/div\u003e\n          \u003cdiv\u003e吸濕散濕性\u003c\/div\u003e\n          \u003cdiv\u003e壓縮回復性\u003c\/div\u003e\n          \u003cdiv\u003e洗滌性\u003c\/div\u003e\n          \u003cdiv\u003e抑菌性\u003c\/div\u003e\n          \u003cdiv\u003e防蟎性\u003c\/div\u003e\n          \u003cdiv\u003e除臭性\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro02__wrap1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"intro02__wrap1__img fadeInUpShort animated\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_img1.jpg\"\n              alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1092\" height=\"616\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_img1_sp.jpg\"\n              alt=\"\" class=\"u-sp fadeInUpShort animated\" width=\"658\" height=\"658\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro02__wrap1__desc\"\u003e\n            \u003cp class=\"intro02__wrap1__ttl fadeInUpShort animated\"\u003e遙遙領先羽絨的\u003cbr\u003e極致溫暖\u003c\/p\u003e\n            \u003cp class=\"intro02__wrap1__txt fadeInUpShort animated\"\u003e\n              腦眠科技經過長時間的獨自開發，創造出完美的混合顆粒綿。將極小尺寸的美洲木棉透過特殊工藝與纖維結合，打造出多功能的次世代顆粒綿。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro02__wrap2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"intro02__wrap2__desc\"\u003e\n              \u003cp class=\"intro02__wrap2__ttl fadeInUpShort animated\"\u003e遙遙領先羽絨的保溫性\u003c\/p\u003e\n              \u003cp class=\"intro02__wrap2__txt fadeInUpShort animated\"\u003e高級羽絨材質相比，實現了約149%的保溫性\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__wrap2__img fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_graph1_zh-hant.webp\"\n                alt=\"\" class=\"fadeInUpShort animated\" width=\"1040\" height=\"586\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv\u003e\n            \u003cdiv class=\"intro02__wrap2__desc\"\u003e\n              \u003cp class=\"intro02__wrap2__ttl fadeInUpShort animated\"\u003e溫暖且不悶熱的舒適感\u003c\/p\u003e\n              \u003cp class=\"intro02__wrap2__txt fadeInUpShort animated\"\u003e整條毛毯能夠吸收並釋放濕氣，帶給你不悶熱的舒適感受。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__wrap2__img fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_graph2_zh-hant.webp\"\n                alt=\"\" class=\"fadeInUpShort animated\" width=\"1040\" height=\"668\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro3 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cp class=\"intro3__ttl fadeInUpShort animated\"\u003e日本募資平台上獲得歷年棉被排行第一名\u003cbr\u003e極致保暖推出的毛毯\u003c\/p\u003e\n      \u003cdiv class=\"intro3__makuake\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro03_makuake.png\"\n          alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"660\" height=\"372\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_makuake_sp.jpg\"\n          alt=\"\" class=\"u-sp fadeInUpShort animated\" width=\"660\" height=\"894\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro3__wrap\"\u003e\n        \u003cdiv class=\"intro3__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_gif_pw.gif\" alt=\"\"\n            class=\"fadeInUpShort animated\" width=\"1426\" height=\"804\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro3__txt fadeInUpShort animated\" style=\"text-align: left;\"\u003e簡單收納\u003cbr\u003e辦公室．移動中\u003cbr\u003e戶外都能保持舒適\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"intro04__bg\"\u003e\n        \u003cimg class=\"u-pc\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro04_bg_v2.jpg\"\n          alt=\"\" width=\"2000\" height=\"1121\"\u003e\n        \u003cimg class=\"u-sp\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro04_bg_sp_v2.jpg\"\n          alt=\"\" width=\"748\" height=\"770\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro04__inner\"\u003e\n        \u003cdiv class=\"intro04__ttl fadeInUpShort animated\" style=\"margin-left: 0;\"\u003e把『不悶熱的極致溫暖』\u003cbr class=\"u-sp\"\u003e帶著走\u003c\/div\u003e\n        \u003cdiv class=\"intro04__logo fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro04_logo.png\"\n            alt=\"\" width=\"590\" height=\"252\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eSPEC\u003c\/span\u003e樣式\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_spec01_v2.jpg\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e光滑的觸感\u003cbr\u003e包裹上的瞬間\u003cbr\u003e舒適的溫暖包圍\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e使用的是特殊纖維構造的毛毯布料，幾乎媲美喀什米爾的柔軟和滑順感\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec spec__color technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eColor\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e暗岩灰\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec spec__material technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eMaterial\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e外側布料\u003cbr\u003e表布: 100%聚酯纖維\u003cbr\u003e裏布: 絨毛部分 100%聚酯纖維  基布部分 60%聚酯纖維 40%人造纖維\u003cbr\u003e填充物:85%聚酯纖維 15%合成纖維(聚丙烯酸酯系纖維)\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub size animatedParent animateOnce\" data-sequence=\"300\"\n      data-offset=\"300\" style=\"clear: both;\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"size__desc fadeInUpShort animated\"\u003e\n          \u003cp class=\"technology__item__desc__text__content__title termina\"\u003eSize\u003c\/p\u003e\n          \u003cp class=\"technology__item__desc__text__content__desc\"\u003e約寬140 X 長70 (約570g)\u003cbr\u003e收納時尺寸:約寬19 X 長19 X 高30cm\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"size__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_spec02_zh-hant.webp\"\n            class=\"u-pc\" alt=\"\" width=\"1918\" height=\"798\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_spec02_sp_zh-hant.webp\"\n            class=\"u-sp\" alt=\"\" width=\"672\" height=\"330\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eHOW TO USE\u003c\/span\u003e使用方法\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\"\u003e\n      \u003cdiv class=\"technology__item__inner scene\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cimg height=\"1016\" width=\"1410\" class=\"u-pc\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_howtouse_img01_model_v2.png\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n            \u003cimg height=\"778\" width=\"750\" class=\"u-sp\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_howtouse_img01_sp_model_v2.jpg\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e多用途的使用方式\u003cbr\u003e適用於各種情境\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                毛毯利用壓扣設計，可以靈活應用於多種場景，實用性極高。寒冷的季節或劇烈的溫差也能守護您保持溫暖。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n            \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_howtouse_img02_zh-hant.webp\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e毛毯的便攜式摺疊方法\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e捲起進口袋後即可簡單的做收納，想走到哪就帶到哪。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"relatedProducts\" id=\"relatedProducts\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e相關產品\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"related__wrap\" id=\"related01\"\u003e\n      \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003e腦眠科技被 極致保暖 EX\u003c\/p\u003e\n        \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n          \u003cimg height=\"156\" width=\"634\" class=\"\" alt=\"\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_comforter_perfect_warmex.jpg\"\n            decoding=\"async\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"related__desc\"\u003e\n          \u003cdiv class=\"related__logo fadeInUpShort animated u-pc\"\u003e\n            \u003cimg height=\"160\" width=\"638\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_comforter_perefectwarm_ex_logo.png\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003e腦眠科技被 極致保暖 EX\u003c\/p\u003e\n          \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e無需羽絨及毛毯\u003cbr\u003e極度溫暖的棉被\u003c\/p\u003e\n          \u003cdiv class=\"u-pc\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectwarmex\"\n              class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"u-sp\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectwarmex\"\n              class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"related__wrap\" id=\"related02\"\u003e\n      \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003e腦眠科技便攜毯 四季通用\u003c\/p\u003e\n        \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n          \u003cimg height=\"234\" width=\"534\" class=\"\" alt=\"\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_blanket_allseasons_v2.jpg\"\n            decoding=\"async\" loading=\"lazy\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"related__desc\"\u003e\n          \u003cdiv class=\"related__logo fadeInUpShort animated u-pc\"\u003e\n            \u003cimg height=\"234\" width=\"534\" class=\"\" alt=\"\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_blanket_portable_all_seasons_logo.png\"\n              decoding=\"async\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003e腦眠科技便攜毯 四季通用\u003c\/p\u003e\n          \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e全年通用 \u003cbr\u003e防冷毛毯\u003c\/p\u003e\n          \u003cdiv class=\"u-pc\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/blanket_allseasons\" class=\"related__btn fadeInUpShort animated\"\n              target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"u-sp\"\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/blanket_allseasons\" class=\"related__btn fadeInUpShort animated\"\n              target=\"_blank\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"technology__item technology__item__sub spec__table\"\u003e\n      \u003cdiv class=\"technology__item__inner u-sp\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\n          style=\"margin-top: 0;\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\" style=\"margin-top: 0;\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\" style=\"line-height: 1.5;margin-bottom: 16px;\"\u003e\n                便攜毛毯比較表\u003c\/h3\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"technology__item__img animatedParent animateOnce spec__table1\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_blanket_comparison_zh-hant.webp\"\n          alt=\"\" class=\"fadeInUpShort animated  only_pc\" width=\"2000\" height=\"1124\"\u003e\n        \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_blanket_comparison_sp_zh-hant.webp?1\"\n            alt=\"\" class=\"fadeInUpShort animated  only_sp\" width=\"1422\" height=\"800\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_prev.png\"\n            class=\"spec__table__nav__prev\" alt=\"\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_next.png\"\n            class=\"spec__table__nav__next \" alt=\"\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"other__title\" id=\"other\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eRecommended selection\u003c\/span\u003e提高睡眠品質的推薦商品\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003csection class=\"other__pillow animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"other__pillow__inner fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"other__pillow__text__sub__title only_sp\"\u003e研究腦部及睡眠誕生的枕頭\u003cbr\u003e喚醒可能性\u003cbr\u003e迎接清爽自在的早晨\n          \u003c\/h3\u003e\n          \u003cdiv class=\"other__pillow__vimeo\"\u003e\n            \u003cvideo class=\"lozad\" width=\"1400\" height=\"1080\" style=\"aspect-ratio: 1400\/1080;\"\n              data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5b3769ce88a34ad5b685b96a373263a8.mp4\" preload=\"none\"\n              autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n            \u003c\/video\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__pillow__text\"\u003e\n            \u003cdiv class=\"other__pillow__text__title\"\u003e\n              \u003ch2 class=\"other__pillow__text__title__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_pillow_logo.png\"\n                  alt=\"BRAIN SLEEP PILLOW\" width=\"207\" height=\"65\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__pillow__text__title__name\"\u003e腦眠科技枕\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"other__pillow__text__sub__title\"\u003e研究腦部及睡眠誕生的枕頭\u003cbr\u003e喚醒可能性\u003cbr\u003e迎接清爽自在的早晨\n            \u003c\/h3\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003cdiv class=\"other__col2\"\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\n          id=\"other__coin\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n          \u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_coin.jpg\"\n              alt=\"\" width=\"629\" height=\"629\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"other__col2__item__logo other__col2__item__coin__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_coin_logo.png\"\n                  alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__flex\"\u003e\n              \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\n          id=\"other__conforter\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e四季通用\u003cbr\u003e引導至舒適溫度\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter.png\"\n              alt=\"\" width=\"561\" height=\"207\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"other__col2__item__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter_logo.png\"\n                  alt=\"BRAIN SLEEP FLOAT\" width=\"343\" height=\"104\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技被 四季通用\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__flex\"\u003e\n              \u003cp class=\"other__col2__item__flex__desc\"\u003e四季通用\u003cbr\u003e引導至舒適溫度\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_allseasons\"\n                class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003cdiv class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"last__inner\"\u003e\n        \u003cp class=\"last__txt\"\u003e將極致的溫暖帶著走\u003cbr\u003e舒適度過每一天\u003c\/p\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_awakenyourpossibility.png\"\n          alt=\"\" class=\"lozad last__logo\" width=\"470\" height=\"218\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_last_present_zh-hant.webp\"\n          alt=\"\" class=\"u-pc lozad last__present\" width=\"680\" height=\"228\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_last_present_sp_zh-hant.webp\"\n          alt=\"\" class=\"u-sp lozad last__present\" width=\"680\" height=\"228\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"faq\" id=\"faq\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eFAQ\u003c\/span\u003e常見問題\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e能夠水洗嗎?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e可以使用家庭式洗衣機進行洗滌，請務必使用洗衣袋並與白色衣物或淡色物品分開洗滌\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e可以使用漂白劑嗎?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請避免使用漂白劑（含氯或含氧的漂白劑），可能造成掉色或變色問題\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e乾燥時需要注意什麼嗎 ?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e乾燥後請輕拍填充物，讓其回復蓬鬆感。\u003cbr\u003e請避免使用滾筒式烘乾機，可能會導致產品縮水或材質劣化\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e該如何做使用呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              除了可以當作膝上毯或午睡毯外，利用壓扣還能當作裙子或手臂套使用。此外，在拆卸壓扣時，請勿拉扯布料，請從壓扣根部取下。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e如何做收納呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e請將毛毯捲起塞進本身的口袋，再放進附帶的收納袋中，即可輕鬆攜帶。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003e有哪些顏色可以選購呢?\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e目前是暗岩灰一色可供選擇\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c\/main\u003e\n\u003c\/div\u003e\n\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_all_v1.css\"\u003e\n\u003cscript defer type=\"text\/javascript\"\n  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_all_v1.js\"\u003e\u003c\/script\u003e\n\n\u003cstyle\u003e\n  .spec__item__desc__text__content__title,\n  #clean .technology__item__desc.tips .technology__item__desc__text__content__desc span,\n  .technology__link__lists__title,\n  .concept__txt,\n  .fit__ttl,\n  .sleep__info__quality__cold__text,\n  .sleep__info__quality__golden__title,\n  .sleep__info__book__text__title,\n  .sleep__info__book__top,\n  .mv__txt2,\n  .rwlp__header__menu__link,\n  .technology__item__desc__text__content__title,\n  body.typesquare_option {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n    visibility: visible !important;\n    opacity: 1 !important;\n  }\n\n  .termina {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif !important;\n    font-weight: 400;\n  }\n\n  #clean .technology__item__desc.tips .technology__item__desc__text__content__title {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n  }\n\n  .mv__caption__text span {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", sans-serif;\n  }\n\u003c\/style\u003e\n\n\u003c!--パラメータ表示制御--\u003e\n\u003cscript\u003e\n  jQuery(function () {\n    const param = location.search;\n    \/\/ jsで表示・非表示の処理をするパターン\n    if (param.indexOf('?ad_1') === 0) {\n      if (window.matchMedia(\"(max-width: 768px)\").matches) {\n        \/\/画面横幅が768px以下のときの処理\n        jQuery('.y_ad_on_sp').css({ 'display': 'block' });\n        jQuery('.y_ad_off_sp').css({ 'display': 'none' });\n      }\n      else {\n        \/\/画面横幅が769px以上のときの処理\n        jQuery('.y_ad_on').css({ 'display': 'block' });\n        jQuery('.y_ad_off').css({ 'display': 'none' });\n      };\n    }\n    else {\n      if (window.matchMedia(\"(max-width: 768px)\").matches) {\n        \/\/画面横幅が768px以下のときの処理\n        jQuery('.y_ad_on_sp').css({ 'display': 'none' });\n        jQuery('.y_ad_off_sp').css({ 'display': 'block' });\n      }\n      else {\n        \/\/画面横幅が769px以上のときの処理\n        jQuery('.y_ad_on').css({ 'display': 'none' });\n        jQuery('.y_ad_off').css({ 'display': 'block' });\n      };\n    }\n  });\n\u003c\/script\u003e\n\u003cscript\u003e\n  document.addEventListener('DOMContentLoaded', function () {\n    const smoothScrollLinks = document.querySelectorAll('.custom-smooth-scroll');\n\n    smoothScrollLinks.forEach(function (link) {\n      link.addEventListener('click', function (e) {\n        e.preventDefault();\n        const targetId = this.getAttribute('href');\n        const targetElement = document.querySelector(targetId);\n        const offset = 20; \/\/ スクロール位置を調整するためのオフセット\n        const targetPosition = targetElement.getBoundingClientRect().top + window.scrollY - offset;\n        window.scrollTo({\n          top: targetPosition,\n          behavior: 'smooth'\n        });\n      });\n    });\n  });\n\u003c\/script\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":45927672447198,"sku":"C0009A1-FRDG","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/blanket_warm.jpg?v=1756808595"},{"product_id":"comforter_perfectwarm_dual","title":"腦眠科技被 極致雙重保暖","description":"\u003cstyle\u003e\n.technology__item__graph__content {\n  height: fit-content!important;\n}\n  .multilingual_annotation {\n    text-align: center;\n    font-size: 16px;\n    padding: 15px;\n    color: #A32135;\n  }\n  .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  .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  .buy__area {\n    background-color: #fff;\n    border-bottom: 1px #000 solid;\n    border-top: 1px #000 solid;\n    bottom: 0;\n    font-weight: 500;\n    left: 0;\n    padding: 15px 0 18px;\n    position: fixed;\n    width: 100%;\n    z-index: 99999\n  }\n\n  .buy__area__flex {\n    align-items: center;\n    display: flex;\n    justify-content: center;\n    margin: 0 auto;\n    width: 532px\n  }\n\n  .buy__area__name {\n    font-size: 17px;\n    line-height: 1\n  }\n\n  .buy__area__price {\n    font-size: 11px;\n    line-height: 1;\n    margin-top: 10px\n  }\n\n  .buy__area__price span {\n    font-family: 'Helvetica Neue', Helvetica, sans-serif;\n    font-size: 21px;\n    line-height: 1\n  }\n\n  .buy__area__btn {\n    background-color: #9c2335;\n    color: #fff !important;\n    font-size: 16px;\n    font-weight: 500;\n    letter-spacing: .05em;\n    line-height: 43px;\n    text-align: center;\n    width: 238px\n  }\n\n  @media screen and (max-width:749px) {\n    .buy__area {\n      padding: 20px 0\n    }\n\n    .buy__area__flex {\n      justify-content: center;\n      padding-left: 0;\n      width: auto\n    }\n\n    .buy__area__text {\n      display: none\n    }\n\n    .buy__area__btn {\n      font-size: 16px;\n      line-height: 40px;\n      width: 200px\n    }\n  }\n\n  html {\n    scroll-behavior: smooth;\n  }\n\n  .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n    transform: unset;\n    animation: unset;\n    opacity: 1;\n  }\n\n  .rwlp__wrapper a:empty,\n  .rwlp__wrapper div:empty {\n    display: initial;\n  }\n\n  .rwlp__wrapper video {\n    height: auto;\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  }\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__bg img,\n  .intro05__img02 img,\n  .technology__item__desc__img img,\n  .scene__inner img,\n  .line__bnr img,\n  .technology__link__lists__title {\n    margin-bottom: 0;\n  }\n\n  .technology__item__feature {\n    padding-left: 0 !important;\n  }\n\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  b,\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  video {\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__link__lists__img img {\n    width: 100%\n  }\n\n  .technology__item__desc__img {\n    position: relative;\n    width: 58.1428571428571vw;\n    flex: 1\n  }\n\n  .technology__item__desc__img video {\n    width: 100%;\n    height: auto\n  }\n\n  .technology__item__desc__img img {\n    width: 100%;\n    height: auto\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: 40px\n  }\n\n  @media screen and (max-width:749px) {\n    .technology__item__desc__img {\n      margin-left: auto;\n      width: 100%;\n      max-width: calc(100vw - 20px)\n    }\n\n    .technology__item__desc__img img {\n      height: 100%\n    }\n\n    .technology__item__desc__text__content__desc {\n      margin-top: 20px;\n      padding-right: 20px\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  img {\n    vertical-align: bottom\n  }\n\n  .kv {\n    position: relative\n  }\n\n  .kv__inner {\n    position: absolute;\n    z-index: 1;\n    top: 6vw;\n    left: 9vw;\n    color: #fff;\n    width: 87vw;\n    height: 80.6%\n  }\n\n  .kv__ttl {\n    font-size: 3.7142857vw;\n    line-height: 1.35;\n    color: #fff\n  }\n\n  .kv__ttl span {\n    display: block;\n    font-size: 2.571428vw;\n    margin-bottom: .5vw\n  }\n\n  .kv__txt {\n    color: #fff;\n    font-size: 1.86vw;\n    margin-bottom: 0.45vw;\n    padding-left: .8vw;\n    font-feature-settings: \"palt\"\n  }\n\n  .kv__txt img {\n    width: 8.3571428vw;\n    position: relative;\n    top: -0.25vw;\n    display: inline-block;\n    margin-right: 0.45vw\n  }\n\n  .intro04__img img {\n    margin-left: 66px\n  }\n\n  .technology__item__desc__text__content__tag {\n    font-size: 22px;\n    width: 26.2857142857143vw;\n    text-align: center;\n    border: 1px solid #000;\n    line-height: 1.4;\n    margin-bottom: 24px\n  }\n\n  #spec01 .technology__item__desc__text__content__desc {\n    margin-top: 8px;\n    margin-bottom: 80px\n  }\n\n  #spec01 .technology__item__desc__img01 {\n    width: 80%;\n    display: block;\n    margin: 0 auto\n  }\n\n  #spec01 .technology__item__desc__img02 {\n    width: 50%;\n    display: block;\n    margin: 160px auto 0\n  }\n\n  @media screen and (max-width:767px) {\n    .kv__inner {\n      top: 17vw;\n      left: 9vw;\n      height: 84.6%\n    }\n\n    .kv__ttl {\n      font-size: 5.8666666vw;\n      line-height: 1.5;\n      margin-bottom: 80.3vw\n    }\n\n    .kv__ttl span {\n      font-size: 4.6933333vw\n    }\n\n    .kv__txt {\n      font-size: 3.66vw;\n      margin-bottom: 1vw;\n      padding-left: 0\n    }\n\n    .kv__txt img {\n      width: 16.8vw;\n      top: -0.55vw;\n      margin-right: 1vw\n    }\n\n    .intro04__img img {\n      margin-left: 1.5%\n    }\n\n    .technology__item__desc__text__content__tag {\n      font-size: 15px;\n      width: 100%;\n      margin: 0 0 8px;\n      padding: 2px 0;\n      text-align: left;\n      border: unset\n    }\n\n    #tech03_05 .technology__item__desc__img {\n      margin: 0;\n      width: calc(100% - 10px)\n    }\n\n    #spec01 .technology__item__desc__text__content__desc {\n      margin-top: 8px;\n      margin-bottom: 20px\n    }\n\n    #spec01 .technology__item__desc__img01 {\n      width: 100%;\n      display: block;\n      margin: 0 auto 30px;\n      padding-right: 20px\n    }\n\n    #spec01 .technology__item__desc__img02 {\n      width: 76vw;\n      margin: 30px auto;\n      padding-right: 20px\n    }\n  }\n\n  .kv__txt__wrap {\n    position: absolute;\n    bottom: 0;\n    right: 0;\n  }\n\n  .kv__txt {\n    color: #fff;\n    font-size: 1.86vw;\n    margin-bottom: 0.45vw;\n    padding-left: .8vw;\n    font-feature-settings: \"palt\";\n  }\n\n  .kv__txt img {\n    width: 8.3571428vw;\n    position: relative;\n    top: -0.25vw;\n    display: inline-block;\n    margin-right: 0.45vw;\n  }\n\n  .kv__logo {\n    width: 39.71428vw;\n    margin-left: .8vw;\n  }\n\n  .kv__txt\u003espan {\n    background-color: #fff;\n    width: 8.3571428vw;\n    top: -0.25vw;\n    display: inline-block;\n    margin-right: 0.45vw;\n    text-align: center;\n    line-height: 1.52;\n    letter-spacing: 0.15em;\n    padding-left: 0.15em;\n  }\n\n  .kv__txt\u003espan\u003espan {\n    background-size: 100vw auto;\n    background-image: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_kv_bg_model.webp\");\n    background-position: bottom -12.7vw right -36.3vw;\n    background-clip: text;\n    -webkit-background-clip: text;\n    color: transparent;\n  }\n\n  @media screen and (max-width:749px) {\n    .kv__txt__wrap {\n      right: unset;\n      left: 0;\n    }\n\n    .kv__txt {\n      font-size: 3.66vw;\n      margin-bottom: 1vw;\n      padding-left: 0;\n    }\n\n    .kv__txt img {\n      width: 16.8vw;\n      top: -0.55vw;\n      margin-right: 1vw;\n    }\n\n    .kv__logo {\n      width: 78.666vw;\n      margin-left: 0;\n    }\n\n    .kv__txt\u003espan {\n      width: 16.8vw;\n      top: -0.55vw;\n      margin-right: 1vw;\n      line-height: 1.5;\n      letter-spacing: 0.15em;\n      padding-left: 0.15em;\n    }\n\n    .kv__txt\u003espan\u003espan {\n      background-size: 100vw auto;\n      background-position: bottom -20.8vw right -74vw;\n      background-image: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_kv_bg_sp_model.webp\");\n    }\n  }\n\n  .kv__txt\u003espan\u003espan {\n    font-weight: 500;\n  }\n\n  .rwlp__wrapper {\n    padding-bottom: 100px !important;\n  }\n\n  @media screen and (max-width:749px) {\n    .rwlp__wrapper {\n      padding-bottom: 50px !important;\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\n        \u003ca href=\"#\" class=\"rwlp__header__logo\"\u003e\n          \u003cimg height=\"40\" width=\"85\" alt=\"ロゴ：Brain Sleep\"\n            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\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_kv_bg_model.webp\"\n        width=\"2000\" height=\"1136\"\u003e\n      \u003cimg class=\"u-sp\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_kv_bg_sp_model.webp\"\n        width=\"375\" height=\"595\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kv__inner\"\u003e\n      \u003ch1 class=\"kv__ttl\"\u003e\n        \u003cspan\u003e業界首次登場創新材質\u003c\/span\u003e超越羽毛的\u003cbr\u003e跨世代棉被\n      \u003c\/h1\u003e\n      \u003cdiv class=\"kv__txt__wrap\"\u003e\n        \u003cp class=\"kv__txt\"\u003e適應\u003cspan style=\"margin-left: 0.45vw;\"\u003e\u003cspan\u003e秋冬春\u003c\/span\u003e\u003c\/span\u003e季溫差的組合被\u003c\/p\u003e\n        \u003cdiv class=\"kv__logo\"\u003e\n          \u003cimg\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_kv_logo.webp\"\n            width=\"556\" height=\"83\" alt=\"BRAIN SLEEP COMFORTER PERFECT WARM DUAL\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"intro__movie\"\u003e\n    \u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/147bfed64cbc41c58a520b098a826e8b.mp4\" preload=\"none\"\n      autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"intro03 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro03__inner\"\u003e\n      \u003cp class=\"intro03__ttl fadeInUpShort animated\"\u003e在各方面都超越了羽毛\u003cbr\u003e\u003cspan\u003e與羽毛材質做比較\u003c\/span\u003e\u003c\/p\u003e\n      \u003cdiv class=\"intro03__img fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro03_01_zh-hant.webp\"\n          alt=\"\" width=\"551\" height=\"415\"\u003e\n      \u003c\/div\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      \u003cdiv class=\"intro04__head fadeInUpShort animated\"\u003e\n        \u003cdiv class=\"intro04__head__txt__wrap\"\u003e\n          \u003cp class=\"intro04__head__txt intro04__head__txt01\"\u003e業界首次登場創新材質\u003cspan\u003e腦暖棉納米絨\u003c\/span\u003e\u003c\/p\u003e\n          \u003cp class=\"intro04__head__txt intro04__head__txt__cross\"\u003e　\u003c\/p\u003e\n          \u003cp class=\"intro04__head__txt intro04__head__txt02\"\u003e舒適雙重構造\u003cspan\u003e氣囊\u003c\/span\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"intro04__ttl fadeInUpShort animated\"\u003e無論在日本的哪種環境下\u003cbr class=\"u-sp\"\u003e都能感受舒適溫暖\u003c\/p\u003e\n      \u003cdiv class=\"intro04__img fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro04_01_zh-hant.webp\"\n          alt=\"\" width=\"867\" height=\"431\"\u003e\n      \u003c\/div\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__more\"\u003e\n      \u003cp class=\" fadeInUpShort animated\"\u003e不只如此\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro05__inner\"\u003e\n      \u003cp class=\"intro05__head fadeInUpShort animated\"\u003e舒適的雙層構造，不僅是冬季\u003c\/p\u003e\n      \u003cp class=\"intro05__ttl fadeInUpShort animated\"\u003e在秋和春季都能享受長時間的舒適睡眠\u003c\/p\u003e\n      \u003cdiv class=\"intro05__img01 fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro05_01_zh-hant.webp\"\n          alt=\"\" width=\"956\" height=\"316\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro05_01_sp_zh-hant.webp\"\n          alt=\"\" width=\"351\" height=\"151\" class=\"u-sp\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro05__img02 fadeInUpShort animated\"\u003e\n        \u003cdiv class=\"intro05__img02__txt\"\u003e\n          \u003cdiv class=\"intro05__img02__txt__item\"\u003e\n            \u003cp class=\"intro05__img02__txt__season\"\u003e秋\u003c\/p\u003e\n            \u003cp class=\"intro05__img02__txt__name\"\u003e棉被\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro05__img02__txt__item\"\u003e\n            \u003cp class=\"intro05__img02__txt__season\"\u003e冬\u003c\/p\u003e\n            \u003cp class=\"intro05__img02__txt__name\"\u003e棉被\u003cbr class=\"u-sp\"\u003e+\u003cbr class=\"u-sp\"\u003e墊被\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro05__img02__txt__item\"\u003e\n            \u003cp class=\"intro05__img02__txt__season\"\u003e春\u003c\/p\u003e\n            \u003cp class=\"intro05__img02__txt__name\"\u003e墊被\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro05_02_model.webp\"\n          alt=\"\" width=\"997\" height=\"350\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro05_02_sp_model.webp\"\n          alt=\"\" width=\"373\" height=\"145\" 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__inner\"\u003e\n      \u003cp class=\"intro06__ttl fadeInUpShort animated\"\u003eCP值最高的棉被\u003cbr\u003e在床上簡潔收納\u003c\/p\u003e\n      \u003cdiv class=\"intro06__logo fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\"\n          src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_product_logo.webp\"\n          alt=\"\" width=\"556\" height=\"84\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n\n\n  \u003csection class=\"technology js-box\" 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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_nav01.webp\"\n                alt=\"\" width=\"379\" height=\"350\"\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_nav01_sp.webp\"\n                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新開發的顆粒綿\u003cbr\u003e腦暖棉納米絨\n            \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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_nav02.webp\"\n                alt=\"\" width=\"379\" height=\"350\"\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_nav02_sp.webp\"\n                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可調節為三種模式\u003cbr\u003e舒適的雙重構造\n            \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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_nav03.webp\"\n                alt=\"\" width=\"379\" height=\"350\"\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_nav03_sp.webp\"\n                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家庭式洗衣機徹底清洗\u003cbr\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 technology__item__sub\" id=\"tech01\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n        \u003cspan\u003e01\u003c\/span\u003ePERFECT WARM\n      \u003c\/h2\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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_main.webp\"\n            alt=\"\" width=\"1630\" 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超越羽毛的極致溫暖\u003cbr\u003e新開發的顆粒綿\u003cbr\u003e腦暖棉納米絨\u003c\/h3\u003e\n            \u003cul class=\"technology__item__feature fadeInUpShort animated\"\u003e\n              \u003cli\u003e保濕\u003c\/li\u003e\n              \u003cli\u003e吸濕發熱\u003c\/li\u003e\n              \u003cli\u003e遠紅外線輻射熱\u003c\/li\u003e\n              \u003cli\u003e吸濕散濕\u003c\/li\u003e\n              \u003cli\u003e壓縮回復\u003c\/li\u003e\n              \u003cli\u003e洗滌\u003c\/li\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      \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      \u003cp class=\"technology__item__desc__text__content__tag fadeInUpShort animated u-pc\"\u003e棉被\u003c\/p\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 u-pc\"\u003e\n          \u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4cf6c522fcfb460dbef148fa284fe693.mp4\"\n            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驚人的吸濕發熱力!\u003cbr\u003e約一般的顆粒綿3倍效果的\u003cbr\u003e【腦暖棉納米絨】\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__tag fadeInUpShort animated u-sp\"\u003e棉被\u003c\/p\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4cf6c522fcfb460dbef148fa284fe693.mp4\"\n                preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              右圖是拍攝當腦暖棉納米絨碰到水蒸氣時的溫度變化。結果顯示，吸收濕氣後，溫度從18.2°C上升到33.5°C。\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 u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_02_zh-hant.webp?2\"\n            alt=\"\" width=\"1630\" 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不讓溫暖流失\u003cbr\u003e採用3D雙層絎縫技術\u003c\/h3\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_02_zh-hant.webp?2\"\n                alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              普通的羽毛被會從縫隙中散失熱量，因此我們採用了上下兩層結構的獨特3D立體絎縫技術。\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_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 u-pc\" style=\"border: 1px solid #000;\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_03_zh-hant.webp\"\n            alt=\"\" width=\"1632\" height=\"920\" class=\"u-pc\"\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            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\" style=\"margin-left: -10px;\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_03_sp_zh-hant.webp\"\n                alt=\"\" width=\"710\" height=\"828\" class=\"u-sp\"\u003e\n            \u003c\/div\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\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cp class=\"technology__item__desc__text__content__tag fadeInUpShort animated u-pc\"\u003e墊被(毛毯)\u003c\/p\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 u-pc\" style=\"border: 1px solid #000;\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_04_zh-hant.webp\"\n            alt=\"\" width=\"1630\" 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獨自開發\u003cbr\u003e吸濕發熱新材料\u003cbr\u003e【腦暖棉EX】\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__tag fadeInUpShort animated u-sp\"\u003e墊被(毛毯)\u003c\/p\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\" style=\"border: 1px solid #000;\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_04_zh-hant.webp\"\n                alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              中層為超越羽毛的永續性發熱專利科技[腦暖棉 EX]，這是使用吸收濕氣並發熱的植物纖維【美洲木棉】和保溫性高的【丙烯酸】及高吸濕發熱性的【聚丙烯酸酯】獨自開發的絕緣材料。不使用動物纖維，通過其吸濕和發熱功能，實現了輕便且保暖性高的棉被。\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_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 u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_05.webp\"\n            alt=\"\" width=\"1630\" 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            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\" style=\"margin-bottom: 20px;\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_05.webp\"\n                alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\" style=\"margin-top: 0;\"\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_06\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cp class=\"technology__item__desc__text__content__tag fadeInUpShort animated u-pc\"\u003e2件組合使用\u003c\/p\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 u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_06.webp\"\n            alt=\"\" width=\"1630\" 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\"\u003e2件重疊形成氣囊\u003cbr\u003e帶來極致溫暖\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__tag fadeInUpShort animated u-sp\"\u003e2件組合使用\u003c\/p\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_06.webp\"\n                alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\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_07\"\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 u-pc\" style=\"border: 1px solid #000;\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_07_zh-hant.webp\"\n            alt=\"\" width=\"1632\" height=\"920\" class=\"u-pc\"\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            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\" style=\"margin-left: -10px;\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_07_sp_zh-hant.webp\"\n                alt=\"\" width=\"710\" height=\"828\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e即使在羽毛被中被稱為高品質的鵝絨羽毛被來相比，也實現了約168%的保溫性\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_08\"\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 u-pc\"\u003e\n          \u003cp\u003e顆粒綿緊貼身體防止冷空氣進入保持熱氣不外漏\u003c\/p\u003e\n          \u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1171187eaa1a422b8a588e6034e521eb.mp4\"\n            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提升到極致的身體貼合性\u003cbr\u003e不讓溫暖的空氣流失\n            \u003c\/h3\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/1171187eaa1a422b8a588e6034e521eb.mp4\"\n                preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              中間填充的顆粒綿、側面布料和絎縫技術，帶來緊貼身體的貼合感。防止冷空氣進入，保持溫暖。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"technology__item technology__item__sub\" id=\"tech02\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n        \u003cspan\u003e02\u003c\/span\u003ePERFECT COMFORT\n      \u003c\/h2\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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech02_main_model.webp\"\n            alt=\"\" width=\"1630\" 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根據環境可調節為三種模式\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 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-pc\" style=\"border: 1px solid #000;\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech02_01_zh-hant.webp\"\n            alt=\"\" width=\"1632\" 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棉被只需要雙重保暖被就OK\u003c\/h3\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\" style=\"border: 1px solid #000;\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech02_01_zh-hant.webp\"\n                alt=\"\" width=\"1632\" height=\"920\"\u003e\n            \u003c\/div\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_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 u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech02_02_model.webp\"\n            alt=\"\" width=\"1630\" 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羽絨狀的顆粒綿\u003cbr\u003e超越羽毛被的極致蓋感\u003c\/h3\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech02_02_model.webp\"\n                alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\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=\"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 fadeInUpShort animated u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech02_03.webp\"\n            alt=\"\" width=\"1630\" 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簡單一下即裝卸\u003cbr\u003e保持舒適不移位\u003c\/h3\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech02_03.webp\"\n                alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              一般的棉被和毛毯重疊在一起時，睡覺時會滑動。雙重保暖被可以用壓扣輕鬆固定，無需擔心滑動，保持溫暖。讓您安心睡到早晨。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"technology__item technology__item__sub\" id=\"tech03\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n        \u003cspan\u003e03\u003c\/span\u003ePERFECT \u003cbr class=\"u-sp\"\u003eCLEAN\n      \u003c\/h2\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\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_main_model.webp\"\n            alt=\"\" width=\"1630\" 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家庭式洗衣機徹底清洗\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 u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_01.webp\"\n            alt=\"\" width=\"1630\" 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可放入家庭式洗衣機\u003cbr\u003e進行洗滌的冬被\u003c\/h3\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_01.webp\"\n                alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              明明是可機洗的棉被，卻無法放進自家的洗衣機裡……。\u003cbr\u003e這樣的問題也能解決。因為棉被和毛毯可以分開，所以可以分別放入家用洗衣機裡洗滌\u003cbr\u003e\u003cbr\u003e\u003cbr\n                class=\"u-pc\"\u003e[洗衣機的參考標準]\u003cbr\u003e棉被 單人\/單人加大尺寸：7公斤以上的洗衣機\u003cbr\u003e棉被 雙人\/雙人加大尺寸：9公斤以上的洗衣機\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=\"tech03_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 u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_02_model.webp\"\n            alt=\"\" width=\"1630\" 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腦暖棉納米絨\u003cbr\u003e帶來極致清潔感\u003c\/h3\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_02_model.webp\"\n                alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\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\"\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 u-pc\" style=\"border: 1px solid #000;\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_04_zh-hant.webp\"\n            alt=\"\" width=\"1632\" height=\"920\" class=\"u-pc\"\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是羽毛被的僅僅3％\u003c\/h3\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\" style=\"margin-left: -10px;\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_04_sp_zh-hant.webp\"\n                alt=\"\" width=\"710\" height=\"828\" class=\"u-sp\"\u003e\n            \u003c\/div\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_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 u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_05.webp\"\n            alt=\"\" width=\"1630\" 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收納輕鬆簡單\u003cbr\u003e非使用季節時也不占位置\u003c\/h3\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_05.webp\"\n                alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\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_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 fadeInUpShort animated u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_06.webp\"\n            alt=\"\" width=\"1632\" height=\"570\"\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壓縮收納，當然OK\u003c\/h3\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_06.webp\"\n                alt=\"\" width=\"1632\" height=\"570\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n              羽毛被因為羽毛可能會穿透側布並飛出，因此不建議使用壓縮袋，但雙重保暖被可以使用壓縮袋，進一步節省收納空間，非常方便。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003cdiv class=\"spectable animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cp class=\"spectable__ttl fadeInUpShort animated\"\u003e規格比較\u003c\/p\u003e\n    \u003cdiv class=\"u-pc fadeInUpShort animated\"\u003e\n      \u003ctable class=\"spec__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth\u003e溫暖度\u003c\/th\u003e\n            \u003cth\u003e可使用\u003cbr\u003e的季節\u003c\/th\u003e\n            \u003cth\u003e冷氣的\u003cbr\u003e電費\u003c\/th\u003e\n            \u003cth\u003e洗滌\u003c\/th\u003e\n            \u003cth\u003e收納\u003c\/th\u003e\n            \u003cth\u003e悶熱感\u003c\/th\u003e\n            \u003cth\u003e灰塵量\u003c\/th\u003e\n            \u003cth\u003e防蟎\u003c\/th\u003e\n            \u003cth\u003e無動物\u003cbr\u003e材質\u003c\/th\u003e\n            \u003cth\u003e氣味\u003c\/th\u003e\n          \u003c\/tr\u003e\n        \u003c\/thead\u003e\n        \u003ctbody\u003e\n          \u003ctr\u003e\n            \u003cth\u003e腦眠科技被\u003cbr\u003e極致雙重保暖\u003c\/th\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e春･秋･冬\u003c\/td\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003e羽毛材質\u003c\/th\u003e\n            \u003ctd\u003e○\u003c\/td\u003e\n            \u003ctd\u003e冬季\u003c\/td\u003e\n            \u003ctd\u003e△\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"u-sp fadeInUpShort animated\"\u003e\n      \u003ctable class=\"spec__table\"\u003e\n        \u003cthead\u003e\n          \u003ctr\u003e\n            \u003cth\u003e\u003c\/th\u003e\n            \u003cth\u003e腦眠科技被\u003cbr\u003e極致雙重保暖\u003c\/th\u003e\n            \u003cth\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◎\u003c\/td\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003e可使用\u003cbr\u003e的季節\u003c\/th\u003e\n            \u003ctd\u003e春・秋・冬\u003c\/td\u003e\n            \u003ctd\u003e冬季\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003e冷氣的\u003cbr\u003e電費\u003c\/th\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e△\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003e洗滌\u003c\/th\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003e收納\u003c\/th\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003e悶熱感\u003c\/th\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003e灰塵量\u003c\/th\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003e防蟎\u003c\/th\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003e無動物\u003cbr\u003e材質\u003c\/th\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n          \u003c\/tr\u003e\n          \u003ctr\u003e\n            \u003cth\u003e氣味\u003c\/th\u003e\n            \u003ctd\u003e◎\u003c\/td\u003e\n            \u003ctd\u003e×\u003c\/td\u003e\n          \u003c\/tr\u003e\n        \u003c\/tbody\u003e\n      \u003c\/table\u003e\n    \u003c\/div\u003e\n  \u003c\/div\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  \u003cdiv class=\"scene__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"scene__img01 fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_scene01_model.webp\"\n        alt=\"\" width=\"950\" height=\"1380\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scene__img02 fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_scene02.webp\"\n        alt=\"\" width=\"1362\" height=\"760\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scene__img03 fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_scene03_model.webp\"\n        alt=\"\" width=\"1362\" height=\"603\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scene__img04 fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_scene04.webp\"\n        alt=\"\" width=\"1170\" height=\"752\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scene__img05 fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\"\n        src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_scene05_model.webp\"\n        alt=\"\" width=\"1142\" height=\"754\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003csection class=\"spec__title js-box\" 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=\"spec01\" style=\"border: unset;\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\n        style=\"margin-top: 0;\"\u003e\n        \u003cdiv class=\"technology__item__desc__img u-pc fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_spec01.webp\"\n            alt=\"\" width=\"1364\" height=\"540\" class=\"technology__item__desc__img01\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\"\n            src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_spec02_zh-hant.webp\"\n            alt=\"\" width=\"908\" height=\"612\" class=\"technology__item__desc__img02\"\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\"\u003eSize\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e單人:約W150 cm x L210 cm (約3,450g)\u003cbr\u003e單人加大:W170 cm x L210 cm (約3,620g)\u003cbr\u003e雙人:W190 cm x L210 cm (約4,040g)\u003cbr\u003e雙人加大:W210 cm x L210 cm (約4,470g)\u003cspan\n                class=\"u-pc\"\u003e\u003cbr\u003e收納時的尺寸:\u003cbr\u003e單人\/單人加大:約W57cm x D30cm x H40cm\u003cbr\u003e雙人\/雙人加大:約W57cm x D35cm x H40cm\u003c\/span\u003e\n            \u003c\/p\u003e\n            \u003cdiv class=\"technology__item__desc__img u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_spec01.webp\"\n                alt=\"\" width=\"1364\" height=\"540\" class=\"technology__item__desc__img01\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc u-sp\"\u003e收納時的尺寸:\u003cbr\u003e單人\/單人加大:約W57cm x D30cm x H40cm\u003cbr\u003e雙人\/雙人加大:約W57cm x D35cm x H40cm\u003c\/p\u003e\n            \u003cdiv class=\"technology__item__desc__img spec02__img u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\"\n                src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_spec02_zh-hant.webp\"\n                alt=\"\" width=\"908\" height=\"612\" class=\"technology__item__desc__img02\"\u003e\n            \u003c\/div\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            \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．外側布料\u003cbr\u003e100%聚酯纖維\u003cbr\u003e．隔熱層\u003cbr\u003e第1層：100%聚丙烯\u003cbr\u003e第2～3層：85%聚酯纖維 15%合成纖維（聚丙烯酸酯系纖維)\u003cbr\u003e\u003cbr\u003e●墊被\u003cbr\u003e．外側布料\u003cbr\u003e表布：100%聚酯纖維\u003cbr\u003e裏布：絨毛部分 100%聚酯纖維  基布部分 55%聚酯纖維 45%人造纖維\u003cbr\u003e．隔熱層\u003cbr\u003e43%植物纖維（美洲木棉）30%聚酯纖維 20%丙烯酸 7%合成纖維（聚丙烯酸酯系纖維)\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__inner\"\u003e\n      \u003cp class=\"last__txt fadeInUpShort animated\"\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            可以在家中洗滌。將棉被及墊被分開後，個別放入洗衣袋內單獨做清洗。推薦洗衣機的容量，單人、單人加大尺寸的棉被請使用容量在7公斤以上，雙人、雙人加大尺寸的棉被請使用容量在9公斤以上的洗衣機。更大的棉被尺寸建議手洗或使用大型投幣式洗衣機進行洗滌。如果因形狀或體積無法放入洗衣機，請注意不要強行塞入洗衣機，以免造成洗衣機故障。請事前參閱洗衣機的操作說明書\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請避免使用滾筒式烘乾機，可能會導致產品縮水或材質劣化\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但是要注意，如果是放在腦眠科技床墊上，或是腦眠科技枕的附近話，有可能造成這些產品變形，所以要避免在這些情況下使用棉被烘乾機。\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\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\"\u003e3WAY要如何使用呢?\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            雙重保暖被是全尺寸都通用尺寸，所以可以購買市售的被套使用。墊被無須被套就能直接使用。由於不是通用尺寸（長度為230cm），所以沒有附帶被套的帶圈。弄髒時可直接清洗\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            是可以的。請洗滌並充分乾燥後，再使用壓縮袋收納。此外，再次拿出使用時，請從收納袋中取出，並在棉被內充分充氣後再使用\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\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\"\n  href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual__all_v3.css?05\"\u003e\n\n\u003cscript defer\n  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual__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\n\u003c!--パラメータ表示制御--\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    const param = location.search;\n\n    if (param.indexOf(\"?ad_y\") === 0) {\n      const fixed_01 = document.getElementById(\"fixed_01\");\n      fixed_01.style.display = \"none\";\n\n      console.log(\"yahoo広告\");\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      \/\/広告ページ（通常）、商品ページ流入時　要素非表示\n      jQuery(\".ad_on_off\").css({\n        'cssText': 'display:none !important;'\n        \/\/ display: \"none\",\n      });\n\n      \/\/広告ページ（yahoo）流入時　要素表示\n      jQuery(\".y_ad_on\").css({\n        'cssText': 'display:block !important;'\n        \/\/ display: \"block\",\n      });\n\n      \/\/商品ページ流入時　要素表示\n      jQuery(\".ad_on\").css({\n        display: \"none\",\n      });\n\n\n\n    } else 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\n\n\n\n      \/\/広告ページ（通常、yahoo）流入時　要素表示\n      jQuery(\".ad_on\").css({\n        display: \"block\",\n      });\n\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\n\n\n      \/\/商品ページ流入時　要素表示\n      jQuery(\".ad_on\").css({\n        display: \"none\",\n      });\n    }\n  });\n\u003c\/script\u003e\n\u003cscript\u003e\n  document.addEventListener(\"DOMContentLoaded\", function () {\n    const smoothScrollLinks = document.querySelectorAll(\n      \".custom-smooth-scroll\"\n    );\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 =\n          targetElement.getBoundingClientRect().top + window.scrollY - offset;\n        window.scrollTo({\n          top: targetPosition,\n          behavior: \"smooth\",\n        });\n      });\n    });\n  });\n\u003c\/script\u003e\n\u003cscript\u003e\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@media screen and (min-width: 750px) {\n  .intro04__head__txt__wrap {\n    width: 500px;\n    margin: 0 auto;\n  }\n  .intro05__ttl {\n    width: 880px;\n  }\n}\n@media screen and (max-width: 749px) {\n  .intro04__head__txt__wrap {\n    width: 64vw;\n    margin: 0 auto;\n  }\n  .intro05__ttl {\n    width: 340px;\n    letter-spacing: -0.05em;\n    background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro05_ttl_bg_sp.png);\n    font-size: 20px;\n    margin-top: 16px;\n  }\n}\n\u003c\/style\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"シングル","offer_id":46135617192158,"sku":"C0007A1-SNSG","price":55000.0,"currency_code":"JPY","in_stock":false},{"title":"セミダブル","offer_id":46135617224926,"sku":"C0007A1-SDSG","price":62700.0,"currency_code":"JPY","in_stock":false},{"title":"ダブル","offer_id":46135617257694,"sku":"C0007A1-DBSG","price":74250.0,"currency_code":"JPY","in_stock":false},{"title":"クイーン","offer_id":46135617290462,"sku":"C0007A1-QNSG","price":93500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/dual_thumbnail.webp?v=1756808595"},{"product_id":"wear_hanten","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.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{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}.rwlp__wrapper{color:#000}body,details,div,h2,header,html,iframe,img,li,nav,p,section,span,summary,ul{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}button{appearance:none}body{overflow-x:hidden}h2{font-weight:400!important}img{vertical-align:bottom}.kv{position:relative}\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\n\n.kv__bg img {\n  opacity: 0;\n  visibility: hidden;\n}\n\n.kv__bg img.loaded {\n  opacity: 1;\n  visibility: visible;\n  transition: opacity 0.3s ease;\n}\n\n\n\n}\nbody{font-family:YuGothic,'Yu Gothic',\"Yu Gothic Pr6N R\",'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif}.rwlp__wrapper{color:#000}b,body,details,div,form,h2,h3,header,html,iframe,img,label,li,nav,p,section,small,span,summary,ul{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}h2,h3{font-weight:400!important}.technology__item__desc__img{position:relative;width:58.1428571428571vw;flex:1}.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}.sizeguide__table img{width:176px}.color__txt img{max-width:462px;margin-bottom:16px;display:inline-block}@media screen and (max-width:749px){.sizeguide__table img{width:100%;max-width:337px}.color__txt img{max-width:100%;margin-bottom:16px;display:inline-block}}.kv{position:relative}.kv__txt1{position:absolute;font-size:1.42857vw;top:19.21428vw;left:7.357142vw}.kv__txt2{position:absolute;font-size:2.42857vw;top:21.357142vw;left:7.2142vw}.kv__logo{position:absolute;top:27.78571vw;left:7.2142vw;width:31.2143vw}.intro02__cont__txt{text-align:center;font-size:16px;margin-bottom:40px;font-feature-settings:\"palt\"}.intro02__thermo img{width:995px;margin:0 auto}.intro03__txt{font-size:16px;line-height:2;width:465px}.technology__item__desc__text__content__tag{font-size:30px;width:fit-content;text-align:center;border:1px solid #000;line-height:1.4;margin-bottom:24px;padding:4px 16px}.technology__item__desc__text__content__tag span{font-size:20px;position:relative;top:-3px}@media screen and (max-width:767px){.kv__txt1{font-size:4.8vw;top:8.94666vw;left:7.328vw}.kv__txt2{font-size:8.533333vw;top:15.5vw;left:7.328vw;font-feature-settings:'palt'}.kv__logo{top:33vw;left:7.73333vw;width:78.93333vw}.intro02__cont__txt{font-size:16px;max-width:85.333333vw;margin:0 auto 24px;text-align:left}.intro02__thermo img{width:80vw;margin:0 auto}.intro03__txt{font-size:4.26666vw;line-height:2;width:unset}.technology__item__desc__text__content__tag{font-size:18px;width:calc(100% - 40px);margin:0 auto 16px;padding:2px 0}.technology__item__desc__text__content__tag span{font-size:12px;top:-1px}}\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 decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_kv_model_v3.webp\" alt=\"\" width=\"2000\" height=\"1122\" class=\"u-pc\"\u003e\n      \u003cimg decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_kv_model_sp_v3.webp\" alt=\"\" width=\"750\" height=\"1080\" class=\"u-sp\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"kv__inner\"\u003e\n      \u003cp class=\"kv__txt1\"\u003e穿上太空科技\u003c\/p\u003e\n      \u003cp class=\"kv__txt2\"\u003e享受極致保暖的半纏\u003c\/p\u003e\n      \u003cdiv class=\"kv__logo\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_kv_logo_v2.webp\" alt=\"\" width=\"878\" height=\"172\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro0 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro0__wrap\"\u003e\n      \u003cdiv class=\"intro0__inner fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro0__txt1\"\u003e在日本募資平台上\u003c\/p\u003e\n        \u003cp class=\"intro0__txt2\"\u003e達成率達目標的\u003cspan class=\"termina\"\u003e2070%\u003c\/span\u003e\u003c\/p\u003e\n        \u003cdiv class=\"intro0__bnr\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro0_bnr_v2.webp\" alt=\"\" width=\"720\" height=\"288\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro0__arrow\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro0_arrow_v2.webp\" alt=\"\" width=\"48\" height=\"134\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro0__txt3\"\u003e極致保暖、舒適、潔淨\u003c\/p\u003e\n        \u003cp class=\"intro0__txt4\"\u003e\u003cspan\u003e創新款日式半纏\u003c\/span\u003e\u003cspan\u003e終於登場！\u003c\/span\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cp class=\"intro01__txt1 fadeInUpShort animated\"\u003e採用太空服技術的極致保暖\u003c\/p\u003e\n      \u003cp class=\"intro01__txt2 fadeInUpShort animated\"\u003e獨家開發的特殊構造\u003c\/p\u003e\n      \u003cdiv class=\"intro01__img fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_products_hanten_intro01_img_ko.webp\" alt=\"\" width=\"1694\" height=\"1134\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_products_hanten_intro01_img_sp_ko.webp\" alt=\"宇宙服技術で究極に暖かい独自開発の特殊構造\" width=\"752\" height=\"668\" class=\"u-sp\"\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__cont intro02__cont01 fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"intro02__cont__ttl\"\u003e\u003cp\u003e太空科技\u003cbr class=\"u-sp\"\u003e3D空氣加熱技術\u003c\/p\u003e\u003c\/div\u003e\n      \u003cp class=\"intro02__cont__lead\"\u003e可自動調節空氣層的\u003cbr class=\"u-sp\"\u003e創新型超隔熱片\u003c\/p\u003e\n      \u003cp class=\"intro02__cont__txt u-pc\"\u003e這種墊片本身具有隔熱功能，當溫度降低時，會自動感知並膨脹形成管狀的空氣層，從而帶來進一步的隔熱效果。\u003cbr\u003e影片是將墊片放在冰塊上拍攝的情景。\u003c\/p\u003e\n      \u003cdiv class=\"intro02__cont__movie\"\u003e\n        \u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/0f034007c9184088a657077fb34cc48e.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"intro02__cont__txt u-sp\"\u003e這種墊片本身具有隔熱功能，當溫度降低時，會自動感知並膨脹形成管狀的空氣層，從而帶來進一步的隔熱效果。\u003cbr\u003e影片是將墊片放在冰塊上拍攝的情景。\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro02__cross fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro02_cross.png\" alt=\"\" width=\"132\" height=\"132\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro02__cont intro02__cont02 fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"intro02__cont__head\"\u003e\n        \u003cdiv class=\"intro02__cont__head__inner\"\u003e\n          \u003cp class=\"intro02__cont__head__ttl\"\u003e獨家開發的次世代填充物\u003c\/p\u003e\n          \u003cdiv class=\"intro02__cont__head__wrap\"\u003e\n            \u003cdiv class=\"intro02__cont__head__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro02_badge_ko.webp\" alt=\"\" width=\"422\" height=\"366\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__cont__head__body\"\u003e\n              \u003cp class=\"intro02__cont__head__lead\"\u003e\u003cspan\u003e多機能混合顆粒填充物\u003c\/span\u003e碳奈米羽絨\u003c\/p\u003e\n              \u003cp class=\"intro02__cont__head__txt\"\u003e專利號  第7704346號\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"intro02__cont__lead\"\u003e透過先進技術，\u003cbr class=\"u-sp\"\u003e不僅實現了極致的保溫力，\u003cbr\u003e更兼具舒適性與潔淨性。\u003c\/p\u003e\n      \u003cdiv class=\"intro02__wrap\"\u003e\n        \u003cdiv class=\"intro02__wrap__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro02_img.png\" alt=\"\" width=\"1208\" height=\"1208\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro02_img_sp_ko.webp\" alt=\"\" width=\"328\" height=\"328\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro02__wrap__body\"\u003e\n          \u003cimg class=\"intro02__wrap__body__lead u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro02_lead_ko.webp\" alt=\"羽毛以上に暖かい\" width=\"1412\" height=\"442\"\u003e\n          \u003cp class=\"intro02__wrap__body__txt\"\u003e腦眠科技經多年研發，獨家打造出完美無瑕的混合型粒狀纖維填充物。將極微細碳粒經特殊加工融入纖維中， 打造具備八大功能的次世代多功能粒狀纖維，實現極致的保暖、舒適與潔淨。\u003c\/p\u003e\n          \u003cdiv class=\"intro02__wrap__body__functions\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro02_functions_ko.webp\" alt=\"\" width=\"950\" height=\"584\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro02_functions_sp_ko.webp\" alt=\"\" width=\"328\" height=\"298\" class=\"u-sp\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro02__thermo fadeInUpShort animated\"\u003e\n      \u003cp class=\"intro02__thermo__txt1\"\u003e實例\u003c\/p\u003e\n      \u003cp class=\"intro02__thermo__txt2\"\u003e既使在\u003cspan class=\"termina\"\u003e－17°C\u003c\/span\u003e的極寒環境下\u003c\/p\u003e\n      \u003cp class=\"intro02__thermo__txt3\"\u003e也能保持\u003cspan class=\"termina\"\u003e30.2°C\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_hanten_products_hanten_intro02_thermo_ko.webp\" alt=\"\" width=\"1990\" height=\"728\" class=\"u-pc\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_products_hanten_intro02_thermo_sp_ko.webp\" alt=\"\" width=\"588\" height=\"580\" class=\"u-sp\"\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 fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"intro03__left\"\u003e\n        \u003cp class=\"intro03__ttl\"\u003e冬天洗完澡或待在房間裡\u003cbr\u003e身體是不是突然感到寒冷？\u003c\/p\u003e\n        \u003cdiv class=\"intro03__note\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_icon_alert.png\" alt=\"\" width=\"60\" height=\"60\"\u003e\n          \u003cp\u003e想要舒適入眠，\u003cbr class=\"u-sp\"\u003e入睡前的體溫調節至關重要\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro03__txt u-pc\"\u003e入睡時間較長的人，往往是在睡前所待的客廳室溫偏低。\u003cbr\u003e雖然睡眠期間的臥室溫度很重要，但睡前客廳的室溫也會造成影響。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro03__right\"\u003e\n        \u003cdiv class=\"intro03__graph\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro03_graph_ko.webp\" alt=\"\" width=\"906\" height=\"710\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro03_graph_sp_ko.webp\" alt=\"\" width=\"331\" height=\"386\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro03__txt u-sp\"\u003e入睡時間較長的人，往往是在睡前所待的客廳室溫偏低。\u003cbr\u003e雖然睡眠期間的臥室溫度很重要，但睡前客廳的室溫也會造成影響。\u003c\/p\u003e\n      \u003c\/div\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      \u003cdiv class=\"intro04__head fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro04__head__ttl\"\u003e因此入睡前將身體弄暖是關鍵\u003c\/p\u003e\n        \u003cp class=\"intro04__head__txt\"\u003e在電費高漲的當下，不能只依賴暖氣，\u003cbr class=\"u-sp\"\u003e尋找其他保暖方式才是關鍵\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro04__body fadeInUpShort animated\"\u003e\n        \u003cdiv class=\"intro04__body__left\"\u003e\n          \u003cdiv class=\"intro04__body__book\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_book.png\" alt=\"\" width=\"260\" height=\"360\"\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro04__body__ttl\"\u003e『史丹佛式\u003cbr class=\"u-pc\"\u003e最優質的睡眠』\u003cbr\u003e中的優點\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro04__body__right\"\u003e\n          \u003cp class=\"intro04__body__lead\"\u003e睡眠中，重要的\u003cbr\u003e”不僅僅是時間，還有品質”\u003c\/p\u003e\n          \u003cp class=\"intro04__body__txt\"\u003e人生中有3分之1都在睡覺。\u003cbr\u003e品質差的睡眠不僅頭腦與身體無法好好休息，\u003cbr\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=\"intro05 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro05__img fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro05_model_ko.webp\" alt=\"\" width=\"2000\" height=\"1338\" class=\"u-pc\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_intro05_model_sp_ko.webp\" alt=\"身体を暖めて良質な睡眠環境へ導く BRAIN SLEEP WEAR PERFECT WARM HANTEN\" width=\"374\" height=\"536\" class=\"u-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=\"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_hanten_nav01_model.jpg\" alt=\"\" width=\"350\" height=\"380\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__link__lists__title\"\u003e\n\u003cspan\u003e01\u003c\/span\u003e源自太空科技靈感的\u003cbr\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_hanten_nav02_model.jpg\" alt=\"\" width=\"350\" height=\"380\"\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_hanten_nav03.jpg\" alt=\"\" width=\"350\" height=\"380\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n\u003cspan\u003e03\u003c\/span\u003e極致潔淨\u003cbr\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_hanten_tech01_main_model_v2.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\u003ePERFECT WARM\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_hanten_tech01_main_model_sp_v2.webp\" alt=\"\" width=\"706\" 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=\"tech01_01\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cp class=\"technology__item__desc__text__content__tag fadeInUpShort animated u-sp\"\u003e3D空氣加熱技術\u003c\/p\u003e\n      \u003ch3 class=\"technology__item__desc__text__content__title u-sp fadeInUpShort animated\" style=\"padding-left: 20px;\"\u003e極致的超隔熱片\u003cbr\u003e任何環境下都能防寒\u003c\/h3\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=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5ea18316a7fb49f5a2051161990690c0.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            \u003cp class=\"technology__item__desc__text__content__tag u-pc\"\u003e3D空氣加熱技術\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源自太空服技術的特殊隔熱材質。利用高效隔熱的空氣層，進一步提升隔熱效果。\u003cbr\u003e\u003cbr\u003e實驗測量了在背部噴灑冷卻噴霧時，內部的溫度變化。未採用3D空氣加熱層的樣品，冷氣會滲透至內部，導致溫度持續下降。 相對地，採用該技術的樣品則具備良好隔熱性，內部溫度不受影響。\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_tech01_02_ko.webp\" alt=\"\" width=\"1634\" height=\"1184\"\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=\"technology__item__desc__text__content__desc\" style=\"margin-top: 0;margin-bottom: 40px;\"\u003e特殊隔熱片能感應溫度並改變形狀，形成大量空氣隔層。我們將其配置於容易感到寒冷的背部區域。\u003c\/p\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_tech01_02_2_ko.webp\" alt=\"\" width=\"868\" height=\"488\"\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 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cp class=\"technology__item__desc__text__content__tag fadeInUpShort animated u-sp\"\u003e碳奈米羽絨\u003cspan\u003e (專利取得)\u003c\/span\u003e\u003c\/p\u003e\n      \u003ch3 class=\"technology__item__desc__text__content__title u-sp fadeInUpShort animated\" style=\"padding-left: 20px;\"\u003e完美無瑕的多機能混合型粒狀纖維填充物，實現極致的保暖、舒適與潔淨。\u003c\/h3\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_hanten_tech01_03_ko.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            \u003cp class=\"technology__item__desc__text__content__tag u-pc\"\u003e碳奈米羽絨\u003cspan\u003e (專利取得)\u003c\/span\u003e\u003c\/p\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=\"tech01_04\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch3 class=\"technology__item__desc__text__content__title u-sp fadeInUpShort animated\" style=\"padding-left: 20px;\"\u003e比羽絨更暖和\u003c\/h3\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_hanten_tech01_04_ko.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 u-pc\"\u003e比羽絨更暖和\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e我們開發出大小不一的羽絨狀纖維粒子，其結構如羽毛般交織，能有效儲存熱能。 此外，未使用羽絨外層常見的硬質羽梗，因此同時實現柔軟舒適的穿著感受。\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    \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_hanten_graph01_ko.webp\" alt=\"\" width=\"282\" height=\"251\" class=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__graph__text\"\u003e\n          \u003ch3 class=\"technology__item__graph__title\"\u003e比羽毛更暖和149%\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_hanten_graph02_ko.webp\" alt=\"\" width=\"301\" height=\"272\" class=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__graph__text\"\u003e\n          \u003ch3 class=\"technology__item__graph__title\"\u003e最高吸濕發熱290%\u003cbr\u003e溫差達2.5℃\u003c\/h3\u003e\n          \u003cp class=\"technology__item__graph__desc\"\u003e\n            與一般纖維填充物相比，吸濕發熱力提升290%。實現不悶熱的暖感體驗。\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_hanten_graph03_ko.webp\" alt=\"\" width=\"307\" height=\"256\" class=\"\"\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  \u003c\/section\u003e\n  \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_05\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch3 class=\"technology__item__desc__text__content__title u-sp fadeInUpShort animated\" style=\"padding-left: 20px;\"\u003e溫暖卻不悶熱\u003cbr\u003e舒適自在\u003c\/h3\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_hanten_tech01_05_ko.webp\" alt=\"\" width=\"1634\" height=\"920\" class=\"u-pc\" 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_hanten_tech01_05_sp_ko.webp\" alt=\"\" width=\"678\" height=\"776\" class=\"u-sp\"\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          \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_hanten_tech02_main_model_v2.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\u003e02\u003c\/span\u003eRELAX \u0026amp; COZY\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_hanten_tech02_main_model_sp_v2.webp\" alt=\"\" width=\"706\" 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      \u003ch3 class=\"technology__item__desc__text__content__title u-sp fadeInUpShort animated\" style=\"padding-left: 20px;\"\u003e超越喀什米爾與羊毛的材質\u003cbr\u003e穿上的瞬間即被舒適感包覆\u003c\/h3\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_hanten_tech02_01.jpg\" 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 u-pc\"\u003e超越喀什米爾與羊毛的材質\u003cbr\u003e穿上的瞬間即被舒適感包覆\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e肌膚接觸面採用特殊纖維結構的毛毯布料，極度接近喀什米爾，實現柔軟滑順的質感。\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_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      \u003ch3 class=\"technology__item__desc__text__content__title u-sp fadeInUpShort animated\" style=\"padding-left: 20px;\"\u003e輕鬆披上\u003cbr\u003e設計讓人自在放鬆\u003c\/h3\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_hanten_tech02_02_model.jpg\" 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 u-pc\"\u003e輕鬆披上\u003cbr\u003e設計讓人自在放鬆\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e任何人、任何時刻都能自在放鬆的剪裁設計。\u003cbr\u003e中性款式，寬鬆舒適的尺寸。\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_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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_tech02_03_ko.webp\" alt=\"\" width=\"1630\" height=\"920\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\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          \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_tech03_main_v2.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\u003e03\u003c\/span\u003eCLEAN \u003cbr class=\"u-sp\"\u003e\u0026amp; COMPACT\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_hanten_tech03_main_sp_v2.webp\" alt=\"\" width=\"706\" height=\"706\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e潔淨感\u0026\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      \u003ch3 class=\"technology__item__desc__text__content__title u-sp fadeInUpShort animated\" style=\"padding-left: 20px;\"\u003e可家庭機洗\u003cbr\u003e抑菌、除臭、防蟎\u003c\/h3\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_hanten_tech03_01.jpg\" alt=\"\" width=\"1630\" 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 u-pc\"\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=\"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      \u003ch3 class=\"technology__item__desc__text__content__title u-sp fadeInUpShort animated\" style=\"padding-left: 20px;\"\u003e輕巧收納設計\u003cbr\u003e隨身攜帶無負擔\u003c\/h3\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_hanten_tech03_02_model.jpg\" alt=\"\" width=\"1630\" 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 u-pc\"\u003e輕巧收納設計\u003cbr\u003e隨身攜帶無負擔\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e收納進附贈束口袋，隨身攜帶無負擔，時刻享受細節講究的舒適體驗。\u003cbr\u003e\u003cbr class=\"u-pc\"\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__img animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"technology__img01 fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_tech03_img01_model.jpg\" alt=\"\" width=\"1630\" height=\"920\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"technology__img02 fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_tech03_img02_model.jpg\" alt=\"\" width=\"1110\" height=\"740\"\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\"\u003e\n      \u003cdiv class=\"voice__item fadeInUpShort animated\"\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_hanten_voice01_v2.webp\" alt=\"\" width=\"144\" height=\"144\"\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冷到笑出來的背部，竟然完全不冷了！\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_voice02_v2.webp\" alt=\"\" width=\"144\" height=\"144\"\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這麼暖的話，早知道就送一件給爸媽了……有點後悔。\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_voice03_v2.webp\" alt=\"\" width=\"144\" height=\"144\"\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真的非常保暖！\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_voice04_v2.webp\" alt=\"\" width=\"144\" height=\"144\"\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\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_voice05_v2.webp\" alt=\"\" width=\"144\" height=\"144\"\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我問住在長野的兒子是否收到，他回覆說收到了。這成了他親口說『謝謝』的聖誕禮物，讓我感到很欣慰。\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=\"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研發秘辛\u003c\/h2\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003cdiv class=\"story animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cp class=\"story__ttl fadeInUpShort animated\"\u003e品質上的講究\u003c\/p\u003e\n    \u003cp class=\"story__txt fadeInUpShort animated\"\u003e我們的目標是讓自江戶時代以來就開始穿著的半纏，能兼具使用先進技術的功能性與前衛的設計。\u003cbr\u003e在功能方面，最容易感到寒冷的背部使用了太空服技術的隔熱片，內裡整體使用多功能顆粒填充物，而貼近肌膚的布料則使用不易悶熱但保暖的毛毯布料，實現了極致的溫暖、舒適和潔淨。在設計方面，透過費工的精細絎縫，讓這件半纏在防止內裡填充物跑偏的同時，呈現出時尚的外觀。此外，我們沒有在領口部分加上品牌標籤，而是巧妙地將標籤縫製在外袖口部分，並將腦眠科技的紅色作為亮點。手臂袖口部分則使用毛毯布料，目的是在捲起袖口使用時，毛毯布料能顯現出來。充滿如此細緻講究的半纏，讓您能溫暖舒適地度過時光！\u003cbr\u003e開發者： 町田 貴裕\u003c\/p\u003e\n  \u003c\/div\u003e\n\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    \u003ch3 class=\"spec__wrap__title termina fadeInUpShort animated\"\u003eCOLOR \u0026amp; SIZE\u003c\/h3\u003e\n    \u003cp class=\"spec__wrap__text fadeInUpShort animated\"\u003e適合各種場景的灰色\u003c\/p\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_hanten_spec01.jpg\" alt=\"\" width=\"1518\" height=\"1012\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"color__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_hanten_spec_table_ko.webp\" alt=\"\" width=\"924\" height=\"346\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_spec_table_sp_ko.webp\" alt=\"\" width=\"336\" height=\"266\" class=\"u-sp\"\u003e\n        \u003cp\u003e※由於是日式半纏，袖長約為8~9分袖。若袖子偏長時，請將其折短使用。\u003cbr\u003e\u003cbr\u003e■材質\u003cbr\u003e．外側布料 表布:100%聚酯纖維\u003cbr\u003e．裏布:絨毛部分 100%聚酯纖維\/基布部分 60%聚酯纖維 40%人造纖維\u003cbr\u003e．填充物:85%聚酯纖維 15%合成纖維(聚丙烯酸酯系纖維)\u003cbr\u003e．背部中間層:100%聚酯纖維\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"color color__package fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"color__txt\"\u003e\n        \u003cp\u003e■裝進收納袋時的尺寸\u003cbr\u003eH40cm x W20cm x D20cm\u003c\/p\u003e\n      \u003c\/div\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_hanten_spec02.png\" alt=\"\" width=\"454\" height=\"714\"\u003e\n      \u003c\/div\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_hanten_slider01_model.jpg\" alt=\"\" width=\"800\" height=\"500\"\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_hanten_slider02_model.jpg\" alt=\"\" width=\"800\" height=\"500\"\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_hanten_slider03_model.jpg\" alt=\"\" width=\"800\" height=\"500\"\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_hanten_slider04_model.jpg\" alt=\"\" width=\"800\" height=\"500\"\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_hanten_slider05_model.jpg\" alt=\"\" width=\"800\" height=\"500\"\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_hanten_slider_thumb01_model.jpg\" 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_hanten_slider_thumb02_model.jpg\" 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_hanten_slider_thumb03_model.jpg\" 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_hanten_slider_thumb04_model.jpg\" 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_hanten_slider_thumb05_model.jpg\" 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男性模特：身高183m\/穿著通用尺寸\u003cbr\u003e女性模特：身高162cm\/穿著通用尺寸\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"sizeguide\"\u003e\n        \u003ch3 class=\"sizeguide__title fadeInUpShort animated\"\u003e■尺寸對照指南\u003cbr\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_hanten_sizeguide_ko.webp\" alt=\"\" class=\"u-pc\" width=\"176\" height=\"112\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_sizeguide_sp_ko.webp\" alt=\"\" class=\"u-sp\" width=\"337\" height=\"87\"\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__img fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_last_model_ko.webp\" alt=\"\" width=\"2000\" height=\"1090\" class=\"u-pc\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_last_model_sp_ko.webp\" alt=\"\" width=\"374\" height=\"609\" class=\"u-sp\"\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"other__title\" id=\"other\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"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\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n      \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003cdiv class=\"other__col2\"\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"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腦眠科技被 極致保暖 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\/zh-hant\/products\/comforter_perfectwarmex\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n              \u003c\/div\u003e\n          \u003c\/div\u003e\n      \u003c\/section\u003e\n      \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床罩\u003cspan\u003e(床包)\u003c\/span\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床罩\u003cspan\u003e(床包)\u003c\/span\u003e\u003c\/p\u003e\n                  \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/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\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請問乾如何乾燥呢?\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日式半纏為通用的單一尺寸，建議穿著的身高約在153cm~180cm，胸圍約78~100cm。由於是日式半纏，袖長約為8~9分袖。若袖子偏長時，請將其折短使用。\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_hanten_all_v2.css?02\"\u003e\n\n\u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_all_v1.js?01\"\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\u003e\nfunction 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}\njQuery.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};\njQuery(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\nvar 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\n\n\n\/\/ ページロード後に画像を表示\nwindow.addEventListener('load', function() {\n  setTimeout(function() {\n    document.querySelectorAll('.kv__bg img').forEach(function(img) {\n      img.classList.add('loaded');\n    });\n  }, 100); \/\/ 少し遅延させてLCP計測後に表示\n});\n\u003c\/script\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":46144433193182,"sku":"W0010A1-FRSG","price":16500.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/thumbnail_hanten.webp?v=1738292129"},{"product_id":"eyemask","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.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;margin-bottom: 0;}\n.faq__item img {width: auto;max-width: 100%;}\n\n.rwlp__wrapper .other__pillow__text__sub__more {\n  color: #fff;\n}\n.rwlp__wrapper .other__more__btn {\n  color: #fff;\n}\n.rwlp__wrapper .other__more__btn__black {\n  color: #000;\n}\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.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{margin-bottom: 0;}\n.rwlp__wrapper ul,\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}.rwlp__wrapper{color:#000}body,details,div,h2,header,html,iframe,img,li,nav,p,section,span,summary,ul{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}button{appearance:none}body{overflow-x:hidden}h2{font-weight:400!important}img{vertical-align:bottom}.kv{position:relative}\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\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__img\"\u003e\n      \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_bg_model_v2.webp\" width=\"2000\" height=\"1126\" alt=\"\"\u003e\n      \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_bg_model_sp_v2.webp\" width=\"750\" height=\"1016\" alt=\"\"\u003e\n    \u003c\/div\u003e\n    \u003ch1 class=\"kv__txt\"\u003e冷暖、遮光、隔音\u003cbr\u003e只要有它\u003cbr class=\"u-pc\"\u003e即可順利入睡\u003c\/h1\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_eyemask_kv_logo_v2.webp\" width=\"682\" height=\"172\" alt=\"\"\u003e\n      \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_logo_sp_v2.webp\" width=\"510\" height=\"130\" alt=\"BRAIN SLEEP EYEMASK HOT+COOL\"\u003e\n      \u003cdiv class=\"kv__logo__txt\"\u003e\n\u003cp class=\"kv__logo__txt1\"\u003e冷暖\u003c\/p\u003e\n\u003cp class=\"kv__logo__txt2\"\u003e兩用\u003cbr\u003e凝膠\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"kv__bottom\"\u003e\n    \u003cp class=\"kv__bottom__txt\"\u003e一年四季皆可用的\u003cbr class=\"u-sp\"\u003e專注睡眠眼罩\u003c\/p\u003e\n    \u003cdiv class=\"kv__bottom__features\"\u003e\n      \u003cdiv class=\"kv__bottom__features__item\"\u003e\n        \u003cdiv class=\"kv__bottom__features__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_icon01.webp\" width=\"146\" height=\"122\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kv__bottom__features__item__txt\"\u003e配合身體狀態使用\u003cbr\u003e冷暖凝膠\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kv__bottom__features__item\"\u003e\n        \u003cdiv class=\"kv__bottom__features__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_icon02.webp\" width=\"113\" height=\"123\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kv__bottom__features__item__txt\"\u003eAUTOFIT材質\u003cbr\u003e貼合並遮光\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kv__bottom__features__item\"\u003e\n        \u003cdiv class=\"kv__bottom__features__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_icon03.webp\" width=\"111\" height=\"118\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kv__bottom__features__item__txt\"\u003e預防花粉\u003cbr\u003e防止黏附\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kv__bottom__features__item\"\u003e\n        \u003cdiv class=\"kv__bottom__features__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_icon04.webp\" width=\"109\" height=\"121\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kv__bottom__features__item__txt\"\u003e一體型立體結構\u003cbr\u003e包覆至耳際\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kv__bottom__features__item\"\u003e\n        \u003cdiv class=\"kv__bottom__features__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_icon05.webp\" width=\"103\" height=\"102\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kv__bottom__features__item__txt\"\u003e可調節的\u003cbr\u003e魔鬼氈\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kv__bottom__features__item\"\u003e\n        \u003cdiv class=\"kv__bottom__features__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_icon06.webp\" width=\"123\" height=\"130\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kv__bottom__features__item__txt\"\u003e可水洗且速乾\u003cbr\u003e隨時保持衛生\u003c\/p\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      \u003cp class=\"intro02__txt2 fadeInUpShort animated termina\"\u003e獨家的\u003cbr\u003e3D自動貼合\u003cbr\u003e科技\u003c\/p\u003e\n      \u003cp class=\"intro02__txt1 fadeInUpShort animated\"\u003e柔適貼合\u003cbr\u003e隔絕燈光及聲音，\u003cbr class=\"u-sp\"\u003e沉入舒適睡眠\u003c\/p\u003e\n      \u003cdiv class=\"intro02__img fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_intro02_img.webp\" alt=\"\" width=\"1264\" height=\"934\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_intro02_img_sp.webp\" alt=\"\" width=\"634\" height=\"468\" class=\"u-sp\"\u003e\n      \u003c\/div\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      \u003cp class=\"intro01__txt1 fadeInUpShort animated\"\u003e不只如此\u003c\/p\u003e\n      \u003cp class=\"intro01__txt2 fadeInUpShort animated termina\"\u003eHOT \u0026 COOL兩用設計\u003cbr\u003e助你安然入睡\u003c\/p\u003e\n      \u003cdiv class=\"intro01__img fadeInUpShort animated\"\u003e\n        \u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f750a22b1fb14e96890efa732d2c9931.mp4\" style=\"aspect-ratio: 1920\/1080\" height=\"1080\" width=\"1920\" class=\"u-pc\"\u003e\u003c\/video\u003e\n        \u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ca8a3c974bda4fd0bf84187f9a5d3491.mp4\" style=\"aspect-ratio: 1920\/1920\" height=\"1920\" width=\"1920\" class=\"u-sp\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro02__logo__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro02__logo fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_intro02_logo.webp\" alt=\"\" width=\"1142\" height=\"140\" class=\"u-pc\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_intro02_logo_sp.webp\" alt=\"\" width=\"570\" height=\"108\" class=\"u-sp\"\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      \u003cp class=\"intro03__txt1 fadeInUpShort animated termina\"\u003eISSUE\u003c\/p\u003e\n      \u003cp class=\"intro03__txt2 fadeInUpShort animated\"\u003e打造好眠關鍵\u003cbr\u003e良好的睡眠環境至關重要\u003c\/p\u003e\n      \u003cp class=\"intro03__txt3 fadeInUpShort animated\"\u003e根據「厚生勞動省健康局」發佈的《2014年健康睡眠指引》，睡前臥室的照明及睡眠時聽到的環境音等因素可能會降低睡眠品質，因此睡眠環境被認為非常重要。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"issue2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"issue2__inner\"\u003e\n      \u003cp class=\"issue2__txt1 fadeInUpShort animated\"\u003e因光線與聲音干擾\u003cbr\u003e導致睡眠品質下降\u003c\/p\u003e\n      \u003cul class=\"issue2__txt2 fadeInUpShort animated\"\u003e\n        \u003cli\u003e\n\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_icon_check.webp\" alt=\"\" width=\"58\" height=\"58\"\u003e既使是微弱的光線也會影響入睡\u003c\/li\u003e\n        \u003cli\u003e\n\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_icon_check.webp\" alt=\"\" width=\"58\" height=\"58\"\u003e細微的聲響會讓人醒來\u003c\/li\u003e\n        \u003cli\u003e\n\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_icon_check.webp\" alt=\"\" width=\"58\" height=\"58\"\u003e日出時間早於起床時間，導致提前醒來\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"issue2__bottom animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cp class=\"issue2__bottom__txt fadeInUpShort animated\"\u003e為了獲得高品質睡眠\u003cbr\u003e\u003cspan\u003e打造良好的睡眠環境\u003c\/span\u003e至關重要\u003c\/p\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__txt1 fadeInUpShort animated\"\u003e因此從腦眠科技開發了\u003cbr\u003e\u003cspan\u003e打造理想睡眠環境\u003cbr\u003e的支援\u003c\/span\u003e方案\u003c\/p\u003e\n      \u003cp class=\"intro04__txt2 fadeInUpShort animated\"\u003e\u003cspan\u003e最強睡眠裝備\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e眼罩誕生！\u003c\/span\u003e\u003c\/p\u003e\n      \u003cul class=\"intro04__txt4 fadeInUpShort animated\"\u003e\n        \u003cli\u003e隔音\u003c\/li\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\/section\u003e\n\n  \u003csection class=\"intro06 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro06__inner\"\u003e\n      \u003cdiv class=\"intro06__txt__wrap\"\u003e\n        \u003cp class=\"intro06__txt1 fadeInUpShort animated\"\u003e事實\u003cspan\u003e！\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp class=\"intro06__txt2 fadeInUpShort animated\"\u003e使用腦眠科技眼罩\u003cbr\u003e睡眠環境品質\u003cbr\u003e同步提升！\u003c\/p\u003e\n        \u003cp class=\"intro06__txt3 fadeInUpShort animated\"\u003e※自社試用調查　\u003cbr class=\"u-sp\"\u003e實施期間：10月11日～15日\u003cbr\u003e試用對象：30～50歲男女（共7人）\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro06__img fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_monitor_graph_zh-hant.webp\" alt=\"\" width=\"930\" height=\"686\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro07 technology__item technology__item__sub animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\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 u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_intro06_img_v2.webp\" alt=\"\" width=\"1558\" height=\"874\"\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\u003cspan class=\"termina\"\u003eHOT＆COOL\u003c\/span\u003e兩用設計\u003cbr\u003e\u003cspan class=\"bg_red\"\u003e花粉三大症狀\u003c\/span\u003e 雙重對策\u003c\/h3\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_intro06_img_v2.webp\" alt=\"\" width=\"1558\" height=\"874\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro07__txt__wrap\"\u003e\n              \u003cp class=\"intro07__txt\"\u003e\u003cspan class=\"termina\"\u003eHOT\u003c\/span\u003e：促進血液循環・放鬆\u003c\/p\u003e\n              \u003cp class=\"intro07__txt2\"\u003e針對流鼻水與鼻塞，透過溫暖鼻部來促進血液循環，有助於緩解症狀並改善呼吸。\u003c\/p\u003e\n              \u003cp class=\"intro07__txt\"\u003e\u003cspan class=\"termina\"\u003eCOOL\u003c\/span\u003e：降溫・鎮靜\u003c\/p\u003e\n              \u003cp class=\"intro07__txt2\"\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=\"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\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_product_logo.webp\" alt=\"BRAINSLEEP EYEMASK HOT + COOL\" width=\"460\" height=\"176\"\u003e\n      \u003c\/div\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_eyemask_nav01_model_v2.webp?2\" 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\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_eyemask_nav02_model_v2.webp\" alt=\"\" width=\"784\" height=\"722\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__link__lists__title\"\u003e\n\u003cspan\u003e02\u003c\/span\u003e360度包覆設計\u003cbr\u003e3D自動貼合結構\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_eyemask_nav03_model_v2.webp\" alt=\"\" width=\"782\" height=\"722\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n\u003cspan\u003e03\u003c\/span\u003e防止灰塵與花粉附著\u003cbr\u003e整體可清洗\u003cbr\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 technology__item__sub\" id=\"tech01\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"technology__item__title fadeInUpShort animated u-sp\"\u003e\n\u003cspan\u003e01\u003c\/span\u003eHOT\u0026amp;COOL\u003c\/h2\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_eyemask_tech01_main_model_v2.webp\" alt=\"\" width=\"1628\" height=\"918\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech01_main_model_sp_v2.webp\" alt=\"\" width=\"706\" height=\"706\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated u-pc\"\u003e\n\u003cspan\u003e01\u003c\/span\u003eHOT\u0026amp;COOL\u003c\/h2\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated termina\"\u003e溫冷雙效\u003cbr class=\"u-pc\"\u003e極致眼部護理\u003c\/h3\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech01_02_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"916\"\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  \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\n          \u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f750a22b1fb14e96890efa732d2c9931.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\"\u003e透過冷熱兩用設計\u003cbr\u003e有效緩解花粉症三大症狀\u003c\/h3\u003e\n            \u003cdiv class=\"tech01__01__hotcool\"\u003e\n              \u003cdiv class=\"tech01__01__hotcool__item\"\u003e\n                \u003cdiv class=\"tech01__01__hotcool__tag termina\"\u003eHOT\u003c\/div\u003e\n                \u003cdiv class=\"tech01__01__hotcool__txt\"\u003e針對流鼻水與鼻塞，透過溫熱鼻部以促進血液循環，有助於緩解症狀並改善呼吸。\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"tech01__01__hotcool__item\"\u003e\n                \u003cdiv class=\"tech01__01__hotcool__tag termina\"\u003eCOOL\u003c\/div\u003e\n                \u003cdiv class=\"tech01__01__hotcool__txt\"\u003e緩解眼睛與眼周的癢感，可透過冷敷來抑制發炎並舒緩不適。\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  \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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech01_03.webp\" alt=\"\" width=\"1628\" height=\"916\"\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  \u003c\/section\u003e\n\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      \u003ch2 class=\"technology__item__title fadeInUpShort animated u-sp\"\u003e\n\u003cspan\u003e02\u003c\/span\u003e3D AUTOFIT \u003cbr\u003eTECHNOLOGY\u003c\/h2\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_eyemask_tech02_main_model_v2.webp\" alt=\"\" width=\"1628\" height=\"918\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech02_main_model_sp_v2.webp\" alt=\"\" width=\"706\" height=\"706\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated u-pc\"\u003e\n\u003cspan\u003e02\u003c\/span\u003e3D AUTOFIT \u003cbr\u003eTECHNOLOGY\u003c\/h2\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated termina\"\u003e360度無死角貼合，\u003cbr class=\"u-pc\"\u003e溫柔包裹\u003c\/h3\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech02_01.webp\" alt=\"\" width=\"1628\" height=\"916\"\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材質會感知皮膚溫度從而變形，自然貼合鼻部曲線。有效阻擋鼻部縫隙的光線外漏，引導進入無壓力地舒適睡眠。34\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\"\u003e\n          \u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/da8060fdf2fe4125a51056b1781b1035.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\"\u003e不壓迫眼部的立體結構\u003cbr\u003e實現舒適的佩戴感受\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e眼部區域採用立體3D結構，形成凹槽設計，避免產生壓迫感，即使長時間佩戴也能感受到包覆般的舒適。\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech02_03.webp\" alt=\"\" width=\"1628\" height=\"916\"\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遮光率99.99%\u003cbr\u003e打造理想睡眠環境\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e高度遮光性可阻隔干擾入睡的光線，打造理想的睡眠環境\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_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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech02_04_model.webp\" alt=\"\" width=\"1628\" height=\"916\"\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\"\u003e360 度溫柔包覆至耳部\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=\"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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech02_05_model.webp\" alt=\"\" width=\"1628\" height=\"916\"\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\n  \u003csection class=\"technology__item\" id=\"tech03\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"technology__item__title fadeInUpShort animated u-sp\"\u003e\n\u003cspan\u003e03\u003c\/span\u003eANTI ELECTRIC \u003cbr\u003e\u0026amp; PERFECT \u003cbr\u003eCLEAN\u003c\/h2\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_eyemask_tech03_main_v2.webp\" alt=\"\" width=\"1628\" height=\"918\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech03_main_sp_v2.webp\" alt=\"\" width=\"706\" height=\"706\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated u-pc\"\u003e\n\u003cspan\u003e03\u003c\/span\u003eANTI ELECTRIC \u0026amp;\u003cbr\u003ePERFECT CLEAN\u003c\/h2\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated termina\"\u003e防止室內灰塵\u003cbr\u003e與花粉附著\u003cbr\u003e整體可水洗隨時保持清潔\u003c\/h3\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech03_01.webp\" alt=\"\" width=\"1628\" height=\"916\"\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  \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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech03_02.webp\" alt=\"\" width=\"1628\" height=\"916\"\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\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\" id=\"color\"\u003e\n    \u003cdiv class=\"scene__item fadeInUpShort animated\"\u003e\n      \u003cp class=\"scene__item__txt 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_eyemask_scene01_model.webp\" alt=\"\" width=\"734\" height=\"412\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_scene01_model_sp_zh-hant.webp\" alt=\"\" width=\"710\" height=\"400\" class=\"u-sp\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scene__item fadeInUpShort animated\"\u003e\n      \u003cp class=\"scene__item__txt 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_eyemask_scene02_model.webp\" alt=\"\" width=\"734\" height=\"412\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_scene02_model_sp_zh-hant.webp\" alt=\"\" width=\"710\" height=\"400\" class=\"u-sp\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scene__item fadeInUpShort animated\"\u003e\n      \u003cp class=\"scene__item__txt 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_eyemask_scene03_model.webp\" alt=\"\" width=\"734\" height=\"412\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_scene03_model_sp_zh-hant.webp\" 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=\"monitor__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\" id=\"color\"\u003e\n    \u003cdiv class=\"monitor__item fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"monitor__item__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_user01.webp\" alt=\"\" width=\"144\" height=\"144\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"monitor__item__body\"\u003e\n        \u003cp class=\"monitor__item__txt\"\u003e使用熱敷時，\u003cspan\u003e真的會在不知不覺中入睡\u003c\/span\u003e。那份溫暖感受非常舒適。\u003c\/p\u003e\n        \u003cp class=\"monitor__item__name\"\u003e30多歲 男性（客服人員 DU先生）\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"monitor__item fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"monitor__item__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_user02.webp\" alt=\"\" width=\"144\" height=\"144\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"monitor__item__body\"\u003e\n        \u003cp class=\"monitor__item__txt\"\u003e在晴朗白天運動後曬傷、身體發熱的情況下，使用冷感款能帶來舒適放鬆感。\u003cspan\u003e其遮光性強、貼合度佳，整體使用感受非常良好\u003c\/span\u003e。\u003c\/p\u003e\n        \u003cp class=\"monitor__item__name\"\u003e50多歲 男性（企劃開發 TM先生）\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"monitor__item fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"monitor__item__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_user03.webp\" alt=\"\" width=\"144\" height=\"144\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"monitor__item__body\"\u003e\n        \u003cp class=\"monitor__item__txt\"\u003e最近晚上因為天氣寒冷，\u003cspan\u003e藉由溫熱效果感覺得以放鬆入睡\u003c\/span\u003e。\u003cbr\u003e房間採光非常好，過去常常提早兩個小時醒來，但由於眼罩具有高度遮光性，\u003cspan\u003e能夠睡到設定的起床時間，\u003c\/span\u003e感覺非常理想。\u003c\/p\u003e\n        \u003cp class=\"monitor__item__name\"\u003e30多歲 女性（生產管理職 CF小姐）\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"monitor__matome fadeInUpShort animated\"\u003e使用腦眠科技眼罩後，\u003cbr class=\"u-sp\"\u003e睡眠環境的品質也提升了！\u003c\/p\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=\"spec__item fadeInUpShort animated\"\u003e\n      \u003cp class=\"spec__item__ttl\"\u003e眼罩\u003c\/p\u003e\n      \u003cdl class=\"spec__item__dl\"\u003e\n        \u003cdt class=\"spec__item__dt\"\u003e尺寸:\u003c\/dt\u003e\n        \u003cdd class=\"spec__item__dd\"\u003e約70.5 x 11(cm)\u003c\/dd\u003e\n      \u003c\/dl\u003e\n      \u003cdl class=\"spec__item__dl\"\u003e\n        \u003cdt class=\"spec__item__dt\"\u003e材質:\u003c\/dt\u003e\n        \u003cdd class=\"spec__item__dd\"\u003e[表布]65%尼龍、35%聚氨酯\u003c\/dd\u003e\n      \u003c\/dl\u003e\n      \u003cdiv class=\"spec__item__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_spec01.webp\" alt=\"\" width=\"1076\" height=\"282\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec__item fadeInUpShort animated\"\u003e\n      \u003cp class=\"spec__item__ttl\"\u003e眼罩 凝膠\u003c\/p\u003e\n      \u003cdl class=\"spec__item__dl\"\u003e\n        \u003cdt class=\"spec__item__dt\"\u003e尺寸:\u003c\/dt\u003e\n        \u003cdd class=\"spec__item__dd\"\u003e約18 x 8(cm)\u003c\/dd\u003e\n      \u003c\/dl\u003e\n      \u003cdl class=\"spec__item__dl\"\u003e\n        \u003cdt class=\"spec__item__dt\"\u003e素材：\u003c\/dt\u003e\n        \u003cdd class=\"spec__item__dd\"\u003e[表布]尼龍、聚乙烯\u003cbr\u003e[中材]水、防凍液、調整劑、CMC（羧甲基纖維素）、防腐劑\u003c\/dd\u003e\n      \u003c\/dl\u003e\n      \u003cdiv class=\"spec__item__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_spec02.webp\" alt=\"\" width=\"578\" height=\"288\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"spec__title\" id=\"howtouse\"\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=\"howtouse__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\" id=\"color\"\u003e\n    \u003cdiv class=\"howtouse__img fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_howtouse.webp\" alt=\"\" width=\"1126\" height=\"632\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"howtouse__body fadeInUpShort animated\"\u003e\n      \u003cp class=\"howtouse__body__ttl\"\u003e眼罩的穿戴方法\u003c\/p\u003e\n      \u003cp class=\"howtouse__body__txt\"\u003e雙手拿著眼罩，依鼻部位置作為佩戴基準。將眼罩掛於耳後，並用魔鬼氈於後腦部固定。避免過度拉緊，佩戴的基準為側邊（耳朵附近）可輕鬆插入一根手指的空隙。請依個人喜好調整貼合感。\u003c\/p\u003e\n      \u003cp class=\"howtouse__body__ttl\"\u003e冷暖凝膠的使用方法\u003c\/p\u003e\n      \u003cdiv class=\"howtouse__body__hotcool\"\u003e\n        \u003cdiv class=\"howtouse__body__hotcool__tag termina\"\u003eHOT\u003c\/div\u003e\n        \u003cp class=\"howtouse__body__hotcool__txt\"\u003e請用微波爐（500W）加熱冷暖凝膠20秒。\u003c\/p\u003e\n        \u003cdiv class=\"howtouse__body__hotcool__tag termina\"\u003eCOOL\u003c\/div\u003e\n        \u003cp class=\"howtouse__body__hotcool__txt\"\u003e請放入冰箱冷卻三小時以上。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" style=\"margin-bottom: 0;\"\u003e\n    \u003cdiv class=\"last__img fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_last_bg_model_v2.webp\" alt=\"\" width=\"2000\" height=\"1125\" class=\"u-pc\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_last_bg_model_sp_v2.webp\" alt=\"\" width=\"750\" height=\"903\" class=\"u-sp\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"last__txt1\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_awakenyourpossibility_v2.webp\" alt=\"AWAKEN YOUR POSSIBILITY.\" width=\"2000\" height=\"1125\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"last__txt2\"\u003e準備入睡，只要有它。\u003c\/p\u003e\n  \u003c\/section\u003e\n\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提高睡眠品質的推薦商品\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 u-sp\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\u003c\/h3\u003e\n        \u003cdiv class=\"other__pillow__vimeo\"\u003e\n          \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\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\/products_wear_thermocontrol_other_pillow_logo.png\" alt=\"BRAIN SLEEP PILLOW\" width=\"200\" height=\"63\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__pillow__text__title__name\"\u003e腦眠科技枕\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"other__pillow__text__sub__title\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\u003c\/h3\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"other__col2\"\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__coin\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e睡眠醫學×AI\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\/products_wear_thermocontrol_other_coin.jpg\" alt=\"\" width=\"700\" height=\"700\"\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\/products_wear_thermocontrol_other_coin_logo.png\" alt=\"BRAIN SLEEP COIN\" width=\"279\" height=\"86\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__flex\"\u003e\n            \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__conforter\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e採用無重力技術\u003cbr\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_wear_thermocontrol_other_mattress_premium.png\" alt=\"\" width=\"1174\" height=\"543\"\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_wear_thermocontrol_other_mattress_premium_logo.png\" alt=\"BRAIN SLEEP MATTRESS PREMIUM FLOAT\" width=\"300\" height=\"94\"\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採用無重力技術\u003cbr\u003e終極放鬆姿勢×完美分散體壓\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_premium_float\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \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可以使用滾筒式乾燥機嗎？\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眼罩為共通尺寸設計，男女皆可使用。\u003cbr\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沒問題，攜帶非常方便。\u003cbr\u003e眼罩重量約95克，冷熱凝膠約83克。\u003cbr\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\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_eyemask_all_v2.css?5\"\u003e\n\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  });\njQuery(function() {\n  animate();\n  jQuery(window).on(\"scroll\", function() {\n    animate();\n  });\n});\nfunction 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}\njQuery.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\u003c\/script\u003e\n\u003cscript\u003e\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\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":"Default Title","offer_id":46239662440670,"sku":"G0003S1-FRXX","price":6930.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/eyemask_tmn.webp?v=1743390765"},{"product_id":"bed_frame","title":"腦睡眠科技床架","description":"\u003cstyle\u003e\n  .rwlp__header__wrapper {background: #a0c0db;height: auto;position: absolute;top: 0;left: 0;right: 0;z-index: 9;}@media screen and (min-width: 750px) {.rwlp__header__wrapper {padding: 0 30px;}}@media screen and (max-width: 749px) {.rwlp__header__wrapper {padding: 0 20px;}}.rwlp__header {display: flex;align-items: center;justify-content: space-between;}@media screen and (min-width: 1200px) {.rwlp__header {height: 90px;}}@media screen and (max-width: 1199px) {.rwlp__header {height: 65px;}}@media screen and (min-width: 750px) {.rwlp__header__logo {width: 85px;}}@media screen and (max-width: 749px) {.rwlp__header__logo {width: 70px;}}@media screen and (min-width: 750px) {.rwlp__header__menu__wrapper {margin: 0 30px;}}@media screen and (max-width: 749px) {.rwlp__header__menu__wrapper {\/* margin: 0 20px; *\/}}.rwlp__header__menu__item {display: inline-block;}@media screen and (min-width: 1200px) {.rwlp__header__menu__item + .rwlp__header__menu__item {margin-left: 35px;}}@media screen and (min-width: 750px) and (max-width: 1199px) {.rwlp__header__menu__item + .rwlp__header__menu__item {margin-left: 30px;}}@media screen and (max-width: 749px) {.rwlp__header__menu__item + .rwlp__header__menu__item {margin-left: 15px;}}@media screen and (max-width: 749px) {.rwlp__header__menu__item.rwlp__hidden__sm {display: none;}}@media screen and (min-width: 1200px) {.rwlp__header__menu__link {font-size: 14px;}}@media screen and (max-width: 1199px) {.rwlp__header__menu__link {font-size: 14px;}}.rwlp__header__wrapper.fixed {position: fixed;top: -90px;transition: unset;}.rwlp__header__wrapper.animate {transition: top 0.15s ease-out;top: 0;}.rwlp__header__wrapper.hide {top: -90px;}\n  \n  .rwlp__wrapper,\n  #MainContent,\n  html.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;}\n  html {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;}\n  .rwlp__wrapper a {text-decoration: unset;}\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__bg img,\n  .intro05__img02 img,\n  .technology__item__desc__img img,\n  .scene__inner 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  \n  .rwlp__wrapper {\n    padding-bottom: 100px!important;\n  }\n  @media screen and (max-width:749px){\n    .rwlp__wrapper {\n      padding-bottom: 50px!important;\n    }\n\n    .kv {\n    border-top: 50px solid #000;\n  }\n\n  }\n  \u003c\/style\u003e\n\n\n\u003cdiv class=\"lp_all_box\"\u003e\n\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  \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_bedframe_kv_img.webp?3\" width=\"2798\" height=\"1574\"\u003e\n        \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_kv_bg_sp.webp?3\" width=\"748\" height=\"1198\"\u003e\n      \u003c\/div\u003e\n      \u003ch1 class=\"kv__ttl\"\u003e打造最理想的臥室環境。\u003cbr\u003e一張陪伴你一生\u003cbr\u003e的床架。\u003c\/h1\u003e\n      \u003cdiv class=\"kv__logo\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_kv_logo.webp\" width=\"740\" height=\"150\" alt=\"BRAIN SLEEP BED FRAME\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kv__txt__wrap\"\u003e\n        \u003cp class=\"kv__txt\"\u003e國產檜木\u003c\/p\u003e\n        \u003cp class=\"kv__txt\"\u003e空氣緩流結構\u003c\/p\u003e\n        \u003cp class=\"kv__txt\"\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        \u003cp class=\"intro01__book__ttl fadeInUpShort animated\"\u003e睡眠中，重要的\u003cbr class=\"u-sp\"\u003e“不僅僅是時間，還有品質”\u003c\/p\u003e\n        \u003cdiv class=\"intro01__book fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"intro01__book__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_book.webp\" alt=\"\" width=\"330\" height=\"456\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro01__book__body\"\u003e\n            \u003cp class=\"intro01__book__body__ttl\"\u003e集結『史丹佛式最優質的睡眠』\u003cbr\u003e中所有優點\u003c\/p\u003e\n            \u003cp class=\"intro01__book__body__txt\"\u003e人生中有3分之1都在睡覺。\u003cbr\u003e品質差的睡眠不僅頭腦與身體無法好好休息，\u003cbr\u003e也會導致無法發揮好表現 \u003cbr\u003e正因為是每天都要躺的寢具，何不重新檢視它的品質呢？\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro01__ttl fadeInUpShort animated\"\u003e透過空氣緩流結構促進通風，\u003cbr class=\"u-sp\"\u003e讓空氣循環流動\u003c\/p\u003e\n        \u003cp class=\"intro01__txt1 fadeInUpShort animated\"\u003e再加上\u003c\/p\u003e\n        \u003cp class=\"intro01__txt2 fadeInUpShort animated\"\u003e搭配腦眠科技床墊使用\u003cbr\u003e更不易悶熱積熱\u003c\/p\u003e\n        \u003cdiv class=\"intro01__video fadeInUpShort animated\"\u003e\n          \u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/2a27fd471d9049faba7bbe8640e3a8b6.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\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        \u003cp class=\"intro02__ttl fadeInUpShort animated\"\u003e來自島根縣的檜木\u003cbr\u003e引領你邁向理想的臥室環境\u003c\/p\u003e\n        \u003cp class=\"intro02__txt fadeInUpShort animated\"\u003e國產檜木卓越的調濕功能，\u003cbr\u003e搭配檜木所含的 α-松油醇香氣\u003cbr\u003e為你的身心帶來放鬆與舒緩。\u003c\/p\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        \u003cp class=\"intro03__ttl fadeInUpShort animated\"\u003e因應生活方式的變化\u003cbr\u003e終身皆可使用\u003c\/p\u003e\n        \u003cdiv class=\"intro03__video fadeInUpShort animated\"\u003e\n          \u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b030c766bde44a09b8296082bb133f2c.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro03__txt fadeInUpShort animated\"\u003e單人．單人加大．雙人\u003cbr\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\"\u003eALL MADE IN JAPAN\u003c\/p\u003e\n        \u003cp class=\"intro04__ttl fadeInUpShort animated\"\u003e精益求精的製作工藝\u003c\/p\u003e\n        \u003cdiv class=\"intro04__video fadeInUpShort animated\"\u003e\n          \u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/4eb6524d2cea4a1c937fd975665f9554.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\" width=\"930\" height=\"523\"\u003e\u003c\/video\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro04__txt fadeInUpShort animated\"\u003e島根縣產的檜木，\u003cbr class=\"u-sp\"\u003e從間伐材中一根根細心削製，\u003cbr\u003e在廣島縣的工廠中由職人\u003cbr class=\"u-sp\"\u003e一件件精心製作成產品。\u003cbr\u003e由長年處理木材的熟練職人\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__bg\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_intro05_bg_model.webp\" alt=\"\" width=\"2000\" height=\"1146\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_intro05_bg_model_sp.webp\" alt=\"\" width=\"748\" height=\"1028\" class=\"u-sp\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro05__inner fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro05__txt1\"\u003e追求舒適與便利性的床架\u003c\/p\u003e\n        \u003cp class=\"intro05__txt2\" style=\"line-height: 1.4;\"\u003e從今天開始，\u003cbr\u003e 擁有一件能用\u003cbr class=\"u-sp\"\u003e一輩子的好物。\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_bedframe_product_logo.webp\" alt=\"BRAIN SLEEP BED FRAME\" width=\"746\" height=\"34\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n  \n    \u003csection class=\"technology js-box\" 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_bedframe_nav01.webp\" alt=\"\" width=\"784\" height=\"714\"\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"technology__link__lists__title\"\u003e\n  \u003cspan\u003e01\u003c\/span\u003e透過空氣緩流結構 \u003cbr\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_bedframe_nav02.webp\" alt=\"\" width=\"784\" height=\"714\"\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_bedframe_nav03_model.webp\" alt=\"\" width=\"782\" height=\"716\"\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n  \u003cspan\u003e03\u003c\/span\u003e隨生活變化\u003cbr\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 technology__item__sub\" id=\"tech01\"\u003e\n      \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n  \u003cspan\u003e01\u003c\/span\u003eAIR THROW STRUCTURE\u003c\/h2\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_bedframe_tech01_main.webp\" alt=\"\" width=\"1634\" height=\"920\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech01_main_sp.webp\" alt=\"\" width=\"710\" height=\"702\" class=\"u-sp\"\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為了獲得良好的睡眠，維持床墊內部的溫度與濕度在適當範圍是非常重要的。 \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=\"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\" 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_bedframe_tech01_01_zh-hant.webp?2\" alt=\"\" width=\"1634\" height=\"920\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech01_01_sp_zh-hant.webp?2\" alt=\"\" width=\"710\" height=\"800\" class=\"u-sp\"\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在不阻礙由90%以上空氣層構成的腦眠科技床墊通氣性的前提下，最大限度發揮其性能的床架。\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 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_bedframe_tech01_02_zh-hant.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以適當的木板寬度\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  \n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech02\"\u003e\n      \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n  \u003cspan\u003e02\u003c\/span\u003eMATERIAL Hinoki\u003c\/h2\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_bedframe_tech02_main.webp\" alt=\"\" width=\"1634\" height=\"920\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech02_main_sp.webp\" alt=\"\" width=\"710\" height=\"700\" class=\"u-sp\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e使用國產檜木打造舒適臥室\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e使用出雲大社、石見銀山、松江城等傳統建築常用的優質木材產地的島根縣檜木。 採用無塗裝的純檜木，不添加任何多餘物質，最大限度發揮檜木特有的功效。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \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\" 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_bedframe_tech02_01_zh-hant.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根據房間的濕度吸收或釋放空氣中的水分，維持舒適的睡眠環境。\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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech02_02_zh-hant.webp\" alt=\"\" width=\"1634\" height=\"920\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech02_02_sp_zh-hant.webp\" alt=\"\" width=\"710\" height=\"768\" class=\"u-sp\"\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放鬆身心\u0026減輕壓力\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 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_bedframe_tech02_03_zh-hant.webp\" alt=\"\" width=\"1634\" height=\"920\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech02_03_sp_zh-hant.webp\" alt=\"\" width=\"710\" height=\"666\" class=\"u-sp\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\" style=\"border: 1px solid #000;margin-top: 10px;\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech02_04_sp_zh-hant.webp\" alt=\"\" width=\"710\" height=\"746\" class=\"u-sp\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e優異的抗菌、防臭、除臭效果\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e檜木成分具有抑制細菌繁殖與分解異味分子的效果。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub u-pc\" 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\" 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_bedframe_tech02_04_zh-hant.webp\" alt=\"\" width=\"1634\" height=\"920\" class=\"u-pc\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\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 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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech02_05.webp\" alt=\"\" width=\"1634\" height=\"920\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech02_05_sp.webp\" alt=\"\" width=\"710\" height=\"700\" class=\"u-sp\"\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為了維護自然環境，我們採用在疏伐過程中產生的間伐材，也就是移除妨礙森林成長的多餘樹木。 其中選用樹齡約10至20年、常因不易用於建築或家具而遭棄置的小徑木，重新加以利用。\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\"\u003e\n      \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n  \u003cspan\u003e03\u003c\/span\u003eFIT YOUR LIFE\u003c\/h2\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_bedframe_tech03_main_model.webp\" alt=\"\" width=\"1634\" height=\"920\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech03_main_model_sp.webp\" alt=\"\" width=\"710\" height=\"700\" class=\"u-sp\"\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隨著人生階段的變化，成長、工作與家庭結構的不同，生活需求也會不斷改變。\u003cbr\u003e 我們致力於因應這些變化，支持更具永續性與彈性的生活方式。\u003c\/p\u003e\n              \u003cdiv class=\"technology__item__desc__text__content__sub\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech03_sub01_zh-hant.webp\" alt=\"\" width=\"361\" height=\"382\"\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=\"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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech03_01.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content__sub u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech03_sub02.webp\" alt=\"\" width=\"850\" height=\"256\"\u003e\n            \u003c\/div\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只需單手即可輕鬆改變尺寸的調整結構。因此，隨著生活階段或生活方式的改變，無需每次都重新購買床架。\u003cbr\u003e如果使用比床墊大一個尺寸的床架，多出來的部分還可以當作邊桌使用。\u003c\/p\u003e\n              \u003cdiv class=\"technology__item__desc__text__content__sub u-pc\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech03_sub02.webp\" alt=\"\" width=\"850\" height=\"256\"\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=\"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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech03_03_zh-hant.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低腳、中腳、高腳 \u003cbr\u003e高度皆可自由調整\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e雖然有許多人是將床墊直接鋪在地上或睡在日式床墊上，但為了在舒適的睡眠環境中入睡，調整床鋪的高度也是很重要的。\u003cbr\u003e床腳有：高腳 18cm、中腳 9cm\u003cbr\u003e每組售價為11,000日圓（含稅）。\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        \u003cp class=\"technology__item__inner__lead fadeInUpShort animated\"\u003e根據生活風格靈活運用\u003c\/p\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_bedframe_tech03_04_zh-hant.webp?2\" 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在意居家灰塵者\u003cbr\u003e建議選擇高度30cm以上的款式\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e距離地面30公分的高度範圍內被稱為室塵區，灰塵容易飛揚。如果您在意灰塵或過敏問題，建議您睡在 30 公分以上高度的床鋪上。\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__tag\"\u003e可達30cm以上的組合方式\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__txt\"\u003e．低款 × 極致釋壓床墊 或 加倍釋壓床墊\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=\"tech03_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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_tech03_05.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若不希望對腿部與腰部造成負擔\u003cbr\u003e建議選擇高度40cm以上的款式\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e當您坐在床緣時，如果膝蓋和髖關節能呈現 90 度角，並且雙腳可以平穩踩到地面的高度，就是最容易起身，也最不會對您的腿腳造成負擔的最佳高度。\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__tag\"\u003e可達40cm以上的組合方式\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__txt\"\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  \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    \u003cdiv class=\"scene__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\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_bedframe_scene01.webp\" alt=\"\" width=\"2000\" height=\"1126\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"scene__img04 fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_scene04_model.webp\" alt=\"\" width=\"1084\" height=\"1626n\"\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_bedframe_scene02_model.webp\" alt=\"\" width=\"1286\" height=\"792\"\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_bedframe_scene03_model.webp\" alt=\"\" width=\"1285\" height=\"792\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \n    \u003csection class=\"spec__title js-box\" 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 spec01\" style=\"border: unset;\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_spec01_zh-hant.webp\" alt=\"\" width=\"1412\" height=\"824\" class=\"technology__item__desc__img01\"\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 u-500\"\u003eSIZE\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e單人使用時:約W100 × L198.8 × H12.6cm\u003cbr\u003e單人加大使用時:約W120 × L198.8 × H12.6cm\u003cbr\u003e雙人使用時:約W140 × L198.8 × H12.6cm\u003cbr\u003e\u003cbr\u003e耐荷重:180kg\u003cbr\u003e重量:床架34kg、高床腳2kg、中床腳 1kg\u003cbr\u003e配送尺寸:床架\u003cbr\u003e① 約W105×H101×D12cm\u003cbr\u003e② 約 W105×H99.5×D10cm\u003cbr\u003e※ 床架將分兩個包裹配送。\u003cbr\u003e床腳:高腳 約41×17×8.5cm\u003cbr\u003e中腳 約23×17×8.5cm\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 spec02\" style=\"border: unset;\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\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\n            \u003cvideo class=\"lozad technology__item__desc__img02\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/836d1cce4d904957ae0ddb848d4f8c15.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組裝方法\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 spec03\" style=\"border: unset;\"\u003e\n      \u003cdiv class=\"technology__item__inner u-pc\"\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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_spec02.webp\" alt=\"\" width=\"1634\" height=\"922\" class=\"technology__item__desc__img03\"\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 u-500\"\u003eMATERIAL\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e材質：檜木、白蠟木\u003c\/p\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      \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__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\" style=\"margin-bottom: 20px;\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title termina u-500\"\u003eMATERIAL\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          \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_bedframe_spec02.webp\" alt=\"\" width=\"1634\" height=\"922\" class=\"technology__item__desc__img03\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e檜木的特徵\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e隨著時間推移，顏色會逐漸改變，轉化為更具深度的焦糖色。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub spec04\" style=\"border: unset;\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\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\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_spec03_zh-hant.webp\" alt=\"\" width=\"1634\" height=\"922\" class=\"technology__item__desc__img04\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e關於檜木的木紋\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e在檜木的加工過程中，節點及其周圍可能會出現如照片所示的現象，但這並不會影響其結構強度或造成其他問題。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n\n    \u003c!-- \u003csection class=\"relatedProducts\" id=\"relatedProducts\"\u003e\n    \u003c\/section\u003e --\u003e\n\n      \u003cdiv class=\"sec_development\"\u003e\n          \u003cp\u003e\n          關於產品，\u003cbr class=\"u-sp\"\u003e您有任何想了解的地方嗎？\u003cbr\u003e\u003cspan class=\"txt_red\"\u003e開發負責人\u003c\/span\u003e會為您解答！\u003cbr class=\"u-sp\"\u003e請隨時與我們聯絡。\u003cbr\u003e\n          \u003c\/p\u003e\n      \n          \u003cspan class=\"annotation\"\u003e※ 請在詢問事項的主旨中，選擇\u003cbr class=\"u-sp\"\u003e「關於向『腦眠科技』開發負責人詢問」。\u003c\/span\u003e\u003cbr\u003e\n\n          \u003ca target=\"_blank\" href=\"https:\/\/brain-sleep.com\/pages\/development-contact\"\u003e點擊此處聯絡我們 \u0026gt;\u003c\/a\u003e\n      \u003c\/div\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        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_last_model.webp\" alt=\"\" width=\"2000\" height=\"1142\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_last_bg_model_sp.webp\" alt=\"\" width=\"752\" height=\"700\" class=\"u-sp\"\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常見問題\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【日常保養】\u003cbr\u003e這款產品容易吸收濕氣，在高溫環境下可能會發霉。如果房間的濕度很高（黴菌喜歡的溫度是 20℃~28℃，濕度75%以上），請務必為房間通風。如果室內變得高溫潮濕，請將床鋪從床墊上移開，讓它通風。\u003cbr\u003e【當有污垢時】\u003cbr\u003e請使用乾布擦拭。請勿使用化學抹布、酒精、汽油、稀釋劑、除光液或護膚霜等。如果污垢用乾擦無法去除，請使用細砂紙（240目以上）輕輕刮除污垢部分。\u003cbr\u003e【如果不幸發霉了】\u003cbr\u003e在天氣晴朗、通風良好的陰天，將70%的酒精噴在擰乾的抹布上，擦拭並去除黴菌。之後，請將其完全乾燥。請注意，由黴菌引起的變色無法去除。\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．請勿將產品長時間放置在高溫高濕或極度乾燥的場所。這會導致產品發生彎曲、變形或變色等。\u003cbr\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建議由兩人或兩人以上進行組裝。\u003cbr\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  \n  \u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_all_v1.css?2\"\u003e\n  \n  \u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_bedframe_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  \n  \u003c!--パラメータ表示制御--\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\n    jQuery(function () {\n      const param = location.search;\n  \n      if (param.indexOf(\"?ad_y\") === 0) {\n        const fixed_01 = document.getElementById(\"fixed_01\");\n        fixed_01.style.display = \"none\";\n  \n        console.log(\"yahoo広告\");\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        \/\/広告ページ（通常）、商品ページ流入時　要素非表示\n        jQuery(\".ad_on_off\").css({\n          'cssText':'display:none !important;'\n          \/\/ display: \"none\",\n        });\n  \n        \/\/広告ページ（yahoo）流入時　要素表示\n        jQuery(\".y_ad_on\").css({\n          'cssText':'display:block !important;'\n          \/\/ display: \"block\",\n        });\n  \n        \/\/商品ページ流入時　要素表示\n        jQuery(\".ad_on\").css({\n          display: \"none\",\n        });\n  \n  \n  \n      } else 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  \n  \n  \n  \n        \/\/広告ページ（通常、yahoo）流入時　要素表示\n        jQuery(\".ad_on\").css({\n          display: \"block\",\n        });\n  \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  \u003c\/script\u003e\n\n  \n    \u003cscript\u003e\n      document.addEventListener(\"DOMContentLoaded\", function () {\n        const smoothScrollLinks = document.querySelectorAll(\n          \".custom-smooth-scroll\"\n        );\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 =\n              targetElement.getBoundingClientRect().top + window.scrollY - offset;\n            window.scrollTo({\n              top: targetPosition,\n              behavior: \"smooth\",\n            });\n          });\n        });\n      });\n    \u003c\/script\u003e\n    \u003cscript\u003e\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.sec_development{background: #EEECDD;text-align: center;padding: 50px 10px;margin:50px 0 0 0;}\n.sec_development p{text-align: center;font-weight: bold;font-size: 25px;line-height: 200%;}\n.txt_red{color: #9C2335;}\n.sec_development a{color: #FFFF;background: #9C2335;padding: 10px 50px;border-radius: 30px;margin-top: 30px;font-size: 20px;display: inline-block;}\n.annotation{font-size: 12px;}\n.relatedProducts{margin-top:0px;}\n\n@media screen and (max-width:749px) {\n    .sec_development p{font-size: 20px;}\n}\n\u003c\/style\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"HIGH（脚18cm)","offer_id":46303281610974,"sku":"F0001S1-FR18","price":220000.0,"currency_code":"JPY","in_stock":true},{"title":"MIDDLE（脚9cm)","offer_id":46303281578206,"sku":"F0001S1-FR09","price":220000.0,"currency_code":"JPY","in_stock":true},{"title":"LOW(脚付属無し)","offer_id":46303281545438,"sku":"F0001S1-FRXX","price":209000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/bed_frame_high_tmn.webp?v=1756808595"},{"product_id":"allinone","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    .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    }\n\n    .rwlp__wrapper a {\n        text-decoration: unset;\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    }\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    .kv__bg img,\n    .intro05__img02 img,\n    .technology__item__desc__img img,\n    .scene__inner img,\n    .line__bnr img,\n    .technology__link__lists__title {\n        margin-bottom: 0;\n    }\n\n    .technology__item__feature {\n        padding-left: 0 !important;\n    }\n\n    .technology__link__lists {\n        padding: 0 !important\n    }\n\n    .rwlp__wrapper {\n        padding-bottom: 100px !important;\n    }\n\n    @media screen and (max-width:749px) {\n        .rwlp__wrapper {\n            padding-bottom: 50px !important;\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\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\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_allineone_kv_bg_model_v3.webp?3\" width=\"2000\" height=\"1122\"\u003e\n            \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_kv_bg_model_sp_v3.webp?3\" width=\"748\" height=\"1202\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kv__gooddesign\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_kv_gooddesign_v3.webp\" width=\"724\" height=\"122\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003ch1 class=\"kv__ttl\"\u003e只需一組\u003cbr\u003e在任何地方都能享受最佳睡眠\u003c\/h1\u003e\n        \u003cdiv class=\"kv__logo\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_kv_logo_v3.webp\" width=\"926\" height=\"190\" alt=\"BRAIN SLEEP ALL IN ONE\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"position: absolute;bottom: 2%;right: 3%;font-size: 1rem;\"\u003e\n            「All-in-one」的造型是由株式會社Brain Sleep所擁有的立體商標。\u003cbr\u003e立體商標註冊號碼：第6743238號。\n        \u003c\/div\u003e\n\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__lessissmart fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allinone_lessissmart_v3.webp\" width=\"926\" height=\"190\" alt=\"LESS IS SMART\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"intro01__txt fadeInUpShort animated\"\u003e研究大腦與睡眠的科學\u003cbr\u003e將腦眠的技術整合為一\u003c\/p\u003e\n            \u003cdiv class=\"intro01__img fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro01_zh-hant.webp\" width=\"2000\" height=\"682\" alt=\"\" class=\"u-pc\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro01_sp_zh-hant.webp\" width=\"550\" height=\"886\" alt=\"\" class=\"u-sp\"\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__bg\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro02_bg_model_v3.webp\" width=\"2000\" height=\"958\" alt=\"\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro02_bg_model_sp_v3.webp\" width=\"750\" height=\"870\" alt=\"\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro02__inner\"\u003e\n            \u003cp class=\"intro02__ttl fadeInUpShort animated\"\u003e不論你在何處\u003cbr\u003e享受最優質睡眠\u003c\/p\u003e\n            \u003cp class=\"intro02__txt fadeInUpShort animated\"\u003e在不同場合都能享受睡眠的\u003cbr\u003e全新設計的寢具\u003cbr\u003e提供更舒適豐富的睡眠體驗\u003c\/p\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__wrap1\"\u003e\n                \u003cdiv class=\"intro03__wrap1__body\"\u003e\n                    \u003cp class=\"intro03__wrap1__ttl fadeInUpShort animated\"\u003e作為單人生活的\u003cbr\u003e第一張床\u003c\/p\u003e\n                    \u003cp class=\"intro03__wrap1__txt fadeInUpShort animated\"\u003e\n                        在都市中的六帖單人房裡，床大約佔據了1\/4的面積，生活空間狹小成為常態。\u003cbr\u003e腦眠科技日式床墊 一體成型的大小為一般單人床的2\/3，折疊後僅為原來的1\/20，大大地節省了許多空間。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro03__wrap1__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_01_zh-hant.webp\" width=\"1384\" height=\"958\" alt=\"\" class=\"u-pc\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_01_sp_zh-hant.webp\" width=\"656\" height=\"1062\" alt=\"\" class=\"u-sp\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro03__wrap2\"\u003e\n                \u003cdiv class=\"intro03__wrap2__body\"\u003e\n                    \u003cp class=\"intro03__wrap2__ttl fadeInUpShort animated\"\u003e作為第二張床\u003cbr\u003e開啟全新睡眠體驗\u003c\/p\u003e\n                    \u003cp class=\"intro03__wrap2__txt fadeInUpShort animated\"\u003e\n                        適合露營、車泊、陽台露營、\u003cbr\u003e居家工作的午睡、\u003cbr\u003e獨自專注於睡眠的夜晚、\u003cbr\u003e接待客人或災害發生時等多種場合\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro03__wrap2__img\"\u003e\n                    \u003cdiv class=\"intro03__wrap2__img1 fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_02_model_v3.webp\" width=\"770\" height=\"770\" alt=\"\" class=\"u-pc\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_02_model_sp_v3.webp\" width=\"642\" height=\"642\" alt=\"\" class=\"u-sp\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"intro03__wrap2__img2 fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_03_model_v3.webp\" width=\"616\" height=\"348\" alt=\"\" class=\"u-pc\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_03_model_sp_v3.webp\" width=\"306\" height=\"306\" alt=\"\" class=\"u-sp\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"intro03__wrap2__img3 fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_04_model_v3.webp\" width=\"618\" height=\"348\" alt=\"\" class=\"u-pc\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_04_model_sp_v3.webp\" width=\"306\" height=\"306\" alt=\"\" class=\"u-sp\"\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=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro04__bg\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro04_bg_v3.webp\" width=\"2000\" height=\"988\" alt=\"\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro04_bg_sp_v3.webp\" width=\"748\" height=\"726\" alt=\"\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro04__inner\"\u003e\n            \u003cp class=\"intro04__ttl fadeInUpShort animated\"\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__bg\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro05_bg_model_v3.webp\" width=\"2000\" height=\"1046\" alt=\"\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro05_bg_sp_v3.webp\" width=\"748\" height=\"948\" alt=\"\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro05__inner\"\u003e\n            \u003cp class=\"intro05__ttl fadeInUpShort animated\"\u003e極簡\u003cbr\u003e且嶄新的睡眠體驗\u003c\/p\u003e\n            \u003cdiv class=\"intro05__logo fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro05_logo_v3.webp\" width=\"888\" height=\"182\" alt=\"\"\u003e\n            \u003c\/div\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_allineone_nav01_model_v3.webp\" alt=\"\" width=\"788\" height=\"724\"\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"technology__link__lists__title\"\u003e\n                            \u003cspan\u003e01\u003c\/span\u003e追求舒適且豐富的睡眠\n                        \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_allineone_nav02_model_v3.webp\" alt=\"\" width=\"788\" height=\"724\"\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"technology__link__lists__title\"\u003e\n                            \u003cspan\u003e02\u003c\/span\u003e超便攜設計\n                        \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_allineone_nav03_v3.webp\" alt=\"\" width=\"788\" height=\"724\"\u003e\n                        \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\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                \u003cspan\u003e01\u003c\/span\u003eSUPER COMFORT\n            \u003c\/h2\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_allineone_tech01_main_model_v3.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                            注重睡眠品質 腦眠科技獨有 追求最佳睡眠舒適感\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_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_allineone_tech01_01_v3.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allinone_tech01_02_v3.webp\" alt=\"\" width=\"640\" height=\"360\" class=\"u-sp\" style=\"margin-top: 28px;\"\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                        \u003cdiv class=\"technology__item__desc__text__content__tag__wrap\"\u003e\n                            \u003cp class=\"technology__item__desc__text__content__tag termina\"\u003eMATTRESS\u003c\/p\u003e\n                        \u003c\/div\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\"\u003e4公分厚度的優越耐壓性能牢牢地支撐腰部\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 u-pc\" 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 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_allinone_tech01_02_v3.webp\" alt=\"\" width=\"640\" height=\"360\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\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 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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_tech01_04_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"902\"\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    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_tech01_04_model_v3.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                        \u003cdiv class=\"technology__item__desc__text__content__tag__wrap\"\u003e\n                            \u003cp class=\"technology__item__desc__text__content__tag termina\"\u003ePILLOW\u003c\/p\u003e\n                        \u003c\/div\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彈力纖維貼合頭部．頸部\u003cbr\u003e提供舒適的睡眠姿勢\u003c\/p\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_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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_tech01_05_v3.webp\" alt=\"\" width=\"1628\" height=\"902\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e翻身更順暢\u003cbr\u003e側臥也舒適\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            中央部分柔軟側邊部分較硬的設計，讓側睡時也能穩固支撐頸部。無論是仰睡或側睡，都能完美貼合。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allinone_tech01_06_v3.webp\" alt=\"\" width=\"1628\" height=\"902\"\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    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_07\"\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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_tech01_07_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"902\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e壓到性的透氣性\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            透過立體編織的獨家研發纖維，實現卓越的透氣性。睡眠期間能有效維持低溫舒適。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_08\"\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_allineone_tech01_08_model_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                        \u003cdiv class=\"technology__item__desc__text__content__tag__wrap\"\u003e\n                            \u003cp class=\"technology__item__desc__text__content__tag termina\"\u003eCOMFORTER\u003c\/p\u003e\n                        \u003c\/div\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                            接觸肌膚的棉層採用柔軟棉質。\u003cbr\u003e外層使用防潑水材質，保持清潔。\u003cbr\u003e\u003cbr\u003e\u003c秋冬季\u003e\u003cbr\u003e與使用一般睡袋相同，將拉鍊拉上，溫暖的包住入睡。在床墊上有睡袋墊著，能防止並阻斷冷空氣。\u003cbr\u003e\u003cbr\u003e\u003c春夏季\u003e\u003cbr\u003e將拉鍊全部拉開當作棉被蓋在身上，溫度調節功能讓您舒適使用\u003cbr\u003e\u003cbr\u003e\u003c根據季節做變化\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=\"technology__item technology__item__sub\" id=\"tech01_09\"\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_allineone_tech01_09_model_v3.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                            適用溫度範圍\u003cspan\u003e※依據歐洲標準及國際標準化組織 EN\/ISO 23537 的規定\u003c\/span\u003e\n                        \u003c\/h3\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__desc\"\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc__lead\"\u003e舒適溫度 \u003cspan class=\"termina\"\u003e8°C\u003c\/span\u003e\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc__txt\"\u003e標準女性在放鬆姿勢下舒適的睡眠溫度。戶外初學者也能舒適入睡。\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc__lead\"\u003e最低溫度 \u003cspan class=\"termina\"\u003e4°C\u003c\/span\u003e\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc__txt\"\u003e標準男性在蜷縮狀態下使用8小時的適用溫度。戶外資深專家則可通過服裝和其他因素來獲得最佳保暖效果。\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=\"technology__item technology__item__sub\" id=\"tech01_10\"\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_allineone_tech01_10_v3.webp\" alt=\"\" width=\"1628\" height=\"902\"\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內層布料採用100%純棉\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 technology__item__sub\" id=\"tech02\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                \u003cspan\u003e02\u003c\/span\u003eSUPER COMPACT\n            \u003c\/h2\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_allineone_tech02_main_model_v3.webp\" alt=\"\" width=\"1628\" height=\"902\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e超緊湊設計\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e超省空間設計、輕巧易攜\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allinone_tech02_01_v3.webp\" alt=\"\" width=\"640\" height=\"360\"\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只需5秒即可收納完成\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e收納時只需單手操作，僅需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=\"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\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_tech02_02_v3.webp\" alt=\"\" width=\"1628\" height=\"902\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e內建手機專用口袋\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e枕頭底下備有收納智慧型手機的口袋\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_tech02_03_v3.webp\" alt=\"\" width=\"1630\" height=\"902\"\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可透過魔鬼氈連接兩個\u003cbr\u003e寬度達雙人床等級的140公分\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\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                \u003cspan\u003e03\u003c\/span\u003eSUPER CLEAN\n            \u003c\/h2\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_allineone_tech03_main_model_v3.webp\" alt=\"\" width=\"1628\" height=\"902\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e全部皆可水洗\u003cbr\u003e隨時保持清潔\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e枕頭及床墊用蓮蓬頭沖洗，而棉被及套子可放入洗衣機清洗。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_tech03_01_v3.webp\" alt=\"\" width=\"1628\" height=\"894\"\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=\"technology__item__desc__text__content__desc\" style=\"margin-top: 0;\"\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=\"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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_tech03_02_v3.webp\" alt=\"\" width=\"1628\" height=\"902\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e不易沾染污垢\u003cbr\u003e專用保護套\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            封面的底部和側面採用了防潑水加工的布料。不僅能防水，還能防汗、泥漬和灰塵等。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\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    \u003cdiv class=\"scene__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\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_allineone_scene01_model_v3.webp\" alt=\"\" width=\"1156\" height=\"716\"\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_allineone_scene02_model_v3.webp\" alt=\"\" width=\"1156\" height=\"714\"\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_allineone_scene03_model_v3.webp\" alt=\"\" width=\"2000\" height=\"1124\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eSPEC\u003c\/span\u003e樣式\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub spec01\" style=\"border: unset;\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_spec01_v3.webp\" alt=\"\" width=\"1174\" height=\"930\" class=\"technology__item__desc__img01\"\u003e\n                    \u003cp class=\"technology__item__desc__text__content__desc u-sp\"\u003e收納時尺寸\u003cbr\u003e床墊: 寬 70 cm x 高 64 cm x 長 18 cm \u003cbr\u003e棉被(睡袋): 寬 43 cm x 高 70 cm x 厚 20 cm\u003c\/p\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_spec02_zh-hant.webp\" alt=\"\" width=\"1190\" height=\"476\" class=\"technology__item__desc__img02 u-sp\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_spec03_zh-hant.webp\" alt=\"\" width=\"1190\" height=\"476\" class=\"technology__item__desc__img03 u-sp\"\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 u-500\"\u003eSize\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e枕頭: 寬 70 cm x 長 30 cm x 厚 9 cm\u003cbr\u003e床墊: 寬 70 cm x 長 196 cm x 厚 約40 mm\u003cbr\u003e棉被(睡袋): 寬 80 cm\u003cbr\u003e(拉鍊全開狀態為160 cm) x 長 198 cm \/ 1550g\u003cbr\u003e\u003cbr\u003e\u003cspan class=\"u-pc\"\u003e收納時尺寸\u003cbr\u003e床墊: 寬 70 cm x 高 64 cm x 長 18 cm \u003cbr\u003e棉被(睡袋): 寬 43 cm x 高 70 cm x 厚 20 cm\u003c\/span\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 spec02\" style=\"border: unset;\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\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\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 u-500\"\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=\"technology__item technology__item__sub spec03\" style=\"border: unset;\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\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 u-pc\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_spec02_zh-hant.webp\" alt=\"\" width=\"1190\" height=\"476\" class=\"technology__item__desc__img02\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_spec03_zh-hant.webp\" alt=\"\" width=\"1190\" height=\"476\" class=\"technology__item__desc__img03\"\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 u-500\"\u003eMATERIAL\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            枕頭\u0026床墊\u003cbr\u003e・套子：100%聚酯纖維\u003cbr\u003e・中材：100%聚乙烯\u003cbr\u003e\u003cbr\u003e\n\n                            棉被(睡袋)\u003cbr\u003e・外側：100%聚酯纖維(回收)\u003cbr\u003e・內側：100%綿\u003cbr\u003e・中綿：100%聚酯纖維\u003cbr\u003e\u003cbr\u003e\n\n                            \u003cspan style=\"font-size: 11px;\"\u003e\n                            「All-in-one」的造型是由株式會社Brain Sleep所擁有的立體商標。\u003cbr\u003e立體商標註冊號碼：第6743238號。\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    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub spec04\" style=\"border: unset;\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_material_v3.webp\" alt=\"\" width=\"1634\" height=\"922\" class=\"technology__item__desc__img04\"\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\"\u003e100%可回收\u003cbr\u003e永續性材質\u003c\/h3\u003e\n                        \u003cp class=\"technology__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=\"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\u003eRECOMMENDATION 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 only_sp\"\u003e\n                快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\n            \u003c\/h3\u003e\n            \u003cdiv class=\"other__pillow__vimeo\"\u003e\n                \u003cvideo class=\"lozad\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e3bd46620c0b4bd9bf27d9c37070f83f.mp4\"\u003e\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\/products_allinone_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\n                        腦眠科技枕\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003ch3 class=\"other__pillow__text__sub__title\"\u003e\n                    快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\n                \u003c\/h3\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"other__col2\"\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__coin\"\u003e\n            \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e\n                睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n            \u003c\/h3\u003e\n            \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allinone_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\/products_allinone_other_coin_logo.png\" alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n                    \u003c\/h2\u003e\n                    \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"other__col2__item__flex\"\u003e\n                    \u003cp class=\"other__col2__item__flex__desc\"\u003e\n                        睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\n                    \u003c\/p\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\n          id=\"other__conforter\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e不再需要羽絨或毛毯\u003cbr\u003e是一款極致溫暖的被子\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\"\n              src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex.webp\"\n              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 loading=\"lazy\" decoding=\"async\"\n                  src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter_perfect_warm_ex_logo.webp\"\n                  alt=\"BRAIN SLEEP FLOAT\" width=\"343\" height=\"104\"\u003e\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是一款極致溫暖的被子\u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comforter_perfectwarmex\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n    \u003c\/div\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是的，在室內使用的情況下可全年使用。若在室外使用，則依外部氣溫而定，建議於春季至秋季的三個季節使用。\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                        以身高約180公分的人為基準，可舒適地使用本產品。\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                        無論室內或室外，舒適使用的溫度基準為13℃。當外部氣溫低於9℃～4℃時，不建議長時間使用。若需使用，請穿著保暖衣物以保持溫暖。\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\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                        根據使用環境及方式不同，根據耐久性測試結果，床墊部分即使持續使用約5年也能維持形狀。\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                        可使用7公斤以上的洗衣機。使用前請確認洗衣機的說明書，並務必使用洗衣袋清洗。\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若污漬或異味較重，可使用稀釋的中性洗劑。\u003cbr\u003e② 在通風良好的平坦處陰乾\u003cbr\u003e若想加速乾燥…可用浴巾包住枕頭，輕輕上下搖晃以去除水分後再晾乾。\u003cbr\u003e\n                        \u003cbr\u003e●保養時的注意事項：\u003cbr\u003e× 請避免立起、折疊、放置物品於上方或施加重量等方式進行保養，否則可能導致枕頭出現皺摺或凹陷。\u003cbr\u003e× 請勿使用超過51℃的熱水沖洗。\u003cbr\u003e× 請避免使用直射陽光或熱風進行乾燥。\u003cbr\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\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allinone_all_v1.css?3\"\u003e\n\n\u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allinone_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\n\u003c!--パラメータ表示制御--\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        const param = location.search;\n\n        if (param.indexOf(\"?ad_y\") === 0) {\n            const fixed_01 = document.getElementById(\"fixed_01\");\n            fixed_01.style.display = \"none\";\n\n            console.log(\"yahoo広告\");\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            \/\/広告ページ（通常）、商品ページ流入時　要素非表示\n            jQuery(\".ad_on_off\").css({\n                'cssText': 'display:none !important;'\n                \/\/ display: \"none\",\n            });\n\n            \/\/広告ページ（yahoo）流入時　要素表示\n            jQuery(\".y_ad_on\").css({\n                'cssText': 'display:block !important;'\n                \/\/ display: \"block\",\n            });\n\n            \/\/商品ページ流入時　要素表示\n            jQuery(\".ad_on\").css({\n                display: \"none\",\n            });\n\n\n\n        } else 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\n\n\n\n            \/\/広告ページ（通常、yahoo）流入時　要素表示\n            jQuery(\".ad_on\").css({\n                display: \"block\",\n            });\n\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\n\n\n            \/\/商品ページ流入時　要素表示\n            jQuery(\".ad_on\").css({\n                display: \"none\",\n            });\n        }\n    });\n\u003c\/script\u003e\n\u003cscript\u003e\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        const smoothScrollLinks = document.querySelectorAll(\n            \".custom-smooth-scroll\"\n        );\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 =\n                    targetElement.getBoundingClientRect().top + window.scrollY - offset;\n                window.scrollTo({\n                    top: targetPosition,\n                    behavior: \"smooth\",\n                });\n            });\n        });\n    });\n\u003c\/script\u003e\n\u003cscript\u003e\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","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":46271052939486,"sku":"M0011S1-01GY","price":77000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_mattress_allinone_black.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\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\"\u003e在日本募資平台上達到\u003cbr class=\"u-sp\"\u003e\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\" style=\"letter-spacing: 0;\"\u003e透過「醫療級恢復纖維」\u003c\/p\u003e\n            \u003cp class=\"intro02__txt2 fadeInUpShort animated\"\u003e\u003cspan\u003e促進血液循環\u003c\/span\u003e\u003cbr\u003e\u003cspan style=\"min-width:68vw;\"\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_zh-hant.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\u003e足足少了50分鐘\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_zh-hant.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_zh-hant.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「史丹佛式最優質的睡眠」\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也能達到極致的\u003cbr class=\"u-sp\"\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_zh-hant.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                            混合了數種嚴選的納米級陶瓷材料。\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=\"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\"\u003e透過MEDIC RECOVERY 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_zh-hant.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_zh-hant.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_zh-hant.webp?v2\" 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    \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_zh-hant.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    \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睡眠\u0026放鬆時刻\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睡眠\u0026放鬆時刻\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靜謐黑、沉穩灰兩種顏色可以選購\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不論性別、年齡或體型皆可穿著的中性尺碼\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男性模特：身高183公分／身穿 XL 尺寸\u003cbr\u003e女性模特：身高160公分／身穿 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_zh-hant.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_zh-hant.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_zh-hant.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_zh-hant.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・疲勞恢復・促進血液循環・減輕肌肉緊繃與痠痛・舒緩肌肉疲勞\u003cbr\u003e\n              【使用方法等】本產品可重複使用。\u003cbr\u003e・可作為衣物穿著。 ・日常活動及睡眠時皆可穿用。\u003cbr\u003e【禁忌・禁止事項】\u003cbr\u003e・自身無法自行穿脫者【因若發生症狀，可能造成症狀惡化的風險】\u003cbr\u003e・對本產品有過敏反應者【因可能引發過敏症狀】\u003cbr\u003e・有炎症、化膿、疼痛等皮膚疾病或創傷於穿著部位者【接觸可能使症狀惡化】\u003cbr\u003e【使用注意事項】\u003cbr\u003e1. 請確認產品無損壞情形。\u003cbr\u003e2. 睡眠時穿著可能大量出汗，請確保充分補充水分。\u003cbr\u003e3. 若穿著期間出現身體異常（如搔癢、過敏等），請立即停止使用。\u003cbr\u003e4. 皮膚如有濕疹、紅腫、傷口等，請勿穿著本產品。\u003cbr\u003e5. 洗滌時請依照洗標進行。\u003cbr\u003e6. 有色衣物可能褪色，請避免與其他衣物混洗或長時間浸泡。\u003cbr\u003e7. 洗後請立即整理形狀並晾乾，避免濕衣物久放。\u003cbr\u003e8. 表面絨毛易燃，靠近火源如瓦斯爐、暖爐等請特別注意。\u003cbr\u003e9. 請勿擅自改變產品形狀或進行加工、修理。\u003cbr\u003e【處理注意事項】\u003cbr\u003e本產品可重複使用，但可能受溫度或日光（紫外線）影響，並因長期使用產生老化與變形，請特別留意。\u003c\/p\u003e\n            \u003c!-- \u003cdiv class=\"size__note__detail\"\u003e続きを見る\u003c\/div\u003e\n            \u003cp class=\"size__note size__note__hide\"\u003e【使用方法等】本產品可重複使用。\u003cbr\u003e・可作為衣物穿著。 ・日常活動及睡眠時皆可穿用。\u003cbr\u003e【禁忌・禁止事項】\u003cbr\u003e・自身無法自行穿脫者【因若發生症狀，可能造成症狀惡化的風險】\u003cbr\u003e・對本產品有過敏反應者【因可能引發過敏症狀】\u003cbr\u003e・有炎症、化膿、疼痛等皮膚疾病或創傷於穿著部位者【接觸可能使症狀惡化】\u003cbr\u003e【使用注意事項】\u003cbr\u003e1. 請確認產品無損壞情形。\u003cbr\u003e2. 睡眠時穿著可能大量出汗，請確保充分補充水分。\u003cbr\u003e3. 若穿著期間出現身體異常（如搔癢、過敏等），請立即停止使用。\u003cbr\u003e4. 皮膚如有濕疹、紅腫、傷口等，請勿穿著本產品。\u003cbr\u003e5. 洗滌時請依照洗標進行。\u003cbr\u003e6. 有色衣物可能褪色，請避免與其他衣物混洗或長時間浸泡。\u003cbr\u003e7. 洗後請立即整理形狀並晾乾，避免濕衣物久放。\u003cbr\u003e8. 表面絨毛易燃，靠近火源如瓦斯爐、暖爐等請特別注意。\u003cbr\u003e9. 請勿擅自改變產品形狀或進行加工、修理。\u003cbr\u003e【處理注意事項】\u003cbr\u003e本產品可重複使用，但可能受溫度或日光（紫外線）影響，並因長期使用產生老化與變形，請特別留意。\u003c\/p\u003e --\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_comparison_zh-hant.webp\" 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_comparison_sp_zh-hant.webp\" 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    \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我們也備有腦眠科技原創禮品袋（另售）。\u003cbr\u003e灰色不織布搭配白色緞帶與品牌標誌，呈現中性風格的禮品袋。\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_wear_recovery_gift.webp\" alt=\"\" width=\"45\" height=\"45\"\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\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\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"other__col2\"\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__coin\"\u003e\n            \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e睡眠醫學×AI\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\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__conforter\"\u003e\n            \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e四季通用\u003cbr\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腦眠科技被 四季通用\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\/zh-hant\/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    \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    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    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":"comforter_perfectwarmex","title":"腦眠科技被 極致保暖 EX","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 {\n  overflow: unset!important;\n  overflow-x: unset!important;\n}\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;margin-bottom: 0;}\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.kv img,\n.last img,\n.spec__slider__thumb img,\n.spec__quality__img img,\n.technology__item__desc__img img,\n.technology__link__lists__title{margin-bottom: 0;}\n.rwlp__wrapper ul,\n.technology__link__lists{padding:0!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\nbody{font-family:\"Yu Gothic Pr6N R\",YuGothic,'Yu Gothic','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}body,details,div,fieldset,form,h1,h2,h3,header,html,iframe,img,label,legend,li,nav,p,section,small,span,summary,ul{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{font-weight:400!important}.technology__item__desc__img{position:relative;width:58.1428571428571vw;flex:1;height:fit-content}.technology__item__desc__img img{width:100%;height:auto}.technology__item__desc__text__content__title{font-size:30px;font-weight:500;letter-spacing:-.03em;font-feature-settings:\"palt\";line-height:1.733333333333333}.technology__item__desc__text__content__desc{font-size:16px;letter-spacing:-.06em;line-height:1.9375;margin-top:40px}@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}.technology__item__desc__text__content__desc{margin-top:0}}.u-sp{display:none!important}@media screen and (max-width:767px){.u-sp{display:block!important}}img{vertical-align:bottom}.intro03__logo{width:285px}.intro05__wrap__note{font-size:10px;margin-top:4px}.technology__item__desc__text__content__title__tag{border:2px solid #000;font-size:16px;width:fit-content;padding:2px 12px;border-radius:40px;margin-bottom:16px}@media screen and (max-width:767px){.makuake__slider{width:52vw;margin:0 auto}.intro03__logo{width:59vw;margin:0 auto 80px}.intro05__wrap__note{font-size:10px;margin-top:unset;position:absolute;bottom:20px;left:0;width:100%;text-align:center;color:#fff}.technology__item__desc__text__content__title__tag{font-size:12px;padding:2px 8px;margin-bottom:8px}.last__logo{position:absolute;top:25.0666vw;left:5.333vw;width:44.5333vw}}\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\" style=\"position:relative;\"\u003e\n    \u003cdiv class=\"kv__img\"\u003e\n      \u003c!-- \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_kv_bg_model_v2.webp\" width=\"2000\" height=\"1122\" alt=\"\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_kv_bg_model_sp_v2.webp\" width=\"750\" height=\"1054\" alt=\"\"\u003e --\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_kv_bg_model_v3.webp\" width=\"2000\" height=\"1122\" alt=\"\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_kv_bg_model_sp_v3.webp\" width=\"750\" height=\"1054\" alt=\"\"\u003e\n    \u003c\/div\u003e\n    \u003c!-- \u003cp class=\"kv__txt1\"\u003eブレインスリープ史上最高\u003c\/p\u003e --\u003e\n    \u003cp class=\"kv__txt1\"\u003e腦眠科技史上最暖\u003c\/p\u003e\n    \u003cp class=\"kv__txt2\"\u003e超越羽毛\u003cbr\u003e極度溫暖的棉被\u003c\/p\u003e\n\n\n\n    \u003cp class=\"kv__txt3\"\u003e採用業界首創的專利素材【碳奈米羽絨】\u003c\/p\u003e\n    \u003cdiv class=\"kv__logo\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_kv_logo.webp\" alt=\"\" width=\"772\" height=\"136\"\u003e\u003c\/div\u003e\n\n    \u003cdiv class=\"u-pc\" style=\"position: absolute;top: 34vw;left: 40.1428vw;width: 17vw;\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" class=\"pt_sales_icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_kv_makuake_sales_zh-hant.webp\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"u-sp\" style=\"position: absolute;top: 88.1428vw;left: 9vw;width: 41vw;\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" class=\"pt_sales_icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_kv_makuake_sales_zh-hant.webp\"\u003e\n    \u003c\/div\u003e\n\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro06 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro06__head fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"intro06__head__inner\"\u003e\n        \u003cp class=\"intro06__txt1\"\u003e即使在極寒環境中，\u003cbr class=\"u-sp\"\u003e只需這條被子也\u003cbr class=\"u-sp\"\u003e能感受到理想溫度的溫暖與舒適。\u003c\/p\u003e\n        \u003cp class=\"intro06__txt2\"\u003e\u003cspan class=\"termina\"\u003e\u003cspan\u003e31.3\u003c\/span\u003e℃\u003c\/span\u003e\u003cbr class=\"u-sp\"\u003e的溫度維持\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro06__inner\"\u003e\n      \u003cdiv class=\"intro06__middle fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro06__middle__txt1\"\u003e只要蓋上腦眠科技被極致保暖EX\u003c\/p\u003e\n        \u003cp class=\"intro06__middle__txt2\"\u003e既使在零下14℃的環境下\u003c\/p\u003e\n        \u003cp class=\"intro06__middle__txt3\"\u003e在棉被中\u003cbr\u003e\u003cspan\u003e保持在舒適的溫度\u003c\/span\u003e。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro06__bottom fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro06__bottom__txt\"\u003e\u003cspan\u003e即使與高級羽絨被相比，\u003c\/span\u003e\u003cspan\u003e也有高達196%的驚人暖度。\u003c\/span\u003e\u003cspan\u003e同時實現理想的睡眠環境。\u003c\/span\u003e\u003c\/p\u003e\n        \u003cdiv class=\"intro06__bottom__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_intro06_img_v2.webp\" alt=\"\" width=\"1184\" height=\"574\"\u003e\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__head\"\u003e\n        \u003cdiv class=\"intro03__wrap fadeInUpShort animated\"\u003e\n          \u003cdiv class=\"intro03__body\"\u003e\n            \u003cp class=\"intro03__txt\"\u003e原有的極致保暖 EX機能大幅升級，\u003cbr\u003e蓋上後更加柔軟輕盈，\u003cbr\u003e超越羽絨被的舒適體驗！\u003c\/p\u003e\n            \u003cdiv class=\"intro03__logo u-pc\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_kv_logo.webp\" alt=\"\" width=\"772\" height=\"136\"\u003e\u003c\/div\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\/products_comforter_perfect_warm_2025_intro03_img_v2.webp\" alt=\"\" width=\"1556\" height=\"874\"\u003e\n            \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_intro03_img_sp_v2.webp\" alt=\"\" width=\"750\" height=\"440\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro03__logo u-sp\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_kv_logo.webp\" alt=\"\" width=\"490\" height=\"282\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n          \u003cdiv class=\"intro03__border u-sp\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_intro03_border.webp\" alt=\"\" width=\"4\" height=\"111\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro03__bottom fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro03__bottom__txt\"\u003e\u003cspan class=\"border\"\u003e腦眠科技的智慧\u003c\/span\u003e與\u003cbr class=\"u-sp\"\u003e\u003cspan class=\"border\"\u003e獨家專利技術\u003c\/span\u003e結合融入後\u003cbr\u003e獨一無二的\u003cspan class=\"gradient\"\u003e究極的棉被\u003c\/span\u003e就此誕生\u003c\/p\u003e\n      \u003c\/div\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__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_comforter_perfect_warm_2025_intro04_img_zh-hant.webp\" alt=\"\" width=\"1998\" height=\"560\"\u003e\n      \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_intro04_img_sp_zh-hant.webp\" alt=\"\" width=\"748\" height=\"344\"\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__inner fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"intro05__head\"\u003e\n        \u003cp class=\"intro05__head__txt1\"\u003e秘密就在於創新的\u003c\/p\u003e\n        \u003cp class=\"intro05__head__txt2\"\u003e\u003cspan\u003e碳科技\u003c\/span\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro05__wrap\"\u003e\n        \u003cp class=\"intro05__wrap__ttl\"\u003e\u003cspan\u003e獨家開發\u003c\/span\u003e腦眠科技 碳科技\u003c\/p\u003e\n        \u003cdiv class=\"intro05__wrap__item intro05__wrap__left\"\u003e\n          \u003cdiv class=\"intro05__wrap__img\"\u003e\n            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_intro05_img01_zh-hant.webp\" alt=\"\" width=\"1200\" height=\"1080\"\u003e\n            \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_intro05_img01_sp_zh-hant.webp\" alt=\"\" width=\"670\" height=\"1264\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro05__wrap__body\"\u003e\n            \u003cp class=\"intro05__wrap__txt\"\u003e填充物採用獨家開發並取得專利的【碳奈米羽絨】。透過對纖維進行特殊碳加工，實現了保暖性、舒適性與潔淨性的多重機能填充物。\u003cbr\u003e此外，粗厚且交錯結構的顆粒狀填充物能最大限度地儲存暖空氣。\u003cbr\u003e堪稱※日本首款次世代填充物材料。\u003c\/p\u003e\n            \u003cp class=\"intro05__wrap__note u-pc\"\u003e※針對日本市場的寢具與服飾用素材(截至2025年9月)\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro05__wrap__feature\"\u003e\n            \u003cp class=\"intro05__wrap__feature__item\"\u003e保溫\u003c\/p\u003e\n            \u003cp class=\"intro05__wrap__feature__item\"\u003e吸濕發熱\u003c\/p\u003e\n            \u003cp class=\"intro05__wrap__feature__item\"\u003e吸濕排濕\u003c\/p\u003e\n            \u003cp class=\"intro05__wrap__feature__item\"\u003e低塵釋出\u003c\/p\u003e\n            \u003cp class=\"intro05__wrap__feature__item\"\u003e遠紅外線輻射熱\u003c\/p\u003e\n            \u003cp class=\"intro05__wrap__feature__item\"\u003e抑菌\u003c\/p\u003e\n            \u003cp class=\"intro05__wrap__feature__item\"\u003e防蟎\u003c\/p\u003e\n            \u003cp class=\"intro05__wrap__feature__item\"\u003e除臭\u003c\/p\u003e\n            \u003cp class=\"intro05__wrap__feature__item\"\u003e可水洗\u003c\/p\u003e\n            \u003cp class=\"intro05__wrap__feature__item\"\u003e回彈性佳\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cp class=\"intro05__wrap__note u-sp\"\u003e※針對日本市場的寢具與服飾用素材(截至2025年9月)\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro05__wrap__item intro05__wrap__patent u-sp\"\u003e\n          \u003cdiv class=\"intro05__wrap__patent__wrap\"\u003e\n            \u003cdiv class=\"intro05__wrap__patent__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_intro05_img03_zh-hant.webp\" alt=\"\" width=\"432\" height=\"374\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro05__wrap__patent__body\"\u003e\n              \u003cp class=\"intro05__wrap__patent__lead\"\u003e獨家開發的次世代填充物\u003c\/p\u003e\n              \u003cp class=\"intro05__wrap__patent__ttl\"\u003e多機能混合顆粒填充物\u003cbr\u003e碳奈米羽絨\u003c\/p\u003e\n              \u003cp class=\"intro05__wrap__patent__txt\"\u003e專利號  第7734358號\u003c\/p\u003e\n              \u003cp class=\"intro05__wrap__patent__txt\"\u003e透過先進技術，不僅實現了極致的保溫力，\u003cbr\u003e更兼具舒適性與潔淨性。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro05__wrap__item intro05__wrap__right\"\u003e\n          \u003cdiv class=\"intro05__wrap__img\"\u003e\n            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_intro05_img02_zh-hant.webp\" alt=\"\" width=\"1200\" height=\"1080\"\u003e\n            \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_intro05_img02_sp_zh-hant.webp\" alt=\"\" width=\"670\" height=\"798\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro05__wrap__body\"\u003e\n            \u003cp class=\"intro05__wrap__txt\"\u003e在超輕量布料的背面進行碳加工，\u003cbr\u003e藉此防止被子內部的熱量流失，並隔絕外部冷空氣。\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro05__wrap__feature\"\u003e\n            \u003cp class=\"intro05__wrap__feature__item\"\u003e隔熱\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro05__wrap__item intro05__wrap__patent u-pc\"\u003e\n          \u003cdiv class=\"intro05__wrap__patent__wrap\"\u003e\n            \u003cdiv class=\"intro05__wrap__patent__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_intro05_img03.webp\" alt=\"\" width=\"432\" height=\"374\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro05__wrap__patent__body\"\u003e\n              \u003cp class=\"intro05__wrap__patent__lead\"\u003e獨家開發的次世代填充物\u003c\/p\u003e\n              \u003cp class=\"intro05__wrap__patent__ttl\"\u003e多機能混合顆粒填充物\u003cbr\u003e碳奈米羽絨\u003c\/p\u003e\n              \u003cp class=\"intro05__wrap__patent__txt\"\u003e專利號  第7734358號\u003c\/p\u003e\n              \u003cp class=\"intro05__wrap__patent__txt\"\u003e透過先進技術，不僅實現了極致的保溫力，\u003cbr\u003e更兼具舒適性與潔淨性。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro05__bottom\"\u003e\n        \u003cp class=\"intro05__bottom__txt\"\u003e不只是保暖，\u003cbr\u003e舒適性與潔淨性也超越羽絨\u003c\/p\u003e\n        \u003ctable class=\"intro05__bottom__table\"\u003e\n          \u003cthead\u003e\n            \u003ctr\u003e\n              \u003cth\u003e\u003c\/th\u003e\n              \u003ctd\u003e一般羽絨\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e極致保暖EX\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/thead\u003e\n          \u003ctbody\u003e\n            \u003ctr\u003e\n              \u003cth\u003e保溫性\u003c\/th\u003e\n              \u003ctd\u003e○\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e◎\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e發熱性\u003c\/th\u003e\n              \u003ctd\u003e×\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e◎\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e輻射熱性\u003c\/th\u003e\n              \u003ctd\u003e×\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e◎\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e不易悶熱性\u003c\/th\u003e\n              \u003ctd\u003e×\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e◎\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e清潔度\u003c\/th\u003e\n              \u003ctd\u003e×\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e◎\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e異味\u003c\/th\u003e\n              \u003ctd\u003e×\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e◎\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e貼合性\u003c\/th\u003e\n              \u003ctd\u003e△\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e◎\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e洗滌性\u003c\/th\u003e\n              \u003ctd\u003e×\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e◎\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e彈力性\u003c\/th\u003e\n              \u003ctd\u003e○\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e◎\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e起塵性\u003c\/th\u003e\n              \u003ctd\u003e多\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e較少\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e收納性\u003c\/th\u003e\n              \u003ctd\u003e△\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e◎\u003c\/td\u003e\n            \u003c\/tr\u003e\n            \u003ctr\u003e\n              \u003cth\u003e主填充物\u003c\/th\u003e\n              \u003ctd\u003e羽絨\u003c\/td\u003e\n              \u003ctd class=\"bg_red\"\u003e碳奈米羽絨\u003c\/td\u003e\n            \u003c\/tr\u003e\n          \u003c\/tbody\u003e\n        \u003c\/table\u003e\n      \u003c\/div\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_comforter_perfect_warm_2025_nav01_model_v2.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\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_comforter_perfect_warm_2025_nav02_model_v2.webp\" 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被舒適地包裹著的 \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_comforter_perfect_warm_2025_nav03_v2.webp\" 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\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_comforter_perfect_warm_2025_tech01_main_model_v2.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\u003ePERFECT WARM EX\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_comforter_perfect_warm_2025_tech01_main_model_sp_v2.webp\" alt=\"\" width=\"706\" height=\"706\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e遙遙領先羽絨 \u003cbr\u003e腦眠科技史上\u003cbr\u003e最保暖\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e即使在羽絨被中被稱為高品質的93%鵝絨羽絨被來相比，也實現了約196%的保溫性。\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_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蓋上極致保暖EX後 \u003cbr\u003e床內溫度\u003cbr\u003e最高可升高6.6℃\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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech01_01_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\n          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech01_01_sh_zh-hant.webp\" alt=\"\" width=\"710\" height=\"710\" style=\"border: 1px solid #000;\"\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蓋上極致保暖EX後 \u003cbr\u003e床內溫度\u003cbr\u003e最高可升高6.6℃\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e冬天的設定環境下，使用極致保暖EX後，床內溫度在20分鐘內上升了6.6°C，達到了約33.0°C的理想床內溫度\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\"\u003e\n          \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech01_02_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\n          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech01_02_sp_zh-hant.webp\" alt=\"\" width=\"710\" height=\"710\" style=\"border: 1px solid #000;\"\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即使在羽絨被中被稱為高品質的鵝絨羽絨被來相比，也實現了約196%的保溫性\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__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_comforter_perfect_warm_2025_tech01_03_zh-hant.webp\" alt=\"\" width=\"1626\" height=\"916\"\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          \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__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003cp class=\"technology__item__desc__text__content__title__tag termina u-sp\"\u003ePOWER UP\u003c\/p\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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech01_04_zh-hant.webp\" alt=\"\" width=\"1634\" height=\"936\"\u003e\n          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech01_04_sp_zh-hant.webp\" alt=\"\" width=\"710\" height=\"710\"\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=\"technology__item__desc__text__content__title__tag termina u-pc\"\u003ePOWER UP\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          \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_05\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\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獲得獨家專利的顆粒狀填充物\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_comforter_perfect_warm_2025_tech01_05_v2.webp\" alt=\"\" width=\"1626\" height=\"916\"\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獲得獨家專利的顆粒狀填充物\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_06\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\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_comforter_perfect_warm_2025_tech01_06.webp\" alt=\"\" width=\"1634\" height=\"936\"\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          \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_07\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\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_comforter_perfect_warm_2025_tech01_07_zh-hant.webp\" alt=\"\" width=\"1634\" height=\"936\"\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          \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_comforter_perfect_warm_2025_tech02_main_model_v2.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\u003e02\u003c\/span\u003ePERFECT COMFORT\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_comforter_perfect_warm_2025_tech02_main_model_sp_v2.webp\" alt=\"\" width=\"706\" 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            \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_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          \u003cp class=\"technology__item__desc__text__content__title__tag termina u-sp\"\u003ePOWER UP\u003c\/p\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003e光滑的觸感 \u003cbr\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          \u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c43e143aeaa944caaf59972f1ab359e4.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            \u003cp class=\"technology__item__desc__text__content__title__tag termina u-pc\"\u003ePOWER UP\u003c\/p\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title u-pc\"\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=\"technology__item technology__item__sub\" id=\"tech02_02\" 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__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003cp class=\"technology__item__desc__text__content__title__tag termina u-sp\"\u003ePOWER UP\u003c\/p\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003e重現喀什米爾羊毛或 \u003cbr\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_comforter_perfect_warm_2025_tech02_02_model_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\n          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech02_03_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"916\" style=\"margin-top: 20px;\"\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=\"technology__item__desc__text__content__title__tag termina u-pc\"\u003ePOWER UP\u003c\/p\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title u-pc\"\u003e重現喀什米爾羊毛或 \u003cbr\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=\"tech02_03\" style=\"margin-top: 24px;\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce u-pc\" 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_comforter_perfect_warm_2025_tech02_03_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"916\"\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          \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__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          \u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/639f4cdaccea488da296e2e0a3966abf.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 u-pc\"\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=\"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__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_comforter_perfect_warm_2025_tech02_05_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"916\"\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充分發揮碳羽絨特性的 3D 雙層絎縫設計。\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__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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech02_06_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\n          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech02_06_sp_zh-hant.webp\" alt=\"\" width=\"706\" height=\"706\" style=\"border: 1px solid #000;\"\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          \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          \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech03_main_v2.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\u003e03\u003c\/span\u003ePERFECT CLEAN\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_comforter_perfect_warm_2025_tech03_main_sp_v2.webp\" alt=\"\" width=\"706\" height=\"706\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e完美潔淨\u003cbr\u003e可使用家用洗衣機清洗\u003cbr\u003e冬季用掛毯\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e可以整件清洗的潔淨加工。可使用家用洗衣機整件洗滌。\u003cbr\u003e\u003cbr\u003e[洗衣機使用建議]\u003cbr\u003e。單人\/單人加大尺寸：建議使用9kg以上的洗衣機\u003cbr\u003e。雙人\/雙人加大尺寸：建議使用11公斤以上 的洗衣機\u003cbr\u003e※ 根據洗衣機的型號與構造可能有所不同，請參閱洗衣機的使用說明書。\u003cbr\u003e※請使用專用的棉被洗衣袋進行清洗。\u003cbr\u003e※若無法放入家用洗衣機，請使用大型自助洗衣機，或委託專業棉被清洗服務。\u003c\/p\u003e\n\n\n            \u003c!-- \u003cimg class=\"tech03__img\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech03_img_v2.webp\" alt=\"\" width=\"708\" height=\"242\"\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e另外，使用被套可以讓每次清洗變得更簡單。\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comfortercover_perfectwarmex\" class=\"tech03__btn\"\u003e詳しくはこちら\u003c\/a\u003e --\u003e\n\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__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_comforter_perfect_warm_2025_tech03_01_model_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\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          \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__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僅為羽絨被的 2%\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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech03_02_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\n          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_tech03_02_sp_zh-hant.webp\" alt=\"\" width=\"706\" height=\"706\" style=\"border: 1px solid #000;\"\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僅為羽絨被的 2%\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_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非使用季節時也不占位置\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_comforter_perfect_warm_2025_tech03_03_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\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          \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_04\"\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_comforter_perfect_warm_2025_tech03_04_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\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羽絨被無法使用的壓縮袋也可以放入壓縮收納，進一步節省收納空間，非常方便。\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=\"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 spec01\" style=\"border: unset;\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_spec01_v2.webp\" alt=\"\" width=\"1434\" height=\"536\" class=\"technology__item__desc__img01\"\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 u-500\"\u003eSize\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e單人:約W150 cm x L210 cm (約2,890g)\u003cbr\u003e單人加大:W170 cm x L210 cm (約3,230g)\u003cbr\u003e雙人:W190 cm x L210 cm (約3,570g)\u003cbr\u003e雙人加大:W210 cm x L210 cm (約3,940g)\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title termina u-500\"\u003eColor\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e石墨灰\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title termina u-500\"\u003eMaterial\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e．外側布料\u003cbr\u003e表布：100%聚酯纖維 裏布：絨毛部分 100%聚酯纖維\u003cbr\u003e基布部分 55%聚酯纖維 45%人造纖維\u003cbr\u003e．隔熱層\u003cbr\u003e85%聚酯纖維 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\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可以清洗，請放入洗衣袋內單獨做清洗。(推薦使用腦眠科技棉被專用洗衣袋)。建議的洗衣機容量，單人、單人加大尺寸的棉被請使用容量在9公斤以上，雙人、雙人加大尺寸的棉被請使用容量在11公斤以上的洗衣機。但是，如果因形狀或機型無法放入洗衣機時，建議使用大型投幣式洗衣機或委託專業棉被清洗服務的進行洗滌。請注意不要強行塞入洗衣機，以免造成洗衣機故障。事先須確認洗衣機使用說明書。\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\"\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            基本上，被子的設計無需使用被套也可直接使用。如果還是希望套上被套的話，全尺寸為通用尺寸，所以可以購買市售的被套使用。\n            \u003c!-- 此外，也有另售同材質的腦眠科技被套。\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/comfortercover_perfectwarmex\" target=\"_blank\"\u003e\n              [購買請點此]\n            \u003c\/a\u003e --\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目前僅有石墨灰一色供選購。\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厚達10公分，柔軟蓬鬆、飽滿有感的舒適棉被。\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  \u003csection class=\"comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" style=\"margin-top: 0;\"\u003e\n    \u003cp class=\"comparison__ttl fadeInUpShort animated\"\u003e產品比較表\u003c\/p\u003e\n    \u003cdiv class=\"comparison__img fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_light_comforter_recovery_comparison_zh-hant.webp?2\" alt=\"\" width=\"1062\" height=\"777\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec__table__nav u-sp\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_prev.webp?2\" class=\"spec__table__nav__prev lozad\" alt=\"\" width=\"45\" height=\"45\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_prev.webp?2\" data-loaded\u003e \u003cimg loading=\"lazy\" decoding=\"async\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_next.webp?2\" class=\"spec__table__nav__next lozad\" alt=\"\" width=\"45\" height=\"45\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_next.webp?2\" data-loaded\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n  \u003csection class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"last__img\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_last_bg_v2.webp\" alt=\"\" width=\"2000\" height=\"1124\" class=\"u-pc\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_last_bg_sp_v2.webp\" alt=\"\" width=\"750\" height=\"600\" class=\"u-sp\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"last__inner\"\u003e\n      \u003cdiv class=\"awakenyourpossibility fadeInUpShort animated u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_awakenyourpossibility.webp\" alt=\"\" width=\"624\" height=\"318\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"last__txt fadeInUpShort animated\"\u003e無需羽絨被及毛毯\u003c\/p\u003e\n      \u003cdiv class=\"last__logo fadeInUpShort animated u-sp\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_last_logo.webp\" alt=\"\" width=\"336\" height=\"60\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"relative__ttl__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003ch2 class=\"relative__ttl fadeInUpShort animated\"\u003e給想追求更加極致保暖的你\u003c\/h2\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item technology__item__sub\"\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床罩\u003cbr\u003e極致保暖 EX\u003c\/h3\u003e\n          \u003cp class=\"technology__item__desc__text__content__desc u-sp\" style=\"margin-top: 24px;\"\u003e床墊用床包\u003c\/p\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_comforter_perfect_warm_2025_protector01_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\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床罩\u003cbr\u003e極致保暖 EX\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\u003cspan class=\"u-pc\"\u003e床墊用床包\u003cbr\u003e\u003cbr\u003e\u003c\/span\u003e搭配使用後，背部的保溫性提高了112%。也能有效防止從下方傳來的寒冷。\u003cbr\u003e 冬天的冷空氣容易積聚在地板或地面上，這些冷空氣會透過床墊傳導寒意。有了它能有效地保護身體免受寒冷\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattressprotector_perfectwarmex\" 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\"\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_comforter_perfect_warm_2025_protector02_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\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=\"technology__item__desc__text__content__desc\" style=\"margin-top: 0;\"\u003e只需輕輕地蓋在您使用的床墊或鋪墊的被子上，就能實現極致的溫暖和不悶熱的環境\u003cbr\u003e\u003cbr\u003e與毛毯相同，中棉使用腦暖棉 EX，\u003cbr\u003e 布料則是使用毛毯 EX\u003cbr\u003e\u003cbr\u003e適用尺寸：\u003cbr\u003e基本上，適用於高度約20cm～30cm的床墊。即使是低於此高度的床墊也可以使用，但由於背面布料會有多餘空間，請務必確實包覆使用。\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\"\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_comforter_perfect_warm_2025_protector03_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\n          \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_protector03_sp_zh-hant.webp\" alt=\"\" width=\"706\" height=\"706\" style=\"border: 1px solid #000;\"\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\" style=\"margin-bottom: 24px;\"\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=\"technology__item technology__item__sub spec01\" style=\"border: unset;\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_protector04_v2.webp\" alt=\"\" width=\"1620\" height=\"912\" class=\"technology__item__desc__img01\"\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 u-500\"\u003eSize\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e．單人尺寸:W100 cm x L205 cm (約1,140g)\u003cbr\u003e．單人加大尺寸:W120 cm x L205 cm (約1,300g)\u003cbr\u003e．雙人尺寸:W140 cm x L205 cm (約1,470g)\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title termina u-500\"\u003eColor\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e石墨灰\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title termina u-500\"\u003eMaterial\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e．外側布料\u003cbr\u003e表布：絨毛部分 100%聚酯纖維   基布部分 55%聚酯纖維 45%人造纖維  裏布：100%聚酯纖維 側布：94%聚酯纖維 6%聚氨酯\u003cbr\u003e．隔熱層\u003cbr\u003e43%植物纖維（美洲木棉）30%聚酯纖維 20%丙烯酸 7%合成纖維（聚丙烯酸酯系纖維)\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!-- \n  \u003csection class=\"technology__item technology__item__sub spec__cover\"\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コンフォーター カバー\u003cbr\u003eパーフェクト ウォーム EX\u003c\/h3\u003e\n          \u003cp class=\"technology__item__desc__text__content__desc u-sp\" style=\"margin-top: 24px;\"\u003eコンフォーター用カバーです。\u003c\/p\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_comforter_perfect_warm_2025_cover01_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\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コンフォーター カバー\u003cbr\u003eパーフェクト ウォーム EX\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc u-pc\"\u003eコンフォーター用カバーです。\u003c\/p\u003e\n            \u003cdiv class=\"spec__cover__list\"\u003e\n              \u003cdiv class=\"spec__cover__item\"\u003e使用している掛け布団の\u003cbr\u003e保温性を上げたい！\u003c\/div\u003e\n              \u003cdiv class=\"spec__cover__item\"\u003e掛け布団の洗濯が面倒！\u003c\/div\u003e\n              \u003cdiv class=\"spec__cover__item\"\u003e掛け布団と毛布を重ねると\u003cbr\u003eずれるのが嫌！\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/products\/comfortercover_perfectwarmex\" 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  \u003cdiv class=\"cover01\"\u003e\n    \u003cdiv class=\"cover01__inner\"\u003e\n      \u003cp class=\"cover01__txt\"\u003eそんなときに、\u003cbr\u003eコンフォーターカバー\u003cbr\u003eパーフェクトウォームを掛けるだけで、\u003cbr\u003e気軽に暖かさと快適さを実現します！\u003c\/p\u003e\n      \u003cdiv class=\"cover01__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_intro01_features.webp\" alt=\"\" width=\"706\" height=\"240\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003csection class=\"technology__item technology__item__sub\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\u003e\n      \u003cdiv class=\"technology__item__desc__text\"\u003e\n        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n          \u003cp class=\"technology__item__desc__text__content__title__tag termina u-sp\"\u003ePOWER UP\u003c\/p\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003eカシミヤやウールの\u003cbr\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_comforter_perfect_warm_2025_cover02.webp\" alt=\"\" width=\"1634\" height=\"936\"\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=\"technology__item__desc__text__content__title__tag termina u-pc\"\u003ePOWER UP\u003c\/p\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title u-pc\"\u003eカシミヤやウールの\u003cbr\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\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\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_comforter_perfect_warm_2025_cover03_v2.webp\" alt=\"\" width=\"1634\" height=\"936\"\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カシミヤやウールのように吸湿して発熱をします。最大4℃の温度上昇がみられました。\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\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\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_comforter_perfect_warm_2025_cover04_v2.webp\" alt=\"\" width=\"1634\" height=\"936\"\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\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\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掛けるだけで、\u003cbr\u003e理想の温度約33℃に導く\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_comforter_perfect_warm_2025_cover05_v2.webp\" alt=\"\" width=\"1634\" height=\"936\"\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掛けるだけで、\u003cbr\u003e理想の温度約33℃に導く\u003c\/h3\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e --\u003e\n\n\n\n\n  \u003csection class=\"last2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"last2__img\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_last2_bg_model_v3.webp\" alt=\"\" width=\"2000\" height=\"1124\" class=\"u-pc\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_last2_bg_model_sp_v2.webp\" alt=\"\" width=\"750\" height=\"590\" class=\"u-sp\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"last2__inner\"\u003e\n      \u003cp class=\"last2__txt fadeInUpShort animated\"\u003e這個冬天\u003cbr\u003e極致保暖\u003cbr\u003e只須這件\u003c\/p\u003e\n      \u003cdiv class=\"last2__logo fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_kv_logo.webp\" alt=\"\" width=\"336\" height=\"60\"\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=\"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プロテクター\u003cbr class=\"u-sp\"\u003e\u003cspan\u003e（ボックスシーツ）\u003c\/span\u003e\n\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_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_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__conforter\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e究極に暖かい\u003cbr\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\/other_hanten.webp\" alt=\"\" width=\"556\" height=\"421\"\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=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_hanten_logo.webp\" alt=\"BRAIN SLEEP WEAR PERFECT WARM HANTEN\" width=\"362\" height=\"93\"\u003e\u003c\/h2\u003e\n                  \u003ch2 class=\"other__col2__item__logo\"\u003e\u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_hanten_logo_sp.webp\" alt=\"\" width=\"306\" height=\"130\"\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\/wear_hanten\" 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\n\n\n\n\u003c\/div\u003e\n\n\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\"\u003e\u003c\/script\u003e\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\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_all_v2.css?5\"\u003e\n\n\u003cstyle\u003e\n  .intro02__inner {\n    overflow: hidden;\n  }\n\u003c\/style\u003e\n\n\u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_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","brand":"株式会社ブレインスリープ","offers":[{"title":"シングル","offer_id":47071086674142,"sku":"C0013A1-SNSG","price":49500.0,"currency_code":"JPY","in_stock":true},{"title":"セミダブル","offer_id":47071086706910,"sku":"C0013A1-SDSG","price":56100.0,"currency_code":"JPY","in_stock":true},{"title":"ダブル","offer_id":47071086739678,"sku":"C0013A1-DBSG","price":66000.0,"currency_code":"JPY","in_stock":true},{"title":"クイーン","offer_id":47071086772446,"sku":"C0013A1-QNSG","price":80300.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/thumbnail_comforter_perfectwarm_ex_01_6f8528c6-ce6b-4aa8-add4-4b2a3e126265.webp?v=1766567230"},{"product_id":"comfortercover_perfectwarmex","title":"腦眠科技被套 極致保暖 EX","description":"\u003cstyle\u003e\n.gradient.typesquare_option.chakra-ui-light,\n.gradient.header-wrapper {\n  padding: 0 !important;\n}\n\n\/* .lp_area  *\/\n.mattressProtector{margin: 0 auto 100px;}.u-sp {display: none !important;}.u-mt-8 {margin-top: 8px !important;}.u-mt-40 {margin-top: 40px !important;}.remodal,[data-remodal-id] {display: none;}.remodal {position: relative;outline: 0;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;margin-bottom: 10px;padding: 35px;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);color: #2b2e38;background: #fff;vertical-align: middle;}.remodal-close {position: absolute;top: 0;left: 0;display: block;overflow: visible;width: 35px;height: 35px;margin: 0;padding: 0;text-decoration: none;color: #95979c;border: 0;outline: 0;background: transparent;}.remodal-close:before {font-family: Arial, \"Helvetica CY\", \"Nimbus Sans L\", sans-serif !important;font-size: 25px;line-height: 35px;position: absolute;top: 0;left: 0;display: block;width: 35px;content: \"\\00d7\";text-align: center;}.remodal-close::-moz-focus-inner {padding: 0;border: 0;}@media only screen and (min-width: 641px) {.remodal {max-width: 700px;}}html,body,div,span,iframe,h3,p,img,ul,li,label,header,nav,section,video {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\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\",sans-serif !important;overflow-x: hidden;padding-bottom: 76px;}main {display: block;}li {list-style-type: none;}a {display: inline-block;text-decoration: none;color: #000;}video,img {vertical-align: bottom;max-width: 100%;height: auto;}input,button {appearance: none;}h3 {font-weight: normal !important;}.rwlp__wrapper {overflow-x: hidden;width: 100vw;}.rwlp__wrapper img {width: 100%;}.technology__link__lists__img img {width: 100%;}.technology__item {font-weight: 500;padding-top: 70px;}.technology__item__sub {padding: 0;border-top: none;}.technology__item__sub .technology__item__desc {margin-top: 100px;}.technology__item__inner {padding-left: 6.7142857142857vw;}.technology__item__title {font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\",\"ヒラギノ角ゴ ProN W3\", sans-serif;font-size: 30px;font-weight: 400;line-height: 1.1;margin-bottom: 50px;}.technology__item__title span {font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\",\"ヒラギノ角ゴ ProN W3\", sans-serif;font-weight: 400;line-height: 1;margin-bottom: 16px;display: block;}.technology__item__desc {display: flex;flex-direction: row-reverse;margin-top: 54px;}.technology__item__desc__text {display: flex;flex-direction: column;justify-content: space-between;flex-shrink: 0;justify-content: space-between;margin-right: 8.0714285714286vw;width: 26.2857142857143vw;}.technology__item__desc__img {padding-top: 35.5%;position: relative;width: 58.1428571428571vw;flex: 1;}.technology__item__desc__img video {height: 100%;left: 0;position: absolute;top: 0;width: 100%;}.technology__item__desc__img img {height: auto;left: 0;position: absolute;top: 0;width: 100%;}.technology__item__desc__text__content__title {font-size: 30px;font-weight: 500;letter-spacing: -0.06em;line-height: 1.733333333333333;}.technology__item__desc__text__content__title.fadeInUpShort.animated.related__lead.go {width: auto;}.technology__item__desc__text__content__desc {font-size: 16px;letter-spacing: -0.06em;line-height: 1.9375;margin-top: 30px;}@media screen and (max-width: 749px) {.lp_area,.mattressProtector{width: auto;margin-bottom: 20px;}.u-sp {display: block !important;}.u-pc {display: none !important;}.technology__item {padding-bottom: 30px;}.technology__item__title {padding: 0;font-size: 30px;margin-left: 20px;margin-bottom: 30px;line-height: 1.6;}.technology__item__title span {font-size: 30px;margin-bottom: 0;line-height: 1.6;}.technology__item__desc {flex-direction: column;margin-top: 0;}.technology__item__sub .technology__item__desc {flex-direction: column;margin-top: 40px;}#tech02 .technology__item__title span {margin-bottom: 10px;}.technology__item__desc__img {margin-left: 20px;padding-top: 94%;width: calc(100% - 20px);}.technology__item__sub .technology__item__desc__img.change_sp {padding-top: 53.75%;width: 95%;}.technology__item__desc__img img {height: 100%;left: 0;position: absolute;top: 0;width: 100%;object-fit: cover;}.technology__item__desc__text {display: block;margin: 30px 0 0;padding: 0 20px;width: 100%;}.technology__item__desc__text__content__title {font-size: 25px;line-height: 1.84;}.technology__item__desc__text__content__desc {margin-top: 20px;}}.termina {font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\",\"ヒラギノ角ゴ ProN W3\", sans-serif !important;font-weight: 400;}@media screen and (max-width: 749px) {}.u-mt-0 {margin-top: 0;}@media screen and (max-width: 1400px) {.customer__review__bg img {max-width: unset;width: 110%;}}@media screen and (max-width: 749px) {#mattressProtector03 .technology__item__desc__img {padding-top: 90.5%;}}.rwlp__header__wrapper {background: #a0c0db;height: auto;position: fixed;top: 0;left: 0;right: 0;z-index: 9;}@media screen and (min-width: 750px) {.rwlp__header__wrapper {padding: 0 30px;}}@media screen and (max-width: 749px) {.rwlp__header__wrapper {padding: 0 20px;}}.rwlp__header {display: flex;align-items: center;justify-content: space-between;}@media screen and (min-width: 1200px) {.rwlp__header {height: 90px;}}@media screen and (max-width: 1199px) {.rwlp__header {height: 65px;}}@media screen and (min-width: 750px) {.rwlp__header__logo {width: 85px;}}@media screen and (max-width: 749px) {.rwlp__header__logo {width: 70px;}}@media screen and (min-width: 750px) {.rwlp__header__menu__wrapper {margin: 0 30px;}}@media screen and (max-width: 749px) {.rwlp__header__menu__wrapper {margin: 0 20px;}}.rwlp__header__menu__item {display: inline-block;}@media screen and (min-width: 1200px) {.rwlp__header__menu__item + .rwlp__header__menu__item {margin-left: 35px;}}@media screen and (min-width: 750px) and (max-width: 1199px) {.rwlp__header__menu__item + .rwlp__header__menu__item {margin-left: 30px;}}@media screen and (max-width: 749px) {.rwlp__header__menu__item + .rwlp__header__menu__item {margin-left: 15px;}}@media screen and (max-width: 749px) {.rwlp__header__menu__item.rwlp__hidden__sm {display: none;}}@media screen and (min-width: 1200px) {.rwlp__header__menu__link {font-size: 14px;}}@media screen and (max-width: 1199px) {.rwlp__header__menu__link {font-size: 14px;}}input[type=\"radio\"] {display: none;}input[type=\"radio\"] + label::before {display: none;}input[type=\"radio\"] + label::after {display: none;}input[type=\"radio\"]:checked + label {color: inherit;}@media screen and (max-width: 749px) {}input[type=\"radio\"] + label {padding: 0;}.remodal {padding: 0;max-width: 650px;}.remodal-close {left: auto;right: 0;}.remodal-close:before {font-size: 40px;}.u-pc {display: block !important;}.u-sp {display: none !important;}@media screen and (min-width: 768px) {}@media screen and (max-width: 767px) {.u-pc {display: none !important;}.u-sp {display: block !important;}}\n\u003c\/style\u003e\n\u003cdiv class=\"lang_box\"\u003e\n\u003cdiv class=\"protector_20241218_update\"\u003e\n\u003cdiv class=\"protector_kv\"\u003e\n\u003cdiv class=\"protector_kv_caption\"\u003e\n\u003ch2 style=\"color: #ffff; margin-bottom: 20px;\"\u003e極致保暖\u003cbr\u003e棉被被套\u003c\/h2\u003e\n\u003cimg class=\"cover_kv_logo u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_kv_logo.webp\" alt=\"\" width=\"1070\" height=\"172\"\u003e \u003cimg class=\"cover_kv_logo u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_kv_logo_sp.webp\" alt=\"\" width=\"364\" height=\"148\"\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"protector_kv_block\"\u003e\n\u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_kv.webp?2\" alt=\"\" width=\"2000\" height=\"1122\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_kv_sp.webp?3\" alt=\"\" width=\"748\" height=\"1054\"\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\n\u003cdiv class=\"makuake\"\u003e\n\u003cp class=\"makuake__txt\"\u003e在募資平台上\u003cbr\u003e『極致保暖』系列\u003c\/p\u003e\n\u003cp class=\"makuake__txt2\"\u003e累計\u003cspan\u003e2.3億日圓\u003c\/span\u003e突破!\u003c\/p\u003e\n\u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_warm_ex_makuake_bnr.webp\" alt=\"\" width=\"1103\" height=\"141\"\u003e\n\u003cdiv class=\"makuake__slider u-sp\"\u003e\n\u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_warm_ex_makuake_bnr01.webp\" alt=\"\" width=\"360\" height=\"414\"\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_mattress_protector_warm_ex_makuake_bnr02.webp\" alt=\"\" width=\"360\" height=\"414\"\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_mattress_protector_warm_ex_makuake_bnr03.webp\" alt=\"\" width=\"360\" height=\"414\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"protector_connection_text\"\u003e\n\u003cp\u003e腦眠科技史上最溫暖\u003cbr\u003e最舒適的被套隆重登場\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"protector_connection_img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_connect.webp?1\" alt=\"\" width=\"2000\" height=\"718\" style=\"position: absolute; left: 0; right: 0; width: 1100px;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"issue\"\u003e\n\u003cdiv class=\"issue__ttl termina\"\u003eISSUE\u003c\/div\u003e\n\u003cul class=\"issue__list\"\u003e\n\u003cli class=\"issue__item\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_icon_check.webp\" alt=\"\" width=\"48\" height=\"48\"\u003e想提升目前使用的棉被的保暖性！\u003c\/li\u003e\n\u003cli class=\"issue__item\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_icon_check.webp\" alt=\"\" width=\"48\" height=\"48\"\u003e棉被清洗起來好麻煩！\u003c\/li\u003e\n\u003cli class=\"issue__item\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_icon_check.webp\" alt=\"\" width=\"48\" height=\"48\"\u003e棉被和毛毯疊在一起會滑動，好討厭！\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro01\"\u003e\n\u003cdiv class=\"intro01__inner\"\u003e\n\u003cp class=\"intro01__txt\"\u003e就在這種時候，\u003cbr\u003e只要套上「極致保暖」被套，\u003cbr\u003e就能輕鬆實現溫暖與舒適！\u003c\/p\u003e\n\u003cdiv class=\"intro01__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_intro01_features_zh-hant.webp\" alt=\"\" width=\"706\" height=\"240\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"mattressProtector\"\u003e\n\u003csection class=\"technology__item technology__item__sub\" id=\"mattressProtector02\"\u003e\n\u003cdiv class=\"technology__item__inner\"\u003e\n\u003cdiv class=\"technology__item__desc__text\"\u003e\n\u003cdiv class=\"technology__item__desc__text__content\"\u003e\n\u003cp class=\"technology__item__desc__text__content__title__tag termina u-sp\"\u003ePOWER UP\u003c\/p\u003e\n\u003ch3 class=\"technology__item__desc__text__content__title u-sp\"\u003e光滑的觸感 \u003cbr\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 change_sp\"\u003e\n\u003cvsc-controller class=\"vsc-controller\" style=\"top: 0px; left: 0px; position: absolute !important; z-index: 9999999 !important;\"\u003e\u003c\/vsc-controller\u003e\u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c43e143aeaa944caaf59972f1ab359e4.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technology__item__desc__text\"\u003e\n\u003cdiv class=\"technology__item__desc__text__content\"\u003e\n\u003cp class=\"technology__item__desc__text__content__title__tag termina u-pc\"\u003ePOWER UP\u003c\/p\u003e\n\u003ch3 class=\"technology__item__desc__text__content__title u-pc\"\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=\"technology__item technology__item__sub\" id=\"mattressProtector02\"\u003e\n\u003cdiv class=\"technology__item__inner\"\u003e\n\u003cdiv class=\"technology__item__desc__text\"\u003e\n\u003cdiv class=\"technology__item__desc__text__content\"\u003e\n\u003cp class=\"technology__item__desc__text__content__title__tag termina u-sp\"\u003ePOWER UP\u003c\/p\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 change_sp\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_tech01_02_zh-hant.webp\" alt=\"\" width=\"825\" height=\"465\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"technology__item__desc__text\"\u003e\n\u003cdiv class=\"technology__item__desc__text__content\"\u003e\n\u003cp class=\"technology__item__desc__text__content__title__tag termina u-pc\"\u003ePOWER UP\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喀什米爾羊毛或羊毛上有鱗片狀的特殊纖維結構，鱗片狀特殊結構的開闔能夠達到吸濕散熱的作用。\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=\"mattressProtector02\"\u003e\n\u003cdiv class=\"technology__item__inner\"\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 change_sp\" style=\"border: 1px solid #000;\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_tech01_03_zh-hant.webp\" alt=\"\" width=\"825\" height=\"465\"\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 u-pc\"\u003e究極的吸濕發熱力\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc\"\u003e像是喀什米爾或羊毛這類材質般的吸濕發熱的特性。最高可使溫度上升達 4°C。\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=\"mattressProtector02\"\u003e\n\u003cdiv class=\"technology__item__inner\"\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 change_sp\" style=\"border: 1px solid #000;\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_tech01_04_zh-hant.webp\" alt=\"\" width=\"825\" height=\"465\"\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 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=\"mattressProtector02\"\u003e\n\u003cdiv class=\"technology__item__inner\"\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加套一層被套，\u003cbr\u003e即可引導至約33°C理想溫度\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 change_sp\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_tech01_05_v2.webp\" alt=\"\" width=\"825\" height=\"465\"\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 u-pc\"\u003e只要在您使用的被子上\u003cbr\u003e加套一層被套，\u003cbr\u003e即可引導至約33°C理想溫度\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc\"\u003e測試方法:在20°C65%RH相對濕度的冬季寒冷室環境中進行表面溫度測試\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=\"mattressProtector02\"\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\" style=\"border: 1px solid #000;\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_cover_warm_ex_tech01_06_zh-hant.webp\" alt=\"\" width=\"825\" height=\"465\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"technology__item__desc__text\"\u003e\n\u003cdiv class=\"technology__item__desc__text__content\"\u003e\n\u003cp class=\"technology__item__desc__text__content__desc u-mt-0\"\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\u003c\/div\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總共有幾種顏色呢?\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\u003cp\u003e\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\"\u003e\u003c\/script\u003e \u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick-theme.min.css\" rel=\"stylesheet\"\u003e \u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.css\" rel=\"stylesheet\"\u003e \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\" type=\"text\/javascript\"\u003e\u003c\/script\u003e \u003clink href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_style_202509.css?2\" onload=\"this.media='all'\" media=\"print\" rel=\"stylesheet\"\u003e \u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_all.js\" type=\"text\/javascript\" defer\u003e\u003c\/script\u003e\u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_script_202509.js\"\u003e\u003c\/script\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n  .spec__item__desc__text__content__title,\n  #clean\n    .technology__item__desc.tips\n    .technology__item__desc__text__content__desc\n    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\",\n      \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n  }\n  #clean\n    .technology__item__desc.tips\n    .technology__item__desc__text__content__title {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\",\n      \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n  }\n  .mv__caption__text span {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\",\n      \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", sans-serif;\n  }\n\u003c\/style\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"シングル","offer_id":47071100731614,"sku":"S0022A1-SNSG","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"セミダブル","offer_id":47071100764382,"sku":"S0022A1-SDSG","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"ダブル","offer_id":47071100797150,"sku":"S0022A1-DBSG","price":25300.0,"currency_code":"JPY","in_stock":true},{"title":"クイーン","offer_id":47071100829918,"sku":"S0022A1-QNSG","price":28600.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/thumbnail_comforter_cover_perfectwarm_ex_01.webp?v=1757661665"},{"product_id":"mattressprotector_perfectwarmex","title":"腦睡眠科技床包 極致保暖 EX","description":"\u003cstyle\u003e\n.gradient.typesquare_option.chakra-ui-light,\n.gradient.header-wrapper {\n  padding: 0 !important;\n}\n\n\/* .lp_area  *\/\n.mattressProtector{margin: 0 auto 100px;}.u-sp {display: none !important;}.u-mt-8 {margin-top: 8px !important;}.u-mt-40 {margin-top: 40px !important;}.remodal,[data-remodal-id] {display: none;}.remodal {position: relative;outline: 0;-webkit-text-size-adjust: 100%;-moz-text-size-adjust: 100%;-ms-text-size-adjust: 100%;text-size-adjust: 100%;-webkit-box-sizing: border-box;box-sizing: border-box;width: 100%;margin-bottom: 10px;padding: 35px;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);color: #2b2e38;background: #fff;vertical-align: middle;}.remodal-close {position: absolute;top: 0;left: 0;display: block;overflow: visible;width: 35px;height: 35px;margin: 0;padding: 0;text-decoration: none;color: #95979c;border: 0;outline: 0;background: transparent;}.remodal-close:before {font-family: Arial, \"Helvetica CY\", \"Nimbus Sans L\", sans-serif !important;font-size: 25px;line-height: 35px;position: absolute;top: 0;left: 0;display: block;width: 35px;content: \"\\00d7\";text-align: center;}.remodal-close::-moz-focus-inner {padding: 0;border: 0;}@media only screen and (min-width: 641px) {.remodal {max-width: 700px;}}html,body,div,span,iframe,h3,p,img,ul,li,label,header,nav,section,video {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\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\",sans-serif !important;overflow-x: hidden;padding-bottom: 76px;}main {display: block;}li {list-style-type: none;}a {display: inline-block;text-decoration: none;color: #000;}video,img {vertical-align: bottom;max-width: 100%;height: auto;}input,button {appearance: none;}h3 {font-weight: normal !important;}.rwlp__wrapper {overflow-x: hidden;width: 100vw;}.rwlp__wrapper img {width: 100%;}.technology__link__lists__img img {width: 100%;}.technology__item {font-weight: 500;padding-top: 70px;}.technology__item__sub {padding: 0;border-top: none;}.technology__item__sub .technology__item__desc {margin-top: 100px;}.technology__item__inner {padding-left: 6.7142857142857vw;}.technology__item__title {font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\",\"ヒラギノ角ゴ ProN W3\", sans-serif;font-size: 30px;font-weight: 400;line-height: 1.1;margin-bottom: 50px;}.technology__item__title span {font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\",\"ヒラギノ角ゴ ProN W3\", sans-serif;font-weight: 400;line-height: 1;margin-bottom: 16px;display: block;}.technology__item__desc {display: flex;flex-direction: row-reverse;margin-top: 54px;}.technology__item__desc__text {display: flex;flex-direction: column;justify-content: space-between;flex-shrink: 0;justify-content: space-between;margin-right: 8.0714285714286vw;width: 26.2857142857143vw;}.technology__item__desc__img {padding-top: 35.5%;position: relative;width: 58.1428571428571vw;flex: 1;}.technology__item__desc__img video {height: 100%;left: 0;position: absolute;top: 0;width: 100%;}.technology__item__desc__img img {height: auto;left: 0;position: absolute;top: 0;width: 100%;}.technology__item__desc__text__content__title {font-size: 30px;font-weight: 500;letter-spacing: -0.06em;line-height: 1.733333333333333;}.technology__item__desc__text__content__title.fadeInUpShort.animated.related__lead.go {width: auto;}.technology__item__desc__text__content__desc {font-size: 16px;letter-spacing: -0.06em;line-height: 1.9375;margin-top: 30px;}@media screen and (max-width: 749px) {.lp_area,.mattressProtector{width: auto;margin-bottom: 20px;}.u-sp {display: block !important;}.u-pc {display: none !important;}.technology__item {padding-bottom: 30px;}.technology__item__title {padding: 0;font-size: 30px;margin-left: 20px;margin-bottom: 30px;line-height: 1.6;}.technology__item__title span {font-size: 30px;margin-bottom: 0;line-height: 1.6;}.technology__item__desc {flex-direction: column;margin-top: 0;}.technology__item__sub .technology__item__desc {flex-direction: column;margin-top: 40px;}#tech02 .technology__item__title span {margin-bottom: 10px;}.technology__item__desc__img {margin-left: 20px;padding-top: 94%;width: calc(100% - 20px);}.technology__item__sub .technology__item__desc__img.change_sp {padding-top: 53.75%;width: 95%;}.technology__item__desc__img img {height: 100%;left: 0;position: absolute;top: 0;width: 100%;object-fit: cover;}.technology__item__desc__text {display: block;margin: 30px 0 0;padding: 0 20px;width: 100%;}.technology__item__desc__text__content__title {font-size: 25px;line-height: 1.84;}.technology__item__desc__text__content__desc {margin-top: 20px;}}.termina {font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\",\"ヒラギノ角ゴ ProN W3\", sans-serif !important;font-weight: 400;}@media screen and (max-width: 749px) {}.u-mt-0 {margin-top: 0;}@media screen and (max-width: 1400px) {.customer__review__bg img {max-width: unset;width: 110%;}}@media screen and (max-width: 749px) {#mattressProtector03 .technology__item__desc__img {padding-top: 90.5%;}}.rwlp__header__wrapper {background: #a0c0db;height: auto;position: fixed;top: 0;left: 0;right: 0;z-index: 9;}@media screen and (min-width: 750px) {.rwlp__header__wrapper {padding: 0 30px;}}@media screen and (max-width: 749px) {.rwlp__header__wrapper {padding: 0 20px;}}.rwlp__header {display: flex;align-items: center;justify-content: space-between;}@media screen and (min-width: 1200px) {.rwlp__header {height: 90px;}}@media screen and (max-width: 1199px) {.rwlp__header {height: 65px;}}@media screen and (min-width: 750px) {.rwlp__header__logo {width: 85px;}}@media screen and (max-width: 749px) {.rwlp__header__logo {width: 70px;}}@media screen and (min-width: 750px) {.rwlp__header__menu__wrapper {margin: 0 30px;}}@media screen and (max-width: 749px) {.rwlp__header__menu__wrapper {margin: 0 20px;}}.rwlp__header__menu__item {display: inline-block;}@media screen and (min-width: 1200px) {.rwlp__header__menu__item + .rwlp__header__menu__item {margin-left: 35px;}}@media screen and (min-width: 750px) and (max-width: 1199px) {.rwlp__header__menu__item + .rwlp__header__menu__item {margin-left: 30px;}}@media screen and (max-width: 749px) {.rwlp__header__menu__item + .rwlp__header__menu__item {margin-left: 15px;}}@media screen and (max-width: 749px) {.rwlp__header__menu__item.rwlp__hidden__sm {display: none;}}@media screen and (min-width: 1200px) {.rwlp__header__menu__link {font-size: 14px;}}@media screen and (max-width: 1199px) {.rwlp__header__menu__link {font-size: 14px;}}input[type=\"radio\"] {display: none;}input[type=\"radio\"] + label::before {display: none;}input[type=\"radio\"] + label::after {display: none;}input[type=\"radio\"]:checked + label {color: inherit;}@media screen and (max-width: 749px) {}input[type=\"radio\"] + label {padding: 0;}.remodal {padding: 0;max-width: 650px;}.remodal-close {left: auto;right: 0;}.remodal-close:before {font-size: 40px;}.u-pc {display: block !important;}.u-sp {display: none !important;}@media screen and (min-width: 768px) {}@media screen and (max-width: 767px) {.u-pc {display: none !important;}.u-sp {display: block !important;}}\n\u003c\/style\u003e\n\n\n\u003cdiv class=\"lang_box\"\u003e\n  \u003cdiv class=\"protector_20241218_update\"\u003e\n    \u003cdiv class=\"protector_kv\"\u003e\n      \u003cdiv class=\"protector_kv_caption\"\u003e\n        \u003ch2 style=\"color: #FFFF; margin-bottom: 20px;\"\u003e\u003cspan\u003e背部保暖性提升112%\u003c\/span\u003e\u003cbr\u003e極致保暖\u003cbr\u003e床罩\u003cspan\u003e(床包)\u003c\/span\u003e\u003c\/h2\u003e\n        \u003cimg class=\"protector_kv_logo u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_protector_warm_ex_kv_logo.webp\" alt=\"\" width=\"1272\" height=\"188\"\u003e\n        \u003cimg class=\"protector_kv_logo u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_protector_warm_ex_kv_logo_sp.webp\" alt=\"\" width=\"352\" height=\"148\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"protector_kv_block\"\u003e\n        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_warm_ex_kv.webp?2\" alt=\"\" width=\"2000\" height=\"1122\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_warm_ex_kv_sp.webp?3\" alt=\"\" width=\"748\" height=\"10d4\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv\u003e\n      \u003cdiv class=\"makuake\"\u003e\n        \u003cp class=\"makuake__txt\"\u003e在募資平台上\u003cbr\u003e『極致保暖』系列\u003c\/p\u003e\n        \u003cp class=\"makuake__txt2\"\u003e累計\u003cspan\u003e2.3億日圓\u003c\/span\u003e突破!\u003c\/p\u003e\n        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_warm_ex_makuake_bnr.webp\" alt=\"\" width=\"1103\" height=\"141\"\u003e\n        \u003cdiv class=\"makuake__slider u-sp\"\u003e\n          \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_warm_ex_makuake_bnr01.webp\" alt=\"\" width=\"360\" height=\"414\"\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_mattress_protector_warm_ex_makuake_bnr02.webp\" alt=\"\" width=\"360\" height=\"414\"\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_mattress_protector_warm_ex_makuake_bnr03.webp\" alt=\"\" width=\"360\" height=\"414\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"protector_connection_img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_warm_ex_connect.webp?1\" alt=\"\" width=\"2100\" height=\"830\" style=\"position: absolute;left: 0;right: 0;width: 1100px;\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n  \u003cdiv class=\"mattressProtector\"\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"mattressProtector02\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\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吸濕\u0026發熱\u003cbr\u003e獨自開發隔熱材料\u003cbr\u003e『腦暖棉 EX』\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 change_sp\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_04_zh-hant.webp\" alt=\"\" width=\"825\" height=\"465\"\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  u-pc\"\u003e吸濕\u0026發熱\u003cbr\u003e獨自開發隔熱材料\u003cbr\u003e『腦暖棉 EX』\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e超越羽絨的永續性發熱專利科技[腦暖棉 EX] 使用吸收濕氣並發熱的植物纖維【美洲木棉】和保溫性高的【丙烯酸】及高吸濕發熱性的【聚丙烯酸酯】獨自開發的絕緣材料。暨是永續性材料，還能將吸收濕氣轉化為溫暖熱量的創新發熱專利技術\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=\"mattressProtector02\"\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\"\u003e\n            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_warm_ex_20241218_tech01_02.webp\" alt=\"\" width=\"825\" height=\"465\"\u003e\n            \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_warm_ex_20241218_tech01_02.webp\" alt=\"\" width=\"650\" height=\"618\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text\"\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    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"mattressProtector02\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\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「腦暖棉 EX」升高 \u003cbr\u003e最多+5.1℃。驚人的發熱力\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 change_sp\" 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_mattress_protector_warm_ex_tech02_01_v3_zh-hant.webp\" alt=\"\" width=\"825\" height=\"465\"\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 u-pc\"\u003e極致的發熱材料 \u003cbr\u003e「腦暖棉 EX」升高 \u003cbr\u003e最多+5.1℃。驚人的發熱力\u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e腦暖棉 EX材料能吸收床內的濕氣，並將其轉化為熱能。測量 7 分鐘後，溫度上升可達 5.1°C\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=\"mattressProtector02\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\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保溫性上升約112%。\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 change_sp\" 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_mattress_protector_warm_ex_tech02_02_v3_zh-hant.webp\" alt=\"\" width=\"825\" height=\"465\"\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 u-pc\"\u003e保溫性上升約112%。\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=\"mattressProtector02\"\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\" 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_mattress_protector_warm_ex_tech02_03_v3_zh-hant.webp\" alt=\"\" width=\"825\" height=\"465\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc u-mt-0\"\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    \u003c!-- スペック表 --\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樣式\u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"mattressProtector04\"\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\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_related03.jpg\" alt=\"\" width=\"825\" height=\"464\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc u-mt-0\"\u003e■適用尺寸：\u003cbr\u003e基本上，適用於約20cm～30cm高度的床墊。也可以使用高度低於此範圍的床墊，但由於背面會有多餘的布料，請務必確實包裹固定後使用。\u003cbr\u003e\u003cbr\u003e■尺寸:\u003cbr\u003e．單人尺寸:約W100cm x L205cm (約1,140g)  \u003cbr\u003e．單人加大尺寸:W120cm x L205cm (約1,300g)  \u003cbr\u003e．雙人尺寸:W140cm x L205cm (約1,470g)\u003cbr\u003e\u003cbr\u003e■顏色:\u003cbr\u003e石墨灰\u003cbr\u003e\u003cbr\u003e■材質:\u003cbr\u003e．外側布料  \u003cbr\u003e表布：絨毛部分 100%聚酯纖維  \u003cbr\u003e基布部分 60%聚酯纖維 40%人造纖維 \u003cbr\u003e裏布：100%聚酯纖維\u003cbr\u003e側布：94%聚酯纖維 6%聚氨酯\u003cbr\u003e．隔熱層\u003cbr\u003e43%植物纖維（美洲木棉）30%聚酯纖維 20%丙烯酸 7%合成纖維（聚丙烯酸酯系纖維)  \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 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總共有幾種顏色呢?\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基本上，適用於約20cm～30cm高度的床墊。也可以使用高度低於此範圍的床墊，但由於背面會有多餘的布料，請務必確實包裹固定後使用。\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\n\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\"\u003e\u003c\/script\u003e\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\u003cscript type=\"text\/javascript\" src=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\"\u003e\u003c\/script\u003e\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_style_202509.css?2\"\u003e\n\u003cscript defer type=\"text\/javascript\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_all.js\"\u003e\u003c\/script\u003e\n\u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_protector_perfectwarmEX_script_202509.js\"\u003e\u003c\/script\u003e\n\n\u003cstyle\u003e\n  .spec__item__desc__text__content__title,\n  #clean\n    .technology__item__desc.tips\n    .technology__item__desc__text__content__desc\n    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\",\n      \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n  }\n  #clean\n    .technology__item__desc.tips\n    .technology__item__desc__text__content__title {\n    font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\",\n      \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n  }\n  .mv__caption__text span {\n    font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\",\n      \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", sans-serif;\n  }\n\u003c\/style\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"シングル","offer_id":47071101419742,"sku":"S0021A1-SNSG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"セミダブル","offer_id":47071101452510,"sku":"S0021A1-SDSG","price":17600.0,"currency_code":"JPY","in_stock":true},{"title":"ダブル","offer_id":47071101485278,"sku":"S0021A1-DBSG","price":20900.0,"currency_code":"JPY","in_stock":true},{"title":"クイーン","offer_id":47071101518046,"sku":"S0021A1-QNSG","price":24200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/thumbnail_mattress_protector_perfectwarm_ex_02.webp?v=1763002212"},{"product_id":"egift_eyemask","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.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;margin-bottom: 0;}\n.faq__item img {width: auto;max-width: 100%;}\n\n.rwlp__wrapper .other__pillow__text__sub__more {\n  color: #fff;\n}\n.rwlp__wrapper .other__more__btn {\n  color: #fff;\n}\n.rwlp__wrapper .other__more__btn__black {\n  color: #000;\n}\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.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{margin-bottom: 0;}\n.rwlp__wrapper ul,\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}.rwlp__wrapper{color:#000}body,details,div,h2,header,html,iframe,img,li,nav,p,section,span,summary,ul{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}button{appearance:none}body{overflow-x:hidden}h2{font-weight:400!important}img{vertical-align:bottom}.kv{position:relative}\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\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__img\"\u003e\n      \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_bg_model_v2.webp\" width=\"2000\" height=\"1126\" alt=\"\"\u003e\n      \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_bg_model_sp_v2.webp\" width=\"750\" height=\"1016\" alt=\"\"\u003e\n    \u003c\/div\u003e\n    \u003ch1 class=\"kv__txt\"\u003e冷暖、遮光、隔音\u003cbr\u003e只要有它\u003cbr class=\"u-pc\"\u003e即可順利入睡\u003c\/h1\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_eyemask_kv_logo_v2.webp\" width=\"682\" height=\"172\" alt=\"\"\u003e\n      \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_logo_sp_v2.webp\" width=\"510\" height=\"130\" alt=\"BRAIN SLEEP EYEMASK HOT+COOL\"\u003e\n      \u003cdiv class=\"kv__logo__txt\"\u003e\n\u003cp class=\"kv__logo__txt1\"\u003e冷暖\u003c\/p\u003e\n\u003cp class=\"kv__logo__txt2\"\u003e兩用\u003cbr\u003e凝膠\u003c\/p\u003e\n\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"kv__bottom\"\u003e\n    \u003cp class=\"kv__bottom__txt\"\u003e一年四季皆可用的\u003cbr class=\"u-sp\"\u003e專注睡眠眼罩\u003c\/p\u003e\n    \u003cdiv class=\"kv__bottom__features\"\u003e\n      \u003cdiv class=\"kv__bottom__features__item\"\u003e\n        \u003cdiv class=\"kv__bottom__features__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_icon01.webp\" width=\"146\" height=\"122\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kv__bottom__features__item__txt\"\u003e配合身體狀態使用\u003cbr\u003e冷暖凝膠\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kv__bottom__features__item\"\u003e\n        \u003cdiv class=\"kv__bottom__features__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_icon02.webp\" width=\"113\" height=\"123\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kv__bottom__features__item__txt\"\u003eAUTOFIT材質\u003cbr\u003e貼合並遮光\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kv__bottom__features__item\"\u003e\n        \u003cdiv class=\"kv__bottom__features__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_icon03.webp\" width=\"111\" height=\"118\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kv__bottom__features__item__txt\"\u003e預防花粉\u003cbr\u003e防止黏附\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kv__bottom__features__item\"\u003e\n        \u003cdiv class=\"kv__bottom__features__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_icon04.webp\" width=\"109\" height=\"121\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kv__bottom__features__item__txt\"\u003e一體型立體結構\u003cbr\u003e包覆至耳際\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kv__bottom__features__item\"\u003e\n        \u003cdiv class=\"kv__bottom__features__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_icon05.webp\" width=\"103\" height=\"102\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kv__bottom__features__item__txt\"\u003e可調節的\u003cbr\u003e魔鬼氈\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"kv__bottom__features__item\"\u003e\n        \u003cdiv class=\"kv__bottom__features__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_kv_icon06.webp\" width=\"123\" height=\"130\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"kv__bottom__features__item__txt\"\u003e可水洗且速乾\u003cbr\u003e隨時保持衛生\u003c\/p\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      \u003cp class=\"intro02__txt2 fadeInUpShort animated termina\"\u003e獨家的\u003cbr\u003e3D自動貼合\u003cbr\u003e科技\u003c\/p\u003e\n      \u003cp class=\"intro02__txt1 fadeInUpShort animated\"\u003e柔適貼合\u003cbr\u003e隔絕燈光及聲音，\u003cbr class=\"u-sp\"\u003e沉入舒適睡眠\u003c\/p\u003e\n      \u003cdiv class=\"intro02__img fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_intro02_img.webp\" alt=\"\" width=\"1264\" height=\"934\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_intro02_img_sp.webp\" alt=\"\" width=\"634\" height=\"468\" class=\"u-sp\"\u003e\n      \u003c\/div\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      \u003cp class=\"intro01__txt1 fadeInUpShort animated\"\u003e不只如此\u003c\/p\u003e\n      \u003cp class=\"intro01__txt2 fadeInUpShort animated termina\"\u003eHOT \u0026 COOL兩用設計\u003cbr\u003e助你安然入睡\u003c\/p\u003e\n      \u003cdiv class=\"intro01__img fadeInUpShort animated\"\u003e\n        \u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f750a22b1fb14e96890efa732d2c9931.mp4\" style=\"aspect-ratio: 1920\/1080\" height=\"1080\" width=\"1920\" class=\"u-pc\"\u003e\u003c\/video\u003e\n        \u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ca8a3c974bda4fd0bf84187f9a5d3491.mp4\" style=\"aspect-ratio: 1920\/1920\" height=\"1920\" width=\"1920\" class=\"u-sp\"\u003e\u003c\/video\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro02__logo__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro02__logo fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_intro02_logo.webp\" alt=\"\" width=\"1142\" height=\"140\" class=\"u-pc\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_intro02_logo_sp.webp\" alt=\"\" width=\"570\" height=\"108\" class=\"u-sp\"\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      \u003cp class=\"intro03__txt1 fadeInUpShort animated termina\"\u003eISSUE\u003c\/p\u003e\n      \u003cp class=\"intro03__txt2 fadeInUpShort animated\"\u003e打造好眠關鍵\u003cbr\u003e良好的睡眠環境至關重要\u003c\/p\u003e\n      \u003cp class=\"intro03__txt3 fadeInUpShort animated\"\u003e根據「厚生勞動省健康局」發佈的《2014年健康睡眠指引》，睡前臥室的照明及睡眠時聽到的環境音等因素可能會降低睡眠品質，因此睡眠環境被認為非常重要。\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"issue2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"issue2__inner\"\u003e\n      \u003cp class=\"issue2__txt1 fadeInUpShort animated\"\u003e因光線與聲音干擾\u003cbr\u003e導致睡眠品質下降\u003c\/p\u003e\n      \u003cul class=\"issue2__txt2 fadeInUpShort animated\"\u003e\n        \u003cli\u003e\n\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_icon_check.webp\" alt=\"\" width=\"58\" height=\"58\"\u003e既使是微弱的光線也會影響入睡\u003c\/li\u003e\n        \u003cli\u003e\n\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_icon_check.webp\" alt=\"\" width=\"58\" height=\"58\"\u003e細微的聲響會讓人醒來\u003c\/li\u003e\n        \u003cli\u003e\n\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_icon_check.webp\" alt=\"\" width=\"58\" height=\"58\"\u003e日出時間早於起床時間，導致提前醒來\u003c\/li\u003e\n      \u003c\/ul\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"issue2__bottom animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cp class=\"issue2__bottom__txt fadeInUpShort animated\"\u003e為了獲得高品質睡眠\u003cbr\u003e\u003cspan\u003e打造良好的睡眠環境\u003c\/span\u003e至關重要\u003c\/p\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__txt1 fadeInUpShort animated\"\u003e因此從腦眠科技開發了\u003cbr\u003e\u003cspan\u003e打造理想睡眠環境\u003cbr\u003e的支援\u003c\/span\u003e方案\u003c\/p\u003e\n      \u003cp class=\"intro04__txt2 fadeInUpShort animated\"\u003e\u003cspan\u003e最強睡眠裝備\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e眼罩誕生！\u003c\/span\u003e\u003c\/p\u003e\n      \u003cul class=\"intro04__txt4 fadeInUpShort animated\"\u003e\n        \u003cli\u003e隔音\u003c\/li\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\/section\u003e\n\n  \u003csection class=\"intro06 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro06__inner\"\u003e\n      \u003cdiv class=\"intro06__txt__wrap\"\u003e\n        \u003cp class=\"intro06__txt1 fadeInUpShort animated\"\u003e事實\u003cspan\u003e！\u003c\/span\u003e\u003c\/p\u003e\n        \u003cp class=\"intro06__txt2 fadeInUpShort animated\"\u003e使用腦眠科技眼罩\u003cbr\u003e睡眠環境品質\u003cbr\u003e同步提升！\u003c\/p\u003e\n        \u003cp class=\"intro06__txt3 fadeInUpShort animated\"\u003e※自社試用調查　\u003cbr class=\"u-sp\"\u003e實施期間：10月11日～15日\u003cbr\u003e試用對象：30～50歲男女（共7人）\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro06__img fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_monitor_graph_zh-hant.webp\" alt=\"\" width=\"930\" height=\"686\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro07 technology__item technology__item__sub animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\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 u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_intro06_img_v2.webp\" alt=\"\" width=\"1558\" height=\"874\"\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\u003cspan class=\"termina\"\u003eHOT＆COOL\u003c\/span\u003e兩用設計\u003cbr\u003e\u003cspan class=\"bg_red\"\u003e花粉三大症狀\u003c\/span\u003e 雙重對策\u003c\/h3\u003e\n            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_intro06_img_v2.webp\" alt=\"\" width=\"1558\" height=\"874\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro07__txt__wrap\"\u003e\n              \u003cp class=\"intro07__txt\"\u003e\u003cspan class=\"termina\"\u003eHOT\u003c\/span\u003e：促進血液循環・放鬆\u003c\/p\u003e\n              \u003cp class=\"intro07__txt2\"\u003e針對流鼻水與鼻塞，透過溫暖鼻部來促進血液循環，有助於緩解症狀並改善呼吸。\u003c\/p\u003e\n              \u003cp class=\"intro07__txt\"\u003e\u003cspan class=\"termina\"\u003eCOOL\u003c\/span\u003e：降溫・鎮靜\u003c\/p\u003e\n              \u003cp class=\"intro07__txt2\"\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=\"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\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_product_logo.webp\" alt=\"BRAINSLEEP EYEMASK HOT + COOL\" width=\"460\" height=\"176\"\u003e\n      \u003c\/div\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_eyemask_nav01_model_v2.webp?2\" 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\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_eyemask_nav02_model_v2.webp\" alt=\"\" width=\"784\" height=\"722\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__link__lists__title\"\u003e\n\u003cspan\u003e02\u003c\/span\u003e360度包覆設計\u003cbr\u003e3D自動貼合結構\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_eyemask_nav03_model_v2.webp\" alt=\"\" width=\"782\" height=\"722\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n\u003cspan\u003e03\u003c\/span\u003e防止灰塵與花粉附著\u003cbr\u003e整體可清洗\u003cbr\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 technology__item__sub\" id=\"tech01\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"technology__item__title fadeInUpShort animated u-sp\"\u003e\n\u003cspan\u003e01\u003c\/span\u003eHOT\u0026amp;COOL\u003c\/h2\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_eyemask_tech01_main_model_v2.webp\" alt=\"\" width=\"1628\" height=\"918\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech01_main_model_sp_v2.webp\" alt=\"\" width=\"706\" height=\"706\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated u-pc\"\u003e\n\u003cspan\u003e01\u003c\/span\u003eHOT\u0026amp;COOL\u003c\/h2\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated termina\"\u003e溫冷雙效\u003cbr class=\"u-pc\"\u003e極致眼部護理\u003c\/h3\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech01_02_zh-hant.webp\" alt=\"\" width=\"1628\" height=\"916\"\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  \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\n          \u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f750a22b1fb14e96890efa732d2c9931.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\"\u003e透過冷熱兩用設計\u003cbr\u003e有效緩解花粉症三大症狀\u003c\/h3\u003e\n            \u003cdiv class=\"tech01__01__hotcool\"\u003e\n              \u003cdiv class=\"tech01__01__hotcool__item\"\u003e\n                \u003cdiv class=\"tech01__01__hotcool__tag termina\"\u003eHOT\u003c\/div\u003e\n                \u003cdiv class=\"tech01__01__hotcool__txt\"\u003e針對流鼻水與鼻塞，透過溫熱鼻部以促進血液循環，有助於緩解症狀並改善呼吸。\u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"tech01__01__hotcool__item\"\u003e\n                \u003cdiv class=\"tech01__01__hotcool__tag termina\"\u003eCOOL\u003c\/div\u003e\n                \u003cdiv class=\"tech01__01__hotcool__txt\"\u003e緩解眼睛與眼周的癢感，可透過冷敷來抑制發炎並舒緩不適。\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  \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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech01_03.webp\" alt=\"\" width=\"1628\" height=\"916\"\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  \u003c\/section\u003e\n\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      \u003ch2 class=\"technology__item__title fadeInUpShort animated u-sp\"\u003e\n\u003cspan\u003e02\u003c\/span\u003e3D AUTOFIT \u003cbr\u003eTECHNOLOGY\u003c\/h2\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_eyemask_tech02_main_model_v2.webp\" alt=\"\" width=\"1628\" height=\"918\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech02_main_model_sp_v2.webp\" alt=\"\" width=\"706\" height=\"706\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated u-pc\"\u003e\n\u003cspan\u003e02\u003c\/span\u003e3D AUTOFIT \u003cbr\u003eTECHNOLOGY\u003c\/h2\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated termina\"\u003e360度無死角貼合，\u003cbr class=\"u-pc\"\u003e溫柔包裹\u003c\/h3\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech02_01.webp\" alt=\"\" width=\"1628\" height=\"916\"\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材質會感知皮膚溫度從而變形，自然貼合鼻部曲線。有效阻擋鼻部縫隙的光線外漏，引導進入無壓力地舒適睡眠。34\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\"\u003e\n          \u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/da8060fdf2fe4125a51056b1781b1035.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\"\u003e不壓迫眼部的立體結構\u003cbr\u003e實現舒適的佩戴感受\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e眼部區域採用立體3D結構，形成凹槽設計，避免產生壓迫感，即使長時間佩戴也能感受到包覆般的舒適。\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech02_03.webp\" alt=\"\" width=\"1628\" height=\"916\"\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遮光率99.99%\u003cbr\u003e打造理想睡眠環境\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e高度遮光性可阻隔干擾入睡的光線，打造理想的睡眠環境\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_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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech02_04_model.webp\" alt=\"\" width=\"1628\" height=\"916\"\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\"\u003e360 度溫柔包覆至耳部\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=\"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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech02_05_model.webp\" alt=\"\" width=\"1628\" height=\"916\"\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\n  \u003csection class=\"technology__item\" id=\"tech03\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"technology__item__title fadeInUpShort animated u-sp\"\u003e\n\u003cspan\u003e03\u003c\/span\u003eANTI ELECTRIC \u003cbr\u003e\u0026amp; PERFECT \u003cbr\u003eCLEAN\u003c\/h2\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_eyemask_tech03_main_v2.webp\" alt=\"\" width=\"1628\" height=\"918\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech03_main_sp_v2.webp\" alt=\"\" width=\"706\" height=\"706\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated u-pc\"\u003e\n\u003cspan\u003e03\u003c\/span\u003eANTI ELECTRIC \u0026amp;\u003cbr\u003ePERFECT CLEAN\u003c\/h2\u003e\n          \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated termina\"\u003e防止室內灰塵\u003cbr\u003e與花粉附著\u003cbr\u003e整體可水洗隨時保持清潔\u003c\/h3\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech03_01.webp\" alt=\"\" width=\"1628\" height=\"916\"\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  \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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_tech03_02.webp\" alt=\"\" width=\"1628\" height=\"916\"\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\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\" id=\"color\"\u003e\n    \u003cdiv class=\"scene__item fadeInUpShort animated\"\u003e\n      \u003cp class=\"scene__item__txt 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_eyemask_scene01_model.webp\" alt=\"\" width=\"734\" height=\"412\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_scene01_model_sp_zh-hant.webp\" alt=\"\" width=\"710\" height=\"400\" class=\"u-sp\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scene__item fadeInUpShort animated\"\u003e\n      \u003cp class=\"scene__item__txt 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_eyemask_scene02_model.webp\" alt=\"\" width=\"734\" height=\"412\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_scene02_model_sp_zh-hant.webp\" alt=\"\" width=\"710\" height=\"400\" class=\"u-sp\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scene__item fadeInUpShort animated\"\u003e\n      \u003cp class=\"scene__item__txt 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_eyemask_scene03_model.webp\" alt=\"\" width=\"734\" height=\"412\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_scene03_model_sp_zh-hant.webp\" 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=\"monitor__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\" id=\"color\"\u003e\n    \u003cdiv class=\"monitor__item fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"monitor__item__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_user01.webp\" alt=\"\" width=\"144\" height=\"144\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"monitor__item__body\"\u003e\n        \u003cp class=\"monitor__item__txt\"\u003e使用熱敷時，\u003cspan\u003e真的會在不知不覺中入睡\u003c\/span\u003e。那份溫暖感受非常舒適。\u003c\/p\u003e\n        \u003cp class=\"monitor__item__name\"\u003e30多歲 男性（客服人員 DU先生）\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"monitor__item fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"monitor__item__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_user02.webp\" alt=\"\" width=\"144\" height=\"144\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"monitor__item__body\"\u003e\n        \u003cp class=\"monitor__item__txt\"\u003e在晴朗白天運動後曬傷、身體發熱的情況下，使用冷感款能帶來舒適放鬆感。\u003cspan\u003e其遮光性強、貼合度佳，整體使用感受非常良好\u003c\/span\u003e。\u003c\/p\u003e\n        \u003cp class=\"monitor__item__name\"\u003e50多歲 男性（企劃開發 TM先生）\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"monitor__item fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"monitor__item__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_user03.webp\" alt=\"\" width=\"144\" height=\"144\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"monitor__item__body\"\u003e\n        \u003cp class=\"monitor__item__txt\"\u003e最近晚上因為天氣寒冷，\u003cspan\u003e藉由溫熱效果感覺得以放鬆入睡\u003c\/span\u003e。\u003cbr\u003e房間採光非常好，過去常常提早兩個小時醒來，但由於眼罩具有高度遮光性，\u003cspan\u003e能夠睡到設定的起床時間，\u003c\/span\u003e感覺非常理想。\u003c\/p\u003e\n        \u003cp class=\"monitor__item__name\"\u003e30多歲 女性（生產管理職 CF小姐）\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"monitor__matome fadeInUpShort animated\"\u003e使用腦眠科技眼罩後，\u003cbr class=\"u-sp\"\u003e睡眠環境的品質也提升了！\u003c\/p\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=\"spec__item fadeInUpShort animated\"\u003e\n      \u003cp class=\"spec__item__ttl\"\u003e眼罩\u003c\/p\u003e\n      \u003cdl class=\"spec__item__dl\"\u003e\n        \u003cdt class=\"spec__item__dt\"\u003e尺寸:\u003c\/dt\u003e\n        \u003cdd class=\"spec__item__dd\"\u003e約70.5 x 11(cm)\u003c\/dd\u003e\n      \u003c\/dl\u003e\n      \u003cdl class=\"spec__item__dl\"\u003e\n        \u003cdt class=\"spec__item__dt\"\u003e材質:\u003c\/dt\u003e\n        \u003cdd class=\"spec__item__dd\"\u003e[表布]65%尼龍、35%聚氨酯\u003c\/dd\u003e\n      \u003c\/dl\u003e\n      \u003cdiv class=\"spec__item__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_spec01.webp\" alt=\"\" width=\"1076\" height=\"282\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"spec__item fadeInUpShort animated\"\u003e\n      \u003cp class=\"spec__item__ttl\"\u003e眼罩 凝膠\u003c\/p\u003e\n      \u003cdl class=\"spec__item__dl\"\u003e\n        \u003cdt class=\"spec__item__dt\"\u003e尺寸:\u003c\/dt\u003e\n        \u003cdd class=\"spec__item__dd\"\u003e約18 x 8(cm)\u003c\/dd\u003e\n      \u003c\/dl\u003e\n      \u003cdl class=\"spec__item__dl\"\u003e\n        \u003cdt class=\"spec__item__dt\"\u003e素材：\u003c\/dt\u003e\n        \u003cdd class=\"spec__item__dd\"\u003e[表布]尼龍、聚乙烯\u003cbr\u003e[中材]水、防凍液、調整劑、CMC（羧甲基纖維素）、防腐劑\u003c\/dd\u003e\n      \u003c\/dl\u003e\n      \u003cdiv class=\"spec__item__img\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_spec02.webp\" alt=\"\" width=\"578\" height=\"288\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"spec__title\" id=\"howtouse\"\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=\"howtouse__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\" id=\"color\"\u003e\n    \u003cdiv class=\"howtouse__img fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_howtouse.webp\" alt=\"\" width=\"1126\" height=\"632\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"howtouse__body fadeInUpShort animated\"\u003e\n      \u003cp class=\"howtouse__body__ttl\"\u003e眼罩的穿戴方法\u003c\/p\u003e\n      \u003cp class=\"howtouse__body__txt\"\u003e雙手拿著眼罩，依鼻部位置作為佩戴基準。將眼罩掛於耳後，並用魔鬼氈於後腦部固定。避免過度拉緊，佩戴的基準為側邊（耳朵附近）可輕鬆插入一根手指的空隙。請依個人喜好調整貼合感。\u003c\/p\u003e\n      \u003cp class=\"howtouse__body__ttl\"\u003e冷暖凝膠的使用方法\u003c\/p\u003e\n      \u003cdiv class=\"howtouse__body__hotcool\"\u003e\n        \u003cdiv class=\"howtouse__body__hotcool__tag termina\"\u003eHOT\u003c\/div\u003e\n        \u003cp class=\"howtouse__body__hotcool__txt\"\u003e請用微波爐（500W）加熱冷暖凝膠20秒。\u003c\/p\u003e\n        \u003cdiv class=\"howtouse__body__hotcool__tag termina\"\u003eCOOL\u003c\/div\u003e\n        \u003cp class=\"howtouse__body__hotcool__txt\"\u003e請放入冰箱冷卻三小時以上。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" style=\"margin-bottom: 0;\"\u003e\n    \u003cdiv class=\"last__img fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_last_bg_model_v2.webp\" alt=\"\" width=\"2000\" height=\"1125\" class=\"u-pc\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_last_bg_model_sp_v2.webp\" alt=\"\" width=\"750\" height=\"903\" class=\"u-sp\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"last__txt1\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_eyemask_awakenyourpossibility_v2.webp\" alt=\"AWAKEN YOUR POSSIBILITY.\" width=\"2000\" height=\"1125\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"last__txt2\"\u003e準備入睡，只要有它。\u003c\/p\u003e\n  \u003c\/section\u003e\n\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提高睡眠品質的推薦商品\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 u-sp\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\u003c\/h3\u003e\n        \u003cdiv class=\"other__pillow__vimeo\"\u003e\n          \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\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\/products_wear_thermocontrol_other_pillow_logo.png\" alt=\"BRAIN SLEEP PILLOW\" width=\"200\" height=\"63\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__pillow__text__title__name\"\u003e腦眠科技枕\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003ch3 class=\"other__pillow__text__sub__title\"\u003e快速、深沉、直達腦眠。\u003cbr\u003e喚醒明日的活力。\u003c\/h3\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e了解更多\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"other__col2\"\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__coin\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e睡眠醫學×AI\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\/products_wear_thermocontrol_other_coin.jpg\" alt=\"\" width=\"700\" height=\"700\"\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\/products_wear_thermocontrol_other_coin_logo.png\" alt=\"BRAIN SLEEP COIN\" width=\"279\" height=\"86\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003e腦眠科技 量測幣\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__flex\"\u003e\n            \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠醫學×AI\u003cbr\u003e客製化測試睡眠\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__conforter\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e採用無重力技術\u003cbr\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_wear_thermocontrol_other_mattress_premium.png\" alt=\"\" width=\"1174\" height=\"543\"\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_wear_thermocontrol_other_mattress_premium_logo.png\" alt=\"BRAIN SLEEP MATTRESS PREMIUM FLOAT\" width=\"300\" height=\"94\"\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採用無重力技術\u003cbr\u003e終極放鬆姿勢×完美分散體壓\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/zh-hant\/products\/mattress_premium_float\" class=\"other__more__btn other__more__btn__black\"\u003e了解更多\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \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可以使用滾筒式乾燥機嗎？\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眼罩為共通尺寸設計，男女皆可使用。\u003cbr\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沒問題，攜帶非常方便。\u003cbr\u003e眼罩重量約95克，冷熱凝膠約83克。\u003cbr\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\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_eyemask_all_v2.css?5\"\u003e\n\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  });\njQuery(function() {\n  animate();\n  jQuery(window).on(\"scroll\", function() {\n    animate();\n  });\n});\nfunction 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}\njQuery.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\u003c\/script\u003e\n\u003cscript\u003e\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\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":"Default Title","offer_id":47870986256606,"sku":"G0003S1-FRXX","price":6930.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/eyemask_tmn.webp?v=1743390765"},{"product_id":"test_comforter_allseasons","title":"【六次元様 テストアップ用】ブレインスリープ コンフォーター オールシーズンズ","description":"\u003cstyle\u003e\n.rwlp__wrapper,\n#MainContent,\nhtml.js {\n  overflow: unset!important;\n  overflow-x: unset!important;\n}\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;margin-bottom: 0;}\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.spec__slider__thumb img,\n.spec__quality__img img,\n.technology__item__desc__img img,\n.line__bnr img,\n.technology__link__lists__title{margin-bottom: 0;}\n.rwlp__wrapper ul,\n.technology__link__lists{padding:0!important}\n\nbody{font-family:\"Yu Gothic Pr6N R\",YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif}body,details,div,fieldset,form,h1,h2,header,html,iframe,img,label,legend,li,nav,p,section,small,span,summary,ul{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}button,input,select{appearance:none}body{overflow-x:hidden}h1,h2{font-weight:400!important}img{vertical-align:bottom}\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\u003c\/style\u003e\n\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n  \u003csection class=\"kv\"\u003e\n    \u003cdiv class=\"kv__img\"\u003e\n      \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_kv_model_v3.webp?2\" width=\"2800\" height=\"1574\" alt=\"\"\u003e\n      \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_kv_model_sp_v3.webp?2\" width=\"750\" height=\"1054\" alt=\"\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"kv__txt1\"\u003e自動調温\/調湿機能 搭載\u003c\/p\u003e\n    \u003cp class=\"kv__txt2\"\u003eオールシーズン\u003cbr\u003e快適へ導く\u003cbr class=\"u-pc\"\u003e掛け布団\u003c\/p\u003e\n    \u003cdiv class=\"kv__logo u-pc\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_kv_logo_v2.webp\" alt=\"\" width=\"472\" height=\"136\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"kv__logo u-sp\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_kv_logo_sp_v2.webp\" alt=\"\" width=\"458\" height=\"114\"\u003e\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__head fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro01__head__txt1\"\u003e暖かいシーズンはこれ1枚で、\u003cbr\u003e寒いシーズンは\u003cbr class=\"u-sp\"\u003eインナーケットとして、\u003cbr\u003e1年を快適温度に導く\u003c\/p\u003e\n        \u003cp class=\"intro01__head__txt2\"\u003e1年を快適に寝るための\u003cbr class=\"u-sp\"\u003e温度・湿度コントロールも大切ですが、\u003cbr class=\"u-sp\"\u003e肌への快適さも重要です。\u003cbr class=\"u-pc\"\u003eリバーシブル構造\u003cbr class=\"u-sp\"\u003eだから、1年中入眠もスムーズに。\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro01__bottom\"\u003e\n      \u003cdiv class=\"intro01__bottom__item fadeInUpShort animated\"\u003e\n        \u003cdiv class=\"intro01__bottom__item__img\"\u003e\n          \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro01_img01_model_v3.webp\" alt=\"\" width=\"932\" height=\"986\"\u003e\n          \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro01_img01_model_sp_v3.webp\" alt=\"\" width=\"750\" height=\"348\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro01__bottom__item__txt\"\u003e\n          \u003cp\u003e暑い季節\u003cspan\u003e接触冷感面\u003c\/span\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro01__bottom__item fadeInUpShort animated\"\u003e\n        \u003cdiv class=\"intro01__bottom__item__img\"\u003e\n          \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro01_img02_model_v3.webp\" alt=\"\" width=\"932\" height=\"986\"\u003e\n          \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro01_img02_model_sp_v3.webp\" alt=\"\" width=\"750\" height=\"348\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro01__bottom__item__txt\"\u003e\n          \u003cp\u003e過ごしやすい季節\u003cspan\u003e接触冷感面 or ピーチスキン面\u003c\/span\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro01__bottom__item fadeInUpShort animated\"\u003e\n        \u003cdiv class=\"intro01__bottom__item__img\"\u003e\n          \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro01_img03_model_v3.webp\" alt=\"\" width=\"932\" height=\"986\"\u003e\n          \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro01_img03_model_sp_v3.webp\" alt=\"\" width=\"750\" height=\"348\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro01__bottom__item__txt\"\u003e\n          \u003cp\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\n  \u003csection class=\"intro02 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro02__inner\"\u003e\n      \u003cdiv class=\"intro02__item fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro02__item__ttl\"\u003e朝まで涼しく、\u003cbr\u003e快適温度コントロール\u003c\/p\u003e\n        \u003cdiv class=\"intro02__item__tag\"\u003e\n          \u003cspan class=\"intro02__item__tag__hot\"\u003e暑\u003c\/span\u003e\n          \u003cdiv class=\"intro02__item__tag__arrow\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro02_arrow_v2.webp\" alt=\"\" width=\"18\" height=\"16\"\u003e\n          \u003c\/div\u003e\n          \u003cspan class=\"intro02__item__tag__cool\"\u003e涼\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro02__item__txt1\"\u003eCOOL面を肌面にすれば、\u003cbr\u003e接触冷感と涼しく温度コントロール。\u003cbr\u003e朝まで快適に睡眠できます。\u003c\/p\u003e\n        \u003cdiv class=\"intro02__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro02_img01_model_v2.webp\" alt=\"\" width=\"1040\" height=\"496\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro02__item__txt2\"\u003e温度と湿度が高くなりやすい夏も、理想の寝床内温度へ導きます。\u003c\/p\u003e\n        \u003cdiv class=\"intro02__item__graph\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro02_graph01_v2.webp\" alt=\"\" width=\"1040\" height=\"588\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro02__item fadeInUpShort animated\"\u003e\n        \u003cp class=\"intro02__item__ttl\"\u003e冬の超厳寒期でも、\u003cbr\u003e快適温度コントロール\u003c\/p\u003e\n        \u003cdiv class=\"intro02__item__tag\"\u003e\n          \u003cspan class=\"intro02__item__tag__cool\"\u003e寒\u003c\/span\u003e\n          \u003cdiv class=\"intro02__item__tag__arrow\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro02_arrow_v2.webp\" alt=\"\" width=\"18\" height=\"16\"\u003e\n          \u003c\/div\u003e\n          \u003cspan class=\"intro02__item__tag__hot\"\u003e暖\u003c\/span\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro02__item__txt1\"\u003eWARM面を肌面にして、\u003cbr\u003eご使用の掛け布団の下に\u003cbr class=\"u-sp\"\u003eインナーケットとして使えば、\u003cbr\u003eより暖かく温度コントロール。\u003c\/p\u003e\n        \u003cdiv class=\"intro02__item__img\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro02_img02_model_v2.webp\" alt=\"\" width=\"1040\" height=\"496\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro02__item__txt2\"\u003eご使用の掛け布団の下にインナーケットとして使用すれば、温度低下しやすい冬も快適寝床内温度へ導きます。\u003c\/p\u003e\n        \u003cdiv class=\"intro02__item__graph\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro02_graph02_v2.webp\" alt=\"\" width=\"1040\" height=\"588\"\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 fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"intro03__img\"\u003e\n        \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro03_img_model_v3.webp\" alt=\"\" width=\"2236\" height=\"574\"\u003e\n        \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro03_img_model_sp_v3.webp\" alt=\"\" width=\"668\" height=\"308\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro03__body\"\u003e\n        \u003cdiv class=\"intro03__body__txt\"\u003e\n          \u003cdiv class=\"intro03__ttl\"\u003eリラックス度の優位性も\u003cbr\u003eみられて、\u003cbr class=\"u-pc\"\u003e入眠のしやすさも\u003c\/div\u003e\n          \u003cdiv class=\"intro03__txt\"\u003eオールシーズンを快適に使用できる徹底設計で、入眠しにくい夏場環境でのリラックス度の優位性がみられました。\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro03__graph\"\u003e\n          \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro03_graph_v2.webp\" alt=\"\" width=\"1040\" height=\"670\"\u003e\n          \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro03_graph_sp_v2.webp\" alt=\"\" width=\"598\" height=\"464\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\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 fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"intro04__head\"\u003e\n        \u003cp class=\"intro04__head__txt1\"\u003e暑い時は\u003cspan class=\"intro04__head__txt1__cool\"\u003e涼しく\u003c\/span\u003e、\u003cbr class=\"u-sp\"\u003e寒い時は\u003cspan class=\"intro04__head__txt1__warm\"\u003e暖かい\u003c\/span\u003e。\u003c\/p\u003e\n        \u003cp class=\"intro04__head__txt2 termina\"\u003eCOOL \u0026amp; WARM\u003c\/p\u003e\n        \u003cp class=\"intro04__head__txt3\"\u003e米国スペース財団から唯一認められた、\u003cbr\u003e革新的な温度コントロール素材\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro04__body\"\u003e\n        \u003cp class=\"intro04__body__txt__en termina\"\u003eOUTLAST \u003cbr class=\"u-sp\"\u003eTECHNOLOGY\u003c\/p\u003e\n        \u003cp class=\"intro04__body__txt__ja\"\u003eアウトラストテクノロジー\u003c\/p\u003e\n        \u003cdiv class=\"intro04__body__img\"\u003e\n          \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro04_img_v3.webp\" alt=\"\" width=\"2142\" height=\"424\"\u003e\n          \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro04_img_sp_v3.webp\" alt=\"\" width=\"670\" height=\"220\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro04__body__wrap\"\u003e\n          \u003cp class=\"intro04__body__txt2\"\u003e極寒と灼熱の極端な温度の宇宙空間で着用するNASAの宇宙服、\u003cbr class=\"u-pc\"\u003eそのために開発された調温素材OUTLASTわたを採用。\u003c\/p\u003e\n          \u003cdiv class=\"intro04__letter__btn\"\u003eOutlast Technologies社からのレター\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro04__letter\"\u003e\n        \u003cp class=\"intro04__letter__txt\"\u003e株式会社ブレインスリープ 御中\u003cbr\u003e日本国内においてアウトラストテクノロジーを広くご紹介いただいておりますこと、心より感謝申し上げます。\u003cbr\u003e近年、日本では極端な温度変動が社会的な課題となっていることを承知しております。\u003cbr\u003e信頼性の高い温度調節ソリューションであるアウトラストテクノロジーによって、より多くの方々が快適な睡眠を享受できるようになることを願っております。\u003cbr\u003eブレインスリープ製品が、スペース財団認証を取得したアウトラストテクノロジーを採用していることを証明いたします。\u003cbr\u003e敬具\u003c\/p\u003e\n        \u003cdiv class=\"intro04__letter__img\"\u003e\n          \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro04_letter_v2.webp\" alt=\"\" width=\"888\" height=\"564\"\u003e\n          \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro04_letter_sp_v2.webp\" alt=\"\" width=\"672\" height=\"276\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\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__inner fadeInUpShort animated\"\u003e\n      \u003cp class=\"intro05__ttl\"\u003eもう寝具選びに迷わない。\u003c\/p\u003e\n      \u003cp class=\"intro05__txt1\"\u003eオールシーズン快適温度に導く\u003cbr class=\"u-sp\"\u003e自動調温力。\u003cbr\u003e複雑な気温変化の中で快適な睡眠\u003c\/p\u003e\n      \u003cdiv class=\"intro05__wrap\"\u003e\n        \u003cdiv class=\"intro05__graph\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro05_graph_v2.webp?2\" alt=\"\" width=\"1100\" height=\"620\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro05__graph__body\"\u003e\n          \u003cp class=\"intro05__graph__body__lead\"\u003e近年、益々進む激しい寒暖差\u003c\/p\u003e\n          \u003cp class=\"intro05__graph__body__txt\"\u003e日本は四季から二季化へ進んでいます。季節の変わり目である春・秋が極端に短くなっているので、より1年間の気温変化が複雑化しています。\u003cbr\u003e年間の寒暖差だけではなくて、月、週、日ごとの寒暖差は大きな社会課題になっています。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"intro05__txt2\"\u003eそこで求められるのは\u003cbr\u003e快適温度に導く\u003cspan\u003e自動調温力\u003c\/span\u003e\u003c\/p\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__bg\"\u003e\n      \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro06_img_model_v3.webp\" alt=\"\" width=\"2800\" height=\"1474\"\u003e\n      \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro06_img_model_sp_v3.webp\" alt=\"\" width=\"750\" height=\"756\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"intro06__inner fadeInUpShort animated\"\u003e\n      \u003cp class=\"intro06__txt\"\u003eオールシーズン\u003cbr\u003e快適へ導く掛け布団\u003c\/p\u003e\n      \u003cdiv class=\"intro06__logo\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro06_logo_v2.webp\" alt=\"\" width=\"498\" height=\"146\"\u003e\u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003csection class=\"intro07 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro07__inner fadeInUpShort animated\"\u003e\n      \u003cdiv class=\"intro07__head\"\u003e\n        \u003cp class=\"intro07__ttl\"\u003e大ヒット、\u003cbr class=\"u-sp\"\u003eロングセラー商品\u003c\/p\u003e\n        \u003cdiv class=\"intro07__review\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro07_review_v2.webp\" alt=\"\" width=\"788\" height=\"134\"\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"intro07__txt\"\u003e2022年発売以降、たくさんの方に\u003cbr class=\"u-sp\"\u003eご使用頂き\u003cbr class=\"u-pc\"\u003e沢山の喜びの声を\u003cbr class=\"u-sp\"\u003e頂いています。\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro07__img\"\u003e\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro07_img_v2.webp\" alt=\"\" width=\"1020\" height=\"738\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"review__list\"\u003e\n        \u003cp class=\"review__item\"\u003e季節の変わり目に体調を壊しがちだったが、この布団に変えたところ\u003cspan\u003e両面使えて重宝\u003c\/span\u003e！\u003c\/p\u003e\n        \u003cp class=\"review__item\"\u003e夏はクール面で体の体温を落としつつ、\u003cspan\u003e適度な温度を保つからちょうどよく快眠\u003c\/span\u003eできます！\u003c\/p\u003e\n        \u003cp class=\"review__item\"\u003e\u003cspan\u003e暖かい面と冷たい面のリバーシブル\u003c\/span\u003eで使えるし、\u003cspan\u003e温度を調整してくれるから毎晩快眠\u003c\/span\u003e！\u003c\/p\u003e\n        \u003cp class=\"review__item\"\u003e\u003cspan\u003e暑さ、寒さどちらにもしっかり対応\u003c\/span\u003eできる！\u003cbr\u003eまさに\u003cspan\u003e寝具選びに迷わない\u003c\/span\u003e1枚！\u003c\/p\u003e\n        \u003cp class=\"review__item\"\u003e季節問わず、\u003cspan\u003eリバーシブルで使えるから衣替えが必要ない\u003c\/span\u003e！しっかり暖かく、涼しく、洗えるから\u003cspan\u003e家事を減らしたい人におすすめ\u003c\/span\u003e！\u003c\/p\u003e\n        \u003cp class=\"review__item\"\u003e\u003cspan\u003e心地良すぎて、朝の目覚めが良い\u003c\/span\u003e！ちょっと\u003cspan\u003e冷える日は暖かい面を使用すれば快眠\u003c\/span\u003e出来て、\u003cspan\u003e洗濯も楽\u003c\/span\u003eだから文句なし！\u003c\/p\u003e\n      \u003c\/div\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_comforter_allseasons_nav01_model_v3.webp?2\" alt=\"\" width=\"780\" height=\"720\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__link__lists__title\"\u003e\n\u003cspan\u003e01\u003c\/span\u003eアウトラスト\u003cbr class=\"u-sp\"\u003eテクノロジーで\u003cbr\u003e365日自動調温\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_comforter_allseasons_nav02_model_v3.webp\" alt=\"\" width=\"780\" height=\"720\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__link__lists__title\"\u003e\n\u003cspan\u003e02\u003c\/span\u003e季節によって\u003cbr class=\"u-sp\"\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_comforter_allseasons_nav03_model_v3.webp\" alt=\"\" width=\"780\" height=\"720\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n\u003cspan\u003e03\u003c\/span\u003eいつでも清潔\u003cbr\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_comforter_allseasons_tech01_main_model_v3.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\u003eALL SEASON\u003cbr\u003eCOMFORTABLE\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_comforter_allseasons_tech01_main_model_sp_v3.webp\" alt=\"\" width=\"706\" height=\"706\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003eアウトラストテクノロジーで\u003cbr\u003e365日自動調温\u003c\/h3\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__desc 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      \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated u-sp\"\u003e暑い時は熱を吸収し、\u003cbr\u003e寒い時は熱を放出する\u003cbr\u003e調温するテクノロジー\u003c\/h3\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=\"lozad\" width=\"1920\" height=\"1080\" style=\"aspect-ratio:1920\/1080\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/3d59a5f1f9e7419980e5cc53dcaab08f.mp4\" preload=\"none\" autoplay loop muted playsinline\u003e\u003c\/video\u003e\n          \u003cvideo class=\"lozad\" width=\"1920\" height=\"1080\" style=\"aspect-ratio:1920\/1080\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/288f9a76c8b84e1cb524cf78d6678d16.mp4\" preload=\"none\" autoplay 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 u-pc\"\u003e暑い時は熱を吸収し、\u003cbr\u003e寒い時は熱を放出する\u003cbr\u003e調温するテクノロジー\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eアウトラストは、そのマイクロカプセル自体が温度変化に応じて、固体↔液体へと変化し吸熱・蓄熱・放熱を繰り返すことで快適温度へ導いてくれます。\u003cbr\u003e※動画はアウトラストゲルを36℃の熱板に乗せた時に、カプセル自体が固体↔液体へと相変化する様子。相変化することにより、熱を吸収し、調温します。\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      \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated u-sp\"\u003e優れた調温力\u003cbr\u003e極端な温度変化にも\u003cbr\u003eしっかり対応\u003c\/h3\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_comforter_allseasons_tech01_03_v2.webp\" alt=\"\" width=\"1630\" height=\"922\"\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極端な温度変化にも\u003cbr\u003eしっかり対応\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eグラフは室温を10℃↔40℃へ極端に温度変化させた時の最大温度の差の比較です。コットン素材が15℃以上の差に対して、アウトラストはわずか4℃差です。\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_03\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated u-sp\"\u003e優れた調湿力\u003cbr\u003e快適な寝床内気象へ\u003c\/h3\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_comforter_allseasons_tech01_04_v2.webp\" alt=\"\" width=\"1630\" height=\"922\"\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\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_comforter_allseasons_tech02_main_model_v3.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\u003e02\u003c\/span\u003eREVERSIBLE\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_comforter_allseasons_tech02_main_model_sp_v3.webp\" alt=\"\" width=\"706\" 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            \u003ch3 class=\"technology__item__desc__text__content__desc 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      \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated u-sp\"\u003eリバーシブル構造で\u003cbr\u003e365日手放せない\u003c\/h3\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_comforter_allseasons_tech02_01_v3.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            \u003ch3 class=\"technology__item__desc__text__content__title u-pc\"\u003eリバーシブル構造で\u003cbr\u003e365日手放せない\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e季節に合わせて生地の表裏を使い分け。暖かい季節はさらっとした接触冷感生地を肌側に、寒い季節は柔らかくてなめらかなピーチスキン生地でやさしく包み込みます。\u003cbr\u003eカバーをかけずにご使用ください。\u003cbr\u003e※商品には、WARM\/COOLが表示されています。そちらを目安に両面ご使用ください。\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      \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated u-sp\"\u003e優れたひんやり感で\u003cbr\u003e寝苦しい夏も快適\u003c\/h3\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_comforter_allseasons_tech02_02_v2.webp\" alt=\"\" width=\"1630\" 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 u-pc\"\u003e優れたひんやり感で\u003cbr\u003e寝苦しい夏も快適\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e一般的なコットンやひんやり感の基準（接触冷感値Q-max値）の倍以上のひんやり感。寝苦しい夏はCOOL面を肌面にして快適にお休みになれます。​\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      \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated u-sp\"\u003e肌へのまとわりつき感を\u003cbr\u003e解消したこだわり\u003c\/h3\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_comforter_allseasons_tech02_03_v3.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            \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掛けふとんの大切なポイントであるキルトは、通常の倍以上の70マスキルトを採用。通常の大きなキルトと比較すると、肌離れ感があり、身体への嫌なまとわりつきを極力解消しました。昔から夏場に人気のタオルケット感覚でご使用いただけます。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003cdiv class=\"howtouse animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"howtouse__head fadeInUpShort animated\"\u003e\n      \u003cp class=\"howtouse__ttl\"\u003eオールシーズン\u003cbr\u003e快適な温度で眠る\u003c\/p\u003e\n      \u003cp class=\"howtouse__txt\"\u003e春夏秋はこれ1枚で、\u003cbr\u003e冬はインナーケットとして\u003cbr\u003e快適温度に導く\u003c\/p\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"howtouse__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_comforter_allseasons_tech02_04_v2.webp?2\" alt=\"\" width=\"1728\" height=\"982\"\u003e\n      \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech02_04_sp_v2.webp?2\" alt=\"\" width=\"672\" height=\"908\"\u003e\n    \u003c\/div\u003e\n  \u003c\/div\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          \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_main_model_v3.webp\" alt=\"\" width=\"1630\" 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\u003e03\u003c\/span\u003eCLEAN \u0026amp; \u003cbr class=\"u-sp\"\u003eCOMPACT\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_comforter_allseasons_tech03_main_model_sp_v3.webp\" alt=\"\" width=\"710\" height=\"710\"\u003e\n            \u003c\/div\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003eいつでも清潔\u003cbr\u003eいつも軽量コンパクト\u003c\/h3\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__desc fadeInUpShort animated\"\u003e洗濯機で丸洗いOK、\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      \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated u-sp\"\u003eイージーウォッシュで\u003cbr\u003e毎日清潔に\u003c\/h3\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_comforter_allseasons_tech03_01_v2.webp\" alt=\"\" width=\"1630\" 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 u-pc\"\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=\"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      \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated u-sp\"\u003e365日毎日使えるから\u003cbr\u003eずっとベッドの上\u003c\/h3\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_comforter_allseasons_tech03_02_model_v3.webp\" alt=\"\" width=\"1630\" 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\"\u003e365日毎日使えるから\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=\"tech03_03\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated u-sp\"\u003eわた埃の発生は\u003cbr\u003e羽毛布団のわずか6%\u003c\/h3\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=\"lozad\" width=\"1920\" height=\"1080\" style=\"aspect-ratio:1920\/1080\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e4a9bc5efd4a4b439f73dbdc0b200756.mp4\" preload=\"none\" autoplay loop muted playsinline\u003e\u003c\/video\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_tech03_03_v2.webp\" alt=\"\" width=\"1630\" height=\"922\"\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羽毛布団のわずか6%\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  \u003c!-- \u003cdiv class=\"new__color animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"new__color__inner fadeInUpShort animated\"\u003e\n      \u003cp class=\"new__color__txt\"\u003eコーディネート提案できるように\u003cbr\u003e要望に応えて\u003cspan\u003e新色ホワイト\u003c\/span\u003eも追加！\u003c\/p\u003e\n      \u003cdiv class=\"new__color__img\"\u003e\n        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_new_color_model_v2.webp\" alt=\"\" width=\"2800\" height=\"1274\"\u003e\n        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_new_color_model_sp_v2.webp\" alt=\"\" width=\"750\" height=\"488\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e --\u003e\n\n  \u003csection class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"last__img\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_last_bg_model_v3.webp\" alt=\"\" width=\"2800\" height=\"1574\" class=\"u-pc\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_last_bg_model_sp_v3.webp\" alt=\"\" width=\"750\" height=\"600\" class=\"u-sp\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"last__inner\"\u003e\n      \u003cdiv class=\"awakenyourpossibility fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_awakenyourpossibility_v2.webp\" alt=\"\" width=\"624\" height=\"320\"\u003e\n      \u003c\/div\u003e\n      \u003cp class=\"last__txt fadeInUpShort animated\"\u003e調温・調湿の\u003cbr class=\"u-sp\"\u003e掛け布団で\u003cbr\u003e一年中快適な睡眠へ\u003c\/p\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n  \u003csection class=\"spec__title\" id=\"spec\"\u003e\n    \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n        \u003cspan\u003eSPEC\u003c\/span\u003e仕様\n      \u003c\/h2\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item technology__item__sub spec01\" style=\"border: unset;\"\u003e\n    \u003cdiv class=\"technology__item__inner\"\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\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_spec_v3.webp\" alt=\"\" width=\"1434\" height=\"500\" class=\"technology__item__desc__img01\"\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 u-500\" style=\"padding: 0;\"\u003eSize\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eシングルサイズ：W150㎝ × L210㎝（約1,260ℊ）\u003cbr\u003eセミダブルサイズ：W170㎝ × L210㎝  (約1,430ℊ）\u003cbr\u003eダブルサイズ：W190㎝ × L210㎝（約1,600ℊ）\u003cbr\u003eクイーンサイズ：W210㎝ × L210㎝（約1,740ℊ）\u003cbr\u003e収納時サイズ : 約W40.5㎝ × H50.3㎝ × D26㎝\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title termina u-500\" style=\"padding: 0;\"\u003eColor\u003c\/h3\u003e\n            \u003c!-- \u003cp class=\"technology__item__desc__text__content__desc\"\u003eミッドナイトネイビー\/ライトグレー\/クリーンホワイト\u003c\/p\u003e --\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eコズミックブルー\/ライトグレー\u003c\/p\u003e\n            \u003cbr\u003e\n            \u003ch3 class=\"technology__item__desc__text__content__title termina u-500\" style=\"padding: 0;\"\u003eMaterial\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e・側生地\u003cbr\u003e片面ポリエステル100％片面ナイロン100％\u003cbr\u003e・インサレーション\u003cbr\u003eレーヨン50％ポリエステル50％（シングル0.5㎏、セミダブル0.56㎏、ダブル0.63㎏、クィーン0.7㎏）\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よくあるご質問\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取扱店舗でもご購入いただけます。店舗により取扱商品が異なりますので、 \u003cbr\u003e\n                詳しくは \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" target=\"_blank\"\u003eこちら\u003c\/a\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はい。家庭洗濯機で洗濯可能です。洗濯ネットに入れて単独洗いをしてください。\u003cbr\u003eまた、より丁寧なケアをご希望の方には、\u003ca href=\"\/zh-hant\/products\/option_comforter_cleaning_service\" target=\"_blank\" rel=\"noopener noreferrer\"\u003eコンフォータークリーニングサービス\u003c\/a\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はい、使用可能です。\u003cbr\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コズミックブルーとライトグレーの2配色です。\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基本的には、春・秋はWARM面を肌面にして1枚で、夏はCOOL面を肌面にして1枚で、冬はWARM面を肌面にして厚掛けふとんの下にインナーケットとしてご使用ください。気温に応じて、1枚で使用したり、他の寝具と合わせて使用頂くようお願いいたします。\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_comforter_allseasons_recovery_all_v1.css?3\"\u003e\n\n\u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_recovery_all_v1.js?1\"\u003e\u003c\/script\u003e\n\u003cscript\u003e\n$(function(){\n  $('.intro04__letter__btn').click(function(){\n    $('.intro04__letter').slideToggle();\n    $('.intro04__letter').toggleClass(\"open\");\n    $(this).toggleClass(\"open\");\n  });\n});\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n  .intro02__inner {\n    overflow: hidden;\n  }\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":"グレー \/ シングル","offer_id":47989406335198,"sku":"C0005S1-SNLG","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ セミダブル","offer_id":47989406367966,"sku":"C0005S1-SDLG","price":25300.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ ダブル","offer_id":47989406400734,"sku":"C0005S1-DBLG","price":30800.0,"currency_code":"JPY","in_stock":false},{"title":"グレー \/ クイーン","offer_id":47989406433502,"sku":"C0005S1-QNLG","price":39600.0,"currency_code":"JPY","in_stock":false},{"title":"ブルー \/ シングル","offer_id":47989406466270,"sku":"C0005S1-SNCB","price":19800.0,"currency_code":"JPY","in_stock":false},{"title":"ブルー \/ セミダブル","offer_id":47989406499038,"sku":"C0005S1-SDCB","price":25300.0,"currency_code":"JPY","in_stock":false},{"title":"ブルー \/ ダブル","offer_id":47989406531806,"sku":"C0005S1-DBCB","price":30800.0,"currency_code":"JPY","in_stock":false},{"title":"ブルー \/ クイーン","offer_id":47989406564574,"sku":"C0005S1-QNCB","price":39600.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_comforter_allseasons_lightgray_vvv.webp?v=1776217931"},{"product_id":"test_allinone","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    .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    }\n\n    .rwlp__wrapper a {\n        text-decoration: unset;\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    }\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    .kv__bg img,\n    .intro05__img02 img,\n    .technology__item__desc__img img,\n    .scene__inner img,\n    .line__bnr img,\n    .technology__link__lists__title {\n        margin-bottom: 0;\n    }\n\n    .technology__item__feature {\n        padding-left: 0 !important;\n    }\n\n    .technology__link__lists {\n        padding: 0 !important\n    }\n\n    .rwlp__wrapper {\n        padding-bottom: 100px !important;\n    }\n\n    @media screen and (max-width:749px) {\n        .rwlp__wrapper {\n            padding-bottom: 50px !important;\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\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\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_allineone_kv_bg_model_v3.webp?3\" width=\"2000\" height=\"1122\"\u003e\n            \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_kv_bg_model_sp_v3.webp?3\" width=\"748\" height=\"1202\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kv__gooddesign\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_kv_gooddesign_v3.webp\" width=\"724\" height=\"122\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003ch1 class=\"kv__ttl\"\u003eこれひとつで\u003cbr\u003eどこでも最高の睡眠\u003c\/h1\u003e\n        \u003cdiv class=\"kv__logo\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_kv_logo_v3.webp\" width=\"926\" height=\"190\" alt=\"BRAIN SLEEP ALL IN ONE\"\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv style=\"position: absolute;bottom: 2%;right: 3%;font-size: 1rem;\"\u003e\n            オールインワンの形状は、株式会社ブレインスリープの立体商標です。\u003cbr\u003e\n            立体商標登録番号：第6743238号\n        \u003c\/div\u003e\n\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__lessissmart fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allinone_lessissmart_v3.webp\" width=\"926\" height=\"190\" alt=\"LESS IS SMART\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"intro01__txt fadeInUpShort animated\"\u003e「脳」と「睡眠」を科学する\u003cbr\u003eブレインスリープの\u003cbr class=\"u-sp\"\u003eテクノロジーをひとつに。\u003c\/p\u003e\n            \u003cdiv class=\"intro01__img fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro01_v3.webp\" width=\"2000\" height=\"682\" alt=\"\" class=\"u-pc\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro01_sp_v3.webp\" width=\"550\" height=\"886\" alt=\"\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro01__bottom fadeInUpShort animated\"\u003e\n              \u003cp class=\"intro01__bottom__head\"\u003e\u003cspan class=\"termina\"\u003eRENEWAL\u003c\/span\u003e\u003cbr class=\"u-sp\"\u003eマットレスの構造が進化\u003c\/p\u003e\n              \u003cp class=\"intro01__bottom__txt1\"\u003eコンパクトなのに\u003cbr\u003e\u003cspan\u003e体圧分散\u003c\/span\u003e\u003cspan\u003e寝返り\u003c\/span\u003e\u003cspan\u003e寝姿勢\u003c\/span\u003eを\u003cbr\u003e同時にサポート\u003c\/p\u003e\n              \u003cp class=\"intro01__bottom__txt2\"\u003e\u003cspan\u003eトリプル構造\u003c\/span\u003e\u003cbr class=\"u-sp\"\u003e\u003cspan class=\"termina\"\u003e\u0026amp;\u003c\/span\u003e\u003cbr class=\"u-sp\"\u003e\u003cspan\u003eハイブリッド反発\u003c\/span\u003e\u003c\/p\u003e\n              \u003cdiv class=\"intro01__bottom__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro02_v4.webp\" width=\"2120\" height=\"1062\" alt=\"\" class=\"u-pc\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro02_sp_v4.webp\" width=\"872\" height=\"498\" alt=\"\" class=\"u-sp\"\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__bg\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro02_bg_model_v3.webp\" width=\"2000\" height=\"958\" alt=\"\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro02_bg_model_sp_v3.webp\" width=\"750\" height=\"870\" alt=\"\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro02__inner\"\u003e\n            \u003cp class=\"intro02__ttl fadeInUpShort animated\"\u003e最高の睡眠を\u003cbr\u003eどこへでも。\u003c\/p\u003e\n            \u003cp class=\"intro02__txt fadeInUpShort animated\"\u003e様々な場所で睡眠を楽しむ\u003cbr\u003e全く新しい寝具。\u003cbr\u003eより快適で豊かな眠りへ\u003c\/p\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__wrap1\"\u003e\n                \u003cdiv class=\"intro03__wrap1__body\"\u003e\n                    \u003cp class=\"intro03__wrap1__ttl fadeInUpShort animated\"\u003e一人暮らしの\u003cbr\u003eファーストベッドとして\u003c\/p\u003e\n                    \u003cp class=\"intro03__wrap1__txt fadeInUpShort animated\"\u003e\n                        都会の6畳ワンルームでは、ベッドが約1\/4の面積をしめ、狭さを感じる生活が当たり前でした。\u003cbr\u003eブレインスリープ\n                        オールインワンは、大きさが通常のシングルサイズの2\/3、畳むと1\/20まで、面積を抑えられ省スペースになります。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro03__wrap1__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_01_v3.webp\" width=\"1384\" height=\"958\" alt=\"\" class=\"u-pc\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_01_sp_v3.webp\" width=\"656\" height=\"1062\" alt=\"\" class=\"u-sp\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro03__wrap2\"\u003e\n                \u003cdiv class=\"intro03__wrap2__body\"\u003e\n                    \u003cp class=\"intro03__wrap2__ttl fadeInUpShort animated\"\u003e新しい眠りが広がる\u003cbr\u003eセカンドベッドとして\u003c\/p\u003e\n                    \u003cp class=\"intro03__wrap2__txt fadeInUpShort animated\"\u003e\n                        キャンプや車中泊、べランピング、\u003cbr\u003e在宅ワークでのナップ、\u003cbr\u003e一人で集中して寝たい夜、\u003cbr\u003e来客時や災害時など様々なシーンで。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro03__wrap2__img\"\u003e\n                    \u003cdiv class=\"intro03__wrap2__img1 fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_02_model_v3.webp\" width=\"770\" height=\"770\" alt=\"\" class=\"u-pc\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_02_model_sp_v3.webp\" width=\"642\" height=\"642\" alt=\"\" class=\"u-sp\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"intro03__wrap2__img2 fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_03_model_v3.webp\" width=\"616\" height=\"348\" alt=\"\" class=\"u-pc\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_03_model_sp_v3.webp\" width=\"306\" height=\"306\" alt=\"\" class=\"u-sp\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"intro03__wrap2__img3 fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_04_model_v3.webp\" width=\"618\" height=\"348\" alt=\"\" class=\"u-pc\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro03_04_model_sp_v3.webp\" width=\"306\" height=\"306\" alt=\"\" class=\"u-sp\"\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=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro04__bg\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro04_bg_v3.webp\" width=\"2000\" height=\"988\" alt=\"\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro04_bg_sp_v3.webp\" width=\"748\" height=\"726\" alt=\"\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro04__inner\"\u003e\n            \u003cp class=\"intro04__ttl fadeInUpShort animated\"\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__bg\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro05_bg_model_v3.webp\" width=\"2000\" height=\"1046\" alt=\"\" class=\"u-pc\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro05_bg_sp_v3.webp\" width=\"748\" height=\"948\" alt=\"\" class=\"u-sp\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro05__inner\"\u003e\n            \u003cp class=\"intro05__ttl fadeInUpShort animated\"\u003eミニマルで\u003cbr\u003e新しい眠りを\u003c\/p\u003e\n            \u003cdiv class=\"intro05__logo fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_intro05_logo_v3.webp\" width=\"888\" height=\"182\" alt=\"\"\u003e\n            \u003c\/div\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_allineone_nav01_model_v3.webp\" alt=\"\" width=\"788\" height=\"724\"\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\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_allineone_nav02_model_v3.webp\" alt=\"\" width=\"788\" height=\"724\"\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"technology__link__lists__title\"\u003e\n                            \u003cspan\u003e02\u003c\/span\u003e超\u003cbr class=\"u-sp\"\u003eコンパクト設計\n                        \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_allineone_nav03_v3.webp\" alt=\"\" width=\"788\" height=\"724\"\u003e\n                        \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\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                \u003cspan\u003e01\u003c\/span\u003eSUPER COMFORT\n            \u003c\/h2\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_allineone_tech01_main_model_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                            睡眠の質にこだわるブレインスリープならではの、最高の寝心地を追求。\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=\"tech01_01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003cdiv class=\"technology__item__desc__text__content__tag__wrap\"\u003e\n                  \u003cp class=\"technology__item__desc__text__content__tag termina\"\u003eMATTRESS\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eトリプル構造による同時サポート、\u003cbr\u003eコンパクトでも快適な睡眠環境を実現\u003c\/h3\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_allineone_tech01_01_v4.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                        \u003cdiv class=\"u-pc\"\u003e\n                          \u003cdiv class=\"technology__item__desc__text__content__tag__wrap\"\u003e\n                              \u003cp class=\"technology__item__desc__text__content__tag termina\"\u003eMATTRESS\u003c\/p\u003e\n                          \u003c\/div\u003e\n                          \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eトリプル構造による同時サポート、\u003cbr\u003eコンパクトでも快適な\u003cbr\u003e睡眠環境を実現\u003c\/h3\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003eトリプル構造〈内側から支えるワイヤーウェーブ〉〈腰部を重点的に支える3ゾーン設計〉〈底付き感を解消する2層構造〉により、コンパクトでも快適な寝心地を実現しました。\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=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e身体に合わせた3ゾーン設計が\u003cbr\u003eバランスよくフィット\u003c\/h3\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_allineone_tech01_02_model_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                        \u003cdiv class=\"u-pc\"\u003e\n                          \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e身体に合わせた3ゾーン設計が\u003cbr\u003eバランスよくフィット\u003c\/h3\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e横になった時の体重配分に基づき、部位ごとに最適な硬さを持つ3ゾーン設計。\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_03\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eハイブリッド反発が体圧を分散\u003c\/h3\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\/1142a765b8434093874c797e5160f9fe.mp4\" style=\"aspect-ratio: 1400\/788;\" height=\"788\" width=\"1400\" class=\"lozad\"\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                        \u003cdiv class=\"u-pc\"\u003e\n                          \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eハイブリッド反発が体圧を分散\u003c\/h3\u003e\n                        \u003c\/div\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 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e薄型でも内側からしっかり支える\u003cbr\u003eワイヤーウェーブ構造\u003c\/h3\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_allineone_tech01_04_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e薄型でも内側からしっかり支える\u003cbr\u003eワイヤーウェーブ構造\u003c\/h3\u003e\n                      \u003c\/div\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_05\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eコンパクトでも十分な寝返り\u003c\/h3\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_allineone_tech01_05_model_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allinone_tech01_06_v3.webp\" alt=\"\" width=\"640\" height=\"360\" style=\"margin-top: 20px;\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eコンパクトでも十分な寝返り\u003c\/h3\u003e\n                      \u003c\/div\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_06\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003cdiv class=\"technology__item__desc__text__content__tag__wrap\"\u003e\n                  \u003cp class=\"technology__item__desc__text__content__tag termina\"\u003ePILLOW\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e骨格に合わせて馴染む\u003cbr\u003eパーソナライズフィット\u003c\/h3\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_allineone_tech01_06_model_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__tag__wrap\"\u003e\n                            \u003cp class=\"technology__item__desc__text__content__tag termina\"\u003ePILLOW\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e骨格に合わせて馴染む\u003cbr\u003eパーソナライズフィット\u003c\/h3\u003e\n                      \u003c\/div\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_07\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e横向き時の寝姿勢を支える\u003cbr\u003e3ゾーン設計\u003c\/h3\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_allineone_tech01_07_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e横向き時の寝姿勢を支える\u003cbr\u003e3ゾーン設計\u003c\/h3\u003e\n                      \u003c\/div\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_08\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003cdiv class=\"technology__item__desc__text__content__tag__wrap\"\u003e\n                  \u003cp class=\"technology__item__desc__text__content__tag termina\"\u003eMATTRESS \u0026amp; PILLOW\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e熱のこもりを防ぎ、\u003cbr\u003e理想的な睡眠環境を保つ\u003c\/h3\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_allineone_tech01_08_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__tag__wrap\"\u003e\n                            \u003cp class=\"technology__item__desc__text__content__tag termina\"\u003eMATTRESS \u0026amp; PILLOW\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e熱のこもりを防ぎ、\u003cbr\u003e理想的な睡眠環境を保つ\u003c\/h3\u003e\n                      \u003c\/div\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_09\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e圧倒的な通気性\u003c\/h3\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_allineone_tech01_09_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e圧倒的な通気性\u003c\/h3\u003e\n                      \u003c\/div\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_10\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003cdiv class=\"technology__item__desc__text__content__tag__wrap\"\u003e\n                  \u003cp class=\"technology__item__desc__text__content__tag termina\"\u003eCOMFORTER\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eオールシーズン対応可能\u003c\/h3\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_allineone_tech01_10_model_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__tag__wrap\"\u003e\n                            \u003cp class=\"technology__item__desc__text__content__tag termina\"\u003eCOMFORTER\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eオールシーズン対応可能\u003c\/h3\u003e\n                      \u003c\/div\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e肌にあたる綿はしなやかなコットンを使用。\u003cbr\u003e外側は、撥水素材で、清潔をキープ。\u003cbr\u003e\u003cbr\u003e〈秋冬シーズン〉\u003cbr\u003eファスナーを閉じてシュラフ(寝袋)のように使用することで暖かく眠れます。マットレスの上にシュラフを設置することで、床から入り込む寒気も遮断できます。\u003cbr\u003e\u003cbr\u003e〈春夏シーズン〉\u003cbr\u003eファスナーを全開し掛け布団として使用することで温度調節がしやすく心地よく使用できます。\u003cbr\u003e\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=\"tech01_12\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e使用可能温度\u003c\/h3\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_allineone_tech01_12_model_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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使用可能温度\u003cspan class=\" typesquare_option\"\u003e※欧州規格及び国際基準機構EN\/ISO23537による規定\u003c\/span\u003e\n\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__title u-sp\"\u003e\u003cspan class=\" typesquare_option\"\u003e※欧州規格及び国際基準機構EN\/ISO23537による規定\u003c\/span\u003e\u003c\/p\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__desc\"\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc__lead\"\u003e快適温度 \u003cspan class=\"termina typesquare_option\"\u003e8°C\u003c\/span\u003e\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc__txt\"\u003e\n                                標準的な女性がリラックスした姿勢で快適に眠れる温度。アウトドア初心者の方も快適に寝ることができます。\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc__lead\"\u003e下限温度 \u003cspan class=\"termina typesquare_option\"\u003e4°C\u003c\/span\u003e\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc__txt\"\u003e\n                                標準的な男性が体を丸めた状態で8時間使用できる温度。アウトドア上級者は、衣服や他の要素により最適な防寒性を得ることができます\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=\"technology__item technology__item__sub\" id=\"tech01_13\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eコットン100％の内側生地\u003c\/h3\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_allineone_tech01_13_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eコットン100％の内側生地\u003c\/h3\u003e\n                      \u003c\/div\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\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=\"technology__item technology__item__sub\" id=\"tech02\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                \u003cspan\u003e02\u003c\/span\u003eSUPER COMPACT\n            \u003c\/h2\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_allineone_tech02_main_model_v3.webp\" alt=\"\" width=\"1628\" height=\"902\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e超コンパクト設計\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e超省スペース設計、軽くて持ち運びもらくらく。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \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=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e簡単に畳めて収納できる\u003c\/h3\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\/a322b54a196f43e5be5606a841cf69bf.mp4\" style=\"aspect-ratio: 1400\/788;\" height=\"788\" width=\"1400\" class=\"lozad\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e簡単に畳めて収納できる\u003c\/h3\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=\"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=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eすきまに収まるコンパクトさ\u003c\/h3\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_allineone_tech02_02_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eすきまに収まるコンパクトさ\u003c\/h3\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=\"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=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e広げてもコンパクト\u003c\/h3\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_allineone_tech02_03_model_v4.webp\" alt=\"\" width=\"1630\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e広げてもコンパクト\u003c\/h3\u003e\n                      \u003c\/div\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003eダブルの1\/2サイズ、シングルから30%省スペース化したコンパクト設計です。\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=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eベッドの1\/20サイズ\u003cbr\u003eゆとりができる\u003c\/h3\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_allineone_tech02_04_v4.webp\" alt=\"\" width=\"1630\" height=\"902\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_tech02_05_v4.webp\" alt=\"\" width=\"640\" height=\"360\" style=\"margin-top: 20px;\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eベッドの1\/20サイズ\u003cbr\u003eゆとりができる\u003c\/h3\u003e\n                      \u003c\/div\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_05\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e軽い、持ち運びがラク\u003c\/h3\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_allineone_tech02_06_model_v4.webp\" alt=\"\" width=\"1630\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e軽い、持ち運びがラク\u003c\/h3\u003e\n                      \u003c\/div\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e2Lペットボトル約2個分の軽量設計かつ、取っ手つきで、持ち運びもらくらく。毎日のマットレスや敷布団の上げ下ろしや移動から解放されます。\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=\"technology__item technology__item__sub\" id=\"tech03\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                \u003cspan\u003e03\u003c\/span\u003eSUPER CLEAN\n            \u003c\/h2\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_allineone_tech03_main_model_v3.webp\" alt=\"\" width=\"1628\" height=\"902\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e全て丸洗い可能で\u003cbr\u003eいつでも清潔\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003eピロー・マットレスはシャワーで、コンフォーター、カバーは洗濯機で水洗い可能。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \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=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e丸洗い可能で清潔、\u003cbr\u003eダニ・ハウスダストも発生しにくい\u003c\/h3\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_allineone_tech03_01_v4.webp\" alt=\"\" width=\"1628\" height=\"894\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e丸洗い可能で清潔、\u003cbr\u003eダニ・ハウスダストも発生しにくい\u003c\/h3\u003e\n                      \u003c\/div\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\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        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__graph\" style=\"display: none;\"\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\/lp_mattress_premium_float_graph05.webp\" alt=\"\" width=\"587\" height=\"532\"\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他素材と比較して圧倒的にカビの発生量が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメです。\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\/lp_mattress_premium_float_graph06.webp?2\" alt=\"\" width=\"657\" height=\"533\"\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他素材と比較して圧倒的にダニの発生率が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメです。\u003c\/p\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=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e取り外し可能な枕で洗濯が簡単\u003c\/h3\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_allineone_tech03_02_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e取り外し可能な枕で洗濯が簡単\u003c\/h3\u003e\n                      \u003c\/div\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=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e撥水加工で汚れを防ぐ\u003cbr\u003e専用カバー\u003c\/h3\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_allineone_tech03_03_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e撥水加工で汚れを防ぐ\u003cbr\u003e専用カバー\u003c\/h3\u003e\n                      \u003c\/div\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_04\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e10年間相当使用できる\u003cbr\u003e優れた耐久性\u003c\/h3\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_allineone_tech03_04_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e10年間相当使用できる\u003cbr\u003e優れた耐久性\u003c\/h3\u003e\n                      \u003c\/div\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e毎日使うマットレスで気になるのはその耐久性。\u003cbr\u003e本製品はJIS規格の基準80,000回の3倍の圧縮でも高い耐久性を実証。長期間の使用でも安定した寝心地が続きます。\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=\"tech03_05\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eMADE IN JAPAN\u003cbr\u003eこだわりのものづくり\u003cbr\u003e安心品質\u003c\/h3\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_allineone_tech03_05_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eMADE IN JAPAN\u003cbr\u003eこだわりのものづくり\u003cbr\u003e安心品質\u003c\/h3\u003e\n                      \u003c\/div\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=\"tech03_06\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e不純物の少ない、\u003cbr\u003e自然の湧き水を使用し\u003cbr\u003e品質の劣化を防ぐ\u003c\/h3\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_allineone_tech03_06_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e不純物の少ない、\u003cbr\u003e自然の湧き水を使用し\u003cbr\u003e品質の劣化を防ぐ\u003c\/h3\u003e\n                      \u003c\/div\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e「豊の国名水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\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    \u003cdiv class=\"scene__inner scene__inner2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" style=\"padding-bottom: 0;\"\u003e\n        \u003cdiv class=\"scene__img04 fadeInUpShort animated\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_scene01_v4.webp\" alt=\"\" width=\"2000\" height=\"1124\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n    \u003csection class=\"technology__item technology__item__sub scene__wrap\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e使い方自在。\u003cbr\u003e自由空間＆快眠空間\u003c\/h3\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_allineone_scene02_model_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e使い方自在。\u003cbr\u003e自由空間＆快眠空間\u003c\/h3\u003e\n                      \u003c\/div\u003e\n                        \u003cdiv class=\"scene__wrap__list\"\u003e\n                          \u003cp class=\"scene__wrap__item\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_check_v4.webp\" alt=\"\" width=\"38\" height=\"38\"\u003e一人暮らしのファーストベッドとして\u003c\/p\u003e\n                          \u003cp class=\"scene__wrap__item\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_check_v4.webp\" alt=\"\" width=\"38\" height=\"38\"\u003e新しい眠りが広がるセカンドベッドとして\u003c\/p\u003e\n                          \u003cp class=\"scene__wrap__item\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_check_v4.webp\" alt=\"\" width=\"38\" height=\"38\"\u003e来客\/帰省時などのエキストラベッドとして\u003c\/p\u003e\n                          \u003cp class=\"scene__wrap__item\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_check_v4.webp\" alt=\"\" width=\"38\" height=\"38\"\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 class=\"technology__item technology__item__sub scene__wrap\"\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_allineone_scene03_v4.webp\" alt=\"\" width=\"1628\" height=\"902\"\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                        \u003cdiv class=\"scene__wrap__list\"\u003e\n                          \u003cp class=\"scene__wrap__item\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_check_v4.webp\" alt=\"\" width=\"38\" height=\"38\"\u003e防災用のベッドとして\u003c\/p\u003e\n                          \u003cp class=\"scene__wrap__item__lead\"\u003eベッドが空いたスペースで・・・\u003c\/p\u003e\n                          \u003cp class=\"scene__wrap__item\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_check_v4.webp\" alt=\"\" width=\"38\" height=\"38\"\u003eエクササイズ、フィットネス空間として\u003c\/p\u003e\n                          \u003cp class=\"scene__wrap__item\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_check_v4.webp\" alt=\"\" width=\"38\" height=\"38\"\u003eワークスペースとして\u003c\/p\u003e\n                          \u003cp class=\"scene__wrap__item\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_check_v4.webp\" alt=\"\" width=\"38\" height=\"38\"\u003e子どもの遊び場として。\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    \u003c\/section\u003e\n\n    \u003cdiv class=\"scene__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\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_allineone_scene04_model_v4.webp\" alt=\"\" width=\"1156\" height=\"716\"\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_allineone_scene05_model_v4.webp\" alt=\"\" width=\"1156\" height=\"714\"\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_allineone_scene06_model_v4.webp\" alt=\"\" width=\"2000\" height=\"1124\"\u003e\n        \u003c\/div\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_allineone_scene07_model_v4.webp\" alt=\"\" width=\"1156\" height=\"716\"\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_allineone_scene08_model_v4.webp\" alt=\"\" width=\"1156\" height=\"714\"\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eSPEC\u003c\/span\u003e仕様\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub spec01\" style=\"border: unset;\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_spec01_v4.webp\" alt=\"\" width=\"1174\" height=\"930\" class=\"technology__item__desc__img01 u-pc\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_spec02_v4.webp\" alt=\"\" width=\"1174\" height=\"930\" class=\"technology__item__desc__img02 u-pc\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_spec03_v4.webp\" alt=\"\" width=\"1174\" height=\"930\" class=\"technology__item__desc__img03 u-pc\"\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 u-500\"\u003eSize\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003eピロー：W70cm × L30cm× H9cm\u003cbr\u003eマットレス：W70cm × L196cm × H4cm（約4,439g）\u003cbr\u003eコンフォーター（シュラフ）：W80cm\u003cbr\u003e（ファスナー全開時のW160cm） × L198cm（約1,550ℊ）\u003cbr\u003e\u003cbr\u003e\u003cspan class=\"u-pc\"\u003e収納時のサイズ：\u003cbr\u003eマットレス:W70cm × L64cm × H18cm\u003cbr\u003eコンフォーター（シュラフ）:W43cm ×L70cm × H20cm\u003c\/span\u003e\u003c\/p\u003e\n                        \u003cbr\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_spec01_v4.webp\" alt=\"\" width=\"1174\" height=\"930\" class=\"technology__item__desc__img01 u-sp\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_spec02_v4.webp\" alt=\"\" width=\"1190\" height=\"476\" class=\"technology__item__desc__img02 u-sp\"\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc u-sp\"\u003e収納時のサイズ：\u003cbr\u003eマットレス:W70cm × L64cm × H18cm\u003cbr\u003eコンフォーター（シュラフ）:W43cm ×L70cm × H20cm\u003c\/p\u003e\n                        \u003cbr\u003e\u003cbr\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_spec03_v4.webp\" alt=\"\" width=\"1190\" height=\"476\" class=\"technology__item__desc__img03 u-sp\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title termina u-500\"\u003eColor\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003eグレー\u003c\/p\u003e\n                        \u003cbr\u003e\u003cbr\u003e\u003cbr class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title termina u-500\"\u003eMATERIAL\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            マットレス＆ピロー\u003cbr\u003e・カバー：ポリエステル100％\u003cbr\u003e・中材：ポリエチレン100％\u003cbr\u003e\u003cbr\u003eコンフォーター（シュラフ）\u003cbr\u003e・外側：ポリエステル100％（リサイクル）\u003cbr\u003e・内側：綿100％\u003cbr\u003e・中綿：ポリエステル100％\u003cbr\u003e\u003cbr\u003e\n\n                            \u003cspan style=\"font-size: 11px;\"\u003e\n                            オールインワンの形状は、株式会社ブレインスリープの立体商標です。\u003cbr\u003e\n                            立体商標登録番号：第6743238号\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    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub spec04\" style=\"border: unset;\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_material_v3.webp\" alt=\"\" width=\"1634\" height=\"922\" class=\"technology__item__desc__img04\"\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\"\u003e100％リサイクルが可能な\u003cbr\u003eサステナブル素材\u003c\/h3\u003e\n                        \u003cp class=\"technology__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=\"technology__item technology__item__sub spec05\" style=\"border: unset;\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title termina u-500\" style=\"letter-spacing: 0;margin-bottom: 16px;\"\u003eFEATURES\u003c\/h3\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eスマホ専用ポケット内蔵\u003c\/h3\u003e\n            \u003c\/div\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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_features01_v4.webp\" alt=\"\" width=\"1634\" height=\"922\" class=\"technology__item__desc__img04\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title termina u-500\" style=\"letter-spacing: 0;margin-bottom: 16px;\"\u003eFEATURES\u003c\/h3\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eスマホ専用ポケット内蔵\u003c\/h3\u003e\n                      \u003c\/div\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 spec06\" style=\"border: unset;\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e連結してダブルサイズで\u003cbr\u003e使用可能\u003c\/h3\u003e\n            \u003c\/div\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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_features02_v4.webp\" alt=\"\" width=\"1634\" height=\"922\" class=\"technology__item__desc__img04\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e連結してダブルサイズで\u003cbr\u003e使用可能 \u003c\/h3\u003e\n                      \u003c\/div\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            2個連結して使用すると、\u003cbr\u003eワイドがダブルサイズ同様の140cm。\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 spec07\" style=\"border: unset;\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"u-sp fadeInUpShort animated technology__item__sp\"\u003e\n            \u003c\/div\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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allineone_features03_v4.webp\" alt=\"\" width=\"1634\" height=\"922\" class=\"technology__item__desc__img04\"\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                      \u003cdiv class=\"u-pc\"\u003e\n                      \u003c\/div\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\" style=\"margin-top: 0;\"\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\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\u003eRECOMMENDATION 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 only_sp\"\u003e\n                速く、深く、脳が眠る。 \u003cbr\u003e明日のパフォーマンスを目覚めさせる。\n            \u003c\/h3\u003e\n            \u003cdiv class=\"other__pillow__vimeo\"\u003e\n                \u003cvideo class=\"lozad\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e3bd46620c0b4bd9bf27d9c37070f83f.mp4\"\u003e\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\/products_allinone_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\n                        ブレインスリープ ピロー\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003ch3 class=\"other__pillow__text__sub__title\"\u003e\n                    速く、深く、脳が眠る。 \u003cbr\u003e明日のパフォーマンスを目覚めさせる。\n                \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\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_allinone_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\/products_allinone_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\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    \u003c\/div\u003e --\u003e\n\n\n\n\n\n\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はい。屋内での使用であればオールシーズンご使用いただけます。屋外での使用は外気温にもよりますが、春∼秋までの3シーズンご使用いただけます。\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                        目安として身長180㎝程度の方であれば快適にご使用いただけます。\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                        室内外問わず、快適にご使用いただける温度は13℃が目安です。\u003cbr\u003e\n                        外気温が9℃～4℃を下回る場合は長時間の使用はお勧めしません。使用する場合は防寒着を着用するなど暖かい恰好でご使用ください。\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\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                        来客用など頻繁にご使用にならない場合でも、半年∼1年に一度は干して湿気を取るなどしてください。湿気の多い環境で長期間畳んだ状態で保管をするとカビやダニが発生や品質が劣化する恐れがあります。また保管時は上に物を置くなど荷重をかけることは避けてください。\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                        お客様のご使用になる環境や使用方法にもよりますが、マットレス部分は耐久試験の結果、約5年間継続利用でも形状保持をする結果が出ております。\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                        7Kg以上の洗濯機を使用いただけま。使用前に洗濯機の説明書をご確認のうえ洗濯をしてください。また洗濯時は必ず洗濯ネットに入れてください。\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                        ①シャワーの水で全体を洗い流す\u003cbr\u003e\n                        特に汚れやにおいが気になる際は、薄めた中性洗剤を使用してください。\u003cbr\u003e\n                        ②風通しの良い平らな場所で陰干しをする\u003cbr\u003e\n                        早く乾かしたい時は…バスタオルで枕を包み上下に優しく振って水気を切ってから乾かしてください。\u003cbr\u003e\n                        \u003cbr\u003e\n                        ●お手入れ時の注意事項\u003cbr\u003e\n                        ×立て掛ける、折り曲げる、上に物を置く、加重をかけるなどの状態でメンテナンスをすると、枕にしわのような線が入ったりくぼむことがありますのでお避けください。\u003cbr\u003e\n                        ×51℃以上の高温のお湯はかけないでください。\u003cbr\u003e\n                        ×直射日光や温風などでの乾燥はお避けください。\u003cbr\u003e\n                        ×整髪料や化粧品などが付着すると変色することがあります。素材自体が変色した場合はお手入れをしても元の色に戻すことはできないためご注意ください。\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\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allinone_all_v2.css?3\"\u003e\n\n\u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_allinone_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\n\u003c!--パラメータ表示制御--\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        const param = location.search;\n\n        if (param.indexOf(\"?ad_y\") === 0) {\n            const fixed_01 = document.getElementById(\"fixed_01\");\n            fixed_01.style.display = \"none\";\n\n            console.log(\"yahoo広告\");\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            \/\/広告ページ（通常）、商品ページ流入時　要素非表示\n            jQuery(\".ad_on_off\").css({\n                'cssText': 'display:none !important;'\n                \/\/ display: \"none\",\n            });\n\n            \/\/広告ページ（yahoo）流入時　要素表示\n            jQuery(\".y_ad_on\").css({\n                'cssText': 'display:block !important;'\n                \/\/ display: \"block\",\n            });\n\n            \/\/商品ページ流入時　要素表示\n            jQuery(\".ad_on\").css({\n                display: \"none\",\n            });\n\n\n\n        } else 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\n\n\n\n            \/\/広告ページ（通常、yahoo）流入時　要素表示\n            jQuery(\".ad_on\").css({\n                display: \"block\",\n            });\n\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\n\n\n            \/\/商品ページ流入時　要素表示\n            jQuery(\".ad_on\").css({\n                display: \"none\",\n            });\n        }\n    });\n\u003c\/script\u003e\n\u003cscript\u003e\n    document.addEventListener(\"DOMContentLoaded\", function () {\n        const smoothScrollLinks = document.querySelectorAll(\n            \".custom-smooth-scroll\"\n        );\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 =\n                    targetElement.getBoundingClientRect().top + window.scrollY - offset;\n                window.scrollTo({\n                    top: targetPosition,\n                    behavior: \"smooth\",\n                });\n            });\n        });\n    });\n\u003c\/script\u003e\n\u003cscript\u003e\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\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\"\u003e\u003c\/script\u003e\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\u003cscript\u003e\n    jQuery(\".technology__item__desc__text__content__btn\").click(function() {\n      if (jQuery(this).closest('.technology__item__inner').next('.technology__item__graph').is(':visible')) {\n        jQuery(this).closest('.technology__item__inner').next('.technology__item__graph').stop().slideUp();\n        jQuery(this).removeClass('open');\n      } else {\n        jQuery(this).closest('.technology__item__inner').next('.technology__item__graph').stop().slideDown();\n        jQuery(this).addClass('open');\n      }\n    });\n\n    jQuery(\".technology__item__graph\").slick({\n      infinite: true,\n      dots: true,\n      arrows: true,\n      autoplay: false,\n      slidesToShow: 1,\n      slidesToScroll: 1,\n      adaptiveHeight: true\n    });\n    jQuery('.technology__item__desc__text__content__btn').click(function(){\n        jQuery(\".technology__item__graph\").slick('setPosition');\n    });\n\u003c\/script\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":47995948007646,"sku":"M0011S1-01GY","price":77000.0,"currency_code":"JPY","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_mattress_allinone_black.jpg?v=1756808595"}],"url":"https:\/\/brain-sleep.com\/zh-hant\/collections\/apple-test-black-friday.oembed?page=2","provider":"BRAIN SLEEP OFFICIAL SITE","version":"1.0","type":"link"}