<注意事項>
キャンペーン期間
2026年7月6日(月) 00:00〜2026年7月9日(木) 15:59
- キャンペーンについて、予告なく変更・終了する場合がございます。
- 売り切れ次第終了となります。
- 紹介している商品は、「対象商品をこちら」からご確認いただけます。
© 2026 KAUCHE, Inc.
/* Bullet — Hide Notion page title */ .navbar, .notion-title { display: none !important; } .notion-app { background-color: #FFFBF1; color: black; } /* ① wrapper の高さ制約を完全に解除 */ .notion-app .notion-page-cover-wrapper { height: auto !important; min-height: unset !important; max-height: none !important; } /* ② cover 自体に比率を持たせる */ .notion-app .notion-page-cover { height: auto !important; min-height: unset !important; max-height: none !important; } /* ③ img を比率に完全追従させる */ .notion-app .notion-page-cover img { width: 100%; height: 100%; object-fit: contain; }