{"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":"\u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n\u003clink rel=\"preconnect\" href=\"https:\/\/cdn.shopify.com\"\u003e\n\u003clink rel=\"dns-prefetch\" href=\"https:\/\/cdn.jsdelivr.net\"\u003e\n\u003clink rel=\"dns-prefetch\" href=\"https:\/\/code.jquery.com\"\u003e\n\u003cstyle\u003e\n    \/* =====================================================\n       slick グローバル統一スタイル\n       外部CSS遅延ロード前に先出しして全カルーセルで一貫した見た目を保証\n       ===================================================== *\/\n\n    \/* ドット・矢印を必ずフロー外へ *\/\n    .slick-dots {\n        position: absolute !important;\n    }\n\n    \/* デフォルトアイコン（::before フォント）を無効化 *\/\n    .slick-prev::before,\n    .slick-next::before,\n    .slick-dots li button::before {\n        content: none !important;\n        display: none !important;\n    }\n\n    \/* 矢印: 全スライダー共通の白丸ボタン *\/\n    .slick-prev,\n    .slick-next {\n        position: absolute !important;\n        display: block !important;\n        width: 36px !important;\n        height: 36px !important;\n        top: 40% !important;\n        transform: translateY(-50%) !important;\n        z-index: 1 !important;\n        background-color: rgba(255, 255, 255, 0.92) !important;\n        background-repeat: no-repeat !important;\n        background-size: 60% !important;\n        background-position: center !important;\n        border: none !important;\n        border-radius: 50% !important;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14) !important;\n        cursor: pointer !important;\n        font-size: 0 !important;\n        line-height: 0 !important;\n        color: transparent !important;\n        opacity: 0.85 !important;\n        transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.2s ease !important;\n    }\n\n    .slick-prev:hover,\n    .slick-next:hover {\n        opacity: 1 !important;\n        background-color: rgba(255, 255, 255, 0.96) !important;\n        transform: translateY(-50%) scale(1.06) !important;\n    }\n\n    .slick-prev {\n        left: 8px !important;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n\n    .slick-next {\n        right: 8px !important;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n\n    \/* 外部CSSが高詳細度(0,2,0)+!importantで暗いPNG矢印を上書きするのを\n       さらに高い詳細度(0,3,0)+!importantで打ち消す *\/\n    .technology__item__graph .slick-prev.slick-arrow,\n    .spec__item__size__lists .slick-prev.slick-arrow {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\") !important;\n        background-color: rgba(255, 255, 255, 0.92) !important;\n        background-size: 60% !important;\n        border-radius: 50% !important;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14) !important;\n    }\n\n    .technology__item__graph .slick-next.slick-arrow,\n    .spec__item__size__lists .slick-next.slick-arrow {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\") !important;\n        background-color: rgba(255, 255, 255, 0.92) !important;\n        background-size: 60% !important;\n        border-radius: 50% !important;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14) !important;\n    }\n\n    .rwlp__header__wrapper {\n        background: #a0c0db;\n        height: auto;\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        z-index: 9\n    }\n\n    @media screen and (min-width:750px) {\n        .rwlp__header__wrapper {\n            padding: 0 30px\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .rwlp__header__wrapper {\n            padding: 0 20px\n        }\n    }\n\n    .rwlp__header {\n        display: flex;\n        align-items: center;\n        justify-content: space-between\n    }\n\n    @media screen and (min-width:1200px) {\n        .rwlp__header {\n            height: 90px\n        }\n    }\n\n    @media screen and (max-width:1199px) {\n        .rwlp__header {\n            height: 65px\n        }\n    }\n\n    @media screen and (min-width:750px) {\n        .rwlp__header__logo {\n            width: 85px\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .rwlp__header__logo {\n            width: 70px\n        }\n    }\n\n    @media screen and (min-width:750px) {\n        .rwlp__header__menu__wrapper {\n            margin: 0 30px\n        }\n    }\n\n    .rwlp__header__menu__item {\n        display: inline-block\n    }\n\n    @media screen and (min-width:1200px) {\n        .rwlp__header__menu__item+.rwlp__header__menu__item {\n            margin-left: 35px\n        }\n    }\n\n    @media screen and (min-width:750px) and (max-width:1199px) {\n        .rwlp__header__menu__item+.rwlp__header__menu__item {\n            margin-left: 30px\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .rwlp__header__menu__item+.rwlp__header__menu__item {\n            margin-left: 15px\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .rwlp__header__menu__item.rwlp__hidden__sm {\n            display: none\n        }\n    }\n\n    @media screen and (min-width:1200px) {\n        .rwlp__header__menu__link {\n            font-size: 14px\n        }\n    }\n\n    @media screen and (max-width:1199px) {\n        .rwlp__header__menu__link {\n            font-size: 14px\n        }\n    }\n\n    .rwlp__header__wrapper.fixed {\n        position: fixed;\n        top: -90px;\n        transition: unset\n    }\n\n    .rwlp__header__wrapper.animate {\n        transition: top .15s ease-out;\n        top: 0\n    }\n\n    .rwlp__header__wrapper.hide {\n        top: -90px\n    }\n\n    html {\n        overflow: unset\n    }\n\n    .rwlp__wrapper {\n        overflow-x: hidden\n    }\n\n    .rwlp__wrapper a {\n        text-decoration: unset;\n        color: #000\n    }\n\n    .rwlp__wrapper .other__more__btn {\n        color: #fff\n    }\n\n    .rwlp__wrapper ul {\n        list-style: none\n    }\n\n    .technology__link__lists {\n        padding: 0\n    }\n\n    .other__lead,\n    .breathability__txt {\n        margin-top: 0\n    }\n\n    .other__set__head__txt,\n    .other__set__head__campaign {\n        margin-bottom: 0\n    }\n\n    @media screen and (max-width:749px) {\n        .only_pc {\n            display: none\n        }\n    }\n\n    .rwlp__header__menu__link:hover {\n        color: #fff !important\n    }\n\n    .u-pc {\n        display: block !important\n    }\n\n    .u-sp {\n        display: none !important\n    }\n\n    @media screen and (max-width:767px) {\n        .u-pc {\n            display: none !important\n        }\n\n        .u-sp {\n            display: block !important\n        }\n    }\n\n    .u-cf:after {\n        display: table;\n        clear: both;\n        content: \"\"\n    }\n\n    .clearfix:after {\n        display: block;\n        content: \"\";\n        clear: both\n    }\n\n    img {\n        vertical-align: bottom\n    }\n\n    .rwlp__wrapper img {\n        width: 100%;\n        height: auto\n    }\n\n    @media screen and (min-width:750px) {\n        .sec {\n            padding: 100px 0\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .sec {\n            padding: 50px 0\n        }\n    }\n\n    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n\n    .only_sp {\n        display: none\n    }\n\n    .pillow__mv {\n        font-weight: 400;\n        height: 56.0714285714286vw;\n        overflow: hidden;\n        position: relative\n    }\n\n    .pillow__mv__layer1 {\n        height: 100%;\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100vw\n    }\n\n    .pillow__mv__layer1 img {\n        width: 100%\n    }\n\n    .mv__caption {\n        left: 7.8vw;\n        position: absolute;\n        top: 22%;\n        transform: translateY(-50%);\n        z-index: 3\n    }\n\n    .mv__caption__title {\n        margin-top: 100px;\n        max-width: 100%;\n        width: 330px;\n        padding: 0\n    }\n\n    .mv__caption__text {\n        font-size: 2.75vw;\n        line-height: 1\n    }\n\n    .mv__caption__text span {\n        display: block;\n        font-size: 1.625vw;\n        line-height: 1;\n        margin-top: 25px\n    }\n\n    .sleep__info {\n        background-color: #a2c2dd;\n        font-weight: 500\n    }\n\n    .termina {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-weight: 400\n    }\n\n    @media screen and (max-width:749px) {\n        .only_sp {\n            display: block\n        }\n\n        .pillow__mv {\n            height: 133.333vw\n        }\n\n        .mv__caption {\n            left: 8vw;\n            position: absolute;\n            top: 1vw;\n            transform: none\n        }\n\n        .mv__caption__text {\n            font-size: 7vw\n        }\n\n        .mv__caption__text span {\n            font-size: 4.2vw;\n            margin-top: 15px\n        }\n\n        .mv__caption__title {\n            margin-top: 20px;\n            width: 173px;\n            padding: 0;\n            font-size: 0\n        }\n\n    }\n\n    .u-ta-c {\n        text-align: center !important\n    }\n\n    .u-mt-8 {\n        margin-top: 8px !important\n    }\n\n    .pillow__mv {\n        margin-top: 0\n    }\n\n    body {\n        visibility: visible !important;\n        opacity: 1 !important\n    }\n\n    body,\n    #modal {\n        overflow-x: hidden\n    }\n\n    \/* FAQ アイコン モダン化 (+\/× CSS回転) *\/\n    #faq .faq__item__question {\n        padding-bottom: 24px;\n        padding-top: 10px;\n        background-image: none !important;\n        position: relative;\n    }\n\n    #faq .faq__item__question.open {\n        background-image: none !important;\n    }\n\n    #faq .faq__item__question::after {\n        content: '+';\n        position: absolute;\n        right: 14px;\n        top: 50%;\n        transform: translateY(-50%) rotate(0deg);\n        font-size: 26px;\n        font-weight: 200;\n        line-height: 1;\n        color: #555;\n        transition: transform 0.35s cubic-bezier(0.4, 0.0, 0.2, 1),\n                    color 0.25s ease;\n        pointer-events: none;\n    }\n\n    #faq .faq__item__question.open::after {\n        transform: translateY(-50%) rotate(45deg);\n        color: #333;\n    }\n\n    @media screen and (max-width:749px) {\n        #faq .faq__item__question {\n            padding-bottom: 14px;\n            padding-right: 36px;\n            padding-top: 10px\n        }\n\n        .pillow_catch {\n            font-size: 9px\n        }\n    }\n\n    \/* FAQ トライアルステップ *\/\n    .faq__trial-steps {\n        display: flex;\n        flex-direction: column;\n        gap: 12px;\n        margin: 24px 0;\n        background-color: #f5f5f5;\n        padding: 20px;\n        border-radius: 12px;\n    }\n\n    .faq__trial-step {\n        display: flex;\n        align-items: flex-start;\n        gap: 16px;\n    }\n\n    .faq__trial-step__icon {\n        width: 44px;\n        height: 44px;\n        background-color: #fff;\n        border-radius: 10px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n    }\n\n    .faq__trial-step__icon svg {\n        width: 22px;\n        height: 22px;\n        stroke: #000;\n        fill: none;\n        stroke-width: 1.8;\n        stroke-linecap: round;\n        stroke-linejoin: round;\n    }\n\n    .faq__trial-step__content {\n        flex: 1;\n        min-width: 0;\n    }\n\n    .faq__trial-step__title {\n        font-weight: bold;\n        font-size: 15px;\n        line-height: 1.5;\n        margin: 0 0 4px;\n    }\n\n    .faq__trial-step__desc {\n        font-size: 13px;\n        line-height: 1.6;\n        color: #333;\n        margin: 0;\n    }\n\n    @media screen and (max-width:749px) {\n        .faq__trial-steps {\n            padding: 16px;\n        }\n\n        .faq__trial-step__icon {\n            width: 40px;\n            height: 40px;\n        }\n\n        .faq__trial-step__icon svg {\n            width: 20px;\n            height: 20px;\n        }\n\n        .faq__trial-step__title {\n            font-size: 14px;\n        }\n\n        .faq__trial-step__desc {\n            font-size: 12px;\n        }\n    }\n\n    .pillow_catch {\n        font-size: 10px\n    }\n\n    \/* spec__item__size スライダー カスタマイズ *\/\n    .spec__item__size__lists .slick-dots {\n        display: flex !important;\n        justify-content: center;\n        align-items: center;\n        gap: 7px;\n        left: 0 !important;\n        width: 100% !important;\n        bottom: 14px !important;\n    }\n\n    .spec__item__size__lists .slick-dots li {\n        background-color: #ccc !important;\n        cursor: pointer;\n        display: block !important;\n        height: 7px !important;\n        width: 7px !important;\n        flex: none !important;\n        margin: 0 !important;\n        padding: 0;\n        border-radius: 50% !important;\n        position: relative;\n        transition: background-color 0.3s ease;\n    }\n\n    .spec__item__size__lists .slick-dots li button {\n        display: block;\n        width: 100%;\n        height: 100%;\n        padding: 0;\n        opacity: 0;\n        position: absolute;\n        inset: 0;\n        cursor: pointer;\n        font-size: 0;\n    }\n\n    .spec__item__size__lists .slick-dots li.slick-active {\n        background-color: #333 !important;\n        width: 9px !important;\n        height: 9px !important;\n        flex: none !important;\n    }\n\n    @media (max-width: 749px) {\n        .spec__item__size__lists {\n            position: relative !important;\n            padding-bottom: 50px !important;\n        }\n\n        .spec__item__size__lists .item {\n            background: #fff !important;\n            border-radius: 16px !important;\n            overflow: hidden !important;\n            margin: 0 7px !important;\n            padding-bottom: 16px !important;\n        }\n    }\n\n    .section__title__text,\n    .gradient__ttl {\n        padding: 0\n    }\n\n    .spec__item__title,\n    .section__title__text,\n    .technology__item__title,\n    .technology__item__graph__title,\n    .technology__item__desc__text__content__title,\n    .sleep__info__quality__golden__title,\n    .gradient__ttl {\n        margin: 0\n    }\n\n    \/* 見出しタグをh3\/h4へ下げてもサイズが変わらないよう、テーマの見出しサイズをクラスに固定 *\/\n    .technology__item__title {\n        font-size: calc(var(--font-heading-scale) * 2rem)\n    }\n\n    .technology__item__graph__title,\n    .technology__item__desc__text__content__title {\n        font-size: calc(var(--font-heading-scale) * 1.7rem)\n    }\n\n    @media only screen and (min-width: 750px) {\n        .technology__item__title {\n            font-size: calc(var(--font-heading-scale) * 2.4rem)\n        }\n\n        .technology__item__graph__title,\n        .technology__item__desc__text__content__title {\n            font-size: calc(var(--font-heading-scale) * 1.8rem)\n        }\n    }\n\n    .spec__item__desc__text__content__title {\n        margin-bottom: 0\n    }\n\n    .gradient__ttl span {\n        color: #fff\n    }\n\n    html {\n        scroll-behavior: smooth\n    }\n\n    .technology__item__desc__img img {\n        object-fit: contain\n    }\n\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .evidence_0910 {\n        margin: 0 auto;\n        width: 400px\n    }\n\n    .evidence_left_0910 {\n        padding-left: 6.7142857142857vw\n    }\n\n    .tech01_01 {\n        position: unset !important\n    }\n\n    @media only screen and (max-width:750px) {\n        .evidence_0910 {\n            width: 90%\n        }\n\n        .evidence_left_0910 {\n            padding-left: unset !important\n        }\n    }\n\u003c\/style\u003e\n\u003cstyle\u003e\n    .sleep__info,\n    .sleep__info2,\n    .sleep__info3 {\n        background: #000;\n        color: #fff\n    }\n\n    .sleep__info h3,\n    .sleep__info2 h3,\n    .sleep__info3 h3 {\n        color: #fff\n    }\n\n    .sleep__info__book_20241118 h2 {\n        color: #fff;\n        font-size: 35px;\n        line-height: 160%\n    }\n\n    .sleep__info__book_20241118 h2\u003espan {\n        background: #fff;\n        color: #000\n    }\n\n    .sleep__info__book_20241118 {\n        position: relative;\n        height: 600px\n    }\n\n    .brain_sleeper {\n        max-width: 1196px;\n        margin: 0 auto;\n        display: flex;\n        align-items: center;\n        flex-direction: column\n    }\n\n    .massage_txt {\n        color: #fff;\n        font-size: 3.7vw;\n        position: relative;\n        z-index: 1;\n        width: 100%;\n        text-align: center;\n        font-family: Termina, YuGothic, Yu Gothic, Yu Gothic Pr6N R, Hiragino Kaku Gothic ProN, ヒラギノ角ゴProN W3, sans-serif\n    }\n\n    .f_termina {\n        font-family: Termina, YuGothic, Yu Gothic, Yu Gothic Pr6N R, Hiragino Kaku Gothic ProN, ヒラギノ角ゴProN W3, sans-serif\n    }\n\n    .youtube {\n        width: 100%;\n        aspect-ratio: 16\/9\n    }\n\n    .youtube iframe {\n        width: 100%;\n        height: 100%\n    }\n\n    .stanford_text_1 {\n        position: absolute;\n        top: 75px;\n        left: 100px;\n        line-height: 175%\n    }\n\n    .stanford_text_2 {\n        display: flex;\n        align-items: flex-end\n    }\n\n    .stanford_text_2 h3 {\n        font-size: 25px\n    }\n\n    .sleep__info__evidence_20241118 {\n        margin-left: 100px;\n        z-index: 1;\n        position: sticky\n    }\n\n    .sleep__info__important_20241118 h3 {\n        position: absolute;\n        top: 22px;\n        left: 50%;\n        transform: translateX(-50%);\n        -webkit-transform: translateX(-50%);\n        -ms-transform: translateX(-50%);\n        font-size: 35px;\n        width: 100%;\n        text-align: center\n    }\n\n    .sleep__info__important_20241118 {\n        position: relative;\n        margin-top: 100px;\n        margin-bottom: -150px\n    }\n\n    .important_img {\n        width: 200px;\n        margin: 0 auto\n    }\n\n    .sleep__info__evidence_text {\n        font-size: 25px;\n        line-height: 175%\n    }\n\n    .fit_flex {\n        display: flex;\n        align-items: center\n    }\n\n    .fit__movie {\n        width: 50% !important\n    }\n\n    .user {\n        margin-bottom: 150px\n    }\n\n    .sleep__info__quality__golden__img img {\n        width: 90% !important\n    }\n\n    .sleep__info__quality__golden__img {\n        max-width: 650px !important;\n    }\n\n    .fit {\n        position: relative;\n        z-index: 1\n    }\n\n    .craftsman h3 {\n        font-size: 30px\n    }\n\n    .sleep__info__quality__cold__text {\n        margin-top: 0\n    }\n\n    .concept {\n        height: 50vw !important\n    }\n\n    .user_voice_title p {\n        text-align: center\n    }\n\n    .user_voice_title span {\n        margin-top: 0;\n        font-size: 10px\n    }\n\n    .voice_img_wrap {\n        max-width: 1196px;\n        margin: 0 auto;\n    }\n\n    @media only screen and (max-width:750px) {\n        .massage_txt {\n            text-align: left;\n            font-size: 5vw;\n            top: 43vw;\n            left: 7vw\n        }\n\n        .concept {\n            height: 85vw !important\n        }\n\n        .brain_sleeper p {\n            font-size: 3vw\n        }\n\n        .user h3,\n        .user p {\n            margin-left: 20px\n        }\n\n        .user {\n            display: flex;\n            margin-bottom: 100px;\n            align-items: flex-start;\n            padding-top: 50px;\n            flex-direction: column;\n            justify-content: flex-start\n        }\n\n        .craftsman h3 {\n            font-size: 25px;\n            line-height: 175%\n        }\n\n        .craftsman p {\n            font-size: 3.5vw\n        }\n\n        .sleep__info__book_20241118 {\n            padding-top: 1px;\n            height: unset\n        }\n\n        .stanford_text_1 {\n            text-align: center;\n            font-size: 4.7vw;\n            line-height: 175%;\n            position: relative;\n            top: 30px;\n            left: 0;\n            margin: 0 auto;\n            width: 100%\n        }\n\n        .stanford_text_1 p {\n            font-size: 15px;\n            line-height: 200%;\n            width: 90%;\n            margin: 0 auto\n        }\n\n        .sleep__info__book_20241118 h2 {\n            color: #fff;\n            font-size: 5.5vw;\n            line-height: 175%\n        }\n\n        .sleep__info__book_20241118 p {\n            text-align: left\n        }\n\n        .stanford_text_2 {\n            display: unset\n        }\n\n        .stanford_text_2 h3 {\n            font-size: 20px;\n            margin-top: 380px\n        }\n\n        .sleep__info__evidence_20241118 {\n            margin-left: unset;\n            margin-top: 150px;\n            width: 100%\n        }\n\n        .sleep__info__evidence_text {\n            font-size: 20px;\n            margin-left: 20px\n        }\n\n        .sleep__info__important_20241118 h3 {\n            position: absolute;\n            top: 56%;\n            left: 50%;\n            font-size: 20px;\n            width: 100%;\n            text-align: center;\n            margin: 0;\n            transform: translate(-50%, -50%)\n        }\n\n        .sleep__info__important_20241118 {\n            position: relative;\n            margin-top: 60px;\n            margin-bottom: -30px\n        }\n\n        .important_img {\n            width: 50%;\n            margin: 0 auto\n        }\n\n        .fit_flex {\n            display: unset\n        }\n\n        .fit__movie {\n            width: 100% !important\n        }\n\n        .sleep__info__quality__golden__img img {\n            width: 100% !important\n        }\n\n        .sleep__info__quality__cold__text {\n            font-size: 19px\n        }\n\n        .sleep__info__quality__cold {\n            margin-top: 75px\n        }\n\n        .demerit {\n            margin: 50px auto 32px !important\n        }\n\n        .user_voice_title p {\n            text-align: unset\n        }\n    }\n\n    \/* ピロー耐久性ブロック用 *\/\n    @media screen and (max-width:749px) {\n        .tech03_durability\u003e.technology__item__desc__img {\n            padding: 0 0 30px 0 !important;\n            margin: 0 auto !important;\n        }\n\n        .tech03_durability img {\n            height: unset !important;\n            position: unset !important;\n        }\n\n        .sleep__info__quality__golden__img{\n            width: 90% !important;\n        }\n    }\n\n    \/* 比較表のスタイル *\/\n    .chart.accordion_item {\n        max-width: 1260px;\n        margin: 100px auto 0;\n        padding: 0 30px;\n        border: solid 1px #000;\n    }\n\n    .chart.accordion_item .btn {\n        position: absolute;\n        bottom: 8%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        height: 6%;\n        padding: 0 15px;\n        border: 1px solid #000;\n        text-decoration: none;\n        color: #000;\n        font-size: 1rem;\n        letter-spacing: normal;\n        border-radius: 30px;\n        line-height: 1.3;\n        font-weight: bold;\n    }\n\n    .chart.accordion_item .btn::after {\n        content: \"\";\n        display: block;\n        width: 10px;\n        height: 10px;\n        margin-left: 10px;\n        background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_eco_cycle_program_step_arrow.png);\n        background-repeat: no-repeat;\n        background-size: contain;\n    }\n\n    .chart.accordion_item .pillow_btn {\n        left: 140px;\n    }\n\n    .chart.accordion_item .pillow_neckconditioning_btn {\n        left: 345px;\n    }\n\n    .chart.accordion_item .pillow_snoreless_btn {\n        left: 552px;\n    }\n\n    .chart.accordion_item .pillow_for_kids_btn {\n        right: 254px;\n    }\n\n    .chart.accordion_item .pillow_portable_btn {\n        right: 54px;\n    }\n\n    .chart.accordion_item .mattress_premium_float_btn {\n        left: 210px;\n    }\n\n    .chart.accordion_item .mattress_plus_float_btn {\n        left: 560px;\n    }\n\n    .chart.accordion_item .mattress_float_btn {\n        right: 90px;\n    }\n\n    .chart.accordion_item .comforter_perfectcoolex_btn {\n        left: 169px;\n    }\n\n    .chart.accordion_item .comforter_airthrow_btn {\n        right: 765px;\n    }\n\n    .chart.accordion_item .comforter_allseasons_btn {\n        right: 599px;\n    }\n\n    .chart.accordion_item .comforter_weightblance_btn {\n        right: 426px;\n    }\n\n    .chart.accordion_item .comforter_perfectwarm_btn {\n        right: 255px;\n    }\n\n    .chart.accordion_item .comforter_perfectwarm_dual_btn {\n        right: 70px;\n    }\n\n    .chart.accordion_item .blanket_perfectwarm_btn {\n        left: 306px;\n    }\n\n    .chart.accordion_item .blanket_allseasons_btn {\n        right: 186px;\n    }\n\n    .chart.accordion_item .coffee_btn {\n        left: 210px;\n    }\n\n    .chart.accordion_item .nmn9000_btn {\n        right: 535px;\n    }\n\n    .chart.accordion_item .water_btn {\n        right: 278px;\n    }\n\n    .chart.accordion_item .gaba_btn {\n        right: 39px;\n    }\n\n    .chart.accordion_item .accordion_item__question {\n        text-align: center;\n        font-size: 24px;\n        margin: 0;\n        padding: 35px 0;\n        cursor: pointer;\n        background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/collections_chart_arrow_more.svg);\n        background-position: center right 25px;\n        background-repeat: no-repeat;\n        background-size: 37px;\n    }\n\n    .chart.accordion_item .accordion_item__question.open {\n        background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/collections_chart_arrow_close.svg);\n    }\n\n    .chart.accordion_item .scroll_wrap {\n        overflow-x: auto;\n    }\n\n    .chart.accordion_item .img_wrap {\n        position: relative;\n        width: fit-content;\n    }\n\n    .chart.accordion_item .scroll_icon {\n        display: none;\n    }\n\n    .chart.accordion_item .accordion_item__answer {\n        overflow-x: auto;\n    }\n\n    .chart.accordion_item .accordion_item__answer .chart_img {\n        width: 1098px;\n        box-sizing: content-box;\n        height: auto;\n        padding: 10px 50px 35px;\n    }\n\n    .support-benefits-section {\n        width: 100%;\n        background-color: #f5f0eb;\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__eco-box {\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__support {\n        padding: 40px 20px;\n        text-align: center;\n        max-width: 1080px;\n    }\n\n    .support-benefits-section__support-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        color: #000;\n        ;\n        margin: 0 0 3vw;\n        font-size: 27px;\n        line-height: 1.6;\n        text-align: justify;\n    }\n\n    .support-benefits-section__support-subtitle {\n        color: #000;\n        font-size: 16px;\n        text-align: justify;\n        font-weight: bold;\n        line-height: 1.6;\n        margin: 0 0 30px;\n    }\n\n    .support-benefits-section__guarantee {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 8vw;\n    }\n\n    .support-benefits-section__guarantee-item {\n        padding: 30px 0;\n        border-bottom: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-item:first-child {\n        border-top: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-header {\n        display: flex;\n        align-items: center;\n        gap: 3vw;\n        margin-bottom: 2vw;\n    }\n\n    .rwlp__wrapper img.support-benefits-section__guarantee-icon {\n        display: block;\n        width: 38px;\n        height: auto;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__guarantee-title {\n        font-weight: bold;\n        color: #000;\n        ;\n        margin: 0;\n        letter-spacing: 0.05em;\n        font-size: 25px;\n    }\n\n    .support-benefits-section__guarantee-text {\n        font-size: 14px;\n        color: #000;\n        line-height: 1.6;\n        margin: 0;\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-box {\n        display: flex;\n        justify-content: center;\n        flex-wrap: wrap;\n        gap: 12px;\n    }\n\n    .support-benefits-section__shop-link {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        background-color: #fff;\n        border: 1px solid #000;\n        padding: 20px;\n        text-decoration: none;\n        color: #000;\n        max-width: 400px;\n        width: 100%;\n    }\n\n    .support-benefits-section__shop-link-inner {\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-link-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        display: block;\n        margin-bottom: 1vw;\n    }\n\n    .support-benefits-section__shop-link-sub {\n        color: #000;\n        display: block;\n    }\n\n    .support-benefits-section__shop-link-arrow {\n        color: #000;\n        ;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__eco {\n        background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_bg.png?v=1771316331');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        padding: 50px 20px 30px;\n        margin-top: 24px;\n        max-width: 800px;\n    }\n\n    .support-benefits-section__eco-logo {\n        display: block;\n        max-width: 200px;\n        margin: 0 0 50px;\n    }\n\n    .support-benefits-section__eco-title {\n        font-size: 24px;\n        font-weight: bold;\n        line-height: 1.8;\n        letter-spacing: 0.05em;\n        color: #000;\n        margin: 0 0 30px;\n        text-align: center;\n        line-height: 1.6;\n    }\n\n    .support-benefits-section__eco-text {\n        font-size: 16px;\n        color: #000;\n        line-height: 1.8;\n        margin: 0 0 50px;\n        text-align: left;\n    }\n\n    .support-benefits-section__eco-link {\n        width: 100%;\n        display: block;\n        color: #000;\n        text-decoration: none;\n        letter-spacing: 0.05em;\n        padding: 20px;\n    }\n\n\n    @media screen and (max-width: 1258px) {\n        .chart.accordion_item .scroll_icon {\n            display: block;\n            width: 120px;\n            height: auto;\n            margin: 0 0 0 auto;\n            display: inherit;\n            padding: 0 0 35px 0;\n        }\n    }\n\n    @media screen and (max-width: 988px) {\n        .chart.accordion_item {\n            padding: 0 10px;\n            margin-left: 20px;\n            margin-right: 20px;\n        }\n\n        .chart.accordion_item .accordion_item__question {\n            padding: 20px 0;\n            font-size: 16px;\n            background-size: 26px;\n        }\n\n        .chart.accordion_item .accordion_item__answer .chart_img {\n            width: 920px;\n        }\n\n        .chart.accordion_item .btn {\n            padding: 0 8px;\n        }\n\n        .chart.accordion_item .pillow_btn {\n            left: 124px;\n        }\n\n        .chart.accordion_item .pillow_neckconditioning_btn {\n            left: 299px;\n        }\n\n        .chart.accordion_item .pillow_snoreless_btn {\n            left: 477px;\n        }\n\n        .chart.accordion_item .pillow_for_kids_btn {\n            right: 221px;\n        }\n\n        .chart.accordion_item .pillow_portable_btn {\n            right: 47px;\n        }\n\n        .chart.accordion_item .mattress_premium_float_btn {\n            left: 205px;\n        }\n\n        .chart.accordion_item .mattress_plus_float_btn {\n            left: 482px;\n        }\n\n        .chart.accordion_item .mattress_float_btn {\n            right: 75px;\n        }\n\n        .chart.accordion_item .comforter_perfectcoolex_btn {\n            left: 148px;\n        }\n\n        .chart.accordion_item .comforter_airthrow_btn {\n            right: 646px;\n        }\n\n        .chart.accordion_item .comforter_allseasons_btn {\n            right: 512px;\n        }\n\n        .chart.accordion_item .comforter_weightblance_btn {\n            right: 375px;\n        }\n\n        .chart.accordion_item .comforter_perfectwarm_btn {\n            right: 255px;\n        }\n\n        .chart.accordion_item .comforter_perfectwarm_dual_btn {\n            right: 70px;\n        }\n\n        .chart.accordion_item .blanket_perfectwarm_btn {\n            left: 228px;\n        }\n\n        .chart.accordion_item .blanket_allseasons_btn {\n            right: 146px;\n        }\n\n        .chart.accordion_item .coffee_btn {\n            left: 190px;\n        }\n\n        .chart.accordion_item .nmn9000_btn {\n            right: 460px;\n        }\n\n        .chart.accordion_item .water_btn {\n            right: 247px;\n        }\n\n        .chart.accordion_item .gaba_btn {\n            right: 55px;\n        }\n    }\n\n    \/* FAQ ピローの選び方 *\/\n    body.no-scroll {\n        overflow: hidden;\n    }\n\n    .howto_btn {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        cursor: pointer;\n        padding: 12px 22px;\n        font-size: 14px;\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        background: #fff;\n        border: 1.5px solid #000;\n        color: #000 !important;\n        margin-top: 16px;\n        transition: background-color 0.25s ease, color 0.25s ease;\n        font-family: -apple-system, BlinkMacSystemFont, \"游ゴシック体\", YuGothic,\n            \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"游ゴシック体 Pr6N R\",\n            \"Yu Gothic Pr6N R\", \"游ゴシック体 Pr6N M\", \"Yu Gothic Pr6N M\",\n            \"ヒラギノ角ゴ ProN W3\", \"Hiragino Kaku Gothic ProN W3\", HiraKakuProN-W3,\n            \"ヒラギノ角ゴ ProN\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ Pro\",\n            \"Hiragino Kaku Gothic Pro\", \"メイリオ\", Meiryo, Osaka, \"ＭＳ Ｐゴシック\",\n            \"MS PGothic\", \"Helvetica Neue\", HelveticaNeue, Helvetica, Arial, \"Segoe UI\",\n            sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\",\n            \"Noto Color Emoji\";\n    }\n\n    .howto_btn:hover {\n        background: #000;\n        color: #fff !important;\n    }\n\n    .howto_btn::after {\n        content: \"→\";\n        font-size: 14px;\n        transition: transform 0.25s ease;\n    }\n\n    .howto_btn:hover::after {\n        transform: translateX(3px);\n    }\n\n    .howto_popup .close_btn {\n        position: sticky;\n        top: 0;\n        right: 0;\n        margin: 0 0 0 auto;\n        display: block;\n        font-size: 24px;\n        background: none;\n        border: none;\n        cursor: pointer;\n    }\n\n    .howto_popup {\n        display: none;\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        height: 100%;\n        background-color: rgba(0, 0, 0, 0.5);\n        z-index: 1000;\n        justify-content: center;\n        align-items: center;\n        color: #000;\n    }\n\n    .howto_popup.show {\n        display: block;\n    }\n\n    .howto_popup_wrap {\n        max-width: 1000px;\n        width: 100%;\n        padding: 20px;\n        margin: 50px auto;\n        text-align: left;\n        color: #000;\n        background: white;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);\n        position: relative;\n        overflow-y: auto;\n        max-height: 90vh;\n    }\n\n    .howto_popup_wrap .howto__popup__content:first-of-type {\n        margin-bottom: 150px;\n    }\n\n    .howto_popup_wrap ul {\n        padding: 0;\n        list-style: none;\n    }\n\n    .howto_popup_wrap p {\n        font-size: 14px;\n        line-height: 2;\n    }\n\n    .howto_popup_wrap .blue_line {\n        background: linear-gradient(transparent 35%, #DAEFF9 70%);\n    }\n\n    .howto_popup_wrap h4 {\n        margin: 0 auto;\n        font-size: 30px;\n        text-align: center;\n        font-weight: normal;\n    }\n\n    .howto_popup_wrap h5 {\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n        font-size: 24px;\n        font-weight: normal;\n    }\n\n    .howto_popup_wrap h5 span {\n        font-size: 12px;\n    }\n\n    .howto_popup_wrap .howto__popup__img {\n        display: flex;\n        justify-content: space-between;\n        margin-bottom: 25px;\n    }\n\n    .howto_popup_wrap .howto__popup__img img {\n        width: 33%;\n        height: auto;\n        object-fit: contain;\n    }\n\n    .howto_popup_wrap .point_list {\n        display: flex;\n        flex-direction: column;\n        gap: 10px;\n        border: solid 1px #000;\n        width: fit-content;\n        padding: 10px;\n        margin: 0 auto 50px;\n        font-size: 12px;\n    }\n\n    .howto_popup_wrap .point_list_2 li {\n        display: flex;\n        gap: 30px;\n        align-items: center;\n        margin-bottom: 80px;\n    }\n\n    .howto_popup_wrap .point_list_2 img {\n        max-width: 220px;\n        width: 100%;\n    }\n\n    @media screen and (max-width: 749px) {\n        .howto_popup_wrap h4 {\n            font-size: 24px;\n        }\n\n        .howto_popup_wrap h5 {\n            gap: 5px;\n            font-size: 18px;\n        }\n\n        .howto_popup_wrap .howto__popup__content:first-of-type {\n            margin-bottom: 80px;\n        }\n\n        .howto_popup_wrap .point_list_2 li {\n            margin-bottom: 50px;\n            gap: 15px;\n            flex-direction: column;\n        }\n\n        .howto_popup_wrap .point_list_2 img {\n            max-width: none;\n        }\n    }\n\n    .card-carousel_wrap {\n        margin-top: 50px;\n    }\n\n    .card-carousel {\n        padding: 16px 0 24px;\n        margin: 0 20px;\n    }\n\n    .card-carousel .cover-card {\n        background: #fff;\n        border-radius: 16px;\n        overflow: hidden;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n        transition: transform 0.3s, box-shadow 0.3s;\n        border: 1px solid #f0f0f0;\n        margin: 0 7px;\n    }\n\n    .cover-card-style {\n        max-width: 400px !important;\n    }\n\n    .card-carousel .cover-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n    }\n\n    .card-carousel .card-image {\n        width: 100%;\n        object-fit: cover;\n        background: linear-gradient(135deg, #e8f4fc 0%, #d4eaf5 100%);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .card-carousel .card-image .pillow {\n        position: absolute;\n    }\n\n    .card-carousel .pillow-img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\n    .card-carousel .card-content {\n        padding: 16px 18px 20px;\n    }\n\n    .card-carousel .card-name {\n        font-size: 15px;\n        font-weight: 700;\n        color: #1a1a1a;\n        margin-bottom: 8px;\n        letter-spacing: 0.3px;\n    }\n\n    .card-carousel .card-tagline {\n        font-size: 10px;\n        color: #666;\n        margin-bottom: 12px;\n        line-height: 1.5;\n    }\n\n    .card-carousel .card-features {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 6px;\n    }\n\n    .card-carousel .feature-tag {\n        font-size: 10px;\n        padding: 4px 8px;\n        background: #f5f5f5;\n        border-radius: 12px;\n        color: #000;\n    }\n\n    .card-carousel .feature-tag.primary {\n        background: #1a1a1a;\n        color: #fff;\n    }\n\n    .card-carousel .card-material {\n        margin-top: 12px;\n        font-size: 11px;\n        color: #999;\n        display: flex;\n        align-items: center;\n        gap: 6px;\n    }\n\n    .card-carousel .card-material::before {\n        content: '';\n        width: 4px;\n        height: 4px;\n        background: #ccc;\n        border-radius: 50%;\n    }\n\n    .card-carousel {\n        position: relative;\n        padding-bottom: 50px;\n    }\n\n    \/* ドット型インジケーター *\/\n    .card-carousel .slick-dots {\n        display: flex !important;\n        justify-content: center;\n        align-items: center;\n        gap: 7px;\n        left: 0 !important;\n        width: 100% !important;\n        bottom: 14px !important;\n    }\n\n    .card-carousel .slick-dots li {\n        background-color: #ccc !important;\n        cursor: pointer;\n        display: block !important;\n        height: 7px !important;\n        width: 7px !important;\n        flex: none !important;\n        margin: 0 !important;\n        padding: 0;\n        border-radius: 50% !important;\n        position: relative;\n        transition: background-color 0.3s ease;\n    }\n\n    .card-carousel .slick-dots li button {\n        display: block;\n        width: 100%;\n        height: 100%;\n        padding: 0;\n        opacity: 0;\n        position: absolute;\n        inset: 0;\n        cursor: pointer;\n        font-size: 0;\n    }\n\n    .card-carousel .slick-dots li.slick-active {\n        background-color: #333 !important;\n        width: 9px !important;\n        height: 9px !important;\n        flex: none !important;\n    }\n\n    @media (min-width: 768px) {\n        .support-benefits-section__support {\n            padding: 60px 40px 40px;\n        }\n\n        .support-benefits-section__support-title {\n            font-size: 24px;\n            margin: 0 0 12px;\n            text-align: center;\n        }\n\n        .support-benefits-section__support-subtitle {\n            font-size: 14px;\n            margin: 0 0 30px;\n            text-align: center;\n        }\n\n        .support-benefits-section__guarantee {\n            display: flex;\n            gap: 24px;\n            margin: 0 0 32px;\n        }\n\n        .support-benefits-section__guarantee-item {\n            flex: 1;\n            padding: 24px;\n            border-bottom: none;\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-item:first-child {\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-header {\n            gap: 12px;\n            margin-bottom: 8px;\n        }\n\n        .support-benefits-section__guarantee-title {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__shop-link {\n            padding: 20px 24px;\n            max-width: 400px;\n        }\n\n        .support-benefits-section__shop-link-title {\n            font-size: 16px;\n            margin-bottom: 4px;\n        }\n\n        .support-benefits-section__shop-link-sub {\n            font-size: 13px;\n        }\n\n        .support-benefits-section__shop-link-arrow {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__eco {\n            padding: 50px 40px 30px;\n        }\n    }\n\n    @media (max-width: 767px) {\n        .support-benefits-section__eco-logo {\n            width: 50% !important;\n            margin: 0 0 24px;\n        }\n\n        .support-benefits-section__eco-title {\n            font-size: 16px;\n            margin: 0 0 12px;\n        }\n\n        .support-benefits-section__eco-text {\n            font-size: 12px;\n            margin: 0 0 16px;\n        }\n\n        .support-benefits-section__eco-link {\n            font-size: 14px;\n        }\n    }\n\n    \/* PCサイズではカードを横並びに *\/\n    @media screen and (min-width: 768px) {\n        .card-carousel {\n            display: flex !important;\n            gap: 20px;\n            justify-content: center;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .card-carousel .cover-card {\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n        }\n\n        .technology__item .spec__table1__wrap img {\n            width: 220vw;\n            max-width: unset;\n        }\n    }\n\n    \/* technology__item__graph スライダー カスタマイズ *\/\n    .technology__item__graph {\n        background-color: #fff;\n        border-radius: 16px;\n        padding: 16px 16px 50px;\n        margin-top: 20px;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n        border: 1px solid #f0f0f0 !important;\n        position: relative;\n    }\n\n    .technology__item__graph .slick-dots {\n        display: flex !important;\n        justify-content: center;\n        align-items: center;\n        gap: 7px;\n        left: 0 !important;\n        width: 100% !important;\n        bottom: 14px !important;\n    }\n\n    .technology__item__graph .slick-dots li {\n        background-color: #ccc !important;\n        cursor: pointer;\n        display: block !important;\n        height: 7px !important;\n        width: 7px !important;\n        flex: none !important;\n        margin: 0 !important;\n        padding: 0;\n        border-radius: 50% !important;\n        position: relative;\n        transition: background-color 0.3s ease;\n    }\n\n    .technology__item__graph .slick-dots li button {\n        display: block;\n        width: 100%;\n        height: 100%;\n        padding: 0;\n        opacity: 0;\n        position: absolute;\n        inset: 0;\n        cursor: pointer;\n        font-size: 0;\n    }\n\n    .technology__item__graph .slick-dots li.slick-active {\n        background-color: #333 !important;\n        width: 9px !important;\n        height: 9px !important;\n        flex: none !important;\n    }\n\n    \/* 製品比較表 ナビゲーション矢印 *\/\n    .spec__table__nav {\n        justify-content: center;\n        gap: 16px;\n        margin-top: 12px;\n    }\n\n    @media screen and (max-width: 749px) {\n        .spec__table__nav {\n            display: flex;\n        }\n    }\n\n    .spec__table__nav__prev,\n    .spec__table__nav__next {\n        \/* img src を透明1pxに差し替えてCSS背景を前面に出す *\/\n        content: url(\"data:image\/gif;base64,R0lGODlhAQABAIAAAAAAAP\/\/\/yH5BAEAAAAALAAAAAABAAEAAAIBRAA7\");\n        display: block;\n        width: 36px !important;\n        height: 36px !important;\n        background-color: rgba(255, 255, 255, 0.92);\n        background-repeat: no-repeat;\n        background-size: 60%;\n        background-position: center;\n        border: 1px solid #e8e8e8;\n        border-radius: 50%;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);\n        cursor: pointer;\n        opacity: 0.85;\n        transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.2s ease;\n    }\n\n    .spec__table__nav__prev:hover,\n    .spec__table__nav__next:hover {\n        opacity: 1;\n        background-color: rgba(255, 255, 255, 0.96);\n        transform: scale(1.06);\n    }\n\n    .spec__table__nav__prev {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\");\n    }\n\n    .spec__table__nav__next {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\");\n    }\n\n\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cheader style=\"display: none;\" class=\"rwlp__header__wrapper\"\u003e\n        \u003cdiv\u003e\n            \u003cheader class=\"rwlp__header\"\u003e\u003ca href=\"#\" class=\"rwlp__header__logo\"\u003e\u003cimg height=\"40\" width=\"85\" alt=\"ロゴ：Brain Sleep\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_adpage_logo.webp\"\u003e\u003c\/a\u003e\n                \u003cnav class=\"rwlp__header__menu__wrapper\"\u003e\n                    \u003cul class=\"rwlp__header__menu\"\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#technology\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003eテクノロジー\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#spec\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003e仕様\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#faq\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/nav\u003e\n            \u003c\/header\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n    \u003cmain\u003e\n        \u003csection id=\"pillow-mv\" class=\"pillow__mv\"\u003e\n            \u003cdiv class=\"pillow__mv__layer1\"\u003e\n                \u003cdiv class=\"mv__caption\"\u003e\n                    \u003ch2 class=\"mv__caption__text ad_on_off\"\u003e速く、深く、脳が眠る。\u003cspan\u003e明日のパフォーマンスを目覚めさせる。\u003c\/span\u003e\n                    \u003c\/h2\u003e\n                    \u003ch2 style=\"display: none; line-height: 125%;\" class=\"mv__caption__text y_ad_on\"\u003e脳と睡眠研究によって\u003cbr\u003e生まれた枕\n                    \u003c\/h2\u003e\n                \u003c\/div\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_pillow_mv_sp_ad_model.webp\" media=\"(max-width: 767px)\"\u003e\n                    \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_pillow_mv_pc_ad_model.webp\" media=\"(min-width: 768px)\"\u003e\n                    \u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_pillow_mv_pc_ad_model.webp\" alt=\"ブレインスリープ ピローで快適に眠るイメージ\" height=\"787\" width=\"1400\" fetchpriority=\"high\"\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"sleep__info\" class=\"sleep__info\"\u003e\n            \u003cdiv class=\"sleep__info__book_20241118\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_01.webp\" class=\"u-pc\" style=\"max-width: 1600px; margin-left: auto;\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_01_sp.webp\" class=\"u-sp\" style=\"position: absolute; top: 150px;\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003cdiv class=\"stanford_text_1\"\u003e\n                    \u003ch2 class=\"ad_on_off\"\u003e限られた睡眠時間でも\u003cbr\u003e\u003cspan\u003e究極の疲労回復と最強の覚醒へ\u003c\/span\u003e\n                    \u003c\/h2\u003e\n                    \u003ch2 class=\"y_ad_on\" style=\"display: none;\"\u003e限られた睡眠時間でも\u003cbr\u003e\u003cspan\u003e究極のリカバリーと最強の覚醒へ\u003c\/span\u003e\n                    \u003c\/h2\u003e\n                    \u003cdiv class=\"stanford_text_2\"\u003e\n                        \u003ch3\u003e『スタンフォード式 最高の睡眠』\u003cbr class=\"u-sp\"\u003eの\u003cbr class=\"u-pc\"\u003eメソッドを\u003cbr class=\"u-sp\"\u003e集約した唯一の枕。\u003c\/h3\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_02.webp\" style=\"display: block; width: 67px; height: 100%; margin-left: 15px;\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                    \u003cp\u003e人生の約3分の1が睡眠。睡眠の質が悪いと脳や身体が休まらず、\u003cbr class=\"u-pc\"\u003e本来のパフォーマンスを引き出すことができません。\u003cbr class=\"u-pc\"\u003e睡眠の質を高めるためにも、枕はとても重要です。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sleep__info__evidence_20241118\"\u003e\n                \u003ch3 class=\"sleep__info__evidence_text ad_on_off\"\u003e実際、1時間短い睡眠でも\u003cbr\u003e\u003cspan style=\"border-bottom: 1px solid;\"\u003e疲労回復と翌朝の目覚めが改善\u003c\/span\u003e\n                \u003c\/h3\u003e\n                \u003ch3 class=\"sleep__info__evidence_text y_ad_on\" style=\"display: none;\"\u003e実際、1時間短い睡眠でも\u003cbr\u003e\u003cspan style=\"border-bottom: 1px solid;\"\u003e休養度と翌朝の目覚めが改善\u003c\/span\u003e\n                \u003c\/h3\u003e\n                \u003cdiv class=\"ad_on_off\"\u003e\n                    \u003cdiv style=\"display: flex; width: 35%; margin-left: 7%; margin-top: 50px;\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_03_reg.webp?2\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_04_reg.webp?2\" class=\"u-pc\" style=\"margin-left: 100px;\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"display: flex; width: 100%; flex-direction: column;\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_02_reg_sp.webp?2\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_03_reg_sp.webp?2\" class=\"u-sp\" style=\"margin-top: 60px;\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"y_ad_on\"\u003e\n                    \u003cdiv style=\"display: flex; width: 35%; margin-left: 7%; margin-top: 50px;\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_03_reg_yahoo.webp?3\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_04_reg.webp?2\" class=\"u-pc\" style=\"margin-left: 100px;\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"display: flex; width: 100%; flex-direction: column;\"\u003e\n                        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_02_reg_yahoo_sp.webp?3\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_03_reg_sp.webp?2\" class=\"u-sp\" style=\"margin-top: 60px;\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"voice_img_wrap\"\u003e\n                \u003cimg height=\"854\" width=\"780\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_sp_v2.webp?1\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003cimg height=\"770\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_01_v2.webp?2\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"demerit\"\u003e\n                \u003cimg height=\"497\" width=\"1100\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_07.webp?1\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\u003e \u003cimg height=\"388\" width=\"684\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_06_sp.webp?1\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro__comparison\"\u003e\n                \u003cimg height=\"873\" width=\"1196\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20260512_img_08_v2.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\" style=\"width: 1000px; margin: 0 auto;\"\u003e \u003cimg height=\"674\" width=\"748\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20260512_img_07_sp_v2.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sleep__info__important_20241118\"\u003e\n                \u003cdiv class=\"important_img\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_05.webp\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_04_sp.webp\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003ch3\u003e睡眠で大事なのは\u003cbr class=\"u-sp\"\u003e\"時間だけでなく質\"\u003c\/h3\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sleep__info__quality\"\u003e\n                \u003cdiv class=\"sleep__info__quality__golden\"\u003e\n                    \u003cdiv class=\"sleep__info__quality__golden__text\"\u003e\n                        \u003ch3 class=\"sleep__info__quality__golden__title ad_on_off\"\u003e睡眠の質を決めるのは\u003cbr\u003e\"黄金の\u003cspan class=\"termina\"\u003e90\u003c\/span\u003e分\"\u003c\/h3\u003e\n                        \u003ch3 style=\"display: none;\" class=\"sleep__info__quality__golden__title y_ad_on\"\u003e\n                            睡眠に重要な\u003cbr\u003e\"黄金の\u003cspan class=\"termina\"\u003e90\u003c\/span\u003e分\"\u003c\/h3\u003e\n                        \u003cp class=\"sleep__info__quality__golden__desc ad_on_off\"\u003e十分睡眠時間を確保できない日本人にとって、\u003cbr class=\"u-pc\"\u003e眠りはじめの９０分の睡眠を深くすることで睡眠サイクルの質をあげることができます。\u003c\/p\u003e\n                        \u003cp style=\"display: none;\" class=\"sleep__info__quality__golden__desc y_ad_on\"\u003e\n                            十分睡眠時間を確保できない日本人にとって、\u003cbr class=\"u-pc\"\u003e眠りはじめの９０分の睡眠を深くすることが重要です。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"sleep__info__quality__golden__img\"\u003e\n                        \u003cimg height=\"472\" width=\"840\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_06.webp?1\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\u003e \n                        \u003cimg height=\"472\" width=\"840\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_05_sp.webp?1\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv style=\"padding: 0;\" class=\"sleep__info__quality__cold\"\u003e\n                    \u003cp class=\"sleep__info__quality__cold__text\" style=\"text-align: center; padding-left: 0;\"\u003e\n                        そのために必要なのは\u003cbr\u003e\u003cspan style=\"color: #a1c1dc !important;\" class=\"ad_on_off\"\u003e脳を冷やすこと\u003c\/span\u003e \u003cspan style=\"color: #a1c1dc !important; display: none;\" class=\"y_ad_on\"\u003e頭を冷やすこと\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cimg height=\"850\" width=\"1399\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_mov_02_model_pc.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\u003e \u003cimg height=\"580\" width=\"748\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_mov_02_model_sp.webp?2\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"sleep__info2\"\u003e\n            \u003cdiv class=\"breathability\"\u003e\n                \u003cp class=\"breathability__txt ad_on_off\"\u003eブレインスリープ ピローは\u003cbr\u003e抜群の通気性で熱がこもらず脳を冷やす\u003c\/p\u003e\n                \u003cp style=\"display: none;\" class=\"breathability__txt y_ad_on\"\u003eブレインスリープ ピローは\u003cbr\u003e抜群の通気性で熱がこもらず頭を冷やす\u003c\/p\u003e\n                \u003cdiv class=\"breathability__img\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/83c07d51b6a94d1598a9867928580a8a.mp4\" style=\"aspect-ratio: 1400\/788;\" height=\"788\" width=\"1400\" class=\"lozad\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"fit\"\u003e\n                \u003cdiv class=\"fit_flex\"\u003e\n                    \u003cdiv\u003e\n                        \u003cp class=\"renewal__point termina\" style=\"margin-top: 5px;\"\u003eさらに\u003c\/p\u003e\n                        \u003cp class=\"fit__ttl\" style=\"margin-top: 5px;\"\u003e\u003cspan class=\"termina\"\u003e1\u003c\/span\u003e人\u003cspan class=\"termina\"\u003e1\u003c\/span\u003e人の\u003cbr class=\"u-sp\"\u003e頭の大きさ・寝方に合わせて\u003cbr\u003eパーソナルフィットを実現。\u003c\/p\u003e\n                        \u003cp class=\"fit__txt u-pc\"\u003e眠るたびにお使いのマットレスと、\u003cbr\u003eあなたの頭の大きさや寝方に合わせてフィットしていきます。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"fit__img fit__movie\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cd686c17d50c4ae3b0ab24bf72bd1905.mp4\" style=\"aspect-ratio: 1400\/788;\" height=\"788\" width=\"1400\" class=\"lozad\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"fit__txt u-sp\"\u003e眠るたびにお使いのマットレスと、 あなたの頭の大きさや寝方に合わせてフィットしていきます。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"lp__gradient\"\u003e\n                \u003cdiv class=\"gradient__head\"\u003e\n                    \u003cdiv class=\"gradient__patent\"\u003e特許\u003cbr\u003e技術\u003c\/div\u003e\n                    \u003cdiv class=\"gradient__ttl__wrap\"\u003e\n                        \u003ch2 class=\"gradient__ttl\" style=\"color: #fff;\"\u003e\n                            パーソナルフィットを実現した\u003cbr\u003e\u003cspan\u003e3LAYER×\u003cbr\u003e9GRADATION\u003c\/span\u003e\n                        \u003c\/h2\u003e\n                    \u003c\/div\u003e\n                    \u003cp class=\"gradient__txt u-pc\"\u003e［太さや密度の異なる繊維が組み合わさった独自の構造］\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"gradient__img\"\u003e\n                    \u003cimg height=\"1318\" width=\"1924\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_gradient1.webp?4\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"720\" width=\"826\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_gradient1_sp.webp\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"1320\" width=\"1924\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_gradient2.webp\" class=\"u-pc gradient2\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"\" width=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_gradient2_sp.webp\" class=\"u-sp gradient2\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"sleep__info3\"\u003e\n            \u003cdiv class=\"brain_sleeper user\"\u003e\n                \u003ch3 class=\"f_termina\" style=\"font-size: 25px; margin-bottom: 0;\"\u003eBRAIN SLEEPER\u003c\/h3\u003e\n                \u003cdiv class=\"user_voice_title\"\u003e\n                    \u003cp style=\"margin-top: 0;\"\u003e使用者の声\u003cbr\u003e\u003cspan class=\"ad_on\"\u003e※効果には個人差があります。\u003c\/span\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ad_on_off\"\u003e\n                    \u003cimg height=\"770\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_02_v2.webp?4\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\" style=\"width: 77%; margin: 20px auto 0 auto;\"\u003e\n                    \u003cdiv style=\"width: 77%; margin: 0px auto 0 auto;\" class=\"u-pc\"\u003e\u003ca href=\"https:\/\/brain-sleep.com\/pages\/passion_never_sleeps\" style=\"display: block; width: 100%;\" target=\"_blank\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_passion_never_sleeps_pc.jpg?1\" style=\"width: 100%; height: auto; display: block;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n                    \u003cimg height=\"854\" width=\"780\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_08_sp.webp?4\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003cdiv style=\"width: 90%; margin: 0 auto;\" class=\"u-sp\"\u003e\u003ca href=\"https:\/\/brain-sleep.com\/pages\/passion_never_sleeps\" style=\"display: block; width: 100%;\" target=\"_blank\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_passion_never_sleeps_sp.jpg?1\" style=\"width: 100%; height: auto; display: block;\"\u003e \u003c\/a\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"y_ad_on\" style=\"display: none;\"\u003e\n                    \u003cimg height=\"770\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_02_v2.webp?4\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\" style=\"width: 77%; margin: 20px auto 0 auto;\"\u003e \u003cimg height=\"770\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_01_ad.webp?2\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"854\" width=\"780\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_08_sp.webp?3\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"854\" width=\"780\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_09_sp_ad.webp?1\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"concept\"\u003e\n                \u003cdiv class=\"concept__bg\"\u003e\n                    \u003cimg height=\"770\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_10.webp\" class=\"u-pc\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"854\" width=\"780\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_20241118_img_10_sp.webp\" class=\"u-sp\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"massage_txt\"\u003eAWAKEN\u003cbr class=\"u-sp\"\u003eYOUR\u003cbr class=\"u-sp\"\u003ePOSSIBILITY.\u003cbr class=\"u-sp\"\u003e\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"technology\" class=\"technology js-box\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eTECHNOLOGY\u003c\/span\u003eテクノロジー\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__link\"\u003e\n                \u003cul class=\"technology__link__lists\"\u003e\n                    \u003cli class=\"item\"\u003e\u003ca href=\"#cool\" class=\"custom-smooth-scroll\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg height=\"363\" width=\"396\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_nav01.webp?2\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003cdiv class=\"ad_on_off\"\u003e\n                                \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                    \u003cspan\u003e01\u003c\/span\u003e脳を冷やして\u003cbr\u003e速く深く眠る\n                                \u003c\/h3\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv style=\"display: none;\" class=\"y_ad_on\"\u003e\n                                \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                    \u003cspan\u003e01\u003c\/span\u003e頭を冷やす\n                                \u003c\/h3\u003e\n                            \u003c\/div\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli class=\"item\"\u003e\u003ca href=\"#fit\" class=\"custom-smooth-scroll\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg height=\"363\" width=\"396\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_nav02.webp?2\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e02\u003c\/span\u003e特許技術で\u003cbr\u003eあなただけの枕に\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli class=\"item\"\u003e\u003ca href=\"#clean\" class=\"custom-smooth-scroll\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg height=\"363\" width=\"396\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_nav03.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n                                \u003cspan\u003e03\u003c\/span\u003e水洗いできて清潔\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"cool\" class=\"technology__item\"\u003e\n            \u003cdiv style=\"padding-left: unset;\" class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"evidence_left_0910\"\u003e\n                    \u003ch3 class=\"technology__item__title ad_on_off\"\u003e\n                        \u003cspan\u003e01\u003c\/span\u003eCool your brain\n                    \u003c\/h3\u003e\n                    \u003ch3 style=\"display: none;\" class=\"technology__item__title y_ad_on\"\u003e\n                        \u003cspan\u003e01\u003c\/span\u003eCool your head\n                    \u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc evidence_left_0910\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b6af58c7e2b041ebaafd767a3c7e9286.mp4\" style=\"aspect-ratio: 750\/422;\" height=\"422\" width=\"750\" class=\"lozad\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"tech01_01 u-sp\"\u003e\u003cimg height=\"246\" width=\"702\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech01_01_sp.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title ad_on_off\"\u003e脳を冷やして、\u003cbr\u003e速く、深く、眠る\u003c\/h4\u003e\n                            \u003ch4 style=\"display: none;\" class=\"technology__item__desc__text__content__title y_ad_on\"\u003e\n                                頭を冷やす\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                90％以上が空気層でできているので、睡眠時に発生する熱や湿気が枕にこもらず、快適な睡眠環境をつくります。\u003c\/p\u003e\n                            \u003cdiv class=\"tech01_01 u-pc\"\u003e\u003cimg height=\"214\" width=\"300\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech01_01.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"ad_on_off\"\u003e\n                    \u003cdiv class=\"technology__item__desc evidence_left_0910\"\u003e\n                        \u003cdiv style=\"padding: 10px; height: unset; overflow: hidden;\" class=\"technology__item__desc__img change_sp tech01_02\"\u003e\u003cimg style=\"height: unset; position: relative;\" height=\"788\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech01_02.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text\"\u003e\n                            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                                \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e\n                                    睡眠の質を決める\u003cbr\u003e「黄金の90分」の眠りを\u003cbr\u003e深くする\u003c\/h4\u003e\n                                \u003cp class=\"technology__item__desc__text__content__desc\"\u003eブレインスリープ\n                                    ピローは、一般的な機能性枕と比べて、睡眠の質を決める第1周期（黄金の90分）の深い睡眠の割合が高いことを確認されました。\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc evidence_left_0910\"\u003e\n                        \u003cdiv class=\"technology__item__desc__img change_sp tech01_02\" style=\"padding: 10px; height: unset;\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech01_03_v2.webp\" alt=\"\" width=\"1400\" height=\"788\" style=\"height: unset; position: relative;\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text\"\u003e\n                            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                                \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e1時間短い睡眠でも\u003cbr\u003e疲労回復度116％\u003c\/h4\u003e\n                                \u003cp class=\"technology__item__desc__text__content__desc\"\u003eブレインスリープ\n                                    ピローでの6時間睡眠と、一般的な機能性枕での7時間睡眠の疲労回復度を比較したところ、 ブレインスリープ\n                                    ピローでの6時間睡眠の方が、疲労回復度が16%アップすることがわかりました。\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv style=\"margin-top: 50px;\"\u003e\n                        \u003cdiv\u003e\n                            \u003cdiv class=\"technology__item__desc__text__content__btn evidence_0910\"\u003eエビデンスをより詳しく\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__graph\"\u003e\n                        \u003cdiv class=\"technology__item__graph__content\"\u003e\n                            \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg height=\"230\" width=\"300\" alt=\"睡眠の質が向上したことを示す調査結果のグラフ\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_3.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003cdiv class=\"technology__item__graph__text\"\u003e\n                                \u003ch4 class=\"technology__item__graph__title\"\u003e睡眠の質が\u003cbr\u003e向上したことを実感\u003c\/h4\u003e\n                                \u003cp class=\"technology__item__graph__desc\"\u003eブレインスリープ\n                                    ピローは一般的な機能性枕と比べて、眠気・入眠・疲労回復に関する主観評価が高いことが確認されました。\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__content\"\u003e\n                            \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg height=\"229\" width=\"300\" alt=\"熱がこもらない\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_1.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003cdiv class=\"technology__item__graph__text\"\u003e\n                                \u003ch4 class=\"technology__item__graph__title\"\u003e放熱量が高く、 \u003cbr\u003e熱がこもらない\u003c\/h4\u003e\n                                \u003cp class=\"technology__item__graph__desc\"\u003e熱がこもってしまうと、睡眠の質に影響してしまいます。\n                                    \u003cbr\u003e本製品は通気性がよい素材のため、他素材と比較しても熱がこもりにくく、一晩中快適に眠ることができます。\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"fit\" class=\"technology__item\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch3 class=\"technology__item__title\"\u003e\n                        \u003cspan\u003e02\u003c\/span\u003ePersonalized fit\n                    \u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8ca5c34e81274dc9b4d213a63d777576.mp4\" style=\"aspect-ratio: 750\/422;\" height=\"422\" width=\"750\" class=\"lozad\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title fit_top\"\u003e\n                                特許技術であなただけの枕に\u003cbr\u003eパーソナルフィットを実現した\u003cbr class=\"u-sp\"\u003e3層９グラデーション構造\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                頭の大きさ、寝方に合わせて徐々にフィットする3層9グラデーション構造を特許技術で実現。\u003cbr\u003e使うたび睡眠に適した自分だけの枕になっていきます。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech02_02_model.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e新感覚\u003cbr\u003eオーダーメイドを超える\u003cbr\u003e最高のフィット感\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                無数の繊維がスプリングの役割をし、反発力がありながらもふんわり立体的に頭を包み込む新感覚の弾力。\u003cbr\u003eアジャスト層：ふんわり柔らかく頭の形に調整\u003cbr\u003eサポート層：頭や首をしっかり支える\u003cbr\u003eベース層：硬く、下からも空気が抜ける\u003cbr\u003eまた、表面の柔らかさと、毎日の使用に耐えうる耐久性を両立する3層構造です。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv id=\"tech02_03\" class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion change_sp\"\u003e\u003cimg height=\"512\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech02_03.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e使うたびあなたにフィット\u003cbr\u003e頭・首の負荷を軽減\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e試験方法：\u003cbr\u003e枕使用1回目と1週間後の頭部圧分布を測定\u003cbr\u003e被験者\n                                男性 身長169cm 体重62kg\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg height=\"782\" width=\"1398\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech02_04_model.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion u-sp\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech02_05_model.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003eどんな寝姿勢も支える\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                左右に行くほど弾力が高まる仕様にしているため、横寝の際に頭が沈み込みすぎず、寝姿勢が崩れません。横向き、うつ伏せなどどのような寝方にもフィットします。\u003cbr\u003eまた9グラデーション構造はスムーズな寝返りもサポートします。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"u-pc\"\u003e\n                    \u003cdiv class=\"technology__item__desc\"\u003e\n                        \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech02_05_model.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"clean\" class=\"technology__item\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch3 class=\"technology__item__title\"\u003e\n                        \u003cspan\u003e03\u003c\/span\u003eSuper clean\n                    \u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp tech03_01\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a6022b79a35f48ce826dcc52d70547c7.mp4\" style=\"aspect-ratio: 750\/422;\" height=\"422\" width=\"750\" class=\"lozad\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003eシャワーで水洗いできて清潔\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                人間は寝ている間に、コップ1杯分（約200ml）の汗をかくと言われています。\u003cbr\u003e抜群の通気性で湿気をためず、衛生的です。さらに、水洗いもできてすぐ乾くので、いつでも清潔に保てます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__btn\"\u003eエビデンスをより詳しく\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__graph\"\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg height=\"230\" width=\"311\" alt=\"カビの発生が少ない\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_2.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch4 class=\"technology__item__graph__title\"\u003eカビの発生が少ない\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                他素材と比較して圧倒的にカビの発生量が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメです。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg height=\"208\" width=\"311\" alt=\"ダニの発生が少ない\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_2_2.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch4 class=\"technology__item__graph__title\"\u003eダニの発生が少ない\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                他素材と比較して圧倒的にダニの発生率が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメ\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"clr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-sp\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003eCARE\u003c\/h4\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/c095b3ba82c747fa9f95bc2cbd43e5ae.mp4\" style=\"aspect-ratio: 750\/422;\" height=\"422\" width=\"750\" class=\"lozad\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title u-pc\"\u003eCARE\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\u003cspan\u003eシャワーで\u003cbr class=\"u-pc\"\u003eふっくら感を取り戻す\u003c\/span\u003e枕の高さが合わなくなってきたと感じたら、45~50度のシャワーでふっくら膨らみます。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips tech03_durability\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\n                        \u003cimg class=\"u-pc\" height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech03_durability.webp?3\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg class=\"u-sp\" height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech03_durability_sp.webp?3\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e長く使用できる\u003cbr\u003e優れた耐久性\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e毎日使う枕で気になるのはその耐久性。\u003cbr class=\"u-pc\"\u003e本製品は6年相当の使用を想定した耐久性試験\u003cbr class=\"u-pc\"\u003e(43,200回の圧縮)でも高い耐久性を実証。\u003cbr class=\"u-pc\"\u003e長期間の使用でも安定した寝心地が続きます。\u003cbr\u003e※使用方法により、耐久年数は前後します。\u003cbr\u003e※ブレインスリープ ピロー\n                                スタンダードの検証結果。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-sp\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003eMADE IN JAPAN\u003c\/h4\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech03_quality.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title u-pc\"\u003eMADE IN JAPAN\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                \u003cspan\u003eこだわりのものづくり\u003cbr\u003e安心品質\u003c\/span\u003eマットレスやピローなど、一点ずつ丁寧に技術者や職人たちの手で繰り返し品質確認を行っています。\u003cbr\u003e厳しい品質検査を経て一点ずつ丁寧に梱包しお客様の元へお届けします。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips tech03_water\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech03_water.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e不純物の少ない、\u003cbr\u003e自然の湧き水を使用し\u003cbr\u003e品質の劣化を防ぐ\n                            \u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                「豊の国名水15選」にも指定された特別な軟水で、不純物が限りなく少ない清水瀑園(しみずばくえん)の湧き水を生産工程で使用。不純物の少ない水を使用することで、不要な化学反応を避け、品質の劣化を防ぐことができます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"brain_sleeper craftsman\" style=\"padding-bottom: 25px;margin: 50px auto 0;\"\u003e\n                \u003ch3 style=\"margin-bottom: 0;\"\u003e日本の睡眠課題に\u003cbr class=\"u-sp\"\u003e本気で立ち向かう\u003c\/h3\u003e\n                \u003cp\u003e大分県玖珠町で生まれたブレインスリープ ピロー。\u003cbr\u003e特許技術と職人の技術で一つ一つ想いをこめて。\u003c\/p\u003e\n                \u003cdiv class=\"fit__img\"\u003e\n                    \u003cdiv class=\"youtube\"\u003e\u003ciframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/bQjXpn8-vb8?si=_JgLve2bMXSjuHiY\" title=\"YouTube video player\"\u003e\u003c\/iframe\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"support-benefits-section\"\u003e\n                \u003cdiv class=\"support-benefits-section__support\"\u003e\n                    \u003ch3 class=\"support-benefits-section__support-title\"\u003eあなたにぴったりのものと\u003cbr class=\"u-sp\"\u003e出会ってほしいから\u003c\/h3\u003e\n                    \u003cp class=\"support-benefits-section__support-subtitle\"\u003e安心して、あなたに合うものを見つけてもらえるようにサポートします。\u003c\/p\u003e\n                    \u003cul class=\"support-benefits-section__guarantee\"\u003e\n                        \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                            \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                                \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_guarantee_img.svg?v=1771316330\" alt=\"安心の1年保証\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                                \u003cp class=\"support-benefits-section__guarantee-title\"\u003e安心の１年保証\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-text\"\u003e安心してお使いいただけるよう、１年間の保証をお付けしています。\u003c\/p\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                            \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                                \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_change_img.svg?v=1771316331\" alt=\"サイズ交換無料\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                                \u003cp class=\"support-benefits-section__guarantee-title\"\u003eサイズ交換無料\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-text\"\u003eサイズが合わなかった際には、１回に限り無料で交換を承ります。\u003c\/p\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                            \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                                \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_free_img.svg?v=1771316330\" alt=\"送料無料\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                                \u003cp class=\"support-benefits-section__guarantee-title\"\u003e送料無料\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-text\"\u003e日本全国どこでも、送料無料でお届けします。\u003c\/p\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                    \u003cdiv class=\"support-benefits-section__shop-box\"\u003e\n                        \u003c!-- \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" class=\"support-benefits-section__shop-link\" target=\"_blank\"\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-inner\"\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-title\"\u003e試せる場所を探す\u003c\/span\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-sub\"\u003eお近くの正規取扱店のご案内\u003c\/span\u003e\n                            \u003c\/span\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-arrow\"\u003e›\u003c\/span\u003e\n                        \u003c\/a\u003e --\u003e\n                        \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_trial\" class=\"support-benefits-section__shop-link\" target=\"_blank\"\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-inner\"\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-title\"\u003eご自宅で試す\u003c\/span\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-sub\"\u003e30日間のトライアルサービスのご案内\u003c\/span\u003e\n                            \u003c\/span\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-arrow\"\u003e›\u003c\/span\u003e\n                        \u003c\/a\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"support-benefits-section__eco-box\"\u003e\n                        \u003cdiv class=\"support-benefits-section__eco\"\u003e\n                            \u003cimg class=\"support-benefits-section__eco-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_logo.svg?v=1771316362\" alt=\"BRAIN SLEEP ECO CYCLE PROGRAM\" width=\"200\" height=\"80\" decoding=\"async\" loading=\"lazy\"\u003e\n                            \u003ch3 class=\"support-benefits-section__eco-title\"\u003eお客様が使い続けるほど\u003cbr\u003e環境にやさしい仕組み\u003c\/h3\u003e\n                            \u003cp class=\"support-benefits-section__eco-text\"\u003e\n                                ブレインスリープの枕やマットレスの素材は100％リサイクルが可能です。永く持続していく社会を目指して、その後のリサイクルも考えた原料の選定をしています。\u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/pages\/eco_cycle_program\" class=\"support-benefits-section__eco-link\" target=\"_blank\"\u003e詳しくはこちら ›\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n        \u003csection id=\"spec\" class=\"spec__title js-box\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eSPEC\u003c\/span\u003e仕様\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection style=\"height: 0;width: 0;overflow: hidden;\"\u003e\n            \u003cimg height=\"480\" width=\"750\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ab_2_1.webp\" decoding=\"async\" loading=\"lazy\"\u003e\n\n            \u003cdiv class=\"height-selector\"\u003e\n                \u003cdiv class=\"height-tabs\"\u003e\n                    \u003cdiv class=\"height-tab\" data-height=\"low\"\u003e\n                        \u003cdiv class=\"height-tab-name\"\u003eLOW\u003c\/div\u003e\n                        \u003cdiv class=\"height-tab-range\"\u003e6-8cm\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"height-tab active\" data-height=\"standard\"\u003e\n                        \u003cspan class=\"badge\"\u003ePOPULAR\u003c\/span\u003e\n                        \u003cdiv class=\"height-tab-name\"\u003eSTANDARD\u003c\/div\u003e\n                        \u003cdiv class=\"height-tab-range\"\u003e9-11cm\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"height-tab\" data-height=\"high\"\u003e\n                        \u003cdiv class=\"height-tab-name\"\u003eHIGH\u003c\/div\u003e\n                        \u003cdiv class=\"height-tab-range\"\u003e12-14cm\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"height-visual\"\u003e\n                    \u003cdiv class=\"height-bar\" data-height=\"low\" style=\"height: 40%;\"\u003e\n                        \u003cdiv class=\"height-bar-label\"\u003eLOW\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"height-bar active\" data-height=\"standard\" style=\"height: 65%;\"\u003e\n                        \u003cdiv class=\"height-bar-label\"\u003eSTANDARD\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"height-bar\" data-height=\"high\" style=\"height: 90%;\"\u003e\n                        \u003cdiv class=\"height-bar-label\"\u003eHIGH\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"height-detail\"\u003e\n                \u003cdiv class=\"height-content\" data-content=\"low\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e高さ\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e6-8cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e奥行き\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e35cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e幅\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e60cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"recommend-card\"\u003e\n                        \u003cdiv class=\"recommend-title\"\u003e\n                            \u003cspan\u003e👤\u003c\/span\u003e\n                            \u003cspan\u003eこんな方におすすめ\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cul class=\"recommend-list\"\u003e\n                            \u003cli\u003e枕の高さが「低め」が好みの方\u003c\/li\u003e\n                            \u003cli\u003eストレートネックが気になる方\u003c\/li\u003e\n                            \u003cli\u003e普段枕を利用しない方\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"height-content active\" data-content=\"standard\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e高さ\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e9-11cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e奥行き\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e35cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e幅\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e60cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"recommend-card\"\u003e\n                        \u003cdiv class=\"recommend-title\"\u003e\n                            \u003cspan\u003e👤\u003c\/span\u003e\n                            \u003cspan\u003eこんな方におすすめ\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cul class=\"recommend-list\"\u003e\n                            \u003cli\u003e枕の高さが「標準」が好みの方\u003c\/li\u003e\n                            \u003cli\u003e初めてブレインスリープピローを使う方\u003c\/li\u003e\n                            \u003cli\u003e迷ったらまずはこちら\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"height-content\" data-content=\"high\"\u003e\n                    \u003cdiv class=\"spec-card\"\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e高さ\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e12-14cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e奥行き\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e35cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec-row\"\u003e\n                            \u003cspan class=\"spec-label\"\u003e幅\u003c\/span\u003e\n                            \u003cspan class=\"spec-value\"\u003e60cm\u003c\/span\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n\n                    \u003cdiv class=\"recommend-card\"\u003e\n                        \u003cdiv class=\"recommend-title\"\u003e\n                            \u003cspan\u003e👤\u003c\/span\u003e\n                            \u003cspan\u003eこんな方におすすめ\u003c\/span\u003e\n                        \u003c\/div\u003e\n                        \u003cul class=\"recommend-list\"\u003e\n                            \u003cli\u003e肩幅が広い方、肩に厚みがある方\u003c\/li\u003e\n                            \u003cli\u003e枕の高さが「高め」が好みの方\u003c\/li\u003e\n                        \u003c\/ul\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv style=\"\n                text-align: center;\n                padding: 24px 20px;\n                background: #f8f8f8;\n                border-radius: 12px;\n                margin: 20px;\"\u003e\n                \u003cp style=\"\n                    font-size: 12px;\n                    color: #666;\n                    margin-bottom: 16px;\n                    text-align: left;\n                    line-height: 1.6;\"\u003e\n                    ※500ml、高さ20.5cmのペットボトルと比較\u003cbr\u003e\n                    ※ピロー高さが、高い方・低い方、どちらに頭を置いても快適にお休みいただけます。\n                \u003c\/p\u003e\n                \u003cdiv class=\"pillow-slider\" style=\"max-width: 750px; margin: 0 auto; background: #fff; padding: 16px 16px 50px; border-radius: 16px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); border: 1px solid #f0f0f0; position: relative;\"\u003e\n                    \u003cul style=\"list-style: none; padding: 0; margin: 0;\"\u003e\n                        \u003cli style=\"outline: none;\"\u003e\n                            \u003cimg height=\"480\" width=\"750\" alt=\"スタンダード\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ab_2_1_standard.webp\" decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; display: block; border-radius: 8px;\"\u003e\n                        \u003c\/li\u003e\n                        \u003cli style=\"outline: none;\"\u003e\n                            \u003cimg height=\"480\" width=\"750\" alt=\"ロー\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ab_2_1_low.webp\" decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; display: block; border-radius: 8px;\"\u003e\n                        \u003c\/li\u003e\n                        \u003cli style=\"outline: none;\"\u003e\n                            \u003cimg height=\"480\" width=\"750\" alt=\"ハイ\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ab_2_1_high.webp\" decoding=\"async\" loading=\"lazy\" style=\"width: 100%; height: auto; display: block; border-radius: 8px;\"\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003cstyle\u003e\n            .height-selector {\n                padding: 20px 16px 16px;\n            }\n\n            .height-tabs {\n                display: flex;\n                gap: 8px;\n                margin-bottom: 24px;\n            }\n\n            .height-tab {\n                flex: 1;\n                background: #f5f5f5;\n                border: 2px solid transparent;\n                border-radius: 12px;\n                padding: 16px 8px;\n                text-align: center;\n                cursor: pointer;\n                transition: all 0.2s;\n                position: relative;\n            }\n\n            .height-tab.active {\n                background: white;\n                border-color: #8B0000;\n            }\n\n            .height-tab .badge {\n                position: absolute;\n                top: -8px;\n                left: 50%;\n                transform: translateX(-50%);\n                background: #8B0000;\n                color: white;\n                font-size: 10px;\n                padding: 2px 8px;\n                border-radius: 10px;\n                font-weight: 600;\n            }\n\n            .height-tab-name {\n                font-size: 15px;\n                font-weight: 600;\n                color: #000;\n                ;\n                margin-bottom: 8px;\n            }\n\n            .height-tab-range {\n                font-size: 18px;\n                font-weight: 700;\n                color: #8B0000;\n            }\n\n            .height-tab.active .height-tab-range {\n                color: #8B0000;\n            }\n\n            .height-tab:not(.active) .height-tab-range {\n                color: #999;\n            }\n\n            .height-visual {\n                display: flex;\n                justify-content: center;\n                align-items: flex-end;\n                gap: 4px;\n                height: 100px;\n                margin-bottom: 24px;\n                padding: 0 40px;\n            }\n\n            .height-bar {\n                flex: 1;\n                background: #e0e0e0;\n                border-radius: 8px 8px 0 0;\n                position: relative;\n                transition: all 0.3s;\n                opacity: 0.3;\n            }\n\n            .height-bar.active {\n                background: linear-gradient(180deg, #8B0000 0%, #A52A2A 100%);\n                opacity: 1;\n            }\n\n            .height-bar-label {\n                position: absolute;\n                top: -24px;\n                left: 50%;\n                transform: translateX(-50%);\n                font-size: 11px;\n                font-weight: 600;\n                color: #999;\n                white-space: nowrap;\n            }\n\n            .height-bar.active .height-bar-label {\n                color: #8B0000;\n            }\n\n            .height-detail {\n                padding: 0 20px 24px;\n            }\n\n            .height-content {\n                display: none;\n            }\n\n            .height-content.active {\n                display: block;\n            }\n\n            .spec-card {\n                background: #f8f8f8;\n                border-radius: 12px;\n                padding: 20px;\n                margin-bottom: 16px;\n            }\n\n            .spec-row {\n                display: flex;\n                justify-content: space-between;\n                padding: 12px 0;\n                border-bottom: 1px solid #e0e0e0;\n            }\n\n            .spec-row:last-child {\n                border-bottom: none;\n            }\n\n            .spec-label {\n                font-size: 13px;\n                color: #666;\n            }\n\n            .spec-value {\n                font-size: 15px;\n                font-weight: 600;\n                color: #000;\n                ;\n            }\n\n            .recommend-card {\n                background: linear-gradient(135deg, #FFF5F5 0%, #FFEAEA 100%);\n                border-radius: 12px;\n                padding: 20px;\n            }\n\n            .recommend-title {\n                font-size: 14px;\n                font-weight: 600;\n                color: #8B0000;\n                margin-bottom: 12px;\n                display: flex;\n                align-items: center;\n                gap: 6px;\n            }\n\n            .recommend-list {\n                list-style: none;\n            }\n\n            .recommend-list li {\n                font-size: 14px;\n                color: #000;\n                ;\n                padding: 8px 0;\n                padding-left: 20px;\n                position: relative;\n            }\n\n            .recommend-list li:before {\n                content: \"✓\";\n                position: absolute;\n                left: 0;\n                color: #8B0000;\n                font-weight: 700;\n            }\n\n            .pillow-slider .slick-dots {\n                display: flex !important;\n                justify-content: center;\n                align-items: center;\n                gap: 7px;\n                left: 0 !important;\n                width: 100% !important;\n                bottom: 14px !important;\n            }\n\n            .pillow-slider .slick-dots li {\n                background-color: #ccc !important;\n                cursor: pointer;\n                display: block !important;\n                height: 7px !important;\n                width: 7px !important;\n                flex: none !important;\n                margin: 0 !important;\n                padding: 0;\n                border-radius: 50% !important;\n                position: relative;\n                transition: background-color 0.3s ease;\n            }\n\n            .pillow-slider .slick-dots li button {\n                display: block;\n                width: 100%;\n                height: 100%;\n                padding: 0;\n                opacity: 0;\n                position: absolute;\n                inset: 0;\n                cursor: pointer;\n                font-size: 0;\n            }\n\n            .pillow-slider .slick-dots li.slick-active {\n                background-color: #333 !important;\n                width: 9px !important;\n                height: 9px !important;\n                flex: none !important;\n            }\n\n        \u003c\/style\u003e\n\n        \u003cscript\u003e\n            $(document).ready(function () {\n                if ($('.pillow-slider ul').length) {\n                    $('.pillow-slider ul').slick({\n                        dots: true,\n                        infinite: true,\n                        speed: 500,\n                        slidesToShow: 1,\n                        slidesToScroll: 1,\n                        autoplay: false,\n                        arrows: false,\n                        fade: false,\n                        adaptiveHeight: true\n                    });\n                }\n            });\n\n            const heightTabs = document.querySelectorAll('.height-tab');\n            if (heightTabs.length) {\n                heightTabs.forEach(tab =\u003e {\n                    tab.addEventListener('click', function () {\n                        const height = this.dataset.height;\n\n                        \/\/ タブのアクティブ切り替え\n                        document.querySelectorAll('.height-tab').forEach(t =\u003e t.classList.remove('active'));\n                        this.classList.add('active');\n\n                        \/\/ バーのアクティブ切り替え\n                        const targetBar = document.querySelector(`.height-bar[data-height=\"${height}\"]`);\n                        if (targetBar) {\n                            document.querySelectorAll('.height-bar').forEach(bar =\u003e bar.classList.remove('active'));\n                            targetBar.classList.add('active');\n                        }\n\n                        \/\/ コンテンツのアクティブ切り替え\n                        const targetContent = document.querySelector(`.height-content[data-content=\"${height}\"]`);\n                        if (targetContent) {\n                            document.querySelectorAll('.height-content').forEach(content =\u003e content.classList.remove('active'));\n                            targetContent.classList.add('active');\n                        }\n                    });\n                });\n            }\n        \u003c\/script\u003e\n\n        \u003csection id=\"size\" class=\"spec__item\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv class=\"size__ttl termina\"\u003eSize\u003c\/div\u003e\n                \u003cdiv class=\"size__img\"\u003e\n                    \u003cimg height=\"1238\" width=\"2000\" alt=\"ブレインスリープ ピロー本体\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_main.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\u003e \u003cimg height=\"480\" width=\"750\" alt=\"ブレインスリープ ピロー本体\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_main_sp.webp?2\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"size__txt\"\u003eブレインスリープピローでは3つの高さの枕をご用意しています。\u003c\/p\u003e\n                \u003cdiv class=\"spec__item__size\"\u003e\n                    \u003cul class=\"spec__item__size__lists\"\u003e\n                        \u003cli class=\"item\"\u003e\n                            \u003cdiv class=\"spec__item__size__lists__img\"\u003e\u003cimg alt=\"ブレインスリープ ピロー Lowサイズの寸法\" height=\"150\" width=\"686\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_size_low.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003cp class=\"spec__item__size__lists__text\"\u003eLOW\u003c\/p\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"item\"\u003e\n                            \u003cdiv class=\"spec__item__size__lists__img\"\u003e\u003cimg alt=\"ブレインスリープ ピロー Standardサイズの寸法\" height=\"182\" width=\"686\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_size_standard.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003cp class=\"spec__item__size__lists__text\"\u003eSTANDARD\u003c\/p\u003e\n                            \u003cp class=\"spec__item__size__lists__popular\"\u003ePOPULAR\u003c\/p\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"item\"\u003e\n                            \u003cdiv class=\"spec__item__size__lists__img\"\u003e\u003cimg alt=\"ブレインスリープ ピロー Highサイズの寸法\" height=\"186\" width=\"714\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_size_high.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                            \u003cp class=\"spec__item__size__lists__text\"\u003eHIGH\u003c\/p\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"accordion_item chart\"\u003e\n                    \u003ch3 class=\"accordion_item__question\"\u003eサイズ比較表\u003c\/h3\u003e\n                    \u003cdiv class=\"accordion_item__answer\" style=\"display: none;\"\u003e\n                        \u003cdiv class=\"scroll_wrap\"\u003e\n                            \u003cdiv class=\"img_wrap\"\u003e\u003cimg class=\"chart_img\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_size_comparison_img.webp\" loading=\"lazy\" width=\"120\" height=\"100\"\u003e\u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003cimg class=\"scroll_icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_summer_campaign_2024_scroll.png\" loading=\"lazy\" width=\"120\" height=\"100\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cp style=\"margin-top: 80px; text-align: center;\"\u003e商品到着から30日以内はサイズ交換１回無料です。\u003cbr\u003e\u003ca style=\"text-decoration: underline;\" href=\"#faq_koukan\" class=\"faq_koukan_link btn\"\u003e詳細はこちら＞＞\u003c\/a\u003e\u003c\/p\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"material\" class=\"spec__item\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003ch2 class=\"spec__item__title u-sp\"\u003eMaterial\u003c\/h2\u003e\n                \u003cdiv class=\"spec__item__desc\"\u003e\n                    \u003cdiv class=\"spec__item__desc__img\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"ブレインスリープ ピローの素材\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_material.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec__item__desc__text\"\u003e\n                        \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                            \u003ch2 class=\"spec__item__title u-pc\"\u003eMaterial\u003c\/h2\u003e\n                            \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e100％リサイクルが可能な\u003cbr\u003eサステナブル素材\u003c\/h3\u003e\n                            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                                枕には、地球に優しい100％再生可能な材料を使用しています。地球環境に配慮したサステナブルな素材を追求しています。\u003cbr\u003e素材：ポリエチレン100%\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection class=\"card-carousel_wrap\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch2 class=\"spec__item__title\"\u003eCover\u003c\/h2\u003e\n                    \u003cp class=\"spec__item__title__under\"\u003e２種類の専用カバーから選べます。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-carousel\"\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillowcover_activeair\" class=\"cover-card cover-card-style\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card-image active-air\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_cover_activeair.webp\" alt=\"アクティブエア\" class=\"pillow-img\" loading=\"lazy\" decoding=\"async\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_cover_img01.webp\" alt=\"アクティブエア\" class=\"pillow\" loading=\"lazy\" decoding=\"async\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"card-content\"\u003e\n                            \u003ch3 class=\"card-name\"\u003eアクティブエア\u003c\/h3\u003e\n                            \u003cp class=\"card-tagline\"\u003e通気性抜群のメッシュ素材。速乾性に優れ、いつでもサラサラ。\u003c\/p\u003e\n                            \u003cdiv class=\"card-features\"\u003e\n                                \u003cspan class=\"feature-tag primary\"\u003e通気性\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e抗菌\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e防臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e吸水速乾\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e防臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e静電気防止\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e抗カビ\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e花粉脱落\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e乾燥機対応\u003c\/span\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"card-material\"\u003eポリエステル100%\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n\n                    \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillowcover_organicsleep\" class=\"cover-card cover-card-style\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card-image organic\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_cover_organic.webp\" alt=\"オーガニックスリープ\" class=\"pillow-img\" loading=\"lazy\" decoding=\"async\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_cover_img02.png\" alt=\"オーガニックスリープ\" class=\"pillow\" loading=\"lazy\" decoding=\"async\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"card-content\"\u003e\n                            \u003ch3 class=\"card-name\"\u003eオーガニックスリープ\u003c\/h3\u003e\n                            \u003cp class=\"card-tagline\"\u003e天然オーガニックコットン100%。肌触り重視の方に。\u003c\/p\u003e\n                            \u003cdiv class=\"card-features\"\u003e\n                                \u003cspan class=\"feature-tag primary\"\u003e抗菌防臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e消臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e吸水速乾\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e静電気防止\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e抗カビ\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e花粉脱落\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eハイブリッド触媒⁠\u003c\/span\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"card-material\"\u003eコットン100%\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n        \u003c\/section\u003e\n\n        \u003cdiv class=\"conversion-section spec__item__inner\"\u003e\n            \u003cimg class=\"conversion-section__image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_cta.png?v=1771317264\" alt=\"ブレインスリープ ピロー\" loading=\"lazy\" decoding=\"async\"\u003e\n            \u003cdiv class=\"conversion-section__button-wrap\"\u003e\n                \u003ca href=\"#custom_product_cta\" class=\"conversion-section__button\"\u003e購入\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003csection id=\"gift_box\" class=\"spec__item\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch2 class=\"spec__item__title\"\u003eGIFTBOX\u003c\/h2\u003e\n                    \u003cdiv class=\"spec__item__desc\"\u003e\n                        \u003cdiv class=\"spec__item__desc__img\"\u003e\u003cimg height=\"786\" width=\"1400\" alt=\"ブレインスリープ ピローのギフトボックス\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_giftbox_01.webp?2\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"spec__item__desc__text\"\u003e\n                            \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                                \u003ch3 class=\"spec__item__desc__text__content__title\"\u003eギフトにおすすめ\u003c\/h3\u003e\n                                \u003cp class=\"spec__item__desc__text__content__desc\"\u003eブレインスリープ\n                                    ピロー1個とピローカバーが入る、ちょうど良い大きさのギフトボックスです。\u003cbr\u003e外蓋には上品な箔押しのロゴを施し、蓋を開けると\"GIFT YOU THE BEST\n                                    SLEEP\" のメッセージ。\u003cbr\u003e贈る人の想いが伝わる、特別なデザインに仕上げました。\u003cbr\u003e\u003cbr\u003e\u003cspan style=\"font-size: 12px;\"\u003e\n                                        サイズ：横62cmx奥行き37.5cmx高さ21cm\u003cbr\u003eギフトボックス：¥1,100(税込) \u003c\/span\u003e\u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"faq\" class=\"faq js-box\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__main\"\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e枕の高さが合わない場合、サイズ交換はできますか？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            一般的にはSTANDARDがおすすめです。高めがお好みの方はHIGH、低めがお好みの方はLOWをお選びください。\n                        \u003c\/p\u003e\n                        \u003cbutton class=\"howto_btn\" id=\"howtoPopup_open\"\u003e自分に合ったピローの選び方を見る\u003c\/button\u003e\n                        \u003cdiv style=\"display: block; margin-top: 24px;\" id=\"faq_koukan\"\u003e\u003c\/div\u003e\n                        まずは1週間お試しください。高さが合わなければ、到着から30日以内に1回に限りサイズ交換が可能です（ブレインスリープ ピロー LOW・STANDARD・HIGH 限定）。交換後の再交換・返品はできかねますのでご注意ください。\u003cbr\u003e\u003cbr\u003e交換希望の方は、「\u003ca href=\"\/pages\/shop-contact\" target=\"_blank\" rel=\"noopener\" style=\"color: #1558d6; text-decoration: underline;\"\u003eお問い合わせフォーム\u003c\/a\u003e」に以下の情報をお送りください。\u003cbr\u003e※BRAIN SLEEP OFFICIAL SITE及びBRAIN\n                        SLEEP公式通販ショップ（楽天市場・Yahoo!ショッピング・Amazon）でご購入の場合に限り交換サービスの対象となります。\u003cbr\u003e※交換希望の際に購入履歴の確認のために注文番号を確認させていただいております。\u003cbr\u003e\u003cbr\u003e----------------------------------------------------\u003cbr\u003e【注文番号】：\u003cbr\u003e【購入サイズ】：\u003cbr\u003e【交換希望サイズ】：\u003cbr\u003e【使用期間\n                        ※まずは1週間はお試し下さい】：\u003cbr\u003e----------------------------------------------------\u003cbr\u003eブレインスリープ\n                        ピローのサイズ交換につきましては、交換品をお届けした際に、お手元の枕を配達員へお渡しいただく同時集荷での対応となります。\u003cbr\u003e※同時集荷の配送費は弊社負担とさせていただきます。\u003cbr\u003e※商品がお手元にないなど、同時集荷以外の交換対応に関しては承ることができませんのでご了承ください。\u003cbr\u003e※枕カバーはそのままご利用ください。交換品と一緒にお送り頂いた場合、返送は出来かねますのでご了承ください。\u003cbr\u003e※Amazon、楽天、Yahoo！等のショッピングモールでご購入いただいた場合は、サイズ交換の際にBRAIN\n                        SLEEP OFFICIAL SITEで会員登録が必要です。\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eお試し購入（30日間トライアル）とは？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            まず試して、納得したら続ける新しい購入体験です。\u003cbr\u003e\n                            30日間、ご自宅でじっくりお試しいただけます。\n                        \u003c\/p\u003e\n                        \u003cdiv class=\"faq__trial-steps\"\u003e\n                            \u003cdiv class=\"faq__trial-step\"\u003e\n                                \u003cdiv class=\"faq__trial-step__icon\"\u003e\n                                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n                                        \u003ccircle cx=\"8\" cy=\"21\" r=\"1\"\u003e\u003c\/circle\u003e\n                                        \u003ccircle cx=\"19\" cy=\"21\" r=\"1\"\u003e\u003c\/circle\u003e\n                                        \u003cpath d=\"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12\"\u003e\u003c\/path\u003e\n                                    \u003c\/svg\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"faq__trial-step__content\"\u003e\n                                    \u003cp class=\"faq__trial-step__title\"\u003e7,700円で注文\u003c\/p\u003e\n                                    \u003cp class=\"faq__trial-step__desc\"\u003e本体代5,500円＋トライアルサービス料2,200円をお支払いいただき注文確定\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"faq__trial-step\"\u003e\n                                \u003cdiv class=\"faq__trial-step__icon\"\u003e\n                                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n                                        \u003cpath d=\"M14 18V6a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v11a1 1 0 0 0 1 1h2\"\u003e\u003c\/path\u003e\n                                        \u003cpath d=\"M15 18H9\"\u003e\u003c\/path\u003e\n                                        \u003cpath d=\"M19 18h2a1 1 0 0 0 1-1v-3.65a1 1 0 0 0-.22-.624l-3.48-4.35A1 1 0 0 0 17.52 8H14\"\u003e\u003c\/path\u003e\n                                        \u003ccircle cx=\"17\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n                                        \u003ccircle cx=\"7\" cy=\"18\" r=\"2\"\u003e\u003c\/circle\u003e\n                                    \u003c\/svg\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"faq__trial-step__content\"\u003e\n                                    \u003cp class=\"faq__trial-step__title\"\u003e30日間、自宅でお試し\u003c\/p\u003e\n                                    \u003cp class=\"faq__trial-step__desc\"\u003e出荷日から30日間、じっくりお試しいただけます\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"faq__trial-step\"\u003e\n                                \u003cdiv class=\"faq__trial-step__icon\"\u003e\n                                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n                                        \u003cpolyline points=\"9 11 12 14 22 4\"\u003e\u003c\/polyline\u003e\n                                        \u003cpath d=\"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11\"\u003e\u003c\/path\u003e\n                                    \u003c\/svg\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"faq__trial-step__content\"\u003e\n                                    \u003cp class=\"faq__trial-step__title\"\u003e気に入ったらそのままキープ\u003c\/p\u003e\n                                    \u003cp class=\"faq__trial-step__desc\"\u003e残金27,500円を自動請求。合計35,200円で購入完了\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"faq__trial-step\"\u003e\n                                \u003cdiv class=\"faq__trial-step__icon\"\u003e\n                                    \u003csvg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewbox=\"0 0 24 24\" aria-hidden=\"true\"\u003e\n                                        \u003cpath d=\"m21 16-4 4-4-4\"\u003e\u003c\/path\u003e\n                                        \u003cpath d=\"M17 20V4\"\u003e\u003c\/path\u003e\n                                        \u003cpath d=\"m3 8 4-4 4 4\"\u003e\u003c\/path\u003e\n                                        \u003cpath d=\"M7 4v16\"\u003e\u003c\/path\u003e\n                                    \u003c\/svg\u003e\n                                \u003c\/div\u003e\n                                \u003cdiv class=\"faq__trial-step__content\"\u003e\n                                    \u003cp class=\"faq__trial-step__title\"\u003eサイズ交換・返却もOK\u003c\/p\u003e\n                                    \u003cp class=\"faq__trial-step__desc\"\u003e高さが合わなければサイズ交換、ご不満なら返却を選択可能。返却・交換の送料は一切かかりません\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                        \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_trial\" class=\"support-benefits-section__shop-link\" target=\"_blank\"\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-inner\"\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-title\"\u003eご自宅で試す\u003c\/span\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-sub\"\u003e30日間のトライアルサービスのご案内\u003c\/span\u003e\n                            \u003c\/span\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-arrow\"\u003e›\u003c\/span\u003e\n                        \u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e長く使用するためのサポートはありますか？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            はい、次回購入時は10,000円OFFで新品と交換可能です。\u003cbr\u003e詳しくは\u003ca href=\"\/pages\/eco_cycle_program\" style=\"color: #1558d6; text-decoration: underline;\"\u003eこちら\u003c\/a\u003eをご確認ください。\u003cbr\u003e\n                            ※Web購入・会員登録が必要です\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eブレインスリープ ピローはどこで購入できますか？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e取扱店舗でもご購入いただけます。店舗により取扱商品が異なりますので、 \u003cbr\u003e\n                            詳しくは \u003ca href=\"\/pages\/shop_information\" target=\"_blank\" rel=\"noopener\" style=\"color: #1558d6; text-decoration: underline;\"\u003eこちら\u003c\/a\u003eからご確認ください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eブレインスリープ ピローはどうやってお手入れすればいいですか？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            \u003cstrong\u003e汚れ・においが気になるとき\u003c\/strong\u003e\u003cbr\u003eシャワーの水で全体を洗い流してください。特に汚れやにおいが気になる際は、薄めた中性洗剤を使用してください。洗った後は風通しの良い平らな場所で陰干しをしてください。\u003cbr\u003e早く乾かしたい場合は、バスタオルで枕を包み上下に優しく振って水気を切ってから乾かしてください。\n                        \u003c\/p\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            \u003cstrong\u003e高さが気になってきたとき（1〜2か月に一度）\u003c\/strong\u003e\u003cbr\u003e\u003cstrong\u003eSTEP1：45〜50℃のお湯を60秒程度かける\u003c\/strong\u003e\u003cbr\u003e平らな場所に置いて、気になる部分にお湯をかけてください。立てかけた状態や加重をかけながらお湯をかけると変形の恐れがあるのでお控えください。\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eSTEP2：水を15秒程度かけてふんわり感を固定\u003c\/strong\u003e\u003cbr\u003e水道水の水温でOKです。※夏の猛暑日などは水道水の温度が上がるため効果が薄れることがあります。\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003eSTEP3：風通しのよい日陰で乾かす\u003c\/strong\u003e\u003cbr\u003e平らな場所に平置きにして乾かしてください。直射日光や温風での乾燥はお控えください。早く乾かしたい場合は、バスタオルで枕を包み上下に優しく振って水気を切ってください。\n                        \u003c\/p\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            また、体調や気分など、その日の状態に合わせて常にベストなフィット感を提供するための、ブレインスリープ ピローの高さ調整ができる『ブレインスリープ ピロー アジャストシート』もございます。\u003cbr\u003e\u003cbr\u003e\u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_adjustsheet\"\u003e\u003cimg style=\"max-width: 600px; width: 100%; height: auto;\" height=\"294\" width=\"600\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_banner_ajustsheet.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/a\u003e\n                        \u003c\/p\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            【お手入れ・メンテナンス共通の注意事項】\u003cbr\u003e立て掛ける、折り曲げる、上に物を置く、加重をかけるなどの状態でお手入れすると、枕にしわのような線が入ったりくぼむことがありますのでお避けください。\u003cbr\u003e51℃以上の高温のお湯はかけないでください。\u003cbr\u003e直射日光や温風などでの乾燥はお避けください。\u003cbr\u003e整髪料や化粧品などにより変色することがあります。素材自体が変色した場合はお手入れをしても元の色に戻すことはできないためご注意ください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e枕の表と裏はどうやって見分けますか？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            枕には表裏が分かる目印が付いています。目印が付いている面を下向きにしてご使用ください。また、目印は外さずにご使用ください。\u003cbr\u003eもし表裏が分からなくなった場合は、繊維が細かく柔らかい方が表側、繊維が太く触って硬い方が裏側になりますので触ってお確かめください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eブレインスリープ ピローカバーはどうやって取り付けますか？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            枕カバー内側のメッシュ面を下にして、枕の硬い面を上にしてセットします。枕カバーのフラップを中に入れて調整した後、枕を上下反転してご使用ください。\u003cbr\u003e※枕はメッシュがある面に頭が乗るようにしてご使用ください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e使わない時の保管方法はどうすればいいですか？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            日中でも枕を使わない時は、高温多湿は避け上から荷重をかけずに保管してください。\u003cbr\u003e直射日光が当たる場所、高温になる場所での保管は避けてください。\u003cbr\u003e\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .pc_reco {\n        font-size: 18px !important\n    }\n\n    @media screen and (max-width:749px) {\n        .sp_reco {\n            font-size: 12px !important\n        }\n    }\n\n    .conversion-section {\n        margin-top: 60px;\n        text-align: center;\n    }\n\n    .conversion-section__image {\n        width: 70%;\n        max-width: 600px;\n    }\n\n    .conversion-section__button-wrap {\n        margin-top: 20px;\n    }\n\n    .rwlp__wrapper a.conversion-section__button {\n        display: inline-block;\n        max-width: 320px;\n        width: 100%;\n        background: #1a1a1a;\n        color: #fff;\n        font-size: 16px;\n        font-weight: 700;\n        letter-spacing: 0.1em;\n        padding: 14px 60px;\n        border-radius: 50px;\n        text-decoration: none;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection id=\"related\" class=\"related__title\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e関連商品\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection style=\"height: 0;width: 0;overflow: hidden;\"\u003e\n            \u003cdiv class=\"pillow-cards-slider\"\u003e\n                \u003cdiv class=\"product-card\"\u003e\n                    \u003cdiv class=\"product-image-container\"\u003e\n                        \u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_thumbnail_pillow_organic_cloudwhite.webp\" alt=\"ブレインスリープ ピロー\" class=\"product-image\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"product-content\"\u003e\n                        \u003cp class=\"product-subtitle\"\u003eSTANDARD \/ LOW \/ HIGH\u003c\/p\u003e\n                        \u003ch3 class=\"product-name\"\u003eブレインスリープ ピロー\u003c\/h3\u003e\n                        \u003cp class=\"product-description\"\u003e脳が眠る枕。独自の三層構造で最適温度をキープ。\u003c\/p\u003e\n                        \u003cdiv class=\"product-actions\"\u003e\n                            \u003ca href=\"#custom_product_cta\" class=\"btn-primary\"\u003e購入する\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"product-card\"\u003e\n                    \u003cdiv class=\"product-image-container\"\u003e\n                        \u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_thumbnail_pillow_neckconditioning_organic_cloudwhite_10c623e2-7787-4f6f-ab2b-78bf41cdcba3.webp\" alt=\"ブレインスリープ ピロー ネックコンディショニング\" class=\"product-image\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"product-content\"\u003e\n                        \u003cp class=\"product-subtitle\"\u003eNECK CONDITIONING\u003c\/p\u003e\n                        \u003ch3 class=\"product-name\"\u003eブレインスリープ ピロー ネックコンディショニング\u003c\/h3\u003e\n                        \u003cp class=\"product-description\"\u003e首・肩を整えるストレートネック対応モデル。\u003c\/p\u003e\n                        \u003cdiv class=\"product-actions\"\u003e\n                            \u003ca href=\"\/products\/pillow_neckconditioning\" class=\"btn-primary\"\u003e購入する\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"product-card\"\u003e\n                    \u003cdiv class=\"product-image-container\"\u003e\n                        \u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_thumbnail_pillow_snoreless_organic_cloudwhite.jpg\" alt=\"ブレインスリープ ピロー スノーレス\" class=\"product-image\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"product-content\"\u003e\n                        \u003cp class=\"product-subtitle\"\u003e\u003c\/p\u003e\n                        \u003ch3 class=\"product-name\"\u003eブレインスリープ ピロー スノーレス\u003c\/h3\u003e\n                        \u003cp class=\"product-description\"\u003e気道確保でいびき軽減。横向き寝をサポート。\u003c\/p\u003e\n                        \u003cdiv class=\"product-actions\"\u003e\n                            \u003ca href=\"\/products\/pillow_snoreless\" class=\"btn-primary\"\u003e購入する\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003cstyle\u003e\n            .pillow-cards-slider {\n                max-width: 1080px;\n                margin: 0 auto;\n                padding: 40px 20px;\n            }\n\n            .pillow-cards-slider .product-card {\n                background-color: #fff;\n                border-radius: 8px;\n                overflow: hidden;\n                box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);\n                margin: 0 16px;\n            }\n\n            .pillow-cards-slider .product-image-container {\n                position: relative;\n                padding-top: 70%;\n                background-color: #f8f8f8;\n                overflow: hidden;\n            }\n\n            .pillow-cards-slider .product-image {\n                position: absolute;\n                top: 50%;\n                left: 50%;\n                transform: translate(-50%, -50%);\n                width: 75%;\n                height: auto;\n                object-fit: contain;\n            }\n\n            .pillow-cards-slider .product-content {\n                padding: 24px 20px;\n            }\n\n            .pillow-cards-slider .product-subtitle {\n                font-size: 10px;\n                letter-spacing: 0.12em;\n                color: #999;\n                margin-bottom: 6px;\n            }\n\n            .pillow-cards-slider .product-name {\n                font-size: 14px;\n                font-weight: 500;\n                color: #1a1a1a;\n                margin-bottom: 8px;\n                line-height: 1.4;\n            }\n\n            .pillow-cards-slider .product-description {\n                font-size: 12px;\n                color: #888;\n                line-height: 1.6;\n                margin-bottom: 16px;\n            }\n\n            .pillow-cards-slider .product-actions {\n                display: flex;\n                gap: 8px;\n            }\n\n            .pillow-cards-slider .btn-primary {\n                flex: 1;\n                padding: 12px 16px;\n                font-size: 12px;\n                font-weight: 500;\n                color: #fff;\n                background-color: #1a1a1a;\n                border: none;\n                border-radius: 4px;\n                cursor: pointer;\n                letter-spacing: 0.03em;\n                -webkit-tap-highlight-color: transparent;\n            }\n\n            .pillow-cards-slider .btn-secondary {\n                padding: 12px 14px;\n                font-size: 12px;\n                color: #666;\n                background-color: transparent;\n                border: 1px solid #e0e0e0;\n                border-radius: 4px;\n                cursor: pointer;\n                white-space: nowrap;\n                -webkit-tap-highlight-color: transparent;\n            }\n\n            .pillow-cards-slider .slick-dots {\n                display: flex !important;\n                justify-content: center;\n                align-items: center;\n                gap: 7px;\n                left: 0 !important;\n                width: 100% !important;\n                bottom: -10px;\n            }\n\n            .pillow-cards-slider .slick-dots li {\n                background-color: #ccc !important;\n                cursor: pointer;\n                display: block !important;\n                height: 7px !important;\n                width: 7px !important;\n                flex: none !important;\n                margin: 0 !important;\n                padding: 0;\n                border-radius: 50% !important;\n                position: relative;\n                transition: background-color 0.3s ease;\n            }\n\n            .pillow-cards-slider .slick-dots li button {\n                display: block;\n                width: 100%;\n                height: 100%;\n                padding: 0;\n                opacity: 0;\n                position: absolute;\n                inset: 0;\n                cursor: pointer;\n                font-size: 0;\n            }\n\n            .pillow-cards-slider .slick-dots li button:before {\n                content: '';\n                display: none;\n            }\n\n            .pillow-cards-slider .slick-dots li.slick-active {\n                background-color: #333 !important;\n                width: 9px !important;\n                height: 9px !important;\n                flex: none !important;\n            }\n\n            .pillow-cards-slider .slick-prev,\n            .pillow-cards-slider .slick-next {\n                display: none !important;\n            }\n\n            .pillow-cards-slider .slick-slide {\n                padding: 0;\n            }\n\n            .pillow-cards-slider .slick-list {\n                overflow: visible;\n            }\n        \u003c\/style\u003e\n        \u003cscript\u003e\n            $(document).ready(function () {\n                if ($('.pillow-cards-slider').length) {\n                    \/\/ SP専用設定\n                    const slickOptions = {\n                        dots: true,\n                        infinite: false,\n                        speed: 300,\n                        slidesToShow: 1,\n                        slidesToScroll: 1,\n                        centerMode: true,\n                        centerPadding: '5%',\n                        arrows: false\n                    };\n\n                    $('.pillow-cards-slider').slick(slickOptions);\n                }\n            });\n        \u003c\/script\u003e\n\n        \u003csection style=\"border-top: unset;\" id=\"related_products\" class=\"technology__item\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\u003cimg height=\"458\" width=\"815\" alt=\"ブレインスリープ ピロー パーフェクト クール\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_related_pillow_cool.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eブレインスリープ ピロー\u003cbr\u003eパーフェクト クール\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__lead ad_on_off\"\u003e夏の睡眠をクールに。\u003cbr\u003e速く、深く、脳まで眠る。\n                            \u003c\/p\u003e\n                            \u003cp style=\"display: none;\" class=\"technology__item__desc__text__content__lead y_ad_on\"\u003e\n                                夏の睡眠をクールに。\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eアイスパック付きで、猛暑にもしっかり頭を冷やせる枕。\u003c\/p\u003e\n                            \u003ca class=\"related__btn\" href=\"https:\/\/brain-sleep.com\/products\/pillow_perfectcool\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\u003cimg height=\"458\" width=\"815\" alt=\"ブレインスリープ ピロー ネックコンディショニング\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_related_pillow_conditioning.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eブレインスリープ ピロー\u003cbr\u003eネックコンディショニング\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__lead\"\u003e首を理想のカーブへ\u003cbr\u003e寝ながら身体を整える\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                睡眠専門鍼灸マッサージスタジオ監修の首のカーブを整える枕。首を伸ばして頭部を緩めることで首回りが軽くなる\u003c\/p\u003e\n                            \u003ca class=\"related__btn\" href=\"https:\/\/brain-sleep.com\/products\/pillow_neckconditioning\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\u003cimg height=\"407\" width=\"819\" alt=\"ブレインスリープ ピロー スノーレス\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_related_snoreless.webp\" decoding=\"async\" loading=\"lazy\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eブレインスリープ ピロー\u003cbr\u003eスノーレス\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__lead ad_off\"\u003eいびきをカット\u003cbr\u003e横向き寝を促進し、快適な眠りを。\n                            \u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc ad_off\"\u003e\n                                いびき・睡眠時無呼吸症候群専門クリニックが推奨。いびきを抑えるクラウンウェーブ形状が、 横向き寝を促進、呼吸を整える。いびきの軽減に焦点を当てた枕。\u003c\/p\u003e\n                            \u003cp style=\"display: none;\" class=\"technology__item__desc__text__content__lead y_ad_on ad_on\"\u003e\n                                横向き寝を促進し、快適な眠りを。\u003c\/p\u003e\n                            \u003cp style=\"display: none;\" class=\"technology__item__desc__text__content__desc y_ad_on ad_on\"\u003e\n                                いびき・睡眠時無呼吸症候群専門クリニックが推奨。クラウンウェーブ形状が、 横向き寝を促進、呼吸を整える。いびきに焦点を当てた枕。\u003c\/p\u003e\n                            \u003ca class=\"related__btn\" href=\"https:\/\/brain-sleep.com\/products\/pillow_snoreless\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison\"\u003e\n                \u003ch2 class=\"comparison__ttl\"\u003e製品比較表\u003c\/h2\u003e\n                \u003cdiv class=\"comparison__wrap spec__table1\"\u003e\n                    \u003cimg height=\"819\" width=\"1000\" alt=\"ブレインスリープ ピローシリーズの製品比較表\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_adpage_comparison_cool.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-pc\"\u003e\n                    \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\u003cimg height=\"819\" width=\"1000\" alt=\"ブレインスリープ ピローシリーズの製品比較表\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_adpage_comparison_cool.webp\" decoding=\"async\" loading=\"lazy\" class=\"u-sp\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n                        \u003cimg height=\"45\" width=\"45\" alt=\"\" class=\"spec__table__nav__prev\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_prev.webp?2\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"45\" width=\"45\" alt=\"\" class=\"spec__table__nav__next\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_next.webp?2\" decoding=\"async\" loading=\"lazy\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection id=\"possibility\" class=\"possibility\"\u003e\u003cimg height=\"640\" width=\"1280\" class=\"only_pc\" alt=\"AWAKEN YOUR POSSIBILITY\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_possibility_img_model.webp\" decoding=\"async\" loading=\"lazy\"\u003e \u003cimg height=\"375\" width=\"375\" class=\"only_sp\" alt=\"AWAKEN YOUR POSSIBILITY\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_possibility_img_model_sp.webp\" decoding=\"async\" loading=\"lazy\"\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003c!-- 選び方ガイドのポップアップ ここから --\u003e\n\u003cdiv class=\"howto_popup\" id=\"howtoPopup\"\u003e\n    \u003cdiv class=\"howto_popup_wrap\"\u003e\n        \u003cbutton class=\"close_btn\" id=\"closeBtn\"\u003e✖\u003c\/button\u003e\n        \u003ch4\u003e枕選びにお悩みの方へ\u003c\/h4\u003e\n        \u003cdiv class=\"howto__popup__content\"\u003e\n            \u003ch5\u003e\n                \u003cspan\u003e自分に合った枕選びのポイント①\u003c\/span\u003e 枕の理想的な高さを知ろう\n            \u003c\/h5\u003e\n            \u003cdiv class=\"howto__popup__img\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/howto_popup_ideal_1.webp\" alt=\"正しい枕\" loading=\"lazy\" decoding=\"async\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/howto_popup_ideal_2.webp\" alt=\"低すぎる枕\" loading=\"lazy\" decoding=\"async\"\u003e\n                \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/howto_popup_ideal_3.webp\" alt=\"高すぎる枕\" loading=\"lazy\" decoding=\"async\"\u003e\n            \u003c\/div\u003e\n            \u003cul class=\"point_list\"\u003e\n                \u003cli\u003e✓ 高さが合っていると目線は真上よりやや下向き\u003c\/li\u003e\n                \u003cli\u003e✓ 首・肩の筋肉に入っていない状態\u003c\/li\u003e\n                \u003cli\u003e✓ のどが圧迫されず呼吸がしやすい\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cp\u003e枕は高すぎても低すぎてもよくありません。後頭部が高いと首が圧迫されて、首や肩のこり、痛み、いびきの原因になることもあります。反対に低すぎる枕では頭が安定せず、首や肩に負担がかかります。\n                一般的に、仰向けの状態で頭を乗せたときに、\u003cspan class=\"blue_line\"\u003e首から頭にかけての傾斜角度が10～15度、額より顎の先が0～5度程度下がる状態が理想の寝姿勢\u003c\/span\u003eとされています。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"howto__popup__content\"\u003e\n            \u003ch5\u003e\n                \u003cspan\u003e自分に合った枕選びのポイント②\u003c\/span\u003e 仰向け枕？横向き枕？自分の寝姿勢から選ぼう\n            \u003c\/h5\u003e\n            \u003cul class=\"point_list_2\"\u003e\n                \u003cli\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/howto_popup_yoko_1.webp\" alt=\"横向き枕\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003cp\u003e仰向け枕のときは、真っ直ぐに立った状態と同じように、首の骨が緩やかなS字カーブになる高さの枕がオススメです。\u003cbr\u003e肩の厚みの高さに近い高さの枕を選択すると理想の高さになります。\u003c\/p\u003e\n                \u003c\/li\u003e\n                \u003cli\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/howto_popup_yoko_2.webp\" alt=\"低すぎる枕\" loading=\"lazy\" decoding=\"async\"\u003e\n                    \u003cp\u003e横向き枕のときは、真っ直ぐに立った状態と同じように、頭から背中にかけての骨が真っ直ぐになる高さの枕がオススメです。\u003cbr\u003e肩の高さに近い高さの枕を選択すると理想の高さになります。\u003cbr\u003e仰向け枕ではLowがピッタリな方も横向きではStandardの方が合うといった場合もあります。\n                    \u003c\/p\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\u003c!-- 選び方ガイドのポップアップ ここまで --\u003e\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_all_v1.css\"\u003e\n    \u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.css\"\u003e\n    \u003cnoscript\u003e\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.css\"\u003e\u003c\/noscript\u003e\n    \u003cscript src=\"https:\/\/code.jquery.com\/jquery-3.6.0.min.js\"\u003e\u003c\/script\u003e\n    \u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_all_v1.js\"\u003e\u003c\/script\u003e\n    \u003cscript\u003ejQuery(function () { const n = location.search; if (n.indexOf(\"?ad_y\") === 0) { const n = document.getElementById(\"fixed_01\"); n.style.display = \"none\"; console.log(\"yahoo広告\"); jQuery(\".shopify-section-group-header-group\").css({ display: \"none\" }); jQuery(\".rwlp__header__wrapper\").css({ display: \"block\" }); window.matchMedia(\"(max-width: 768px)\").matches ? jQuery(\"body\").css({ \"padding-top\": \"65px\" }) : jQuery(\"body\").css({ \"padding-top\": \"90px\" }); jQuery(\".ad_off\").css({ display: \"none\" }); jQuery(\".ad_on_off\").css({ cssText: \"display:none !important;\" }); jQuery(\".y_ad_on\").css({ cssText: \"display:block !important;\" }); jQuery(\".ad_on\").css({ display: \"none\" }) } else if (n.indexOf(\"?ad\") === 0) { console.log(\"通常広告\"); const n = document.getElementById(\"fixed_01\"); n.style.display = \"none\"; jQuery(\".shopify-section-group-header-group\").css({ display: \"none\" }); jQuery(\".rwlp__header__wrapper\").css({ display: \"block\" }); window.matchMedia(\"(max-width: 768px)\").matches ? jQuery(\"body\").css({ \"padding-top\": \"65px\" }) : jQuery(\"body\").css({ \"padding-top\": \"90px\" }); jQuery(\".ad_off\").css({ display: \"none\" }); jQuery(\".y_ad_on\").css({ cssText: \"display:none !important;\" }); jQuery(\".ad_on_off\").css({ cssText: \"display:block !important;\" }); jQuery(\".ad_on\").css({ display: \"block\" }) } else console.log(\"なにもなし\"), jQuery(\".y_ad_on\").css({ cssText: \"display:none !important;\" }), jQuery(\".ad_off\").css({ display: \"block\" }), jQuery(\".ad_on\").css({ display: \"none\" }) })\u003c\/script\u003e\n\n    \u003cscript\u003e\n        window.addEventListener('DOMContentLoaded', function () {\n\n            var slickOptions = {\n                dots: true,\n                infinite: true,\n                speed: 300,\n                slidesToShow: 1,\n                slidesToScroll: 1,\n                centerMode: false,\n                arrows: true\n            };\n\n            function initSlick() {\n                if (!jQuery('.card-carousel').length) return;\n\n                if (window.innerWidth \u003c 768) {\n                    if (!jQuery('.card-carousel').hasClass('slick-initialized')) {\n                        jQuery('.card-carousel').slick(slickOptions);\n                    }\n                } else {\n                    if (jQuery('.card-carousel').hasClass('slick-initialized')) {\n                        jQuery('.card-carousel').slick('unslick');\n                    }\n                }\n            }\n\n            if (typeof jQuery !== 'undefined' \u0026\u0026 typeof jQuery.fn.slick !== 'undefined') {\n                initSlick();\n                jQuery(window).on('resize', initSlick);\n            } else {\n                setTimeout(function () {\n                    if (typeof jQuery !== 'undefined' \u0026\u0026 typeof jQuery.fn.slick !== 'undefined') {\n                        initSlick();\n                        jQuery(window).on('resize', initSlick);\n                    }\n                }, 100);\n            }\n\n        });\n    \u003c\/script\u003e\n\n\u003cstyle\u003e\n    .spec__item__desc__text__content__title,\n    #clean .technology__item__desc.tips .technology__item__desc__text__content__desc span,\n    .technology__link__lists__title,\n    .concept__txt,\n    .fit__ttl,\n    .sleep__info__quality__cold__text,\n    .sleep__info__quality__golden__title,\n    .sleep__info__book__text__title,\n    .sleep__info__book__top,\n    .mv__caption__text,\n    .technology__item__desc__text__content__title {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif\n    }\n\n    #clean .technology__item__desc.tips .technology__item__desc__text__content__title {\n        font-family: Termina, \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif\n    }\n\n    .mv__caption__text span {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", sans-serif\n    }\n\u003c\/style\u003e\n\u003cdiv style=\"display: block;\" name=\"buy\" id=\"buy\"\u003e\u003c\/div\u003e\n\u003cp\u003e\n    \u003cscript\u003edocument.addEventListener(\"DOMContentLoaded\", function () { const n = document.querySelectorAll(\".custom-smooth-scroll\"); n.forEach(function (n) { n.addEventListener(\"click\", function (n) { n.preventDefault(); const t = this.getAttribute(\"href\"), i = document.querySelector(t), r = i.getBoundingClientRect().top + window.scrollY - 20; window.scrollTo({ top: r, behavior: \"smooth\" }) }) }) })\u003c\/script\u003e\n    \u003cscript\u003evar startPos = 0, winScrollTop = 0; $(window).on(\"scroll\", function () { winScrollTop = $(this).scrollTop(); winScrollTop \u003e= startPos ? winScrollTop \u003e= 130 ? ($(\".rwlp__header__wrapper\").addClass(\"animate\"), $(\".rwlp__header__wrapper\").addClass(\"hide\"), $(\".rwlp__header__wrapper\").addClass(\"fixed\")) : winScrollTop \u003e= 90 ? ($(\".rwlp__header__wrapper\").addClass(\"fixed\"), $(\".rwlp__header__wrapper\").removeClass(\"animate\")) : $(\".rwlp__header__wrapper\").removeClass(\"fixed\") : $(\".rwlp__header__wrapper\").removeClass(\"hide\"); startPos = winScrollTop })\u003c\/script\u003e\n\u003c\/p\u003e\n\u003c!-- FAQサイズ交換リンク遷移 ここから --\u003e\n\u003cstyle\u003e\n    .faq_koukan_link {\n        display: inline-block;\n        margin: 0;\n        text-align: center;\n        border: none;\n        vertical-align: middle;\n        cursor: pointer;\n        white-space: nowrap;\n        padding: 10px 20px;\n        text-decoration: none;\n        -webkit-transition: all .4s ease;\n        -moz-transition: all .4s ease;\n        transition: all .4s ease;\n    }\n\n    .faq_koukan_link:hover {\n        opacity: .7;\n    }\n\u003c\/style\u003e\n\u003c!-- FAQサイズ交換リンク遷移 ここまで --\u003e\n\u003cscript\u003e\n\n    jQuery('.faq_koukan_link').on('click', function () {\n        jQuery('#modal').removeClass('cta__modal open');\n        jQuery('#modalContainer').removeClass('cta__container');\n        jQuery('html, body').removeClass('modal-open');\n\n        jQuery(\".faq__item:nth-of-type(1) .faq__item__answer\").show();\n        jQuery(\".faq__item:nth-of-type(1) .faq__item__question\").addClass(\"open\");\n\n        var headerHeight = jQuery('.rwlp__header').outerHeight() + 10;\n        var href = jQuery(this).attr(\"href\");\n        var target = jQuery(href);\n        var position = target.offset().top - headerHeight;\n        jQuery('body,html').stop().animate({ scrollTop: position }, 300);\n\n        setTimeout(function () {\n            var position = target.offset().top - headerHeight;\n            jQuery('body,html').stop().animate({ scrollTop: position }, 300);\n        }, 500);\n\n    });\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n    .faq_koukan_link {\n        display: inline-block;\n        margin: 0;\n        text-align: center;\n        border: none;\n        vertical-align: middle;\n        cursor: pointer;\n        white-space: nowrap;\n        padding: 10px 20px;\n        text-decoration: none;\n        -webkit-transition: all .4s ease;\n        -moz-transition: all .4s ease;\n        transition: all .4s ease;\n    }\n\n    .faq_koukan_link:hover {\n        opacity: .7;\n    }\n\u003c\/style\u003e\n","brand":"株式会社ブレインスリープ","offers":[{"title":"STANDARD \/ オーガニックスリープ \/ ホワイト","offer_id":45417279258846,"sku":"P0002S1-STCW","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ オーガニックスリープ \/ ネイビー\/ブルー","offer_id":46852067459294,"sku":"P0002S1-STMN","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ オーガニックスリープ \/ グレー","offer_id":45417279324382,"sku":"P0002S1-STSG","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ アクティブエア \/ ホワイト","offer_id":45417279127774,"sku":"P0002S1-STWH","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ アクティブエア \/ ネイビー\/ブルー","offer_id":46852067426526,"sku":"P0002S1-STNV","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ パーフェクト クール EX \/ ネイビー\/ブルー","offer_id":46852067492062,"sku":"P0002S1-STSX","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"STANDARD \/ パーフェクト クール EX \/ グレー","offer_id":46645203370206,"sku":"P0002S1-STLG","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ オーガニックスリープ \/ ホワイト","offer_id":45416599781598,"sku":"P0002S1-LWCW","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ オーガニックスリープ \/ ネイビー\/ブルー","offer_id":46852067557598,"sku":"P0002S1-LWMN","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ オーガニックスリープ \/ グレー","offer_id":45416599847134,"sku":"P0002S1-LWSG","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ アクティブエア \/ ホワイト","offer_id":45416599650526,"sku":"P0002S1-LWWH","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ アクティブエア \/ ネイビー\/ブルー","offer_id":46852067524830,"sku":"P0002S1-LWNV","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ パーフェクト クール EX \/ ネイビー\/ブルー","offer_id":46852067590366,"sku":"P0002S1-LWSX","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"LOW \/ パーフェクト クール EX \/ グレー","offer_id":46645203566814,"sku":"P0002S1-LWLG","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ オーガニックスリープ \/ ホワイト","offer_id":45417279520990,"sku":"P0002S1-HGCW","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ オーガニックスリープ \/ ネイビー\/ブルー","offer_id":46852067655902,"sku":"P0002S1-HGMN","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ オーガニックスリープ \/ グレー","offer_id":45417279586526,"sku":"P0002S1-HGSG","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ アクティブエア \/ ホワイト","offer_id":45417279389918,"sku":"P0002S1-HGWH","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ アクティブエア \/ ネイビー\/ブルー","offer_id":46852067623134,"sku":"P0002S1-HGNV","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ パーフェクト クール EX \/ ネイビー\/ブルー","offer_id":46852067688670,"sku":"P0002S1-HGSX","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"HIGH \/ パーフェクト クール EX \/ グレー","offer_id":46645203763422,"sku":"P0002S1-HGLG","price":34100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_pillow_organic_cloudwhite.webp?v=1766567642"},{"product_id":"pillow_neckconditioning","title":"ブレインスリープ ピロー ネックコンディショニング","description":"\u003clink rel=\"preload\" as=\"image\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_kv_logo.webp\" fetchpriority=\"high\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/unpkg.com\/modern-css-reset\/dist\/reset.min.css\"\u003e\n\u003cstyle\u003e\n\/* hタグ調整箇所の文字色調整 *\/\n.neck_stretch_gear__ttl,\n.intro03__ttl,\n.intro01__ttl {\n    color: #fff;\n}\n\n    #MainContent,\n    html.js {\n        overflow: unset\n    }\n\n    .technology__item__desc div:empty {\n        display: block\n    }\n\n    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n\n    .rwlp__wrapper img {\n        width: 100%\n    }\n\n    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n\n    h1,\n    h2,\n    h3 {\n        font-weight: 400 !important\n    }\n\n    .pillow__mv {\n        font-weight: 500;\n        height: 56.0714285714286vw;\n        overflow: hidden;\n        position: relative\n    }\n\n    .pillow__mv__layer1 {\n        height: 100%;\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100vw\n    }\n\n    .mv__caption {\n        left: 7.65vw;\n        position: absolute;\n        top: 5.42857vw;\n        z-index: 3\n    }\n\n    .mv__caption__title {\n        margin-top: 2.4vw;\n        max-width: 100%;\n        width: 22.07142vw\n    }\n\n    .mv__caption__text {\n        font-size: 2.96vw;\n        line-height: 1.2\n    }\n\n    .termina {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Yu Gothic Pr6N R\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-weight: 400\n    }\n\n    @media screen and (max-width:749px) {\n\n        .other__col2__item__img img {\n            width: 70% !important;\n            margin: 0 auto;\n            display: block;\n        }\n\n        .pillow__mv {\n            height: 142vw\n        }\n\n        .mv__caption {\n            left: 8vw;\n            position: absolute;\n            top: 10vw;\n            transform: none\n        }\n\n        .mv__caption__text {\n            font-size: 5.333vw\n        }\n\n        .mv__caption__title {\n            margin-top: 4vw;\n            width: 72.2666vw;\n            margin-left: .55vw\n        }\n    }\n\n    .u-ta-c {\n        text-align: center !important\n    }\n\n    .u-mt-8 {\n        margin-top: 8px !important\n    }\n\n    @media screen and (max-width:1400px) {\n        .intro01__bg img {\n            max-width: unset;\n            width: 1400px\n        }\n    }\n\n    .intro01__ttl {\n        font-size: 30px;\n        margin-bottom: 30px\n    }\n\n    @media screen and (max-width:749px) {\n        .intro01__bg img {\n            width: 100%\n        }\n\n        .intro01__ttl {\n            font-size: 21px;\n            margin-bottom: 20px\n        }\n\n        .technology__item .spec__table1__wrap img {\n            width: 220vw;\n            max-width: unset\n        }\n    }\n\n    .container {\n        width: 100% !important\n    }\n\n    body {\n        overflow-x: hidden\n    }\n\n    h1,\n    h2,\n    h3 {\n        font-weight: 400 !important\n    }\n\n    .technology__link__lists__img img {\n        width: 100%\n    }\n\n    .technology__item__desc__text {\n        display: flex;\n        flex-direction: column;\n        justify-content: space-between;\n        flex-shrink: 0;\n        justify-content: space-between;\n        margin-right: 8.0714285714286vw;\n        width: 26.2857142857143vw\n    }\n\n    .technology__item__desc__img {\n        padding-top: 36%;\n        position: relative;\n        width: 58.1428571428571vw;\n        flex: 1\n    }\n\n    .technology__item__desc__img video {\n        height: 100%;\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100%\n    }\n\n    .technology__item__desc__img img {\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100%\n    }\n\n    .technology__item__desc__text__content__title {\n        font-size: 30px;\n        font-weight: 500;\n        letter-spacing: -.06em;\n        line-height: 1.733333333333333\n    }\n\n    #tech03 .technology__item__desc.tips .technology__item__desc__text__content__title {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Yu Gothic Pr6N R\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-weight: 400;\n        letter-spacing: 0\n    }\n\n    .support-benefits-section {\n        width: 100%;\n        background-color: #f5f0eb;\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__eco-box {\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__support {\n        padding: 40px 20px;\n        text-align: center;\n        max-width: 1080px;\n    }\n\n    .support-benefits-section__support-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        color: #000;\n        ;\n        margin: 0 0 3vw;\n        font-size: 27px;\n        line-height: 1.6;\n        text-align: justify;\n    }\n\n    .support-benefits-section__support-subtitle {\n        color: #000;\n        font-size: 16px;\n        text-align: justify;\n        font-weight: bold;\n        line-height: 1.6;\n        margin: 0 0 30px;\n    }\n\n    .support-benefits-section__guarantee {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 8vw;\n    }\n\n    .support-benefits-section__guarantee-item {\n        padding: 30px 0;\n        border-bottom: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-item:first-child {\n        border-top: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-header {\n        display: flex;\n        align-items: center;\n        gap: 3vw;\n        margin-bottom: 2vw;\n    }\n\n    .rwlp__wrapper img.support-benefits-section__guarantee-icon {\n        display: block;\n        width: 38px;\n        height: auto;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__guarantee-title {\n        font-weight: bold;\n        color: #000;\n        ;\n        margin: 0;\n        letter-spacing: 0.05em;\n        font-size: 25px;\n    }\n\n    .support-benefits-section__guarantee-text {\n        font-size: 14px;\n        color: #000;\n        line-height: 1.6;\n        margin: 0;\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-box {\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__shop-link {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        background-color: #fff;\n        border: 1px solid #000;\n        padding: 20px;\n        text-decoration: none;\n        color: #000;\n        max-width: 400px;\n        width: 100%;\n    }\n\n    .support-benefits-section__shop-link-inner {\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-link-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        display: block;\n        margin-bottom: 1vw;\n    }\n\n    .support-benefits-section__shop-link-sub {\n        color: #000;\n        display: block;\n    }\n\n    .support-benefits-section__shop-link-arrow {\n        color: #000;\n        ;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__eco {\n        background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_bg.png?v=1771316331');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        padding: 50px 20px 30px;\n        margin-top: 24px;\n        max-width: 800px;\n    }\n\n    .support-benefits-section__eco-logo {\n        display: block;\n        max-width: 200px;\n        margin: 0 0 50px;\n    }\n\n    .support-benefits-section__eco-title {\n        font-size: 24px !important;\n        font-weight: bold !important;\n        line-height: 1.8;\n        letter-spacing: 0.05em;\n        color: #000;\n        margin: 0 0 30px;\n        text-align: left;\n        line-height: 1.6;\n    }\n\n    .support-benefits-section__eco-text {\n        font-size: 16px;\n        color: #000;\n        line-height: 1.8;\n        margin: 0 0 50px;\n        text-align: left;\n    }\n\n    .support-benefits-section__eco-link {\n        width: 100%;\n        display: block;\n        color: #000;\n        text-decoration: none;\n        letter-spacing: 0.05em;\n        padding: 20px;\n    }\n\n    @media (min-width: 768px) {\n        .support-benefits-section__support {\n            padding: 60px 40px 40px;\n        }\n\n        .support-benefits-section__support-title {\n            font-size: 24px;\n            margin: 0 0 12px;\n            text-align: center;\n        }\n\n        .support-benefits-section__support-subtitle {\n            font-size: 14px;\n            margin: 0 0 30px;\n            text-align: center;\n        }\n\n        .support-benefits-section__guarantee {\n            display: flex;\n            gap: 24px;\n            margin: 0 0 32px;\n        }\n\n        .support-benefits-section__guarantee-item {\n            flex: 1;\n            padding: 24px;\n            border-bottom: none;\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-item:first-child {\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-header {\n            gap: 12px;\n            margin-bottom: 8px;\n        }\n\n        .support-benefits-section__guarantee-title {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__shop-link {\n            padding: 20px 24px;\n            max-width: 400px;\n        }\n\n        .support-benefits-section__shop-link-title {\n            font-size: 16px;\n            margin-bottom: 4px;\n        }\n\n        .support-benefits-section__shop-link-sub {\n            font-size: 13px;\n        }\n\n        .support-benefits-section__shop-link-arrow {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__eco {\n            padding: 50px 40px 30px;\n        }\n    }\n\n    .spec__item {\n        font-weight: 500;\n        padding-bottom: 125px;\n        padding-top: 56px\n    }\n\n    .spec__item__inner {\n        padding-left: 6.7142857142857vw\n    }\n\n    .spec__item__title {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Yu Gothic Pr6N R\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-size: 30px;\n        font-weight: 400;\n        letter-spacing: .02em;\n        line-height: 1\n    }\n\n    .spec__item__desc {\n        display: flex;\n        flex-direction: row-reverse;\n        margin-top: 80px;\n        justify-content: space-between\n    }\n\n    .spec__item__desc__text {\n        display: flex;\n        flex-direction: column;\n        flex-shrink: 0;\n        margin-right: 8.0714285714286vw;\n        width: 26.2857142857143vw\n    }\n\n    .spec__item__desc__text__img {\n        margin-top: 50px\n    }\n\n    .spec__item__desc__text__img.img02 {\n        margin-top: 30px\n    }\n\n    .spec__item__desc__img {\n        flex-shrink: 0;\n        width: 58.1428571428571vw\n    }\n\n    .spec__item__desc__text__content__title {\n        font-size: 30px;\n        line-height: 1.3;\n        font-weight: 400 !important\n    }\n\n    .spec__item__desc__text__content__desc {\n        font-size: 16px;\n        line-height: 1.9375;\n        margin-top: 30px\n    }\n\n    .card-carousel_wrap {\n        margin-top: 50px;\n    }\n\n    .card-carousel {\n        padding: 16px 0 24px;\n        margin: 0 20px;\n    }\n\n    .card-carousel .cover-card {\n        background: #fff;\n        border-radius: 16px;\n        overflow: hidden;\n        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);\n        transition: transform 0.3s, box-shadow 0.3s;\n        border: 1px solid #f0f0f0;\n        margin: 0 7px;\n    }\n\n    .cover-card-style {\n        max-width: 400px !important;\n    }\n\n    .card-carousel .cover-card:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);\n    }\n\n    .card-carousel .card-image {\n        width: 100%;\n        object-fit: cover;\n        background: linear-gradient(135deg, #e8f4fc 0%, #d4eaf5 100%);\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .card-carousel .card-image .pillow {\n        position: absolute;\n    }\n\n    .card-carousel .pillow-img {\n        width: 100%;\n        height: 100%;\n        object-fit: cover;\n    }\n\n    .card-carousel .card-content {\n        padding: 16px 18px 20px;\n    }\n\n    .card-carousel .card-name {\n        font-size: 15px;\n        font-weight: 700;\n        color: #1a1a1a;\n        margin-bottom: 8px;\n        letter-spacing: 0.3px;\n    }\n\n    .card-carousel .card-tagline {\n        font-size: 10px;\n        color: #666;\n        margin-bottom: 12px;\n        line-height: 1.5;\n    }\n\n    .card-carousel .card-features {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 6px;\n    }\n\n    .card-carousel .feature-tag {\n        font-size: 10px;\n        padding: 4px 8px;\n        background: #f5f5f5;\n        border-radius: 12px;\n        color: #000;\n    }\n\n    .card-carousel .feature-tag.primary {\n        background: #1a1a1a;\n        color: #fff;\n    }\n\n    .card-carousel .card-material {\n        margin-top: 12px;\n        font-size: 11px;\n        color: #999;\n        display: flex;\n        align-items: center;\n        gap: 6px;\n    }\n\n    .card-carousel .card-material::before {\n        content: '';\n        width: 4px;\n        height: 4px;\n        background: #ccc;\n        border-radius: 50%;\n    }\n\n    .card-carousel {\n        position: relative;\n        padding-bottom: 50px;\n    }\n\n    \/* ドット型インジケーター *\/\n    .card-carousel .slick-dots {\n        display: flex !important;\n        justify-content: center;\n        align-items: center;\n        gap: 7px;\n        left: 0 !important;\n        width: 100% !important;\n        bottom: 14px;\n    }\n\n    .card-carousel .slick-dots li {\n        background-color: #ccc !important;\n        cursor: pointer;\n        display: block !important;\n        height: 7px !important;\n        width: 7px !important;\n        flex: none !important;\n        margin: 0 !important;\n        padding: 0;\n        border-radius: 50% !important;\n        position: relative;\n        transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;\n    }\n\n    .card-carousel .slick-dots li button {\n        display: block;\n        width: 100%;\n        height: 100%;\n        padding: 0;\n        opacity: 0;\n        position: absolute;\n        inset: 0;\n        cursor: pointer;\n        font-size: 0;\n    }\n\n    .card-carousel .slick-dots li.slick-active {\n        background-color: #333 !important;\n        width: 9px !important;\n        height: 9px !important;\n        flex: none !important;\n    }\n\n    \/* 矢印ボタン: PNG黒四角 → CSS矢印＋白丸背景 *\/\n    .card-carousel .slick-prev,\n    .card-carousel .slick-next {\n        display: block !important;\n        width: 36px;\n        height: 36px;\n        z-index: 1;\n        top: 40%;\n        transform: translateY(-50%);\n        background-color: rgba(255, 255, 255, 0.78);\n        background-repeat: no-repeat;\n        background-size: 60%;\n        background-position: center;\n        border: none;\n        border-radius: 50%;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);\n        cursor: pointer;\n        font-size: 0;\n        line-height: 0;\n        color: transparent;\n        opacity: 0.85;\n        transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.2s ease;\n    }\n\n    .card-carousel .slick-prev:hover,\n    .card-carousel .slick-next:hover {\n        opacity: 1;\n        background-color: rgba(255, 255, 255, 0.96);\n        transform: translateY(-50%) scale(1.06);\n    }\n\n    .card-carousel .slick-prev {\n        left: 8px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n\n    .card-carousel .slick-next {\n        right: 8px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n\n    \/* PCサイズではカードを横並びに *\/\n    @media screen and (min-width: 768px) {\n        .card-carousel {\n            display: flex !important;\n            gap: 20px;\n            justify-content: center;\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .technology__item__desc__img {\n            margin-left: 0 !important;\n            padding-top: 54%;\n            width: 100% !important\n        }\n\n        .technology__item__desc__img img {\n            height: 100%;\n            left: 0;\n            position: absolute;\n            top: 0;\n            width: 100%;\n            object-fit: cover\n        }\n\n        .technology__item__desc__text {\n            display: block;\n            margin: 25px 0 0;\n            padding: 0 20px;\n            width: 100%\n        }\n\n        .technology__item__desc__text__content__title {\n            font-size: 22px;\n            line-height: 1.44\n        }\n\n        #tech03 .technology__item__desc__text {\n            margin: 25px 0 0\n        }\n\n        #tech03 .technology__item__desc.tips .technology__item__desc__text {\n            margin-top: 0\n        }\n\n        .support-benefits-section__eco-logo {\n            width: 50% !important;\n            margin: 0 0 24px;\n        }\n\n        .support-benefits-section__eco-title {\n            font-size: 16px;\n            margin: 0 0 12px;\n        }\n\n        .support-benefits-section__eco-text {\n            font-size: 12px;\n            margin: 0 0 16px;\n        }\n\n        .support-benefits-section__eco-link {\n            font-size: 14px;\n        }\n\n        .spec__item {\n            padding-bottom: 70px;\n            padding-top: 50px\n        }\n\n        .spec__item__inner {\n            padding-left: 0\n        }\n\n        .spec__item__title {\n            padding: 0 20px\n        }\n\n        .spec__item__desc {\n            flex-direction: column;\n            margin-top: 35px\n        }\n\n        .conditioningstudio__img {\n            padding-left: 0 !important\n        }\n\n        .spec__item__desc__img {\n            padding-left: 0 !important;\n            width: 100%\n        }\n\n        .spec__item__desc__text {\n            display: block;\n            margin: 25px 0 0;\n            padding: 0 20px;\n            width: 100%\n        }\n\n        .spec__item__desc__text__content__title {\n            font-size: 25px;\n            line-height: 1.44\n        }\n\n        .spec__item__desc__text__content__desc {\n            margin-top: 30px\n        }\n\n        .spec__item__title {\n            font-size: 25px\n        }\n    }\n\n    .u-pc {\n        display: block !important\n    }\n\n    .u-sp {\n        display: none !important\n    }\n\n    @media screen and (max-width:767px) {\n        .u-pc {\n            display: none !important\n        }\n\n        .u-sp {\n            display: block !important\n        }\n    }\n\n    .u-cf:after {\n        display: table;\n        clear: both;\n        content: \"\"\n    }\n\n    img {\n        vertical-align: bottom\n    }\n\n    @media screen and (max-width:749px) {\n        .u-pc {\n            display: none !important\n        }\n\n        .u-sp {\n            display: block !important\n        }\n    }\n\n    body {\n        visibility: visible !important;\n        opacity: 1 !important\n    }\n\n    @media screen and (max-width:749px) {\n        #size .spec__item__size__lists .slick-dots {\n            left: 20px;\n            width: calc(100% - 40px)\n        }\n    }\n\n    @media screen and (max-width:749px) {\n        .mv__caption .mv__caption__text {\n            padding: 0\n        }\n    }\n\n    html {\n        scroll-behavior: smooth\n    }\n\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n        transform: unset;\n        animation: unset;\n        opacity: 1\n    }\n\n    .intro02__item img {\n        display: inline\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection class=\"pillow__mv\" id=\"pillow-mv\"\u003e\n            \u003cdiv class=\"pillow__mv__layer1\"\u003e\n                \u003cpicture\u003e\n                    \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/pillow_neckconditioning_lp_sp_kv.webp\" media=\"(max-width: 767px)\"\u003e\n                    \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/pillow_neckconditioning_lp_kv.webp\" media=\"(min-width: 768px)\"\u003e\u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/pillow_neckconditioning_lp_kv.webp\" alt=\"\" width=\"2000\" height=\"1124\"\u003e\n                    \u003csource\u003e\u003c\/source\u003e\u003c\/picture\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"mv__caption\"\u003e\n                \u003cp class=\"mv__caption__tag\"\u003e睡眠専門 鍼灸マッサージスタジオ監修\u003c\/p\u003e\n                \u003ch2 class=\"mv__caption__text\"\u003e首を理想のカーブへ\u003cbr\u003e寝ながら身体を整える\u003c\/h2\u003e\n                \u003cdiv class=\"mv__caption__title\"\u003e\n                    \u003cpicture\u003e\n                        \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_kv_logo.webp\" media=\"(max-width: 767px)\"\u003e\n                        \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_kv_logo.webp\" media=\"(min-width: 768px)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_kv_logo.webp\" alt=\"BRAINSLEEP PILLOW NECK CONDITIONING\" width=\"379\" height=\"88\"\u003e\n                        \u003csource\u003e\u003c\/source\u003e\u003c\/picture\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro01__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro01_bg.webp\" alt=\"\" width=\"1000\" height=\"750\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro01_bg.webp\" alt=\"\" width=\"375\" height=\"220\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro01__inner fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"intro01__ttl u-pc\"\u003e\n\u003cspan\u003eスマホやデスクワークで\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e首を酷使する現代人\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003ch2 class=\"intro01__ttl u-sp\"\u003e\n\u003cspan\u003eスマホやデスクワークで\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e首を酷使する\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e現代人\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003cdiv class=\"intro01__img01\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro01_01.webp\" alt=\"\" width=\"386\" height=\"242\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro01_01.webp\" alt=\"\" width=\"327\" height=\"169\"\u003e \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro01_02.webp\" alt=\"\" width=\"386\" height=\"242\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro01_02.webp\" alt=\"\" width=\"327\" height=\"169\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro01__wrap\"\u003e\n                    \u003cp class=\"intro01__txt\"\u003e次第に理想の首のカーブは失われ、\u003cbr\u003eストレートな状態に。\u003c\/p\u003e\n                    \u003cdiv class=\"intro01__img02\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro01_03.webp\" alt=\"\" width=\"864\" height=\"312\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro01_03.webp?2\" alt=\"\" width=\"335\" height=\"178\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro01__gradient\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_gradient.webp\" alt=\"\" width=\"1000\" height=\"153\"\u003e\u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro02 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro02__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro02_bg.webp\" alt=\"\" width=\"1000\" height=\"668\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro02_bg.webp?2\" alt=\"\" width=\"375\" height=\"410\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__inner fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"intro02__ttl\"\u003e首の歪みによる\u003cbr\u003e様々な\u003cspan\u003eトラブル\u003c\/span\u003e\n\u003c\/h2\u003e\n                \u003cul class=\"intro02__list\"\u003e\n                    \u003cli class=\"intro02__item\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\" alt=\"\" width=\"24\" height=\"24\"\u003e 首や肩のコリ\n                    \u003c\/li\u003e\n                    \u003cli class=\"intro02__item\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\" alt=\"\" width=\"24\" height=\"24\"\u003e 片頭痛や眼精疲労\n                    \u003c\/li\u003e\n                    \u003cli class=\"intro02__item\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\" alt=\"\" width=\"24\" height=\"24\"\u003e 不眠症\n                    \u003c\/li\u003e\n                    \u003cli class=\"intro02__item\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\" alt=\"\" width=\"24\" height=\"24\"\u003e 起床時の疲労感\n                    \u003c\/li\u003e\n                    \u003cli class=\"intro02__item\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\" alt=\"\" width=\"24\" height=\"24\"\u003e 集中力の低下\n                    \u003c\/li\u003e\n                    \u003cli class=\"intro02__item\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_icon_check.webp\" alt=\"\" width=\"24\" height=\"24\"\u003e むくみや冷え\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro03 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro03__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro03_bg.webp\" alt=\"\" width=\"1000\" height=\"450\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro03_bg.webp\" alt=\"\" width=\"375\" height=\"450\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro03__inner fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"intro03__ttl\"\u003eそこで大事なのは\u003cbr\u003e\u003cspan\u003e首を整える\u003c\/span\u003eこと。\u003c\/h2\u003e\n                \u003cdiv class=\"intro03__wrap\"\u003e\n                    \u003cdiv class=\"intro03__txt\"\u003e\n                        \u003cp\u003e\u003cspan\u003e寝ている間に\u003c\/span\u003eストレッチ\u003c\/p\u003e\n                        \u003cbr\u003e\n                        \u003cp\u003e首を理想のカーブへ\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"intro03__img\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro03_img.webp?2\" alt=\"\" width=\"1000\" height=\"445\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro03_img.webp?2\" alt=\"\" width=\"338\" height=\"243\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"neck_stretch_gear__inner fadeInUpShort animated\"\u003e\n                \u003cp class=\"neck_stretch_gear__txt\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_neck_stretch_gear.webp\" alt=\"NECK STRETCH GEAR\" width=\"468\" height=\"44\" style=\"display: inline;\"\u003e \u003cspan\u003e採用\u003c\/span\u003e\u003c\/p\u003e\n                \u003ch2 class=\"neck_stretch_gear__ttl\"\u003e理想のカーブを実現する\u003cbr\u003eコンディショニングピロー\u003cbr class=\"u-sp\"\u003e　登場。\u003c\/h2\u003e\n                \u003cdiv class=\"neck_stretch_gear__img\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro03_pillow.webp\" alt=\"\" width=\"997\" height=\"427\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro03_pillow.webp\" alt=\"\" width=\"337\" height=\"351\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"intro__txt fadeInUpShort animated\"\u003e\n\u003cspan\u003e睡眠専門鍼灸マッサージ\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eブレインスリープ \u003cbr class=\"u-sp\"\u003eコンディショニングスタジオ監修\u003c\/span\u003e\u003cbr\u003e\u003cspan class=\"intro__txt__tdb\"\u003e首を整えてパフォーマンスを変える\u003c\/span\u003e枕\u003c\/h2\u003e\n            \u003cdiv class=\"conditioningstudio fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"conditioningstudio__img\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_conditioningstudio.webp\" alt=\"\" width=\"613\" height=\"346\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_conditioningstudio.webp\" alt=\"\" width=\"355\" height=\"200\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"conditioningstudio__body\"\u003e\n                    \u003ch3 class=\"conditioningstudio__ttl\"\u003e自律神経を整える\u003cbr\u003e眠りが変わる\u003c\/h3\u003e\n                    \u003cp class=\"conditioningstudio__txt\"\u003e鍼灸マッサージの国家資格保有者 ×睡眠のスペシャリスト が行う、\u003cbr class=\"u-pc\"\u003e医学的根拠に基づく施術。\u003cbr\u003e\u003cbr\u003e施術を受けたその日から眠りが変わる。\u003cbr\u003eさらに睡眠の質を高めるためのホームケアも提案し、日々の生活からサポート。\u003c\/p\u003e\n                    \u003cdiv class=\"conditioningstudio__logo\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_logo_conditioningstudio.webp\" alt=\"\" width=\"177\" height=\"46\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro04__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_intro04_bg.webp\" alt=\"\" width=\"1000\" height=\"546\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_intro04_bg.webp\" alt=\"\" width=\"375\" height=\"577\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro04__inner fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"intro04__ttl\"\u003e首のカーブを整え、\u003cbr\u003e現代人のクリエイティブな毎日を\u003cbr\u003eサポート\u003c\/h2\u003e\n                \u003cdiv class=\"intro04__logo\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_product_logo.webp\" alt=\"\" width=\"379\" height=\"89\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology js-box animatedParent animateOnce\" id=\"technology\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eTECHNOLOGY\u003c\/span\u003eテクノロジー\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__link\"\u003e\n                \u003cul class=\"technology__link__lists fadeInUpShort animated\"\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca href=\"#tech01\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_nav01.webp\" alt=\"\" width=\"390\" height=\"360\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_nav01.webp\" alt=\"\" width=\"214\" height=\"198\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e01\u003c\/span\u003e首のカーブを整え\u003cbr\u003e頭部を緩める\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca href=\"#tech02\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_nav02.webp\" alt=\"\" width=\"390\" height=\"360\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_nav02.webp\" alt=\"\" width=\"214\" height=\"198\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e02\u003c\/span\u003e超通気性素材で\u003cbr\u003e深い眠りへ\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca href=\"#tech03\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_nav03.webp\" alt=\"\" width=\"390\" height=\"360\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_nav03.webp\" alt=\"\" width=\"214\" height=\"198\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n                                \u003cspan\u003e03\u003c\/span\u003e洗えて\u003cbr class=\"u-sp\"\u003eいつでも清潔\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item\" id=\"tech01\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003ch3 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                        \u003cspan\u003e01\u003c\/span\u003eNECK CONDITIONING\n                    \u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_01\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                        \u003cvideo class=\"u-pc lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio:750\/422\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/49766c75e1a34eeaa911532051854e57.mp4\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\"\u003e\u003c\/video\u003e\u003cvideo class=\"u-sp lozad\" width=\"750\" height=\"750\" style=\"aspect-ratio:750\/750\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/24940a846614434bb8371ba82b5a3f40.mp4\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\"\u003e\u003c\/video\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e首のカーブを整え\u003cbr\u003e頭部を緩める\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                長時間のデスクワークやスマホの使用により首や後頭部の筋肉は常に引っ張られて緊張した状態に。\u003cbr\u003eコンディショニングを整えるにはこれらの筋肉の緊張を解放し緩めてあげることが大切です。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_02\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_02.webp\" alt=\"\" width=\"814\" height=\"458\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img u-sp u-mt-8 fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_03.webp\" alt=\"\" width=\"814\" height=\"460\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e首のカーブにフィット\u003cbr\u003e伸ばして、支えて、整える\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                真っ直ぐ伸びた首を正しいカーブにすることで首回りの筋肉が緩みます。伸びた首をしっかり支えるハードギア搭載で頸椎を正しいカーブに導き頭と首をしっかり支えて整えます。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc u-mt-16 animatedParent animateOnce\" id=\"tech01_03\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img u-pc fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_03.webp\" alt=\"\" width=\"814\" height=\"460\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-pc fadeInUpShort animated\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_04\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_04.webp\" alt=\"\" width=\"816\" height=\"458\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e首のコンディションに合わせて使えるダブルストレッチ構造\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                身体のコンディションが毎日違うように、首のコンディションもその日によって異なります。強度の異なるダブルストレッチ構造により、毎日の首のコンディションに合わせて使い分けることが可能です。\u003cbr\u003e\u003cbr\u003eハイストレッチ側で入眠前に強めにストレッチし、ローストレッチ側で眠るのもおすすめです。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_05\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_05.webp\" alt=\"\" width=\"816\" height=\"459\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e胸・気道を広げて\u003cbr\u003e呼吸がスムーズに\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e首が正しくカーブすると胸が開き、気道が広がりやすくなります。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_06\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_06.webp\" alt=\"\" width=\"814\" height=\"460\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e寝ている間にコンディショニング\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                ブレインポットが睡眠中に後頭部全体を優しく刺激し、ツボの周りの頭皮や筋肉を緩め血液やリンパの流れを良くします。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_07\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_07.webp?2\" alt=\"\" width=\"814\" height=\"460\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e施術では手が届きにくい後頭部を寝ながらケア\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                頭部には50個以上のツボがあり、後頭部には自律神経や頭痛、眼精疲労などに効くツボが集中しています。\u003c\/p\u003e\n                            \u003cdiv class=\"tech01_07_conditioning\"\u003e\n                                \u003cp class=\"tech01_07_conditioning_txt\"\u003e\n                                    ブレインスリープコンディショニングスタジオでは、前頭部・側頭部・頭頂部を中心に頭部の鍼・マッサージを行っております。本製品は、施術では手が届きにくい後頭部（後頭筋）へ刺激を入れることができるため、自宅でできるケアとしておすすめです。\n                                \u003c\/p\u003e\n                                \u003cdiv class=\"tech01_07_conditioning_wrap\"\u003e\n                                    \u003cdiv class=\"tech01_07_conditioning_wrap_img\"\u003e\n                                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_conditioningstudio_uchida.webp\" alt=\"\" width=\"141\" height=\"80\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_conditioningstudio_uchida.webp\" alt=\"\" width=\"87\" height=\"80\"\u003e\n                                    \u003c\/div\u003e\n                                    \u003cp class=\"tech01_07_conditioning_wrap_txt\"\u003eブレインスリープ\u003cbr\u003eコンディショニングスタジオ \u003cbr\u003e施術監修者\n                                        株式会社フレアス\u003cbr\u003e内田朝美先生\u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_08\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cvideo class=\"u-pc lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio:750\/422\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/57cd3595e66c42a494624da5c74c29fe.mp4\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\"\u003e\u003c\/video\u003e\u003cvideo class=\"u-sp lozad\" width=\"750\" height=\"750\" style=\"aspect-ratio:750\/750\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/56f2cac91dcf476888da28b0c8edf72f.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_zone.webp\" alt=\"\" width=\"285\" height=\"193\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e3ゾーン設計で\u003cbr class=\"u-pc\"\u003e寝返りをサポート\n                            \u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                寝返りは、一晩に20回以上。寝返りをサポートするため中央が柔らかく、両サイドが硬い3ゾーン設計。横向き時でも頭が沈み込みすぎずスムーズに寝返りを打てます。\u003c\/p\u003e\n                            \u003cdiv class=\"tech01_zone u-pc\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech01_zone.webp\" alt=\"\" width=\"346\" height=\"235\"\u003e\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item animatedParent animateOnce\" id=\"tech02\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch3 class=\"technology__item__title\"\u003e\n                        \u003cspan\u003e02\u003c\/span\u003eSUPER BREATHABLE\n                    \u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\" id=\"tech02_01\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech02_01.webp\" alt=\"\" width=\"816\" height=\"459\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_tech02_01.webp\" alt=\"\" width=\"350\" height=\"350\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e超通気性素材で深い眠りへ\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                良質な睡眠を得るためには、寝床内の温度と湿度を適正に保つことが重要です。通気性のよい素材が頭部の熱を放熱し、深い眠りへ導きます。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\" id=\"tech02_02\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding:0;height:unset\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech02_02.webp\" alt=\"\" width=\"816\" height=\"459\" style=\"height:unset;position:relative\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e超通気性素材で\u003cbr\u003e睡眠に最適な温度・湿度を\u003cbr\u003eコントロール\n                            \u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                90％以上が空気層でできているので、睡眠時に発生する熱や湿気がこもらず、快適な睡眠環境をつくります。\u003cbr\u003eウレタン素材やフェザー素材の枕と比較しても格段に優れる通気性の良さで朝まで快適に眠れます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__btn\"\u003eエビデンスをより詳しく\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__graph\"\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_evidence2_1.webp\" alt=\"熱がこもらない\" width=\"360\" height=\"275\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch4 class=\"technology__item__graph__title\"\u003e放熱量が高く、\u003cbr\u003e熱がこもらない\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e熱がこもってしまうと、睡眠の質に影響してしまいます。\n                                \u003cbr\u003e本製品は通気性がよい素材のため、他素材と比較しても熱がこもりにくく、一晩中快適に眠ることができます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item animatedParent animateOnce\" id=\"tech03\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch3 class=\"technology__item__title\"\u003e\n                        \u003cspan\u003e03\u003c\/span\u003eSuper Clean\n                    \u003c\/h3\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cvideo class=\"u-pc lozad\" width=\"816\" height=\"459\" style=\"aspect-ratio:816\/459\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fd48c0978e4940dc88ba26ec0838dee0.mp4\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\"\u003e\u003c\/video\u003e\n                        \u003cvideo class=\"u-sp lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio:750\/422\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fd48c0978e4940dc88ba26ec0838dee0.mp4\" preload=\"none\" autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\"\u003e\u003c\/video\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003eシャワーで水洗いできて清潔\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                人間は寝ている間に、コップ1杯分（約200ml）の汗をかくと言われています。\u003cbr\u003e抜群の通気性で湿気をためず、衛生的です。さらに、水洗いもできてすぐ乾くので、いつでも清潔に保てます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__btn\"\u003eエビデンスをより詳しく\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__graph\"\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_evidence2_2.webp\" alt=\"カビの発生が少ない\" width=\"311\" height=\"230\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch4 class=\"technology__item__graph__title\"\u003eカビの発生が少ない\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                他素材と比較して圧倒的にカビの発生量が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメです。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_evidence2_2_2.webp\" alt=\"ダニの発生が少ない\" width=\"311\" height=\"208\"\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch4 class=\"technology__item__graph__title\"\u003eダニの発生が少ない\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                他素材と比較して圧倒的にダニの発生率が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメ\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"clr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-sp\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003eMADE IN JAPAN\u003c\/h4\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech03_quality.webp\" alt=\"\" width=\"1400\" height=\"786\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title u-pc\"\u003eMADE IN JAPAN\u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                \u003cspan\u003eこだわりのものづくり\u003cbr\u003e安心品質\u003c\/span\u003eマットレスやピローなど、一点ずつ丁寧に技術者や職人たちの手で繰り返し品質確認を行っています。\u003cbr\u003e厳しい品質検査を経て一点ずつ丁寧に梱包しお客様の元へお届けします。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips tech03_water\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_tech03_water.webp\" alt=\"\" width=\"1400\" height=\"786\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch4 class=\"technology__item__desc__text__content__title\"\u003e不純物の少ない、\u003cbr\u003e自然の湧き水を使用し\u003cbr\u003e品質の劣化を防ぐ\n                            \u003c\/h4\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                「豊の国名水15選」にも指定された特別な軟水で、不純物が限りなく少ない清水瀑園(しみずばくえん)の湧き水を生産工程で使用。不純物の少ない水を使用することで、不要な化学反応を避け、品質の劣化を防ぐことができます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- エコサイクル訴求セクション ここから --\u003e\n        \u003cdiv class=\"support-benefits-section\"\u003e\n            \u003cdiv class=\"support-benefits-section__support\"\u003e\n                \u003ch3 class=\"support-benefits-section__support-title\"\u003eあなたにぴったりのものと\u003cbr class=\"u-sp\"\u003e出会ってほしいから\u003c\/h3\u003e\n                \u003cp class=\"support-benefits-section__support-subtitle\"\u003e安心して、あなたに合うものを見つけてもらえるようにサポートします。\u003c\/p\u003e\n                \u003cul class=\"support-benefits-section__guarantee\"\u003e\n                    \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                        \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                            \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_guarantee_img.svg?v=1771316330\" alt=\"安心の1年保証\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-title\"\u003e安心の１年保証\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"support-benefits-section__guarantee-text\"\u003e安心してお使いいただけるよう、１年間の保証をお付けしています。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                        \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                            \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_free_img.svg?v=1771316330\" alt=\"送料無料\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-title\"\u003e送料無料\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"support-benefits-section__guarantee-text\"\u003e日本全国どこでも、送料無料でお届けします。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"support-benefits-section__shop-box\"\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" class=\"support-benefits-section__shop-link\" target=\"_blank\"\u003e\n                        \u003cspan class=\"support-benefits-section__shop-link-inner\"\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-title\"\u003e試せる場所を探す\u003c\/span\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-sub\"\u003eお近くの正規取扱店のご案内\u003c\/span\u003e\n                        \u003c\/span\u003e\n                        \u003cspan class=\"support-benefits-section__shop-link-arrow\"\u003e›\u003c\/span\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"support-benefits-section__eco-box\"\u003e\n                    \u003cdiv class=\"support-benefits-section__eco\"\u003e\n                        \u003cimg class=\"support-benefits-section__eco-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_logo.svg?v=1771316362\" alt=\"BRAIN SLEEP ECO CYCLE PROGRAM\" width=\"200\" height=\"80\" decoding=\"async\" loading=\"lazy\"\u003e\n                        \u003ch3 class=\"support-benefits-section__eco-title\"\u003eお客様が使い続けるほど\u003cbr\u003e環境にやさしい仕組み\u003c\/h3\u003e\n                        \u003cp class=\"support-benefits-section__eco-text\"\u003e\n                            ブレインスリープの枕やマットレスの素材は100％リサイクルが可能です。永く持続していく社会を目指して、その後のリサイクルも考えた原料の選定をしています。\u003c\/p\u003e\n                        \u003ca href=\"https:\/\/brain-sleep.com\/pages\/eco_cycle_program\" class=\"support-benefits-section__eco-link\" target=\"_blank\"\u003e詳しくはこちら ›\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- エコサイクル訴求セクション ここまで --\u003e\n\n        \u003csection class=\"spec__title js-box animatedParent animateOnce\" id=\"spec\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eSPEC\u003c\/span\u003e仕様\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"size\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"size__ttl termina\"\u003eSize\u003c\/h3\u003e\n                \u003cdiv class=\"size__img\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_spec01.webp\" alt=\"\" width=\"1000\" height=\"595\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_spec01.webp\" alt=\"\" width=\"365\" height=\"226\"\u003e \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_spec02.webp\" alt=\"\" width=\"1000\" height=\"180\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_spec02.webp\" alt=\"\" width=\"335\" height=\"72\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"material\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"spec__item__title u-sp\"\u003eMaterial\u003c\/h3\u003e\n                \u003cdiv class=\"spec__item__desc\"\u003e\n                    \u003cdiv class=\"spec__item__desc__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_material.webp\" alt=\"\" width=\"1400\" height=\"786\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec__item__desc__text\"\u003e\n                        \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"spec__item__title u-pc\"\u003eMaterial\u003c\/h3\u003e\n                            \u003ch4 class=\"spec__item__desc__text__content__title\"\u003e100％リサイクルが可能な\u003cbr\u003eサステナブル素材\u003c\/h4\u003e\n                            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                                枕には、地球に優しい100％再生可能な材料を使用しています。地球環境に配慮したサステナブルな素材を追求しています。\u003cbr\u003e素材：ポリエチレン100%\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n\n\n        \u003c!-- カードのカルーセル化 ここから--\u003e\n        \u003csection class=\"card-carousel_wrap\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv\u003e\n                    \u003ch3 class=\"spec__item__title\"\u003eCover\u003c\/h3\u003e\n                    \u003cp class=\"spec__item__title__under\"\u003e２種類の専用カバーから選べます。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"card-carousel\"\u003e\n                    \u003c!-- Card 1: Active Air --\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillowcover_activeair\" class=\"cover-card cover-card-style\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card-image active-air\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_cover_activeair.webp\" alt=\"アクティブエア\" class=\"pillow-img\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_cover_img01.webp\" alt=\"アクティブエア\" class=\"pillow\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"card-content\"\u003e\n                            \u003ch4 class=\"card-name\"\u003eアクティブエア\u003c\/h4\u003e\n                            \u003cp class=\"card-tagline\"\u003e通気性抜群のメッシュ素材。速乾性に優れ、いつでもサラサラ。\u003c\/p\u003e\n                            \u003cdiv class=\"card-features\"\u003e\n                                \u003cspan class=\"feature-tag primary\"\u003e通気性\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e抗菌\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e防臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e吸水速乾\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e防臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e静電気防止\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e抗カビ\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e花粉脱落\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e乾燥機対応\u003c\/span\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"card-material\"\u003eポリエステル100%\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n\n                    \u003c!-- Card 2: Organic Sleep --\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillowcover_organicsleep\" class=\"cover-card cover-card-style\" target=\"_blank\"\u003e\n                        \u003cdiv class=\"card-image organic\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_cover_organic.webp\" alt=\"オーガニックスリープ\" class=\"pillow-img\"\u003e\n                            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_spec_cover_img02.png\" alt=\"オーガニックスリープ\" class=\"pillow\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"card-content\"\u003e\n                            \u003ch4 class=\"card-name\"\u003eオーガニックスリープ\u003c\/h4\u003e\n                            \u003cp class=\"card-tagline\"\u003e天然オーガニックコットン100%。肌触り重視の方に。\u003c\/p\u003e\n                            \u003cdiv class=\"card-features\"\u003e\n                                \u003cspan class=\"feature-tag primary\"\u003e抗菌防臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e消臭\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e吸水速乾\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e静電気防止\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e抗カビ\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003e花粉脱落\u003c\/span\u003e\n                                \u003cspan class=\"feature-tag\"\u003eハイブリッド触媒⁠\u003c\/span\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"card-material\"\u003eコットン100%\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003c!-- カードのカルーセル化 ここまで--\u003e\n\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"gift_box\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv class=\"fadeInUpShort animated\"\u003e\n                    \u003ch2 class=\"spec__item__title\"\u003eGIFTBOX\u003c\/h2\u003e\n                    \u003cdiv class=\"spec__item__desc\"\u003e\n                        \u003cdiv class=\"spec__item__desc__img\"\u003e\n                            \u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_giftbox_01.webp?1\" decoding=\"async\" loading=\"lazy\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec__item__desc__text\"\u003e\n                            \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                                \u003ch3 class=\"spec__item__desc__text__content__title\"\u003eギフトにおすすめ\u003c\/h3\u003e\n                                \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                                    ブレインスリープ ピロー1個とピローカバーが入る、ちょうど良い大きさのギフトボックスです。\u003cbr\u003e\n                                    外蓋には上品な箔押しのロゴを施し、蓋を開けると“GIFT YOU THE BEST SLEEP” のメッセージ。\u003cbr\u003e\n                                    贈る人の想いが伝わる、特別なデザインに仕上げました。\u003cbr\u003e\u003cbr\u003e\n                                    \u003cspan style=\"font-size:12px;\"\u003e\n                                        サイズ：横62cmx奥行き37.5cmx高さ21cm\u003cbr\u003e\n                                        ギフトボックス：¥1,100(税込)\n                                    \u003c\/span\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .pc_reco {\n        font-size: 18px !important\n    }\n\n    @media screen and (max-width:749px) {\n        .sp_reco {\n            font-size: 12px !important\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection class=\"related__title animatedParent animateOnce\" id=\"related\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e関連商品\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item animatedParent animateOnce\" id=\"related_products\" style=\"border-top:unset\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_related_pillow.webp\" alt=\"\" width=\"842\" height=\"393\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eブレインスリープ ピロー\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__lead\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                特許技術の独自3層構造と9段階のグラデーション設計により、あなたの頭の大きさや寝方に合わせて徐々にフィットし、使用するたびに睡眠に適したあなただけの枕に変化します。良質な睡眠に必要な黄金の90分をつくるための3つの機能を搭載した、「脳が眠る」ことに焦点を当てた枕。\n                            \u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"related__btn\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_related_pillow_cool.webp\" alt=\"\" width=\"815\" height=\"458\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eブレインスリープ ピロー\u003cbr\u003eパーフェクト クール\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__lead\"\u003e夏の睡眠をクールに。\u003cbr\u003e速く、深く、脳まで眠る。\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eアイスパック付きで、猛暑にもしっかり頭を冷やせる枕。\u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_perfectcool\" class=\"related__btn\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_related_snoreless.webp\" alt=\"\" width=\"819\" height=\"407\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eブレインスリープ ピロー\u003cbr\u003eスノーレス\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__lead\"\u003eいびきをカット\u003cbr\u003e横向き寝を促進し、快適な眠りを。\u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                いびき・睡眠時無呼吸症候群専門クリニックが推奨。いびきを抑えるクラウンウェーブ形状が、横向き寝を促進、呼吸を整える。いびきの軽減に焦点を当てた枕。\u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_snoreless\" class=\"related__btn\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"comparison__ttl\"\u003e製品比較表\u003c\/h2\u003e\n                \u003cdiv class=\"comparison__wrap spec__table1\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_comparison.webp?1\" alt=\"\" width=\"1000\" height=\"819\"\u003e\n                    \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_comparison.webp?1\" alt=\"\" width=\"1000\" height=\"819\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n                        \u003cbutton class=\"spec__table__nav__prev\" aria-label=\"前へ\"\u003e\u003c\/button\u003e\n                        \u003cbutton class=\"spec__table__nav__next\" aria-label=\"次へ\"\u003e\u003c\/button\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"possibility animatedParent animateOnce\" id=\"possibility\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_last.webp\" alt=\"AWAKEN YOUR POSSIBILITY\" class=\"only_pc\" width=\"1000\" height=\"562\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_sp_last.webp\" alt=\"AWAKEN YOUR POSSIBILITY\" class=\"only_sp\" width=\"375\" height=\"375\"\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"faq js-box animatedParent animateOnce\" id=\"faq\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__main\"\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e長く使用するためのサポートはありますか？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            はい、次回購入時は10,000円OFFで新品と交換可能です。詳しくは\u003ca href=\"https:\/\/brain-sleep.com\/pages\/eco_cycle_program\" target=\"_blank\"\u003eこちら\u003c\/a\u003eをご確認ください。\u003cbr\u003e※Web購入・会員登録が必要です\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e\n                        ブレインスリープ ピローとどう違うの？\n                    \u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            ブレインスリープ\n                            ピローは〈オーダーメイドのようなフィット感〉で使用者の頭の形にフィットするのが特徴です。3層ｘ9グラデーション構造の特殊加工による極上の柔らかさがオーダーメイドのようなフィット感を作っています。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eサイズについて教えてください。\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            ブレインスリープ ピロー ネックコンディショニングは、幅広い方に最適な首のコンディショニングをお届けできるよう、ユニバーサルな1サイズ設計です。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e取扱い店舗はこちら\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            取扱店舗でもご購入いただけます。店舗により取扱商品が異なりますので、詳しくは\u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" target=\"_blank\"\u003eこちら\u003c\/a\u003eからご確認ください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eお手入れ方法は？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            汚れやにおいが気になる時は、シャワーの水でお手入れ\u003cbr\u003e\u003cbr\u003e\n                            ①シャワーの水で全体を洗い流す\u003cbr\u003e\n                            特に汚れやにおいが気になる際は、薄めた中性洗剤を使用してください。\u003cbr\u003e\u003cbr\u003e\n                            ②風通しの良い平らな場所で陰干しをする\u003cbr\u003e\n                            早く乾かしたい時は…バスタオルで枕を包み上下に優しく振って水気を切ってから乾かしてください。\n                        \u003c\/p\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            枕本体をお手入れする際の注意\u003cbr\u003e\n                            立て掛ける、折り曲げる、上に物を置く、加重をかけるなどの状態でメンテナンスをすると、枕にしわのような線が入ったりくぼむことがありますのでお避けください。\u003cbr\u003e\n                            51℃以上の高温のお湯はかけないでください。\u003cbr\u003e\n                            直射日光や温風などでの乾燥はお避けください。\u003cbr\u003e\n                            整髪料や化粧品などにより変色することがあります。素材自体が変色した場合はお手入れをしても元の色に戻すことはできないためご注意ください。\u003cbr\u003e\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eピローカバーの取り付け方\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            ●オーガニックスリープ\u003cbr\u003e枕カバーのメッシュが内側についている面を下向きにして置き、枕の裏面を上向きに入れて下さい。枕を入れたらカバーのフラップをカバーの内側に入れ、枕を裏返して柔らかい面を頭側にしてご使用ください。\u003cbr\u003e\u003cbr\u003e●アクティブエア\u003cbr\u003eカバーを広げ、ピローの下面が上に来るように置き、ピローにカバーをかけてスナップボタンを止めてご使用ください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e枕の裏表の見分け方\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            枕には表裏が分かる目印が付いています。目印が付いている面を下向きにしてご使用ください。また、目印は外さずにご使用ください。もし表裏が分からなくなった場合は、繊維が細かく柔らかい方が表側、繊維が太く触って硬い方が裏側になりますので触ってお確かめください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e保管時の注意点は？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            日中でも枕を使わない時は、高温多湿は避け上から荷重をかけずに保管してください。直射日光が当たる場所、高温になる場所での保管は避けてください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_all_20240502.css?3\"\u003e\n\u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_all_20240502.js?3\"\u003e\u003c\/script\u003e\n\u003cstyle\u003e\n    p:empty {\n        margin: 0;\n        padding: 0;\n    }\n\n    .campaign__item {\n        display: flow-root;\n    }\n\n    .intro04__bg {\n        height: 100%;\n    }\n\n    .intro04__bg img {\n        height: 100% !important;\n        object-fit: cover;\n    }\n\n    .intro__txt,\n    .intro01__ttl span,\n    .intro01__txt,\n    .intro02__ttl,\n    .intro03__ttl,\n    .neck_stretch_gear__txt,\n    .neck_stretch_gear__ttl,\n    .intro04__ttl,\n    #tech03 .technology__item__desc.tips .technology__item__desc__text__content__desc span,\n    #tech03 .technology__item__desc.tips .technology__item__desc__text__content__title,\n    .conditioningstudio__ttl,\n    .spec__item__desc__text__content__title,\n    .technology__link__lists__title,\n    .mv__caption__text,\n    .technology__item__desc__text__content__title,\n    .mv__caption__tag {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n        visibility: visible !important;\n        opacity: 1 !important\n    }\n\n    @media screen and (min-width:750px) {\n\n        #section__title__text .y_ad_on,\n        #section__title__text .y_ad_off {\n            font-size: 18px !important\n        }\n\n        .intro__txt__tdb::after {\n            bottom: 8px\n        }\n    }\n\n    @media screen and (max-width:749px) {\n\n        #section__title__text .y_ad_on,\n        #section__title__text .y_ad_off {\n            font-size: 12px !important\n        }\n\n        .intro__txt__tdb::after {\n            bottom: 3px\n        }\n    }\n\n    .campaign__item__inner {\n        margin: 100px auto;\n        text-align: center;\n    }\n\n    .campaign__item__inner .font-red {\n        color: #952335;\n    }\n\n    .campaign__item__inner .campaign__catchcopy {\n        padding: 5px 80px;\n        background-color: #000;\n        color: #fff;\n        font-size: 24px;\n        font-weight: bold;\n    }\n\n    .campaign__item__inner .campaign__title {\n        margin: 30px auto;\n        font-size: 30px;\n    }\n\n    .campaign__item__inner .campaign__desc {\n        position: relative;\n        display: inline-block;\n        padding: 35px 10px 30px;\n        border-top: 1px solid #000;\n        border-bottom: 1px solid #000;\n        font-size: 16px;\n    }\n\n    .campaign__item__inner .campaign__desc span {\n        position: absolute;\n        top: -12px;\n        background: #fff;\n        padding: 0 15px;\n        left: 50%;\n        transform: translateX(-50%);\n        -webkit-transform: translateX(-50%);\n        -ms-transform: translateX(-50%);\n        font-size: 18px;\n    }\n\n    .campaign__item__inner .pillow_set_btn {\n        display: block;\n        max-width: 639px;\n        width: 100%;\n        line-height: 32px;\n        padding: 10px;\n        margin: 40px auto 0;\n        font-size: 18px;\n        color: #fff;\n        background-color: #952335;\n        border: none;\n        cursor: pointer;\n        border-radius: 50px;\n    }\n\n    .campaign__item__inner .campaign__scenes__title {\n        display: block;\n        margin-top: 55px;\n        font-size: 18px;\n        font-weight: bold;\n    }\n\n    .campaign__item__inner .campaign__scenes__list {\n        display: flex;\n        gap: 35px;\n        align-items: center;\n        justify-content: center;\n        max-width: 1200px;\n        margin: 30px auto 0;\n    }\n\n    .campaign__item__inner .campaign__other__link {\n        display: inline-block;\n        margin-top: 60px;\n        padding: 15px 40px;\n        font-size: 16px;\n        border: 1px solid #000;\n    }\n\n    .set_swiper-container {\n        display: none;\n    }\n\n    @media screen and (max-width:768px) {\n        .campaign__item__inner {\n            margin: 50px auto;\n            padding: 0 15px;\n        }\n\n        .campaign__item__inner .campaign__scenes__list {\n            display: none;\n        }\n\n        .campaign__item__inner .campaign__catchcopy {\n            font-size: 12px;\n            padding: 5px 20px;\n        }\n\n        .campaign__item__inner .campaign__desc {\n            font-size: 10px;\n            padding: 30px 10px 25px;\n        }\n\n        .campaign__item__inner .campaign__desc span {\n            font-size: 13px;\n            padding: 0 10px;\n        }\n\n        .campaign__item__inner .pillow_set_btn {\n            font-size: 14px;\n        }\n\n        .campaign__item__inner .campaign__title {\n            font-size: 18px;\n            margin-top: 20px;\n        }\n\n        .campaign__item__inner .campaign__scenes__title {\n            font-size: 16px;\n        }\n\n        .set_swiper-container {\n            display: block;\n            width: 100%;\n            height: auto;\n            margin: 20px 0;\n            padding: 0;\n            overflow: hidden;\n            position: relative;\n            \/* 追加 *\/\n        }\n\n        .set_swiper-wrapper {\n            width: 100%;\n            height: 100%;\n            position: relative;\n            display: flex;\n            transition-property: transform;\n            box-sizing: content-box;\n        }\n\n        .set_swiper-slide {\n            text-align: center;\n            background: #fff;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 0;\n            \/* paddingを削除 *\/\n            transition: transform 0.3s ease;\n        }\n\n        .set_swiper-slide:not(.swiper-slide-active) {\n            transform: scale(0.9);\n            opacity: 0.7;\n        }\n\n        .set_swiper-slide img {\n            width: 70%;\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n            margin: 10px;\n            \/* 画像自体にマージンを追加 *\/\n        }\n\n        .set_swiper-pagination {\n            position: static;\n            margin-top: 20px;\n        }\n\n        .set_swiper-pagination-bullet {\n            width: 12px;\n            height: 12px;\n            background-color: #ccc;\n            opacity: 1;\n        }\n\n        .set_swiper-pagination-bullet-active {\n            background-color: #007aff;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .card-carousel .cover-card {\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);\n        }\n    }\n\n    \/* FAQ アイコン モダン化 (+\/× CSS回転) *\/\n    #faq .faq__item__question {\n        background-image: none !important;\n        position: relative;\n    }\n    #faq .faq__item__question.open {\n        background-image: none !important;\n    }\n    #faq .faq__item__question::after {\n        content: '+';\n        position: absolute;\n        right: 14px;\n        top: 50%;\n        transform: translateY(-50%) rotate(0deg);\n        font-size: 26px;\n        font-weight: 200;\n        line-height: 1;\n        color: #555;\n        transition: transform 0.35s cubic-bezier(0.4, 0.0, 0.2, 1),\n                    color 0.25s ease;\n        pointer-events: none;\n    }\n    #faq .faq__item__question.open::after {\n        transform: translateY(-50%) rotate(45deg);\n        color: #333;\n    }\n\n    \/* technology__item__graph スライダー カスタマイズ *\/\n    .technology__item__graph .slick-dots {\n        display: flex !important;\n        justify-content: center;\n        align-items: center;\n        gap: 7px;\n        left: 0 !important;\n        width: 100% !important;\n        bottom: -28px;\n    }\n    .technology__item__graph .slick-dots li {\n        background-color: #ccc !important;\n        cursor: pointer;\n        display: block !important;\n        height: 7px !important;\n        width: 7px !important;\n        flex: none !important;\n        margin: 0 !important;\n        padding: 0;\n        border-radius: 50% !important;\n        position: relative;\n        transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;\n    }\n    .technology__item__graph .slick-dots li button {\n        display: block;\n        width: 100%;\n        height: 100%;\n        padding: 0;\n        opacity: 0;\n        position: absolute;\n        inset: 0;\n        cursor: pointer;\n        font-size: 0;\n    }\n    .technology__item__graph .slick-dots li.slick-active {\n        background-color: #333 !important;\n        width: 9px !important;\n        height: 9px !important;\n        flex: none !important;\n    }\n    .technology__item__graph .slick-prev,\n    .technology__item__graph .slick-next {\n        display: block !important;\n        width: 36px;\n        height: 36px;\n        z-index: 1;\n        top: 40%;\n        transform: translateY(-50%);\n        background-color: rgba(255, 255, 255, 0.78);\n        background-repeat: no-repeat;\n        background-size: 60%;\n        background-position: center;\n        border: none;\n        border-radius: 50%;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);\n        cursor: pointer;\n        font-size: 0;\n        line-height: 0;\n        color: transparent;\n        opacity: 0.85;\n        transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.2s ease;\n    }\n    .technology__item__graph .slick-prev:hover,\n    .technology__item__graph .slick-next:hover {\n        opacity: 1;\n        background-color: rgba(255, 255, 255, 0.96);\n        transform: translateY(-50%) scale(1.06);\n    }\n    .technology__item__graph .slick-prev {\n        left: 8px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n    .technology__item__graph .slick-next {\n        right: 8px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n\n    \/* 製品比較表 ナビゲーション矢印 *\/\n    .spec__table__nav {\n        display: flex;\n        justify-content: center;\n        gap: 16px;\n        margin-top: 12px;\n    }\n    .spec__table__nav__prev,\n    .spec__table__nav__next {\n        display: block;\n        width: 36px;\n        height: 36px;\n        background-color: rgba(255, 255, 255, 0.78);\n        background-repeat: no-repeat;\n        background-size: 60%;\n        background-position: center;\n        border: none;\n        border-radius: 50%;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);\n        cursor: pointer;\n        opacity: 0.85;\n        transition: opacity 0.25s ease, background-color 0.25s ease;\n    }\n    .spec__table__nav__prev:hover,\n    .spec__table__nav__next:hover {\n        opacity: 1;\n        background-color: rgba(255, 255, 255, 0.96);\n    }\n    .spec__table__nav__prev {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\");\n    }\n    .spec__table__nav__next {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\");\n    }\n\u003c\/style\u003e\n\u003cdiv id=\"buy\" name=\"buy\" style=\"display:block\"\u003e\u003c\/div\u003e\n\n\u003c!-- Swiper JS --\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Swiper\/11.0.5\/swiper-bundle.min.js\"\u003e\u003c\/script\u003e\n\n\u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function () {\n        function initSwiper() {\n            if (window.innerWidth \u003c= 768) {\n                const SetSwiper = new Swiper('.set_swiper-container', {\n                    slidesPerView: 1,\n                    spaceBetween: 0,\n                    centeredSlides: true,\n                    speed: 450,\n                    pagination: {\n                        el: '.set_swiper-pagination',\n                        clickable: true,\n                    },\n                    touchRatio: 1,\n                    touchAngle: 45,\n                    grabCursor: true,\n                    loop: true,\n                });\n            }\n        }\n\n        initSwiper();\n\n        window.addEventListener('resize', function () {\n            \/\/ 必要に応じてリサイズ時の処理を追加\n        });\n    });\n\u003c\/script\u003e\n\n\u003cscript\u003e\n    window.addEventListener('DOMContentLoaded', function () {\n\n        var slickOptions = {\n            dots: true,\n            infinite: true,\n            speed: 450,\n            cssEase: 'cubic-bezier(0.25, 0.46, 0.45, 0.94)',\n            slidesToShow: 1,\n            slidesToScroll: 1,\n            centerMode: false,\n            arrows: true\n        };\n\n        function initSlick() {\n            if (!jQuery('.card-carousel').length) return;\n\n            if (window.innerWidth \u003c 768) {\n                if (!jQuery('.card-carousel').hasClass('slick-initialized')) {\n                    jQuery('.card-carousel').slick(slickOptions);\n                }\n            } else {\n                if (jQuery('.card-carousel').hasClass('slick-initialized')) {\n                    jQuery('.card-carousel').slick('unslick');\n                }\n            }\n        }\n\n        if (typeof jQuery !== 'undefined' \u0026\u0026 typeof jQuery.fn.slick !== 'undefined') {\n            initSlick();\n            jQuery(window).on('resize', initSlick);\n        } else {\n            setTimeout(function () {\n                if (typeof jQuery !== 'undefined' \u0026\u0026 typeof jQuery.fn.slick !== 'undefined') {\n                    initSlick();\n                    jQuery(window).on('resize', initSlick);\n                }\n            }, 100);\n        }\n\n    });\n\u003c\/script\u003e\n\u003c!-- ピローcoverカードのカルーセル ここまで --\u003e\n","brand":"株式会社ブレインスリープ","offers":[{"title":"オーガニックスリープ \/ ホワイト","offer_id":45417281421534,"sku":"P0003S1-FRCW","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"オーガニックスリープ \/ ネイビー\/ブルー","offer_id":46864495739102,"sku":"P0003S1-FRMN","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"オーガニックスリープ \/ グレー","offer_id":45417281487070,"sku":"P0003S1-FRSG","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"アクティブエア \/ ホワイト","offer_id":45417281290462,"sku":"P0003S1-FRWH","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"アクティブエア \/ ネイビー\/ブルー","offer_id":46864495706334,"sku":"P0003S1-FRNV","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"パーフェクト クール EX \/ ネイビー\/ブルー","offer_id":46864495771870,"sku":"P0003S1-FRSX","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"パーフェクト クール EX \/ グレー","offer_id":46645168210142,"sku":"P0003S1-FRLG","price":34100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_pillow_neckconditioning_organic_cloudwhite_10c623e2-7787-4f6f-ab2b-78bf41cdcba3.webp?v=1762399800"},{"product_id":"pillow_snoreless","title":"ブレインスリープ ピロー スノーレス","description":"\u003cstyle\u003e\n    p:empty {\n        margin: 0;\n        padding: 0;\n    }\n\n    .campaign__item {\n        display: flow-root;\n    }\n\n    .intro01__bg,\n    .intro03__bg,\n    .intro04__bg,\n    .intro05__bg {\n        height: 100%;\n    }\n\n    .intro01__bg img,\n    .intro03__bg img,\n    .intro04__bg img,\n    .intro05__bg img {\n        height: 100% !important;\n        object-fit: cover;\n    }\n\n    .mv__caption {\n        z-index: 2 !important;\n    }\n\n    #MainContent,\n    html.js {\n        overflow: unset;\n    }\n\n    .technology__item__desc div:empty {\n        display: block;\n    }\n\n    .lp_area {\n        overflow-x: hidden;\n    }\n\n    .lp_area .other__pillow__text__sub__more {\n        color: #fff;\n    }\n\n    .lp_area ul {\n        list-style: none;\n    }\n\n    .technology__link__lists {\n        padding: 0;\n    }\n\n    .lp_area img {\n        width: 100%;\n        height: auto;\n        max-width: 100%;\n    }\n\n    .faq__item img {\n        width: auto;\n        max-width: 100%;\n    }\n\n    .spec__item__title,\n    .section__title__text,\n    .technology__item__title,\n    .technology__item__graph__title,\n    .technology__item__desc__text__content__title,\n    .intro04__fuki p,\n    .dclinic__body__dr p:nth-of-type(1),\n    .dclinic__body__dr p:nth-of-type(2),\n    .dclinic__body__dr p:nth-of-type(4),\n    .mv__caption__text,\n    .sleep__info__book__text__title,\n    .sleep__info__quality__golden__title {\n        margin: 0;\n    }\n\n    .intro01__ttl,\n    .dclinic__head__ttl,\n    .dclinic__body__ttl,\n    .dclinic__body__dr p:nth-of-type(3),\n    .intro05__txt,\n    .comparison__ttl,\n    .technology__item__desc__text__content__title,\n    #cover.spec__item .spec__item__desc__text__content__title {\n        margin-top: 0;\n    }\n\n    .technology__item__desc__text__content__desc,\n    .technology__link__lists__title {\n        margin-bottom: 0;\n    }\n\n    .lp_area video {\n        height: auto;\n    }\n\n    .lp_area {\n        overflow-x: hidden;\n    }\n\n    .lp_area a {\n        text-decoration: unset;\n        color: #000;\n    }\n\n    .lp_area ul {\n        list-style: none;\n    }\n\n    .lp_area img {\n        border: unset;\n    }\n\n    .technology__link__lists {\n        padding: 0 !important;\n    }\n\n    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both;\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px);\n    }\n\n    .rwlp__wrapper img {\n        width: 100%;\n    }\n\n    h1,\n    h2,\n    h3 {\n        font-weight: 400 !important;\n    }\n\n    .only_sp {\n        display: none;\n    }\n\n    .pillow__mv {\n        font-weight: 500;\n        height: 56.0714285714286vw;\n        overflow: hidden;\n        position: relative;\n    }\n\n    .pillow__mv__layer1 {\n        height: 100%;\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100vw;\n    }\n\n    .mv__caption {\n        left: 7.65vw;\n        position: absolute;\n        top: 5.42857vw;\n        z-index: 3;\n    }\n\n    .mv__caption__title {\n        margin-top: 2.4vw;\n        max-width: 100%;\n        width: 22.07142vw;\n    }\n\n    .mv__caption__text {\n        font-size: 2.96vw;\n        line-height: 1.2;\n    }\n\n    .mv__caption__text span {\n        font-size: 1.7921vw;\n    }\n\n    .termina {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Yu Gothic Pr6N R\",\n            \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-weight: 400;\n    }\n\n    @media screen and (max-width: 749px) {\n        .only_sp {\n            display: block;\n        }\n\n        .pillow__mv {\n            height: 142vw;\n        }\n\n        .mv__caption {\n            left: 8vw;\n            position: absolute;\n            top: 12vw;\n            transform: none;\n        }\n\n        .mv__caption__text {\n            font-size: 6.9333vw;\n        }\n\n        .mv__caption__text span {\n            font-size: 5.06666vw;\n            margin-top: 4vw;\n        }\n\n        .mv__caption__title {\n            margin-top: 4vw;\n            width: 40.2666vw;\n        }\n    }\n\n    .u-ta-c {\n        text-align: center !important;\n    }\n\n    .u-mt-8 {\n        margin-top: 8px !important;\n    }\n\n    @media screen and (max-width: 1400px) {\n        .intro01__bg img {\n            max-width: unset;\n            width: 1400px;\n        }\n    }\n\n    .dclinic__body__dr p:nth-of-type(1) {\n        font-size: 16px;\n    }\n\n    .dclinic__body__dr p:nth-of-type(2) {\n        font-size: 24px;\n    }\n\n    .dclinic__body__dr p:nth-of-type(3) {\n        font-size: 16px;\n        margin-bottom: 14px;\n    }\n\n    .dclinic__body__dr p:nth-of-type(4) {\n        font-size: 16px;\n        line-height: 1.8;\n    }\n\n    @media screen and (max-width: 749px) {\n        .intro01__bg img {\n            width: 100%;\n        }\n\n        .dclinic__body__dr p:nth-of-type(1) {\n            font-size: 16px;\n        }\n\n        .dclinic__body__dr p:nth-of-type(2) {\n            font-size: 24px;\n            margin-bottom: 12px;\n        }\n\n        .dclinic__body__dr p:nth-of-type(3) {\n            font-size: 14px;\n            margin-bottom: 14px;\n        }\n\n        .dclinic__body__dr p:nth-of-type(4) {\n            font-size: 14px;\n            line-height: 1.8;\n        }\n    }\n\n    .container {\n        width: 100% !important;\n    }\n\n    body {\n        overflow-x: hidden;\n    }\n\n    h1,\n    h2,\n    h3 {\n        font-weight: 400 !important;\n    }\n\n    .support-benefits-section {\n        width: 100%;\n        background-color: #f5f0eb;\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__eco-box {\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__support {\n        padding: 40px 20px;\n        text-align: center;\n        max-width: 1080px;\n    }\n\n    .support-benefits-section__support-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        color: #000;\n        ;\n        margin: 0 0 3vw;\n        font-size: 27px;\n        line-height: 1.6;\n        text-align: justify;\n    }\n\n    .support-benefits-section__support-subtitle {\n        color: #000;\n        font-size: 16px;\n        text-align: justify;\n        font-weight: bold;\n        line-height: 1.6;\n        margin: 0 0 30px;\n    }\n\n    .support-benefits-section__guarantee {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 8vw;\n    }\n\n    .support-benefits-section__guarantee-item {\n        padding: 30px 0;\n        border-bottom: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-item:first-child {\n        border-top: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-header {\n        display: flex;\n        align-items: center;\n        gap: 3vw;\n        margin-bottom: 2vw;\n    }\n\n    .rwlp__wrapper img.support-benefits-section__guarantee-icon {\n        display: block;\n        width: 38px;\n        height: auto;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__guarantee-title {\n        font-weight: bold;\n        color: #000;\n        ;\n        margin: 0;\n        letter-spacing: 0.05em;\n        font-size: 25px;\n    }\n\n    .support-benefits-section__guarantee-text {\n        font-size: 14px;\n        color: #000;\n        line-height: 1.6;\n        margin: 0;\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-box {\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__shop-link {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        background-color: #fff;\n        border: 1px solid #000;\n        padding: 20px;\n        text-decoration: none;\n        color: #000;\n        max-width: 400px;\n        width: 100%;\n    }\n\n    .support-benefits-section__shop-link-inner {\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-link-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        display: block;\n        margin-bottom: 1vw;\n    }\n\n    .support-benefits-section__shop-link-sub {\n        color: #000;\n        display: block;\n    }\n\n    .support-benefits-section__shop-link-arrow {\n        color: #000;\n        ;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__eco {\n        background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_bg.png?v=1771316331');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        padding: 50px 20px 30px;\n        margin-top: 24px;\n        max-width: 800px;\n    }\n\n    .support-benefits-section__eco-logo {\n        display: block;\n        max-width: 200px !important;\n        margin: 0 0 50px;\n    }\n\n    .support-benefits-section__eco-title {\n        font-size: 24px;\n        font-weight: bold !important;\n        line-height: 1.8;\n        letter-spacing: 0.05em;\n        color: #000;\n        margin: 0 0 30px;\n        text-align: left;\n        line-height: 1.6;\n    }\n\n    .support-benefits-section__eco-text {\n        font-size: 16px;\n        color: #000;\n        line-height: 1.8;\n        margin: 0 0 50px;\n        text-align: left;\n    }\n\n    .support-benefits-section__eco-link {\n        width: 100%;\n        display: block;\n        color: #000;\n        text-decoration: none;\n        letter-spacing: 0.05em;\n        padding: 20px;\n        font-size: 14px;\n    }\n\n    @media (min-width: 768px) {\n        .support-benefits-section__support {\n            padding: 60px 40px 40px;\n        }\n\n        .support-benefits-section__support-title {\n            font-size: 24px;\n            margin: 0 0 12px;\n            text-align: center;\n        }\n\n        .support-benefits-section__support-subtitle {\n            font-size: 14px;\n            margin: 0 0 30px;\n            text-align: center;\n        }\n\n        .support-benefits-section__guarantee {\n            display: flex;\n            gap: 24px;\n            margin: 0 0 32px;\n        }\n\n        .support-benefits-section__guarantee-item {\n            flex: 1;\n            padding: 24px;\n            border-bottom: none;\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-item:first-child {\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-header {\n            gap: 12px;\n            margin-bottom: 8px;\n        }\n\n        .support-benefits-section__guarantee-title {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__shop-link {\n            padding: 20px 24px;\n            max-width: 400px;\n        }\n\n        .support-benefits-section__shop-link-title {\n            font-size: 16px;\n            margin-bottom: 4px;\n        }\n\n        .support-benefits-section__shop-link-sub {\n            font-size: 13px;\n        }\n\n        .support-benefits-section__shop-link-arrow {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__eco {\n            padding: 50px 40px 30px;\n        }\n    }\n\n    @media (max-width: 767px) {\n        .support-benefits-section__eco-logo {\n            width: 50% !important;\n            margin: 0 0 24px;\n        }\n\n        .support-benefits-section__eco-title {\n            font-size: 16px;\n            margin: 0 0 12px;\n        }\n\n        .support-benefits-section__eco-text {\n            font-size: 14px;\n            margin: 0 0 16px;\n        }\n\n        .support-benefits-section__eco-link {\n            font-size: 14px;\n        }\n    }\n\n    .spec__item {\n        font-weight: 500;\n        padding-bottom: 125px;\n        padding-top: 56px;\n    }\n\n    .spec__item__inner {\n        padding-left: 6.7142857142857vw;\n    }\n\n    .spec__item__title {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Yu Gothic Pr6N R\",\n            \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-size: 30px;\n        font-weight: 400;\n        letter-spacing: 0.02em;\n        line-height: 1;\n    }\n\n    .spec__item__desc {\n        display: flex;\n        flex-direction: row-reverse;\n        margin-top: 80px;\n        justify-content: space-between;\n    }\n\n    .spec__item__desc__text {\n        display: flex;\n        flex-direction: column;\n        flex-shrink: 0;\n        margin-right: 8.0714285714286vw;\n        width: 26.2857142857143vw;\n    }\n\n    .spec__item__desc__text__img {\n        margin-top: 50px;\n    }\n\n    .spec__item__desc__text__img.img02 {\n        margin-top: 30px;\n    }\n\n    .spec__item__desc__img {\n        flex-shrink: 0;\n        width: 58.1428571428571vw;\n    }\n\n    .spec__item__desc__text__content__title {\n        font-size: 30px;\n        line-height: 1.3;\n        font-weight: 400 !important;\n    }\n\n    .spec__item__desc__text__content__desc {\n        font-size: 16px;\n        line-height: 1.9375;\n        margin-top: 30px;\n    }\n\n    @media screen and (max-width: 749px) {\n        .only_pc {\n            display: none;\n        }\n\n        .spec__item {\n            padding-bottom: 70px;\n            padding-top: 50px;\n        }\n\n        .spec__item__inner {\n            padding-left: 0;\n        }\n\n        .spec__item__title {\n            padding: 0 20px;\n        }\n\n        .spec__item__desc {\n            flex-direction: column;\n            margin-top: 35px;\n        }\n\n        .technology__item__desc__img {\n            margin-left: 0 !important;\n            width: 100% !important;\n        }\n\n        .spec__item__desc__img {\n            padding-left: 0 !important;\n            width: 100%;\n        }\n\n        .spec__item__desc__text {\n            display: block;\n            margin: 25px 0 0;\n            padding: 0 20px;\n            width: 100%;\n        }\n\n        .spec__item__desc__text__content__title {\n            font-size: 25px;\n            line-height: 1.44;\n        }\n\n        .spec__item__desc__text__content__desc {\n            margin-top: 30px;\n        }\n\n        .spec__item__title {\n            font-size: 25px;\n        }\n    }\n\n    .u-cf:after {\n        display: table;\n        clear: both;\n        content: \"\";\n    }\n\n    img {\n        vertical-align: bottom;\n    }\n\n    .sleep__info {\n        background-color: #a2c2dd;\n        font-weight: 500;\n    }\n\n    .sleep__info__book {\n        padding-bottom: 20px;\n        padding-top: 70px;\n    }\n\n    .sleep__info__book__top {\n        font-size: 36px;\n        font-weight: 400 !important;\n        text-align: center;\n    }\n\n    .sleep__info__book__inner {\n        margin: 0 auto;\n        width: 690px;\n    }\n\n    .sleep__info__book__inner__flex {\n        display: flex;\n        margin-top: 40px;\n        justify-content: space-between;\n    }\n\n    .sleep__info__book__img {\n        width: 168px;\n    }\n\n    .sleep__info__book__img img {\n        width: 100%;\n    }\n\n    .sleep__info__book__text {\n        display: flex;\n        flex-direction: column;\n        justify-content: center;\n    }\n\n    .sleep__info__book__text__title {\n        font-size: 30px;\n        line-height: 1.2;\n        font-weight: 400 !important;\n    }\n\n    @media screen and (max-width: 749px) {\n        .sleep__info__book {\n            padding-bottom: 20vw;\n            padding-top: 20px;\n        }\n\n        .sleep__info__book__inner {\n            margin: 0 auto;\n            padding: 0 20px;\n            width: 100%;\n        }\n\n        .sleep__info__book__top {\n            font-size: 25px;\n            line-height: 1.64;\n            text-align: center;\n        }\n\n        .sleep__info__book__inner__flex {\n            align-items: center;\n            flex-direction: column;\n            margin-top: 30px;\n        }\n\n        .sleep__info__book__img {\n            width: 103px;\n        }\n\n        .sleep__info__book__text {\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            margin-top: 30px;\n            padding-left: 0;\n        }\n\n        .sleep__info__book__text__title {\n            font-size: 20px;\n            line-height: 1.35;\n            text-align: center;\n        }\n    }\n\n    .header__bnr a {\n        display: block;\n        text-align: center;\n    }\n\n    .intro__head {\n        background-color: #e7e5d6;\n        padding: 0 6.7142857142857vw;\n    }\n\n    .intro__head img {\n        max-width: 100%;\n    }\n\n    .intro__head__inner {\n        width: 100%;\n        margin: 0 auto;\n        position: relative;\n        max-width: 1130px;\n    }\n\n    @media screen and (max-width: 749px) {\n        .intro__head {\n            padding: 0;\n        }\n    }\n\n    .u-pc {\n        display: block !important;\n    }\n\n    .u-sp {\n        display: none !important;\n    }\n\n    @media screen and (max-width: 749px) {\n        .u-pc {\n            display: none !important;\n        }\n\n        .u-sp {\n            display: block !important;\n        }\n    }\n\n    body {\n        visibility: visible !important;\n        opacity: 1 !important;\n    }\n\n    @media screen and (max-width: 749px) {\n        #size .spec__item__size__lists .slick-dots {\n            left: 20px;\n            width: calc(100% - 40px);\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        .mv__caption .mv__caption__text {\n            padding: 0;\n        }\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n        transform: unset;\n        animation: unset;\n        opacity: 1;\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection class=\"pillow__mv\" id=\"pillow-mv\"\u003e\n            \u003cdiv class=\"pillow__mv__layer1\"\u003e\n                \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_kv_model.jpg\" alt=\"\" width=\"2000\" height=\"1142\"\u003e\n                \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_kv_model_sp.jpg?01\" alt=\"\" width=\"750\" height=\"1066\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"mv__caption\"\u003e\n                \u003ch1 class=\"mv__caption__text\"\u003e\n                    いびきをカット\u003cbr\u003e\u003cspan\u003e横向き寝を促進し、快適な眠りを。\u003c\/span\u003e\n                \u003c\/h1\u003e\n                \u003cdiv class=\"mv__caption__title\"\u003e\n                    \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_kv_logo.png\" alt=\"BRAINSLEEP PILLOW SNORELESS\" width=\"309\" height=\"144\"\u003e\n                    \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_kv_logo_sp.png\" alt=\"BRAINSLEEP PILLOW SNORELESS\" width=\"152\" height=\"66\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"sleep__info\" id=\"sleep__info\"\u003e\n            \u003cdiv class=\"sleep__info__book\"\u003e\n                \u003cdiv class=\"sleep__info__book__inner\"\u003e\n                    \u003ch2 class=\"sleep__info__book__top\"\u003e\n                        睡眠で大事なのは\u003cbr class=\"only_sp\"\u003e“時間だけでなく質”\n                    \u003c\/h2\u003e\n                    \u003cdiv class=\"sleep__info__book__inner__flex\"\u003e\n                        \u003cdiv class=\"sleep__info__book__img\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_stanford_method.png\" alt=\"スタンフォード式 最高の睡眠\" width=\"168\" height=\"241\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"sleep__info__book__text\"\u003e\n                            \u003ch3 class=\"sleep__info__book__text__title y_ad_off\"\u003e\n                                『スタンフォード式 最高の睡眠』\u003cbr class=\"only_sp\"\u003eの\u003cbr class=\"only_pc\"\u003eメソッドを\u003cbr class=\"only_sp\"\u003e集約した\n                                唯一の枕。\n                            \u003c\/h3\u003e\n                            \u003ch3 class=\"sleep__info__book__text__title y_ad_on\" style=\"display: none\"\u003e\n                                『スタンフォード式 最高の睡眠』\u003cbr class=\"only_sp\"\u003eの\u003cbr class=\"only_pc\"\u003eメソッドを\u003cbr class=\"only_sp\"\u003e集約した枕。\n                            \u003c\/h3\u003e\n                            \u003cp class=\"sleep__info__book__text__desc y_ad_off\"\u003e\n                                人生の約3分の1が睡眠。\u003cbr\u003e睡眠の質が悪いと脳や身体が休まらず、\u003cbr\u003e本来のパフォーマンスを引き出すことができません。\u003cbr\u003e毎日使う大事な寝具だからこそ、質から見直しませんか?\n                            \u003c\/p\u003e\n                            \u003cp class=\"sleep__info__book__text__desc y_ad_on\" style=\"display: none\"\u003e\n                                人生の約3分の1が睡眠。\u003cbr\u003e睡眠の質が悪いと本来のパフォーマンスを\u003cbr\u003e引き出すことができません。\u003cbr\u003e毎日使う大事な寝具、\n                                見直してみませんか？\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro01__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro01_bg_model.png\" alt=\"\" width=\"1000\" height=\"425\"\u003e\n                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro01_bg_model_sp.png\" alt=\"\" width=\"375\" height=\"472\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro01__inner fadeInUpShort animated\"\u003e\n                \u003cp class=\"intro01__ttl\"\u003e\n                    日本人の\u003cspan class=\"termina\"\u003e6\u003c\/span\u003e人に\u003cspan class=\"termina\"\u003e1\u003c\/span\u003e人が\u003cbr\u003e習慣的にいびきをかいている。\u003cbr\u003eパートナーの睡眠にも影響が。\n                \u003c\/p\u003e\n                \u003cp class=\"intro01__txt\"\u003e\n                    日本では「いびき」をかく人は約\u003cspan class=\"termina\"\u003e2000\u003c\/span\u003e万人いるとされ、\u003cbr class=\"u-pc\"\u003eそのうちの約\u003cspan class=\"termina\"\u003e300\u003c\/span\u003e万人から\u003cspan class=\"termina\"\u003e500\u003c\/span\u003e万人が睡眠時無呼吸症\u003cbr class=\"u-pc\"\u003e候群ではないかと推定されています。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro02 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro02__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_bg1.jpg\" alt=\"\" width=\"992\" height=\"585\"\u003e\n                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_bg.jpg\" alt=\"\" width=\"375\" height=\"500\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__bg2\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_bg2.png\" alt=\"\" width=\"1000\" height=\"1000\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__inner fadeInUpShort animated\"\u003e\n                \u003cp class=\"intro02__ttl\"\u003e\n                    \u003cspan\u003eいびきの原因は\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e仰向け寝で気道が狭くなること\u003c\/span\u003e\n                \u003c\/p\u003e\n                \u003cp class=\"intro02__txt\"\u003e\n                    いびきをかく理由は、寝ているときに下顎を支える筋肉が緩み気道をふさいでしまうためです。下顎の筋肉が緩むと重力で軟口蓋や舌の付け根などが落ち込み、気道が狭くなります。\n                \u003c\/p\u003e\n                \u003cdiv class=\"intro02__img\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_img.png\" alt=\"\" width=\"1000\" height=\"572\"\u003e\n                    \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro02_img_sp.png?3\" alt=\"\" width=\"307\" height=\"761\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro02__arrow\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_arrow.png\" alt=\"\" width=\"75\" height=\"86\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro03 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro03__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro03_bg_model.jpg\" alt=\"\" width=\"1000\" height=\"357\"\u003e\n                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro03_bg_model_sp.jpg\" alt=\"\" width=\"375\" height=\"510\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro03__inner fadeInUpShort animated\"\u003e\n                \u003cp class=\"intro03__ttl\"\u003e\n                    \u003cspan\u003eいびき軽減には、\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e気道を確保する \u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e横向き寝が効果的。\u003c\/span\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro04__bg\"\u003e\n                \u003cvideo id=\"video01\" class=\"u-pc lozad\" width=\"1400\" height=\"596\" style=\"aspect-ratio: 1400\/596\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cc16e1a081244151b895607b12f707b7.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n                \u003cvideo class=\"u-sp lozad\" width=\"750\" height=\"750\" style=\"aspect-ratio: 750\/750\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5af86c8b2c0c4a3ebcaef3f7b715f39b.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro04__inner fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"intro04__fuki\"\u003e\n                    \u003cp\u003e最大\u003cspan class=\"termina\"\u003e66\u003c\/span\u003e%いびき軽減\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"intro04__ttl\"\u003e\n                    クラウンウェーブ形状で\u003cbr\u003e\u003cspan\u003eいびきを抑える\u003cbr class=\"u-sp\"\u003e横向き寝促進ピロー\u003c\/span\u003e\n                \u003c\/p\u003e\n                \u003cdiv class=\"dclinic\"\u003e\n                    \u003cdiv class=\"dclinic__head\"\u003e\n                        \u003cp class=\"dclinic__head__ttl\"\u003e\n                            いびき・睡眠時無呼吸症候群\u003cbr class=\"u-sp\"\u003e専門クリニックが推奨\n                        \u003c\/p\u003e\n                        \u003cp class=\"dclinic__head__txt\"\u003e\n                            ブレインスリープが共同研究を行っている\u003cspan class=\"termina\"\u003eD\u003c\/span\u003eクリニック東京ウェルネスではいびき予防の一環として\u003cbr class=\"u-pc\"\u003e寝姿勢改善のためブレインスリープ ピロー\n                            スノーレスの使用をおすすめしています。\n                        \u003c\/p\u003e\n                        \u003cdiv class=\"dclinic__head__logo\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_logo_dclinic.png\" alt=\"\" width=\"359\" height=\"48\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"dclinic__img\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_img_dclinic.jpg\" alt=\"\" width=\"1000\" height=\"258\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_img_dclinic_sp.jpg\" alt=\"\" width=\"306\" height=\"245\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"dclinic__body\"\u003e\n                        \u003cp class=\"dclinic__body__ttl\"\u003e\n                            横向き寝で正常域まで\u003cbr class=\"u-sp\"\u003e改善することも\n                        \u003c\/p\u003e\n                        \u003cdiv class=\"dclinic__body__wrap\"\u003e\n                            \u003cdiv class=\"dclinic__body__description\"\u003e\n                                \u003cp class=\"dclinic__body__txt\"\u003e\n                                    睡眠時無呼吸症候群（\u003cspan class=\"termina\"\u003eSAS\u003c\/span\u003e）にならないようにするには普段の生活における心がけが重要です。飲酒制限や、睡眠薬使用の制限などの指導、肥満者の場合には減量の指示、また寝姿勢の改善（横向きの寝姿勢への変更）などによって、\u003cspan class=\"termina\"\u003eSAS\u003c\/span\u003eの重症度がある程度軽減される場合があります。軽症の患者の場合には、無呼吸が正常域近くまで改善するケースも見られます。\n                                \u003c\/p\u003e\n                                \u003cdiv class=\"dclinic__body__dr u-pc\"\u003e\n                                    \u003cp\u003e睡眠センター長\u003c\/p\u003e\n                                    \u003cp\u003e井坂 奈央\u003c\/p\u003e\n                                    \u003cp\u003e\n                                        \u003cspan class=\"termina\"\u003eD\u003c\/span\u003eクリニック東京ウェルネス \/\n                                        睡眠・\u003cspan class=\"termina\"\u003eSAS\u003c\/span\u003e外来 \/ 医学博士\n                                    \u003c\/p\u003e\n                                    \u003cp\u003e\n                                        認定資格　日本睡眠学会専門医 \/ 耳鼻咽喉科専門医 \/\n                                        厚生労働省指定オンライン診療研修修了\n                                    \u003c\/p\u003e\n                                \u003c\/div\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"dclinic__body__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_dr_dclinic.jpg\" alt=\"\" width=\"494\" height=\"357\"\u003e\n                                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_dr_dclinic_sp.jpg\" alt=\"\" width=\"261\" height=\"189\"\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"dclinic__body__dr u-sp\"\u003e\n                                \u003cp\u003e睡眠センター長\u003c\/p\u003e\n                                \u003cp\u003e井坂 奈央\u003c\/p\u003e\n                                \u003cp\u003e\n                                    \u003cspan class=\"termina\"\u003eD\u003c\/span\u003eクリニック東京ウェルネス \/\n                                    睡眠・\u003cspan class=\"termina\"\u003eSAS\u003c\/span\u003e外来 ／ 医学博士\n                                \u003c\/p\u003e\n                                \u003cp\u003e\n                                    認定資格　日本睡眠学会専門医 \/ 耳鼻咽喉科専門医 \/\n                                    厚生労働省指定オンライン診療研修修了\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"intro05 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro05__bg\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro05_bg_model.jpg\" alt=\"\" width=\"1000\" height=\"586\"\u003e\n                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_intro05_bg_model.png\" alt=\"\" width=\"375\" height=\"539\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro05__inner fadeInUpShort animated\"\u003e\n                \u003cp class=\"intro05__txt\"\u003e\n                    気道を確保し、いびきをケア。\u003cbr\u003eパートナーのためにも\u003cbr class=\"u-sp\"\u003e静かな夜を。\n                \u003c\/p\u003e\n                \u003cdiv class=\"intro05__logo\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_product_logo.png\" alt=\"\" width=\"277\" height=\"129\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology js-box animatedParent animateOnce\" id=\"technology\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eTECHNOLOGY\u003c\/span\u003eテクノロジー\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__link\"\u003e\n                \u003cul class=\"technology__link__lists fadeInUpShort animated\"\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\n                        \u003ca href=\"#tech01\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav01.jpg\" alt=\"\" width=\"395\" height=\"364\"\u003e\n                                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav01_sp.jpg\" alt=\"\" width=\"106\" height=\"98\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e01\u003c\/span\u003e横向き寝促進の\u003cbr\u003eクラウンウェーブ\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\n                        \u003ca href=\"#tech02\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav02_model.jpg\" alt=\"\" width=\"395\" height=\"364\"\u003e\n                                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav02_model_sp.jpg\" alt=\"\" width=\"106\" height=\"98\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e02\u003c\/span\u003e超通気性素材で\u003cbr\u003e深い眠りへ\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\n                        \u003ca href=\"#tech03\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav03.jpg\" alt=\"\" width=\"395\" height=\"364\"\u003e\n                                \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_nav03_sp.jpg\" alt=\"\" width=\"106\" height=\"98\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n                                \u003cspan\u003e03\u003c\/span\u003e水洗いできて清潔\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item\" id=\"tech01\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                        \u003cspan\u003e01\u003c\/span\u003eCrown wave\n                    \u003c\/h2\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_01\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                        \u003cvideo id=\"video02\" class=\"lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio: 750\/422\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/3c2a16730ef04c888e2a705944f6ecc6.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                いびきを抑える\u003cbr\u003eクラウンウェーブ形状が、\u003cbr\u003e横向き寝を促進、呼吸を整える\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                なだらかなクラウンウェーブが常に横向き寝をキープ。睡眠中の気道を確保し、スムーズな呼吸でいびきを軽減します。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_02\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cvideo id=\"video03\" class=\"lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio: 750\/422\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/558d3cf7598545b692f1a83abe563c8f.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                自然と横向き寝に導く\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                身体へ負荷をかけることなく自然と横向きへと導くクラウンウェーブ設計。睡眠を妨げることなく横向き寝を促進します。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_03\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"border: 1px solid #000\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_03.png\" alt=\"\" width=\"817\" height=\"459\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_03_sp.png\" alt=\"\" width=\"355\" height=\"200\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img u-sp fadeInUpShort animated\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_04.png\" alt=\"\" width=\"355\" height=\"355\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                いびきが66％軽減\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                10人のいびきに悩みを抱える被験者の睡眠中に横向きになっている時間といびき発生頻度を計測したところ、一般的な枕と比較してブレインスリープ\n                                ピロー\n                                スノーレスを使うと横向きの時間が増え、いびきの発生頻度も66％軽減という結果に。横向きで眠ることで自然といびきを解消します。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc u-mt-16 animatedParent animateOnce\" id=\"tech01_04\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img u-pc fadeInUpShort animated\" style=\"border: 1px solid #000\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_04_sp.png\" alt=\"\" width=\"817\" height=\"459\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-pc fadeInUpShort animated\"\u003e\n                        \u003cbr\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_05\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_05.jpg\" alt=\"\" width=\"817\" height=\"459\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_05_sp.jpg\" alt=\"\" width=\"355\" height=\"200\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img u-sp fadeInUpShort animated\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_06_model_sp.jpg\" alt=\"\" width=\"354\" height=\"400\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                横向き寝姿勢を最適にサポート\u003cbr\u003e好みや体格に応じて\u003cbr\u003e使えるダブル設計\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                ソフトサイド\/スタンダードサイドのダブル設計でそれぞれの好みや体格に応じて最適に寝姿勢をサポートします。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc u-mt-16 animatedParent animateOnce\" id=\"tech01_06\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img u-pc fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_06_model.jpg\" alt=\"\" width=\"815\" height=\"920\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-pc fadeInUpShort animated\"\u003e\n                        \u003cbr\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"tech01_07\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_07_model.jpg\" alt=\"\" width=\"810\" height=\"490\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_07_model_sp.jpg\" alt=\"\" width=\"355\" height=\"215\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                首・肩の負担を軽減\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                ネックサポートが首をしっかりと支えて、頭の沈み込みすぎを軽減。正しい横向きの寝姿勢を保ち、横向き寝による首や肩にかかる負担を軽減します。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item animatedParent animateOnce\" id=\"tech02\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"\"\u003e\n                    \u003ch2 class=\"technology__item__title\"\u003e\n                        \u003cspan\u003e02\u003c\/span\u003eSuper breathable\n                    \u003c\/h2\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\" id=\"tech02_01\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech02_01_model.jpg\" alt=\"\" width=\"816\" height=\"459\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech02_01_model_sp.jpg\" alt=\"\" width=\"350\" height=\"350\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                超通気性素材が\u003cbr\u003e最適な睡眠温度と湿度を\u003cbr\u003eコントロール\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                90％以上が空気層でできているので、睡眠時に発生する熱や湿気が枕にこもらず、快適な睡眠環境をつくります。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"tech01_01\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech01_01.png\" alt=\"\" width=\"300\" height=\"214\"\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\" id=\"tech02_02\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding: 0; height: unset\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech02_02.jpg\" alt=\"\" width=\"816\" height=\"459\" style=\"height: unset; position: relative\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__btn\"\u003e\n                            エビデンスをより詳しく\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__graph\"\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_evidence2_1.png\" alt=\"熱がこもらない\" width=\"360\" height=\"275\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch3 class=\"technology__item__graph__title\"\u003e\n                                放熱量が高く、\u003cbr\u003e熱がこもらない\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                熱がこもってしまうと、睡眠の質に影響してしまいます。\n                                \u003cbr\u003e本製品は通気性がよい素材のため、他素材と比較しても熱がこもりにくく、一晩中快適に眠ることができます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item animatedParent animateOnce\" id=\"tech03\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"\"\u003e\n                    \u003ch2 class=\"technology__item__title\"\u003e\n                        \u003cspan\u003e03\u003c\/span\u003eSuper clean\n                    \u003c\/h2\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cvideo class=\"lozad\" width=\"750\" height=\"422\" style=\"aspect-ratio: 750\/422\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fd48c0978e4940dc88ba26ec0838dee0.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                シャワーで水洗いできて清潔\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                人間は寝ている間に、コップ1杯分（約200ml）の汗をかくと言われています。\u003cbr\u003e抜群の通気性で湿気をためず、衛生的です。さらに、水洗いもできてすぐ乾くので、いつでも清潔に保てます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content__btn\"\u003e\n                            エビデンスをより詳しく\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__graph\"\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_evidence2_2.png\" alt=\"カビの発生が少ない\" width=\"311\" height=\"230\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch3 class=\"technology__item__graph__title\"\u003eカビの発生が少ない\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                他素材と比較して圧倒的にカビの発生量が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメです。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__graph__content\"\u003e\n                        \u003cdiv class=\"technology__item__graph__img\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_evidence2_2_2.png\" alt=\"ダニの発生が少ない\" width=\"311\" height=\"208\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"technology__item__graph__text\"\u003e\n                            \u003ch3 class=\"technology__item__graph__title\"\u003eダニの発生が少ない\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__graph__desc\"\u003e\n                                他素材と比較して圧倒的にダニの発生率が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメ\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"clr\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text u-sp\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                MADE IN JAPAN\n                            \u003c\/h3\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech03_quality.jpg\" alt=\"\" width=\"1400\" height=\"786\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title u-pc\"\u003e\n                                MADE IN JAPAN\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                \u003cspan\u003eこだわりのものづくり\u003cbr\u003e安心品質\u003c\/span\u003eマットレスやピローなど、一点ずつ丁寧に技術者や職人たちの手で繰り返し品質確認を行っています。\u003cbr\u003e厳しい品質検査を経て一点ずつ丁寧に梱包しお客様の元へお届けします。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc tips tech03_water\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_tech03_water.jpg\" alt=\"\" width=\"1400\" height=\"786\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                不純物の少ない、\u003cbr\u003e自然の湧き水を使用し\u003cbr\u003e品質の劣化を防ぐ\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                「豊の国名水15選」にも指定された特別な軟水で、不純物が限りなく少ない清水瀑園(しみずばくえん)の湧き水を生産工程で使用。不純物の少ない水を使用することで、不要な化学反応を避け、品質の劣化を防ぐことができます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- エコサイクル訴求セクション ここから --\u003e\n        \u003cdiv class=\"support-benefits-section\"\u003e\n            \u003cdiv class=\"support-benefits-section__support\"\u003e\n                \u003ch3 class=\"support-benefits-section__support-title\"\u003eあなたにぴったりのものと\u003cbr class=\"u-sp\"\u003e出会ってほしいから\u003c\/h3\u003e\n                \u003cp class=\"support-benefits-section__support-subtitle\"\u003e安心して、あなたに合うものを見つけてもらえるようにサポートします。\u003c\/p\u003e\n                \u003cul class=\"support-benefits-section__guarantee\"\u003e\n                    \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                        \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                            \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_guarantee_img.svg?v=1771316330\" alt=\"安心の1年保証\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-title\"\u003e安心の１年保証\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"support-benefits-section__guarantee-text\"\u003e安心してお使いいただけるよう、１年間の保証をお付けしています。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                    \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                        \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                            \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_free_img.svg?v=1771316330\" alt=\"送料無料\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-title\"\u003e送料無料\u003c\/p\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"support-benefits-section__guarantee-text\"\u003e日本全国どこでも、送料無料でお届けします。\u003c\/p\u003e\n                    \u003c\/li\u003e\n                \u003c\/ul\u003e\n                \u003cdiv class=\"support-benefits-section__shop-box\"\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" class=\"support-benefits-section__shop-link\" target=\"_blank\"\u003e\n                        \u003cspan class=\"support-benefits-section__shop-link-inner\"\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-title\"\u003e試せる場所を探す\u003c\/span\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-sub\"\u003eお近くの正規取扱店のご案内\u003c\/span\u003e\n                        \u003c\/span\u003e\n                        \u003cspan class=\"support-benefits-section__shop-link-arrow\"\u003e›\u003c\/span\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"support-benefits-section__eco-box\"\u003e\n                    \u003cdiv class=\"support-benefits-section__eco\"\u003e\n                        \u003cimg class=\"support-benefits-section__eco-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_logo.svg?v=1771316362\" alt=\"BRAIN SLEEP ECO CYCLE PROGRAM\" width=\"200\" height=\"80\" decoding=\"async\" loading=\"lazy\"\u003e\n                        \u003ch3 class=\"support-benefits-section__eco-title\"\u003eお客様が使い続けるほど\u003cbr\u003e環境にやさしい仕組み\u003c\/h3\u003e\n                        \u003cp class=\"support-benefits-section__eco-text\"\u003e\n                            ブレインスリープの枕やマットレスの素材は100％リサイクルが可能です。永く持続していく社会を目指して、その後のリサイクルも考えた原料の選定をしています。\u003c\/p\u003e\n                        \u003ca href=\"https:\/\/brain-sleep.com\/pages\/eco_cycle_program\" class=\"support-benefits-section__eco-link\" target=\"_blank\"\u003e詳しくはこちら ›\u003c\/a\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c!-- エコサイクル訴求セクション ここまで --\u003e\n\n        \u003csection class=\"spec__title js-box animatedParent animateOnce\" id=\"spec\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eSPEC\u003c\/span\u003e仕様\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"size\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"size__ttl termina\"\u003eSize\u003c\/div\u003e\n                \u003cdiv class=\"size__img\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_size.jpg\" alt=\"\" width=\"1000\" height=\"514\"\u003e\n                    \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_size_sp.jpg\" alt=\"\" width=\"355\" height=\"200\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"side__img\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_side.png\" alt=\"\" width=\"1000\" height=\"529\"\u003e\n                    \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_side_sp.png\" alt=\"\" width=\"256\" height=\"299\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"material\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"spec__item__title u-sp\"\u003eMaterial\u003c\/h2\u003e\n                \u003cdiv class=\"spec__item__desc\"\u003e\n                    \u003cdiv class=\"spec__item__desc__img\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_material.jpg\" alt=\"\" width=\"1400\" height=\"786\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec__item__desc__text\"\u003e\n                        \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                            \u003ch2 class=\"spec__item__title u-pc\"\u003eMaterial\u003c\/h2\u003e\n                            \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e\n                                100％リサイクルが可能な\u003cbr\u003eサステナブル素材\n                            \u003c\/h3\u003e\n                            \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                                枕には、地球に優しい100％再生可能な材料を使用しています。地球環境に配慮したサステナブルな素材を追求しています。\u003cbr\u003e素材：ポリエチレン100%\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n\n\n\n\n\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"cover\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv class=\"fadeInUpShort animated\"\u003e\n                    \u003ch2 class=\"spec__item__title\"\u003eCover\u003c\/h2\u003e\n                    \u003c!-- \u003cp class=\"spec__item__title__under\"\u003e\n              ２種類の専用カバーから選べます。\n            \u003c\/p\u003e --\u003e\n                    \u003cdiv class=\"spec__item__desc\"\u003e\n                        \u003cdiv class=\"spec__item__desc__img\"\u003e\n                            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_cover_organic.jpg\" alt=\"\" width=\"1400\" height=\"786\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec__item__desc__text\"\u003e\n                            \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                                \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e\n                                    オーガニックスリープ\n                                \u003c\/h3\u003e\n                                \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                                    3年以上農薬や化学肥料を使わないで栽培された農地で育てられた綿花を使った、地球に優しいオーガニックコットン100％の生地にいつでも清潔に使用できる機能を加えた天然素材×高機能テクノロジーの快適さを追求した枕カバー。\n                                    \u003cbr\u003e抗菌防臭 \/ 消臭 \/ 吸水速乾 \/ 静電気防止 \/ 抗カビ \/\n                                    花粉脱落 \/ ハイブリッド触媒⁠\u003cbr\u003eコットン100％\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cdiv class=\"spec__item__desc__text__img img02\"\u003e\n                                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_cover_snoreless.jpg\" alt=\"\" width=\"353\" height=\"212\"\u003e\n                            \u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection class=\"spec__item animatedParent animateOnce\" id=\"gift_box\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"spec__item__inner\"\u003e\n                \u003cdiv class=\"fadeInUpShort animated\"\u003e\n                    \u003ch2 class=\"spec__item__title\"\u003eGIFTBOX\u003c\/h2\u003e\n                    \u003cdiv class=\"spec__item__desc\"\u003e\n                        \u003cdiv class=\"spec__item__desc__img\"\u003e\n                            \u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_giftbox_01.webp?1\" decoding=\"async\" loading=\"lazy\"\u003e\n                        \u003c\/div\u003e\n                        \u003cdiv class=\"spec__item__desc__text\"\u003e\n                            \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                                \u003ch3 class=\"spec__item__desc__text__content__title\"\u003eギフトにおすすめ\u003c\/h3\u003e\n                                \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                                    ブレインスリープ ピロー1個とピローカバーが入る、ちょうど良い大きさのギフトボックスです。\u003cbr\u003e\n                                    外蓋には上品な箔押しのロゴを施し、蓋を開けると“GIFT YOU THE BEST SLEEP” のメッセージ。\u003cbr\u003e\n                                    贈る人の想いが伝わる、特別なデザインに仕上げました。\u003cbr\u003e\u003cbr\u003e\n                                    \u003cspan style=\"font-size:12px;\"\u003e\n                                        サイズ：横62cmx奥行き37.5cmx高さ21cm\u003cbr\u003e\n                                        ギフトボックス：¥1,100(税込)\n                                    \u003c\/span\u003e\n                                \u003c\/p\u003e\n                            \u003c\/div\u003e\n\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n\n\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .pc_reco {\n        font-size: 18px !important;\n    }\n\n    @media screen and (max-width: 749px) {\n        .sp_reco {\n            font-size: 12px !important;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection class=\"related__title animatedParent animateOnce\" id=\"related\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e関連商品\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item animatedParent animateOnce\" id=\"related_products\" style=\"border-top: unset\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_related_pillow.jpg?01\" alt=\"\" width=\"842\" height=\"393\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                ブレインスリープ ピロー\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__lead\"\u003e\n                                速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\n                            \u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                特許技術の独自3層構造と9段階のグラデーション設計により、あなたの頭の大きさや寝方に合わせて徐々にフィットし、使用するたびに睡眠に適したあなただけの枕に変化します。良質な睡眠に必要な黄金の90分をつくるための3つの機能を搭載した、「脳が眠る」ことに焦点を当てた枕。\n                            \u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"related__btn\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_related_pillow_cool.jpg\" alt=\"\" width=\"815\" height=\"458\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                ブレインスリープ ピロー\u003cbr\u003eパーフェクト クール\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__lead\"\u003e\n                                夏の睡眠をクールに。\u003cbr\u003e速く、深く、脳まで眠る。\n                            \u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                アイスパック付きで、猛暑にもしっかり頭を冷やせる枕。\n                            \u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_perfectcool\" class=\"related__btn\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_related_pillow_conditioning.jpg\" alt=\"\" width=\"815\" height=\"458\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                                ブレインスリープ ピロー\u003cbr\u003eネックコンディショニング\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__lead\"\u003e\n                                首を理想のカーブへ\u003cbr\u003e寝ながら身体を整える\n                            \u003c\/p\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                睡眠専門鍼灸マッサージスタジオ監修の首のカーブを整える枕。首を伸ばして頭部を緩めることで首回りが軽くなる\n                            \u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow_snoreless\" class=\"related__btn\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"comparison fadeInUpShort animated\"\u003e\n                \u003ch2 class=\"comparison__ttl\"\u003e製品比較表\u003c\/h2\u003e\n                \u003cdiv class=\"comparison__wrap spec__table1\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_comparison.jpg?1\" alt=\"\" width=\"1000\" height=\"819\"\u003e\n                    \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\n                        \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_comparison.jpg?1\" alt=\"\" width=\"1000\" height=\"819\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n                        \u003cbutton class=\"spec__table__nav__prev\" aria-label=\"前へ\"\u003e\u003c\/button\u003e\n                        \u003cbutton class=\"spec__table__nav__next\" aria-label=\"次へ\"\u003e\u003c\/button\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"faq js-box animatedParent animateOnce\" id=\"faq\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__main\"\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e長く使用するためのサポートはありますか？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            はい、次回購入時は10,000円OFFで新品と交換可能です。詳しくは\u003ca href=\"https:\/\/brain-sleep.com\/pages\/eco_cycle_program\" target=\"_blank\"\u003eこちら\u003c\/a\u003eをご確認ください。\u003cbr\u003e※Web購入・会員登録が必要です\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e\n                        ブレインスリープ ピローとどう違うの？\n                    \u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            ブレインスリープ\n                            ピローは〈オーダーメイドのようなフィット感〉で使用者の頭の形にフィットするのが特徴です。3層ｘ9グラデーション構造の特殊加工による極上の柔らかさがオーダーメイドのようなフィット感を作っています。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e取扱い店舗はこちら\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            取扱店舗でもご購入いただけます。店舗により取扱商品が異なりますので、詳しくは\u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" target=\"_blank\"\u003eこちら\u003c\/a\u003eからご確認ください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eお手入れ方法は？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            汚れやにおいが気になる時は、シャワーの水でお手入れ\u003cbr\u003e\u003cbr\u003e\n                            ①シャワーの水で全体を洗い流す\u003cbr\u003e\n                            特に汚れやにおいが気になる際は、薄めた中性洗剤を使用してください。\u003cbr\u003e\u003cbr\u003e\n                            ②風通しの良い平らな場所で陰干しをする\u003cbr\u003e\n                            早く乾かしたい時は…バスタオルで枕を包み上下に優しく振って水気を切ってから乾かしてください。\n                        \u003c\/p\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            枕本体をお手入れする際の注意\u003cbr\u003e\n                            立て掛ける、折り曲げる、上に物を置く、加重をかけるなどの状態でメンテナンスをすると、枕にしわのような線が入ったりくぼむことがありますのでお避けください。\u003cbr\u003e\n                            51℃以上の高温のお湯はかけないでください。\u003cbr\u003e\n                            直射日光や温風などでの乾燥はお避けください。\u003cbr\u003e\n                            整髪料や化粧品などにより変色することがあります。素材自体が変色した場合はお手入れをしても元の色に戻すことはできないためご注意ください。\u003cbr\u003e\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eピローカバーの取り付け方\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            ●オーガニックスリープ\u003cbr\u003e枕カバーのメッシュが内側についている面を下向きにして置き、枕の裏面を上向きに入れて下さい。枕を入れたらカバーのフラップをカバーの内側に入れ、枕を裏返して柔らかい面を頭側にしてご使用ください。\u003cbr\u003e\u003cbr\u003e※ブレインスリープ\n                            ピロー スノーレスはピローカバー\n                            アクティブエアのご使用はいただけません。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e枕の裏表の見分け方\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            枕には表裏が分かる目印が付いています。目印が付いている面を下向きにしてご使用ください。また、目印は外さずにご使用ください。もし表裏が分からなくなった場合は、繊維が細かく柔らかい方が表側、繊維が太く触って硬い方が裏側になりますので触ってお確かめください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e保管時の注意点は？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            日中でも枕を使わない時は、高温多湿は避け上から荷重をかけずに保管してください。直射日光が当たる場所、高温になる場所での保管は避けてください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cp\u003e\n    \u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_all_v1.css\"\u003e\n    \u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_snoreless_all_v1.js?2\"\u003e\u003c\/script\u003e\n\u003c\/p\u003e\n\u003c!--パラメータ表示制御--\u003e\n\u003cstyle\u003e\n    .intro__txt,\n    .intro01__ttl,\n    .intro02__ttl span,\n    .intro03__ttl span,\n    .intro04__fuki p,\n    .intro04__ttl,\n    .intro04__ttl span,\n    .dclinic__head__ttl,\n    .dclinic__body__ttl,\n    .intro05__txt,\n    #tech03 .technology__item__desc.tips .technology__item__desc__text__content__desc span,\n    #tech03 .technology__item__desc.tips .technology__item__desc__text__content__title,\n    .conditioningstudio__ttl,\n    .spec__item__desc__text__content__title,\n    .technology__link__lists__title,\n    .sleep__info__book__top,\n    .sleep__info__book__text__title,\n    .mv__caption__text,\n    .mv__caption__text span,\n    .technology__item__desc__text__content__title {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\",\n            \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n        visibility: visible !important;\n        opacity: 1 !important;\n    }\n\n    @media screen and (min-width: 750px) {\n\n        #section__title__text .y_ad_on,\n        #section__title__text .y_ad_off {\n            font-size: 18px !important;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n\n        #section__title__text .y_ad_on,\n        #section__title__text .y_ad_off {\n            font-size: 12px !important;\n        }\n    }\n\n\n    .campaign__item__inner {\n        margin: 100px auto;\n        text-align: center;\n    }\n\n    .campaign__item__inner .font-red {\n        color: #952335;\n    }\n\n    .campaign__item__inner .campaign__catchcopy {\n        padding: 5px 80px;\n        background-color: #000;\n        color: #fff;\n        font-size: 24px;\n        font-weight: bold;\n    }\n\n    .campaign__item__inner .campaign__title {\n        margin: 30px auto;\n        font-size: 30px;\n    }\n\n    .campaign__item__inner .campaign__desc {\n        position: relative;\n        display: inline-block;\n        padding: 35px 10px 30px;\n        border-top: 1px solid #000;\n        border-bottom: 1px solid #000;\n        font-size: 16px;\n    }\n\n    .campaign__item__inner .campaign__desc span {\n        position: absolute;\n        top: -12px;\n        background: #fff;\n        padding: 0 15px;\n        left: 50%;\n        transform: translateX(-50%);\n        -webkit-transform: translateX(-50%);\n        -ms-transform: translateX(-50%);\n        font-size: 18px;\n    }\n\n    .campaign__item__inner .pillow_set_btn {\n        display: block;\n        max-width: 639px;\n        width: 100%;\n        line-height: 32px;\n        padding: 10px;\n        margin: 40px auto 0;\n        font-size: 18px;\n        color: #fff;\n        background-color: #952335;\n        border: none;\n        cursor: pointer;\n        border-radius: 50px;\n    }\n\n    .campaign__item__inner .campaign__scenes__title {\n        display: block;\n        margin-top: 55px;\n        font-size: 18px;\n        font-weight: bold;\n    }\n\n    .campaign__item__inner .campaign__scenes__list {\n        display: flex;\n        gap: 35px;\n        align-items: center;\n        justify-content: center;\n        max-width: 1200px;\n        margin: 30px auto 0;\n    }\n\n    .campaign__item__inner .campaign__other__link {\n        display: inline-block;\n        margin-top: 60px;\n        padding: 15px 40px;\n        font-size: 16px;\n        border: 1px solid #000;\n    }\n\n    .set_swiper-container {\n        display: none;\n    }\n\n    @media screen and (max-width:768px) {\n        .campaign__item__inner {\n            margin: 50px auto;\n            padding: 0 15px;\n        }\n\n        .campaign__item__inner .campaign__scenes__list {\n            display: none;\n        }\n\n        .campaign__item__inner .campaign__catchcopy {\n            font-size: 12px;\n            padding: 5px 20px;\n        }\n\n        .campaign__item__inner .campaign__desc {\n            font-size: 10px;\n            padding: 30px 10px 25px;\n        }\n\n        .campaign__item__inner .campaign__desc span {\n            font-size: 13px;\n            padding: 0 10px;\n        }\n\n        .campaign__item__inner .pillow_set_btn {\n            font-size: 14px;\n        }\n\n        .campaign__item__inner .campaign__title {\n            font-size: 18px;\n            margin-top: 20px;\n        }\n\n        .campaign__item__inner .campaign__scenes__title {\n            font-size: 16px;\n        }\n\n        .set_swiper-container {\n            display: block;\n            width: 100%;\n            height: auto;\n            margin: 20px 0;\n            padding: 0;\n            overflow: hidden;\n            position: relative;\n            \/* 追加 *\/\n        }\n\n        .set_swiper-wrapper {\n            width: 100%;\n            height: 100%;\n            position: relative;\n            display: flex;\n            transition-property: transform;\n            box-sizing: content-box;\n        }\n\n        .set_swiper-slide {\n            text-align: center;\n            background: #fff;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 0;\n            transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),\n                        opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n        }\n\n        .set_swiper-slide:not(.swiper-slide-active) {\n            transform: scale(0.9);\n            opacity: 0.7;\n        }\n\n        .set_swiper-slide img {\n            width: 70%;\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n            margin: 10px;\n            \/* 画像自体にマージンを追加 *\/\n        }\n\n        .set_swiper-pagination {\n            position: static;\n            margin-top: 20px;\n        }\n\n        .set_swiper-pagination-bullet {\n            width: 8px;\n            height: 8px;\n            background-color: #ccc;\n            opacity: 1;\n            transition: width 0.3s cubic-bezier(0.4, 0.0, 0.2, 1),\n                        background-color 0.3s ease,\n                        border-radius 0.3s ease;\n        }\n\n        .set_swiper-pagination-bullet-active {\n            width: 24px;\n            border-radius: 4px;\n            background-color: #952335;\n        }\n    }\n\n    \/* FAQ アイコン モダン化 (+\/× CSS回転) *\/\n    #faq .faq__item__question {\n        background-image: none !important;\n        position: relative;\n    }\n    #faq .faq__item__question.open {\n        background-image: none !important;\n    }\n    #faq .faq__item__question::after {\n        content: '+';\n        position: absolute;\n        right: 14px;\n        top: 50%;\n        transform: translateY(-50%) rotate(0deg);\n        font-size: 26px;\n        font-weight: 200;\n        line-height: 1;\n        color: #555;\n        transition: transform 0.35s cubic-bezier(0.4, 0.0, 0.2, 1),\n                    color 0.25s ease;\n        pointer-events: none;\n    }\n    #faq .faq__item__question.open::after {\n        transform: translateY(-50%) rotate(45deg);\n        color: #333;\n    }\n\n    \/* technology__item__graph スライダー カスタマイズ *\/\n    .technology__item__graph .slick-dots {\n        display: flex !important;\n        justify-content: center;\n        align-items: center;\n        gap: 7px;\n        left: 0 !important;\n        width: 100% !important;\n        bottom: -28px;\n    }\n    .technology__item__graph .slick-dots li {\n        background-color: #ccc !important;\n        cursor: pointer;\n        display: block !important;\n        height: 7px !important;\n        width: 7px !important;\n        flex: none !important;\n        margin: 0 !important;\n        padding: 0;\n        border-radius: 50% !important;\n        position: relative;\n        transition: background-color 0.3s ease, width 0.3s ease, height 0.3s ease;\n    }\n    .technology__item__graph .slick-dots li button {\n        display: block;\n        width: 100%;\n        height: 100%;\n        padding: 0;\n        opacity: 0;\n        position: absolute;\n        inset: 0;\n        cursor: pointer;\n        font-size: 0;\n    }\n    .technology__item__graph .slick-dots li.slick-active {\n        background-color: #333 !important;\n        width: 9px !important;\n        height: 9px !important;\n        flex: none !important;\n    }\n    .technology__item__graph .slick-prev,\n    .technology__item__graph .slick-next {\n        display: block !important;\n        width: 36px;\n        height: 36px;\n        z-index: 1;\n        top: 40%;\n        transform: translateY(-50%);\n        background-color: rgba(255, 255, 255, 0.78);\n        background-repeat: no-repeat;\n        background-size: 60%;\n        background-position: center;\n        border: none;\n        border-radius: 50%;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);\n        cursor: pointer;\n        font-size: 0;\n        line-height: 0;\n        color: transparent;\n        opacity: 0.85;\n        transition: opacity 0.25s ease, background-color 0.25s ease, transform 0.2s ease;\n    }\n    .technology__item__graph .slick-prev:hover,\n    .technology__item__graph .slick-next:hover {\n        opacity: 1;\n        background-color: rgba(255, 255, 255, 0.96);\n        transform: translateY(-50%) scale(1.06);\n    }\n    .technology__item__graph .slick-prev {\n        left: 8px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n    .technology__item__graph .slick-next {\n        right: 8px;\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\") !important;\n    }\n\n    \/* 製品比較表 ナビゲーション矢印 *\/\n    .spec__table__nav {\n        display: flex;\n        justify-content: center;\n        gap: 16px;\n        margin-top: 12px;\n    }\n    .spec__table__nav__prev,\n    .spec__table__nav__next {\n        display: block;\n        width: 36px;\n        height: 36px;\n        background-color: rgba(255, 255, 255, 0.78);\n        background-repeat: no-repeat;\n        background-size: 60%;\n        background-position: center;\n        border: none;\n        border-radius: 50%;\n        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.14);\n        cursor: pointer;\n        opacity: 0.85;\n        transition: opacity 0.25s ease, background-color 0.25s ease;\n    }\n    .spec__table__nav__prev:hover,\n    .spec__table__nav__next:hover {\n        opacity: 1;\n        background-color: rgba(255, 255, 255, 0.96);\n    }\n    .spec__table__nav__prev {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M15 18l-6-6 6-6'\/%3E%3C\/svg%3E\");\n    }\n    .spec__table__nav__next {\n        background-image: url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23555' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round' d='M9 18l6-6-6-6'\/%3E%3C\/svg%3E\");\n    }\n\u003c\/style\u003e\n\u003cdiv id=\"buy\" name=\"buy\" style=\"display: block\"\u003e\u003c\/div\u003e\n\n\u003c!-- Swiper JS --\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Swiper\/11.0.5\/swiper-bundle.min.js\"\u003e\u003c\/script\u003e\n\n\u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function () {\n        function initSwiper() {\n            if (window.innerWidth \u003c= 768) {\n                const SetSwiper = new Swiper('.set_swiper-container', {\n                    slidesPerView: 1,\n                    spaceBetween: 0,\n                    centeredSlides: true,\n                    speed: 450,\n                    pagination: {\n                        el: '.set_swiper-pagination',\n                        clickable: true,\n                    },\n                    touchRatio: 1,\n                    touchAngle: 45,\n                    grabCursor: true,\n                    loop: true,\n                });\n            }\n        }\n\n        initSwiper();\n\n        window.addEventListener('resize', function () {\n            \/\/ 必要に応じてリサイズ時の処理を追加\n        });\n    });\n\u003c\/script\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"オーガニックスリープ \/ ホワイト","offer_id":45417283518686,"sku":"P0004S1-FRCW","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"オーガニックスリープ \/ ネイビー\/ブルー","offer_id":46864596730078,"sku":"P0004S1-FRMN","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"オーガニックスリープ \/ グレー","offer_id":45417283584222,"sku":"P0004S1-FRSG","price":33000.0,"currency_code":"JPY","in_stock":true},{"title":"パーフェクト クール EX \/ ネイビー\/ブルー","offer_id":46864596762846,"sku":"P0004S1-FRSX","price":34100.0,"currency_code":"JPY","in_stock":true},{"title":"パーフェクト クール EX \/ グレー","offer_id":46645094842590,"sku":"P0004S1-FRLG","price":34100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_pillow_snoreless_organic_cloudwhite.jpg?v=1756808595"},{"product_id":"pillow_portable","title":"ブレインスリープ ピロー ポータブル","description":"\u003cstyle\u003e\n    body .customBuyButton__scroll,\n    body .section-header.shopify-section-group-header-group {\n        z-index: 10;\n    }\n\n    #MainContent,\n    html.js {\n        overflow: unset;\n    }\n\n    .lp_area div:empty {\n        display: initial;\n    }\n\n    .lp_area {\n        overflow-x: hidden;\n    }\n\n    .lp_area video {\n        height: auto;\n    }\n\n    .lp_area a {\n        text-decoration: unset;\n        color: #000;\n    }\n\n    .lp_area ul {\n        list-style: none;\n    }\n\n    .technology__link__lists {\n        padding: 0;\n    }\n\n    .lp_area img {\n        width: 100%;\n        height: auto;\n        max-width: 100%;\n    }\n\n    .faq__item img {\n        width: auto;\n        max-width: 100%;\n    }\n\n    .spec__item__desc__text__content__title,\n    .release__title__text,\n    .release__example__item__title,\n    .spec__item__title,\n    .section__title__text,\n    .technology__item__title,\n    .technology__item__graph__title,\n    .technology__item__desc__text__content__title,\n    .mv__caption__title,\n    .sleep__info__quality__golden__title {\n        margin: 0;\n    }\n\n    .mv__caption__text,\n    .mv__caption__text__always__text,\n    .comparison__ttl,\n    .technology__item__desc__text__content__title,\n    #cover.spec__item .spec__item__desc__text__content__title {\n        margin-top: 0;\n    }\n\n    .technology__link__lists__desc,\n    .technology__item__desc__text__content__desc,\n    .technology__link__lists__title {\n        margin-bottom: 0;\n    }\n\n    .technology__link__lists {\n        padding: 0 !important;\n    }\n\n    .pillow__mv {\n        height: 42.8571428571429vw;\n        overflow: hidden;\n        position: relative;\n    }\n\n    .pillow__mv__layer1 {\n        background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mv2_model.jpg);\n        background-position: center;\n        background-size: cover;\n        height: 100%;\n        position: absolute;\n        right: 0;\n        top: 0;\n        width: 60vw;\n    }\n\n    .pillow__mv__layer2 {\n        animation-duration: 8s;\n        animation-timing-function: cubic-bezier(0.35, 0, 0.27, 1);\n        border-right: #fff solid 5px;\n        height: 100%;\n        left: 0;\n        overflow: hidden;\n        position: absolute;\n        width: 50%;\n        z-index: 4;\n    }\n\n    .pillow__mv__layer2__img {\n        background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mv1_model.jpg);\n        background-position: center left 65%;\n        background-size: cover;\n        bottom: 0;\n        left: 0;\n        right: 0;\n        position: absolute;\n        top: 0;\n        width: 100%;\n    }\n\n    .mv__caption__text__always {\n        align-items: center;\n        display: flex;\n        left: calc(50% + 101px);\n        position: absolute;\n        position: absolute;\n        top: 80px;\n        z-index: 3;\n    }\n\n    .mv__caption__text__always__label {\n        background-color: #892335;\n        color: #fff;\n        font-size: 20px;\n        letter-spacing: 0.34em;\n        line-height: 28px;\n        padding: 13px 0 6px;\n        -ms-writing-mode: tb-rl;\n        writing-mode: vertical-rl;\n        display: none;\n    }\n\n    .mv__caption__text__always__text {\n        font-size: 45px;\n        line-height: 1.2;\n        margin-left: 10px;\n    }\n\n    .mv__caption__text {\n        display: none;\n        font-size: 30px;\n        left: 101px;\n        line-height: 1.6;\n        position: absolute;\n        top: 116px;\n        z-index: 5;\n    }\n\n    @media screen and (max-width: 749px) {\n        .pillow__mv {\n            height: 500px;\n        }\n\n        .pillow__mv__layer1 {\n            background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mv2_model_sp.jpg);\n            background-position: center;\n            background-size: cover;\n        }\n\n        .pillow__mv__layer2__img {\n            background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mv1_model_sp.jpg);\n            background-position: center;\n            background-size: cover;\n        }\n\n        .mv__caption__text__always {\n            left: 20px;\n            top: 40px;\n            width: 100%;\n            z-index: 5;\n        }\n\n        .mv__caption__text__always__label {\n            background-color: #892335;\n            color: #fff;\n            font-size: 13px;\n            letter-spacing: 0.34em;\n            line-height: 18px;\n            padding: 10px 0 3px;\n            -ms-writing-mode: tb-rl;\n            writing-mode: vertical-rl;\n        }\n\n        .mv__caption__text__always__text {\n            font-size: 30px;\n            line-height: 1.392857142857143;\n            margin-left: 7px;\n        }\n\n        .mv__caption__text {\n            display: none;\n            font-size: 30px;\n            left: 20px;\n            line-height: 1.392857142857143;\n            top: 40px;\n        }\n    }\n\n    @media screen and (min-width: 750px) {\n        .bx-wrapper img {\n            width: 600px;\n        }\n    }\n\n    .technology__link__image iframe {\n        border: none;\n    }\n\n    .technology__link__image__logo {\n        position: relative;\n        z-index: 1;\n    }\n\n    .pillow__mv__layer2 {\n        z-index: 2;\n    }\n\n    .mv__caption__title {\n        margin-bottom: 20px;\n    }\n\n    html {\n        scroll-behavior: smooth;\n    }\n\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n        transform: unset;\n        animation: unset;\n        opacity: 1;\n    }\n\n    \/* ギフトのstyle *\/\n    .gift__item.comparison__wrap {\n        border-top: 1px #000 solid;\n        margin-top: 0;\n    }\n\n    .gift__item .comparison {\n        display: flex;\n        \/* margin-top: 110px; *\/\n        margin: 110px;\n        gap: 100px;\n    }\n\n    .gift__item .comparison__ttl {\n        margin-bottom: 50px;\n    }\n\n    .gift__item img {\n        object-fit: contain;\n        max-width: 55%;\n    }\n\n    @media screen and (max-width:767px) {\n        .gift__item .comparison {\n            flex-direction: column;\n            \/* gap: 50px; *\/\n            gap: 25px;\n            \/* margin: 50px auto; *\/\n            margin: 50px 25px;\n        }\n\n        .gift__item img {\n            max-width: 100%;\n        }\n    }\n\n\n    \/* giftブロック調整用 *\/\n    .gitf_block {\n        border-top: 1px #000 solid !important;\n        padding-top: 100px;\n        margin-top: 0px;\n    }\n\n    @media screen and (max-width:767px) {\n        .gitf_block {\n            padding-top: 50px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cdiv class=\"pane-cv\"\u003e\u003c\/div\u003e\n\u003c!-- header --\u003e\n\u003cdiv id=\"pillow__portaple__wrapper\"\u003e\n    \u003c!--コンテンツ START--\u003e\n    \u003csection class=\"pillow__mv\" id=\"pillow-mv\"\u003e\n        \u003cdiv class=\"pillow__mv__layer1\"\u003e\u003c\/div\u003e\n        \u003cdiv class=\"pillow__mv__layer2\" id=\"mv-layer2\"\u003e\n            \u003cdiv class=\"pillow__mv__layer2__img\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__caption__text__always\"\u003e\n            \u003cp class=\"mv__caption__text__always__label\"\u003e新形状\u003c\/p\u003e\n            \u003cp class=\"mv__caption__text__always__text\"\u003e\n                いつでも、どこでも\u003cbr\u003e最高の睡眠を持ち運ぶ\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cp class=\"mv__caption__text layer1\"\u003e\n            旅の移動中も\u003cbr\u003e最高の快適に、\u003cbr\u003e包まれる\n        \u003c\/p\u003e\n        \u003cp class=\"mv__caption__text layer2\"\u003e\n            ホテルや普段の枕に\u003cbr\u003e乗せるだけで、\u003cbr\u003e最高の睡眠に変わる\n        \u003c\/p\u003e\n        \u003cdiv class=\"mv__caption\"\u003e\n            \u003ch1 class=\"mv__caption__title\"\u003e\n                \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_brainsleep_pillowportable.png\" alt=\"BRAIN SLEEP PILLOWPORTABLE\"\u003e\n            \u003c\/h1\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"release\" id=\"release\"\u003e\n        \u003cdiv class=\"release__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"release__title__text fadeInUpShort animated\"\u003e\n                新しい眠りが広がる\u003cbr\u003eマルチウェイのピロー登場！\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"release__example animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"release__example__item fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_topper_model.jpg\" alt=\"\"\u003e\n                \u003ch3 class=\"release__example__item__title\"\u003eTOPPER PILLOW\u003c\/h3\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"release__example__item fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_neck_model.jpg\" alt=\"\"\u003e\n                \u003ch3 class=\"release__example__item__title\"\u003eNECK PILLOW\u003c\/h3\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"release__example__item fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_nap_model.jpg\" alt=\"\"\u003e\n                \u003ch3 class=\"release__example__item__title\"\u003eNAP PILLOW\u003c\/h3\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"release__example__img animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_example_img.jpg\" alt=\"そのすべてがこのひとつで\" class=\"fadeInUpShort animated only_pc\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_release_example_img_sp.jpg\" alt=\"そのすべてがこのひとつで\" class=\"fadeInUpShort animated only_sp\"\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"technology\" id=\"technology\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eFEATURES\u003c\/span\u003e特徴\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__link\"\u003e\n            \u003cul class=\"technology__link__lists animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n                    \u003cdiv class=\"technology__link__lists__img\"\u003e\n                        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_link_img01_model.jpg\" alt=\"\"\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"technology__link__lists__title\"\u003e\n                        \u003cspan\u003e01\u003c\/span\u003eMulti comfort\n                    \u003c\/h3\u003e\n                    \u003cp class=\"technology__link__lists__desc\"\u003e\n                        快適な睡眠を\u003cbr\u003eあらゆるシーンで\n                    \u003c\/p\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n                    \u003cdiv class=\"technology__link__lists__img\"\u003e\n                        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_link_img02.jpg\" alt=\"\"\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"technology__link__lists__title\"\u003e\n                        \u003cspan\u003e02\u003c\/span\u003eCompact \u0026amp; light\n                    \u003c\/h3\u003e\n                    \u003cp class=\"technology__link__lists__desc\"\u003e\n                        どこにでも持ち運べる\u003cbr\u003eサイズと軽さ\u003cbr\u003e\u003csmall class=\"technology__link__lists__desc__sm\"\u003e(ブレインスリープ\n                            ピローの重さ1\/3）\u003c\/small\u003e\n                    \u003c\/p\u003e\n                \u003c\/li\u003e\n                \u003cli class=\"item fadeInUpShort animated slower\"\u003e\n                    \u003cdiv class=\"technology__link__lists__img\"\u003e\n                        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_link_img03.jpg\" alt=\"\"\u003e\n                    \u003c\/div\u003e\n                    \u003ch3 class=\"technology__link__lists__title\"\u003e\n                        \u003cspan\u003e03\u003c\/span\u003eSuper clean\n                    \u003c\/h3\u003e\n                    \u003cp class=\"technology__link__lists__desc\"\u003e\n                        全て丸洗い可能で\u003cbr\u003e清潔\n                    \u003c\/p\u003e\n                \u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"technology__link__image__box animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" style=\"position:relative;\"\u003e\n                \u003cdiv class=\"technology__link__image fadeInUpShort animated\"\u003e\n                    \u003ciframe src=\"https:\/\/player.vimeo.com\/video\/726931037?autoplay=1\u0026amp;muted=1\u0026amp;loop=1\u0026amp;controls=0\u0026amp;title=0\u0026amp;byline=0\u0026amp;portrait=0\" allow=\"autoplay; fullscreen\" frameborder=\"0\" style=\"display:block;\"\u003e\u003c\/iframe\u003e\n                \u003c\/div\u003e\n                \u003c!-- コントロールUI隠し用オーバーレイ --\u003e\n                \u003cdiv style=\"position:absolute; bottom:0; left:0; width:100%; height:60px; background:#fff; pointer-events:none;\"\u003e\u003c\/div\u003e\n                        \u003c!-- \u003ciframe src=\"https:\/\/player.vimeo.com\/video\/726931037?background=1\u0026autoplay=1\u0026muted=1\u0026loop=1\" allow=\"autoplay; fullscreen\" frameborder=\"0\"\u003e\u003c\/iframe\u003e                \u003c\/div\u003e --\u003e\n                \u003cdiv class=\"technology__link__image__logo fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_pillowportable_logo.png\" alt=\"BRAIN SLEEP PILLOWPORTABLE\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology\" id=\"scene\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eSCENE\u003c\/span\u003eシーン\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003csection class=\"technology__item\" id=\"topper\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e01\u003c\/span\u003e for TOPPER PILLOW\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_topper01_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            旅先のホテルや\u003cbr\u003e\n                            普段の枕の上に重ねて\u003cbr\u003e\n                            最高の寝心地\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            「旅先だと眠れない、首が痛くて何度も目が覚める」\u003cbr\u003e\n                            「新しく買った枕が合わなかった、けど捨てるのはもったいない」\u003cbr\u003e\n                            ブレインスリープ ピロー\n                            ポータブルは、枕の上に重ねて寝心地のアップデートを実現。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_topper02_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            脳が眠る、超通気性\u003cbr\u003e首を支えて、\u003cbr\u003e最適な寝姿勢へ\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            90％以上が空気層でできているので、\u003cbr\u003e\n                            枕と頭の間に空気の層をつくり熱や湿気を逃します。\u003cbr\u003e\n                            睡眠中の体温上昇を抑えることで、朝まで最高の眠りを保ちます。\u003cbr\u003e\n                            高反発の立体構造ファイバー素材が頭、首を支えて沈み込みを回避。\u003cbr\u003e\n                            正しい寝姿勢で快適な睡眠をもたらします。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_topper03_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            VERY LOWの枕として\u003cbr\u003e\n                            単体でもご使用いただけます\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            低い枕が好きで、枕の代わりにタオルを敷いて寝ている方も。\u003cbr\u003e\n                            ブレインスリープ ピロー ポータブルは単体で使うことも可能。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n    \u003csection class=\"technology__item\" id=\"neck\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e02\u003c\/span\u003e for NECK PILLOW\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck01_model.jpg\" alt=\"LAYER\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            旅の移動中も\u003cbr\u003e\n                            快適に包まれる\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            移動中の僅かな時間の睡眠でも、質を上げることで\u003cbr\u003e\n                            疲れた脳をリフレッシュすることができます。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck02_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__img only_sp fade_sp\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck03_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            首・頭にフィットする\u003cbr\u003e\n                            ハイバックレスト\u003cbr\u003e\n                            さらに、超通気素材で\u003cbr\u003e\n                            長時間でも快適\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            首のカーブを正しく位置でしっかりと支えることで、\u003cbr\u003e\n                            横にならなくても快適です。\u003cbr\u003e\n                            さらに超通気性素材が首周りの熱を逃し、蒸れないため長時間の使用でもさらっと軽い使い心地。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc only_pc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_neck03_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"nap1\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e03\u003c\/span\u003e for NAP PILLOW\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_nap01_model.jpg\" alt=\"LAYER\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            パワーナップで\u003cbr\u003e\n                            最高の生産性をサポート\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            朝起きてから忙しく働き続ける脳にとって仮眠は大きな休息に。\u003cbr\u003e\n                            日中に短時間でも昼寝をすることで疲労感の軽減だけでなく、記憶力や注意力が高まり生産性が向上することが実証されています。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"nap2\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e04\u003c\/span\u003e for BACKREST\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_nap02_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            腰を支える\u003cbr\u003eバックレストとして\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            長時間のデスクワークによるPC姿勢と座りっぱなしは\u003cbr\u003e\n                            腰に大きな負担をかけ、腰痛の原因に。\u003cbr\u003e\n                            背もたれに設置するだけで、高反発の立体構造ファイバーがあなたをサポートします。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_technology_img_nap03_model.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            正しい姿勢をキープ\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            腰のカーブに沿うように設置をするだけ。座骨を立てて腰椎のカーブを正しい状態に導きます。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"clean\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e05\u003c\/span\u003eSuper clean\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_mov_07_pc.jpg\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            全て丸洗い可能で清潔\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            カバーはもちろん、中材もすべて丸洗い可能でいつでも清潔を保ちます。\u003cbr\u003eサステナブルな素材を使用し、地球にもやさしい。\u003cbr\u003e中材はシャワーの水をかけて気になる汚れやにおいを洗い流せます。その後は陰干しをするだけ。専用カバーはネットに入れて洗濯機で洗えます。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eSPEC\u003c\/span\u003e仕様\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__item\" id=\"material\"\u003e\n        \u003cdiv class=\"spec__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"spec__item__title fadeInUpShort animated\"\u003eSize\u003c\/h2\u003e\n            \u003cdiv class=\"spec__item__desc\"\u003e\n                \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_detail_27500_16589166102995.jpg?2\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"spec__item__desc__text__content__title\"\u003eフラット時\u003c\/h3\u003e\n                        \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                            幅 約580㎜ｘ奥行 約300㎜ｘ厚み 約30㎜\/約40㎜（最長部）\u003cbr\u003eアジャスターベルト\n                            約80㎜～約620㎜（全長）\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__item__desc\"\u003e\n                \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_detail_27500_16589172745579.jpg?2\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e\n                            ネックピロー、持ち運び時\n                        \u003c\/h3\u003e\n                        \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                            幅 約150㎜ｘ奥行 約250㎜ｘ厚み 約150㎜（全て最長部）\u003cbr\u003eアジャスターベルト\n                            約80㎜～約620㎜（全長）\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__item__desc\"\u003e\n                \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_detail_27500_16589166327995.jpg?2\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"spec__item__desc__text__content__title\"\u003e二つ折り時\u003c\/h3\u003e\n                        \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                            幅 約300㎜ｘ奥行 約290㎜ｘ厚み 約60㎜\/80㎜（最長部）\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__item__desc\"\u003e\n                \u003cdiv class=\"spec__item__desc__img fadeInUpShort animated\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                        \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                            ■重量\u003cbr\u003e約210g\u003cbr\u003e\u003cbr\u003e■素材\u003cbr\u003e中材 ポリエチレン100％\u003cbr\u003eカバー\n                            メッシュ生地 ポリエステル100％、マチ生地 ナイロン100％、 テープ\n                            ポリプロピレン100％\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n\n\n    \u003csection class=\"technology__item\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003c!-- \u003cdiv class=\"animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n            \u003cspan\u003e01\u003c\/span\u003e for TOPPER PILLOW\n          \u003c\/h2\u003e\n        \u003c\/div\u003e --\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            ギフトにもおすすめ\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            高級感のあるポリエステルツイル素材を使用。\n                            ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                            幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n\n\n    \u003c!-- \u003cdiv class=\"technology__item__desc animatedParent animateOnce gitf_block\" data-sequence=\"500\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n            \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                ギフトにもおすすめ\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e --\u003e\n\n    \u003c!-- \u003csection class=\"gift__item comparison__wrap\"\u003e\n        \u003cdiv class=\"comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv\u003e\n                \u003ch2 class=\"comparison__ttl fadeInUpShort animated\"\u003eギフトにもおすすめ\u003c\/h2\u003e\n                \u003cp\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\" width=\"45\" height=\"45\"\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e --\u003e\n\n\n\n    \u003c!-- \n    \u003csection class=\"other__title\" id=\"other\"\u003e\n      \u003cdiv class=\"section__title\"\u003e\n        \u003ch2 class=\"section__title__text\"\u003e\n            \u003cspan\u003eRECOMMENDED SELECTION\u003c\/span\u003e睡眠の質を高めるオススメ商品\n        \u003c\/h2\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n  \n    \u003csection class=\"other__mattress\"\u003e\n      \u003cdiv class=\"other__mattress__inner\"\u003e\n        \u003ch3 class=\"other__mattress__text__sub__title only_sp\"\u003e\n          理想の寝姿勢×超体圧分散で、 \u003cbr\u003e目覚めが変わるマットレス\n        \u003c\/h3\u003e\n        \u003cdiv class=\"other__mattress__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float.png?6\" alt=\"\" width=\"1280\" height=\"482\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__mattress__text\"\u003e\n          \u003cdiv class=\"other__mattress__text__title\"\u003e\n            \u003ch2 class=\"other__mattress__text__title__logo\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float_logo.png\" alt=\"BRAIN SLEEP FLOAT\" width=\"300\" height=\"105\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__mattress__text__title__name\"\u003e\n              ブレインスリープ マットレス\u003cbr\u003eプラス フロート\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__mattress__text__sub\"\u003e\n            \u003ch3 class=\"other__mattress__text__sub__title\"\u003e\n              理想の寝姿勢×超体圧分散で、 \u003cbr\u003e目覚めが変わるマットレス\n            \u003c\/h3\u003e\n          \u003c\/div\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/products\/mattress_plus_float\" class=\"other__more__btn other__more__btn__black other__mattress__text__sub__more\"\u003e詳しく見る\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n  \n    \u003cdiv class=\"other__col2\"\u003e\n      \u003csection class=\"other__col2__item\" id=\"other__coin\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e\n          睡眠医学×AI \u003cbr\u003e睡眠を \u003cbr\u003eパーソナライズ計測\n        \u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_other_coin.jpg\" alt=\"\" width=\"700\" height=\"700\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__col2__item__inner\"\u003e\n          \u003cdiv\u003e\n            \u003ch2 class=\"other__col2__item__logo other__col2__item__coin__logo\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_other_coin_logo.png\" alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コイン\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__flex\"\u003e\n            \u003cp class=\"other__col2__item__flex__desc\"\u003e\n              睡眠医学×AI \u003cbr\u003e睡眠をパーソナライズ計測\n            \u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n\n      \u003csection id=\"other__conforter\" data-offset=\"300\" data-sequence=\"500\" class=\"other__col2__item animatedParent animateOnce\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e究極冷感が一晩中続く​\u003cbr\u003e夏用掛け布団\u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" height=\"222\" width=\"600\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter-ice-blue_02_0319_01_fin.png\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"other__col2__item__inner animated\"\u003e\n          \u003cdiv\u003e\n            \u003ch2 class=\"other__col2__item__logo\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" height=\"106\" width=\"350\" alt=\"BRAIN SLEEP COMFORTER PERFECT COOL EX\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_logo_comcoolex.png\"\u003e\n            \u003c\/h2\u003e\n            \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コンフォーター \u003cbr class=\"only_sp\"\u003eパーフェクト クール EX\u003c\/p\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__flex\"\u003e\n            \u003cp class=\"other__col2__item__flex__desc\"\u003e究極冷感が一晩中続く​\u003cbr\u003e夏用掛け布団\u003c\/p\u003e\n            \u003ca class=\"other__more__btn other__more__btn__black\" href=\"https:\/\/brain-sleep.com\/products\/comforter_perfectcoolex\"\u003e詳しく見る\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n  \n    \u003c\/div\u003e --\u003e\n\n\n\n\n\n    \u003csection class=\"possibility animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"possibility\"\u003e\n        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_possibility_img_model.jpg\" alt=\"AWAKEN YOUR POSSIBILITY. さぁ、新しい眠りへ\" class=\"only_pc fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_possibility_img_sp_model.jpg\" alt=\"AWAKEN YOUR POSSIBILITY. さぁ、新しい眠りへ\" class=\"only_sp fadeInUpShort animated\"\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"faq\" id=\"faq\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n\n\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e取扱い店舗はこちら\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e取扱店舗でもご購入いただけます。店舗により取扱商品が異なりますので、 \u003cbr\u003e\n                        詳しくは \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" target=\"_blank\"\u003eこちら\u003c\/a\u003eからご確認ください。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e洗えますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        はい。カバーは洗濯機で洗えます。中材はシャワーで洗えます。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e1枚で枕として使用できますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        はい。折り畳んだタオルを枕として使用している方など、薄い枕がお好みの方におすすめです。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e使用中にずれませんか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        トッパーピローやバックピロー（腰当て）として使用する際は、枕や椅子の背もたれのサイズに合わせてアジャスターベルトの長さを調節して留めることでずれを防止します。\u003cbr\u003eネックピローとして使用する際は、アジャスターベルトを首のサイズに合わせて調整をして留めることが出来ます。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e\n                    ネックピローとして使用する際、首周りは何㎝まで使えますか？\n                \u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        アジャスターベルトで調節ができるため、制限は設けておりません。首周りサイズ約30㎝～約43㎝でフィッティング確認をし、快適に使用できることは確認済みです。ただし、感じ方には個人差がございますので予めご了承ください。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e\n                    使用をしない時は、折り畳んだ状態で保管をしても大丈夫ですか？\n                \u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e\n                        保管時は、畳まずにフラットな状態で保管をしてください。折り畳んだ状態や上から荷重がかかった状態で長期間保管をすると、中材の劣化に繋がる恐れがあります。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003c!--コンテンツ END--\u003e\n\u003c\/div\u003e\n\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_all_v1.css?2\"\u003e\n\u003cstyle\u003e\n    .modal__campaign__detail {\n        text-align: center;\n        padding: 10px 20px;\n        background-color: #ece9db;\n        color: #000;\n        max-width: 1180px;\n        margin: 0px auto 15px auto;\n    }\n\n    .modal__campaign__lead {\n        font-size: 15px;\n    }\n\n    .modal__campaign__txt {\n        font-size: 12px;\n    }\n\n    @media screen and (max-width: 749px) {\n        .modal__campaign__detail {\n            text-align: center;\n            padding: 16px 10px;\n            width: 100%;\n        }\n\n        .modal__campaign__lead {\n            font-size: 15px;\n        }\n\n        .modal__campaign__txt {\n            font-size: 12px;\n        }\n    }\n\u003c\/style\u003e\n\n\u003cscript defer src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_portable_all_v1.js\"\u003e\u003c\/script\u003e\n\u003cscript\u003e\n    if (navigator.userAgent.match(\/(iPhone|iPad|iPod|Android)\/)) {\n        jQuery(\".modal__campaign__detail\").prependTo(\".block-goods-detail\");\n    } else {\n        jQuery(\".modal__campaign__detail\").prependTo(\".pane-goods-header\");\n    }\n\u003c\/script\u003e\n\n\u003cscript\u003e\n    jQuery(function () {\n        const bannerHtml =\n            '\u003cdiv class=\"cpmodal_link\" style=\"order:270;margin-top:10px;\"\u003e\u003ca href=\"https:\/\/www.zzz-land.com\/shop\/pages\/furusato_lineup.aspx#portable\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"\/img\/usr\/banner\/sp_head_furusatonozei_0907.jpg?5\"\u003e\u003c\/a\u003e\u003c\/div\u003e';\n        jQuery(\".block-add-cart\").eq(0).after(bannerHtml);\n    });\n\u003c\/script\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":45370131972318,"sku":"P0009A1-0002","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_thumbnail_pillow_portable.jpg?v=1756808595"},{"product_id":"pillow_perfectcool","title":"ブレインスリープ ピロー パーフェクト クール","description":"\u003cstyle\u003e\n    #MainContent,\n    html.js {\n        overflow: unset;\n    }\n\n    .technology__item__desc div:empty {\n        display: block;\n    }\n\n    .lp_area {\n        overflow-x: hidden;\n    }\n\n    .lp_area 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        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: 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\", \"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    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\n\u003csection class=\"kv__cool\"\u003e\n    \u003cdiv class=\"kv__cool__bg\"\u003e\n        \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_kv_bg_model.jpg\" width=\"2000\" height=\"1142\"\u003e\n        \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_kv_bg_model_sp.jpg\" 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\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_stanford_method.png\" alt=\"スタンフォード式 最高の睡眠\" width=\"168\" height=\"241\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"sleep__info__book__text\"\u003e\n                    \u003ch3 class=\"sleep__info__book__text__title\"\u003e\n                        『スタンフォード式 最高の睡眠』 \u003cbr class=\"only_sp\"\u003eの\n                        \u003cbr class=\"only_pc\"\u003eメソッドを \u003cbr class=\"only_sp\"\u003e集約した\n                        唯一の枕。\n                    \u003c\/h3\u003e\n                    \u003cp class=\"sleep__info__book__text__desc\"\u003e\n                        人生の約3分の1が睡眠。 \u003cbr\u003e睡眠の質が悪いと脳や身体が休まらず、\n                        \u003cbr\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=\"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                    十分睡眠時間を確保できない日本人にとって、\n                    \u003cbr class=\"u-pc\"\u003e眠りはじめの９０分の睡眠を深くすることで睡眠サイクルの質をあげることができます。\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_mov_01_pc.jpg\" alt=\"\" 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            \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\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/2c00e1988a1842afbc642fb9602bac54.mp4\" preload=\"none\" autoplay loop 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_intro02_bg.jpg\" width=\"2000\" height=\"1262\"\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_intro02_bg_sp.jpg\" 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                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_cooldown.png\" width=\"647\" height=\"80\"\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_cooldown_sp.png\" width=\"254\" height=\"97\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"intro02__txt3 fadeInUpShort animated\"\u003e\n                夏の睡眠環境下でブレインスリープ ピローと \u003cbr\u003eブレインスリープ ピロー\n                パーフェクト クールを使用し \u003cbr class=\"u-sp\"\u003e頭部表面温度の変化を\n                \u003cbr class=\"u-pc\"\u003e測定した結果、\n                \u003cbr class=\"u-sp\"\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\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\" style=\"aspect-ratio: 1920\/1080\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/ac082752f107403194f8fed74f2ac54f.mp4\" 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=\"intro05__ttl fadeInUpShort animated\"\u003e\n            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_intro05_txt.png\" width=\"483\" height=\"160\"\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_intro05_txt_sp.png\" width=\"257\" height=\"63\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro05__img fadeInUpShort animated\"\u003e\n            \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_intro05_img.png\" width=\"483\" height=\"160\"\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_intro05_img_sp.png\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_demerit.png\" alt=\"\" width=\"1100\" height=\"497\"\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_demerit_sp.png\" alt=\"\" width=\"684\" height=\"388\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"intro__comparison\"\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_intro_comparison.png\" alt=\"\" width=\"1196\" height=\"873\"\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_intro_comparison_sp.png\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_intro06_bg_model.jpg\" width=\"2000\" height=\"1170\"\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_intro06_bg_model_sp.jpg\" 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 class=\"u-sp\"\u003e快適な寝心地を。\n                \u003cbr\u003e夏の睡眠に \u003cbr class=\"u-sp\"\u003e特化したピロー\n            \u003c\/p\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_pillow_perfectcool_product_logo.png\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_nav01_model.jpg?2\" 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 class=\"u-sp\"\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_nav02.jpg?2\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_nav03.jpg\" alt=\"\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_01_model.jpg\" alt=\"\" width=\"1634\" height=\"920\" 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_perfectcool_tech01_01_model_sp.jpg\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_01_2.png\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_01_2.png\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_02.jpg\" alt=\"\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_02_2.png\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_02_2.png\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_03_model.jpg\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_04.jpg\" alt=\"\" width=\"1400\" height=\"786\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                    \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                        寝心地を邪魔しない、\u003cbr\u003e通気性を妨げない、\u003cbr\u003e専用アイスパック\n                    \u003c\/h3\u003e\n                    \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                        冷凍庫で冷却をしても固まらないジェルを採用しているため、枕の使用感や寝心地は快適なまま使用できます。\u003cbr\u003eまた、ブレインスリープ\n                        ピローの特徴でもある超通気性を妨げないサイズ設計で枕内に熱や湿気が篭ることなく朝まで快適です。\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech01_04.jpg\" 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\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8ca5c34e81274dc9b4d213a63d777576.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 fit_top\"\u003e\n                        特許技術\u003cbr\u003e3層9グラデーション構造\n                    \u003c\/h3\u003e\n                    \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                        寝返りが打ちやすく、頭に優しくフィットするブレインスリープ\n                        ピローの3層9グラデーション構造にアイスパックポケットを搭載しブレインスリープ\n                        ピローの寝心地を再現しました。\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_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\"\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サポート層：頭や首をしっかり支える\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 tech02_03 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc__img technology__item__desc__img__noSPversion change_sp fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_tech02_03_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\"\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\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fd48c0978e4940dc88ba26ec0838dee0.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\"\u003e\n                        シャワーで水洗いできて清潔\n                    \u003c\/h3\u003e\n                    \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                        人間は寝ている間に、コップ1杯分（約200ml）の汗をかくと言われています。\u003cbr\u003e抜群の通気性で湿気をためず、衛生的です。さらに、水洗いもできてすぐ乾くので、いつでも清潔に保てます。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text__content__btn\"\u003e\n                    エビデンスをより詳しく\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__graph\"\u003e\n            \u003cdiv class=\"technology__item__graph__content\"\u003e\n                \u003cdiv class=\"technology__item__graph__img\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_2.png\" alt=\"カビの発生が少ない\" width=\"311\" height=\"230\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__graph__text\"\u003e\n                    \u003ch3 class=\"technology__item__graph__title\"\u003eカビの発生が少ない\u003c\/h3\u003e\n                    \u003cp class=\"technology__item__graph__desc\"\u003e\n                        他素材と比較して圧倒的にカビの発生量が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメです。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__graph__content\"\u003e\n                \u003cdiv class=\"technology__item__graph__img\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_evidence2_2_2.png\" alt=\"ダニの発生が少ない\" width=\"311\" height=\"208\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__graph__text\"\u003e\n                    \u003ch3 class=\"technology__item__graph__title\"\u003eダニの発生が少ない\u003c\/h3\u003e\n                    \u003cp class=\"technology__item__graph__desc\"\u003e\n                        他素材と比較して圧倒的にダニの発生率が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメ\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech03_quality.jpg\" alt=\"\" width=\"1400\" height=\"786\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                    \u003ch3 class=\"technology__item__desc__text__content__title u-pc\"\u003e\n                        MADE IN JAPAN\n                    \u003c\/h3\u003e\n                    \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                        \u003cspan\u003eこだわりのものづくり\u003cbr\u003e安心品質\u003c\/span\u003eマットレスやピローなど、一点ずつ丁寧に技術者や職人たちの手で繰り返し品質確認を行っています。\u003cbr\u003e厳しい品質検査を経て一点ずつ丁寧に梱包しお客様の元へお届けします。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc tips tech03_water 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_tech03_water.jpg\" alt=\"\" width=\"1400\" height=\"786\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                    \u003ch3 class=\"technology__item__desc__text__content__title 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 class=\"u-pc\"\u003eのご用意となります。\u003cbr\u003eロー、ハイは取り扱いがございません。\n            \u003c\/p\u003e\n            \u003cdiv class=\"size__img\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec01.jpg?2\" alt=\"\" width=\"1920\" height=\"1100\"\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_spec01_sp.jpg?2\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec02.jpg\" alt=\"\" width=\"2000\" height=\"462\"\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_spec02_sp.jpg?2\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec03.jpg\" alt=\"\" width=\"1960\" height=\"472\"\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_spec03_sp.jpg?2\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec04.jpg?2\" alt=\"\" width=\"1300\" height=\"500\"\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_spec04_sp.jpg?2\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_special_package.jpg?3\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_material.jpg\" alt=\"\" width=\"1400\" 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\n\n\n\n\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_cover_perfectcool_ex.jpg\" 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                            ピローカバー\u003cbr\u003eパーフェクトクール 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※ブレインスリープ\n                            ピロー LOW・STANDARD・HIGHサイズに対応\u003cbr\u003e\u003cbr\u003e素材\u003cbr\u003e表生地：表\n                            複合繊維（ポリエチレン\/ナイロン）46% \u003cbr\u003eナイロン44％\n                            ポリウレタン10％ \u003cbr\u003e内側 ポリエステル100％\u003cbr\u003e裏生地：ナイロン50％\n                            ポリエステル50％\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec__item__desc__text__img\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_spec_cover_perfectcool_ex.jpg\" 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\n\n\u003csection id=\"gift_box\" class=\"spec__item\"\u003e\n    \u003cdiv class=\"spec__item__inner\"\u003e\n        \u003cdiv\u003e\n\n            \u003ch2 class=\"spec__item__title\"\u003eGIFTBOX\u003c\/h2\u003e\n            \u003cdiv class=\"spec__item__desc\"\u003e\n                \u003cdiv class=\"spec__item__desc__img\"\u003e\n                    \u003cimg height=\"786\" width=\"1400\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_giftbox_01.webp?1\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec__item__desc__text\"\u003e\n                    \u003cdiv class=\"spec__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"spec__item__desc__text__content__title\"\u003eギフトにおすすめ\u003c\/h3\u003e\n                        \u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n                            ブレインスリープ ピロー1個とピローカバーが入る、ちょうど良い大きさのギフトボックスです。\u003cbr\u003e\n                            外蓋には上品な箔押しのロゴを施し、蓋を開けると“GIFT YOU THE BEST SLEEP” のメッセージ。\u003cbr\u003e\n                            贈る人の想いが伝わる、特別なデザインに仕上げました。\u003cbr\u003e\u003cbr\u003e\n                            \u003cspan style=\"font-size:12px;\"\u003e\n                                サイズ：横62cmx奥行き37.5cmx高さ21cm\u003cbr\u003e\n                                ギフトボックス：¥1,100(税込)\n                            \u003c\/span\u003e\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection id=\"campaign\" class=\"campaign__title\"\u003e\n    \u003cdiv class=\"section__title\"\u003e\n        \u003ch2 class=\"section__title__text\"\u003e\n            \u003cspan\u003eCAMPAIGN\u003c\/span\u003eキャンペーン\n        \u003c\/h2\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection style=\"border-top:unset\" id=\"campaign_block\" class=\"campaign__item\"\u003e\n    \u003cdiv class=\"campaign__item__inner\"\u003e\n        \u003cspan class=\"campaign__catchcopy\"\u003e２つ目はもっとお得に\u003c\/span\u003e\n        \u003cp class=\"campaign__title\"\u003eピローを\u003cspan class=\"font-red\"\u003e2点同時にご購入\u003c\/span\u003eいただくと、\u003cbr\u003e\u003cspan class=\"font-red\"\u003e2点目のピローが10%OFF\u003c\/span\u003eになる\u003cbr class=\"u-sp\"\u003eお得なキャンペーンを実施中\u003c\/p\u003e\n        \u003cp class=\"campaign__desc\"\u003e\n            \u003cspan\u003e対象ピロー\u003c\/span\u003e\n            プレインスリープ ピロー\/\u003cbr class=\"u-sp\"\u003eネックコンディショニング\/スノーレス\/\u003cbr class=\"u-sp\"\u003eパーフェクトクール\n        \u003c\/p\u003e\n        \u003ca class=\"pillow_set_btn\" data-remodal-target=\"set03\"\u003e2つセットでお得に購入する\u003c\/a\u003e\n        \u003cspan class=\"campaign__scenes__title\"\u003e【 こんな場合におすすめ 】\u003c\/span\u003e\n        \u003cul class=\"campaign__scenes__list\"\u003e\n            \u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_recommended_scenes_01.webp\" alt=\"ご家族・パートナー用\"\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_recommended_scenes_02.webp\" alt=\"贈りもの用\"\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_recommended_scenes_03.webp\" alt=\"来客用・予備用\"\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_recommended_scenes_04.webp\" alt=\"洗い替え用\"\u003e\u003c\/li\u003e\n            \u003cli\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_recommended_scenes_05.webp\" alt=\"使い分け用\"\u003e\u003c\/li\u003e\n        \u003c\/ul\u003e\n        \u003c!-- モバイル用Swiperスライダー --\u003e\n        \u003cdiv class=\"set_swiper-container\"\u003e\n            \u003cdiv class=\"set_swiper-wrapper swiper-wrapper\"\u003e\n                \u003cdiv class=\"set_swiper-slide swiper-slide\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_recommended_scenes_01.webp\" alt=\"ご家族・パートナー用\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"set_swiper-slide swiper-slide\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_recommended_scenes_02.webp\" alt=\"贈りもの用\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"set_swiper-slide swiper-slide\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_recommended_scenes_03.webp\" alt=\"来客用・予備用\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"set_swiper-slide swiper-slide\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_recommended_scenes_04.webp\" alt=\"洗い替え用\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"set_swiper-slide swiper-slide\"\u003e\n                    \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_recommended_scenes_05.webp\" alt=\"使い分け用\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003c!-- ページネーション --\u003e\n            \u003cdiv class=\"set_swiper-pagination swiper-pagination\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003ca href=\"\/pages\/campaign\" class=\"campaign__other__link\"\u003e開催中のキャンペーン一覧はこちら\u003c\/a\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003csection class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"last__bg fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_last_model.jpg\" class=\"only_pc\" width=\"2000\" height=\"898\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_last_model_sp.jpg\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_awakenyourpossibility.png\" 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            さらに究極の冷たさを\u003cbr class=\"u-sp\"\u003e追求したい方へ\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_related_comforter.jpg?2\" alt=\"\" width=\"440\" height=\"336\"\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_comforter_sp.jpg?2\" 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\/products\/comforter_perfectcoolex\" class=\"related__btn\" 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\/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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_related_protector.jpg?2\" alt=\"\" width=\"388\" height=\"335\"\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_protector_sp.jpg?2\" 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\/products\/mattressprotector_perfectcoolex\" 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\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_comparison.jpg?1%20\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_comparison.jpg?1%20\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_prev.png?2\" class=\"spec__table__nav__prev\" alt=\"\" width=\"45\" height=\"45\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_next.png?2\" 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\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\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\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/852363c5521b473ba31f4b5db60fa2bf.mp4\" preload=\"none\" autoplay loop 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_perfectcool_other_pillow_logo.png\" 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\/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 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睡眠を\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_perfectcool_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_perfectcool_other_coin_logo.png\" 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\/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            理想の寝姿勢×超体圧分散で、目覚めが変わるマットレス\n        \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\/pillow_neckconditioning_lp_other_mattress_plus_float.png\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/pillow_neckconditioning_lp_other_mattress_plus_float_logo.png\" alt=\"BRAIN SLEEP MATTRESS PREMIUM FLOAT\"\u003e\n                \u003c\/h2\u003e\n                \u003cp class=\"other__col2__item__logotext\"\u003e\n                    ブレインスリープ マットレス \u003cbr class=\"u-sp\"\u003eプラス フロート\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__flex\"\u003e\n                \u003cp class=\"other__col2__item__flex__desc\"\u003e\n                    理想の寝姿勢×超体圧分散で、 \u003cbr\u003e目覚めが変わるマットレス\n                \u003c\/p\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/mattress_plus_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  --\u003e\n\n\n\n\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                枕カバーの『ブレインスリープ ピローカバー パーフェクト\n                クールEX』以外にオーガニックスリープ、アクティブエアも使えますか？\n            \u003c\/h3\u003e\n            \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e\n                    ご使用いただけます。『ブレインスリープ ピローカバー パーフェクト\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                    ピロー パーフェクト\n                    クール』のアイスパックポケットに入れてご使用いただくことで、ブレインスリープ\n                    ピローと同様のフィット性を体験いただけます。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\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_perfectcool_all_v1.css\"\u003e\n\u003cscript defer 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    }\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\n    .campaign__item__inner {\n        margin: 100px auto;\n        text-align: center;\n    }\n\n    .campaign__item__inner .font-red {\n        color: #952335;\n    }\n\n    .campaign__item__inner .campaign__catchcopy {\n        padding: 5px 80px;\n        background-color: #000;\n        color: #fff;\n        font-size: 24px;\n        font-weight: bold;\n    }\n\n    .campaign__item__inner .campaign__title {\n        margin: 30px auto;\n        font-size: 30px;\n    }\n\n    .campaign__item__inner .campaign__desc {\n        position: relative;\n        display: inline-block;\n        padding: 35px 10px 30px;\n        border-top: 1px solid #000;\n        border-bottom: 1px solid #000;\n        font-size: 16px;\n    }\n\n    .campaign__item__inner .campaign__desc span {\n        position: absolute;\n        top: -12px;\n        background: #fff;\n        padding: 0 15px;\n        left: 50%;\n        transform: translateX(-50%);\n        -webkit-transform: translateX(-50%);\n        -ms-transform: translateX(-50%);\n        font-size: 18px;\n    }\n\n    .campaign__item__inner .pillow_set_btn {\n        display: block;\n        max-width: 639px;\n        width: 100%;\n        line-height: 32px;\n        padding: 10px;\n        margin: 40px auto 0;\n        font-size: 18px;\n        color: #fff;\n        background-color: #952335;\n        border: none;\n        cursor: pointer;\n        border-radius: 50px;\n    }\n\n    .campaign__item__inner .campaign__scenes__title {\n        display: block;\n        margin-top: 55px;\n        font-size: 18px;\n        font-weight: bold;\n    }\n\n    .campaign__item__inner .campaign__scenes__list {\n        display: flex;\n        gap: 35px;\n        align-items: center;\n        justify-content: center;\n        max-width: 1200px;\n        margin: 30px auto 0;\n    }\n\n    .campaign__item__inner .campaign__other__link {\n        display: inline-block;\n        margin-top: 60px;\n        padding: 15px 40px;\n        font-size: 16px;\n        border: 1px solid #000;\n    }\n\n    .set_swiper-container {\n        display: none;\n    }\n\n    @media screen and (max-width:768px) {\n        .campaign__item__inner {\n            margin: 50px auto;\n            padding: 0 15px;\n        }\n\n        .campaign__item__inner .campaign__scenes__list {\n            display: none;\n        }\n\n        .campaign__item__inner .campaign__catchcopy {\n            font-size: 12px;\n            padding: 5px 20px;\n        }\n\n        .campaign__item__inner .campaign__desc {\n            font-size: 10px;\n            padding: 30px 10px 25px;\n        }\n\n        .campaign__item__inner .campaign__desc span {\n            font-size: 13px;\n            padding: 0 10px;\n        }\n\n        .campaign__item__inner .pillow_set_btn {\n            font-size: 14px;\n        }\n\n        .campaign__item__inner .campaign__title {\n            font-size: 18px;\n            margin-top: 20px;\n        }\n\n        .campaign__item__inner .campaign__scenes__title {\n            font-size: 16px;\n        }\n\n        .set_swiper-container {\n            display: block;\n            width: 100%;\n            height: auto;\n            margin: 20px 0;\n            padding: 0;\n            overflow: hidden;\n            position: relative; \/* 追加 *\/\n        }\n\n        .set_swiper-wrapper {\n            width: 100%;\n            height: 100%;\n            position: relative;\n            display: flex;\n            transition-property: transform;\n            box-sizing: content-box;\n        }\n\n        .set_swiper-slide {\n            text-align: center;\n            background: #fff;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            padding: 0; \/* paddingを削除 *\/\n            transition: transform 0.3s ease;\n        }\n\n        .set_swiper-slide:not(.swiper-slide-active) {\n            transform: scale(0.9);\n            opacity: 0.7;\n        }\n\n        .set_swiper-slide img {\n            width: 70%;\n            max-width: 100%;\n            height: auto;\n            border-radius: 8px;\n            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);\n            margin: 10px; \/* 画像自体にマージンを追加 *\/\n        }\n\n        .set_swiper-pagination {\n            position: static;\n            margin-top: 20px;\n        }\n\n        .set_swiper-pagination-bullet {\n            width: 12px;\n            height: 12px;\n            background-color: #ccc;\n            opacity: 1;\n        }\n\n        .set_swiper-pagination-bullet-active {\n            background-color: #007aff;\n        }\n    }\n\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\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\u003c!-- Swiper JS --\u003e\n\u003cscript src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/Swiper\/11.0.5\/swiper-bundle.min.js\"\u003e\u003c\/script\u003e\n\n\u003cscript\u003e\n    document.addEventListener('DOMContentLoaded', function() {\n        function initSwiper() {\n            if (window.innerWidth \u003c= 768) {\n                const SetSwiper = new Swiper('.set_swiper-container', {\n                    slidesPerView: 1,\n                    spaceBetween: 0,\n                    centeredSlides: true,\n                    pagination: {\n                        el: '.set_swiper-pagination',\n                        clickable: true,\n                    },\n                    touchRatio: 1,\n                    touchAngle: 45,\n                    grabCursor: true,\n                    loop: true,\n                });\n            }\n        }\n\n        initSwiper();\n\n        window.addEventListener('resize', function() {\n            \/\/ 必要に応じてリサイズ時の処理を追加\n        });\n    });\n\u003c\/script\u003e\n\n\u003cdiv id=\"buy\" name=\"buy\" style=\"display: block\"\u003e\u003c\/div\u003e\n\n\u003cdiv id=\"js-video05\"\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    #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    .mv__bg {\n        text-align: center\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    .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-8 {\n        margin-top: 8px !important\n    }\n\n    .u-mt-32 {\n        margin-top: 32px !important\n    }\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    * {\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\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif !important;\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    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    .termina {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-weight: 400\n    }\n\n    .solution .solution__logo img {\n        width: 366px;\n        float: right\n    }\n\n    #related02 .technology__item__desc__img img {\n        object-fit: contain;\n    }\n\n    .technology__item {\n        font-weight: 400;\n        padding-top: 70px\n    }\n\n    .technology__item__sub {\n        padding: 0;\n        border-top: none\n    }\n\n    .technology__item__sub .technology__item__desc {\n        margin-top: 100px\n    }\n\n    .technology__item__inner {\n        padding-left: 6.7142857142857vw\n    }\n\n    .technology__item__desc {\n        display: flex;\n        flex-direction: row-reverse;\n        margin-top: 54px\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: 6.0714285714286vw;\n        width: 28.2857142857143vw\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        display: none;\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    .technology__item__graph__text {\n        margin-left: 25px;\n        max-width: 300px\n    }\n\n    .technology__item__graph__title {\n        font-size: 20px;\n        line-height: 1.75;\n        font-weight: 400\n    }\n\n    .technology__item__graph__desc {\n        font-size: 14px;\n        line-height: 1.714285714285714;\n        margin-top: 30px\n    }\n\n    .technology__item__img {\n        max-width: 1185px;\n        margin: 0 auto\n    }\n\n    .support-benefits-section {\n        width: 100%;\n        background-color: #f5f0eb;\n        display: flex;\n        justify-content: center;\n        margin-top: 40px;\n    }\n\n    .support-benefits-section__eco-box {\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__support {\n        padding: 40px 20px;\n        text-align: center;\n        max-width: 1080px;\n    }\n\n    .support-benefits-section__support-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        color: #000;\n        ;\n        margin: 0 0 3vw;\n        font-size: 27px;\n        line-height: 1.6;\n        text-align: justify;\n    }\n\n    .support-benefits-section__support-subtitle {\n        color: #000;\n        font-size: 16px;\n        text-align: justify;\n        font-weight: bold;\n        line-height: 1.6;\n        margin: 0 0 30px;\n    }\n\n    .support-benefits-section__guarantee {\n        list-style: none;\n        padding: 0;\n        margin: 0 0 8vw;\n    }\n\n    .support-benefits-section__guarantee-item {\n        padding: 30px 0;\n        border-bottom: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-item:first-child {\n        border-top: 1px solid #d5cec6;\n    }\n\n    .support-benefits-section__guarantee-header {\n        display: flex;\n        align-items: center;\n        gap: 3vw;\n        margin-bottom: 2vw;\n    }\n\n    .rwlp__wrapper img.support-benefits-section__guarantee-icon {\n        display: block;\n        width: 38px;\n        height: auto;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__guarantee-title {\n        font-weight: bold;\n        color: #000;\n        ;\n        margin: 0;\n        letter-spacing: 0.05em;\n        font-size: 25px;\n    }\n\n    .support-benefits-section__guarantee-text {\n        font-size: 14px;\n        color: #000;\n        line-height: 1.6;\n        margin: 0;\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-box {\n        display: flex;\n        justify-content: center;\n    }\n\n    .support-benefits-section__shop-link {\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        background-color: #fff;\n        border: 1px solid #000;\n        padding: 20px;\n        text-decoration: none;\n        color: #000;\n        max-width: 400px;\n        width: 100%;\n    }\n\n    .support-benefits-section__shop-link-inner {\n        text-align: left;\n    }\n\n    .support-benefits-section__shop-link-title {\n        font-weight: bold;\n        letter-spacing: 0.05em;\n        display: block;\n        margin-bottom: 1vw;\n    }\n\n    .support-benefits-section__shop-link-sub {\n        color: #000;\n        display: block;\n    }\n\n    .support-benefits-section__shop-link-arrow {\n        color: #000;\n        ;\n        flex-shrink: 0;\n    }\n\n    .support-benefits-section__eco {\n        background-image: url('https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_bg.png?v=1771316331');\n        background-size: cover;\n        background-position: center;\n        background-repeat: no-repeat;\n        padding: 50px 20px 30px;\n        margin-top: 24px;\n        max-width: 800px;\n    }\n\n    .support-benefits-section__eco-logo {\n        display: block;\n        max-width: 200px;\n        margin: 0 0 50px;\n    }\n\n    .support-benefits-section__eco-title {\n        font-size: 24px;\n        font-weight: bold !important;\n        line-height: 1.8;\n        letter-spacing: 0.05em;\n        color: #000;\n        margin: 0 0 30px;\n        text-align: left;\n        line-height: 1.6;\n    }\n\n    .support-benefits-section__eco-text {\n        font-size: 16px;\n        color: #000;\n        line-height: 1.8;\n        margin: 0 0 50px;\n        text-align: left;\n    }\n\n    .support-benefits-section__eco-link {\n        width: 100%;\n        display: block;\n        color: #000;\n        text-decoration: none;\n        letter-spacing: 0.05em;\n        padding: 20px;\n    }\n\n    @media (min-width: 768px) {\n        .support-benefits-section__support {\n            padding: 60px 40px 40px;\n        }\n\n        .support-benefits-section__support-title {\n            font-size: 24px;\n            margin: 0 0 12px;\n            text-align: center;\n        }\n\n        .support-benefits-section__support-subtitle {\n            font-size: 14px;\n            margin: 0 0 30px;\n            text-align: center;\n        }\n\n        .support-benefits-section__guarantee {\n            display: flex;\n            gap: 24px;\n            margin: 0 0 32px;\n            justify-content: center;\n        }\n\n        .support-benefits-section__guarantee-item {\n            flex: 1;\n            max-width: 344px;\n            padding: 24px;\n            border-bottom: none;\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-item:first-child {\n            border-top: none;\n        }\n\n        .support-benefits-section__guarantee-header {\n            gap: 12px;\n            margin-bottom: 8px;\n        }\n\n        .support-benefits-section__guarantee-title {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__shop-link {\n            padding: 20px 24px;\n            max-width: 400px;\n        }\n\n        .support-benefits-section__shop-link-title {\n            font-size: 16px;\n            margin-bottom: 4px;\n        }\n\n        .support-benefits-section__shop-link-sub {\n            font-size: 13px;\n        }\n\n        .support-benefits-section__shop-link-arrow {\n            font-size: 18px;\n        }\n\n        .support-benefits-section__eco {\n            padding: 50px 40px 30px;\n        }\n\n        .support-benefits-section__eco-logo {\n            width: 50% !important;\n            margin: 0 0 24px;\n        }\n\n        .support-benefits-section__eco-link {\n            font-size: 14px;\n        }\n\n    }\n\n    .size {\n        margin-bottom: 220px\n    }\n\n    .spec__size {\n        max-width: 86.571428572vw;\n        margin-top: -240px\n    }\n\n    .spec__color {\n        width: 50%;\n    }\n\n    .lp_review {\n        width: 70%;\n        margin: 0 auto 150px auto;\n    }\n\n    @media screen and (max-width:1400px) {\n        .size {\n            margin-bottom: 0\n        }\n\n        .spec__size {\n            margin-top: -150px\n        }\n    }\n\n    .related__ttl__wrap {\n        max-width: 86.571428572vw;\n        margin: 0 auto\n    }\n\n    .related__ttl {\n        font-size: 30px;\n        line-height: 1.733333333333333\n    }\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\n    @media screen and (max-width:749px) {\n        .related__ttl__wrap {\n            max-width: 86.571428572vw;\n            margin: 0 auto\n        }\n\n        .related__ttl {\n            font-size: 25px;\n            line-height: 1.733333333333333\n        }\n\n        .related__wrap2 {\n            display: none\n        }\n\n        .lp_review {\n            width: 90%;\n            margin: 0 auto 50px auto;\n        }\n\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        .solution .solution__logo img {\n            width: 53.333vw;\n            float: none\n        }\n\n        .technology__item {\n            padding-bottom: 30px\n        }\n\n        .technology__item__inner {\n            padding-left: 0\n        }\n\n        .technology__item__sub .technology__item__desc {\n            flex-direction: column;\n            margin-top: 50px\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: 95%\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: 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 {\n            display: block;\n            margin: 30px 0 0;\n            padding: 0 20px;\n            width: 100%\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        .technology__item__graph__img .only_sp {\n            display: block\n        }\n\n        .technology__item__graph__img .only_pc {\n            display: none\n        }\n\n        .technology__item__graph__text {\n            margin-left: 0;\n            margin-top: 10px;\n            max-width: initial\n        }\n\n        .technology__item__graph__title {\n            font-size: 20px\n        }\n\n        .technology__item__graph__desc {\n            margin-top: 20px\n        }\n\n        .technology__item__img {\n            max-width: calc(100% - 40px);\n            margin: 20px auto 0\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    input[type=\"radio\"] {\n        display: none\n    }\n\n    input[type=\"radio\"]+label::before {\n        display: none\n    }\n\n    input[type=\"radio\"]+label::after {\n        display: none\n    }\n\n    input[type=\"radio\"]:checked+label {\n        color: inherit\n    }\n\n    input[type=\"radio\"]+label {\n        padding: 0\n    }\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\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    .mv {\n        margin-top: 0\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        .other__col2__item__img {\n            width: 500px;\n            margin: 0 auto;\n        }\n    }\n\n    @media screen and (max-width: 749px) {\n        #other__coin .other__col2__item__logo {\n            width: 115px;\n        }\n\n        .other__col2__item__img {\n            margin-top: 15px;\n            margin-bottom: 15px;\n            width: 70%;\n            margin: 15px auto;\n        }\n\n    }\n\u003c\/style\u003e\n\n\n\n\u003cstyle\u003e\n    .float_technology_allbox_1_0902 {\n        display: flex;\n        margin: 0 auto;\n        width: fit-content;\n        gap: 20px;\n        font-size: 30px;\n    }\n\n    .ultimate_relax_0902 {\n        background-image: linear-gradient(90deg, #86b0d1, #5073d0 51%, #b0e4ea);\n        background-position: bottom left;\n        background-size: 100% 6%;\n        background-repeat: no-repeat;\n        padding-bottom: 2px;\n    }\n\n    .float_technology_txt_0902 {\n        margin: 9px 0;\n        font-size: 40px;\n        line-height: 55px;\n    }\n\n    .tokkyo_no_0902 {\n        font-size: 20px;\n    }\n\n    .float_technology_allbox_2_0902 {\n        margin: 75px 0;\n        font-size: 30px;\n        line-height: 50px;\n    }\n\n    .back_red_0902 {\n        background: #842335;\n        padding: 5px 5px;\n        margin-bottom: 10px;\n        display: inline-block;\n    }\n\n    .patented_technology_0902 img {\n        width: 200px !important;\n    }\n\n    @media screen and (max-width:749px) {\n        .float_technology_allbox_1_0902 {\n            display: flex;\n            margin: 0 auto;\n            width: fit-content;\n            gap: 10px;\n            font-size: 4vw;\n        }\n\n        .ultimate_relax_0902 {\n            background-image: linear-gradient(90deg, #86b0d1, #5073d0 51%, #b0e4ea);\n            background-position: bottom left;\n            background-size: 100% 5%;\n            background-repeat: no-repeat;\n            font-size: 3.5vw;\n            padding-bottom: 2px;\n        }\n\n        .float_technology_txt_0902 {\n            margin: 5px 0;\n            font-size: 5vw;\n            line-height: 8vw;\n        }\n\n        .tokkyo_no_0902 {\n            font-size: 3vw;\n        }\n\n\n        .float_technology_allbox_2_0902 {\n            margin: 30px 0;\n            font-size: 4.2666vw;\n            line-height: 9vw;\n        }\n\n        .back_red_0902 {\n            background: #842335;\n            padding: 5px 5px;\n            margin-bottom: 0px;\n            display: inline-block;\n        }\n\n        .patented_technology_0902 img {\n            width: 95px !important;\n        }\n    }\n\u003c\/style\u003e\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睡眠で大事なのは\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 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『スタンフォード式 最高の睡眠』\n                                \u003cbr class=\"u-sp\"\u003eの\n                                \u003cbr class=\"u-pc\"\u003eメソッドを集約したマットレス。\n                            \u003c\/h3\u003e\n                            \u003cp class=\"sleep__info__book__text__desc\"\u003e人生の約3分の1が睡眠。\n                                \u003cbr\u003e睡眠の質が悪いと脳や身体が休まらず、\n                                \u003cbr class=\"u-pc\"\u003e本来のパフォーマンスを引き出すことができません。\n                                \u003cbr class=\"u-pc\"\u003e毎日使う大事な寝具だからこそ、質から見直しませんか?\n                            \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同じ睡眠時間でも\n                                \u003cbr\u003e\n                                \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\"\u003e7時間睡眠での疲労回復度を一般的な機能性マットレスと比較したところ、ブレインスリープ\n                                マットレスの方が、疲労回復度が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.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同じ睡眠時間でも\n                                \u003cbr\u003e\n                                \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.webp?1\" alt=\"スタンフォード式 最高の睡眠\" width=\"136\" height=\"197\"\u003e\n                        \u003c\/div\u003e\n                        \u003cp class=\"sleep__info__book__text__desc\"\u003e7時間睡眠での疲労回復度を一般的な機能性マットレスと比較したところ、ブレインスリープ\n                            マットレスの方が、疲労回復度が14%アップすることがわかりました。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\n\n\n        \u003cdiv class=\"intro1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n\n            \u003cdiv class=\"lp_review\"\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_review.webp?1\" alt=\"\" width=\"2165\" height=\"1069\"\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_review_sp.webp?1\" alt=\"\" width=\"2165\" height=\"1069\"\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"intro1__ttl fadeInUpShort animated\"\u003e\n                \u003cspan\u003e究極のリラックス姿勢\u003c\/span\u003e×\n                \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\"\u003eNASAが提唱する身体の負担が\n                \u003cbr\u003e最も少ない姿勢を再現\n            \u003c\/div\u003e\n\n\n            \u003c!-- \u003cdiv class=\"intro2__txt2 fadeInUpShort animated\"\u003e\n        \u003cspan\u003e脚・腰・肩を支える究極のリラックス姿勢で\u003c\/span\u003e\n        \u003cbr\u003e筋肉や背骨への身体的負担を軽減させます。\n    \u003c\/div\u003e --\u003e\n\n\n            \u003c!-- 新規ブロック --\u003e\n\n            \u003cdiv class=\"float_technology_allbox_1_0902\"\u003e\n\n                \u003cdiv class=\"patented_technology_0902\" style=\"display: flex;align-items: center;\"\u003e\n                    \u003c!-- 特許\u003cbr\u003e技術 --\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_patented_technology_20250902.webp?1\" alt=\"\" class=\"\" width=\"1200\" height=\"508\"\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv style=\"text-align: left;\"\u003e\n                    \u003cdiv class=\"ultimate_relax_0902\"\u003e究極のリラックス姿勢を実現した\u003c\/div\u003e\n                    \u003cdiv class=\"termina typesquare_option float_technology_txt_0902\"\u003eFLOAT\u003cbr\u003eTECHNOLOGY\u003c\/div\u003e\n                    \u003cdiv class=\"tokkyo_no_0902\"\u003e特許番号　第7727279号\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"fadeInUpShort animated go float_technology_allbox_2_0902\"\u003e\n                \u003cspan class=\"back_red_0902\"\u003e\n                    ［脚・腰・肩を支える独自のフロート構造］\u003c\/span\u003e\u003cbr\u003e\n                により、理想的な中立姿勢と体圧分散を\u003cbr\u003e\n                可能にし、睡眠時の身体的ストレスを解放。\n            \u003c\/div\u003e\n\n            \u003c!-- 新規ブロック --\u003e\n\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.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.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=\"intro3__ttl fadeInUpShort animated\"\u003e超・体圧分散\u003c\/div\u003e\n            \u003cdiv class=\"intro3__txt fadeInUpShort animated\"\u003e9層 × ワイヤーウェーブ構造が\u003cbr class=\"u-sp\"\u003e身体をしっかり支え、\u003cbr class=\"u-pc\"\u003e寝返りをサポート。\u003cbr class=\"u-sp\"\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分”を深く\n                    \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_v3.webp\" alt=\"\" width=\"2000\" height=\"1219\"\u003e\n                    \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\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_mov_01_v3.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沈み込み過ぎて\u003cbr class=\"u-sp\"\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柔らかすぎる\/\u003cbr class=\"u-sp\"\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.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_v3.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 class=\"only_sp\"\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睡眠に重要なマットレスを\u003cbr class=\"u-sp\"\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テクノロジー\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=\"#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無重力テクノロジー\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 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熱がこもらず快適\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 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\u003e30年の耐久テストをクリア＆\u003cbr class=\"u-pc\"\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\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\" 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\n                                理想の寝姿勢をつくる、\u003cbr\u003e無重力テクノロジー\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\" style=\"margin-bottom: auto;\"\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\"\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.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.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.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.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\"\u003eNASAが提唱する\n                                \u003cbr class=\"only_sp\"\u003e中立姿勢を再現\n                                \u003cbr\u003e究極のリラックスへ\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                宇宙空間で身体を預けると、自然と肩が内側に入り、脚が上がった体勢になります。これは、身体に最も負担の少ない姿勢だとされています。\n                                \u003cbr\u003e本製品は独自の三次元構造体によって、浮遊するかのような反発と肩・腰・脚に合わせた最適な硬さを形成し、重力から解放された究極のリラックス姿勢へと促します。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \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.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脚が上がることにより\n                                \u003cbr\u003e巡りを高めて、疲労回復を促進\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                脚部が胸元より４cm高く設計されており、血流が胸元に循環しやすくなります。それにより疲労やむくみなども軽減します。\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_tech01_04.webp?2\" alt=\"\" class=\"only_pc\" width=\"655\" height=\"582\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_tech01_04_sp.webp?2\" alt=\"\" class=\"only_sp\" width=\"711\" height=\"711\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__graph__text\"\u003e\n                        \u003ch3 class=\"technology__item__graph__title\"\u003e血流循環が\n                            \u003cbr class=\"only_pc\"\u003e約150％高まる\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__graph__desc\"\u003eフラットなマットレスと足元が上がっている構造の本製品との比較では、血流量がおよそ1.5倍にアップ。\n                            \u003cbr\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        \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.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.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層構造のハイブリット反発で\n                                \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                    \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.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沈み込みが少ないので、\n                            \u003cbr class=\"u-pc\"\u003eしっかり身体が支えられている\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__graph__desc\"\u003eウレタンマットレスと本製品の最大差はなんと1.4cm。\n                            \u003cbr\u003e身体に負担をかけず、しっかりと支え正しい姿勢を保ちます。\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\"\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_v3.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\n                                身体の部位に応じた\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\" 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超・体圧分散が寝返りをサポート\n                                \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.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寝返り時の消費エネルギーが\n                            \u003cbr class=\"u-pc\"\u003e約15%DOWN\n                        \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\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\" 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\n                                抜群の通気性で\u003cbr\u003e熱がこもらず快適\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\" style=\"margin-bottom: auto;\"\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_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超通気性素材で\n                                \u003cbr\u003e睡眠に最適な温度・湿度を\n                                \u003cbr\u003eコントロール\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e良質な睡眠を得るためには、寝床内の温度と湿度を適正に保つことが重要です。\n                                \u003cbr\u003e90％以上が空気層でできているので、睡眠時に発生する熱や湿気がこもらず、快適な睡眠環境をつくります。\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_graph03.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\/lp_mattress_premium_float_graph04.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放熱量が高く、\n                            \u003cbr class=\"u-pc\"\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\/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\" 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\n                                いつでも清潔＆優れた耐久性\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\" style=\"margin-bottom: auto;\"\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=\"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シャワーで水洗いできて清潔\n                                \u003cbr\u003eダニやハウスダストも\n                                \u003cbr class=\"only_sp\"\u003e発生しづらい\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                カバーは取り外して洗濯機で洗えることはもちろん、マットレスの中材も全て洗えます。\n                                \u003cbr\u003e\n                                \u003cbr\u003e中材はシャワーで汚れを洗い流せて、シャワー後は日陰干しをするだけで簡単です。\n                                \u003cbr\u003e\n                                \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            \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\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\/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\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=\"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.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.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\"\u003e30年間相当使用できる\n                                \u003cbr\u003e優れた耐久性\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e毎日使うマットレスで気になるのはその耐久性。\n                                \u003cbr\u003e本製品はJIS規格の基準80,000回の3倍の圧縮でも高い耐久性を実証。長期間の使用でも安定した寝心地が続きます。\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=\"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\n                                \u003cbr\u003eこだわりのものづくり\n                                \u003cbr\u003e安心品質\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                マットレスやピローなど、一点ずつ丁寧に技術者や職人たちの手で繰り返し品質確認を行っています。\n                                \u003cbr\u003e厳しい品質検査を経て一点ずつ丁寧に梱包しお客様の元へお届けします。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item 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不純物の少ない、\n                                \u003cbr\u003e自然の湧き水を使用し\n                                \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\n            \u003c!-- エコサイクル訴求セクション ここから --\u003e\n            \u003cdiv class=\"support-benefits-section\"\u003e\n                \u003cdiv class=\"support-benefits-section__support\"\u003e\n                    \u003ch3 class=\"support-benefits-section__support-title\"\u003eあなたにぴったりのものと\u003cbr class=\"u-sp\"\u003e出会ってほしいから\u003c\/h3\u003e\n                    \u003cp class=\"support-benefits-section__support-subtitle\"\u003e安心して、あなたに合うものを見つけてもらえるようにサポートします。\u003c\/p\u003e\n                    \u003cul class=\"support-benefits-section__guarantee\"\u003e\n                        \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                            \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                                \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_guarantee_img.svg?v=1771316330\" alt=\"安心の1年保証\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                                \u003cp class=\"support-benefits-section__guarantee-title\"\u003e安心の１年保証\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-text\"\u003e安心してお使いいただけるよう、１年間の保証をお付けしています。\u003c\/p\u003e\n                        \u003c\/li\u003e\n                        \u003cli class=\"support-benefits-section__guarantee-item\"\u003e\n                            \u003cdiv class=\"support-benefits-section__guarantee-header\"\u003e\n                                \u003cimg class=\"support-benefits-section__guarantee-icon\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_free_img.svg?v=1771316330\" alt=\"送料無料\" width=\"40\" height=\"40\" decoding=\"async\" loading=\"lazy\"\u003e\n                                \u003cp class=\"support-benefits-section__guarantee-title\"\u003e送料無料\u003c\/p\u003e\n                            \u003c\/div\u003e\n                            \u003cp class=\"support-benefits-section__guarantee-text\"\u003e日本全国どこでも、送料無料でお届けします。\u003c\/p\u003e\n                        \u003c\/li\u003e\n                    \u003c\/ul\u003e\n                    \u003cdiv class=\"support-benefits-section__shop-box\"\u003e\n                        \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" class=\"support-benefits-section__shop-link\" target=\"_blank\"\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-inner\"\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-title\"\u003e試せる場所を探す\u003c\/span\u003e\n                                \u003cspan class=\"support-benefits-section__shop-link-sub\"\u003eお近くの正規取扱店のご案内\u003c\/span\u003e\n                            \u003c\/span\u003e\n                            \u003cspan class=\"support-benefits-section__shop-link-arrow\"\u003e›\u003c\/span\u003e\n                        \u003c\/a\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"support-benefits-section__eco-box\"\u003e\n                        \u003cdiv class=\"support-benefits-section__eco\"\u003e\n                            \u003cimg class=\"support-benefits-section__eco-logo\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/ecocycle_logo.svg?v=1771316362\" alt=\"BRAIN SLEEP ECO CYCLE PROGRAM\" width=\"200\" height=\"80\" decoding=\"async\" loading=\"lazy\"\u003e\n                            \u003ch3 class=\"support-benefits-section__eco-title\"\u003eお客様が使い続けるほど\u003cbr\u003e環境にやさしい仕組み\u003c\/h3\u003e\n                            \u003cp class=\"support-benefits-section__eco-text\"\u003e\n                                ブレインスリープの枕やマットレスの素材は100％リサイクルが可能です。永く持続していく社会を目指して、その後のリサイクルも考えた原料の選定をしています。\u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/pages\/eco_cycle_program\" class=\"support-benefits-section__eco-link\" target=\"_blank\"\u003e詳しくはこちら ›\u003c\/a\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003c!-- エコサイクル訴求セクション ここまで --\u003e\n\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__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スペック\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\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\n                                \u003cbr\u003eセミダブル　約W120×L196×H20(脚部24)cm\n                                \u003cbr\u003eダブル　約W140×L196×H20(脚部24)cm\n                                \u003cbr\u003eクイーン　約W160×L196×H20(脚部24)cm\n                                \u003c!-- \u003cbr\u003eキング　約W180×L196×H20(脚部24)cm　 --\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 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                \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\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\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\" 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                \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\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.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.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％）\n                                \u003cbr\u003eベースカバー：ポリエステル100％\n                                \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 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％リサイクルが可能な\n                                \u003cbr\u003eサステナブル素材\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eマットレスの中材には、地球に優しい100％再生可能な材料を使用しています。\n                            \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\"\u003eコットン100%の\n                                \u003cbr\u003e専用シーツ\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                吸放湿性に優れたコットン100％の生地を使用。通気性がよく、肌触りが滑らかで包みこまれるような寝心地です。\n                                \u003cbr\u003e面ファスナーで着脱がしやすい仕様です。\n                            \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        \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使用シーンに合わせて選ぶ\n                \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年使える耐久性。体の負担をさらに軽減するベットマットレス。\n                    \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\"\u003e\n                        7層構造が身体をしっかりと支え、リラックス姿勢や寝返りのしやすさで快適な眠りをサポートするベットマットレス。\u003cbr\u003e10年間使える耐久性で、フロートシリーズを初めてご使用になる方におすすめのモデルです。\n                    \u003c\/p\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/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\"\u003e\n                        3層構造が身体をしっかりと支え、疲労回復を促進。\u003cbr\u003e下に敷く寝具や敷く場所の影響を受けにくく、今お使いのマットレスや敷布団の上に重ねても、フローリングや畳に直接敷いても、どんなシーンでもお使いいただけます。\u003cbr\u003e折りたためる仕様のため、コンパクトに収納できます。\n                    \u003c\/p\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/products\/mattress_float\" class=\"mattressLineup__item__btn\"\u003e詳細はこちら\u003c\/a\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\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_v3.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_v3.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        \u003cdiv class=\"sec_development\"\u003e\n            \u003cp\u003e商品について\u003cbr class=\"u-sp\"\u003e気になることはありませんか？\u003cbr\u003e\u003cspan class=\"txt_red\"\u003e開発担当\u003c\/span\u003eがお答えします！\u003cbr class=\"u-sp\"\u003eお気軽にご連絡ください。\u003cbr\u003e\u003c\/p\u003e\n            \u003cspan class=\"annotation\"\u003e※お問い合わせ件名で\u003cbr class=\"u-sp\"\u003e「[BRAIN SLEEP]開発担当へのお問い合わせ」\u003cbr class=\"u-sp\"\u003eを選択してください\u003c\/span\u003e\u003cbr\u003e\u003ca href=\"https:\/\/brain-sleep.com\/pages\/development-contact\" target=\"_blank\"\u003eお問合せはこちら \u0026gt;\u003c\/a\u003e\n        \u003c\/div\u003e\n\n\n        \u003csection class=\"relatedProducts\" id=\"relatedProducts\"\u003e\n            \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                    \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e関連アイテム\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ブレインスリープ\n                    \u003cbr class=\"u-sp\"\u003eマットレス フロート\n                \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手持ちの寝具に\n                                \u003cbr\u003e重ねても、直置きでも\n                            \u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003eマットレス\n                                フロートはベッドや床に接する面を硬めに設計しているので、下に敷く寝具や敷く場所の影響を受けにくくします。そのため、今お使いのマットレスや敷布団の上に重ねても、フローリングや畳に直接敷いても、どんなシーンでもお使いいただけます。\n                                \u003cbr\u003e十分な反発力があり、一枚で使っても快適に眠れるので、敷布団兼用マットレスとして、急な来客の際にも便利です。\n                            \u003c\/p\u003e\n                            \u003ca href=\"https:\/\/brain-sleep.com\/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=\"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ホワイト\n                                \u003cbr\u003e\n                                \u003cbr\u003e洗い替え用に便利なマットレスシーツです。\n                                \u003cbr\u003e\n\n                                ■対応可能マットレス\u003cbr\u003e\n                                ブレインスリープ マットレス プレミアム フロート\u003cbr\u003e\u003cbr\u003e\n                                ・マジックテープ式（現行モデル）をお持ちの方：\u003cbr\u003e本トッパーシーツをそのままご使用いただけます。\u003cbr\u003e\u003cbr\u003e\n                                ・ファスナー式・ボタン式（旧モデル）をお持ちの方：\u003cbr\u003e形状が異なるため単体ではご使用いただけません。トッパーシーツ＋ベースカバーをセットでご購入いただくとご使用いただけます。お求めの方は\n                                \u003ca style=\"text-decoration: underline;\" href=\"https:\/\/brain-sleep.com\/products\/mattressshoeets_premium_base\"\u003e[こちら]\u003c\/a\u003e\n\n                                \u003c!-- \u003cbr\u003e■対応可能マットレス\n                \u003cbr\u003eブレインスリープ マットレス プレミアム フロート\n                \u003cbr\u003e※2022年以前に、弊店で販売しておりました『ブレインスリープ マットレス ザ プレミアム』には形状が異なる（ファスナー式）ためご使用いただけませんのでご注意ください。\n                \u003cbr\u003eトッパーシーツ＋ベースカバーをセットでご購入いただけるとご使用いただけます。 お求めの方は\n                \u003ca style=\"text-decoration: underline;\" href=\"https:\/\/brain-sleep.com\/products\/mattressshoeets_premium_base\"\u003e[こちら]\u003c\/a\u003e --\u003e\n\n\n\n                                \u003cbr\u003e\n                                \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.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\n                                        \u003cbr\u003e■対応可能マットレス\n                                        \u003cbr\u003eブレインスリープ マットレス プレミアム フロート\n                                        \u003cbr\u003e※2022年以前に、弊店で販売しておりました『ブレインスリープ マットレス ザ\n                                        プレミアム』には形状が異なる（ファスナー式）ためご使用いただけませんのでご注意ください。\n                                        \u003cbr\u003eトッパーシーツ＋ベースカバーをセットでご購入いただけるとご使用いただけます。 お求めの方は\n                                        \u003ca style=\"text-decoration: underline;\" href=\"https:\/\/brain-sleep.com\/products\/mattressshoeets_premium_base\"\u003e[こちら]\u003c\/a\u003e\n                                        \u003cbr\u003e\n                                        \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.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\/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        \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\"\u003e6レイヤードベース、\n                    \u003cbr class=\"u-sp\"\u003eトッパーシーツ、ベースカバーセット\n                \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 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 u-pc\"\u003eマットレス お手持ちのマットレス\n                                フロートにプラスしてプレミアムにグレードアップできるセットです。※マットレスフロートをお持ちでない場合はご使用いただけません。\n                                \u003cbr\u003e素材　トッパーシーツ：綿100％（中綿ポリエステル80％ レーヨン20％）\n                                \u003cbr\u003eベースカバー：ポリエステル100％\n                                \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.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マットレス お手持ちのマットレス\n                                        フロートにプラスしてプレミアムにグレードアップできるセットです。※マットレスフロートをお持ちでない場合はご使用いただけません。\n                                        \u003cbr\u003e素材　トッパーシーツ：綿100％（中綿ポリエステル80％ レーヨン20％）\n                                        \u003cbr\u003eベースカバー：ポリエステル100％\n                                        \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.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\/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\n        \u003c!-- \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            \u003cbr class=\"u-sp\"\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ブレインスリープ\n                \u003cbr\u003eマットレス プロテクター\n                \u003cbr\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\n                \u003cbr\u003e併用する事で、背中部分の保温性が112％UP。下からの冷えもしっかり防寒します。\n                \u003cbr\u003e冬の冷気は床や地面に溜まりやすい性質を持っていて、その冷気はベッドマットレスを通じて寒さとして感じます。 その寒さから身体を守るために、効果的です。\n                \u003cbr\u003e\n                \u003cbr\u003eご使用のマットレスや敷き布団にさっとかけるだけで、究極の暖かさとムレない環境を実現してくれます。\n                \u003cbr\u003e\n                \u003cbr\u003e掛け布団と同じ、中わたはカポックヒートEX、\n                \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.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コンフォーターと\n                \u003cbr\u003eマットレス プロテクターを\n                \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.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■サイズ:\n                \u003cbr\u003e・シングルサイズ : W100cm×L205cm×H33cm (約1,140g)\n                \u003cbr\u003e・セミダブルサイズ : W120cm×L205cm×H33cm (約1,300g)\n                \u003cbr\u003e・ダブルサイズ : W140cm×L205cm×H33cm (約1,470g)\n                \u003cbr\u003e\n              \u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e■カラー:\n                \u003cbr\u003eダークグレー\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e■素材:\n                \u003cbr\u003e・側生地\n                \u003cbr\u003e表生地：パイル部分 ポリエステル100％\n                \u003cbr\u003e基布部分 ポリエステル60％ レーヨン40％\n                \u003cbr\u003e裏生地：ポリエステル100％\n                \u003cbr\u003eマチ生地：ポリエステル94％ ポリウレタン6％\n                \u003cbr\u003e・インサレーション\n                \u003cbr\u003e植物繊維(カポック)43％ ポリエステル30％ アクリル20％\n                \u003cbr\u003e合成繊維（アクリレート系繊維）7％\n                \u003cbr\u003e\n              \u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/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 --\u003e\n\n\n\n\n\n        \u003c!-- \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\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\" 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\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\/lp_mattress_premium_float_other_pillow_logo.webp\" 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\/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\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最高の寝室環境を実現。\u003cbr\u003e生涯あなたを支える、\u003cbr\u003eベッドフレーム\u003c\/h3\u003e\n\u003cdiv class=\"other__col2__item__coin__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_product_bed_frame.webp\" alt=\"\" width=\"629\" height=\"629\"\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\/lp_product_bed_frame_logo.webp\" alt=\"BRAIN SLEEP BED FRAME\" 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最高の寝室環境を実現。\u003cbr\u003e生涯あなたを支える、\u003cbr\u003eベッドフレーム\u003c\/p\u003e\n\u003ca href=\"https:\/\/brain-sleep.com\/products\/bed_frame\" 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 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\u003cimg loading=\"lazy\" decoding=\"async\" height=\"222\" width=\"600\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_comfoter_pwex.webp\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"other__col2__item__inner animated\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"other__col2__item__logo\"\u003e\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\/other_comfoter_pwex_logo.webp\"\u003e\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_perfectwarmex\"\u003e詳しく見る\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\u003c\/div\u003e --\u003e\n\n\n\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よくあるご質問\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n\n\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e取扱い店舗はこちら\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e取扱店舗でもご購入いただけます。店舗により取扱商品が異なりますので、 \u003cbr\u003e\n                            詳しくは \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" target=\"_blank\"\u003eこちら\u003c\/a\u003eからご確認ください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e配送サイズを教えてください。\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e商品は3個口でのお届けとなります。\n                            \u003cbr\u003e▼シングルサイズ\n                            \u003cbr\u003e① 約102.5cmx69cmx47.5cm　② 約104cmx69cmx23cm　③ 約62cmx42cmx31cm\n                            \u003cbr\u003e▼セミダブルサイズ\n                            \u003cbr\u003e① 約122.5cmx69cmx47.5cm　② 約124cmx69cmx23cm　③ 約62cmx42cmx31cm\n                            \u003cbr\u003e▼ダブルサイズ\n                            \u003cbr\u003e① 約142.5cmx69cmx47.5cm　② 約144cmx69cmx23cm　③ 約62cmx42cmx31cm\n                            \u003cbr\u003e▼クイーンサイズ\n                            \u003cbr\u003e① 約164.5cmx69cmx47.5cm　② 約164cmx69cmx23cm　③ 約62cmx42cmx31cm\n                            \u003c!-- \u003cbr\u003e▼キングサイズ\n              \u003cbr\u003e① 約184.5cmx69cmx47.5cm　② 約184cmx69cmx23cm　③ 約62cmx42cmx31cm --\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洗濯機をご使用になる場合は、洗濯ネットを使用してください。洗濯機は容量8kg以上のものをご使用ください。\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                \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                        \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ブレインスリープストアで取り扱っているマットレスシーツ（ボックスシーツタイプ）がおすすめですが、一般的なボックスシーツもご使用いただけます。マットレスの厚さ24㎝に対応するボックスシーツを使用ください。\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                            \u003cbr\u003e→アップグレード用のセットは\n                            \u003ca class=\"u-td-u\" href=\"https:\/\/brain-sleep.com\/products\/mattress_6layered_base\" target=\"_blank\"\u003eこちら\u003c\/a\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    \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?1\"\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\n\n\u003cstyle\u003e\n    .sec_development {\n        background: #EEECDD;\n        text-align: center;\n        padding: 50px 10px;\n        margin: 50px 0 0 0;\n    }\n\n    .sec_development p {\n        text-align: center;\n        font-weight: bold;\n        font-size: 25px;\n        line-height: 200%;\n    }\n\n    .txt_red {\n        color: #9C2335;\n    }\n\n    .sec_development a {\n        color: #FFFF;\n        background: #9C2335;\n        padding: 10px 50px;\n        border-radius: 30px;\n        margin-top: 30px;\n        font-size: 20px;\n        display: inline-block;\n    }\n\n    .annotation {\n        font-size: 12px;\n    }\n\n    .relatedProducts {\n        margin-top: 0px;\n    }\n\n    @media screen and (max-width:749px) {\n        .sec_development p {\n            font-size: 20px;\n        }\n    }\n\u003c\/style\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  .rwlp__wrapper .mv__caption__text {\n    letter-spacing: 0\n  }\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  .rwlp__wrapper img {\n    width: 100%;\n    height: 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  h1 {\n    margin: 0;\n    padding: 0\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  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  h2,\n  h3 {\n    font-weight: normal !important\n  }\n\n  .only_sp {\n    display: none\n  }\n\n  .mattress__mv {\n    font-weight: 500;\n    height: 56.0714285714286vw;\n    overflow: hidden;\n    position: relative\n  }\n\n  .mattress__mv__layer1 {\n    background: none !important;\n    background-position: center !important;\n    background-size: 100% auto;\n    background-size: cover;\n    height: 100%;\n    position: absolute;\n    top: 0;\n    bottom: 0;\n    left: 0;\n    right: 0\n  }\n\n  .mattress__mv__layer1 img {\n    position: absolute;\n    left: 0;\n    top: 0;\n    width: 100%;\n    height: auto\n  }\n\n  .mattress__mv__layer__border {\n    position: absolute;\n    left: 0;\n    right: 0;\n    top: 0;\n    bottom: 0;\n    background: #fff;\n    animation-duration: 8s;\n    animation-timing-function: cubic-bezier(.35, 0, .27, 1);\n    clip-path: inset(0% calc(50% - 2px) calc(5% - 2px) calc(50% - 2px))\n  }\n\n  .mv__caption {\n    left: 6.6428571428571%;\n    position: absolute;\n    top: 18.6785260482846%;\n    z-index: 3\n  }\n\n  .mv__caption__title {\n    margin-top: 70px;\n    max-width: 100%;\n    width: 480px\n  }\n\n  .mv__caption__text {\n    font-size: 40px;\n    line-height: 1\n  }\n\n  .mv__caption__text span {\n    display: block;\n    font-size: 27px;\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: 40px;\n    font-weight: 400\n  }\n\n  .sleep__info__book__inner {\n    margin: 0 auto;\n    width: 730px\n  }\n\n  .sleep__info__quality__golden__img {\n    flex-shrink: 0;\n    padding-right: 60px;\n    padding-top: 36%;\n    position: relative;\n    width: calc(100% - 420px)\n  }\n\n  .sleep__info__quality__golden__img 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  .sleep__info__quality__cold img {\n    width: 90%;\n    margin: 0 auto;\n    display: block\n  }\n\n  .technology__item__desc__img {\n    padding-top: 36%;\n    position: relative;\n    width: 58.1428571428571vw\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    height: 100%;\n    left: 0;\n    position: absolute;\n    top: 0;\n    width: 100%\n  }\n\n  .technology__item__desc__text__content__title span {\n    letter-spacing: -.55em\n  }\n\n  .technology__item__graph {\n    border: 1px #000 solid;\n    display: none;\n    margin: 103px auto 0;\n    width: 900px\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: 300px\n  }\n\n  .technology__item__graph__img img {\n    width: 100%\n  }\n\n  .technology__item__graph__text {\n    margin-left: 25px;\n    max-width: 264px\n  }\n\n  .technology__item__graph__title {\n    font-size: 20px;\n    line-height: 1.75;\n    font-weight: 400\n  }\n\n  .technology__item__graph__desc {\n    font-size: 14px;\n    line-height: 1.714285714285714;\n    margin-top: 30px\n  }\n\n  .spec__item__desc__img {\n    flex-shrink: 0;\n    width: 58.1428571428571vw\n  }\n\n  .possibility img {\n    width: 100%\n  }\n\n  .faq__item__answer {\n    display: none;\n    padding-top: 30px\n  }\n\n  .faq__item__answer__text {\n    font-size: 16px;\n    line-height: 1.5\n  }\n\n  .faq__item__answer__text+.faq__item__answer__text {\n    margin-top: 20px\n  }\n\n  @media screen and (max-width:749px) {\n    .only_sp {\n      display: block\n    }\n\n    .mattress__mv {\n      height: 132vw !important\n    }\n\n    .mattress__mv__layer__border {\n      animation-duration: 5s\n    }\n\n    .mv__caption {\n      left: 25px;\n      position: absolute;\n      top: 50px;\n      transform: none\n    }\n\n    .mv__caption__text {\n      font-size: 25px\n    }\n\n    .mv__caption__text span {\n      font-size: 20px;\n      margin-top: 15px\n    }\n\n    .mv__caption__title {\n      margin-top: 20px;\n      width: 250px\n    }\n\n    .sleep__info__book {\n      padding-bottom: 30px;\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__text__title .only_sp {\n      display: inline\n    }\n\n    .sleep__info__quality__golden__img {\n      margin-top: 0;\n      padding-right: 0;\n      padding-top: 55%;\n      width: 100%\n    }\n\n    .sleep__info__quality__cold_img {\n      margin-top: 20px;\n      padding: 0 10px\n    }\n\n    .technology__item__desc__img {\n      padding-left: 20px;\n      width: 100%\n    }\n\n    .technology__item__desc__img {\n      margin-left: 20px;\n      padding-top: 53.3%;\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    }\n\n    .technology__item__desc__text.nasa .technology__item__desc__text__content__title span.only_sp {\n      display: inline\n    }\n\n    .technology__item__desc__text__content__title span {\n      letter-spacing: inherit\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__content {\n      display: block !important\n    }\n\n    .technology__item__graph__img {\n      width: 100%\n    }\n\n    .technology__item__graph__text {\n      margin-left: 0;\n      margin-top: 30px;\n      max-width: initial\n    }\n\n    .technology__item__graph__title {\n      font-size: 20px\n    }\n\n    .technology__item__graph__desc {\n      margin-top: 20px\n    }\n\n    #scene__item .technology__item__desc__img.only_sp {\n      display: flex;\n      margin-top: 15px;\n      padding: 0 30px\n    }\n\n    .spec__item__desc__img {\n      padding-left: 20px;\n      width: 100%\n    }\n\n    .spec__item__desc__img+.spec__item__desc__img {\n      margin-top: 12px\n    }\n\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      padding: 20px 20px 0 20px\n    }\n\n    .faq__item__answer__text {\n      font-size: 14px;\n      line-height: 1.5\n    }\n\n    .faq__item__answer {\n      padding-top: 15px\n    }\n  }\n\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.only_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.only_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\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  @media screen and (max-width: 749px) {\n      #other__coin .other__col2__item__logo {\n          width: 115px;\n      }\n  }\n\n\u003c\/style\u003e\n\n\n\n\n    \u003cstyle\u003e\n      .float_technology_allbox_1_0902 {\n        display: flex;\n        margin: 0 auto;\n        width: fit-content;\n        gap: 20px;\n        font-size: 30px;\n      }\n    \n      .ultimate_relax_0902 {\n        background-image: linear-gradient(90deg, #86b0d1, #5073d0 51%, #b0e4ea);\n        background-position: bottom left;\n        background-size: 100% 6%;\n        background-repeat: no-repeat;\n        padding-bottom: 2px;\n      }\n    \n      .float_technology_txt_0902 {\n        margin: 9px 0;\n        font-size: 40px;\n        line-height: 55px;\n      }\n    \n      .tokkyo_no_0902 {\n        font-size: 20px;\n      }\n    \n      .float_technology_allbox_2_0902 {\n        margin: 75px 0;\n        font-size: 30px;\n        line-height: 50px;\n      }\n    \n      .back_red_0902 {\n        background: #842335;\n        padding: 5px 5px;\n        margin-bottom: 10px;\n        display: inline-block;\n      }\n      .patented_technology_0902 img{\n        width: 200px !important;\n      }\n\n      @media screen and (max-width:749px) {\n        .float_technology_allbox_1_0902 {\n          display: flex;\n          margin: 0 auto;\n          width: fit-content;\n          gap: 10px;\n          font-size: 4vw;\n        }\n    \n        .ultimate_relax_0902 {\n          background-image: linear-gradient(90deg, #86b0d1, #5073d0 51%, #b0e4ea);\n          background-position: bottom left;\n          background-size: 100% 5%;\n          background-repeat: no-repeat;\n          font-size: 3.5vw;\n          padding-bottom: 2px;\n        }\n    \n        .float_technology_txt_0902 {\n          margin: 5px 0;\n          font-size: 5vw;\n          line-height: 8vw;\n        }\n    \n        .tokkyo_no_0902 {\n          font-size: 3vw;\n        }\n    \n    \n        .float_technology_allbox_2_0902 {\n          margin: 30px 0;\n          font-size: 4.2666vw;\n          line-height: 9vw;\n        }\n    \n        .back_red_0902 {\n          background: #842335;\n          padding: 5px 5px;\n          margin-bottom: 0px;\n          display: inline-block;\n        }\n\n        .patented_technology_0902 img{\n          width: 95px !important;\n        }\n      }\n    \u003c\/style\u003e\n\n\n\n\n\n\n\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 \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\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\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睡眠で大事なのは \u003cbr class=\"only_sp\"\u003e“時間だけでなく質”\u003c\/h2\u003e\n\u003cdiv class=\"sleep__info__book__inner__flex\"\u003e\n\u003cdiv class=\"sleep__info__book__img\"\u003e\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\u003c\/div\u003e\n\u003cdiv class=\"sleep__info__book__text\"\u003e\n\u003ch3 class=\"sleep__info__book__text__title\"\u003e\n\u003cspan class=\"only_sp\"\u003e \u003c\/span\u003e『スタンフォード 式最高の睡眠』 \u003cbr class=\"only_sp\"\u003eの \u003cbr class=\"only_pc\"\u003eメソッドを \u003cbr class=\"only_sp\"\u003e集約した唯一のマットレス。\u003c\/h3\u003e\n\u003cp class=\"sleep__info__book__text__desc\"\u003e人生の約3分の1が睡眠。 \u003cbr\u003e睡眠の質が悪いと脳や身体が休まらず、 \u003cbr\u003e本来のパフォーマンスを \u003cbr class=\"only_sp\"\u003e引き出すことができません。 \u003cbr\u003e毎日使う大事な寝具だからこそ、 \u003cbr class=\"only_sp\"\u003e質から見直しませんか?\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"intro1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n\u003cdiv class=\"intro1__ttl2 fadeInUpShort animated\"\u003eマットレスで大事なのは、\u003cbr class=\"u-sp\"\u003e2つのボディコントロール。\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 \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\"\u003eNASAが提唱する身体の負担が \u003cbr\u003e最も少ない姿勢を再現\u003c\/div\u003e\n\n\u003c!-- \u003cdiv class=\"intro2__txt2 fadeInUpShort animated\"\u003e\n\u003cspan\u003e脚・腰・肩を支える究極のリラックス姿勢で\u003c\/span\u003e \u003cbr\u003e筋肉や背骨への身体的負担を軽減させます。\u003c\/div\u003e --\u003e\n\n\n    \u003c!-- 新規ブロック --\u003e\n\n\u003cdiv class=\"float_technology_allbox_1_0902\"\u003e\n\n    \u003cdiv class=\"patented_technology_0902\" style=\"display: flex;align-items: center;\"\u003e\n        \u003c!-- 特許\u003cbr\u003e技術 --\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_patented_technology_20250902.webp?1\" alt=\"\" class=\"\" width=\"1200\" height=\"508\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"text-align: left;\"\u003e\n        \u003cdiv class=\"ultimate_relax_0902\"\u003e究極のリラックス姿勢を実現した\u003c\/div\u003e\n        \u003cdiv class=\"termina typesquare_option float_technology_txt_0902\"\u003eFLOAT\u003cbr\u003eTECHNOLOGY\u003c\/div\u003e\n        \u003cdiv class=\"tokkyo_no_0902\"\u003e特許番号　第7727279号\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"fadeInUpShort animated go float_technology_allbox_2_0902\"\u003e\n    \u003cspan class=\"back_red_0902\"\u003e\n      ［脚・腰・肩を支える独自のフロート構造］\u003c\/span\u003e\u003cbr\u003e\n    により、理想的な中立姿勢と体圧分散を\u003cbr\u003e\n    可能にし、睡眠時の身体的ストレスを解放。\n\u003c\/div\u003e\n    \n    \u003c!-- 新規ブロック --\u003e\n\n\n\n\n\n\u003cdiv class=\"intro2__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_img03_v3.webp?2\" alt=\"\" class=\"fadeInUpShort animated\" width=\"2412\" height=\"924\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"cross\"\u003e\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\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超・体圧分散\u003c\/div\u003e\n\u003cdiv class=\"intro3__txt fadeInUpShort animated\"\u003e3層構造が多方向から身体を支え、\u003cbr class=\"u-sp\"\u003e寝返りをサポート。\u003cbr\u003e折り畳めてコンパクトになる2WAY。\u003c\/div\u003e\n\u003cdiv class=\"intro3__img\"\u003e\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\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_mov_01_v3.webp\" alt=\"\" width=\"2000\" height=\"1219\"\u003e\u003c\/div\u003e\n\u003cp class=\"sleep__info__quality__golden__desc fadeInUpShort animated\"\u003e睡眠の質は、入眠からの90分をどれだけ深くできるかに左右されます。その黄金の90分が浅いとその後、何時間寝ても質は上がりません。 \u003cbr class=\"only_pc\"\u003e通気性にこだわったマットレスで、体の深部体温を下げることで深い眠りへ導きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sleep__info__quality__golden__img only_pc fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_mov_01_v3.webp\" alt=\"\" width=\"2000\" height=\"1219\"\u003e\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\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\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\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\u003c\/div\u003e\n\u003cp class=\"intro4__item__txt\"\u003e沈み込み過ぎて\u003cbr class=\"u-sp\"\u003e身体に負荷がかかる\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro4__item\"\u003e\n\u003cdiv class=\"intro4__item__img\"\u003e\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\u003c\/div\u003e\n\u003cp class=\"intro4__item__txt\"\u003e柔らかすぎる\/\u003cbr class=\"u-sp\"\u003e硬すぎる\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"intro4__item\"\u003e\n\u003cdiv class=\"intro4__item__img\"\u003e\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\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\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\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\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\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.webp?2\" alt=\"\" width=\"2394\" height=\"1302\" class=\"u-pc\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_hikaku_sp.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 class=\"only_sp\"\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睡眠に重要なマットレスを\u003cbr class=\"u-sp\"\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\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\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\u003ca href=\"#float\"\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_mattress_float_technology_link_img01.webp\" alt=\"\" width=\"396\" height=\"365\"\u003e\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\u003c\/li\u003e\n\u003cli class=\"item fadeInUpShort animated slower\"\u003e\u003ca href=\"#breathable\"\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_mattress_float_technology_link_img02.webp\" alt=\"\" width=\"396\" height=\"365\"\u003e\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\u003c\/li\u003e\n\u003cli class=\"item fadeInUpShort animated slower\"\u003e\u003ca href=\"#clean\"\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_mattress_float_technology_link_img03.webp\" alt=\"\" width=\"396\" height=\"365\"\u003e\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\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\u003c\/div\u003e\n\u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\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 \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\"\u003eNASA\u003c\/span\u003eが提唱する中立姿勢を \u003cbr class=\"only_sp\"\u003e再現 \u003cbr class=\"only_pc\"\u003e\u003cspan class=\"only_sp\"\u003eした\u003c\/span\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\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\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\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\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\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\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\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\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\u003cimg loading=\"lazy\" decoding=\"async\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence1_1.webp\" alt=\"サーモグラフィ\" width=\"330\" height=\"228\"\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 loading=\"lazy\" decoding=\"async\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence1_2.webp\" alt=\"負担のない寝姿勢\" width=\"330\" height=\"228\"\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本製品は高反発素材を使用しているため、沈み込み量が小さく、究極のリラックス姿勢と言われる中立姿勢に近い寝姿勢を実現しています。\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\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence1_3.webp\" alt=\"優れた体圧分散性と高弾力性\" width=\"330\" 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本製品の素材は、高い弾力性をもつチューブ状の素材が絡み合っている三次元構造体。 \u003cbr\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 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\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脚をあげることで巡りを高めて \u003cspan\u003e、\u003c\/span\u003e \u003cbr class=\"only_pc\"\u003e疲労回復を促進\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\"\u003e脚部が胸元より４cm高く設計されており、血流が胸元に循環しやすくなります。それにより疲労やむくみなども軽減します。\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\u003cimg loading=\"lazy\" decoding=\"async\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence2_1.webp\" alt=\"血流循環が約150％高まる\" width=\"330\" height=\"228\"\u003e\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\u003cbr\u003e\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\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\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腰が沈み込みづらいので、寝返りしやすく腰が気になる方でも快適に使用いただけます。\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_tech01_03.webp\" alt=\"\" width=\"1630\" height=\"914\"\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 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\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\u003c\/div\u003e\n\u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\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 \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\u003e90％以上が空気層でできているので、睡眠時に発生する熱や湿気がこもらず、快適な睡眠環境をつくります。\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\u003cimg loading=\"lazy\" decoding=\"async\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence3_1.webp\" alt=\"温度上昇が低い\" width=\"300\" height=\"220\"\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睡眠の質は、入眠からの90分をどれだけ深くできるかに左右されます。深部体温を下げることで深い眠りに導きますが、熱がこもってしまうと、体温が下がらず、入眠を妨げてしまうことになります。 本製品は通気性がよい素材のため、他素材と比較しても表面温度の上昇が低く、スムーズな入眠に導きます。\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\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence3_2.webp\" alt=\"熱がこもらない\" width=\"300\" height=\"228\"\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本製品は通気性がよい素材のため、他素材と比較しても熱がこもりにくく、一晩中快適に眠ることができます。\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 \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\u003c\/div\u003e\n\u003cdiv class=\"vsc-controller vsc-nosource\"\u003e\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 \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\u003eウレタンやコイルのマットレスは、通気性が悪く湿気や熱が溜まりやすいためマットレスの中でダニやカビが発生しやすいです。 ブレインスリープのマットレスは通気性がいいのでダニやカビが発生しにくいうえに、 ハウスダストやほこりが気になったらいつでも洗えるので清潔な状態を維持できます。\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\u003cimg loading=\"lazy\" decoding=\"async\" data-lazy=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_evidence4_1.webp?1\" alt=\"カビの発生が少ない\" width=\"300\" height=\"219\"\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=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"500\" 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\/lp_mattress_float_tech03_02.webp\" alt=\"\" width=\"1630\" height=\"914\"\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 fadeInUpShort animated\"\u003e8万回相当使用できる\u003cbr\u003e優れた耐久性\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc fadeInUpShort animated\"\u003e毎日使うマットレスで気になるのはその耐久性。\u003cbr\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\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\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\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\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\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\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\u003c\/div\u003e\n\u003cdiv class=\"technology__item__desc__img only_sp fadeInUpShort animated\"\u003e\n\u003cdiv class=\"technology__item__desc__img__scene\"\u003e\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\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\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\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technology__item__desc__text\"\u003e\u003cbr\u003e\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\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シングル　約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\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\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\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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technology__item__graph__content\"\u003e\n\u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_size_semidouble.webp?3\" 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\" 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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technology__item__graph__content\"\u003e\n\u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_size_queen.webp?3\" 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\" 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\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\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\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\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\" 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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technology__item__graph__content\"\u003e\n\u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_shoulder_rest_gradation_semidouble_sp.webp?2\" 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\" 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\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technology__item__graph__content\"\u003e\n\u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_shoulder_rest_gradation_queen_sp.webp?2\" alt=\"\" width=\"740\" height=\"450\"\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=\"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_v3.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\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\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\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\u003c\/div\u003e\n\u003cdiv class=\"spec__item__desc__img only_sp fadeInUpShort animated\"\u003e\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\u003c\/div\u003e\n\u003cdiv class=\"spec__item__desc__text fadeInUpShort animated\"\u003e\n\u003cdiv class=\"spec__item__desc__text__content\"\u003e\n\n\n\u003ch3 class=\"spec__item__desc__text__content__title\"\u003eオーガニックコットンの\u003cbr\u003e専用シーツ\u003c\/h3\u003e\n\u003c!-- \n\u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n  3年以上農薬や化学肥料を使わないで栽培された農地で育てられた綿花を使った、\n  地球に優しいオーガニックコットン100％の生地に＜COVEROSSⓇSUN＞の機能を加えた 天然素材×高機能テクノロジーの快適さを追求した専用シーツ。\n\u003c\/p\u003e\n\u003cp class=\"spec__item__desc__text__content__border\"\u003e光触媒 \/ 抗菌 \/ 防臭 \/ 吸収速乾 \/ 接触冷感\u003c\/p\u003e \n--\u003e\n\u003cp class=\"spec__item__desc__text__content__desc\"\u003e\n3年以上農薬や化学肥料を使わないで栽培された農地で育てられた綿花を使った、\n地球に優しいオーガニックコットン100％の生地にいつでも清潔に使用できる機能を加えた天然素材×高機能テクノロジーの快適さを追求したマットレス フロート専用シーツ。\n\u003c\/p\u003e\n\u003cp class=\"spec__item__desc__text__content__border\"\u003e抗菌防臭 \/ 吸水速乾\u003c\/p\u003e \n\n\n\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\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\u003c\/div\u003e\n\u003cdiv class=\"spec__item__desc__text\"\u003e\u003cbr\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"technology__item 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\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_comparison_v3.webp\" alt=\"\" class=\"fadeInUpShort animated only_pc\" width=\"2402\" height=\"2066\"\u003e\n\u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_float_comparison_sp_v3.webp\" alt=\"\" class=\"fadeInUpShort animated only_sp\" width=\"1188\" height=\"1460\"\u003e\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 \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\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ブレインスリープ マットレス \u003cbr\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\" 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\u003c\/div\u003e\n\u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n\u003cdiv class=\"technology__item__desc__text__content\"\u003e\n\u003ch3 class=\"technology__item__desc__text__content__title\"\u003e理想の寝姿勢×超体圧分散で、 \u003cbr class=\"u-sp\"\u003e目覚めが変わるマットレス\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc\"\u003e抜群の通気性・シャワーで水洗い可能・究極のリラックス姿勢に導く フロートシリーズのスタンダードモデルです。\u003c\/p\u003e\n\u003ca href=\"https:\/\/brain-sleep.com\/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\"\u003e6レイヤードベース、 \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 \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\"\u003e6レイヤードベース、 \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素材　トッパーシーツ：綿100％（中綿ポリエステル100％） \u003cbr\u003eベースカバー：ポリエステル100％ \u003cbr\u003e6レイヤードベース：ポリエチレン100％\u003c\/p\u003e\n\u003cbr\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_related02_01.webp\" alt=\"\" class=\"u-mt-40 u-pc\" width=\"742\" height=\"284\"\u003e \u003ca href=\"https:\/\/brain-sleep.com\/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\n\u003c!-- \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さらに究極の暖かさを \u003cbr class=\"u-sp\"\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\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\u003c\/div\u003e\n\u003cdiv class=\"technology__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\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併用する事で、背中部分の保温性が112％UP。下からの冷えもしっかり防寒します。 \u003cbr\u003e冬の冷気は床や地面に溜まりやすい性質を持っていて、その冷気はベッドマットレスを通じて寒さとして感じます。 その寒さから身体を守るために、効果的です。 \u003cbr\u003e\u003cbr\u003eご使用のマットレスや敷き布団にさっとかけるだけで、究極の暖かさとムレない環境を実現してくれます。 \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\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.webp\" 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併せて使うとより効果的 \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.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\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\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％ \u003cbr\u003e合成繊維（アクリレート系繊維）7％ \u003cbr\u003e\u003c\/p\u003e\n\u003ca href=\"https:\/\/brain-sleep.com\/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 --\u003e\n\n\n\n\n\n\n\n\u003c!-- \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      \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\u003cvideo class=\"lozad\" preload=\"none\" autoplay muted playsinline loop data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e3bd46620c0b4bd9bf27d9c37070f83f.mp4\" width=\"1920\" height=\"1080\"\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_mattress_float_other_pillow_logo.webp\" 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\/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最高の寝室環境を実現。\u003cbr\u003e生涯あなたを支える、\u003cbr\u003eベッドフレーム\u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__coin__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_product_bed_frame.webp\" alt=\"\" width=\"629\" height=\"629\"\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\/lp_product_bed_frame_logo.webp\" alt=\"BRAIN SLEEP BED FRAME\" 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最高の寝室環境を実現。\u003cbr\u003e生涯あなたを支える、\u003cbr\u003eベッドフレーム\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/products\/bed_frame\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"other__conforter\" data-offset=\"300\" data-sequence=\"500\" class=\"other__col2__item animatedParent animateOnce\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e究極冷感が一晩中続く​\u003cbr\u003e夏用掛け布団\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" height=\"222\" width=\"600\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_comforter-ice-blue_02_0319_01_fin.png\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__inner animated\"\u003e\n            \u003cdiv\u003e\n              \u003ch2 class=\"other__col2__item__logo\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" height=\"106\" width=\"350\" alt=\"BRAIN SLEEP COMFORTER PERFECT COOL EX\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_logo_comcoolex.png\"\u003e\n              \u003c\/h2\u003e\n              \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コンフォーター \u003cbr class=\"only_sp\"\u003eパーフェクト クール EX\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__flex\"\u003e\n              \u003cp class=\"other__col2__item__flex__desc\"\u003e究極冷感が一晩中続く​\u003cbr\u003e夏用掛け布団\u003c\/p\u003e\n              \u003ca class=\"other__more__btn other__more__btn__black\" href=\"https:\/\/brain-sleep.com\/products\/comforter_perfectcoolex\"\u003e詳しく見る\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n      \u003c\/div\u003e\n --\u003e\n\n\n\n\n\n\u003csection class=\"possibility animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"possibility\"\u003e\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 \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\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\n\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e取扱い店舗はこちら\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e取扱店舗でもご購入いただけます。店舗により取扱商品が異なりますので、 \u003cbr\u003e\n                          詳しくは \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" target=\"_blank\"\u003eこちら\u003c\/a\u003eからご確認ください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n\u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n\u003ch3 class=\"faq__item__question\"\u003eどのくらいの期間使えますか\u003c\/h3\u003e\n\u003cdiv class=\"faq__item__answer\"\u003e\n\u003cp class=\"faq__item__answer__text\"\u003e一般的な寝具同様、長期間使用できます。 \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高さ69cm×幅104cm×奥行き23cm\u003c\/p\u003e\n\u003cp class=\"faq__item__answer__text\"\u003e＜セミダブルサイズ＞ \u003cbr\u003e高さ69cm×幅124cm×奥行き23cm\u003c\/p\u003e\n\u003cp class=\"faq__item__answer__text\"\u003e＜ダブルサイズ＞ \u003cbr\u003e高さ69cm×幅144cm×奥行き23cm\u003c\/p\u003e\n\u003cp class=\"faq__item__answer__text\"\u003e＜クイーンサイズ＞ \u003cbr\u003e高さ69cm×幅164cm×奥行き23cm\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\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/main\u003e\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 \u003cscript defer src=\"https:\/\/cdn.jsdelivr.net\/npm\/lozad\/dist\/lozad.min.js\"\u003e\u003c\/script\u003e \u003cscript\u003e\n  jQuery(function(){const n=lozad();n.observe()})\n  \u003c\/script\u003e \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":"\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\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 \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\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 \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 \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 \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\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\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\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\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\u003c\/div\u003e\n\u003cp class=\"intro02__item__txt2\"\u003e温度と湿度が高くなりやすい夏も、理想の寝床内温度へ導きます。\u003c\/p\u003e\n\u003cdiv class=\"intro02__item__graph\"\u003e\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\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\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\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\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\u003c\/div\u003e\n\u003cp class=\"intro02__item__txt2\"\u003eご使用の掛け布団の下にインナーケットとして使用すれば、温度低下しやすい冬も快適寝床内温度へ導きます。\u003c\/p\u003e\n\u003cdiv class=\"intro02__item__graph\"\u003e\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\u003c\/div\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__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 \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 \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\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 \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 \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\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\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_intro05_graph_v2.webp\" alt=\"\" width=\"1100\" height=\"620\"\u003e\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\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 \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\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\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\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\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\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\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テクノロジー\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_comforter_allseasons_nav01_model_v3.webp?2\" alt=\"\" width=\"780\" height=\"720\"\u003e\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\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_comforter_allseasons_nav02_model_v3.webp\" alt=\"\" width=\"780\" height=\"720\"\u003e\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\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_comforter_allseasons_nav03_model_v3.webp\" alt=\"\" width=\"780\" height=\"720\"\u003e\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\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"technology__item\" id=\"tech01\"\u003e\n\u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n\u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n\u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg 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\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\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\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=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e \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=\"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寒い時は熱を放出する\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\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\u003c\/div\u003e\n\u003cdiv class=\"technology__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\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\u003c\/div\u003e\n\u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n\u003cdiv class=\"technology__item__desc__text__content\"\u003e\n\u003ch3 class=\"technology__item__desc__text__content__title u-pc\"\u003e優れた調湿力\u003cbr\u003e快適な寝床内気象へ\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc\"\u003e睡眠中の環境は温度調整だけではなく、実は湿度調整も必要です。一般的なポリエステルわたはだんだん湿度が上がっていきます。\u003cbr\u003e一方、アウトラストわたは快適湿度帯を一定キープすることがわかります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"technology__item\" 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\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\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\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\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\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\u003c\/div\u003e\n\u003cdiv class=\"technology__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\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\u003c\/div\u003e\n\u003cdiv class=\"technology__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\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\u003c\/div\u003e\n\u003cdiv class=\"technology__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 \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\u003csection class=\"technology__item\" id=\"tech03\"\u003e\n\u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n\u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n\u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg 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\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\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\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\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\u003c\/div\u003e\n\u003cdiv class=\"technology__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\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\u003c\/div\u003e\n\u003cdiv class=\"technology__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=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e \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\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 \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\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\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\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 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\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\u003c\/div\u003e\n\u003cdiv class=\"technology__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\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\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詳しくは \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=\"\/products\/option_comforter_cleaning_service\" rel=\"noopener noreferrer\" 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タンブル乾燥はお避けください。日陰での吊り干しをしてください。\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ミッドナイトネイビーとライトグレーとクリーンホワイトの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家庭洗濯機で丸洗いできますし、リバーシブル仕様になっているので、カバーを掛けずにご使用いただけます。カバーの紐を結ぶ部材はついていません。\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\u003c\/div\u003e\n\u003cp\u003e\u003clink href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_recovery_all_v1.css?3\" onload=\"this.media='all'\" media=\"print\" rel=\"stylesheet\"\u003e \u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_allseasons_recovery_all_v1.js?1\" defer\u003e\u003c\/script\u003e \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\u003c\/p\u003e\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":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":"\u003cp\u003e\n    \u003clink fetchpriority=\"high\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_kv_2_model_sp.webp\" as=\"image\" rel=\"preload\"\u003e\n    \u003clink fetchpriority=\"high\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_kv_logo_2.webp\" as=\"image\" rel=\"preload\"\u003e\n    \u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick-theme.min.css\" rel=\"stylesheet\"\u003e\n    \u003clink href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.css\" rel=\"stylesheet\"\u003e\n\u003c\/p\u003e\n\u003cstyle\u003e\n    #MainContent,\n    html.js {\n        overflow: unset\n    }\n\n    .lp_area div:empty {\n        display: initial\n    }\n\n    html {\n        scroll-behavior: smooth\n    }\n\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n        transform: unset;\n        animation: unset;\n        opacity: 1\n    }\n\n    .trouble__ttl,\n    .problem__ttl {\n        color: #fff\n    }\n\n    .technology__link__lists__title {\n        margin-bottom: 0\n    }\n\n    .faq__item__question,\n    .technology__item__graph__title,\n    .technology__item__desc__text__content__title,\n    .technology__item__title {\n        margin: 0\n    }\n\n    @media screen and (max-width:749px) {\n\n        .mv__txt,\n        .intro_ttl,\n        .problem__ttl,\n        .trouble__ttl,\n        .solution__ttl,\n        .technology__item__title,\n        .mv__caption__title {\n            padding: 0 !important\n        }\n\n        .section__title__text {\n            padding: 10px 0 0 !important\n        }\n\n        .other__pillow__text__sub__title.u-sp {\n            padding: 20px 0 0 !important\n        }\n    }\n\n    .animated {\n        -webkit-animation-duration: 1s;\n        animation-duration: 1s;\n        -webkit-animation-fill-mode: both;\n        animation-fill-mode: both\n    }\n\n    .fadeInUpShort {\n        opacity: 0;\n        -webkit-transform: translateY(20px);\n        transform: translateY(20px)\n    }\n\n    .only_sp {\n        display: none !important\n    }\n\n    .mv {\n        position: relative;\n        height: 56.071vw;\n        background-color: #111\n    }\n\n    .mv__bg {\n        position: absolute;\n        width: 100%;\n        left: 0;\n        top: 0\n    }\n\n    .mv__txt {\n        position: absolute;\n        left: 10vw;\n        top: 8vw;\n        color: #fff;\n        font-size: 2.5714vw\n    }\n\n    .mv__logo {\n        position: absolute;\n        width: 22.1428vw;\n        position: absolute;\n        left: 10vw;\n        top: 19.2vw\n    }\n\n    .termina {\n        font-family: Termina, YuGothic, \"Yu Gothic\", \"Hiragino Kaku Gothic ProN\", \"ヒラギノ角ゴ ProN W3\", sans-serif;\n        font-weight: 400\n    }\n\n    .intro__bottom .intro__slide {\n        width: 750px\n    }\n\n    .technology__link__lists__img img {\n        width: 100%\n    }\n\n    .technology__item__desc__img {\n        padding-top: 35.5%;\n        position: relative;\n        width: 58.1428571428571vw;\n        flex: 1\n    }\n\n    .technology__item__desc__img img {\n        height: auto;\n        left: 0;\n        position: absolute;\n        top: 0;\n        width: 100%\n    }\n\n    .technology__item__desc__text__content__desc {\n        font-size: 16px;\n        letter-spacing: -.06em;\n        line-height: 1.9375;\n        margin-top: 20px\n    }\n\n    .comparison {\n        max-width: 1200px;\n        margin: 0 auto 110px\n    }\n\n    .comparison__ttl {\n        font-size: 30px;\n        margin-bottom: 16px\n    }\n\n    @media screen and (max-width:749px) {\n        .only_pc {\n            display: none !important\n        }\n\n        .only_sp {\n            display: block !important\n        }\n\n        .mv {\n            height: 132.887vw\n        }\n\n        .mv__txt {\n            font-size: 5.333vw;\n            left: 6.4vw;\n            top: 11vw\n        }\n\n        .mv__logo {\n            width: 34.666vw;\n            left: 6.4vw;\n            top: 33vw\n        }\n\n        .intro__bottom .intro__slide {\n            width: 87.466vw;\n            margin: 0 auto;\n            padding: 0\n        }\n\n        .technology__item__desc__img {\n            margin-left: 20px;\n            padding-top: 94%;\n            width: calc(100% - 20px)\n        }\n\n        .technology__item__sub .technology__item__desc__img.change_sp {\n            padding-top: 53%;\n            width: 95%\n        }\n\n        .technology__item__desc__img img {\n            height: 100%;\n            left: 0;\n            position: absolute;\n            top: 0;\n            width: 100%;\n            object-fit: cover\n        }\n\n        .technology__item__desc__text__content__desc {\n            margin-top: 20px\n        }\n\n        .comparison {\n            width: 86.571428572vw;\n            margin: 0 auto;\n            position: relative\n        }\n\n        .comparison__ttl {\n            font-size: 25px;\n            margin-bottom: 20px\n        }\n\n        .spec__table__nav .spec__table__nav__prev,\n        .spec__table__nav .spec__table__nav__next {\n            width: 45px;\n            position: absolute;\n            top: 44%;\n            transform: translateY(-50%)\n        }\n\n        .spec__table__nav .spec__table__nav__prev {\n            left: -25px\n        }\n\n        .spec__table__nav .spec__table__nav__next {\n            right: -25px\n        }\n\n        .technology__item .spec__table1__wrap img {\n            width: 220vw;\n            max-width: unset;\n        }\n\n        .spec__table1__wrap {\n            width: 100%;\n            overflow-y: hidden;\n            overflow-x: scroll;\n            position: relative\n        }\n\n    }\n\n    .sizeguide__table img,\n    .size__table img {\n        width: 100%\n    }\n\n    .u-mt-8 {\n        margin-top: 8px !important\n    }\n\n    .u-pc {\n        display: block !important\n    }\n\n    .u-sp {\n        display: none !important\n    }\n\n    @media screen and (max-width:767px) {\n        .u-pc {\n            display: none !important\n        }\n\n        .u-sp {\n            display: block !important\n        }\n    }\n\n    .u-mt-8 {\n        margin-top: 8px !important\n    }\n\n    .u-mt-24 {\n        margin-top: 24px !important\n    }\n\n    \/* ギフトのstyle *\/\n    .gift__item.comparison__wrap {\n        border-top: 1px #000 solid;\n        margin-top: 0;\n    }\n\n    .gift__item .comparison {\n        display: flex;\n        margin-top: 110px;\n        gap: 100px;\n    }\n\n    .gift__item .comparison__ttl {\n        margin-bottom: 50px;\n    }\n\n    .gift__item img {\n        object-fit: contain;\n        max-width: 55%;\n    }\n\n    @media screen and (max-width:767px) {\n        .gift__item .comparison {\n            flex-direction: column;\n            \/* gap: 50px; *\/\n            gap: 25px;\n            \/* margin: 50px auto; *\/\n            margin: 50px 25px;\n        }\n\n        .gift__item img {\n            max-width: 100%;\n        }\n    }\n\n    \/* giftブロック調整用 *\/\n    .gitf_block {\n        border-top: 1px #000 solid !important;\n        padding-top: 100px;\n        margin-top: 0px;\n    }\n\n    @media screen and (max-width:767px) {\n        .gitf_block {\n            padding-top: 50px;\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection class=\"mv\"\u003e\n            \u003cdiv class=\"mv__bg\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_wear_thermocontrol_kv_2_model.webp\" alt=\"\" class=\"only_pc\" width=\"1400\" height=\"785\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_wear_thermocontrol_kv_2_model_sp.webp\" alt=\"\" class=\"only_sp\" width=\"374\" height=\"497\"\u003e\n            \u003c\/div\u003e\n            \u003ch1 class=\"mv__txt\"\u003e睡眠時の寒暖差に負けない、\u003cbr\u003e調温スリープウェア\u003c\/h1\u003e\n            \u003cdiv class=\"mv__logo\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_kv_logo_2.webp\" alt=\"\" width=\"310\" height=\"144\"\u003e\u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003cdiv class=\"intro animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"intro__inner\"\u003e\n                \u003cdiv class=\"fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"intro__ttl__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_ttl.webp?2\" alt=\"THERMO CONTROL\" width=\"865\" height=\"54\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003ch2 class=\"intro_ttl fadeInUpShort animated\"\u003e暑い時涼しく、\u003cbr class=\"u-sp\"\u003e寒い時暖かく調温する\u003c\/h2\u003e\n                \u003cdiv class=\"intro_ttl2 fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_ttl2.webp?2\" alt=\"OUTLAST TECHNOLOGY\" width=\"924\" height=\"168\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_ttl2_sp.webp?2\" alt=\"\" width=\"330\" height=\"131\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro__bottom\"\u003e\n                    \u003cp class=\"intro_txt fadeInUpShort animated\"\u003e宇宙服技術を採用した\u003cbr\u003e調温する革新的なスリープウェア\u003cbr\u003e遂に誕生。\u003c\/p\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_slide.webp?3\" alt=\"\" class=\"intro__slide u-pc fadeInUpShort animated\" width=\"750\" height=\"385\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro_slide_sp.webp?3\" alt=\"\" class=\"intro__slide u-sp fadeInUpShort animated\" width=\"328\" height=\"198\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"makuake animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"makuake__head fadeInUpShort animated\"\u003e\n                \u003cp\u003eMakuakeで応援購入総額 5,200万円 を超えた\u003cbr\u003eオールシーズン快適温度に導く\u003cbr class=\"u-sp\"\u003e掛け布団に続き\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"makuake__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_makuake.webp?2\" alt=\"\" class=\"fadeInUpShort animated only_pc\" width=\"873\" height=\"344\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_makuake.webp?2\" alt=\"\" class=\"fadeInUpShort animated only_sp\" width=\"284\" height=\"389\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"makuake__bottom fadeInUpShort animated\"\u003e\n                \u003cspan\u003e究極の\u003cbr class=\"u-sp\"\u003e調温スリープウェア\u003c\/span\u003eが\u003cbr class=\"u-sp\"\u003e遂に登場！\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro2 fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro2_model.webp?2\" alt=\"BRAINSLEEP WEAR THERMO CONTROL\" width=\"1157\" height=\"648\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_intro2_model_sp.webp?2\" alt=\"\" width=\"375\" height=\"295\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"problem animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"problem__inner\"\u003e\n                \u003ch2 class=\"problem__ttl fadeInUpShort animated\"\u003e睡眠中の寒暖差は、\u003cbr class=\"u-sp\"\u003e最大\u003cspan class=\"termina\"\u003e7.1℃\u003c\/span\u003eにも\u003c\/h2\u003e\n                \u003cp class=\"problem__txt fadeInUpShort animated\"\u003e睡眠中に、都心でもこれだけの\u003cbr class=\"u-sp\"\u003e寒暖差が発生しています。\u003cbr\u003e\u003cbr class=\"u-sp\"\u003e\u003cspan\u003e※睡眠中を想定した22時～8時の10月の最高気温と最低気温（東京都）　\u003cbr class=\"u-sp\"\u003e※最高気温 20.8℃　最低気温\n                        13.7℃、\u003cbr\u003eその気温差は7.1℃　※気象庁：平年気温値（日ごと・時間ごと）、統計期間過去30年間（1991年～2020年）\u003c\/span\u003e\u003c\/p\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_arrow.webp?2\" alt=\"\" class=\"arrow fadeInUpShort animated\" width=\"87\" height=\"152\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"trouble animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"trouble__inner\"\u003e\n                \u003ch2 class=\"trouble__ttl fadeInUpShort animated\"\u003e寒暖差による\u003cbr\u003eさまざまな睡眠トラブル\u003c\/h2\u003e\n                \u003cul class=\"trouble__list fadeInUpShort animated\"\u003e\n                    \u003cli class=\"trouble__item\"\u003e寒暖差に対応出来ず、スムーズな入眠が\u003cbr class=\"u-sp\"\u003eしにくい…\u003c\/li\u003e\n                    \u003cli class=\"trouble__item\"\u003e寝床内環境のバランスが崩れて、\u003cbr class=\"u-sp\"\u003e夜中に目覚めやすい…\u003c\/li\u003e\n                    \u003cli class=\"trouble__item\"\u003e睡眠中、暑さとムレで布団を蹴飛ばして\u003cbr class=\"u-sp\"\u003eしまう…\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"solution__head animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cp class=\"solution__head__txt fadeInUpShort animated\"\u003eそこで大事なのは、\u003cbr class=\"u-sp\"\u003e\u003cspan\u003e温度コントロール\u003c\/span\u003eし、\u003cbr\u003e質の高い睡眠をとること。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"solution animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"solution__inner\"\u003e\n                \u003ch2 class=\"solution__ttl fadeInUpShort animated\"\u003e寒暖差をカバーし\u003cbr\u003e良質な睡眠へ導く。\u003c\/h2\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_product_logo.webp?2\" alt=\"BRAINSLEEP WEAR THERMO CONTROL\" class=\"solution__logo fadeInUpShort animated\" width=\"347\" height=\"58\"\u003e\n                \u003cp class=\"solution__txt fadeInUpShort animated\"\u003e※暑い夏場などは、エアコンも調節しながら快適にご着用ください。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003csection class=\"technology\" id=\"technology\"\u003e\n            \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                    \u003cspan\u003eTECHNOLOGY\u003c\/span\u003eテクノロジー\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__link\"\u003e\n                \u003cul class=\"technology__link__lists animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca href=\"#tech01\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav01_2_model.webp\" class=\"u-pc\" alt=\"\" width=\"394\" height=\"364\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav01_2_model_sp.webp\" class=\"u-sp\" alt=\"\" width=\"214\" height=\"188\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e01\u003c\/span\u003e自動調温する\u003cbr\u003e宇宙テクノロジー\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca href=\"#tech02\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav02_2_model.webp\" class=\"u-pc\" alt=\"\" width=\"394\" height=\"364\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav02_2_model_sp.webp\" class=\"u-sp\" alt=\"\" width=\"214\" height=\"188\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e02\u003c\/span\u003e肌に優しく\u003cbr\u003e快適性を高めた設計\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                    \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca href=\"#tech03\"\u003e\n                            \u003cdiv class=\"technology__link__lists__img\"\u003e\n                                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav03_2.webp\" class=\"u-pc\" alt=\"\" width=\"394\" height=\"364\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_nav03_2_sp.webp\" class=\"u-sp\" alt=\"\" width=\"214\" height=\"188\"\u003e\n                            \u003c\/div\u003e\n                            \u003ch3 class=\"technology__link__lists__title\"\u003e\n                                \u003cspan\u003e03\u003c\/span\u003e抗菌防臭で\u003cbr\u003e毎日清潔\n                            \u003c\/h3\u003e\n                        \u003c\/a\u003e\u003c\/li\u003e\n                \u003c\/ul\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item\" id=\"tech01\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_main_2_model.webp?2\" class=\"u-pc\" alt=\"\" width=\"825\" height=\"466\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_main_2_model_sp.webp?2\" class=\"u-sp\" alt=\"\" width=\"825\" height=\"466\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                                \u003cspan\u003e01\u003c\/span\u003eTHERMO CONTROL\n                            \u003c\/h2\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e暑い時は涼しく、\u003cbr class=\"u-pc\"\u003e寒い時は暖かく\u003c\/h3\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_01\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_01.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e自動調温する宇宙テクノロジー\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                宇宙服のために開発されたアウトラストテクノロジー。アウトラストは、直径20～30ミクロンのマイクロカプセルで、繊維の中に組み込まれた革新的な温度調整素材。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_02\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                        \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_02.webp?3\" alt=\"\" width=\"825\" height=\"466\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_02_sp.webp?3\" alt=\"\" width=\"825\" height=\"466\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e人が快適だと感じる\u003cbr\u003e肌の表面温度32℃±1に近づける\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                暑い時も、寒い時も、アウトラストの調温テクノロジーにより、マイクロカプセル自体が温度変化に応じて、固体⇄液体へと変化し、吸熱・蓄熱・放熱することで快適温度帯(32℃±1)へ導きます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_03\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_03_2.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e約5℃の快適温度調整\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                コットン裏毛生地と比較して温度をさらに5℃調整し、室温の温度変化の影響を最大限減少させます。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_04\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_04.webp?3\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc u-mt-0\"\u003e暑い時は熱を吸収し、寒い時は熱を放出して調温します。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"tech01__gif animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cp class=\"technology__item__desc__text__content__desc u-mt-0 u-mb-24 u-pc\" style=\"width: 100%;\"\u003e\n                    アウトラストゲルが固体⇔液体へと相変化する様子。相変化することにより調温します。\u003c\/p\u003e\n                \u003cdiv class=\"tech01__gif01 fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_gif01.webp?2\" alt=\"\" class=\"tech01__gif__img\" width=\"558\" height=\"311\"\u003e\n                    \u003cdiv class=\"tech01__gif__txt\"\u003e\n                        \u003cp\u003e熱\u003c\/p\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_arrow2.webp?2\" alt=\"\" width=\"40\" height=\"9\"\u003e\n                        \u003cp\u003e冷\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"tech01__gif02 fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech01_gif02.webp?2\" alt=\"\" class=\"tech01__gif__img\" width=\"558\" height=\"311\"\u003e\n                    \u003cdiv class=\"tech01__gif__txt\"\u003e\n                        \u003cp\u003e冷\u003c\/p\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_arrow2.webp?2\" alt=\"\" width=\"40\" height=\"9\"\u003e\n                        \u003cp\u003e熱\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cp class=\"technology__item__desc__text__content__desc u-mt-24 u-sp\" style=\"width: 100%;\"\u003e\n                    アウトラストゲルが固体⇔液体へと相変化する様子。相変化することにより調温します。\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item\" id=\"tech02\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cvideo class=\"lozad\" width=\"3840\" height=\"2160\" style=\"aspect-ratio: 3840\/2160;\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e06706bc844b436da0f5a3d35142931b.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                                \u003cspan\u003e02\u003c\/span\u003eRELAX \u0026amp; COMFORT\n                            \u003c\/h2\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e\n                                肌に優しく快適性を高めた設計\u003c\/h3\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_01\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_01.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e肌に優しく、\u003cbr\u003e滑らかなオリジナル生地\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                吸水性のあるコットンと吸湿性の高いレーヨンを、丈夫で速乾性のあるポリエステルと交編したオリジナル生地。\u003cbr\u003eしわになりにくく、優しい触感の肌面パイル地に仕上げて、快適な着心地のスウェット生地です。春・秋・冬はもちろんのこと、夏場にエアコンをかけてお休みの方にもご使用いただけます。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_02\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_02.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e軽量生地で睡眠をサポート\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e6.8オンスの軽量スウェット生地が調温機能を発揮し、\u003cbr class=\"u-pc\"\u003e寝返りの負担も軽減することで\u003cbr class=\"u-pc\"\u003eオールシーズン快適な睡眠を得る事が出来ます。\u003cbr\u003e\u003cbr class=\"u-pc\"\u003e※一般的なスウェット生地は、9～13オンス。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_03\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_03_2.webp?3\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e睡眠中の嫌なムレ感を解消\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                一般裏毛生地の200％超の吸湿放湿性の高い生地で、寝床内の湿度を調整します。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_04\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_04_model.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated u-sp u-mt-8\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_05_model.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eオールシーズン\u003cbr\u003e快適に過ごすためのディテール\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                トップスは、指穴付きで少し寒い時には手まで覆う事が出来ます。パンツは、調整ストッパー付きで少し暑い時には裾の長さの調整も出来ます。\u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__inner u-pc\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce u-mt-24\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_05_model.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_05\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_06_model.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated u-sp u-mt-8\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_07_model.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e締め付けない可動域で\u003cbr\u003e睡眠を快適に\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                入眠前のリラックスや睡眠中の必要な寝返りを邪魔しないように極力身体を締め付けない快適な可動域をキープできるシルエット。トップスの脇とパンツの股部分は立体構造に、アームホールを大きめに設定したり、ゴムやリブによる過度な締め付けを無くし、締め付けられるストレスを軽減したスリープウェアです。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__inner u-pc\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce u-mt-24\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech02_07_model.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\u003cbr\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item\" id=\"tech03\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech03_main.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch2 class=\"technology__item__title fadeInUpShort animated\"\u003e\n                                \u003cspan\u003e03\u003c\/span\u003eSUPER CLEAN\n                            \u003c\/h2\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title fadeInUpShort animated\"\u003e抗菌防臭で毎日清潔\n                            \u003c\/h3\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\" id=\"tech03_01\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_tech03_01.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e毎日着るものだから、\u003cbr\u003e抗菌防臭でいつでも清潔に\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                環境に優しい銀イオンAG＋による抗菌防臭加工を生地に施しています。\u003cbr\u003e睡眠中の嫌な汗臭を防ぎ、部屋干し臭にも効果的です。\u003cbr\u003eしかも、約100回洗濯でもその効果は認めれています。\u003cbr\u003e\u003cbr\u003e※ドラム式でも洗濯可能、乾燥機使用不可\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"last\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_last_model.webp?2\" alt=\"\" width=\"1400\" height=\"762\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_last_model_sp.webp?2\" alt=\"\" width=\"1400\" height=\"1400\"\u003e\u003c\/section\u003e\n        \u003csection class=\"spec__title\" id=\"spec\"\u003e\n            \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                    \u003cspan\u003eSPEC\u003c\/span\u003eスペック\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\" id=\"color\"\u003e\n            \u003ch3 class=\"spec__wrap__title termina fadeInUpShort animated\"\u003eCOLOR\u003c\/h3\u003e\n            \u003cp class=\"spec__wrap__text fadeInUpShort animated\"\u003eブラック、チャコールグレー、アイボリーの3色展開\u003c\/p\u003e\n            \u003cdiv class=\"color fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_color_2.webp?3\" alt=\"\" class=\"u-pc\" width=\"1063\" height=\"393\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_color_2_sp.webp?3\" alt=\"\" class=\"u-sp\" width=\"338\" height=\"412\"\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"spec_modal\"\u003e\n            \u003ch3 class=\"spec__wrap__title termina fadeInUpShort animated\"\u003eUNISEX SIZE\u003c\/h3\u003e\n            \u003cp class=\"spec__wrap__text fadeInUpShort animated\"\u003e性別や年齢、体型に関係なく着用できる\u003cbr class=\"u-sp\"\u003eユニセックスサイズ\u003c\/p\u003e\n            \u003cdiv class=\"spec__inner fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"spec__slider__wrap\"\u003e\n                    \u003cdiv class=\"spec__slider\"\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide01_model.webp?2\" alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide02_model.webp?2\" alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide03_model.webp?2\" alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide04_model.webp?2\" alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide05_model.webp?2\" alt=\"\" width=\"921\" height=\"520\"\u003e\u003c\/div\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"spec__slider__thumb\"\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb01_model.webp?2\" alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb02_model.webp?2\" alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb03_model.webp?2\" alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb04_model.webp?2\" alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n                        \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_spec_slide_thumb05_model.webp?2\" alt=\"\" width=\"86\" height=\"86\"\u003e\u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec__slider__text fadeInUpShort animated\"\u003e\n                    \u003cp\u003e男性モデル：身長180cm\/ Lサイズ着用\u003cbr\u003e女性モデル：身長163cm\/ Mサイズ着用\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"sizeguide\"\u003e\n                    \u003ch3 class=\"sizeguide__title fadeInUpShort animated\"\u003e■対応サイズガイド（ユニセックス）\u003c\/h3\u003e\n                    \u003cdiv class=\"sizeguide__table fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_sizeguide_3.webp?3\" alt=\"\" class=\"u-pc\" width=\"341\" height=\"139\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_sizeguide_3.webp?3\" alt=\"\" class=\"u-sp\" width=\"338\" height=\"178\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"size\"\u003e\n                \u003ch3 class=\"size__title fadeInUpShort animated u-mb-8\"\u003e■製品サイズ\u003c\/h3\u003e\n                \u003cdiv class=\"size__table fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_size_3.webp?4\" alt=\"\" class=\"u-pc\" width=\"1137\" height=\"173\"\u003e \n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_size_2_sp_20250325.webp?4\" alt=\"\" class=\"u-sp\" width=\"338\" height=\"412\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"size\"\u003e\n                \u003ch3 class=\"size__title fadeInUpShort animated u-mb-8\"\u003e■素材\u003c\/h3\u003e\n                \u003cp class=\"size__txt fadeInUpShort animated\"\u003e生地本体：コットン34％ \/ レーヨン33％ \/ ポリエステル30％ \/ ポリウレタン3％\u003c\/p\u003e\n                \u003cp class=\"size__txt fadeInUpShort animated\"\u003eリブ：コットン90％ \/ ポリウレタン10％\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cstyle\u003e\n    .other__title .section__title {\n        background-color: #eeecdd;\n        border-bottom: 1px #000 solid;\n        border-top: 1px #000 solid\n    }\n\n    .other__title .section__title span {\n        display: block !important\n    }\n\n    .other__col2__item__inner {\n        position: relative;\n        z-index: 1\n    }\n\n    .other__col2 {\n        margin-bottom: 100px\n    }\n\n    @media screen and (max-width:749px) {\n        .section__title__text {\n            padding: 10px 0 0 0\n        }\n\n        .other__pillow__text__title__logo,\n        .other__col2__item__logo {\n            padding: 0\n        }\n    }\n\u003c\/style\u003e\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cmain\u003e\n        \u003csection class=\"technology__item comparison__wrap\" style=\"border: unset; margin-top: 0;\"\u003e\n            \u003cdiv class=\"comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003ch2 class=\"comparison__ttl fadeInUpShort animated\"\u003e製品比較表\u003c\/h2\u003e\n                \u003cdiv class=\"comparison__wrap spec__table1 fadeInUpShort animated\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_half_comparison_re2.webp?1\" alt=\"\" width=\"2000\" height=\"1796\" style=\"width: 100%;\"\u003e\n                    \u003cdiv class=\"spec__table1__wrap u-sp\"\u003e\u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_half_comparison_re2.webp?2\" alt=\"\" width=\"1810\" height=\"1840\"\u003e\u003c\/div\u003e\n                    \u003cdiv class=\"spec__table__nav u-sp\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_prev.png\" class=\"spec__table__nav__prev\" alt=\"\" width=\"45\" height=\"45\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_next.png\" class=\"spec__table__nav__next\" alt=\"\" width=\"45\" height=\"45\"\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection class=\"technology__item technology__item__sub gitf_block\" id=\"tech02_02\"\u003e\n            \u003cdiv class=\"technology__item__inner\"\u003e\n                \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                    \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp?2\" alt=\"\" width=\"825\" height=\"466\"\u003e\n                    \u003c\/div\u003e\n                    \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                        \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                            \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eギフトにもおすすめ\u003c\/h3\u003e\n                            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                                高級感のあるポリエステルツイル素材を使用。\n                                ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                                幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n                            \u003c\/p\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection id=\"faq\" class=\"faq js-box\"\u003e\n            \u003cdiv class=\"section__title\"\u003e\n                \u003ch2 class=\"section__title__text\"\u003e\n                    \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n                \u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__main\"\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e洗濯は出来ますか?\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            はい、洗濯可能です。洗濯ネットに入れて、弱水流で洗濯してください。ドラム式洗濯機でも洗濯できます。銀イオンAG＋による抗菌防臭加工を施しており、その加工は約100回洗濯でも効果が認められています。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e乾燥機にかけられますか?\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            いいえ、乾燥機のご使用はお控えください。洗濯後は吊り干し自然乾燥でお願いいたします。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eカラー展開は何色ですか?\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            ブラック、チャコールグレー、アイボリーの3色展開です。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e生地の厚みは?\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            6.8オンスの軽量スウェット生地を使用しています。一般的なスウェット生地(9〜13オンス)と比較して薄手で軽量なため、寝返りの負担も軽減します。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eアイロンはかけれますか?\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            アイロンのご使用はお避けください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eどのシーズンに使用できますか?\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            オールシーズンご使用いただけます。アウトラストテクノロジーにより、暑い時は涼しく、寒い時は暖かく自動調温します。春・秋・冬はもちろん、夏場にエアコンをかけてお休みの方にもご使用いただけます。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e睡眠中にムレやすいですか？\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            吸湿放湿性の高い生地を使用しており、睡眠中の嫌なムレ感を解消し、寝床内の湿度を調整します。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"faq__item\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003eサイズはどう選べばよいですか?\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e\n                            ユニセックスサイズ展開（S\/M\/L\/XL）です。対応サイズガイド（身長・胸囲・ウエスト）をご確認の上、お選びください。基本的にはゆったりしたサイズ感となっております。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/main\u003e\n\u003c\/div\u003e\n\u003cp\u003e\n    \u003clink href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_all.css\" onload=\"this.media='all'\" media=\"print\" rel=\"stylesheet\"\u003e\n    \u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_all.js\" defer\u003e\u003c\/script\u003e\n    \u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\"\u003e\u003c\/script\u003e\n    \u003cscript defer src=\"https:\/\/cdn.jsdelivr.net\/npm\/lozad\/dist\/lozad.min.js\"\u003e\u003c\/script\u003e\n    \u003cscript\u003ejQuery(function () { const n = lozad(); n.observe() })\u003c\/script\u003e\n\u003c\/p\u003e\n\u003cstyle\u003e\n    .technology__link__lists__title,\n    .mv__txt,\n    .technology__item__desc__text__content__title {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif\n    }\n\n    .rwlp__wrapper {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N R\", sans-serif\n    }\n\n\/* FAQセクション - メインスタイル *\/\n#faq {\n    padding: 0 !important;\n}\n\n#faq .section__title {\n    background-color: #e8e6d8;\n    border-top: 1px solid #000;\n    border-bottom: 1px solid #000;\n}\n\n.faq__main {\n    padding: 73px 6.7142857142857vw 150px;\n}\n\n.faq__item + .faq__item {\n    margin-top: 50px;\n}\n\n.faq__item__question {\n    background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_faq_plus.png);\n    background-position: center right 25px;\n    background-repeat: no-repeat;\n    background-size: 37px;\n    border-bottom: 1px #000 solid;\n    cursor: pointer;\n    font-size: 20px;\n    font-weight: 400;\n    padding-bottom: 24px;\n    padding-top: 10px;\n}\n\n.faq__item__question.open {\n    background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_faq_minus.png);\n}\n\n.faq__item__answer {\n    display: none;\n    padding-top: 30px;\n}\n\n.faq__item__answer__text {\n    font-size: 16px;\n    line-height: 1.5;\n}\n\n.faq__item__answer__text + .faq__item__answer__text {\n    margin-top: 20px;\n}\n\n.faq__item__answer__text a {\n    text-decoration: underline !important;\n    color: #802335;\n}\n\n\/* FAQセクション - レスポンシブ（モバイル） *\/\n@media screen and (max-width:749px) {\n    .faq__main {\n        padding: 40px 20px;\n    }\n\n    .faq__item + .faq__item {\n        margin-top: 30px;\n    }\n\n    .faq__item__question {\n        background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_faq_plus.png);\n        background-position: center right 15px;\n        background-repeat: no-repeat;\n        background-size: 23px;\n        border-bottom: 1px #000 solid;\n        cursor: pointer;\n        font-size: 20px;\n        font-weight: 400;\n        padding-bottom: 14px;\n        padding-right: 36px;\n        padding-top: 10px;\n    }\n\n    .faq__item__answer__text {\n        font-size: 14px;\n        line-height: 1.5;\n    }\n\n    .faq__item__answer {\n        padding-top: 15px;\n    }\n}\n\u003c\/style\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"S \/ 上下セット \/ ブラック","offer_id":46614915678430,"sku":"W0001S1-0002","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 上下セット \/ グレー","offer_id":46614915711198,"sku":"W0001S1-0001","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 上下セット \/ アイボリー","offer_id":47593520005342,"sku":"W0013S1-0003","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ トップス \/ ブラック","offer_id":45436433662174,"sku":"W0001A1-SMBK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ トップス \/ グレー","offer_id":45436433760478,"sku":"W0001A1-SMCG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ トップス \/ アイボリー","offer_id":47593520136414,"sku":"W0013A1-SMVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ パンツ \/ ブラック","offer_id":45436433858782,"sku":"W0002A1-SMBK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ パンツ \/ グレー","offer_id":45436433957086,"sku":"W0002A1-SMCG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ パンツ \/ アイボリー","offer_id":47593520267486,"sku":"W0014A1-SMVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 上下セット \/ ブラック","offer_id":46614915743966,"sku":"W0001S1-0004","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 上下セット \/ グレー","offer_id":46614915776734,"sku":"W0001S1-0003","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 上下セット \/ アイボリー","offer_id":47593520038110,"sku":"W0013S1-0006","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ トップス \/ ブラック","offer_id":45436433694942,"sku":"W0001A1-MEBK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ トップス \/ グレー","offer_id":45436433793246,"sku":"W0001A1-MECG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ トップス \/ アイボリー","offer_id":47593520169182,"sku":"W0013A1-MEVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ パンツ \/ ブラック","offer_id":45436433891550,"sku":"W0002A1-MEBK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ パンツ \/ グレー","offer_id":45436433989854,"sku":"W0002A1-MECG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ パンツ \/ アイボリー","offer_id":47593520300254,"sku":"W0014A1-MEVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 上下セット \/ ブラック","offer_id":46614915809502,"sku":"W0001S1-0006","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 上下セット \/ グレー","offer_id":46614915842270,"sku":"W0001S1-0005","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 上下セット \/ アイボリー","offer_id":47593520070878,"sku":"W0013S1-0009","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ トップス \/ ブラック","offer_id":45436433727710,"sku":"W0001A1-LABK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ トップス \/ グレー","offer_id":45436433826014,"sku":"W0001A1-LACG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ トップス \/ アイボリー","offer_id":47593520201950,"sku":"W0013A1-LAVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ パンツ \/ ブラック","offer_id":45436433924318,"sku":"W0002A1-LABK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ パンツ \/ グレー","offer_id":45436434022622,"sku":"W0002A1-LACG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ パンツ \/ アイボリー","offer_id":47593520333022,"sku":"W0014A1-LAVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ 上下セット \/ ブラック","offer_id":46614915875038,"sku":"W0001S1-0008","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ 上下セット \/ グレー","offer_id":46614915907806,"sku":"W0013S1-0010","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ 上下セット \/ アイボリー","offer_id":47593520103646,"sku":"W0013S1-0012","price":24200.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ トップス \/ ブラック","offer_id":46475351523550,"sku":"W0013A1-XLBK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ トップス \/ グレー","offer_id":46475351556318,"sku":"W0013A1-XLCG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ トップス \/ アイボリー","offer_id":47593520234718,"sku":"W0013A1-XLVY","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ パンツ \/ ブラック","offer_id":46475351589086,"sku":"W0014A1-XLBK","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ パンツ \/ グレー","offer_id":46475351621854,"sku":"W0014A1-XLCG","price":12100.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ パンツ \/ アイボリー","offer_id":47593520365790,"sku":"W0014A1-XLVY","price":12100.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/wearthermocontrol_black_thumbnail_delete.webp?v=1756808594"},{"product_id":"coin","title":"ブレインスリープ コイン","description":"\u003cp\u003e \u003c\/p\u003e\n\u003cstyle\u003e\n    #MainContent,\n    html.js {\n        overflow: unset\n    }\n\n    .lp_area div:empty {\n        display: initial\n    }\n\n    html {\n        scroll-behavior: smooth\n    }\n\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {\n        transform: unset;\n        animation: unset;\n        opacity: 1\n    }\n\n    .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\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        .technology__item__app__item__img.img-wrap {\n            padding-top: 0;\n        }\n\n        .technology__item__app__item__img.img-wrap img {\n            display: block;\n            margin: 0 auto;\n            padding: 0 0 0 3.233333vw;\n            position: static;\n            width: 62.033333vw;\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    .attach_adult{\n        display: flex;\n        gap: 50px;\n        width: unset !important;\n    }\n\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\u003cmain\u003e\n\u003csection class=\"coin__mv\" id=\"coin-mv\"\u003e\n\u003cdiv class=\"coin__mv__bg\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_coin_kv_sp.webp\" media=\"(max-width: 767px)\"\u003e \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_coin_kv.webp\" media=\"(min-width: 768px)\"\u003e\u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_coin_kv.webp\" alt=\"\" width=\"2400\" height=\"1354\"\u003e \u003csource\u003e\u003c\/source\u003e\u003c\/picture\u003e\u003c\/div\u003e\n\u003cdiv class=\"coin__mv__inner\"\u003e\n\u003cdiv class=\"coin__mv__wrap\"\u003e\n\u003cp class=\"coin__mv__txt\"\u003e測る。改善する。貯める。\u003cbr\u003e\u003cspan\u003eこれひとつで、あなたの眠りが進化する。\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"coin__mv__logo\"\u003e\u003cpicture\u003e \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_kv_logo_sp.webp\" media=\"(max-width: 767px)\"\u003e \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_kv_logo.webp\" media=\"(min-width: 768px)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_kv_logo.webp\" alt=\"\" width=\"618\" height=\"190\"\u003e \u003csource\u003e\u003c\/source\u003e\u003c\/picture\u003e\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 class=\"only_sp\"\u003e独自の計測アルゴリズムを開発。\u003cbr\u003eあなたの動きに合わせた\u003cbr class=\"only_sp\"\u003e\u003cspan class=\"only_pc\"\u003eより\u003c\/span\u003eパーソナルな分析が可能。\u003cbr\u003e睡眠の質向上とともに、あなたの眠りがコインに\u003cbr class=\"only_sp\"\u003e変わり、様々な特典やサービスに交換可能。\u003cbr\u003e新しい睡眠体験を提供する\u003cbr class=\"only_sp\"\u003eデバイス＆アプリケーションです。\u003c\/p\u003e\n\u003cdiv class=\"sleep__coin__text__movie only_sp\"\u003e\n\u003cdiv class=\"sleep__coin__text__movie__iframe\"\u003e\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\u003c\/video\u003e\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\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\u003c\/video\u003e\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\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\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\"\u003eブレインスリープ コイン（デバイス）\u003c\/p\u003e\n\u003cp class=\"sleep__coin__app__item__text__price only_sp\"\u003e\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かつてないほど高性能な睡眠解析。パーソナルな睡眠計測が可能。クリップタイプの快適な装着感。ボタン電池ひとつで、約６ヶ月持つ省エネ設計。\u003c\/p\u003e\n\u003cp class=\"sleep__coin__app__item__text__border\"\u003e計測項目：\u003cbr\u003eパーソナルな睡眠ステージ(リズム) \/ いびき(環境音)の録音･解析 \/\u003cbr\u003e睡眠時の寝姿勢 \/ 寝床内温度の計測 \/ SASモニタリングアラート機能\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\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\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_sleep__coin__app_v2.webp\" alt=\"\" width=\"210\" height=\"414\"\u003e\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\"\u003eブレインスリープ コイン（アプリ）\u003c\/p\u003e\n\u003cp class=\"sleep__coin__app__item__text__price only_sp\"\u003e\u003cspan\u003e無料\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__price\"\u003e\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睡眠ステージ（リズム ）\/ いびき(環境音)の録音・解析 \/ SASモニタリングアラート機能 \/ AIチャット相談\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\u0026amp;ct=store_owned\u0026amp;mt=8\" class=\"sleep__coin__app__item__text__dl__apple\" rel=\"noopener\" target=\"_blank\"\u003e\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\u003c\/a\u003e \u003ca href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.brain_sleep.sleepCoin\u0026amp;referrer=utm_source%3Dstore_owned%26utm_medium%3Dreferral%26utm_campaign%3Dsleepcoin_app\" class=\"sleep__coin__app__item__text__dl__google\" rel=\"noopener\" target=\"_blank\"\u003e\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\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\u003ca href=\"#intelligence\"\u003e\n\u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_link_img01_v2.webp\" alt=\"\" width=\"396\" height=\"365\"\u003e\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\u003c\/li\u003e\n\u003cli class=\"item fadeInUpShort animated slower\"\u003e\u003ca href=\"#harmony\"\u003e\n\u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_link_img02_2_v2.webp?2\" alt=\"\" width=\"790\" height=\"728\"\u003e\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\u003c\/li\u003e\n\u003cli class=\"item fadeInUpShort animated slower\"\u003e\u003ca href=\"#money\"\u003e\n\u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_link_img03_v2.webp\" alt=\"\" width=\"396\" height=\"365\"\u003e\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\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 \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睡眠研究×\u003cspan class=\"termina\"\u003e AI\u003c\/span\u003eの高度なアルゴリズム\u003c\/h5\u003e\n\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\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\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\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\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\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\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\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_ai_temperature_v2.webp\" alt=\"\" width=\"46\" height=\"34\"\u003e\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\n\u003cul class=\"technology__item__desc__text__ai__lists fadeInUpShort animated\" style=\"justify-content: center;\"\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\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_ai_breath.webp\" alt=\"\" width=\"46\" height=\"34\"\u003e\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\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_ai_chat.webp\" alt=\"\" width=\"46\" height=\"34\"\u003e\u003c\/div\u003e\n\u003cp class=\"technology__item__desc__text__ai__lists__item__title\"\u003eAI相談\u003c\/p\u003e\n\u003c\/li\u003e\n\u003c\/ul\u003e\n\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"technology__item__app\"\u003e\n\n\n\n\u003cdiv class=\"technology__item__app__item img animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n\n\u003cdiv class=\"technology__item__app__item__img fadeInUpShort animated\"\u003e\n    \u003c!-- \u003cvideo autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" preload=\"none\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/8461857e00ae4e58835aaa9fe7c82ba7.mp4\"\u003e\u003c\/video\u003e --\u003e\n    \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_app_rhythm.webp\" alt=\"\" width=\"303\" height=\"600\"\u003e\n\u003c\/div\u003e\n\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\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\u003c\/div\u003e\n\u003cp class=\"technology__item__app__item__text__coin__text\"\u003eスリープコイン（デバイス）を\u003cbr\u003e使うとより精度が上がります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\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    \u003c!-- \u003cvideo autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" preload=\"none\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/6ccd7417c298414382abc6a063682b20.mp4\"\u003e\u003c\/video\u003e --\u003e\n\n    \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_app_sleepscore.webp\" alt=\"\" width=\"248\" height=\"491\"\u003e\n\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\u003cspan class=\"kakko\"\u003e『\u003c\/span\u003eスリープスコア\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\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    \u003c!-- \u003cvideo autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" preload=\"none\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/7718a704d9a240d7ba482594dda27c24.mp4\"\u003e\u003c\/video\u003e --\u003e\n\n    \u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_app_noise.webp\" alt=\"\" width=\"248\" height=\"491\"\u003e\n\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\u003cspan class=\"kakko\"\u003e『\u003c\/span\u003eいびき\/環境音を可視化・録音\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\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 img-wrap\"\u003e\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_app_alert_v2.webp\" alt=\"\" width=\"36\" height=\"46\"\u003e\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無呼吸と思われる状態の回数に応じてステージが変化します。呼吸状態の判定を参考に、より健康な睡眠を手に入れましょう。\u003cbr\u003e\u003cspan style=\"font-size: 12px;\"\u003e※症状を断定するものではありません。\u003c\/span\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\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\u003c\/div\u003e\n\u003cp class=\"technology__item__app__item__text__coin__text\"\u003eスリープコイン（デバイス）を\u003cbr\u003e使うとより精度が上がります。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_app_direction_v2.webp\" alt=\"\" width=\"303\" height=\"600\"\u003e\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\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\u003c\/div\u003e\n\u003cp class=\"technology__item__app__item__text__coin__text\"\u003e計測には\u003cspan class=\"space\"\u003e、\u003c\/span\u003eスリープコイン\u003cbr class=\"only_sp\"\u003e(デバイス)が\u003cbr class=\"only_pc\"\u003e必要です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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_aichat.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\"\u003eAIチャット相談であなたの\u003cbr\u003e睡眠の悩みの解決をお手伝い\u003c\/h3\u003e\n\u003cp class=\"technology__item__app__item__text__desc\"\u003e普段の睡眠の悩みを独自開発のAIにチャット形式で相談。\u003cbr\u003eあなたの睡眠の悩みを解決に導きます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\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\u003cvideo autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" preload=\"none\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/04f2a91fbb3a42999e596df7ac1181a1.mp4\"\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 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\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\u003c\/div\u003e\n\u003cp class=\"technology__item__app__item__text__coin__text\"\u003e計測には\u003cspan class=\"space\"\u003e、\u003c\/span\u003eスリープコイン\u003cbr class=\"only_sp\"\u003e(デバイス)が\u003cbr class=\"only_pc\"\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\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\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\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\u003c\/div\u003e\n\u003cp class=\"technology__item__app__item__text__coin__text\"\u003e計測には\u003cspan class=\"space\"\u003e、\u003c\/span\u003eスリープコイン\u003cbr class=\"only_sp\"\u003e(デバイス)が\u003cbr class=\"only_pc\"\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\n\u003cdiv class=\"technology__item__attach\"\u003e\n\n\u003cdiv class=\"technology__item__attach__item animatedParent animateOnce attach_adult\" data-sequence=\"500\" data-offset=\"300\"\u003e\n\u003cdiv class=\"technology__item__attach__item__img fadeInUpShort animated\"\u003e\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\u003c\/div\u003e\n\n\u003cdiv\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\n\u003c\/div\u003e\n\n\u003c!-- \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\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\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 --\u003e\n\n\u003c\/div\u003e\n\n\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 \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\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_text_phone_v2.webp\" alt=\"\" width=\"248\" height=\"491\"\u003e\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穏やかな音楽はα波を発生させる効果があるため、就寝前に穏やかな音楽を聴くことによって脳を休ませると、質の良い睡眠につながります。\u003cbr\u003e\u003cspan\u003e※エイベックス・ビジネス・ディベロップメント株式会社\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"technology__item__desc__phone__text__img fade_sp\"\u003e\u003cvideo controls=\"controls\" playsinline=\"\" preload=\"none\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/844e6d8026c1408e99547ef061cfc0d4.mp4\"\u003e\u003c\/video\u003e\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\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_text_phone_v2.webp\" alt=\"\" width=\"264\" height=\"523\"\u003e\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\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\u003c\/div\u003e\n\u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\u003cbr\u003e\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\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_text_phone02_v2.webp\" alt=\"\" width=\"248\" height=\"491\"\u003e\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\u003cspan\u003e※エイベックス・ビジネス・ディベロップメント株式会社\u003c\/span\u003e\u003c\/p\u003e\n\u003cdiv class=\"technology__item__desc__phone__text__img fade_sp\"\u003e\u003cvideo controls=\"controls\" playsinline=\"\" preload=\"none\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/b85f89244e0d428ea5170c16ad95a39a.mp4\"\u003e\u003c\/video\u003e\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\u003cimg class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_technology_text_phone02_v2.webp\" alt=\"\" width=\"264\" height=\"523\"\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=\"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 \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\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\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\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\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\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心地よい睡眠を\u003cbr class=\"only_sp\"\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\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\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\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\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\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\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\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\u003c\/div\u003e\n\u003c\/li\u003e\n\u003c\/ol\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\u003c!-- \n\u003csection class=\"other__title\" id=\"other\"\u003e\n\u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n\u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n\u003cspan\u003eRecommended selection\u003c\/span\u003e睡眠の質を高めるオススメ商品\u003c\/h2\u003e\n\u003c\/div\u003e\n\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\u003cvideo autoplay=\"autoplay\" muted=\"\" playsinline=\"\" loop=\"loop\" class=\"lozad\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/38b04c390a3141c68d5e4791e8a2b626.mp4\"\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 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\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=\"500\" data-offset=\"300\" id=\"other__mattress\"\u003e\n\u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003eオールシーズン、これ一枚で快適温度。\u003c\/h3\u003e\n\u003cdiv class=\"other__col2__item__img\"\u003e\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\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\" 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\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\/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オールシーズン、これ一枚で快適温度。\u003c\/h3\u003e\n\u003cdiv class=\"other__col2__item__img\"\u003e\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\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\" 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\u003c\/h2\u003e\n\u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コンフォーター\u003cbr class=\"only_sp\"\u003eオールシーズンズ\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__col2__item__flex\"\u003e\n\u003cp class=\"other__col2__item__flex__desc\"\u003eオールシーズン\u003cbr\u003eこれ一枚で快適温度\u003c\/p\u003e\n\u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_allseasons\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003c\/div\u003e --\u003e\n\n\n\n\n\n\n\u003csection class=\"possibility animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"possibility\"\u003e\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 \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\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 \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 \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\n\u003cdiv class=\"spec__content__text fadeInUpShort animated\"\u003e\n\u003cp class=\"spec__content__text__item\"\u003e\n    ■デバイス\u003cbr\u003e\n    ・本体 \u003cspan\u003e7g\u003c\/span\u003e　クリップ\u003cspan\u003e11g\u003c\/span\u003e\u003cbr\u003e\n    ・素材\u003cbr\u003e\n    ・本体：\u003cspan\u003eABS樹脂\u003c\/span\u003e・\u003cspan\u003ePC\u003c\/span\u003e（ポリカーボネート)\u003cbr\u003e\n    ・クリップ：シリコン・ステンレス\u003cbr\u003e\n    ・ボタン電池：\u003cspan\u003eCR2032\u003c\/span\u003e\u003cbr\u003e\n    ・\u003cspan\u003eBluetooth\u003c\/span\u003eによる接続\n\u003c\/p\u003e\n\u003cp class=\"spec__content__text__item\"\u003e\n    ■アプリ\u003cbr\u003e\n    ・\u003cspan\u003eiOS\/Android\u003c\/span\u003e対応\u003cbr\u003e\n    ・\u003cspan\u003eiOS17\u003c\/span\u003e及びそれ以降のバージョン\u003cbr\u003e\n    ・\u003cspan\u003eAndroid14\u003c\/span\u003e及びそれ以降のバージョン\u003cbr\u003e\u003cbr\u003e\n\n\n\n    ※アプリを使用されるスマートフォン端末のメーカーサポートが終了している場合は動作保証はいたしかねます。\n\u003c\/p\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\n\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 animated\"\u003e\n            \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n        \u003c\/h2\u003e\n    \u003c\/div\u003e\n\n\u003c!-- ーーーーーーーーーーーーーーーーーーーーーーーーーーーー --\u003e\n\n    \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch3 class=\"faq__category animated\"\u003eアプリについて\u003c\/h3\u003e\n    \n        \u003cdiv class=\"faq__item 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                    無料です。月額料金も発生いたしません。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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                    睡眠計測中はBluetooth接続のため通信は発生いたしません。音楽のダウンロードやクーポン交換、記事閲覧時は通信が発生いたします。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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                    一晩の計測で40〜50%程度消費します。充電しながらのご使用をおすすめいたします。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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                    以下のOSにてご利用いただけます。\u003cbr\u003e\n                    ※端末の設定や機能により動作が不安定になる場合がございます。\u003cbr\u003e\n                    \u003cbr\u003e\n                    iOS：17以降\u003cbr\u003e\n                    Android：14以降\u003cbr\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item animated\"\u003e\n            \u003ch4 class=\"faq__item__question\"\u003e1日に何回計測できますか？\u003c\/h4\u003e\n            \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e\n                    1日1回です。2回目の計測を行うと1回目のデータは上書きされます。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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                    いびきの聞き分けはできないため、検知される可能性があります。スマートフォンをなるべくご自身の近くに置くことで精度が上がります。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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                    アプリ内でアラームを設定した場合、スヌーズ設定ができます。スマートフォン標準のアラームを使う場合は、アプリ内アラームをOFFにしてください。\u003cbr\u003e\n                    （起床時に手動で計測停止が必要です）\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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\u003cbr\u003e\n                    ・iOS：ヘルスケア\u003cbr\u003e\n                    ・Android：Health Connect\u003cbr\u003e\n                    ヘルスケア（ヘルスコネクト）の情報を基にブレインスリープコインの一部プロフィール情報が更新されます。\u003cbr\u003e\n                    また今後連携いただいたデータを活用して、新機能の開発を予定しています。\u003cbr\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\u003c!-- ーーーーーーーーーーーーーーーーーーーーーーーーーーーー --\u003e\n\n        \u003ch3 class=\"faq__category animated u-mt-64\"\u003eスリープ コイン本体について\u003c\/h3\u003e\n\n        \u003cdiv class=\"faq__item 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                    アプリとの併用が必須です。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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\"\u003e\n                    交互に使用する形であれば使えます。使用者を切り替える際は、アプリで連携解除→別のアプリで再連携してください。同時使用はできません。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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\"\u003e\n                    スリープコイン1個につきアプリ1つの対応のため、見ることはできません。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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                    ズボンの腰に装着する設計です。ワンピースタイプなど、腰に固定できないパジャマには対応していません。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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                    工具不要で手作業で交換できます。電池はCR2032（3V）です。\u003cbr\u003e\n                    \u003cbr\u003e\n                    ＞電池の交換方法\u003cbr\u003e\n\n                    \u003cimg decoding=\"async\" loading=\"lazy\" style=\"width:300px;margin: 10px 0;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_brainsleep_coin_guide_battery.jpg?1\" height=\"497\" width=\"1100\" alt=\"\"\u003e\u003cbr\u003e\n                    クリップから本体を取り出してください。\u003cbr\u003e\n                    \u003cbr\u003e\n                    ※ぴったりサイズで作っているので取り付ける際は少しお時間がかかります。\u003cbr\u003e\n                    \u003cbr\u003e\n                    １．ボタン電池が入っている側（ロゴの反対側）の蓋を反時計回りに回して、回転が止まったら蓋を外します。\u003cbr\u003e\n                    \u003cimg decoding=\"async\" loading=\"lazy\" style=\"width:300px;margin: 10px 0;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_brainsleep_coin_guide_10_open_coin.jpg?1\" height=\"497\" width=\"1100\" alt=\"\"\u003e\u003cbr\u003e\n\n                    ２．中にあるボタン電池を外します。\u003cbr\u003e\n                    \u003cbr\u003e\n                    ３．CR2032ボタン電池のプラス面（＋）を上にして入れます。\u003cbr\u003e\u003cbr\u003e\n                    ４．蓋を本品に取り付け、所定の位置で収まるまで時計回りに回転させます。蓋の裏、本体側の淵に➡マークがついています。矢印のマーク同士を合わせて蓋を閉じて回転させてください。\u003cbr\u003e\n\n                    \u003cimg decoding=\"async\" loading=\"lazy\" style=\"width:300px;margin: 10px 0;\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_brainsleep_coin_guide_11_close_coin.jpg?1\" height=\"497\" width=\"1100\" alt=\"\"\u003e\u003cbr\u003e\n\n\n                    ※無理な力で回転しないで下さい。回転が止まったらボタン電池交換終了です。\u003cbr\u003e\n                    正しくないタイプのボタン電池に交換すると、発火または感電の危険性があります。\u003cbr\u003e\n                    \u003cbr\u003e\n                    ５．クリップを取り付けて計測可能です\u003cbr\u003e\n                    ※ロゴの向きが斜めやさかさまになっていても計測には問題ございません。\u003cbr\u003e\n\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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                    4〜6か月が目安です。\u003cbr\u003e\n                    ※初期付属電池はテスト用のため残量に個体差があります。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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                    Bluetoothが届く範囲内であれば計測できます。ただし、いびきの計測はできません。\u003cbr\u003e\n                    ※計測開始時はスマートフォンでスタートボタンを押す必要があります。\u003cbr\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\u003c!-- ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー --\u003e\n      \n        \u003ch3 class=\"faq__category animated u-mt-64\"\u003eトラブルシューティング\u003c\/h3\u003e\n        \u003c!-- \u003cp class=\"faq__category__sub animated\"\u003e両OS共通のご質問\u003c\/p\u003e --\u003e\n\n        \u003cdiv class=\"faq__item 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\u003cbr\u003e\n                    １．BluetoothがONになっているか \u003cbr\u003e\n                    ２．位置情報がONになっているか（Android必須） \u003cbr\u003e\n                    ３．アプリ経由で接続しているか（スマホのBluetooth設定からは接続できません） \u003cbr\u003e\n                    解決しない場合は電池を抜き差しして再起動してください。赤いランプが点灯しなければ電池交換が必要です。\u003cbr\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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                    アプリを一度アンインストールし、再インストールしてください。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item animated\"\u003e\n            \u003ch4 class=\"faq__item__question\"\u003e「同意する」の後、先へ進むアイコンが表示されない(Android)\u003c\/h4\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 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                    \u003ca target=\"_blank\" href=\"https:\/\/brain-sleep.com\/pages\/shop-contact\"\u003eお問い合わせフォーム\u003c\/a\u003eよりご連絡ください。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item 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                    各OSの公式ガイドを確認してください。\u003cbr\u003e\n                    iOS：\u003ca target=\"_blank\" href=\"https:\/\/support.apple.com\/ja-jp\/102629\"\u003eAppleサポート\u003c\/a\u003e\u003cbr\u003e\n                    Android：\u003ca target=\"_blank\" href=\"https:\/\/support.google.com\/googleplay\/answer\/113412?hl=ja\"\u003eGoogle Playヘルプ\u003c\/a\u003e\u003cbr\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n\n\u003c!-- ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー --\u003e\n\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\n\n\n\n\u003c!-- \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 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=\"500\" data-offset=\"300\"\u003e\n\u003ch3 class=\"faq__category animated\"\u003eアプリについて\u003c\/h3\u003e\n\u003cdiv class=\"faq__item 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現在皆様に提供する機能でアプリ内にて有料となるもの、現在無料で今後有料に変わるものは一切ございませんのでご安心ください。継続で利用いただいた場合も月額料金は発生いたしません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq__item 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計測中はBluetoothの接続での計測になるため計測中は特に通信は発生いたしません、音楽のダウンロードやクーポンの交換、記事を読むなど、アプリを計測以外で使用している際は都度通信が発生いたします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq__item 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ブレインスリープ コインで睡眠をアプリで計測した場合、スマートフォンのバッテリーの劣化度合いによりますが、1晩で40-50%を消費します。\u003cbr\u003eご利用時は充電しながらのご使用をお勧めいたします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"faq__item animated\"\u003e\n\u003ch4 class=\"faq__item__question\"\u003e対応機種を教えてください\u003c\/h4\u003e\n\u003cdiv class=\"faq__item__answer\"\u003e\n\n\u003cp class=\"faq__item__answer__text\"\u003e\n    以下のOSに対応していれば機種を問わずご利用いただけます。\u003cbr\u003e\n    ・iOS 17以降\u003cbr\u003e\n    ・Android 14以降\n\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\n\u003cdiv class=\"faq__item 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 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なるべく自分自身の音のみ集音をしたい場合、出来る限り自分自身の近くにスマートフォンのデバイスを置いていただき、計測を行っていただくと自身から離れているときよりも正確に記録することが可能です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq__item 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起床アラーム音のスヌーズ機能は、アプリ内でアラームを設定いただいた場合設定可能です。また、ご自身のスマートフォンのアラーム機能で起床したい場合は、アプリ内のアラームをOFFにしていただき、使用いただくことも可能です。（その場合アプリを開いていただき、起床時に計測をストップしていただく必要はございます）\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq__item 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\u003ch3 class=\"faq__category animated u-mt-64\"\u003eコインの利用方法について\u003c\/h3\u003e\n\u003cdiv class=\"faq__item 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 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人で使用いただくことは可能ですが、アプリはそれぞれダウンロードしていただく必要がございます。\u003cbr\u003eアプリ上で連携を解除することが出来ますので、連携を解除していただいたうえで、もう一つのアプリで連携をしていただければ、1個を2人で使用することができます。使用は1人ずつとなり、同時に2人で使用することはできません。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq__item animated\"\u003e\n\u003ch4 class=\"faq__item__question\"\u003eスリープコインを2つ購入して2人で使ったとして、ひとつのアプリで2人のデータを見ることはできますか？\u003c\/h4\u003e\n\u003cdiv class=\"faq__item__answer\"\u003e\n\u003cp class=\"faq__item__answer__text\"\u003eスリープコイン1個につき、1つのアプリに対応しております。\u003cbr\u003eそのため、1つのアプリで2つのスリープコイン（お2人）のデータを見ることはできません。また、１日に記録できる睡眠データは1つとなっております。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq__item 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 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 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 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いびきの計測をすることは出来なくなりますが、Bluetoothが届く範囲内であれば計測は可能です。※計測のスタートボタンは押していただく必要がございます。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"faq__category animated u-mt-64\"\u003eご利用後のご質問\u003c\/h3\u003e\n\u003cp class=\"faq__category__sub animated\"\u003e両OS共通のご質問\u003c\/p\u003e\n\u003cdiv class=\"faq__item 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\u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop-contact\"\u003ehttps:\/\/brain-sleep.com\/pages\/shop-contact\u003c\/a\u003e\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq__item 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\u003eiOS\u003cbr\u003e\u003ca href=\"https:\/\/support.apple.com\/ja-jp\/HT202180\"\u003ehttps:\/\/support.apple.com\/ja-jp\/HT202180\u003c\/a\u003e\u003cbr\u003eAndroid\u003cbr\u003e\u003ca href=\"https:\/\/support.google.com\/googleplay\/answer\/113412?hl=ja\"\u003ehttps:\/\/support.google.com\/googleplay\/answer\/113412?hl=ja\u003c\/a\u003e\u003cbr\u003e公式のガイドラインをご確認をお願いいたします。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq__item 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接続端末のBluetoothがONになっているか確認をお願いします。\u003cbr\u003eBluetoothがご利用できない場合、接続端末の設定で「位置情報をONにする」設定になっているかご確認ください。\u003cbr\u003e(※Androidの場合位置情報がONになっていないとBluetoothの利用が出来ません)\u003cbr\u003eまた、アプリでしか連携は出来ませんので、スマホから直接Bluetooth接続しようとした場合は接続されません。\u003cbr\u003e上記でも解決できない場合、恐れ入りますがコインの電池を1度抜き再度入れ直してください。電池の抜き差しで再起動がかかります。再起動の際赤いランプが点灯しますが、点灯しない場合は電池の交換をお願いいたします\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq__item 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\u003cp class=\"faq__category__sub animated\"\u003eAndoroidをお使いの方\u003c\/p\u003e\n\u003cdiv class=\"faq__item 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 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 --\u003e\n\n\n\n\n\n\n\n\n\u003c\/main\u003e\u003c\/div\u003e\n\u003cp\u003e \u003c\/p\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\n    .typesquare_option:not(.revico-modal),\n    body {\n        visibility: visible !important;\n        opacity: 1 !important\n    }\n\u003c\/style\u003e\n\u003cp\u003e\u003cscript defer src=\"https:\/\/cdn.jsdelivr.net\/npm\/lozad\/dist\/lozad.min.js\"\u003e\u003c\/script\u003e \u003cscript\u003ejQuery(function () { const n = lozad(); n.observe() })\u003c\/script\u003e \u003cscript src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_all.js\" defer\u003e\u003c\/script\u003e\u003c\/p\u003e\n\u003cdiv id=\"buy\" name=\"buy\" style=\"display: block;\"\u003e\u003c\/div\u003e\n\n\n\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_all.css\"\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\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_logo_sp.webp\" 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  #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\n\n    .other__col2__item__img img{\n            width: 70% !important;\n    margin: 0 auto;\n    display: block;\n        }\n\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@media screen and (max-width: 749px) {\n    #other__coin .other__col2__item__logo {\n        width: 115px;\n    }\n}\n\u003c\/style\u003e\n\n\n\n\n\n\n    \u003cstyle\u003e\n      .float_technology_allbox_1_0902 {\n        display: flex;\n        margin: 0 auto;\n        width: fit-content;\n        gap: 20px;\n        font-size: 30px;\n      }\n    \n      .ultimate_relax_0902 {\n        background-image: linear-gradient(90deg, #86b0d1, #5073d0 51%, #b0e4ea);\n        background-position: bottom left;\n        background-size: 100% 6%;\n        background-repeat: no-repeat;\n        padding-bottom: 2px;\n      }\n    \n      .float_technology_txt_0902 {\n        margin: 9px 0;\n        font-size: 40px;\n        line-height: 55px;\n      }\n    \n      .tokkyo_no_0902 {\n        font-size: 20px;\n      }\n    \n      .float_technology_allbox_2_0902 {\n        margin: 75px 0;\n        font-size: 30px;\n        line-height: 50px;\n      }\n    \n      .back_red_0902 {\n        background: #842335;\n        padding: 5px 5px;\n        margin-bottom: 10px;\n        display: inline-block;\n      }\n      .patented_technology_0902 img{\n        width: 200px !important;\n      }\n\n      @media screen and (max-width:749px) {\n        .float_technology_allbox_1_0902 {\n          display: flex;\n          margin: 0 auto;\n          width: fit-content;\n          gap: 10px;\n          font-size: 4vw;\n        }\n    \n        .ultimate_relax_0902 {\n          background-image: linear-gradient(90deg, #86b0d1, #5073d0 51%, #b0e4ea);\n          background-position: bottom left;\n          background-size: 100% 5%;\n          background-repeat: no-repeat;\n          font-size: 3.5vw;\n          padding-bottom: 2px;\n        }\n    \n        .float_technology_txt_0902 {\n          margin: 5px 0;\n          font-size: 5vw;\n          line-height: 8vw;\n        }\n    \n        .tokkyo_no_0902 {\n          font-size: 3vw;\n        }\n    \n    \n        .float_technology_allbox_2_0902 {\n          margin: 30px 0;\n          font-size: 4.2666vw;\n          line-height: 9vw;\n        }\n    \n        .back_red_0902 {\n          background: #842335;\n          padding: 5px 5px;\n          margin-bottom: 0px;\n          display: inline-block;\n        }\n\n        .patented_technology_0902 img{\n          width: 95px !important;\n        }\n      }\n\n\n\n\n\n\n\n\n\n\n\n\n\n.intro2 {\n  background-color: #000;\n  padding: 14vw 0 80px;\n  color: #fff;\n  text-align: center;\n  background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_introbg_v3.webp);\n  background-position: center top -18vw;\n  background-size: 100% auto;\n  background-repeat: no-repeat;\n}\n.intro2__ttl {\n  font-size: 60px;\n  padding: 10px 30px;\n  border: 2px solid #fff;\n  display: inline-block;\n  margin-bottom: 32px;\n  background-color: #091321;\n  width: unset !important;\n}\n\n@media screen and (max-width:749px) {\n\n  .intro2 {\n      padding: 14vw 0 30px;\n      background-image: url(https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_introbg_sp_v3.webp);\n  }\n  .intro2__ttl {\n    font-size: 6.6666vw;\n    padding: 2px 10px;\n    margin-bottom: 16px\n  }\n\n}\n\n    \u003c\/style\u003e\n\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__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\" media=\"(max-width: 767px)\"\u003e\n            \u003csource srcset=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_mattress_plus_float_kv_img_model.webp\" media=\"(min-width: 768px)\"\u003e\u003cimg src=\"https:\/\/brain-sleep.com\/cdn\/shop\/files\/products_mattress_plus_float_kv_img_model.webp\" alt=\"\" width=\"1830\" height=\"822\"\u003e\n            \u003csource\u003e\u003c\/source\u003e\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 srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_logo_sp.webp?1\" media=\"(max-width: 767px)\"\u003e\n            \u003csource srcset=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_logo.webp?1\" media=\"(min-width: 768px)\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_logo.webp?1\" alt=\"BRAINSLEEP MATTRESS PLUS FLOAT\" width=\"542\" height=\"162\"\u003e\n            \u003csource\u003e\u003c\/source\u003e\u003c\/picture\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"mv__bottom\"\u003e\n          \u003cimg decoding=\"async\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_feature.webp\" alt=\"\" class=\"only_pc\" width=\"2000\" height=\"188\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_kv_feature_sp.webp\" 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=\"only_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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_stanford_method.webp\" 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人生の約3分の1が睡眠。\u003cbr\u003e睡眠の質が悪いと脳や身体が休まらず、\u003cbr class=\"u-pc\"\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 class=\"u-sp\"\u003e睡眠環境の決定版\u003cbr\u003e全身が速く深く眠るマットレス\u003c\/div\u003e\n      \u003cdiv class=\"intro0__img fadeInUpShort animated\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro_tag.webp\" 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進化した\u003cbr class=\"u-sp\"\u003e無重力テクノロジー搭載\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro1__img\"\u003e\u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/e3ef05f8f1574579a994b70d5b4f9246.mp4\" preload=\"none\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_bg.webp\" alt=\"\" width=\"2000\" height=\"1124\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_bg_sp.webp\" alt=\"\" width=\"748\" height=\"420\"\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"intro2__ttl fadeInUpShort animated\"\u003e究極のリラックス姿勢\u003c\/div\u003e\n\n      \u003c!-- \u003cdiv class=\"intro2__ttl fadeInUpShort animated\"\u003e\n        \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_txt1.webp\" alt=\"\" width=\"513\" height=\"98\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_txt1_sp.webp\" alt=\"\" width=\"268\" height=\"46\"\u003e\n      \u003c\/div\u003e --\u003e\n\n      \u003cdiv class=\"intro2__txt fadeInUpShort animated\"\u003eNASAが提唱する身体の負担が\u003cbr\u003e最も少ない姿勢を再現\u003c\/div\u003e\n      \u003c!-- \u003cdiv class=\"intro2__txt2 fadeInUpShort animated\"\u003e\n        \u003cspan\u003e脚・腰・肩を支える究極の寝姿勢で\u003c\/span\u003e\u003cbr\u003e筋肉や背骨への身体的負担を軽減させます。\n      \u003c\/div\u003e --\u003e\n\n\n\n\n\n    \u003c!-- 新規ブロック --\u003e\n\n\u003cdiv class=\"float_technology_allbox_1_0902\"\u003e\n\n    \u003cdiv class=\"patented_technology_0902\" style=\"display: flex;align-items: center;\"\u003e\n        \u003c!-- 特許\u003cbr\u003e技術 --\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_patented_technology_20250902.webp?1\" alt=\"\" class=\"\" width=\"1200\" height=\"508\"\u003e\n    \u003c\/div\u003e\n\n    \u003cdiv style=\"text-align: left;\"\u003e\n        \u003cdiv class=\"ultimate_relax_0902\"\u003e究極のリラックス姿勢を実現した\u003c\/div\u003e\n        \u003cdiv class=\"termina typesquare_option float_technology_txt_0902\"\u003eFLOAT\u003cbr\u003eTECHNOLOGY\u003c\/div\u003e\n        \u003cdiv class=\"tokkyo_no_0902\"\u003e特許番号　第7727279号\u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003cdiv class=\"fadeInUpShort animated go float_technology_allbox_2_0902\"\u003e\n    \u003cspan class=\"back_red_0902\"\u003e\n      ［脚・腰・肩を支える独自のフロート構造］\u003c\/span\u003e\u003cbr\u003e\n    により、理想的な中立姿勢と体圧分散を\u003cbr\u003e\n    可能にし、睡眠時の身体的ストレスを解放。\n\u003c\/div\u003e\n    \n    \u003c!-- 新規ブロック --\u003e\n\n\n\n\n      \u003cdiv class=\"intro2__img\"\u003e\u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/f043826cc101448793655eaff22ac2fa.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n      \u003cdiv class=\"cross\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_cross.webp?3\" alt=\"\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_txt2.webp\" alt=\"\" width=\"644\" height=\"99\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_txt2_sp.webp\" alt=\"\" width=\"268\" height=\"46\"\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"intro3__txt fadeInUpShort animated\"\u003e無数のスプリングが編み込まれた\u003cbr class=\"u-sp\"\u003eハイブリッド反発。\u003cbr\u003e7層×ワイヤーウェーブ構造が\u003cbr class=\"u-sp\"\u003e身体をしっかり支える。\u003c\/div\u003e\n      \u003cdiv class=\"intro3__img\"\u003e\u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/a01cc4d23deb4ba8baa1245523f54d5f.mp4\" preload=\"none\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_txt3.webp\" alt=\"\" width=\"944\" height=\"98\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro02_txt3_sp.webp\" 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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_mov_01_pc.webp\" alt=\"\" width=\"840\" height=\"472\"\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_mov_01_pc.webp\" alt=\"\" width=\"840\" height=\"472\"\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_demerit_v3.webp\" alt=\"\" width=\"2000\" height=\"906\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp fadeInUpShort animated\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_demerit_sp_v3.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_mattress_comparison.webp\" alt=\"\" width=\"2000\" height=\"1390\"\u003e\n        \u003cdiv class=\"mattress_comparison__inner u-sp\"\u003e\u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp fadeInUpShort animated\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_mattress_comparison_sp.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro04_bg_model.webp\" alt=\"\" width=\"2000\" height=\"1124\"\u003e \u003cimg decoding=\"async\" loading=\"lazy\" class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro04_bg_sp_model.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_intro04_logo.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_nav01_model.webp?3\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_nav02.webp?3\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_nav03_model.webp?3\" alt=\"\" width=\"593\" height=\"546\"\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\"\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_main_model.webp\" alt=\"\" class=\"u-pc\" width=\"1628\" height=\"916\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_main_sp.webp\" 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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_01.webp\" 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\"\u003eNASAが提唱する\u003cbr class=\"only_sp\"\u003e中立姿勢を再現\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_01_2.webp\" alt=\"\" class=\"fadeInUpShort animated hardness\" width=\"400\" height=\"74\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_02_model_v2.webp\" 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 loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_01.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_02_1_sp_model.webp?1\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_02_2_sp_model_v2.webp?1\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_02_3_sp_model.webp?1\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_03_model.webp\" 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                脚部が胸元より４cm高く設計されており、血流が胸元に循環しやすくなります。それにより疲労やむくみなども軽減します。\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_04.webp\" 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 class=\"only_pc\"\u003e約150％高まる\u003c\/h3\u003e\n              \u003cp class=\"technology__item__graph__desc\"\u003eフラットなマットレスと足元が上がっている構造の本製品との比較では、血流量がおよそ1.5倍にアップ。\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=\"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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_05.webp\" 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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_05_sp.webp\" 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\" style=\"margin-top:0\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cvideo class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/fc8ee6e9356f4b2194126f6a241c46f7.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content 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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech01_06.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_graph01.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/63d31b2663cd4b9c800492c952f03a38.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n              \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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_graph02.webp\" alt=\"\" width=\"718\" height=\"592\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_graph02_sp.webp\" alt=\"\" width=\"648\" height=\"526\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__graph__text\"\u003e\n              \u003ch3 class=\"technology__item__graph__title\"\u003e寝返り時の消費エネルギーが\u003cbr\u003e約52％DOWN\u003c\/h3\u003e\n              \u003cp class=\"technology__item__graph__desc\"\u003e7層構造が多方向から身体を支え、自然な寝返りをサポートします。\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\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003cvideo class=\"lozad u-sp\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/30e4cf369c854bf592270aef9bf3f44e.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抜群の通気性で\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech02_01.webp\" 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\u003e90％以上が空気層でできているので、睡眠時に発生する熱や湿気がこもらず、快適な睡眠環境をつくります。\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech02_02.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\n\u003c\/div\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated u-sp\" style=\"height:auto;padding:0;width:90%\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech02_02_sp.webp?v=1724306783\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_graph03.webp\" alt=\"\" width=\"726\" height=\"551\" class=\"u-pc\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_graph03_sp.webp\" alt=\"\" width=\"726\" height=\"551\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"technology__item__graph__text\"\u003e\n              \u003ch3 class=\"technology__item__graph__title\"\u003e放熱量が高く、\u003cbr class=\"u-pc\"\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_main_model.webp\" alt=\"\" class=\"u-pc\" width=\"1628\" height=\"916\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_main_sp_model.webp\" 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 class=\"u-pc\"\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\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech03_01\"\u003e\n      \u003cdiv class=\"technology__item__inner\"\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_01.webp\" 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\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\"\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_graph04.webp\" 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他素材と比較して圧倒的にカビの発生量が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメです。\n              \u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__graph__content\"\u003e\n            \u003cdiv class=\"technology__item__graph__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_graph05.webp\" 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他素材と比較して圧倒的にダニの発生率が低いのがわかります。ハウスダスト、アレルギーの方、お子様と一緒に寝ている方にもおススメです。\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\/products_mattress_plus_float_tech03_03.webp\" alt=\"\" class=\"u-pc\" width=\"1226\" height=\"690\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_03_sp.webp\" alt=\"\" class=\"u-sp\" width=\"708\" height=\"398\"\u003e\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\"\u003e10年間相当使用できる\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_04.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_05.webp\" 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\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003cvideo class=\"lozad u-sp\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/24b9b0db87aa4f0fb14beeaf7c395124.mp4\" preload=\"none\" 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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_scene01_model.webp\" 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 loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_scene02_model.webp\" 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ご使用いただけます\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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_scene02_model.webp\" 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×Ｗ100×Ｈ15(脚部19)cm\u003cbr\u003eセミダブル　L195×W120×H15(脚部19)cm\u003cbr\u003eダブル　L195×W140×H15(脚部19)㎝\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\" data-offset=\"300\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_size.webp?3\" alt=\"\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_size_single_sp.webp?3\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_size_semidouble_sp.webp?3\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_size_double_sp.webp?3\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_size_queen_sp.webp?3\" 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\" data-sequence=\"300\" data-offset=\"300\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_size_rest_gradation.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_shoulder_rest_gradation_single_sp.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_shoulder_rest_gradation_semidouble_sp.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_shoulder_rest_gradation_double_sp.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_shoulder_rest_gradation_queen_sp.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_spec_color.webp\" alt=\"\" class=\"fadeInUpShort animated only_pc\" width=\"982\" height=\"520\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_spec_color_sp.webp\" 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％、裏生地\n                ポリエステル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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_material.webp\" 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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_material.webp\" 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\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_tech03_02.webp?1\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_comparison.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_comparison_sp.webp\" 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\" 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=\"\"\u003e \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=\"\"\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\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\n          \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「[BRAIN SLEEP]開発担当へのお問い合わせ」\u003cbr class=\"u-sp\"\u003eを選択してください\u003c\/span\u003e\u003cbr\u003e\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    \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ブレインスリープ マットレス \u003cbr\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_related01.webp\" 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究極のリラックス姿勢×\u003cbr class=\"u-sp\"\u003e超・体圧分散\n              \u003c\/h3\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e抜群の通気性・シャワーで水洗い可能・究極のリラックス姿勢に導くといったブレインスリープ マットレス\n                フロートの特徴はそのままに、体圧分散を極限まで高めたハイエンドモデルです。\u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/products\/mattress_premium_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=\"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ブレインスリープ \u003cbr class=\"u-sp\"\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_related02.webp\" 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マットレス\n                フロートはベッドや床に接する面を硬めに設計しているので、下に敷く寝具や敷く場所の影響を受けにくくします。そのため、今お使いのマットレスや敷布団の上に重ねても、フローリングや畳に直接敷いても、どんなシーンでもお使いいただけます。\n                \u003cbr\u003e十分な反発力があり、一枚で使っても快適に眠れるので、敷布団兼用マットレスとして、急な来客の際にも便利です。\u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_related04.webp\" 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ブレインスリープ\n                マットレス プラス フロート\u003cbr\u003e\u003cbr\u003e素材　綿100％（中綿ポリエステル100％）\u003c\/p\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_related04_2.webp\" alt=\"\" class=\"u-mt-40\" width=\"700\" height=\"284\"\u003e \u003ca href=\"https:\/\/brain-sleep.com\/products\/mattress_plus_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\n\n    \u003c!-- \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さらに究極の暖かさを\u003cbr class=\"u-sp\"\u003e追求したい方へ\n          \u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc\"\u003e\n          \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"padding:0;height:unset\"\u003e\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\u003c\/div\u003e\n          \u003cdiv class=\"technology__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              \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％UP。下からの冷えもしっかり防寒します。\u003cbr\u003e 冬の冷気は床や地面に溜まりやすい性質を持っていて、その冷気はベッドマットレスを通じて寒さとして感じます。\n                その寒さから身体を守るために、効果的です。\u003cbr\u003e\u003cbr\u003e ご使用のマットレスや敷き布団にさっとかけるだけで、究極の暖かさとムレない環境を実現してくれます。\u003cbr\u003e\u003cbr\u003e\n                掛け布団と同じ、中わたはカポックヒート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\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.webp\" 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 併せて使うとより効果的\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.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\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\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の高さのマットレスが対応可能。\n                それ以下の高さのマットレスにも利用できますが、裏側の生地に余裕が出来るので、しっかり巻き込んでご使用ください。\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e■サイズ:\u003cbr\u003e ・シングルサイズ : W100cm×L205cm×H33cm\n                (約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 基布部分\n                ポリエステル60％ レーヨン40％\u003cbr\u003e 裏生地：ポリエステル100％\u003cbr\u003e マチ生地：ポリエステル94％ ポリウレタン6％\u003cbr\u003e ・インサレーション\u003cbr\u003e 植物繊維(カポック)43％\n                ポリエステル30％ アクリル20％\u003cbr\u003e 合成繊維（アクリレート系繊維）7％\u003cbr\u003e\u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/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 --\u003e\n\n\n\n\u003c!-- \n    \u003csection class=\"other__title\" id=\"other\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n          \u003cspan\u003eRECOMMENDED SELECTION\u003c\/span\u003e睡眠の質を高めるオススメ商品\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\" 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\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\/lp_mattress_premium_float_other_pillow_logo.webp\" 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可能性が目覚める。 \u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e詳しく見る\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003cdiv class=\"other__col2\"\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__coin\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e最高の寝室環境を実現。\u003cbr\u003e生涯あなたを支える、\u003cbr\u003eベッドフレーム\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__coin__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_product_bed_frame.webp\" alt=\"\" width=\"629\" height=\"629\"\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\/lp_product_bed_frame_logo.webp\" alt=\"BRAIN SLEEP BED FRAME\" 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最高の寝室環境を実現。\u003cbr\u003e生涯あなたを支える、\u003cbr\u003eベッドフレーム\u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/products\/bed_frame\" 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\n      \u003c\/div\u003e\n    \u003c\/section\u003e --\u003e\n\n\n\n\n\n\n    \u003cdiv class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"last__inner\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_plus_float_awaken_your_possibility.webp\" 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\n\n                \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n                    \u003ch3 class=\"faq__item__question\"\u003e取扱い店舗はこちら\u003c\/h3\u003e\n                    \u003cdiv class=\"faq__item__answer\"\u003e\n                        \u003cp class=\"faq__item__answer__text\"\u003e取扱店舗でもご購入いただけます。店舗により取扱商品が異なりますので、 \u003cbr\u003e\n                          詳しくは \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" target=\"_blank\"\u003eこちら\u003c\/a\u003eからご確認ください。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n        \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"faq__item__question\"\u003eカバーは洗濯機で洗えますか？\u003c\/h3\u003e\n          \u003cdiv class=\"faq__item__answer\"\u003e\n            \u003cp class=\"faq__item__answer__text\"\u003e\n              はい。トッパーシーツ、ベースカバーは取り外して洗濯機で洗えます。洗濯機をご使用になる場合は、洗濯ネットを使用してください。洗濯機は容量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㎝に対応する一般的なボックスシーツをご使用いただけます。ボックスシーツを使用する場合はトッパーシーツの上から掛けて使用してください。ブレインスリープ\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マットレス フロートはコンパクトに畳める3つ折り仕様のオーバーレイとしても使えるマットレス。マットレス プラス フロートとマットレス プレミアム\n              フロートは常設で使用するマットレスです。\u003cbr\u003eすべて脚を上げた中立姿勢を形成するフロートテクノロジーを搭載しています。マットレス フロートは3層構造、マットレス プラス フロートは7層構造、マットレス\n              プレミアム フロートは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\" 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\" 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\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":"シングル","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    #MainContent,\n    html.js {overflow: auto;}\n    .rwlp__wrapper div:empty {display: initial;}\n    .buy__area {background-color: #fff;border-bottom: 1px #000 solid;border-top: 1px #000 solid;bottom: 0;font-weight: 500;left: 0;padding: 15px 0 18px;position: fixed;width: 100%;z-index: 99999}.buy__area__flex {align-items: center;display: flex;justify-content: center;margin: 0 auto;width: 532px}.buy__area__name {font-size: 17px;line-height: 1}.buy__area__price {font-size: 11px;line-height: 1;margin-top: 10px}.buy__area__price span {font-family: 'Helvetica Neue',Helvetica,sans-serif;font-size: 21px;line-height: 1}.buy__area__btn {background-color: #9c2335;color: #fff!important;font-size: 16px;font-weight: 500;letter-spacing: .05em;line-height: 43px;text-align: center;width: 238px}@media screen and (max-width:749px){.buy__area {padding: 20px 0}.buy__area__flex {justify-content: center;padding-left: 0;width: auto}.buy__area__text {display: none}.buy__area__btn {font-size: 16px;line-height: 40px;width: 200px}}\n    html {scroll-behavior: smooth;}\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {transform: unset;animation: unset;opacity: 1;}\n    .rwlp__wrapper .thumbnail {\n        position: relative;\n        cursor: unset;\n    }\n    .rwlp__wrapper .thumbnail:hover {\n        opacity: 1;\n    }\n    .rwlp__wrapper ul {\n      padding-left: 0;\n    }\n    .rwlp__wrapper li {\n      list-style: none;\n    }\n    img {\n      border: unset!important;\n    }\n    .u-pc{display:block!important}@media screen and (max-width:767px){.u-pc{display:none!important}}html,body,div,span,iframe,h2,p,img,small,ul,li,label,details,header,nav,section,summary{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}*{box-sizing:border-box;line-height:1.5}body{width:100%;background:#fff;font-family:\"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N M\",sans-serif;color:#000}main{display:block}li{list-style-type:none}a{display:inline-block;text-decoration:none;color:#000}img{vertical-align:bottom;max-width:100%;height:auto}input,button,select{appearance:none}h2{font-weight:normal!important}.rwlp__wrapper img{width:100%}.mv{background-color:#eeecdd}.mv__inner{width:84vw;margin:0 auto;position:relative}.mv__img{width:50vw;margin-left:auto;padding-top:2.2vw}@media screen and (max-width:749px){.mv{height:182.666vw;position:relative}.mv__inner{width:100vw;height:100%;margin:0 auto}.mv__img{height:90.666vw;width:100vw;margin-left:auto;position:absolute;bottom:0;left:0}}.rwlp__wrapper img{width:100%}.mv{margin-top:0}\n    \n\n    \/* ギフトのstyle *\/\n    .gift__item.comparison__wrap {\n        border-top: 1px #000 solid;\n        margin-top: 0;\n    }\n    .gift__item .comparison {\n        display: flex;\n        \/* margin-top: 110px; *\/\n        margin: 110px;\n        gap: 100px;\n    }\n    .gift__item .comparison__ttl {\n        margin-bottom: 50px;\n    }\n    .gift__item img {\n        object-fit: contain;\n        max-width: 55%;\n    }\n    @media screen and (max-width:767px) {\n        .gift__item .comparison {\n            flex-direction: column;\n            \/* gap: 50px; *\/\n            gap: 25px;\n            \/* margin: 50px auto; *\/\n            margin: 50px 25px;\n        }\n        .gift__item img {\n            max-width: 100%;\n        }\n    }\n\n\/* giftブロック調整用 *\/\n  .gitf_block{\n    border-top: 1px #000 solid !important;\n    padding-top: 100px;\n    margin-top: 0px;\n  }\n\n@media screen and (max-width:767px) {\n  .gitf_block{\n    padding-top: 50px;\n  }\n}\n\n    \u003c\/style\u003e\n    \n    \u003cdiv class=\"rwlp__wrapper\"\u003e\n      \u003cmain\u003e\n        \u003csection class=\"mv\"\u003e\n          \u003cdiv class=\"mv__inner\"\u003e\n            \u003cdiv class=\"mv__img\"\u003e\n              \u003cimg decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_img_model_v2.png\" alt=\"\" class=\"u-pc\" width=\"1492\" height=\"1480\"\u003e\n              \u003cimg decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_img_sp_model_v2.jpg\" alt=\"\" class=\"u-sp\" width=\"750\" height=\"680\"\u003e\n            \u003c\/div\u003e\n            \u003ch1 class=\"mv__txt2\"\u003e通年使える\u003cbr\u003e冷え防止ブランケット\u003c\/h1\u003e\n            \u003cdiv class=\"mv__logo\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_logo.png?1\" alt=\"BRAINSLEEP BLANKET PORTABLE ALL SEASONS\" width=\"542\" height=\"162\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"mv__features\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_kv_features.png?1\" alt=\"軽量モデル、持ち運び\" width=\"728\" height=\"74\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n        \u003cdiv class=\"intro1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"intro1__inner\"\u003e\n            \u003cp class=\"intro1__txt fadeInUpShort animated\"\u003e温度調整が難しいシーンを解決\u003c\/p\u003e\n            \u003cp class=\"intro1__ttl fadeInUpShort animated\"\u003eあらゆる冷えに、\u003cbr\u003eこれ一枚。\u003c\/p\u003e\n            \u003cdiv class=\"intro1__scene\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_scene.png\" alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1440\" height=\"694\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_features_sp.png\" alt=\"冷えすぎたオフィス、アウトドア、冷えすぎた車内、仮眠、子どものお昼寝、涼しい季節の散歩\" class=\"u-sp fadeInUpShort animated\" width=\"684\" height=\"280\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro1__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_img_model_v2.png\" alt=\"\" class=\"u-pc\" width=\"1064\" height=\"1374\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro01_img_sp_model_v2.png\" alt=\"\" class=\"u-sp\" width=\"532\" height=\"474\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003cdiv class=\"intro2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"intro2__inner\"\u003e\n            \u003cp class=\"intro2__ttl fadeInUpShort animated\"\u003e快適さを実現したのは、\u003cbr\u003e宇宙服のために開発された\u003cbr\u003e革新的な調温素材。\u003c\/p\u003e\n            \u003cdiv class=\"intro2__material fadeInUpShort animated\"\u003eアウトラストテクノロジー\u003c\/div\u003e\n            \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-pc\"\u003eOUTLAST TECHNOLOGY\u003c\/div\u003e\n            \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-sp\"\u003eOUTLAST\u003cbr\u003eTECHNOLOGY\u003c\/div\u003e\n            \u003cdiv class=\"intro2__img\"\u003e\n              \u003cdiv class=\"intro2__img01\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro02_img01_model_v2.jpg\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1156\" height=\"556\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"intro2__img02\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm__tech01_03.gif\" alt=\"\" class=\"fadeInUpShort animated\" width=\"988\" height=\"555\"\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro2__wrap1\"\u003e\n              \u003cp class=\"intro2__wrap1__ttl fadeInUpShort animated\"\u003e暑い時は熱を吸収し、\u003cbr\u003e寒い時は熱を放出する\u003c\/p\u003e\n              \u003cdiv class=\"intro2__wrap1__desc fadeInUpShort animated\"\u003e\n                \u003cp class=\"intro2__wrap1__txt\"\u003eマイクロカプセルが温度変化に応じて、固体↔液体へと変化し\u003cbr class=\"u-pc\"\u003e吸熱・蓄熱・放熱を繰り返すことで快適温度へ導いてくれます。\u003c\/p\u003e\n                \u003cp class=\"intro2__wrap1__note\"\u003e※動画はアウトラストゲルを36℃の熱板に乗せた時に、カプセル自体が個体↔︎液体へと相変化する\u003cbr class=\"u-pc\"\u003e様子。相変化することにより、熱を吸収し、調温します。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro2__wrap2\"\u003e\n              \u003cdiv class=\"intro2__wrap2__desc\"\u003e\n                \u003cp class=\"intro2__wrap2__ttl fadeInUpShort animated\"\u003eどのような環境でも\u003cbr\u003e快適な温度に\u003c\/p\u003e\n                \u003cp class=\"intro2__wrap2__txt fadeInUpShort animated\"\u003eグラフは室温を10℃↔40℃へ極端に温度変化させた時の最大温度の差の比較です。コットン素材が15℃以上の差に対して、アウトラストはわずか4℃差です。\u003cbr\u003e優れた調温力で外気温度に変化の影響が少ないことがわかります。\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"intro2__wrap2__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro02_graph.png\" alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1130\" height=\"732\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro02_graph_sp.png\" alt=\"\" class=\"u-sp fadeInUpShort animated\" width=\"706\" height=\"458\"\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003cdiv class=\"intro3 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cp class=\"intro3__ttl fadeInUpShort animated\"\u003e\u003cspan class=\"termina\"\u003eMAKUAKE\u003c\/span\u003eで\u003cbr class=\"u-sp\"\u003e多くのユーザーに支持された\u003cbr\u003e\u003cspan class=\"termina\"\u003eALL SEASONS\u003c\/span\u003eシリーズから\u003cbr class=\"u-sp\"\u003e\u003cspan class=\"td-u\"\u003eブランケット\u003c\/span\u003e登場！\u003c\/p\u003e\n          \u003cdiv class=\"intro3__makuake\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro03_makuake.png\" alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"660\" height=\"372\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro03_makuake_sp.jpg\" alt=\"\" class=\"u-sp fadeInUpShort animated\" width=\"660\" height=\"894\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro3__wrap\"\u003e\n            \u003cdiv class=\"intro3__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_gif_as.gif\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1426\" height=\"804\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"intro3__txt fadeInUpShort animated\"\u003eコンパクト収納で\u003cbr class=\"u-pc\"\u003eオフィス・移動や\u003cbr class=\"u-pc\"\u003eアウトドアに最適\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003cdiv class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"intro04__bg\"\u003e\n            \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro04_bg_model_v2.jpg\" alt=\"\" width=\"2000\" height=\"1121\"\u003e\n            \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro04_bg_sp_model_v2.jpg\" alt=\"\" width=\"748\" height=\"770\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro04__inner\"\u003e\n            \u003cdiv class=\"intro04__ttl fadeInUpShort animated\"\u003e『1年中快適』を持ち運ぶ\u003c\/div\u003e\n            \u003cdiv class=\"intro04__logo fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_intro04_logo.png\" alt=\"\" width=\"590\" height=\"252\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003csection class=\"spec__title\" id=\"spec\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eSPEC\u003c\/span\u003eスペック\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_spec01.jpg\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eリバーシブル構造で\u003cbr\u003e365日手放せない\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e季節に合わせて生地の表裏を使い分け。暖かい季節はさらっとした接触冷感生地を肌側に、寒い季節は柔らかくてなめらかなピーチスキン生地でやさしく包み込みます。\u003cbr\u003eカバーをかけずにご使用ください。\u003cbr\u003e※商品には、起毛面にWARMが表示されています。反対面のつるつるした生地は接触冷感面です。\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec spec__color technology__item technology__item__sub\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eColor\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eライトグレー\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec spec__material technology__item technology__item__sub\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eMaterial\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e側生地\u003cbr\u003e表生地：ポリエステル100％\u003cbr\u003e裏生地：ナイロン100％\u003cbr\u003e詰めもの：レーヨン50％ポリエステル50％0.16㎏\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub size animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" style=\"clear: both;\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"size__desc fadeInUpShort animated\"\u003e\n              \u003cp class=\"technology__item__desc__text__content__title termina\"\u003eSize\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e約W140×L70㎝（約400ｇ）\u003cbr\u003e収納時サイズ : 約W14×D14×H29.5㎝\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"size__img fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_spec02.png\" class=\"u-pc\" alt=\"\" width=\"1918\" height=\"798\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_spec02_sp.png\" class=\"u-sp\" alt=\"\" width=\"672\" height=\"330\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003csection class=\"technology__item technology__item__sub gitf_block\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eギフトにもおすすめ\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n        \u003csection class=\"spec__title\" id=\"spec\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eHOW TO USE\u003c\/span\u003e使い方\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\"\u003e\n          \u003cdiv class=\"technology__item__inner scene\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                \u003cimg height=\"1016\" width=\"1410\" class=\"u-pc\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_howtouse_img01_model_v2.png\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003cimg height=\"778\" width=\"750\" class=\"u-sp\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_howtouse_img01_sp_model_v2.jpg\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e様々なシーンで\u003cbr\u003eマルチな使い方\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eホックをうまく活用すれば多様な使い方が出来る重宝されるブランケットです。さらに、温度コントロールするから1年中使用可能！暑いシーズンは、エアコンの冷気からも守ってくれます。\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_howtouse_img02.png\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eブランケット ポータブルの\u003cbr class=\"u-sp\"\u003e畳み方\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e図のようにくるくる簡単にポケットに収納可能、さらに付属の巾着に入れればスマートにコンパクトに持ち運び可能です。\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n        \u003csection class=\"relatedProducts\" id=\"relatedProducts\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e関連アイテム\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"related__wrap\" id=\"related01\"\u003e\n          \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003eブレインスリープ \u003cbr\u003eコンフォーター \u003cbr\u003eオールシーズンズ\u003c\/p\u003e\n            \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n              \u003cimg height=\"710\" width=\"1318\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_allseasons.jpg\" decoding=\"async\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"related__desc\"\u003e\n              \u003cdiv class=\"related__logo fadeInUpShort animated u-pc\"\u003e\n                \u003cimg height=\"160\" width=\"638\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_allseasons_logo.png\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003eブレインスリープ コンフォーター \u003cbr\u003eオールシーズンズ\u003c\/p\u003e\n              \u003cp class=\"related__ttl fadeInUpShort animated\"\u003eオールシーズン\u003cbr\u003e快適温度に導く掛け布団\u003c\/p\u003e\n              \u003cdiv class=\"u-pc\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_allseasons\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_allseasons\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"related__wrap\" id=\"related02\"\u003e\n          \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003eブレインスリープ ブランケット ポータブル \u003cbr\u003eパーフェクト ウォーム\u003c\/p\u003e\n            \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n              \u003cimg height=\"741\" width=\"1318\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_blanket_portable_perfectwarm_v2.jpg\" decoding=\"async\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"related__desc\"\u003e\n              \u003cdiv class=\"related__logo fadeInUpShort animated u-pc\"\u003e\n                \u003cimg height=\"234\" width=\"534\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_related_blanket_portable_perfectwarm_logo.png\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003eブレインスリープ ブランケット ポータブル \u003cbr\u003eパーフェクト ウォーム\u003c\/p\u003e\n              \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e究極に暖かい\u003cbr\u003e冷え防止ブランケット\u003c\/p\u003e\n              \u003cdiv class=\"u-pc\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/blanket_perfectwarm\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/blanket_perfectwarm\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n        \u003csection class=\"technology__item technology__item__sub spec__table\"\u003e\n          \u003cdiv class=\"technology__item__inner u-sp\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" style=\"margin-top: 0;\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\" style=\"margin-top: 0;\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title\" style=\"line-height: 1.5;margin-bottom: 16px;\"\u003eブランケット ポータブル\u003cbr\u003e比較表\u003c\/h3\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__img animatedParent animateOnce spec__table1\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_blanket_comparison_v2.png\" alt=\"\" class=\"fadeInUpShort animated  only_pc\" width=\"2000\" height=\"1124\"\u003e\n            \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_blanket_comparison_sp_v2.png\" alt=\"\" class=\"fadeInUpShort animated  only_sp\" width=\"1422\" height=\"800\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_prev.png\" class=\"spec__table__nav__prev\" alt=\"\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_next.png\" class=\"spec__table__nav__next \" alt=\"\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n\n\n\n\n\u003c!--     \n        \u003csection class=\"other__title\" id=\"other\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eRecommended selection\u003c\/span\u003e睡眠の質を高めるオススメ商品\u003c\/h2\u003e\n          \u003c\/div\u003e\n          \u003csection class=\"other__pillow animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"other__pillow__inner fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"other__pillow__text__sub__title only_sp\"\u003e脳と睡眠研究によって生まれた枕\n                \u003cbr\u003e可能性が目覚める。\u003c\/h3\u003e\n              \u003cdiv class=\"other__pillow__vimeo\"\u003e\n                \u003cvideo class=\"lozad\" width=\"1400\" height=\"1080\" style=\"aspect-ratio: 1400\/1080;\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5b3769ce88a34ad5b685b96a373263a8.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n                \u003c\/video\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"other__pillow__text\"\u003e\n                \u003cdiv class=\"other__pillow__text__title\"\u003e\n                  \u003ch2 class=\"other__pillow__text__title__logo\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_pillow_logo.png\" alt=\"BRAIN SLEEP PILLOW\" width=\"207\" height=\"65\"\u003e\n                  \u003c\/h2\u003e\n                  \u003cp class=\"other__pillow__text__title__name\"\u003eブレインスリープ ピロー\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003ch3 class=\"other__pillow__text__sub__title\"\u003e脳と睡眠研究によって生まれた枕\n                  \u003cbr\u003e可能性が目覚める。\n                  \u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/section\u003e\n          \u003cdiv class=\"other__col2\"\u003e\n            \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__coin\"\u003e\n              \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e睡眠医学×AI\n                \u003cbr\u003e睡眠を\n                \u003cbr\u003eパーソナライズ計測\u003c\/h3\u003e\n              \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_coin.jpg\" alt=\"\" width=\"629\" height=\"629\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n                \u003cdiv\u003e\n                  \u003ch2 class=\"other__col2__item__logo other__col2__item__coin__logo\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_coin_logo.png\" alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n                  \u003c\/h2\u003e\n                  \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コイン\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"other__col2__item__flex\"\u003e\n                  \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠医学×AI\n                    \u003cbr\u003e睡眠をパーソナライズ計測\u003c\/p\u003e\n                  \u003ca href=\"https:\/\/brain-sleep.com\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/section\u003e\n            \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__conforter\"\u003e\n              \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003eオールシーズン快適温度に導く。\u003c\/h3\u003e\n              \u003cdiv class=\"other__col2__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter.png\" alt=\"\" width=\"561\" height=\"207\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n                \u003cdiv\u003e\n                  \u003ch2 class=\"other__col2__item__logo\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter_logo.png\" alt=\"BRAIN SLEEP FLOAT\" width=\"343\" height=\"104\"\u003e\n                  \u003c\/h2\u003e\n                  \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コンフォーター\n                    \u003cbr class=\"only_sp\"\u003eオールシーズンズ\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"other__col2__item__flex\"\u003e\n                  \u003cp class=\"other__col2__item__flex__desc\"\u003eオールシーズン\n                    \u003cbr\u003e快適温度に導く。\n                  \u003c\/p\u003e\n                  \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_allseasons\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/section\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n --\u003e\n\n\n\n    \n        \u003cdiv class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"last__inner\"\u003e\n            \u003cp class=\"last__txt\"\u003e通年快適を持ち運び\u003cbr\u003eより良い毎日に\u003c\/p\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_awakenyourpossibility.png\" alt=\"\" class=\"lozad last__logo\" width=\"470\" height=\"218\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_last_present.png\" alt=\"\" class=\"lozad last__present\" width=\"680\" height=\"228\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003csection class=\"faq\" id=\"faq\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\u003c\/h2\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e洗濯はできますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eはい、家庭で洗濯可能です。白物・淡色製品と分けて洗濯ネットに入れて洗濯してください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e漂白剤は使用できますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e色抜けや変色の原因になりますので、漂白剤（塩素系・酸素系）はお避けください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003eタンブラー乾燥機を使用できますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e製品の縮みや劣化の原因になるので、タンブラー乾燥はお避けください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003eどのように使用しますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eひざ掛けやお昼寝用としてはもちろん、ホックボタンを利用すればスカートやアームカバーとして使用できます。また、ホックボタンを取り外す際は、生地を引っ張らずにホックボタンの根本から外してください。「WARM」と表示されている面が温かみのある微起毛生地、その反対面はつるつるした接触冷感生地なので、お好みによってリバーシブルで使い分けてください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e収納方法は？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e製品を畳んでくるくると巻き、製品のポケットに巻き込んでください。さらに付属の巾着に入れればコンパクトに収納できて、気軽に持ち運びいただけます。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003eカラーは何色展開ですか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eライトグレー1色です。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n      \u003c\/main\u003e\n    \u003c\/div\u003e\n    \n    \u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_all_v1.css\"\u003e\n    \u003cscript defer type=\"text\/javascript\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_allseasons_all_v1.js\"\u003e\u003c\/script\u003e\n    \n    \n    \u003cstyle\u003e\n      .spec__item__desc__text__content__title,\n      #clean .technology__item__desc.tips .technology__item__desc__text__content__desc span,\n      .technology__link__lists__title,\n      .concept__txt,\n      .fit__ttl,\n      .sleep__info__quality__cold__text,\n      .sleep__info__quality__golden__title,\n      .sleep__info__book__text__title,\n      .sleep__info__book__top,\n      .mv__txt2,\n      .rwlp__header__menu__link,\n      .technology__item__desc__text__content__title,\n      body.typesquare_option {\n        font-family: \"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N M\",sans-serif;\n        visibility: visible!important;\n        opacity: 1!important;\n      }\n      .termina {\n        font-family: Termina, \"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N M\",sans-serif!important;\n        font-weight: 400;\n      }\n      #clean .technology__item__desc.tips .technology__item__desc__text__content__title {\n        font-family: Termina, \"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N M\",sans-serif;\n      }\n      .mv__caption__text span {\n        font-family: \"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N R\",sans-serif;\n      }\n    \u003c\/style\u003e\n    \n    \u003c!--パラメータ表示制御--\u003e\n    \u003cscript\u003e\n      jQuery(function () {\n          const param = location.search;\n          \/\/ jsで表示・非表示の処理をするパターン\n          if (param.indexOf('?ad_1') === 0) {\n              if (window.matchMedia(\"(max-width: 768px)\").matches) {\n              \/\/画面横幅が768px以下のときの処理\n              jQuery('.y_ad_on_sp').css({ 'display': 'block' });\n              jQuery('.y_ad_off_sp').css({ 'display': 'none' });\n              } \n              else \n              {\n                  \/\/画面横幅が769px以上のときの処理\n                  jQuery('.y_ad_on').css({ 'display': 'block' });\n              jQuery('.y_ad_off').css({ 'display': 'none' });\n              };\n          }\n          else {\n              if (window.matchMedia(\"(max-width: 768px)\").matches) {\n              \/\/画面横幅が768px以下のときの処理\n              jQuery('.y_ad_on_sp').css({ 'display': 'none' });\n              jQuery('.y_ad_off_sp').css({ 'display': 'block' });\n              } \n              else \n              {\n                  \/\/画面横幅が769px以上のときの処理\n                  jQuery('.y_ad_on').css({ 'display': 'none' });\n              jQuery('.y_ad_off').css({ 'display': 'block' });\n              };\n          }\n      });\n    \u003c\/script\u003e\n    \u003cscript\u003e\n      document.addEventListener('DOMContentLoaded', function() {\n        const smoothScrollLinks = document.querySelectorAll('.custom-smooth-scroll');\n        \n        smoothScrollLinks.forEach(function(link) {\n          link.addEventListener('click', function(e) {\n            e.preventDefault();\n            const targetId = this.getAttribute('href');\n            const targetElement = document.querySelector(targetId);\n            const offset = 20; \/\/ スクロール位置を調整するためのオフセット\n            const targetPosition = targetElement.getBoundingClientRect().top + window.scrollY - offset;\n            window.scrollTo({\n              top: targetPosition,\n              behavior: 'smooth'\n            });\n          });\n        });\n      });\n    \u003c\/script\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":45927671890142,"sku":"C0008A1-FRLG","price":11000.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/blanket_allseasons.jpg?v=1756808514"},{"product_id":"blanket_perfectwarm","title":"ブレインスリープ ブランケット ポータブル パーフェクト ウォーム","description":"\u003cstyle\u003e\n    #MainContent,\n    html.js {overflow: auto;}\n    .rwlp__wrapper div:empty {display: initial;}\n    .buy__area {background-color: #fff;border-bottom: 1px #000 solid;border-top: 1px #000 solid;bottom: 0;font-weight: 500;left: 0;padding: 15px 0 18px;position: fixed;width: 100%;z-index: 99999}.buy__area__flex {align-items: center;display: flex;justify-content: center;margin: 0 auto;width: 532px}.buy__area__name {font-size: 17px;line-height: 1}.buy__area__price {font-size: 11px;line-height: 1;margin-top: 10px}.buy__area__price span {font-family: 'Helvetica Neue',Helvetica,sans-serif;font-size: 21px;line-height: 1}.buy__area__btn {background-color: #9c2335;color: #fff!important;font-size: 16px;font-weight: 500;letter-spacing: .05em;line-height: 43px;text-align: center;width: 238px}@media screen and (max-width:749px){.buy__area {padding: 20px 0}.buy__area__flex {justify-content: center;padding-left: 0;width: auto}.buy__area__text {display: none}.buy__area__btn {font-size: 16px;line-height: 40px;width: 200px}}\n    html {scroll-behavior: smooth;}\n    .rte.scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {transform: unset;animation: unset;opacity: 1;}\n    .rwlp__wrapper .thumbnail {\n        position: relative;\n        cursor: unset;\n    }\n    .rwlp__wrapper .thumbnail:hover {\n        opacity: 1;\n    }\n    .rwlp__wrapper ul {\n      padding-left: 0;\n    }\n    .rwlp__wrapper li {\n      list-style: none;\n    }\n    img {\n      border: unset!important;\n    }\n    .u-pc{display:block!important}@media screen and (max-width:767px){.u-pc{display:none!important}}html,body,div,span,iframe,h2,p,img,small,ul,li,label,details,header,nav,section,summary{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent}*{box-sizing:border-box;line-height:1.5}body{width:100%;background:#fff;font-family:\"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N M\",sans-serif;color:#000}main{display:block}li{list-style-type:none}a{display:inline-block;text-decoration:none;color:#000}img{vertical-align:bottom;max-width:100%;height:auto}input,button,select{appearance:none}h2{font-weight:normal!important}.rwlp__wrapper img{width:100%}.mv{background-color:#9c2335}.mv__inner{width:84vw;margin:0 auto;position:relative}.mv__img{width:55vw;margin-left:auto;padding-top:2.2vw}@media screen and (max-width:749px){.mv{height:180vw;position:relative}.mv__inner{width:100vw;height:100%;margin:0 auto}.mv__img{height:90.666vw;width:100vw;margin-left:auto;position:absolute;bottom:0;left:0}}.rwlp__wrapper img{width:100%}.mv{margin-top:0}\n    \n\n    \/* ギフトのstyle *\/\n    .gift__item.comparison__wrap {\n        border-top: 1px #000 solid;\n        margin-top: 0;\n    }\n    .gift__item .comparison {\n        display: flex;\n        \/* margin-top: 110px; *\/\n        margin: 110px;\n        gap: 100px;\n    }\n    .gift__item .comparison__ttl {\n        margin-bottom: 50px;\n    }\n    .gift__item img {\n        object-fit: contain;\n        max-width: 55%;\n    }\n    @media screen and (max-width:767px) {\n        .gift__item .comparison {\n            flex-direction: column;\n            \/* gap: 50px; *\/\n            gap: 25px;\n            \/* margin: 50px auto; *\/\n            margin: 50px 25px;\n        }\n        .gift__item img {\n            max-width: 100%;\n        }\n    }\n\n\n\/* giftブロック調整用 *\/\n  .gitf_block{\n    border-top: 1px #000 solid !important;\n    padding-top: 100px;\n    margin-top: 0px;\n  }\n\n@media screen and (max-width:767px) {\n  .gitf_block{\n    padding-top: 50px;\n  }\n}\n\n    \u003c\/style\u003e\n    \n    \u003cdiv class=\"rwlp__wrapper\"\u003e\n      \u003cmain\u003e\n        \u003csection class=\"mv\"\u003e\n          \u003cdiv class=\"mv__inner\"\u003e\n            \u003cdiv class=\"mv__img\"\u003e\n              \u003cimg decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_img_model_v2.png\" alt=\"\" class=\"u-pc\" width=\"1590\" height=\"1486\"\u003e\n              \u003cimg decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_img_sp_model_v2.jpg\" alt=\"\" class=\"u-sp\" width=\"748\" height=\"700\"\u003e\n            \u003c\/div\u003e\n            \u003ch1 class=\"mv__txt2\"\u003e究極に暖かい\u003cbr\u003e冷え防止ブランケット\u003c\/h1\u003e\n            \u003cdiv class=\"mv__logo\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_logo.png?1\" alt=\"BRAINSLEEP BLANKET PORTABLE PERFECT WARM\" width=\"586\" height=\"252\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"mv__features\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_kv_features.png?1\" alt=\"軽量モデル、持ち運び\" width=\"728\" height=\"74\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n        \u003cdiv class=\"intro1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"intro1__inner\"\u003e\n            \u003cp class=\"intro1__txt fadeInUpShort animated\"\u003e暖かさが欲しい様々なシーンを解決\u003c\/p\u003e\n            \u003cp class=\"intro1__ttl fadeInUpShort animated\"\u003e寒さと寒暖差に、\u003cbr\u003eこれ一枚。\u003c\/p\u003e\n            \u003cdiv class=\"intro1__scene\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_scene.png\" alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1442\" height=\"692\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_features_sp.png\" alt=\"冬のリビングルーム、冬のオフィス、寒い時期の散歩、\n              アウトドア、仮眠、子どものお昼寝\" class=\"u-sp fadeInUpShort animated\" width=\"684\" height=\"280\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro1__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_img_v2.png\" alt=\"\" class=\"u-pc\" width=\"1468\" height=\"1359\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro01_img_sp_v2.png\" alt=\"\" class=\"u-sp\" width=\"532\" height=\"474\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003cdiv class=\"intro2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"intro2__inner\"\u003e\n            \u003cp class=\"intro2__ttl fadeInUpShort animated\"\u003e究極に暖かい秘密は\u003cbr\u003e独自開発素材。\u003c\/p\u003e\n            \u003cdiv class=\"intro2__material fadeInUpShort animated\"\u003e\u003cspan\u003eカーボナノダウン\u003c\/span\u003e\u003c\/div\u003e\n            \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-pc\"\u003e\u003cspan\u003eCARBO NANO DOWN\u003c\/span\u003e\u003c\/div\u003e\n            \u003cdiv class=\"intro2__material2 termina fadeInUpShort animated u-sp\"\u003e\n    \u003cspan\u003eCARBO\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003eNANO DOWN\u003c\/span\u003e\n    \u003c\/div\u003e\n            \u003cdiv class=\"intro2__features fadeInUpShort animated\"\u003e\n              \u003cdiv\u003e保湿性\u003c\/div\u003e\n              \u003cdiv\u003e吸湿発熱性\u003c\/div\u003e\n              \u003cdiv\u003e遠赤外線輻射熱性\u003c\/div\u003e\n              \u003cdiv\u003e吸湿放湿性\u003c\/div\u003e\n              \u003cdiv\u003e圧縮回復性\u003c\/div\u003e\n              \u003cdiv\u003e洗濯性\u003c\/div\u003e\n              \u003cdiv\u003e制菌性\u003c\/div\u003e\n              \u003cdiv\u003e防ダニ性\u003c\/div\u003e\n              \u003cdiv\u003e消臭性\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__wrap1 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"intro02__wrap1__img fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_img1.jpg\" alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"1092\" height=\"616\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_img1_sp.jpg\" alt=\"\" class=\"u-sp fadeInUpShort animated\" width=\"658\" height=\"658\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"intro02__wrap1__desc\"\u003e\n                \u003cp class=\"intro02__wrap1__ttl fadeInUpShort animated\"\u003e羽毛を遥かに超える\u003cbr\u003e究極の暖かさ\u003c\/p\u003e\n                \u003cp class=\"intro02__wrap1__txt fadeInUpShort animated\"\u003eブレインスリープが長期間費やして独自開発した、完全無欠のハイブリッド粒わた。極限の極小サイズに加工したカーボンを特殊加工で繊維に配合。多機能な次世代粒わた。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro02__wrap2 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv\u003e\n                \u003cdiv class=\"intro02__wrap2__desc\"\u003e\n                  \u003cp class=\"intro02__wrap2__ttl fadeInUpShort animated\"\u003e羽毛布団を遥かに超える保温性\u003c\/p\u003e\n                  \u003cp class=\"intro02__wrap2__txt fadeInUpShort animated\"\u003e高級羽毛素材と比較して、約149％の保温性を実現\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro02__wrap2__img fadeInUpShort animated\"\u003e\n                  \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_graph1.png\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1040\" height=\"586\"\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n              \u003cdiv\u003e\n                \u003cdiv class=\"intro02__wrap2__desc\"\u003e\n                  \u003cp class=\"intro02__wrap2__ttl fadeInUpShort animated\"\u003e暖かいのに、ムレない快適さ\u003c\/p\u003e\n                  \u003cp class=\"intro02__wrap2__txt fadeInUpShort animated\"\u003eブランケット全体で、湿気を吸って放出するためにムレない快適さを実現します。\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro02__wrap2__img fadeInUpShort animated\"\u003e\n                  \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_graph2.png\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1040\" height=\"668\"\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003cdiv class=\"intro3 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cp class=\"intro3__ttl fadeInUpShort animated\"\u003e\u003cspan class=\"termina\"\u003eMAKUAKE\u003c\/span\u003eで\u003cbr class=\"u-sp\"\u003e掛け布団ジャンル歴代1位を獲得した\u003cbr\u003e\u003cspan class=\"termina\"\u003ePERFECT WARM \u003c\/span\u003eが\u003cbr class=\"u-sp\"\u003e\u003cspan class=\"td-u\"\u003eブランケット\u003c\/span\u003eに！\u003c\/p\u003e\n          \u003cdiv class=\"intro3__makuake\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro03_makuake.png\" alt=\"\" class=\"u-pc fadeInUpShort animated\" width=\"660\" height=\"372\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro02_makuake_sp.jpg\" alt=\"\" class=\"u-sp fadeInUpShort animated\" width=\"660\" height=\"894\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro3__wrap\"\u003e\n            \u003cdiv class=\"intro3__img\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_gif_pw.gif\" alt=\"\" class=\"fadeInUpShort animated\" width=\"1426\" height=\"804\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"intro3__txt fadeInUpShort animated\"\u003eコンパクト収納で\u003cbr class=\"u-pc\"\u003eオフィス・移動や\u003cbr class=\"u-pc\"\u003eアウトドアに最適\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003cdiv class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"intro04__bg\"\u003e\n            \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro04_bg_v2.jpg\" alt=\"\" width=\"2000\" height=\"1121\"\u003e\n            \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro04_bg_sp_v2.jpg\" alt=\"\" width=\"748\" height=\"770\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"intro04__inner\"\u003e\n            \u003cdiv class=\"intro04__ttl fadeInUpShort animated\"\u003e『ムレない究極の暖かさ』\u003cbr class=\"u-sp\"\u003eを持ち運ぶ\u003c\/div\u003e\n            \u003cdiv class=\"intro04__logo fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_intro04_logo.png\" alt=\"\" width=\"590\" height=\"252\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003csection class=\"spec__title\" id=\"spec\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eSPEC\u003c\/span\u003eスペック\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_spec01_v2.jpg\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eなめらかな肌触りで\u003cbr\u003e入った瞬間から快適な\u003cbr\u003e暖かさに包まれる\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eカシミヤに極限まで近づけた特殊繊維構造の毛布生地で、まさにカシミヤの様な柔らかで滑らかな風合いを実現。\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec spec__color technology__item technology__item__sub\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eColor\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eストーングレー\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"spec spec__material technology__item technology__item__sub\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title termina\"\u003eMaterial\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e側生地\u003cbr\u003e表生地：ポリエステル100％\u003cbr\u003e裏生地：パイル部分 ポリエステル100％ 基布部分 ポリエステル60％レーヨン40％\u003cbr\u003e詰めもの：ポリエステル85％合成繊維（アクリレート系）15％\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub size animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" style=\"clear: both;\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"size__desc fadeInUpShort animated\"\u003e\n              \u003cp class=\"technology__item__desc__text__content__title termina\"\u003eSize\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__desc\"\u003e約W140×L70㎝（約570ｇ）\u003cbr\u003e収納時サイズ : 約W19×D19×H30㎝\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"size__img fadeInUpShort animated\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_spec02.png\" class=\"u-pc\" alt=\"\" width=\"1918\" height=\"798\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_spec02_sp.png\" class=\"u-sp\" alt=\"\" width=\"672\" height=\"330\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n\n        \u003csection class=\"technology__item technology__item__sub gitf_block\"\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eギフトにもおすすめ\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n        \u003csection class=\"spec__title\" id=\"spec\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eHOW TO USE\u003c\/span\u003e使い方\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"technology__item technology__item__sub\"\u003e\n          \u003cdiv class=\"technology__item__inner scene\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                \u003cimg height=\"1016\" width=\"1410\" class=\"u-pc\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_howtouse_img01_model_v2.png\" decoding=\"async\" loading=\"lazy\"\u003e\n                \u003cimg height=\"778\" width=\"750\" class=\"u-sp\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_howtouse_img01_sp_model_v2.jpg\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e様々なシーンで\u003cbr\u003eマルチな使い方\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003eホックをうまく活用すれば多様な使い方が出来る重宝されるブランケットです。寒いシーズンや激しい寒暖差の冷えから守ってくれます。\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                \u003cimg height=\"918\" width=\"1630\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_howtouse_img02.png\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eブランケット ポータブルの\u003cbr class=\"u-sp\"\u003e畳み方\u003c\/h3\u003e\n                  \u003cp class=\"technology__item__desc__text__content__desc\"\u003e付属の巾着に入れればスマートにコンパクトに持ち運び可能です。\u003c\/p\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n        \u003csection class=\"relatedProducts\" id=\"relatedProducts\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eRELATED PRODUCTS\u003c\/span\u003e関連アイテム\u003c\/h2\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"related__wrap\" id=\"related01\"\u003e\n          \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003eブレインスリープ \u003cbr\u003eコンフォーター \u003cbr\u003eパーフェクト ウォームEX\u003c\/p\u003e\n            \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n              \u003cimg height=\"156\" width=\"634\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_comforter_perfect_warmex.jpg\" decoding=\"async\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"related__desc\"\u003e\n              \u003cdiv class=\"related__logo fadeInUpShort animated u-pc\"\u003e\n                \u003cimg height=\"160\" width=\"638\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_comforter_perefectwarm_ex_logo.png\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003eブレインスリープ コンフォーター \u003cbr\u003eパーフェクト ウォームEX\u003c\/p\u003e\n              \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e羽毛も毛布もいらない\u003cbr\u003e究極に暖かい掛け布団\u003c\/p\u003e\n              \u003cdiv class=\"u-pc\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_perfectwarmex\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_perfectwarmex\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"related__wrap\" id=\"related02\"\u003e\n          \u003cdiv class=\"related__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cp class=\"related__name fadeInUpShort animated u-sp\"\u003eブレインスリープ ブランケット ポータブル \u003cbr\u003eオールシーズンズ\u003c\/p\u003e\n            \u003cdiv class=\"related__img fadeInUpShort animated\"\u003e\n              \u003cimg height=\"234\" width=\"534\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_blanket_allseasons_v2.jpg\" decoding=\"async\" loading=\"lazy\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"related__desc\"\u003e\n              \u003cdiv class=\"related__logo fadeInUpShort animated u-pc\"\u003e\n                \u003cimg height=\"234\" width=\"534\" class=\"\" alt=\"\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_related_blanket_portable_all_seasons_logo.png\" decoding=\"async\" loading=\"lazy\"\u003e\n              \u003c\/div\u003e\n              \u003cp class=\"related__name fadeInUpShort animated u-pc\"\u003eブレインスリープ ブランケット ポータブル \u003cbr\u003eオールシーズンズ\u003c\/p\u003e\n              \u003cp class=\"related__ttl fadeInUpShort animated\"\u003e通年使える\u003cbr\u003e冷え防止ブランケット\u003c\/p\u003e\n              \u003cdiv class=\"u-pc\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/blanket_allseasons\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"u-sp\"\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/blanket_allseasons\" class=\"related__btn fadeInUpShort animated\" target=\"_blank\"\u003eご購入はこちら\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n        \u003csection class=\"technology__item technology__item__sub spec__table\"\u003e\n          \u003cdiv class=\"technology__item__inner u-sp\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" style=\"margin-top: 0;\"\u003e\n              \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\" style=\"padding: 0;\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\" style=\"margin-top: 0;\"\u003e\n                \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                  \u003ch3 class=\"technology__item__desc__text__content__title\" style=\"line-height: 1.5;margin-bottom: 16px;\"\u003eブランケット ポータブル\u003cbr\u003e比較表\u003c\/h3\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"technology__item__img animatedParent animateOnce spec__table1\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_blanket_comparison_v2.png\" alt=\"\" class=\"fadeInUpShort animated  only_pc\" width=\"2000\" height=\"1124\"\u003e\n            \u003cdiv class=\"spec__table1__wrap only_sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_blanket_comparison_sp_v2.png?1\" alt=\"\" class=\"fadeInUpShort animated  only_sp\" width=\"1422\" height=\"800\"\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__table__nav only_sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_prev.png\" class=\"spec__table__nav__prev\" alt=\"\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_mattress_float_slick_arrow_next.png\" class=\"spec__table__nav__next \" alt=\"\"\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n\n\n\n\n\n\n\u003c!--     \n        \u003csection class=\"other__title\" id=\"other\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eRecommended selection\u003c\/span\u003e睡眠の質を高めるオススメ商品\u003c\/h2\u003e\n          \u003c\/div\u003e\n          \u003csection class=\"other__pillow animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"other__pillow__inner fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"other__pillow__text__sub__title only_sp\"\u003e脳と睡眠研究によって生まれた枕\n                \u003cbr\u003e可能性が目覚める。\u003c\/h3\u003e\n              \u003cdiv class=\"other__pillow__vimeo\"\u003e\n                \u003cvideo class=\"lozad\" width=\"1400\" height=\"1080\" style=\"aspect-ratio: 1400\/1080;\" data-src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/5b3769ce88a34ad5b685b96a373263a8.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\n                \u003c\/video\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"other__pillow__text\"\u003e\n                \u003cdiv class=\"other__pillow__text__title\"\u003e\n                  \u003ch2 class=\"other__pillow__text__title__logo\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_pillow_logo.png\" alt=\"BRAIN SLEEP PILLOW\" width=\"207\" height=\"65\"\u003e\n                  \u003c\/h2\u003e\n                  \u003cp class=\"other__pillow__text__title__name\"\u003eブレインスリープ ピロー\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003ch3 class=\"other__pillow__text__sub__title\"\u003e脳と睡眠研究によって生まれた枕\n                  \u003cbr\u003e可能性が目覚める。\n                  \u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/section\u003e\n          \u003cdiv class=\"other__col2\"\u003e\n            \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__coin\"\u003e\n              \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003e睡眠医学×AI\n                \u003cbr\u003e睡眠を\n                \u003cbr\u003eパーソナライズ計測\u003c\/h3\u003e\n              \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_coin.jpg\" alt=\"\" width=\"629\" height=\"629\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n                \u003cdiv\u003e\n                  \u003ch2 class=\"other__col2__item__logo other__col2__item__coin__logo\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/lp_mattress_premium_float_other_coin_logo.png\" alt=\"BRAIN SLEEP COIN\" width=\"199\" height=\"61\"\u003e\n                  \u003c\/h2\u003e\n                  \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コイン\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"other__col2__item__flex\"\u003e\n                  \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠医学×AI\n                    \u003cbr\u003e睡眠をパーソナライズ計測\u003c\/p\u003e\n                  \u003ca href=\"https:\/\/brain-sleep.com\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/section\u003e\n            \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\" id=\"other__conforter\"\u003e\n              \u003ch3 class=\"other__conforter__text__sub__title only_sp\"\u003eオールシーズン快適温度に導く。\u003c\/h3\u003e\n              \u003cdiv class=\"other__col2__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter.png\" alt=\"\" width=\"561\" height=\"207\"\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n                \u003cdiv\u003e\n                  \u003ch2 class=\"other__col2__item__logo\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarmex_other_conforter_logo.png\" alt=\"BRAIN SLEEP FLOAT\" width=\"343\" height=\"104\"\u003e\n                  \u003c\/h2\u003e\n                  \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コンフォーター\n                    \u003cbr class=\"only_sp\"\u003eオールシーズンズ\n                  \u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"other__col2__item__flex\"\u003e\n                  \u003cp class=\"other__col2__item__flex__desc\"\u003eオールシーズン\n                    \u003cbr\u003e快適温度に導く。\n                  \u003c\/p\u003e\n                  \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_allseasons\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n                \u003c\/div\u003e\n              \u003c\/div\u003e\n            \u003c\/section\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e --\u003e\n\n\n\n\n    \n        \u003cdiv class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003cdiv class=\"last__inner\"\u003e\n            \u003cp class=\"last__txt\"\u003e究極の暖かさを持ち運び\u003cbr\u003e快適な毎日に\u003c\/p\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_awakenyourpossibility.png\" alt=\"\" class=\"lozad last__logo\" width=\"470\" height=\"218\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_last_present.png\" alt=\"\" class=\"u-pc lozad last__present\" width=\"680\" height=\"228\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_last_present_sp.png\" alt=\"\" class=\"u-sp lozad last__present\" width=\"680\" height=\"228\"\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n    \n        \u003csection class=\"faq\" id=\"faq\"\u003e\n          \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\u003c\/h2\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"faq__main animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e洗濯はできますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eはい、家庭で洗濯可能です。白物・淡色製品と分けて洗濯ネットに入れて洗濯してください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e漂白剤は使用できますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e色抜けや変色の原因になりますので、漂白剤（塩素系・酸素系）はお避けください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e乾燥の際に気を付けることは？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e乾燥の際は、わたを解すように軽く手で叩くとふっくら感が出ます。\u003cbr\u003eまた製品の縮みや劣化の原因になるので、タンブラー乾燥はお避けください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003eどのように使用しますか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eひざ掛けやお昼寝用としてはもちろん、ホックボタンを利用すればスカートやアームカバーとして使用できます。また、ホックボタンを取り外す際は、生地を引っ張らずにホックボタンの根本から外してください。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003e収納方法は？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003e製品を畳んでくるくると巻き、付属の巾着に入れればコンパクトに収納できて、気軽に持ち運びいただけます。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item fadeInUpShort animated\"\u003e\n              \u003ch3 class=\"faq__item__question\"\u003eカラーは何色展開ですか？\u003c\/h3\u003e\n              \u003cdiv class=\"faq__item__answer\"\u003e\n                \u003cp class=\"faq__item__answer__text\"\u003eストーングレー1色です。\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n    \n      \u003c\/main\u003e\n    \u003c\/div\u003e\n    \n    \u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_all_v1.css\"\u003e\n    \u003cscript defer type=\"text\/javascript\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_blanket_perfectwarm_all_v1.js\"\u003e\u003c\/script\u003e\n    \n    \u003cstyle\u003e\n      .spec__item__desc__text__content__title,\n      #clean .technology__item__desc.tips .technology__item__desc__text__content__desc span,\n      .technology__link__lists__title,\n      .concept__txt,\n      .fit__ttl,\n      .sleep__info__quality__cold__text,\n      .sleep__info__quality__golden__title,\n      .sleep__info__book__text__title,\n      .sleep__info__book__top,\n      .mv__txt2,\n      .rwlp__header__menu__link,\n      .technology__item__desc__text__content__title,\n      body.typesquare_option {\n        font-family: \"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N M\",sans-serif;\n        visibility: visible!important;\n        opacity: 1!important;\n      }\n      .termina {\n        font-family: Termina, \"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N M\",sans-serif!important;\n        font-weight: 400;\n      }\n      #clean .technology__item__desc.tips .technology__item__desc__text__content__title {\n        font-family: Termina, \"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N M\",sans-serif;\n      }\n      .mv__caption__text span {\n        font-family: \"游ゴシック体\",YuGothic,\"Yu Gothic M\",\"游ゴシック Medium\",\"Yu Gothic Medium\",\"Yu Gothic Pr6N R\",sans-serif;\n      }\n    \u003c\/style\u003e\n    \n    \u003c!--パラメータ表示制御--\u003e\n    \u003cscript\u003e\n      jQuery(function () {\n          const param = location.search;\n          \/\/ jsで表示・非表示の処理をするパターン\n          if (param.indexOf('?ad_1') === 0) {\n              if (window.matchMedia(\"(max-width: 768px)\").matches) {\n              \/\/画面横幅が768px以下のときの処理\n              jQuery('.y_ad_on_sp').css({ 'display': 'block' });\n              jQuery('.y_ad_off_sp').css({ 'display': 'none' });\n              } \n              else \n              {\n                  \/\/画面横幅が769px以上のときの処理\n                  jQuery('.y_ad_on').css({ 'display': 'block' });\n              jQuery('.y_ad_off').css({ 'display': 'none' });\n              };\n          }\n          else {\n              if (window.matchMedia(\"(max-width: 768px)\").matches) {\n              \/\/画面横幅が768px以下のときの処理\n              jQuery('.y_ad_on_sp').css({ 'display': 'none' });\n              jQuery('.y_ad_off_sp').css({ 'display': 'block' });\n              } \n              else \n              {\n                  \/\/画面横幅が769px以上のときの処理\n                  jQuery('.y_ad_on').css({ 'display': 'none' });\n              jQuery('.y_ad_off').css({ 'display': 'block' });\n              };\n          }\n      });\n    \u003c\/script\u003e\n    \u003cscript\u003e\n      document.addEventListener('DOMContentLoaded', function() {\n        const smoothScrollLinks = document.querySelectorAll('.custom-smooth-scroll');\n        \n        smoothScrollLinks.forEach(function(link) {\n          link.addEventListener('click', function(e) {\n            e.preventDefault();\n            const targetId = this.getAttribute('href');\n            const targetElement = document.querySelector(targetId);\n            const offset = 20; \/\/ スクロール位置を調整するためのオフセット\n            const targetPosition = targetElement.getBoundingClientRect().top + window.scrollY - offset;\n            window.scrollTo({\n              top: targetPosition,\n              behavior: 'smooth'\n            });\n          });\n        });\n      });\n    \u003c\/script\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"Default Title","offer_id":45927672447198,"sku":"C0009A1-FRDG","price":13200.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/blanket_warm.jpg?v=1756808595"},{"product_id":"comforter_perfectwarm_dual","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;}\n.buy__area {background-color: #fff;border-bottom: 1px #000 solid;border-top: 1px #000 solid;bottom: 0;font-weight: 500;left: 0;padding: 15px 0 18px;position: fixed;width: 100%;z-index: 99999}.buy__area__flex {align-items: center;display: flex;justify-content: center;margin: 0 auto;width: 532px}.buy__area__name {font-size: 17px;line-height: 1}.buy__area__price {font-size: 11px;line-height: 1;margin-top: 10px}.buy__area__price span {font-family: 'Helvetica Neue',Helvetica,sans-serif;font-size: 21px;line-height: 1}.buy__area__btn {background-color: #9c2335;color: #fff!important;font-size: 16px;font-weight: 500;letter-spacing: .05em;line-height: 43px;text-align: center;width: 238px}@media screen and (max-width:749px){.buy__area {padding: 20px 0}.buy__area__flex {justify-content: center;padding-left: 0;width: auto}.buy__area__text {display: none}.buy__area__btn {font-size: 16px;line-height: 40px;width: 200px}}\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;}\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__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\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,fieldset,form,h1,h2,header,html,iframe,img,label,legend,li,nav,p,section,small,span,summary,ul,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0}button,input,select{appearance:none}.fadeInUpShort{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}body{overflow-x:hidden}h1,h2{font-weight:400!important}.technology__link__lists__img img{width:100%}.technology__item__desc__img{position:relative;width:58.1428571428571vw;flex:1}.technology__item__desc__img video{width:100%;height:auto}.technology__item__desc__img img{width:100%;height:auto}.technology__item__desc__text__content__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:100%;max-width:calc(100vw - 20px)}.technology__item__desc__img img{height:100%}.technology__item__desc__text__content__desc{margin-top:20px;padding-right:20px}}.u-pc{display:block!important}.u-sp{display:none!important}@media screen and (max-width:767px){.u-pc{display:none!important}.u-sp{display:block!important}}img{vertical-align:bottom}.kv{position:relative}.kv__inner{position:absolute;z-index:1;top:6vw;left:9vw;color:#fff;width:87vw;height:80.6%}.kv__ttl{font-size:3.7142857vw;line-height:1.35;color:#fff}.kv__ttl span{display:block;font-size:2.571428vw;margin-bottom:.5vw}.kv__txt{color:#fff;font-size:1.86vw;margin-bottom:0.45vw;padding-left:.8vw;font-feature-settings:\"palt\"}.kv__txt img{width:8.3571428vw;position:relative;top:-0.25vw;display:inline-block;margin-right:0.45vw}.intro04__img img{margin-left:66px}.technology__item__desc__text__content__tag{font-size:22px;width:26.2857142857143vw;text-align:center;border:1px solid #000;line-height:1.4;margin-bottom:24px}#spec01 .technology__item__desc__text__content__desc{margin-top:8px;margin-bottom:80px}#spec01 .technology__item__desc__img01{width:80%;display:block;margin:0 auto}#spec01 .technology__item__desc__img02{width:50%;display:block;margin:160px auto 0}@media screen and (max-width:767px){.kv__inner{top:17vw;left:9vw;height:84.6%}.kv__ttl{font-size:5.8666666vw;line-height:1.5;margin-bottom:80.3vw}.kv__ttl span{font-size:4.6933333vw}.kv__txt{font-size:3.66vw;margin-bottom:1vw;padding-left:0}.kv__txt img{width:16.8vw;top:-0.55vw;margin-right:1vw}.intro04__img img{margin-left:1.5%}.technology__item__desc__text__content__tag{font-size:15px;width:100%;margin:0 0 8px;padding:2px 0;text-align:left;border:unset}#tech03_05 .technology__item__desc__img{margin:0;width:calc(100% - 10px)}#spec01 .technology__item__desc__text__content__desc{margin-top:8px;margin-bottom:20px}#spec01 .technology__item__desc__img01{width:100%;display:block;margin:0 auto 30px;padding-right:20px}#spec01 .technology__item__desc__img02{width:76vw;margin:30px auto;padding-right:20px}}.kv__txt__wrap {position: absolute;bottom: 0;right: 0;}.kv__txt {color: #fff;font-size: 1.86vw;margin-bottom: 0.45vw;padding-left: .8vw;font-feature-settings:\"palt\";}.kv__txt img {width: 8.3571428vw;position: relative;top: -0.25vw;display: inline-block;margin-right: 0.45vw;}.kv__logo {width: 39.71428vw;margin-left: .8vw;}.kv__txt \u003e span {background-color: #fff;width: 8.3571428vw;top: -0.25vw;display: inline-block;margin-right: 0.45vw;text-align: center;line-height: 1.52;letter-spacing: 0.15em;padding-left: 0.15em;}.kv__txt \u003e span \u003e span {background-size: 100vw auto;background-image: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_kv_bg_model.webp\");background-position: bottom -12.7vw right -36.3vw;background-clip: text;-webkit-background-clip: text;color: transparent;}@media screen and (max-width:749px){.kv__txt__wrap {right: unset;left: 0;}.kv__txt {font-size: 3.66vw;margin-bottom: 1vw;padding-left: 0;}.kv__txt img {width: 16.8vw;top: -0.55vw;margin-right: 1vw;}.kv__logo {width: 78.666vw;margin-left: 0;}.kv__txt \u003e span {width: 16.8vw;top: -0.55vw;margin-right: 1vw;line-height: 1.5;letter-spacing: 0.15em;padding-left: 0.15em;}.kv__txt \u003e span \u003e span {background-size: 100vw auto;background-position: bottom -20.8vw right -74vw;background-image: url(\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_kv_bg_sp_model.webp\");}}\n.kv__txt\u003espan\u003espan {font-weight: 500;}\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\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  \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_comforter_perfectwarm_dual_kv_bg_model.webp\" width=\"2000\" height=\"1136\"\u003e\n      \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_kv_bg_sp_model.webp\" 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次世代掛け布団\u003c\/h1\u003e\n      \u003cdiv class=\"kv__txt__wrap\"\u003e\n        \u003cp class=\"kv__txt\"\u003e\u003cspan\u003e\u003cspan\u003e秋冬春\u003c\/span\u003e\u003c\/span\u003eの寒暖差に対応する、合わせ掛け布団\u003c\/p\u003e\n        \u003cdiv class=\"kv__logo\"\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_kv_logo.webp\" 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\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro03_01.webp\" alt=\"\" width=\"551\" height=\"415\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro03_01_sp.webp\" alt=\"\" width=\"335\" height=\"250\" class=\"u-sp\"\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快適DUAL構造\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro04_01.webp\" alt=\"\" width=\"867\" height=\"431\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro04_01_sp.webp\" alt=\"\" width=\"345\" height=\"227\" class=\"u-sp\"\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快適DUAL構造だから冬だけでなく\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro05_01.webp\" alt=\"\" width=\"956\" height=\"316\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro05_01_sp.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro05_02_model.webp\" alt=\"\" width=\"997\" height=\"350\" class=\"u-pc\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_intro05_02_sp_model.webp\" 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\"\u003eコスパ最強掛け布団\u003cbr\u003eベッドの上も収納もスッキリ\u003c\/p\u003e\n      \u003cdiv class=\"intro06__logo fadeInUpShort animated\"\u003e\n        \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_product_logo.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_nav01.webp\" alt=\"\" width=\"379\" height=\"350\"\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_nav01_sp.webp\" 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 class=\"u-sp\"\u003e究極の暖かさ\u003cbr\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 class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_nav02.webp\" alt=\"\" width=\"379\" height=\"350\"\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_nav02_sp.webp\" 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\u003e3通りに調節できる\u003cbr\u003e快適DUAL構造\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_nav03.webp\" alt=\"\" width=\"379\" height=\"350\"\u003e\n              \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_nav03_sp.webp\" 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 class=\"u-sp\"\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\u003ePERFECT WARM\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_comforter_perfectwarm_dual_tech01_main.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\"\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\" 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\" 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カーボナノダウンに水蒸気を与えた際の温度変化を撮影したものです。結果は、湿気を吸うことで18.2℃から33.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_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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_02.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\"\u003e暖かさを逃がさない\u003cbr\u003e3Dツインキルト採用\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_comforter_perfectwarm_dual_tech01_02.webp\" alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e一般的な羽毛布団はキルト目から熱が逃げてしまうため、上下キルトが重ならない2層構造の独自3D立体キルトを採用。\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__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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_03.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_03_sp.webp\" 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=\"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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_04.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\"\u003e独自開発\u003cbr\u003e吸湿\u0026amp;発熱する新素材\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_04.webp\" alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\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=\"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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_05.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            \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated u-sp\" style=\"margin-bottom: 20px;\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_05.webp\" alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\" style=\"margin-top: 0;\"\u003e「カポック」とは、東南アジアに自生している樹木で、その実から採れる綿は、コットンの8分の1という軽さ。動物繊維ではないサステナブルな高機能素材として近年注目が高まっています。\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_06.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\"\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_06.webp\" alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e厳寒期は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_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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_07.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech01_07_sp.webp\" 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\" 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 class=\"u-sp\"\u003e極限まで高めて\u003cbr\u003e暖かい空気を逃さない\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\" 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中わたの粒わた・側生地・キルトで、体に吸い付くようなフィット感を実現。冷気をガードして暖かさを逃がしません。\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\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_comforter_perfectwarm_dual_tech02_main_model.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\"\u003e環境に合わせて\u003cbr class=\"u-sp\"\u003e3通りに\u003cbr\u003e調節できる快適DUAL構造\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech02_01.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech02_01.webp\" alt=\"\" width=\"1632\" height=\"920\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e一般的な掛け布団は使用できるシーズンが限られるため、季節ごとに用意したくなるもの。でも、デュアルなら1枚掛けしたり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=\"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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech02_02_model.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\"\u003eダウン状の粒わたで\u003cbr\u003e羽毛布団を超える\u003cbr class=\"u-sp\"\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_comforter_perfectwarm_dual_tech02_02_model.webp\" 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=\"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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech02_03.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\"\u003eワンタッチで簡単着脱\u003cbr\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_comforter_perfectwarm_dual_tech02_03.webp\" 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\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\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_comforter_perfectwarm_dual_tech03_main_model.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\"\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_01.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\"\u003eご家庭の洗濯機で洗える\u003cbr\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_comforter_perfectwarm_dual_tech03_01.webp\" alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e洗える布団なのに、自宅の洗濯機に入らない…。\u003cbr\u003eこんな問題も解決。掛け布団と毛布をセパレートできるため、1枚ずつ家庭洗濯機で丸洗いOKです。\u003cbr\u003e\u003cbr\u003e\u003cbr 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_02_model.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\"\u003eカーボナノダウンは\u003cbr\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_comforter_perfectwarm_dual_tech03_02_model.webp\" 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_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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_04.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_04_sp.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_05.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\"\u003e収納もコンパクトで\u003cbr\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_comforter_perfectwarm_dual_tech03_05.webp\" alt=\"\" width=\"1630\" height=\"920\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e収納も寝具の大切な要素。付属の専用BAGに入れてコンパクトに収納できます。\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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_06.webp\" 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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_tech03_06.webp\" alt=\"\" width=\"1632\" height=\"570\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e羽毛布団は、羽根が側生地を突きぬけて羽毛が吹き出すため圧縮袋の使用は推奨されていません。でも、デュアルなら圧縮袋も使用OK。さらなる省スペース収納が可能です。\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使えるシーズン\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防ダニ\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        \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\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_scene01_model.webp\" alt=\"\" width=\"950\" height=\"1380\"\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_comforter_perfectwarm_dual_scene02.webp\" alt=\"\" width=\"1362\" height=\"760\"\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_comforter_perfectwarm_dual_scene03_model.webp\" alt=\"\" width=\"1362\" height=\"603\"\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_comforter_perfectwarm_dual_scene04.webp\" alt=\"\" width=\"1170\" height=\"752\"\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"scene__img05 fadeInUpShort animated\"\u003e\n      \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_scene05_model.webp\" 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\" style=\"margin-top: 0;\"\u003e\n        \u003cdiv class=\"technology__item__desc__img u-pc fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_spec01.webp\" alt=\"\" width=\"1364\" height=\"540\" class=\"technology__item__desc__img01\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_spec02.webp\" 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シングルサイズ：約W150cm × L210cm（約3,450ｇ）\u003cbr\u003eセミダブルサイズ：W170cm × L210cm  (約3,620ｇ）\u003cbr\u003eダブルサイズ：W190cm × L210cm（約4,040ｇ）\u003cbr\u003eクイーンサイズ：W210cm × L210cm（約4,470ｇ）\u003cspan class=\"u-pc\"\u003e\u003cbr\u003e収納時のサイズ：\u003cbr\u003eシングル\/セミダブル:約W57cm × D30cm × H40cm\u003cbr\u003eダブル\/クイーン:約W57cm × D35cm × H40cm\u003c\/span\u003e\u003c\/p\u003e\n            \u003cdiv class=\"technology__item__desc__img u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_spec01.webp\" 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 × D30cm × H40cm\u003cbr\u003eダブル\/クイーン:約W57cm × D35cm × H40cm\u003c\/p\u003e\n            \u003cdiv class=\"technology__item__desc__img spec02__img u-sp\"\u003e\n              \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfectwarm_dual_spec02.webp\" 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\u003eポリエステル100％\u003cbr\u003e・インサレーション\u003cbr\u003e1層目：ポリプロピレン100％\u003cbr\u003e2・3層目：ポリエステル85％合成繊維（アクリレート系）15％\u003cbr\u003e\u003cbr\u003e●インナーケット\u003cbr\u003e・側生地\u003cbr\u003e表生地：ポリエステル100％\u003cbr\u003e裏生地：パイル部分 ポリエステル100％ 基布部分 ポリエステル55％レーヨン45％\u003cbr\u003e・インサレーション\u003cbr\u003e植物繊維（カポック）43％ポリエステル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掛け布団は\u003cbr class=\"u-sp\"\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よくあるご質問\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家庭で洗濯可能です。コンフォーターとインナーケットを外して、それぞれ１枚ずつ必ず洗濯ネットに入れて単独洗いをしてください。洗濯機容量の対応目安は、コンフォーターシングル・セミダブルサイズは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はい、使用可能です。\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\"\u003e2枚合せのセット方法は？\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\"\u003e3WAYの使用方法は？\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e厳寒期は2枚合せて、それ以外の肌寒い日や寒暖差のある時期は、取り外してそれぞれを1枚ずつご使用ください。目安は、冬は2枚合せで、秋から冬・冬から春への変わり目はコンフォーター1枚で、春先の暖かい時期はインナーケット1枚で使用する事を想定しています。室温に応じて、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コンフォーターは全サイズ規定サイズなので、市販の掛けカバーを使用できます。インナーケットはカバーを掛けずにご使用いただけます。規定サイズではないので（丈が230㎝）、カバーのチーは付いていません。汚れた際にはそのまま洗濯も可能です。\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ストーングレー1色のみのとなります。\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_comforter_perfectwarm_dual__all_v3.css?05\"\u003e\n\n\u003cscript defer 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","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\n\n\/* giftブロック調整用 *\/\n  .gitf_block{\n    border-top: 1px #000 solid !important;\n    padding-top: 100px;\n    margin-top: 0px;\n  }\n\n@media screen and (max-width:767px) {\n  .gitf_block{\n    padding-top: 50px;\n  }\n}\n\n\u003c\/style\u003e\n\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n  \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\"\u003eMakuakeで\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_v3.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_v3.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.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.png\" 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.png\" alt=\"羽毛以上に暖かい\" width=\"1412\" height=\"442\"\u003e\n          \u003cp class=\"intro02__wrap__body__txt\"\u003eブレインスリープが長期間費やして独自開発した、完全無欠のハイブリッド粒わた。極限の極小サイズに加工したカーボンを特殊加工で繊維に配合。究極の暖かさ・快適さ・清潔さを実現する8つの全機能を搭載した多機能な次世代粒わた。\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.png\" 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.png\" 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_v2.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_v2.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 class=\"u-sp\"\u003e部屋の中で\u003cbr class=\"u-pc\"\u003e急に身体が\u003cbr class=\"u-sp\"\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.png\" 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.png\" 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そこで大切なのは\u003cbr class=\"u-sp\"\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 class=\"u-sp\"\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.png\" 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.jpg\" 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 class=\"u-sp\"\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リラックスできる\u003cbr class=\"u-sp\"\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気軽に持ち運び\u003cbr class=\"u-sp\"\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 class=\"u-pc\"\u003e発想の\u003cbr class=\"u-pc\"\u003e究極の暖かさ\u003c\/h3\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_01\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \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.jpg\" 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.png\" 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.png\" 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.png\" 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.png\" alt=\"\" width=\"282\" height=\"251\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_graph01_sp.png\" alt=\"\" width=\"282\" height=\"251\" class=\"u-sp\"\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.png\" alt=\"\" width=\"301\" height=\"272\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_graph02_sp.png\" alt=\"\" width=\"301\" height=\"256\" class=\"u-sp\"\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.png\" alt=\"\" width=\"307\" height=\"256\" class=\"u-pc\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_hanten_graph03_sp.png\" alt=\"\" width=\"307\" height=\"276\" class=\"u-sp\"\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 class=\"u-pc\"\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.png\" 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.png\" 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リビングルームでの時間も、楽な着心地でリラックス。\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.png\" 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清潔さ＆\u003cbr class=\"u-pc\"\u003eコンパクト\u003c\/h3\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"technology__item technology__item__sub\" id=\"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\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\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祖母2人にクリスマスプレゼント間に合いました。\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.png\" 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.png\" 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％\u003cbr\u003e合成繊維（アクリレート系）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 ×W 20cm ×D 20cm\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男性モデル：身長183cm\/ フリーサイズ着用\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.png\" 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.png\" 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=\"technology__item technology__item__sub gitf_block\" id=\"tech03_01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eギフトにもおすすめ\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n  \u003c!-- \u003csection class=\"technology__item technology__item__sub gitf_block\" id=\"tech03_02\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \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_giftwrapping.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ギフトにもおすすめ\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e --\u003e\n\n    \u003c!-- \u003csection class=\"gift__item comparison__wrap\"\u003e\n        \u003cdiv class=\"comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv\u003e\n                \u003ch2 class=\"comparison__ttl fadeInUpShort animated\"\u003eギフトにもおすすめ\u003c\/h2\u003e\n                \u003cp\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\" width=\"45\" height=\"45\"\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e --\u003e\n\n\n  \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.jpg\" 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.jpg\" alt=\"\" width=\"374\" height=\"609\" class=\"u-sp\"\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=\"300\" data-offset=\"300\"\u003e\n          \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eRECOMMENDED SELECTION\u003c\/span\u003e睡眠の質を高めるオススメ商品\n          \u003c\/h2\u003e\n      \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"other__pillow animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"other__pillow__inner fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"other__pillow__text__sub__title u-sp\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n          \u003cdiv class=\"other__pillow__vimeo\"\u003e\u003cvideo class=\"lozad\" width=\"1920\" height=\"1080\" style=\"aspect-ratio:1920\/1080\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/473c0a16e10948f288655ba4c32ab483.mp4\" preload=\"none\" autoplay loop muted playsinline\u003e\u003c\/video\u003e\u003c\/div\u003e\n          \u003cdiv class=\"other__pillow__text\"\u003e\n              \u003cdiv class=\"other__pillow__text__title\"\u003e\n                  \u003ch2 class=\"other__pillow__text__title__logo\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_other_pillow_logo.webp\" alt=\"BRAIN SLEEP PILLOW\" width=\"200\" height=\"63\"\u003e\u003c\/h2\u003e\n                  \u003cp class=\"other__pillow__text__title__name\"\u003eブレインスリープ ピロー\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"other__pillow__text__sub__title\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e詳しく見る\u003c\/a\u003e\n          \u003c\/div\u003e\n      \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003cdiv class=\"other__col2\"\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__comforterpwex\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e羽毛を超越した\u003cbr\u003e極暖掛け布団\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__comforterpwex__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_comfoter_pwex.webp\" alt=\"\" width=\"503\" height=\"381\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n              \u003cdiv\u003e\n                  \u003ch2 class=\"other__col2__item__logo other__col2__item__comforterpwex__logo\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_comfoter_pwex_logo.webp\" alt=\"BRAIN SLEEP COMFORTER PERFECT WARM EX\" width=\"391\" height=\"97\"\u003e\n                  \u003c\/h2\u003e\n                  \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コンフォーター \u003cbr class=\"u-sp\"\u003eパーフェクト ウォーム EX\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"other__col2__item__flex\"\u003e\n                  \u003cp class=\"other__col2__item__flex__desc\"\u003e羽毛を超越した\u003cbr\u003e極暖掛け布団\u003c\/p\u003e\n                  \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_perfectwarmex\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n          \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__mattressprotecterpwex\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e究極に暖かい\u003cbr\u003eプロテクター\u003cbr class=\"u-sp\"\u003e\u003cspan\u003e（ボックスシーツ）\u003c\/span\u003e\n\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__mattressprotecterpwex__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_mattress_protector_pwex.webp\" alt=\"\" width=\"503\" height=\"381\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n              \u003cdiv\u003e\n                  \u003ch2 class=\"other__col2__item__logo other__col2__item__mattressprotecterpwex__logo\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_mattress_protector_pwex_logo.webp\" alt=\"BRAIN SLEEP MATTRESS PROTECTOR PERFECT WARM EX\" width=\"549\" height=\"92\"\u003e\n                    \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_mattress_protector_pwex_logo_sp.webp\" alt=\"\" width=\"549\" height=\"92\"\u003e\n                  \u003c\/h2\u003e\n                  \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ マットレス プロテクター パーフェクト ウォーム EX\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"other__col2__item__flex\"\u003e\n                  \u003cp class=\"other__col2__item__flex__desc\"\u003e究極に暖かい\u003cbr\u003eプロテクター\u003cbr class=\"u-sp\"\u003e\u003cspan\u003e（ボックスシーツ）\u003c\/span\u003e\u003c\/p\u003e\n                  \u003ca href=\"https:\/\/brain-sleep.com\/products\/mattressprotector_compact_perfectwarmex\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n          \u003c\/div\u003e\n      \u003c\/section\u003e\n  \u003c\/div\u003e --\u003e\n\n\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よくあるご質問\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フリーサイズ１サイズです。推奨は身長約153～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\n\/* giftブロック調整用 *\/\n  .gitf_block{\n    border-top: 1px #000 solid;\n    padding-top: 100px;\n    margin-top: 0px;\n  }\n\n@media screen and (max-width:767px) {\n  .gitf_block{\n    padding-top: 50px;\n  }\n}\n\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\u003cspan class=\"termina\"\u003e2WAY\u003c\/span\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 \u0026amp; 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 class=\"u-pc\"\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_v2.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 に\u003cspan class=\"termina\"\u003eW\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温冷2役の\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温冷2役の\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.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人の体温を感知して、肌になじむオートフィット素材。鼻の輪郭に自然にフィットし、遮光を実現。鼻の隙間から漏れる光を遮断し、ストレスフリーで快適な睡眠へ導きます。\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目元部分は３D構造で窪みを作り、圧迫感を感じさせない設計で長時間付けていても包まれるような心地良さ。\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 class=\"u-pc\"\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\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.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.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.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すごく日当たりが良い部屋なので起床時間より2時間ほど早く目が覚めてしまっていましたが、アイマスクの遮光性が高いため\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ｘ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ｘ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\n  \u003csection class=\"technology__item technology__item__sub gitf_block\" id=\"tech03_02\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\" width=\"1628\" height=\"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ギフトにもおすすめ\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n    \u003c!-- \u003csection class=\"gift__item comparison__wrap\"\u003e\n        \u003cdiv class=\"comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv\u003e\n                \u003ch2 class=\"comparison__ttl fadeInUpShort animated\"\u003eギフトにもおすすめ\u003c\/h2\u003e\n                \u003cp\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\" width=\"45\" height=\"45\"\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e --\u003e\n\n\n  \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冷蔵庫で3時間以上冷却してください。\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  \u003c!-- \u003csection class=\"other__title\" id=\"other\"\u003e\n    \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n        \u003cspan\u003eRECOMMENDED SELECTION\u003c\/span\u003e睡眠の質を高めるオススメ商品\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速く、深く、脳が眠る。\n          \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速く、深く、脳が眠る。\n            \u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e詳しく見る\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"other__col2\"\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__coin\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e睡眠医学×AI\n          \u003cbr\u003e睡眠を\n          \u003cbr\u003eパーソナライズ計測\u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/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\n              \u003cbr\u003e睡眠をパーソナライズ計測\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__conforter\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e浮く、巡る、軽くなる。究極のマットレス\u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__img\"\u003e\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ブレインスリープ マットレス\n              \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浮く、巡る、軽くなる。\n              \u003cbr\u003e究極のマットレス\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/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 --\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温冷ジェルの汚れが気になる場合は固く絞った濡れタオルで拭き取ってください。洗濯機の使用はお控えください。\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重量はアイマスクが約95g、温冷ジェル約83gです。\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 class=\"u-pc\"\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\"\u003e1本ずつ丁寧に削り出し、\u003cbr class=\"u-pc\"\u003e広島県の工場で\u003cbr class=\"u-sp\"\u003e1点ずつ丹精を込めて製品化。\u003cbr\u003e長年木材を扱ってきた\u003cbr class=\"u-sp\"\u003e熟練の職人たちによる\u003cbr class=\"u-pc\"\u003e厳しい品質管理と\u003cbr class=\"u-sp\"\u003e高い製造技術により\u003cbr class=\"u-pc\"\u003e長く安心して\u003cbr class=\"u-sp\"\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\"\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.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_01_sp.webp\" 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\"\u003e90％以上が空気層でできたブレインスリープのマットレスの通気性を妨げることなくその性能を最大限に引き出すことができるベッドフレームです。\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.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.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.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.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リラックス＆ストレス軽減\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\"\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.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.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.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.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.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.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、各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.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床から30cmはほこりが舞い上がりやすいためハウスダストゾーンと呼ばれています。ほこりやアレルギーが気になる方は30cm以上の高さで眠ることをおすすめします。\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__tag\"\u003e30cm以上になる組み合わせ\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__txt\"\u003e・ロー×プレミアム フロートorプラス フロート\u003cbr\u003e・ミドル×プレミアム フロートorプラス フロートorフロート\u003cbr\u003e・ハイ×プレミアム フロートorプラス フロートorフロート\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\"\u003e40cm以上になる組み合わせ\u003c\/p\u003e\n              \u003cp class=\"technology__item__desc__text__content__txt\"\u003e・ミドル×プレミアム フロート\u003cbr\u003e・ハイ×プレミアム フロートorプラス フロート\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.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脚：ハイΦ5×H18cm、ミドルΦ5×H9cm\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※ベッドフレームは2個口での配送となります。\u003cbr\u003e脚：ハイ約41×17×8.5cm、ミドル約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.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ひのきの加工の工程上、節、および節周りの加工の時に上記の写真のような現象が起こりますが強度などにつながる問題ではありません。\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\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\n          \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「[BRAIN SLEEP]開発担当へのお問い合わせ」\u003cbr class=\"u-sp\"\u003eを選択してください\u003c\/span\u003e\u003cbr\u003e\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\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睡眠の質を高めるオススメ商品\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速く、深く、脳が眠る。\n            \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速く、深く、脳が眠る。\n              \u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e詳しく見る\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003cdiv class=\"other__col2\"\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__coin\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e睡眠医学×AI\n            \u003cbr\u003e睡眠を\n            \u003cbr\u003eパーソナライズ計測\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/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\n                \u003cbr\u003e睡眠をパーソナライズ計測\u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__conforter\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e浮く、巡る、軽くなる。究極のマットレス\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__img\"\u003e\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ブレインスリープ マットレス\n                \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浮く、巡る、軽くなる。\n                \u003cbr\u003e究極のマットレス\u003c\/p\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/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 --\u003e\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よくあるご質問\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            オールインワンの形状は、株式会社ブレインスリープの立体商標です。\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":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\n\/* giftブロック調整用 *\/\n  .gitf_block{\n    border-top: 1px #000 solid;\n    padding-top: 100px;\n    margin-top: 0px;\n  }\n\n@media screen and (max-width:767px) {\n  .gitf_block{\n    padding-top: 50px;\n  }\n}\n\n\u003c\/style\u003e\n\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick-theme.min.css\"\u003e\n\u003clink rel=\"stylesheet\" href=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.css\"\u003e\n\n\n\u003cdiv class=\"lang_box\"\u003e\n\n\u003cdiv class=\"rwlp__wrapper\"\u003e\n    \u003cheader style=\"display: none;\" class=\"rwlp__header__wrapper\"\u003e\n        \u003cdiv class=\"\"\u003e\n            \u003cheader class=\"rwlp__header\"\u003e\u003ca href=\"#\" class=\"rwlp__header__logo\"\u003e \u003cimg height=\"40\" width=\"85\" alt=\"ロゴ：Brain Sleep\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_adpage_logo.webp\"\u003e \u003c\/a\u003e\n                \u003cnav class=\"rwlp__header__menu__wrapper\"\u003e\n                    \u003cul class=\"rwlp__header__menu\"\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#technology\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003eテクノロジー\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#spec\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003e仕様\u003c\/a\u003e\u003c\/li\u003e\n                        \u003cli class=\"rwlp__header__menu__item\"\u003e\u003ca href=\"#faq\" class=\"rwlp__header__menu__link custom-smooth-scroll\"\u003eFAQ\u003c\/a\u003e\u003c\/li\u003e\n                    \u003c\/ul\u003e\n                \u003c\/nav\u003e\n            \u003c\/header\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n    \u003csection class=\"kv\"\u003e\n        \u003cdiv class=\"kv__bg\"\u003e\n            \u003cimg class=\"u-pc\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_kv_bg_model_v3.webp?2\" width=\"2800\" height=\"1570\" alt=\"\"\u003e\n            \u003cimg class=\"u-sp\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_kv_bg_sp_model_v3.webp?2\" width=\"750\" height=\"1200\" alt=\"\"\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"kv__inner\"\u003e\n            \u003ch1 class=\"kv__txt\"\u003e着て寝るだけで\u003cbr\u003eフルリカバリー\u003c\/h1\u003e\n            \u003cul class=\"kv__feature\"\u003e\n                \u003cli class=\"kv__feature__item\"\u003e\u003cspan\u003e疲労回復\u003c\/span\u003e\u003c\/li\u003e\n                \u003cli class=\"kv__feature__item\"\u003e\u003cspan\u003e血行促進\u003c\/span\u003e\u003c\/li\u003e\n                \u003cli class=\"kv__feature__item\"\u003e\u003cspan\u003e筋肉のハリ、コリの軽減\u003c\/span\u003e\u003c\/li\u003e\n                \u003cli class=\"kv__feature__item\"\u003e\u003cspan\u003e筋肉の疲れの緩和\u003c\/span\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n            \u003cdiv class=\"kv__logo\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_kv_logo_v2.webp\" width=\"554\" height=\"66\" alt=\"BRAINSLEEP WEAR RECOVERY\"\u003e\u003c\/div\u003e\n            \u003cp class=\"kv__medical\"\u003e一般医療機器\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro00 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro00__inner\"\u003e\n            \u003cp class=\"intro00__txt1 fadeInUpShort animated\"\u003eMakuakeで\u003cspan class=\"intro00__txt1__wrap\"\u003e目標比\u003cspan class=\"termina\"\u003e3900%\u003c\/span\u003e\u003c\/span\u003eを達成\u003c\/p\u003e\n            \u003cdiv class=\"intro00__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_makuake_bnr_v2.webp\" alt=\"\" width=\"1530\" height=\"608\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro01__inner\"\u003e\n            \u003cp class=\"intro01__txt1 fadeInUpShort animated\"\u003eブレインスリープから\u003c\/p\u003e\n            \u003cp class=\"intro01__txt2 fadeInUpShort animated\"\u003e\u003cspan\u003e一般医療機器\u003c\/span\u003eの\u003cbr class=\"u-sp\"\u003eリカバリーウェアが新登場!\u003c\/p\u003e\n            \u003cdiv class=\"intro01__img fadeInUpShort animated\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro01_img_v2.webp\" alt=\"\" width=\"1602\" height=\"1088\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro01_img_sp_v2.webp\" alt=\"\" width=\"590\" height=\"550\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro02 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro02__inner\"\u003e\n            \u003cp class=\"intro02__txt1 fadeInUpShort animated\"\u003e「メディック リカバリー ファイバー」で\u003c\/p\u003e\n            \u003cp class=\"intro02__txt2 fadeInUpShort animated\"\u003e\u003cspan\u003e血行を促進し\u003c\/span\u003e\u003cbr class=\"u-sp\"\u003e\u003cspan\u003eフルリカバリー\u003c\/span\u003e\u003c\/p\u003e\n            \u003cdiv class=\"intro02__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro02_img.webp\" alt=\"\" width=\"1894\" height=\"1084\"\u003e\u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro03 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro03__inner\"\u003e\n            \u003cdiv class=\"intro03__txt\"\u003e\n                \u003cp class=\"intro03__txt1 fadeInUpShort animated\"\u003e独自開発の新素材\u003c\/p\u003e\n                \u003cp class=\"intro03__txt2 fadeInUpShort animated termina\"\u003eMEDIC \u003cbr class=\"u-pc\"\u003eRECOVERY\u003cbr\u003eFIBER\u003c\/p\u003e\n                \u003cp class=\"intro03__txt2__ja fadeInUpShort animated termina\"\u003eメディック リカバリー ファイバー\u003c\/p\u003e\n                \u003cp class=\"intro03__txt3 fadeInUpShort animated u-pc\"\u003e\n                    地球上の天然鉱物を原料とするセラミックス。その中でも純度の高いセラミックスを厳選し、独自ブレンドをしました。繊維へのナノレベルでの高濃度処方、特殊な糸形状により、高レベルの遠赤外線放射を実現。\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro03__img\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cb03f003d9814e5289482286d4d1cfaa.mp4\" style=\"aspect-ratio: 1920\/1080;\" height=\"1080\" width=\"1920\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n            \u003cp class=\"intro03__txt4 fadeInUpShort animated u-sp\"\u003e\n                地球上の天然鉱物を原料とするセラミックス。その中でも純度の高いセラミックスを厳選し、独自ブレンドをしました。繊維へのナノレベルでの高濃度処方、特殊な糸形状により、高レベルの遠赤外線放射を実現。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro04 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro04__inner\"\u003e\n            \u003cdiv class=\"intro04__wrap1\"\u003e\n                \u003cdiv class=\"intro04__wrap1__txt\"\u003e\n                    \u003cp class=\"intro04__wrap1__txt1 fadeInUpShort animated termina\"\u003eISSUE\u003c\/p\u003e\n                    \u003cp class=\"intro04__wrap1__txt2 fadeInUpShort animated\"\u003e睡眠時間が少ない日本人の\u003cbr\u003e回復効率をリカバリーウェアで上げる\u003c\/p\u003e\n                    \u003cp class=\"intro04__wrap1__txt3 fadeInUpShort animated\"\u003e日本人は理想の睡眠時間に\u003cbr\u003e50分も不足しています\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro04__wrap1__img\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro04_graph.webp?2\" alt=\"\" width=\"830\" height=\"802\" class=\"fadeInUpShort animated u-pc\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro04_graph_sp.webp?2\" alt=\"\" width=\"568\" height=\"548\" class=\"fadeInUpShort animated u-sp\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"intro04__wrap1__arrow\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro04_arrow.webp\" alt=\"\" width=\"72\" height=\"72\" class=\"fadeInUpShort animated\"\u003e\u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"intro04__wrap2\"\u003e\n                \u003cp class=\"intro04__wrap2__lead fadeInUpShort animated\"\u003e\u003cspan\u003eそこで大切なのは、時間だけでなく質\u003c\/span\u003e\u003c\/p\u003e\n                \u003cdiv class=\"intro04__wrap2__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_intro04_book.webp\" alt=\"\" width=\"276\" height=\"394\" class=\"fadeInUpShort animated\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"intro04__wrap2__txt\"\u003e\n                    \u003cp class=\"intro04__wrap2__txt1 fadeInUpShort animated\"\u003e『スタンフォード式 \u003cbr class=\"u-sp\"\u003e最高の睡眠』\u003c\/p\u003e\n                    \u003cp class=\"intro04__wrap2__txt2 fadeInUpShort animated u-pc\"\u003e\n                        \u003cspan\u003e最高の睡眠の目的である『究極の疲労回復』に\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e向けた究極のリカバリーウェア\u003c\/span\u003e\u003c\/p\u003e\n                    \u003cp class=\"intro04__wrap2__txt2 fadeInUpShort animated u-sp\"\u003e\n                        \u003cspan\u003e最高の睡眠の目的である\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e『究極の疲労回復』に\u003c\/span\u003e\u003cbr\u003e\u003cspan\u003e向けた究極のリカバリーウェア\u003c\/span\u003e\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"intro05 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"intro05__inner\"\u003e\n            \u003cp class=\"intro05__txt1 fadeInUpShort animated\"\u003e限られた睡眠時間でも\u003c\/p\u003e\n            \u003cp class=\"intro05__txt2 fadeInUpShort animated\"\u003e究極の疲労回復\u003c\/p\u003e\n            \u003cdiv class=\"intro05__logo fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_kv_logo.webp\" alt=\"BRAINSLEEP WEAR RECOVERY\" width=\"866\" height=\"114\"\u003e\u003c\/div\u003e\n            \u003cp class=\"intro05__medical fadeInUpShort animated\"\u003e一般医療機器\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology\" id=\"technology\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eTECHNOLOGY\u003c\/span\u003eテクノロジー\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__link\"\u003e\n            \u003cul class=\"technology__link__lists animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca class=\"custom-smooth-scroll\" href=\"#tech01\"\u003e\n                        \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_nav01.webp?2\" alt=\"\" width=\"782\" height=\"722\"\u003e\u003c\/div\u003e\n                        \u003ch3 class=\"technology__link__lists__title\"\u003e\n                            \u003cspan\u003e01\u003c\/span\u003e血行を促進し\u003cbr\u003eフルリカバリー\n                        \u003c\/h3\u003e\n                    \u003c\/a\u003e\u003c\/li\u003e\n                \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca class=\"custom-smooth-scroll\" href=\"#tech02\"\u003e\n                        \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_nav02_model.webp\" alt=\"\" width=\"782\" height=\"722\"\u003e\u003c\/div\u003e\n                        \u003ch3 class=\"technology__link__lists__title\"\u003e\n                            \u003cspan\u003e02\u003c\/span\u003eストレスのない\u003cbr\u003eリラックス仕様で\u003cbr\u003e快眠をサポート\n                        \u003c\/h3\u003e\n                    \u003c\/a\u003e\u003c\/li\u003e\n                \u003cli class=\"item fadeInUpShort animated\"\u003e\u003ca class=\"custom-smooth-scroll\" href=\"#tech03\"\u003e\n                        \u003cdiv class=\"technology__link__lists__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_nav03_model.webp\" alt=\"\" width=\"782\" height=\"722\"\u003e\u003c\/div\u003e\n                        \u003ch3 class=\"technology__link__lists__title no03\"\u003e\n                            \u003cspan\u003e03\u003c\/span\u003e丸洗いでき\u003cbr\u003e毎日清潔・快適\n                        \u003c\/h3\u003e\n                    \u003c\/a\u003e\u003c\/li\u003e\n            \u003c\/ul\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"tech01\"\u003e\n        \u003cdiv class=\"technology__item__inner\" style=\"position: relative; z-index: 1;\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__title u-sp fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e01\u003c\/span\u003eFULL RECOVERY\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech01_main_v2.webp\" alt=\"\" width=\"1628\" height=\"918\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech01_main_sp_v2.webp\" alt=\"\" width=\"704\" height=\"704\" style=\"height: unset; position: relative;\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch2 class=\"technology__item__title u-pc\"\u003e\n                            \u003cspan\u003e01\u003c\/span\u003eFULL RECOVERY\n                        \u003c\/h2\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e血行促進し\u003cbr\u003eフルリカバリー\u003c\/h3\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech01_01.webp\" alt=\"\" width=\"1626\" height=\"920\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e独自開発リカバリー素材\u003cbr\u003eMEDIC RECOVERY FIBER\n                        \u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            ナノレベルの厳選したセラミックスを数種類ブレンドしました。独自加工で、高濃度のセラミックスの練り込みに成功。さらに、特殊な糸形状により輻射熱を高めて、高いリカバリー効果を実現しました。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_02\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cvideo playsinline=\"\" muted=\"\" loop=\"loop\" autoplay=\"autoplay\" preload=\"none\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/cb03f003d9814e5289482286d4d1cfaa.mp4\" style=\"aspect-ratio: 1920\/1080;\" height=\"1080\" width=\"1920\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eMEDIC RECOVERY\n                            FIBERの\u003cbr\u003e遠赤外線放射機能による血行促進\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            地球上の天然鉱物を原料とするセラミックス。その中でも純度の高いセラミックスを厳選し、独自ブレンドをしました。繊維へのナノレベルでの高濃度処方、特殊な糸形状により、高レベルの遠赤外線放射を実現。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_03\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech01_03.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e＋2.3℃表面温度がアップ\u003cbr\u003e効果的に、身体を温める\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e着用することで表面温度を効果的に温めて、血行促進をもたらします。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech01_04\"\u003e\n        \u003cdiv class=\"technology__item__inner\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"border: 1px solid #000;\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech01_04.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e疲労回復だけでなく\u003cbr\u003eリラックス度アップの期待も\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            現代のストレス社会のなかで、リラックスしてストレス緩和をするかは睡眠の質に影響します。リラックス度を測る脳波測定では、リラックス状態で観測されるα波の増加率の優位性が約21％みられました。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"tech02\"\u003e\n        \u003cdiv class=\"technology__item__inner\" style=\"position: relative; z-index: 1;\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__title u-sp fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e02\u003c\/span\u003eSTRESS FREE \u003cbr class=\"u-sp\"\u003e\u0026amp; RELAX\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_main_model_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_main_sp_model_v2.webp\" alt=\"\" width=\"704\" height=\"704\" style=\"height: unset; position: relative;\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch2 class=\"technology__item__title u-pc\"\u003e\n                            \u003cspan\u003e02\u003c\/span\u003eSTRESS FREE \u003cbr class=\"u-sp\"\u003e\u0026amp; RELAX\n                        \u003c\/h2\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e\n                            ストレスのない\u003cbr\u003eリラックス仕様で\u003cbr\u003e快眠をサポート\n                        \u003c\/h3\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_01.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e肌に優しく心地よい肌触りと\u003cbr\u003eムレない快適さへ\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            リカバリーウェアの表面は速乾性のあるポリエステル、肌面は吸放湿性の高い天然系のコットンとレーヨンの独自開発生地を採用。7オンスの軽量スウェット生地で体への負担も低減します。\u003cbr\u003e※一般的なスウェット生地は9～13オンス\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_02\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"border: 1px solid #000;\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_02.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e睡眠中の嫌なムレ感を解消\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            圧倒的な吸湿放湿力でムレ感を解消。吸湿放湿性の優れた生地で、ムレない快適な着心地を実現します。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_03\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_03.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e睡眠を考えた\u003cbr\u003e締め付けない快適な可動域\u003c\/h3\u003e\n                        \u003ch3\u003e\u003cbr\u003e\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            リカバリーウェアのアームホールを大きめに設定し、ゴムやリブによる締め付けを極力少なくして、睡眠特化型のウェアで睡眠中の必要な寝返りも妨げません\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_04\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_04.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003cp class=\"technology__item__desc__text__content__tag\"\u003eトップス\u003c\/p\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            ・肩部分の余裕をもたす、ドロップショルダー\u003cbr\u003e・裾にゆとりをだす、サイドベンツ\u003cbr\u003e・締め付けの少ないリブ\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_05\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_05.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003cp class=\"technology__item__desc__text__content__tag\"\u003eパンツ\u003c\/p\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            ・立体感をだす、サイドのマチ仕様\u003cbr\u003e・足首まわりに余裕を持たせた、抜け感のあるシルエット\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech02_06\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech02_06.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003cp class=\"technology__item__desc__text__content__tag\"\u003eポケット\u003c\/p\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e・両サイドとバックにポケット付き\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item\" id=\"tech03\"\u003e\n        \u003cdiv class=\"technology__item__inner\" style=\"position: relative; z-index: 1;\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__title u-sp fadeInUpShort animated\"\u003e\n                    \u003cspan\u003e03\u003c\/span\u003ePERFECT CLEAN\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__img change_sp fadeInUpShort animated\"\u003e\n                    \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech03_main_model_v2.webp\" alt=\"\" width=\"1628\" height=\"916\"\u003e \u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech03_main_sp_model_v2.webp\" alt=\"\" width=\"704\" height=\"704\" style=\"height: unset; position: relative;\"\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch2 class=\"technology__item__title u-pc\"\u003e\n                            \u003cspan\u003e03\u003c\/span\u003ePERFECT CLEAN\n                        \u003c\/h2\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e丸洗いでき\u003cbr\u003e毎日清潔・快適\u003c\/h3\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech03_01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech03_01.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e家庭洗濯機で洗えて\u003cbr\u003e速乾性が高い\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                            リカバリーウェアは家庭洗濯機で簡単に洗濯できて、速乾性があるので、毎日清潔に。\u003cbr\u003eナノレベルでセラミックスを練り込んだ生地なので洗濯しても問題ありません。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"technology__item technology__item__sub\" id=\"tech03_02\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\" style=\"border: 1px solid #000;\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_tech03_02.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003e高い効果の制菌性と消臭性\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e抗菌よりも高い制菌で菌の増殖を防ぎ、嫌な汗の臭いを消臭します。\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"spec__title\" id=\"scene\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eSCENE\u003c\/span\u003eシーン\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"scene__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\" id=\"color\"\u003e\n        \u003cdiv class=\"scene__item fadeInUpShort animated\"\u003e\n            \u003cp class=\"scene__item__ttl u-pc\"\u003eリモートワーク中\u003c\/p\u003e\n            \u003cdiv class=\"scene__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_scene01.webp\" alt=\"\" width=\"732\" height=\"412\" class=\"u-pc\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_scene01_sp.webp\" alt=\"\" width=\"710\" height=\"400\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"scene__item__ttl u-sp\"\u003eリモートワーク中\u003c\/p\u003e\n            \u003cp class=\"scene__item__txt\"\u003e\n                リモートワークでは長時間同じ姿勢で座ることが多く、筋肉や関節に負担がかかりやすいです。リカバリーウェアを着用することで、血行を促進し、筋肉の疲労回復をすることで、疲れにくくなります。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"scene__item fadeInUpShort animated\"\u003e\n            \u003cp class=\"scene__item__ttl u-pc\"\u003e睡眠＆リラックスタイム\u003c\/p\u003e\n            \u003cdiv class=\"scene__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_scene02.webp\" alt=\"\" width=\"726\" height=\"412\" class=\"u-pc\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_scene02_sp.webp\" alt=\"\" width=\"702\" height=\"400\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"scene__item__ttl u-sp\"\u003e睡眠＆リラックスタイム\u003c\/p\u003e\n            \u003cp class=\"scene__item__txt\"\u003e\n                睡眠やリラックスしている時間帯にリカバリーウェアを着用することで、深い睡眠のサポートや筋肉のリカバリーを行なってくれ、リラックスや回復を最大化する効果が期待できます。\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"scene__item fadeInUpShort animated\"\u003e\n            \u003cp class=\"scene__item__ttl u-pc\"\u003e旅先\u003c\/p\u003e\n            \u003cdiv class=\"scene__item__img\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_scene03.webp\" alt=\"\" width=\"732\" height=\"412\" class=\"u-pc\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_scene03_sp.webp\" alt=\"\" width=\"710\" height=\"400\" class=\"u-sp\"\u003e\n            \u003c\/div\u003e\n            \u003cp class=\"scene__item__ttl u-sp\"\u003e旅先\u003c\/p\u003e\n            \u003cp class=\"scene__item__txt\"\u003e\n                旅先では長時間の移動や不規則な生活習慣が体に負担をかけることがあります。リカバリーウェアを着用することで、長時間の移動の疲労軽減や、むくみの予防の効果が期待できます。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__title\" id=\"spec\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eSPEC\u003c\/span\u003eスペック\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__wrap animatedParent animateOnce u-pb-0\" data-sequence=\"300\" data-offset=\"300\" id=\"color\"\u003e\n        \u003ch3 class=\"spec__wrap__title termina fadeInUpShort animated\"\u003eCOLOR\u003c\/h3\u003e\n        \u003cp class=\"spec__wrap__text fadeInUpShort animated\"\u003eブラック、チャコールグレー、アイボリーの3色展開\u003c\/p\u003e\n        \u003cdiv class=\"color fadeInUpShort animated\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_color.webp\" alt=\"\" class=\"\" width=\"1900\" height=\"758\"\u003e\u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"spec__wrap animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"spec_modal\"\u003e\n        \u003ch3 class=\"spec__wrap__title termina fadeInUpShort animated\"\u003eUNISEX SIZE\u003c\/h3\u003e\n        \u003cp class=\"spec__wrap__text fadeInUpShort animated\"\u003e性別や年齢、体型に関係なく着用できる\u003cbr class=\"u-sp\"\u003eユニセックスサイズ\u003c\/p\u003e\n        \u003cdiv class=\"spec__inner fadeInUpShort animated\"\u003e\n            \u003cdiv class=\"spec__slider__wrap\"\u003e\n                \u003cdiv class=\"spec__slider\"\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide01_model.webp?2\" alt=\"\" width=\"1388\" height=\"930\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide02_model.webp?2\" alt=\"\" width=\"1388\" height=\"930\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide03_model.webp?2\" alt=\"\" width=\"1388\" height=\"930\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide04_model.webp?2\" alt=\"\" width=\"1388\" height=\"930\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide05_model.webp?2\" alt=\"\" width=\"1388\" height=\"930\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"spec__slider__thumb\"\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide_thumb01_model.webp?2\" alt=\"\" width=\"172\" height=\"172\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide_thumb02_model.webp?2\" alt=\"\" width=\"172\" height=\"172\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide_thumb03_model.webp?2\" alt=\"\" width=\"172\" height=\"172\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide_thumb04_model.webp?2\" alt=\"\" width=\"172\" height=\"172\"\u003e\u003c\/div\u003e\n                    \u003cdiv\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_spec_slide_thumb05_model.webp?2\" alt=\"\" width=\"172\" height=\"172\"\u003e\u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec__slider__text fadeInUpShort animated\"\u003e\n                \u003cp\u003e男性モデル：身長183cm\/ XLサイズ着用\u003cbr\u003e女性モデル：身長160cm\/ Mサイズ着用\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"sizeguide\"\u003e\n                \u003ch3 class=\"sizeguide__title fadeInUpShort animated\"\u003e■対応サイズガイド（ユニセックス）\u003c\/h3\u003e\n                \u003cdiv class=\"sizeguide__table fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_sizeguide.webp?3\" alt=\"\" class=\"u-pc\" width=\"834\" height=\"284\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_sizeguide_sp.webp?3\" alt=\"\" class=\"u-sp\" width=\"674\" height=\"278\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"size\"\u003e\n            \u003ch3 class=\"size__title fadeInUpShort animated u-mb-8\"\u003e■製品サイズ\u003c\/h3\u003e\n            \u003cdiv class=\"size__table fadeInUpShort animated\"\u003e\n                \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_size.webp?3\" alt=\"\" class=\"u-pc\" width=\"2000\" height=\"330\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_size_sp.webp?3\" alt=\"\" class=\"u-sp\" width=\"672\" height=\"1480\"\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"size\"\u003e\n            \u003ch3 class=\"size__title fadeInUpShort animated u-mb-8\"\u003e■素材\u003c\/h3\u003e\n            \u003cp class=\"size__txt fadeInUpShort animated\"\u003e本体：ポリエステル75％ 綿15％ レーヨン10％\u003c\/p\u003e\n            \u003cp class=\"size__txt fadeInUpShort animated\"\u003eリブ：綿95％ ポリウレタン5％\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"size fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"size__title u-mb-8\"\u003e■特記事項\u003c\/h3\u003e\n            \u003cp class=\"size__note\"\u003e\n                医療用品04整形用品　一般医療機器　家庭用遠赤外線血行促進用衣\u003cbr\u003e【医療機器届出番号】11B1X10025292802\u003cbr\u003e【使用目的又は効果】遠赤外線の血行促進作用により疲労や筋肉のこり等の症状を改善する。\u003cbr\u003e・\n                疲労回復・ 血行促進・ 筋肉のハリ、コリの軽減・筋肉の疲れ緩和\u003c\/p\u003e\n            \u003cdiv class=\"size__note__detail\"\u003e続きを見る\u003c\/div\u003e\n            \u003cp class=\"size__note size__note__hide\"\u003e【使用方法等】本品は再使用可能である。\u003cbr\u003e・ 衣類として着用する。・\n                日常活動時及び睡眠時のいずれでも着用可能である。\u003cbr\u003e【禁忌・禁止事項】\u003cbr\u003e・自分自身で脱着することができない患者。[何らかの症状が発生した場合にそれを悪化させる危険性が高いため]\u003cbr\u003e・本製品に対するアレルギーを持つ患者。[アレルギー症状を引き起こす危険性が高いため]\u003cbr\u003e・装着部位に炎症や化膿、疼痛を伴う皮膚疾患創傷のある方[接触により症状が悪化する恐れがある為]\u003cbr\u003e【使用上の注意】\u003cbr\u003e①本品に破損がないことを確認すること。\u003cbr\u003e②睡眠時の着用は、発汗作用が高まる事から、十分な水分補給を行うこと。\u003cbr\u003e③着用中に身体に何らかの異常（かゆみ、かぶれなど）を感じた場合は、ただちに使用を中止すること。\u003cbr\u003e④湿疹、かぶれ、傷など皮膚に異常がある場合\n                は使用しないこと。\u003cbr\u003e⑤本製品を洗濯する際は、洗濯絵表示に従って行うこと。\u003cbr\u003e⑥色物は色落ちすることがあるので他の白物との同時洗濯や、水に長時間のつけ置きは避けること。\u003cbr\u003e⑦家庭洗濯時の衣類乾燥機の使用は避け、形を整えて干すこと。\u003cbr\u003e⑧表面の毛羽は燃えやすいので、コンロやストーブなどの火元に近づく場合は、十分注意すること。\u003cbr\u003e⑨本製品の形状を変えたりするなど、加工、修理を行わないこと。\u003cbr\u003e【取り扱い上の注意】\u003cbr\u003e本品は繰り返し使用可能ですが、素材の湿気や日光（紫外線）の影響を受けたり、長期の使用による経年劣化で伸びが生じたりする場合がありますのでご注意ください。\n            \u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"technology__item comparison__wrap\" style=\"border: unset; margin-top: 0;\"\u003e\n        \u003cdiv class=\"comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"comparison__ttl fadeInUpShort animated\"\u003e製品比較表\u003c\/h2\u003e\n            \u003cdiv class=\"comparison__wrap spec__table1 fadeInUpShort animated\"\u003e\n                \u003cimg class=\"u-pc\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_half_comparison_re2.webp?1\" alt=\"\" width=\"2000\" height=\"1796\" style=\"width: 100%;\"\u003e\n                \u003cdiv class=\"spec__table1__wrap u-sp\"\u003e\u003cimg class=\"u-sp\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_half_comparison_re2.webp?2\" alt=\"\" width=\"1810\" height=\"1840\"\u003e\u003c\/div\u003e\n                \u003cdiv class=\"spec__table__nav u-sp\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_prev.png\" class=\"spec__table__nav__prev\" alt=\"\" width=\"45\" height=\"45\"\u003e \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_pillow_slick_arrow_next.png\" class=\"spec__table__nav__next\" alt=\"\" width=\"45\" height=\"45\"\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003csection class=\"technology__item technology__item__sub gitf_block\" id=\"tech03_01\"\u003e\n        \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n                \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n                    \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\" width=\"1634\" height=\"920\"\u003e\n\u003c\/div\u003e\n                \u003cdiv class=\"technology__item__desc__text fadeInUpShort animated\"\u003e\n                    \u003cdiv class=\"technology__item__desc__text__content\"\u003e\n                        \u003ch3 class=\"technology__item__desc__text__content__title\"\u003eギフトにもおすすめ\u003c\/h3\u003e\n                        \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n                        \u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\n    \u003c!-- \u003csection class=\"gift__item comparison__wrap\"\u003e\n        \u003cdiv class=\"comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv\u003e\n                \u003ch2 class=\"comparison__ttl fadeInUpShort animated\"\u003eギフトにもおすすめ\u003c\/h2\u003e\n                \u003cp\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\" width=\"45\" height=\"45\"\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e --\u003e\n\n\n\n\u003c!-- \n    \u003csection class=\"other__title\" id=\"other\"\u003e\n        \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n                \u003cspan\u003eRECOMMENDED SELECTION\u003c\/span\u003e睡眠の質を高めるオススメ商品\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection class=\"other__pillow animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"other__pillow__inner fadeInUpShort animated\"\u003e\n            \u003ch3 class=\"other__pillow__text__sub__title u-sp\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n            \u003cdiv class=\"other__pillow__vimeo\"\u003e\u003cvideo class=\"lozad\" width=\"1920\" height=\"1080\" style=\"aspect-ratio: 1920\/1080;\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/473c0a16e10948f288655ba4c32ab483.mp4\" preload=\"none\" autoplay=\"autoplay\" loop=\"loop\" muted=\"\" playsinline=\"\"\u003e\u003c\/video\u003e\u003c\/div\u003e\n            \u003cdiv class=\"other__pillow__text\"\u003e\n                \u003cdiv class=\"other__pillow__text__title\"\u003e\n                    \u003ch2 class=\"other__pillow__text__title__logo\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_other_pillow_logo.webp\" alt=\"BRAIN SLEEP PILLOW\" width=\"200\" height=\"63\"\u003e\u003c\/h2\u003e\n                    \u003cp class=\"other__pillow__text__title__name\"\u003eブレインスリープ ピロー\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003ch3 class=\"other__pillow__text__sub__title\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n                \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e詳しく見る\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"other__col2\"\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__coin\"\u003e\n            \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e睡眠医学×AI\u003cbr\u003e睡眠を\u003cbr\u003eパーソナライズ計測\u003c\/h3\u003e\n            \u003cdiv class=\"other__col2__item__coin__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_other_coin.webp\" alt=\"\" width=\"700\" height=\"700\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n                \u003cdiv\u003e\n                    \u003ch2 class=\"other__col2__item__logo other__col2__item__coin__logo\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_other_coin_logo.webp\" alt=\"BRAIN SLEEP COIN\" width=\"279\" height=\"86\"\u003e\u003c\/h2\u003e\n                    \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コイン\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"other__col2__item__flex\"\u003e\n                    \u003cp class=\"other__col2__item__flex__desc\"\u003e睡眠医学×AI\u003cbr\u003e睡眠をパーソナライズ計測\u003c\/p\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__conforter\"\u003e\n            \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003eオールシーズン、これ一枚で快適温度。\u003c\/h3\u003e\n            \u003cdiv class=\"other__col2__item__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_other_conforter.webp\" alt=\"\" width=\"561\" height=\"207\"\u003e\u003c\/div\u003e\n            \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n                \u003cdiv\u003e\n                    \u003ch2 class=\"other__col2__item__logo\"\u003e\u003cimg class=\"lozad\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_coin_other_conforter_logo.webp\" alt=\"BRAIN SLEEP COMFORTER\" width=\"343\" height=\"104\"\u003e\u003c\/h2\u003e\n                    \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コンフォーター\u003cbr class=\"u-sp\"\u003eオールシーズンズ\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"other__col2__item__flex\"\u003e\n                    \u003cp class=\"other__col2__item__flex__desc\"\u003eオールシーズン\u003cbr\u003eこれ一枚で快適温度。\u003c\/p\u003e\n                    \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_allseasons\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n    \u003c\/div\u003e --\u003e\n\n\n\n\n\n\n    \u003csection class=\"last animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"last__inner\"\u003e\n            \u003cdiv class=\"awakenyourpossibility\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_awakenyourpossibility_v2.webp\" alt=\"\" width=\"626\" height=\"320\"\u003e\u003c\/div\u003e\n            \u003cp class=\"last__txt\"\u003e限られた時間で\u003cbr\u003eもっと効率よく。\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003csection id=\"faq\" class=\"faq js-box\"\u003e\n        \u003cdiv class=\"section__title\"\u003e\n            \u003ch2 class=\"section__title__text\"\u003e\n                \u003cspan\u003eFAQ\u003c\/span\u003eよくあるご質問\n            \u003c\/h2\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"faq__main\"\u003e\n\n            \u003cdiv class=\"faq__item\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003eインナーウェア（肌着）の上に着用しても効果はありますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003eインナーウェア（肌着）を着用しても問題ございません。ただ、そのまま着用された方が輻射熱の効果の体感と効果はより発揮できます。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq__item\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e洗濯はできますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003eはい、家庭洗濯機で洗濯可能です。白・淡色製品と分けて、洗濯してください。また、漂白剤（塩素系・酸素系）の使用はお避けください。\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"faq__item\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e乾燥機を使用できますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e製品の縮みや劣化の原因になりますのでタンブル乾燥はお避けください。日陰での吊り干しをお勧めします。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e生地の厚みはどの位ですか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e約7オンスの薄手のスウェット生地で、就寝も違和感のない厚みになっています。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003eサイズはどう選べば良いですか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003eユニセックスサイズで、ゆったりした仕様になります。ページ上の対応サイズガイドを参考にご自分のサイズをお選びください。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003eどのシーズンに使用できますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e春・秋・冬はもちろん使用できます。夏の暑い時期にエアコンをかけてお休みになる場合にもご使用頂けます。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"faq__item\"\u003e\n                \u003ch3 class=\"faq__item__question\"\u003e医療機器として届け出された商品ですが、使用上の注意点はありますか？\u003c\/h3\u003e\n                \u003cdiv class=\"faq__item__answer\"\u003e\n                    \u003cp class=\"faq__item__answer__text\"\u003e付属の取扱い説明、注意事項をご参照ください。\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e\n\u003c\/div\u003e\n\n\u003c\/div\u003e\n\n\n\u003clink rel=\"stylesheet\" media=\"print\" onload=\"this.media='all'\" href=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_recovery_all_v3.css?3\"\u003e\n\u003cscript src=\"https:\/\/cdn.jsdelivr.net\/npm\/slick-carousel@1.8.1\/slick\/slick.min.js\"\u003e\u003c\/script\u003e\n\u003cscript\u003e\n    jQuery(\".size__note__detail\").click(function () {\n        jQuery(this).toggleClass('open');\n        jQuery('.size__note__hide').slideToggle().toggleClass('open');\n    });\n    jQuery(\".faq__item__question\").click(function () {\n        if (jQuery(this).next('.faq__item__answer').is(':visible')) {\n            jQuery(this).next('.faq__item__answer').stop().slideUp();\n            jQuery(this).removeClass('open');\n        } else {\n            jQuery(this).next('.faq__item__answer').stop().slideDown();\n            jQuery(this).addClass('open');\n        }\n    });\n\n    jQuery(\".spec__table__nav__next\").on(\"click\", function () {\n        var target = jQuery(this).parent(\".spec__table__nav\").parent(\".spec__table1\").find(\".spec__table1__wrap, .spec__table2__wrap\")\n            , width = target.width();\n        return target.animate({\n            scrollLeft: target.scrollLeft() + width\n        }, 300),\n            !1\n    });\n    jQuery(\".spec__table__nav__prev\").on(\"click\", function () {\n        var target = jQuery(this).parent(\".spec__table__nav\").parent(\".spec__table1\").find(\".spec__table1__wrap, .spec__table2__wrap\")\n            , width = target.width();\n        return target.animate({\n            scrollLeft: target.scrollLeft() - width\n        }, 300),\n            !1\n    });\n    jQuery(function () {\n        animate();\n        jQuery(window).on(\"scroll\", function () {\n            animate();\n        });\n        sliderInit();\n        function sliderInit() {\n            jQuery(\".spec__slider\").not('.slick-initialized').slick({\n                infinite: true,\n                dots: false,\n                arrows: false,\n                autoplay: false,\n                slidesToShow: 1,\n                slidesToScroll: 1,\n                asNavFor: \".spec__slider__thumb\",\n                waitForAnimate: false,\n            });\n            jQuery(\".spec__slider__thumb\").not('.slick-initialized').slick({\n                infinite: false,\n                dots: false,\n                arrows: false,\n                autoplay: false,\n                slidesToShow: 5,\n                slidesToScroll: 5,\n                asNavFor: \".spec__slider\",\n                waitForAnimate: false,\n            });\n            jQuery(\".spec__slider__thumb .slick-slide\").on(\"click\", function () {\n                let index = jQuery(this).attr(\"data-slick-index\");\n                jQuery(\".spec__slider\").slick(\"slickGoTo\", index);\n            });\n        };\n    });\n    \n    function animate() {\n        jQuery('.animatedParent').each(function () {\n            var offset = jQuery(this).data('offset');\n            if (offset) {\n                offset = offset;\n            } else {\n                offset = 0;\n            }\n            if (jQuery(this).isInViewport(offset)) {\n                var parent = jQuery(this);\n                delay = Number(parent.attr('data-sequence'));\n                jQuery(jQuery(this).find('.animated')).each(function (index) {\n                    jQuery(jQuery(this)).delay(index * delay).queue(function (next) {\n                        if (!jQuery(this).hasClass('go')) {\n                            jQuery(this).addClass(\"go\");\n                            if (jQuery(this).parents('.full__recovery__svg__wrapper').length) {\n                                jQuery(this).attr('class', 'animated fadeInRightShort slower go');\n                            }\n\n                        }\n                        next();\n                    });\n                });\n            }\n        });\n    }\n    jQuery.fn.isInViewport = function (offset) {\n        \/\/ console.log('isInViewport');\n        var elementTop = jQuery(this).offset().top + offset;\n        var elementBottom = elementTop + jQuery(this).outerHeight();\n\n        var viewportTop = jQuery(window).scrollTop();\n        var viewportBottom = viewportTop + jQuery(window).height();\n\n        return elementBottom \u003e viewportTop \u0026\u0026 elementTop \u003c viewportBottom;\n    };\n\n    jQuery(function () {\n        const param = location.search;\n        if (param.indexOf(\"?ad\") === 0) {\n            console.log(\"通常広告\");\n\n            const fixed_01 = document.getElementById(\"fixed_01\");\n            fixed_01.style.display = \"none\";\n\n            \/\/商品ページヘッダー非表示\n            jQuery(\".shopify-section-group-header-group\").css({\n                display: \"none\",\n            });\n\n            \/\/商品ページヘッダー非表示\n            jQuery(\".rwlp__header__wrapper\").css({\n                display: \"block\",\n            });\n\n            if (window.matchMedia(\"(max-width: 768px)\").matches) {\n                \/\/画面横幅が768px以下のときの処理\n                jQuery(\"body\").css({\n                    \"padding-top\": \"65px\",\n                });\n            } else {\n                \/\/画面横幅が769px以上のときの処理\n                jQuery(\"body\").css({\n                    \"padding-top\": \"90px\",\n                });\n            }\n\n            \/\/商品ページ流入時　要素表示\n            jQuery(\".ad_off\").css({\n                display: \"none\",\n            });\n\n            \/\/広告ページ（yahoo）流入時　要素非表示\n            jQuery(\".y_ad_on\").css({\n                'cssText': 'display:none !important;'\n                \/\/ display: \"none\",\n            });\n\n            \/\/広告ページ（通常）、商品ページ流入時　要素表示\n            jQuery(\".ad_on_off\").css({\n                'cssText': 'display:block !important;'\n                \/\/ display: \"block\",\n            });\n\n            \/\/広告ページ（通常、yahoo）流入時　要素表示\n            jQuery(\".ad_on\").css({\n                display: \"block\",\n            });\n\n        } else {\n            console.log(\"なにもなし\");\n\n            \/\/広告ページ（yahoo）流入時　要素非表示\n            jQuery(\".y_ad_on\").css({\n                'cssText': 'display:none !important;'\n                \/\/ display: \"none\",\n            });\n\n            \/\/商品ページ流入時　要素表示\n            jQuery(\".ad_off\").css({\n                display: \"block\",\n            });\n\n            \/\/商品ページ流入時　要素表示\n            jQuery(\".ad_on\").css({\n                display: \"none\",\n            });\n        }\n    });\n\n    var startPos = 0,\n        winScrollTop = 0;\n    $(window).on(\"scroll\", function () {\n        winScrollTop = $(this).scrollTop();\n        if (winScrollTop \u003e= startPos) {\n            if (winScrollTop \u003e= 130) {\n                $(\".rwlp__header__wrapper\").addClass(\"animate\");\n                $(\".rwlp__header__wrapper\").addClass(\"hide\");\n                $(\".rwlp__header__wrapper\").addClass(\"fixed\");\n            } else if (winScrollTop \u003e= 90) {\n                $(\".rwlp__header__wrapper\").addClass(\"fixed\");\n                $(\".rwlp__header__wrapper\").removeClass(\"animate\");\n            } else {\n                $(\".rwlp__header__wrapper\").removeClass(\"fixed\");\n            }\n        } else {\n            $(\".rwlp__header__wrapper\").removeClass(\"hide\");\n        }\n        startPos = winScrollTop;\n    });\n\u003c\/script\u003e\n\n\u003cstyle\u003e\n    .spec__item__desc__text__content__title,\n    .technology__link__lists__title,\n    .technology__item__desc__text__content__title {\n        font-family: \"游ゴシック体\", YuGothic, \"Yu Gothic M\", \"游ゴシック Medium\", \"Yu Gothic Medium\", \"Yu Gothic Pr6N M\", sans-serif;\n        visibility: visible !important;\n    }\n\u003c\/style\u003e","brand":"株式会社ブレインスリープ","offers":[{"title":"S \/ 上下セット \/ ブラック","offer_id":46586705412318,"sku":"W0011S1-0002","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 上下セット \/ グレー","offer_id":46586705445086,"sku":"W0011S1-0001","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ 上下セット \/ アイボリー","offer_id":47593517449438,"sku":"W0011S1-0009","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ トップス \/ ブラック","offer_id":46521407701214,"sku":"W0011A1-SMBK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ トップス \/ グレー","offer_id":46521407733982,"sku":"W0011A1-SMCG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ トップス \/ アイボリー","offer_id":47593517580510,"sku":"W0011A1-SMVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ パンツ \/ ブラック","offer_id":46521420316894,"sku":"W0012A1-SMBK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ パンツ \/ グレー","offer_id":46521420349662,"sku":"W0012A1-SMCG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"S \/ パンツ \/ アイボリー","offer_id":47593517711582,"sku":"W0012A1-SMVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 上下セット \/ ブラック","offer_id":46586705477854,"sku":"W0011S1-0004","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 上下セット \/ グレー","offer_id":46586705510622,"sku":"W0011S1-0003","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ 上下セット \/ アイボリー","offer_id":47593517482206,"sku":"W0011S1-0010","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ トップス \/ ブラック","offer_id":46521407766750,"sku":"W0011A1-MEBK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ トップス \/ グレー","offer_id":46521407799518,"sku":"W0011A1-MECG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ トップス \/ アイボリー","offer_id":47593517613278,"sku":"W0011A1-MEVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ パンツ \/ ブラック","offer_id":46521420382430,"sku":"W0012A1-MEBK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ パンツ \/ グレー","offer_id":46521420415198,"sku":"W0012A1-MECG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"M \/ パンツ \/ アイボリー","offer_id":47593517744350,"sku":"W0012A1-MEVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 上下セット \/ ブラック","offer_id":46586705543390,"sku":"W0011S1-0006","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 上下セット \/ グレー","offer_id":46586705576158,"sku":"W0011S1-0005","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ 上下セット \/ アイボリー","offer_id":47593517514974,"sku":"W0011S1-0011","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ トップス \/ ブラック","offer_id":46521407832286,"sku":"W0011A1-LABK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ トップス \/ グレー","offer_id":46521407865054,"sku":"W0011A1-LACG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ トップス \/ アイボリー","offer_id":47593517646046,"sku":"W0011A1-LAVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ パンツ \/ ブラック","offer_id":46521420447966,"sku":"W0012A1-LABK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ パンツ \/ グレー","offer_id":46521420480734,"sku":"W0012A1-LACG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"L \/ パンツ \/ アイボリー","offer_id":47593517777118,"sku":"W0012A1-LAVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ 上下セット \/ ブラック","offer_id":46586705608926,"sku":"W0011S1-0008","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ 上下セット \/ グレー","offer_id":46586705641694,"sku":"W0011S1-0007","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ 上下セット \/ アイボリー","offer_id":47593517547742,"sku":"W0011S1-0012","price":28600.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ トップス \/ ブラック","offer_id":46521407897822,"sku":"W0011A1-XLBK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ トップス \/ グレー","offer_id":46521407930590,"sku":"W0011A1-XLCG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ トップス \/ アイボリー","offer_id":47593517678814,"sku":"W0011A1-XLVY","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ パンツ \/ ブラック","offer_id":46521420513502,"sku":"W0012A1-XLBK","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ パンツ \/ グレー","offer_id":46521420546270,"sku":"W0012A1-XLCG","price":14300.0,"currency_code":"JPY","in_stock":true},{"title":"XL \/ パンツ \/ アイボリー","offer_id":47593517809886,"sku":"W0012A1-XLVY","price":14300.0,"currency_code":"JPY","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/tmn_wear_recovery_black.webp?v=1776067598"},{"product_id":"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究極に暖かい\u003cbr class=\"u-sp\"\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.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.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コンフォーター \u003cbr class=\"u-sp\"\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\u003e196％の驚異の暖かさ。\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\n\n\u003c!-- \n  \u003csection class=\"intro01 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"makuake fadeInUpShort animated\"\u003e\n      \u003cp class=\"makuake__txt\"\u003eMakuakeで\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_re1.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_re1.webp?1\" 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_re1.webp?1\" 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_re1.webp?1\" alt=\"\" width=\"360\" height=\"414\"\u003e\u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n   --\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さらに掛け心地は柔らかで\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_v2.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_v2.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\u003cbr class=\"u-pc\"\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ブレインスリープ \u003cbr class=\"u-sp\"\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_v2.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_v2.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中わたは、独自開発した特許取得【カーボナノダウン】。繊維にカーボンの特殊加工を施して、暖かさ・快適さ・清潔さを実現する超多機能わた。そして、大きくて、絡み合う構造の粒状わただから、暖かい空気を最大限溜め込むことが出来ます。まさに※日本初の次世代わたです。\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.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特許番号　　第７７３４３５８号\u003c\/p\u003e\n              \u003cp class=\"intro05__wrap__patent__txt\"\u003e先進テクノロジーで、究極の保温力は\u003cbr class=\"u-sp\"\u003eもちろん、\u003cbr class=\"u-pc\"\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_v2.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_v2.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特許番号　　第７７３４３５８号\u003c\/p\u003e\n              \u003cp class=\"intro05__wrap__patent__txt\"\u003e先進テクノロジーで、究極の保温力は\u003cbr class=\"u-sp\"\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      \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\n\n  \u003c!-- \u003csection class=\"intro07 animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n    \u003cdiv class=\"intro07__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_perfect_warm_2025_intro07_bg_model_v2.webp\" alt=\"\" width=\"2000\" height=\"1192\"\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_intro07_bg_model_sp_v2.webp\" alt=\"\" width=\"750\" height=\"1030\"\u003e\n    \u003c\/div\u003e\n    \u003cp class=\"intro07__txt fadeInUpShort animated\"\u003e究極の暖かさで、\u003cbr\u003e最高の睡眠を。\u003c\/p\u003e\n    \u003cdiv class=\"intro07__logo fadeInUpShort animated\"\u003e\u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_comforter_perfect_warm_2025_intro07_logo.webp\" alt=\"\" width=\"772\" height=\"136\"\u003e\u003c\/div\u003e\n  \u003c\/section\u003e --\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ブレインスリープ史上\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.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_sp.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℃上昇し、理想の寝床内温度約33.0℃を実現。\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_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_tech01_02_sp_v2.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_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カーボナノダウンを増量\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.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.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          \u003c!-- \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 --\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_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特殊構造\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断熱テクノロジー\u003cbr\u003e\n\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.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.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.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掛け布団と毛布を重ねた時のずれも解消出来て、1枚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=\"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_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カーボナノダウンの特徴を最大限発揮するような3Dツインキルトを採用。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=\"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.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.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丸ごと洗えて、清潔加工。家庭洗濯機で丸洗いOKです。\u003cbr\u003e\u003cbr\u003e［洗濯機の対応目安］\u003cbr\u003e・シングル\/セミダブルサイズ：9㎏以上の洗濯機\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\/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.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.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収納も寝具の大切な要素。付属の専用BAGに入れてコンパクトに収納できます。\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㎝ × L210㎝（約2,890ℊ）\u003cbr\u003eセミダブルサイズ：W170㎝ × L210㎝  (約3,230ℊ）\u003cbr\u003eダブルサイズ：W190㎝ × L210㎝（約3,570ℊ）\u003cbr\u003eクイーンサイズ：W210㎝ × L210㎝（約3,940ℊ）\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％ 基布部分 ポリエステル55％レーヨン45％\u003cbr\u003e・インサレーション\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\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よくあるご質問\u003c\/h2\u003e\n    \u003c\/div\u003e\n    \u003cdiv class=\"faq__main\"\u003e\n\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            取扱店舗でもご購入いただけます。店舗により取扱商品が異なりますので、 \u003cbr\u003e\n            詳しくは \u003ca href=\"https:\/\/brain-sleep.com\/pages\/shop_information\" target=\"_blank\"\u003eこちら\u003c\/a\u003eからご確認ください。\n          \u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"faq__item\"\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はい、ご家庭で洗濯いただけます。必ず洗濯ネットに入れて単独洗いしてください。（ブレインスリープの布団専用ランドリーネットを推奨いたします）。洗濯機容量の対応目安は、コンフォーターシングル・セミダブルサイズは9kg以上、ダブル・クイーンサイズは11kg以上です。ただし、形状や機種により洗濯機に入らない場合は、手洗いまたは大型コインランドリーや布団専用クリーニングでの洗濯をおすすめいたします。無理に洗濯機に詰め込むと、洗濯機の故障につながりますのでご注意ください。事前に洗濯機の取扱説明書をご確認ください。\u003cbr\u003eまた、より丁寧なケアをご希望の方には、\u003ca href=\"\/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製品の縮みや劣化の原因となりますので、タンブラー乾燥はお避けください。\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\/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ストーングレー1色の展開です。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__item\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003e布団の厚みはどのくらいですか？\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e厚みは約10cmのふかふかでボリューム感のある掛け布団です。\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\n\n  \u003csection class=\"comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" style=\"margin-top: 0px;\"\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.webp?3\" 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羽毛布団も毛布も\u003cbr\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さらに究極の暖かさを\u003cbr class=\"u-sp\"\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％UP。下からの冷えもしっかり防寒します。\u003cbr\u003e冬の冷気は床や地面に溜まりやすい性質を持っていて、その冷気はベッドマットレスを通じて寒さとして感じます。その寒さから身体を守るために、効果的です。\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/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.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.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㎝ × L205㎝（約1,140ℊ）\u003cbr\u003e・セミダブルサイズ：W120㎝ × L205㎝  (約1,300ℊ）\u003cbr\u003e・ダブルサイズ：W140㎝ × L205㎝（約1,470ℊ）\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\u003e植物繊維(カポック)43％ポリエステル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この1枚で\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\"\u003eMakuakeで\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 class=\"u-sp\"\u003e暖かさと\u003cbr class=\"u-pc\"\u003e快適さを実現した\u003cbr class=\"u-sp\"\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\n\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使用している掛け布団の\u003cbr class=\"u-sp\"\u003e保温性を上げたい！\u003c\/li\u003e\n\u003cli class=\"issue__item\"\u003e\n\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\n\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パーフェクトウォームを掛けるだけで、\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.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.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_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究極の吸湿発熱力\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\" 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_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究極の吸湿放湿力\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℃に導く\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℃に導く\u003c\/h3\u003e\n\u003cp class=\"technology__item__desc__text__content__desc\"\u003e試験方法：20℃65％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_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\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\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睡眠の質を高めるオススメ商品\u003c\/h2\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\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\u003cvsc-controller class=\"vsc-controller\" style=\"top: 6621.89px; left: 0px; position: absolute !important; z-index: 9999999 !important;\"\u003e\u003c\/vsc-controller\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\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\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_other_pillow_logo.webp\" alt=\"BRAIN SLEEP PILLOW\" width=\"200\" height=\"63\"\u003e\u003c\/h2\u003e\n\u003cp class=\"other__pillow__text__title__name\"\u003eブレインスリープ ピロー\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch3 class=\"other__pillow__text__sub__title\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n\u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e詳しく見る\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003cdiv class=\"other__col2\"\u003e\n\u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__comforterpwex\"\u003e\n\u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e羽毛を超越した\u003cbr\u003e極暖掛け布団\u003c\/h3\u003e\n\u003cdiv class=\"other__col2__item__comforterpwex__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_comfoter_pwex.webp\" alt=\"\" width=\"503\" height=\"381\"\u003e\u003c\/div\u003e\n\u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n\u003cdiv\u003e\n\u003ch2 class=\"other__col2__item__logo other__col2__item__comforterpwex__logo\"\u003e\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\u003c\/h2\u003e\n\u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コンフォーター \u003cbr class=\"u-sp\"\u003eパーフェクト ウォーム EX\u003c\/p\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"other__col2__item__flex\"\u003e\n\u003cp class=\"other__col2__item__flex__desc\"\u003e羽毛を超越した\u003cbr\u003e極暖掛け布団\u003c\/p\u003e\n\u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_perfectwarmex\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/section\u003e\n\u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__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\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ストーングレー1色です。\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"faq__item\"\u003e\n\u003ch3 class=\"faq__item__question\"\u003e静電気はしますか？\u003c\/h3\u003e\n\u003cdiv class=\"faq__item__answer\"\u003e\n\u003cp class=\"faq__item__answer__text\"\u003e静電防止加工をしています。また、素材自体も吸湿性のあるポリエステルやレーヨンを使用しているので、静電気対策はしております。ただ、静電気は部屋の湿度環境など発生しやすくなります。もし、静電気が起こりやすい場合は、寝室の加湿対策をして頂き、水や消臭スプレーなどで製品に霧吹きしてください。\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\n\u003cspan\u003e背中部分の保温性が112％UP\u003c\/span\u003e\u003cbr\u003e究極に暖かい\u003cbr\u003eプロテクター\u003cspan\u003e(ボックスシーツ)\u003c\/span\u003e\n\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\"\u003eMakuakeで\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吸湿\u0026amp;発熱する\u003cbr\u003e独自開発インサレーション\u003cbr\u003e「カポックヒートEX」\u003c\/h3\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" id=\"technology\" 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_01.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_01.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              \u003ch3 class=\"technology__item__desc__text__content__title  u-pc\"\u003e吸湿\u0026amp;発熱する\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「カポック」とは、東南アジアに自生している樹木で、その実から採れる綿は、コットンの8分の1という軽さ。動物繊維ではないサステナブルな高機能素材として近年注目が高まっています。\u003c\/p\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \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.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℃もの温度上昇を発揮します。\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％UP。\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.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％UP。\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.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汗取り、ムレ感解消、マットレス保護の全てを1枚で実現。\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 × L205cm（約1,140ｇ）\u003cbr\u003e・セミダブルサイズ：約W120cm × L205cm (約1,300ｇ）\u003cbr\u003e・ダブルサイズ：約W140cm × L205cm（約1,470ｇ）\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\u003e植物繊維(カポック)43％ ポリエステル30％ アクリル20％\u003cbr\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  \u003c\/div\u003e\n\n\n\n\u003c!-- \n  \u003csection class=\"other__title\" id=\"other\"\u003e\n      \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n          \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n              \u003cspan\u003eRECOMMENDED SELECTION\u003c\/span\u003e睡眠の質を高めるオススメ商品\n          \u003c\/h2\u003e\n      \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003csection class=\"other__pillow animatedParent animateOnce\" data-sequence=\"500\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"other__pillow__inner fadeInUpShort animated\"\u003e\n          \u003ch3 class=\"other__pillow__text__sub__title u-sp\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n          \u003cdiv class=\"other__pillow__vimeo\"\u003e\u003cvideo class=\"lozad\" width=\"1920\" height=\"1080\" style=\"aspect-ratio:1920\/1080\" src=\"https:\/\/cdn.shopify.com\/videos\/c\/o\/v\/473c0a16e10948f288655ba4c32ab483.mp4\" preload=\"none\" autoplay loop muted playsinline\u003e\u003c\/video\u003e\u003c\/div\u003e\n          \u003cdiv class=\"other__pillow__text\"\u003e\n              \u003cdiv class=\"other__pillow__text__title\"\u003e\n                  \u003ch2 class=\"other__pillow__text__title__logo\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_wear_thermocontrol_other_pillow_logo.webp\" alt=\"BRAIN SLEEP PILLOW\" width=\"200\" height=\"63\"\u003e\u003c\/h2\u003e\n                  \u003cp class=\"other__pillow__text__title__name\"\u003eブレインスリープ ピロー\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003ch3 class=\"other__pillow__text__sub__title\"\u003e速く、深く、脳が眠る。\u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n              \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e詳しく見る\u003c\/a\u003e\n          \u003c\/div\u003e\n      \u003c\/div\u003e\n  \u003c\/section\u003e\n  \u003cdiv class=\"other__col2\"\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__comforterpwex\"\u003e\n          \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e羽毛を超越した\u003cbr\u003e極暖掛け布団\u003c\/h3\u003e\n          \u003cdiv class=\"other__col2__item__comforterpwex__img\"\u003e\u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/other_comfoter_pwex.webp\" alt=\"\" width=\"503\" height=\"381\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"other__col2__item__inner fadeInUpShort animated\"\u003e\n              \u003cdiv\u003e\n                  \u003ch2 class=\"other__col2__item__logo other__col2__item__comforterpwex__logo\"\u003e\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\u003c\/h2\u003e\n                  \u003cp class=\"other__col2__item__logotext\"\u003eブレインスリープ コンフォーター \u003cbr class=\"u-sp\"\u003eパーフェクト ウォーム EX\u003c\/p\u003e\n              \u003c\/div\u003e\n              \u003cdiv class=\"other__col2__item__flex\"\u003e\n                  \u003cp class=\"other__col2__item__flex__desc\"\u003e羽毛を超越した\u003cbr\u003e極暖掛け布団\u003c\/p\u003e\n                  \u003ca href=\"https:\/\/brain-sleep.com\/products\/comforter_perfectwarmex\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n              \u003c\/div\u003e\n          \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__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  \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ストーングレー1色です。\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"faq__item\"\u003e\n        \u003ch3 class=\"faq__item__question\"\u003eマットレスプロテクターの対応マットレスサイズは？\u003c\/h3\u003e\n        \u003cdiv class=\"faq__item__answer\"\u003e\n          \u003cp class=\"faq__item__answer__text\"\u003e対応可能なマットレスの高さは、約20㎝～約30㎝です。それ以下の高さのマットレスにもご使用頂けます。ただし、裏側の生地に余裕が出ますので、裏側にしっかり巻き込んだうえでご使用ください。\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":"【eギフト】ブレインスリープ アイマスク ホット+クール","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\n\/* giftブロック調整用 *\/\n  .gitf_block{\n    border-top: 1px #000 solid;\n    padding-top: 100px;\n    margin-top: 0px;\n  }\n\n@media screen and (max-width:767px) {\n  .gitf_block{\n    padding-top: 50px;\n  }\n}\n\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\u003cspan class=\"termina\"\u003e2WAY\u003c\/span\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 \u0026amp; 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 class=\"u-pc\"\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_v2.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 に\u003cspan class=\"termina\"\u003eW\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温冷2役の\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温冷2役の\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.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人の体温を感知して、肌になじむオートフィット素材。鼻の輪郭に自然にフィットし、遮光を実現。鼻の隙間から漏れる光を遮断し、ストレスフリーで快適な睡眠へ導きます。\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目元部分は３D構造で窪みを作り、圧迫感を感じさせない設計で長時間付けていても包まれるような心地良さ。\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 class=\"u-pc\"\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\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.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.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.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すごく日当たりが良い部屋なので起床時間より2時間ほど早く目が覚めてしまっていましたが、アイマスクの遮光性が高いため\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ｘ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ｘ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\n  \u003csection class=\"technology__item technology__item__sub gitf_block\" id=\"tech03_02\"\u003e\n    \u003cdiv class=\"technology__item__inner animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003cdiv class=\"technology__item__desc animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n        \u003cdiv class=\"technology__item__desc__img fadeInUpShort animated\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\" width=\"1628\" height=\"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ギフトにもおすすめ\u003c\/h3\u003e\n            \u003cp class=\"technology__item__desc__text__content__desc\"\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n            \u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n\n\n    \u003c!-- \u003csection class=\"gift__item comparison__wrap\"\u003e\n        \u003cdiv class=\"comparison animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n            \u003cdiv\u003e\n                \u003ch2 class=\"comparison__ttl fadeInUpShort animated\"\u003eギフトにもおすすめ\u003c\/h2\u003e\n                \u003cp\u003e\n                    高級感のあるポリエステルツイル素材を使用。\n                    ベージュの生地とリボンで統一し、ブレインスリープのロゴを洗練されたサイズ感で配置。\n                    幅広で豪華なリボンが、プレゼントに相応しい上質な高級感を演出します。\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/products_giftwrapping.webp\" alt=\"\" width=\"45\" height=\"45\"\u003e\n        \u003c\/div\u003e\n    \u003c\/section\u003e --\u003e\n\n\n  \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冷蔵庫で3時間以上冷却してください。\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  \u003c!-- \u003csection class=\"other__title\" id=\"other\"\u003e\n    \u003cdiv class=\"section__title animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\"\u003e\n      \u003ch2 class=\"section__title__text fadeInUpShort animated\"\u003e\n        \u003cspan\u003eRECOMMENDED SELECTION\u003c\/span\u003e睡眠の質を高めるオススメ商品\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速く、深く、脳が眠る。\n          \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速く、深く、脳が眠る。\n            \u003cbr\u003e明日のパフォーマンスを目覚めさせる。\u003c\/h3\u003e\n          \u003ca href=\"https:\/\/brain-sleep.com\/products\/pillow\" class=\"other__pillow__text__sub__more\"\u003e詳しく見る\u003c\/a\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/section\u003e\n    \u003cdiv class=\"other__col2\"\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__coin\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e睡眠医学×AI\n          \u003cbr\u003e睡眠を\n          \u003cbr\u003eパーソナライズ計測\u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__coin__img\"\u003e\n          \u003cimg loading=\"lazy\" decoding=\"async\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0687\/0610\/7614\/files\/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\n              \u003cbr\u003e睡眠をパーソナライズ計測\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/products\/coin\" class=\"other__more__btn other__more__btn__black\"\u003e詳しく見る\u003c\/a\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/section\u003e\n      \u003csection class=\"other__col2__item animatedParent animateOnce\" data-sequence=\"300\" data-offset=\"300\" id=\"other__conforter\"\u003e\n        \u003ch3 class=\"other__conforter__text__sub__title u-sp\"\u003e浮く、巡る、軽くなる。究極のマットレス\u003c\/h3\u003e\n        \u003cdiv class=\"other__col2__item__img\"\u003e\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ブレインスリープ マットレス\n              \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浮く、巡る、軽くなる。\n              \u003cbr\u003e究極のマットレス\u003c\/p\u003e\n            \u003ca href=\"https:\/\/brain-sleep.com\/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 --\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温冷ジェルの汚れが気になる場合は固く絞った濡れタオルで拭き取ってください。洗濯機の使用はお控えください。\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重量はアイマスクが約95g、温冷ジェル約83gです。\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=\"\/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\/collections\/apple-test-black-friday.oembed?page=2","provider":"BRAIN SLEEP OFFICIAL SITE","version":"1.0","type":"link"}