.notice__wrapper--notice {
    background-color: #443e42;
    border-bottom: 1px solid #292628;
}

.notice__wrapper {
    position: relative;
    display: block;
    width: 100%;
    z-index: 12;
}

.notice__content {
    position: relative;
    padding: 20px 0px;
}

.notice__content h2 {
    font-size: 20px;
    color: #c45308;
}

.notice__content p {
    color: #fff;
}

.notice__content p {
    max-width: 900px;
    font-size: 1.5rem;
}

.notice__content p,
.notice__button {
    font-family: Averta W01 Regular,sans-serif;
}

.notice__content a {
    color: #fff;
    text-decoration: underline;
}

.display-none {
    display: none;
}

.notice__wrapper--notice .notice__button {
    background-image: url("../images/cross.4579e1cedea7.png");
}

.notice__button {
    position: absolute;
    right: 0;
    top: 24px;
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
