「コアシスト」 やわらかさをカスタムできる 洗えるセルフケア敷ふとん
.product-wrapper { background-color: #FDF7ED; font-family: "Yu Mincho", "游明朝体", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", "serif", "Yu Gothic", "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN" , "メイリオ", "Meiryo", "sans-serif"; width: 100%; max-width: none !important; padding: 40px 30px; box-sizing: border-box; margin: 0; color: #555555; line-height: 1.8; overflow-wrap: break-word; word-wrap: break-word; } .content-section, details.spec-details, .shipping-box, .note-box { max-width: 800px; margin-left: auto; margin-right: auto; } .content-section { margin-bottom: 60px; border-bottom: 1px solid #E0E0E0; padding-bottom: 60px; } .content-section:last-child { margin-bottom: 0; border-bottom: none; } /* タイトル */ .section-title { color: #333333; font-size: 24px; margin-bottom: 24px; letter-spacing: 0.05em; line-height: 1.4; word-break: keep-all; text-wrap: balance; border-bottom: 1px solid #E0E0E0; padding-bottom: 8px; } .body-text { color: #555555; font-size: 14px; margin-bottom: 24px; letter-spacing: 0.03em; text-wrap: pretty; } .caption-text { color: #5F758C; font-size: 14px !important; margin-top: 8px; text-align: right; } .product-img { border-radius: 4px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); margin-bottom: 10px; width: 100%; height: auto; } .marker { background: linear-gradient(transparent 60%, #3D506540 60%); font-weight: bold; padding: 0 4px; } /* 画像の表示分け */ .care-icons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; margin: 10px 0; align-items: center; justify-items: center; } .care-icons img { width: 100%; max-width: 60px; height: auto; object-fit: contain; } .spec-img-full { width: 100%; margin: 20px 0; text-align: center; } .spec-img-full img { width: 100%; height: auto; display: block; border-radius: 2px; } /* アコーディオン(角丸反映・14px固定) */ details.spec-details { border: 1px solid #E0E0E0; border-radius: 4px; background-color: #FDF7ED; color: #555555; margin-bottom: 15px; overflow: hidden; } summary.spec-summary { padding: 15px 20px; font-weight: bold; color: #333333; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; background-color: #FDF7ED; transition: background 0.2s; } summary.spec-summary:hover { background-color: rgba(0,0,0,0.05); } summary.spec-summary::after { content: "+"; font-size: 1.5em; font-weight: normal; color: #3D5065; } details[open] summary.spec-summary { border-bottom: 1px solid #E0E0E0; background-color: rgba(0,0,0,0.02); } details[open] summary.spec-summary::after { content: "-"; } summary.spec-summary::-webkit-details-marker { display: none; } .spec-content { padding: 20px; background-color: #FDF7ED; color: #555555; font-size: 14px !important; } .spec-content p, .spec-content li, .spec-content td, .spec-content th { font-size: 14px !important; } /* リストデザイン */ ul.benefit-list, ul.basic-list, ul.point-list, ul.note-list, ul.step-list { list-style: none; padding-left: 0; margin-bottom: 24px; } ul.benefit-list li, ul.basic-list li, ul.point-list li, ul.note-list li, ul.step-list li { position: relative; padding-left: 1.8em; margin-bottom: 10px; line-height: 1.6; text-wrap: pretty; font-size: 14px !important; } ul.benefit-list li::before { position: absolute; left: 0; content: "●"; color: #3D5065; font-size: 0.9em; top: 2px; } ul.basic-list li::before { content: ""; position: absolute; left: 6px; top: 10px; width: 6px; height: 6px; background-color: #5F758C; border-radius: 50%; } ul.point-list li::before { content: "▶"; position: absolute; left: 0; color: #333333; font-size: 0.8em; top: 3px; } ul.note-list li::before { content: "※"; position: absolute; left: 0; color: #5F758C; font-size: 0.9em; } ul.step-list { counter-reset: num; } ul.step-list li::before { counter-increment: num; content: counter(num); position: absolute; left: 0; top: 1px; width: 22px; height: 22px; background-color: #3D5065; color: #ffffff; border-radius: 50%; text-align: center; line-height: 22px; font-size: 0.8em; font-weight: bold; font-family: Arial, sans-serif; } .spec-group strong { display: block; font-size: 1.1em; color: #333333; margin-bottom: 12px; border-bottom: 1px solid #3D5065; width: fit-content; word-break: keep-all; } .table-scroll-view { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: 15px; } .spec-table { width: 100%; white-space: nowrap; font-size: 14px !important; width: 100%; border-collapse: collapse; border: 1px solid #E0E0E0; th, td { padding: 12px 8px; border: 1px solid #E0E0E0; font-size: 0.9em; } th { background-color: rgba(125, 125, 125, 0.1); font-weight: bold; color: #333333; } } .shipping-box, .note-box { margin-bottom: 30px; background-color: transparent; border: 1px solid #E0E0E0; background: #F8F2E8; padding: 20px; border-radius: 8px; font-size: 14px !important; } .shipping-box strong, .note-box strong { color: #333333; display: block; margin-bottom: 10px; border-bottom: 1px dashed #E0E0E0; padding-bottom: 5px; word-break: keep-all; } /* ▼▼▼ スマホ (600px以下) 向けの調整 ▼▼▼ */ @media (max-width: 600px) { .product-wrapper { /* スマホでは横幅を有効に使うため少し狭める */ padding: 30px 20px; line-height: 1.6; } .section-title { font-size: 1.3em; } } 理想の寝心地を叶える敷ふとん 毎日洗える、究極の心地よさ あなたの睡眠をサポートする「コアシスト」。ご家庭で中材まで水洗いできるので、いつでも清潔で快適な寝心地が手に入ります。通気性と保温性にも優れ、一年を通して心地よい眠りを届けます。 身体に寄り添う、寝心地カスタマイズ 6分割で、寝心地を自由に調整 異なる素材の2種類の中材が、それぞれ3枚ずつの6分割構造。腰はしっかり、足元はふんわりなど、あなたの体型やその日の気分に合わせて、理想の寝心地を自由に調整できます。 清潔と便利を両立、スマート収納 コンパクト収納、いつでも清潔 三つ折りにたためる設計で、使わない時はコンパクトに収納。急な来客時にもサッと広げて対応できます。中材はシャワーで手軽に水洗いし、日陰干しするだけで、いつでも衛生的に保てるのです。 製品詳細 商品の特徴 「コアシスト」はご家庭で洗える中材を採用し、いつでも清潔に保つことができます。通気性と保温性に優れた素材設計で、季節を問わず快適な睡眠環境を実現。素材の異なる2種類の中材を自由に組み合わせることで、あなたの好みに合わせた寝心地をカスタマイズできます。 寝心地まで変えられる、新しい敷ふとんです。高弾発の中材とソフトな感触の中材を上層と下層にそれぞれ6つのコアで構成。適度な反発感があるので就寝中も理想的な寝姿勢をキープ。またムレにくく、通気性にも優れているので、オールシーズンお使いいただけます。 ご家庭で洗える中材でいつでも清潔 通気性・保温性で一年中快適な睡眠環境 異なる素材の中材で寝心地を自由にカスタマイズ 理想的な寝姿勢をキープする適度な反発感 ムレにくい構造でオールシーズン対応 構造と寝心地カスタマイズ 硬さの異なる2種類の中材(高弾発のコアソフト、ソフトなコアファイバー)が二層になっており、それぞれ3枚ずつの6分割構造になっています。上層下層のシートはそれぞれ取り出すことができるので、あなたの好みに合わせた寝心地に自由にカスタマイズ可能です。 硬さの異なる2種類の中材(コアソフト、コアファイバー) それぞれ3枚ずつの6分割構造で部位ごとに調整可能 上層・下層のシートを入れ替えて寝心地を最適化 お手入れ方法 中材は一枚ずつ取り出し可能で、自宅で簡単にシャワーで水洗いできます。水洗い後は日陰に立てかけるだけで簡単にふとん干しができ、いつでも衛生的に保てます。また、専用カバーもご家庭の洗濯機で洗えます(洗濯ネット、弱水流)。 中材は取り出してシャワーで水洗い可能 水洗い後は日陰干しで簡単にふとん干し 専用カバーは洗濯機(弱水流、洗濯ネット使用)で洗濯可能 収納方法 三つ折りに折りたためるので、収納や急な来客用にも便利です。 三つ折りでコンパクト収納 急な来客時にもサッと広げて対応可能 サイズ詳細 シングルサイズの詳細です。 サイズ: 約100cm × 200cm × 7cm カラー: ホワイト 素材・生産国 素材と製造情報に関する詳細です。 ふとんがわ: ポリエステル100% 詰めもの(上段): ポリエステル100%(コアソフト) 詰めもの(下段): ポリエチレン100%(コアファイバー) 詰めもの: 日本製 ふとんがわ: 中国製 企画: 日本 ※コアソフト、コアファイバーの装填は日本国内で行っています。 商品概要 (一覧) 商品の詳細情報を一覧でご確認いただけます。 商品コード csm4s 素材 ふとんがわ:ポリエステル100%詰めもの(上段):ポリエステル100%(コアソフト)詰めもの(下段):ポリエチレン100%(コアファイバー) サイズ 約100x200×7cm カラー ホワイト 製造元(国)、他 詰めもの:日本製ふとんがわ:中国製企画:日本※コアソフト、コアファイバーの装填は日本国内で行っています。「ふとんがわ」(専用カバー)はご家庭の洗濯機で洗えます(洗濯ネット、弱水流)