BRAIN SLEEP IN-HOUSE SALE

A collection page of BRAIN SLEEP OFFICIAL SITE

sale
Products
56
Active ads
0
Depth
Published
2025/12/16

About

body { background-color: #f9fafb; margin: 0; padding: 0; } .bs-staff-sale { max-width: 960px; margin: 40px auto; padding: 0 20px; } .bs-staff-sale__section { background-color: #ffffff; border-radius: 12px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); padding: 24px; margin-bottom: 32px; } .bs-coupon-list__row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid #e5e7eb; } .bs-coupon-list__row:last-child { border-bottom: none; } .bs-coupon-list__button { background-color: #111827; color: #ffffff; border: none; border-radius: 6px; padding: 10px 20px; cursor: pointer; font-size: 15px; transition: background-color 0.3s ease; } .bs-coupon-list__button:hover { background-color: #1f2937; } .bs-staff-sale h2, .bs-staff-sale h3 { margin-top: 0; color: #111827; } .bs-staff-sale p, .bs-staff-sale li, .bs-staff-sale span { color: #374151; font-size: 15px; } .bs-staff-sale ul { padding-left: 20px; } /* トースト通知スタイル */ .bs-toast { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%) translateY(100px); background-color: #111827; color: #ffffff; padding: 12px 24px; border-radius: 8px; font-size: 14px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); opacity: 0; visibility: hidden; transition: all 0.3s ease; z-index: 9999; } .bs-toast--visible { transform: translateX(-50%) translateY(0); opacity: 1; visibility: visible; } クーポンコード割引 JHZ6QV19KRW7 80% OFF 0BPSKGBY7190 70% OFF PCYWWJAA5ZXF 60% OFF A51P7BN006GR 50% OFF BS社員限定原価販売のご案内 上記のクーポンコードを使用して最大80%OFFでお買い物いただけます。 クーポンコードをクリックするとクーポンコードをコピーすることができます。 【注意事項】 他の割引との併用不可 ポイントとの併用不可 有効期限: 2026年6月30日 23:59まで (function () { const toast = document.querySelector('.js-bs-toast'); let toastTimer = null; const showToast = (message) => { if (!toast) return; toast.textContent = message; toast.classList.add('bs-toast--visible'); if (toastTimer) clearTimeout(toastTimer); toastTimer = setTimeout(() => { toast.classList.remove('bs-toast--visible'); }, 2000); }; const copyText = async