.common-age-verification {
    top: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    height: 100vh;
    padding-top: 100px;
}

.common-age-verification-heading {
    font-size: 20px;
    font-weight: 400;
    color: #333;
    margin-top: 40px;
}

.common-age-verification-description {
    font-size: 14px;
    line-height: 2;
    color: #333;
    margin: 0px 0 40px 0;
}

.common-age-verification-button {
    display: block;
    margin: 0 auto;
    width: 238px;
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    border: none;
}

.common-age-verification-button:hover {
    text-decoration: none;
}

.common-age-verification-button + .common-age-verification-button {
    margin-top: 20px;
}

.common-age-verification-button-agree {
    background-color: #ee2737;
    color: #fff;
}

.common-age-verification-button-agree:hover,
.common-age-verification-button-agree:focus {
    opacity: 0.6;
}

.common-age-verification-button-disagree:link,
.common-age-verification-button-disagree:visited {
    color: #888;
}

.common-age-verification-button-disagree:hover,
.common-age-verification-button-disagree:active,
.common-age-verification-button-disagree:focus {
    background-color: #eaeaea;
}
@media (min-width: 960px) {
    .ageCheck__heading {
        margin: 0 0 56px;
        font-size: 26px;
        font-weight: normal;
        text-align: center;
        color: #1F2D3D;
        font-family: 'Noto Serif', serif;
    }
    .ageCheck__heading::after {
        content: '';
        width: 42px;
        height: 10px;
        display: block;
        margin: 12px auto 0;
        background-image: url(../images/dmm/common/rainbow.svg);
        background-size: cover;
    }
}
@media (max-width: 959px) {
    .ageCheck__heading {
        margin: 0 0 40px;
        font-size: 18px;
        font-weight: normal;
        text-align: center;
        color: #1F2D3D;
        font-family: 'Noto Serif', serif;
      }
      .ageCheck__heading::after {
        content: '';
        width: 35px;
        height: 8px;
        display: block;
        margin: 12px auto 0;
        background-image: url(../images/dmm/common/rainbow.svg);
        background-size: cover;
      }
      .common-age-verification-heading {
        font-size: 18px;
      }
}