@charset "UTF-8";
.campaign-end-notice {
    position: sticky;
    top: 0;
    background: #c63f3f;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    padding: 16px 20px;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
}