body {
    background-color: #00753f;
}

canvas {
    width: 100%;
    touch-action: none;
}

.article-ar-title {
    height: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.article-ar-title {
    /* font-family: ARHeiB5; */
    font-family: "Noto Sans TC", sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.43;
    color: #8b8b8b;
}

.player-exchange-title {
    /* font-family: DFYuanStd-W9; */
    font-family: "Noto Sans TC", sans-serif;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #c3292f;
}

.player-exchange-point {
    /* font-family: DFYuanStd-W9; */
    font-family: "Noto Sans TC", sans-serif;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #c3292f;
}

#player-exchange-container {
    border: 6px solid #c3292f;
}

.player-exchange-list-title {
    /* font-family: DFYuanStd-W9; */
    font-family: "Noto Sans TC", sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    top: 20px;
    background-color: #c3292f;
    /* border-radius: 1.5rem !important; */
    border-radius: 24px !important;
    border: solid 4px #ffffff;
    z-index: 100;
}

#player-exchange-list {
    border: 2px solid #c3292f;
    /* border-radius: 1rem !important; */
    border-radius: 24px !important;
    min-height: 50vh;
    max-height: 50vh;
    overflow-y: scroll;
}

.player-exchange-list-item {
    /* font-family: ARHeiB5; */
    font-family: "Noto Sans TC", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #919191;
}

#snow-effect {
    position: absolute;
    left: 0;
    top: 0;
}

.makeup-button-link {
    position: absolute;
    z-index: 100;
}

.game-rule-container {
    position: relative;
}

.img-game-rule {
    position: relative;
}

.game-rule-text {
    /* font-family: ARHeiB5-Light; */
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: 1.2;
    color: #ffffff;
}

.game-rule-text > a {
    /* font-family: ARHeiB5; */
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-decoration: underline;
}

.img-makeup {
    position: relative;
}

@media screen and (max-width: 768px) {
    header {
        padding-top: 250px;
        padding-bottom: 250px;
    }

    .snow-top {
        position: relative;
        top: -22px;
    }

    .red-ball {
        position: absolute;
        top: 824px;
        left: 50% !important;
        transform: translate(-48%, 0);
    }

    #slogan-container {
        position: relative;
        top: -160px;
    }

    .slogan-main {
        /* font-family: HanWangHei; */
        font-family: "Noto Sans TC", sans-serif;
        font-size: 40px;
        font-weight: 400;
        line-height: 0.75;
        color: #ffffff;
    }

    .slogan-sub {
        /* font-family: ARHeiB5; */
        font-family: "Noto Sans TC", sans-serif;
        font-size: 18px;
        font-weight: 400;
        color: #ffffff;
    }

    .img-makeup {
        position: relative;
        left: -60px;
    }

    .img-game-rule {
        left: 30px;
    }

    .game-rule-text {
        font-size: 21px;
        line-height: 1.5;
    }

    .makeup-button-link {
        left: -100px;
    }

    .snow-bottom {
        position: absolute;
        top: 1380px;
    }

    .article-ar-wrapper {
        margin-top: 20px;
        padding-top: 20px;
        padding-bottom: 80px;
    }

    .article-ar-navigator-prev,
    .article-ar-navigator-next {
        position: absolute;
        top: 1800px;
        z-index: 100;
    }

    .article-ar-navigator-prev {
        /* left: 2rem; */
        left: 32px;
    }

    .article-ar-navigator-next {
        /* right: 2rem; */
        right: 32px;
    }
}

@media screen and (min-width: 768px) {
    header {
        padding-top: 150px;
        padding-bottom: 250px;
    }

    .snow-top {
        position: relative;
        top: -22px;
    }

    .red-ball {
        position: absolute;
        top: 724px;
        left: 50% !important;
        transform: translate(-49%, 0);
    }

    #slogan-container {
        position: relative;
        top: -100px;
    }

    .slogan-main {
        /* font-family: HanWangHei; */
        font-family: "Noto Sans TC", sans-serif;
        font-size: 60px;
        font-weight: 400;
        line-height: 0.83;
        letter-spacing: 2px;
        color: #ffffff;
    }

    .slogan-sub {
        /* font-family: ARHeiB5; */
        font-family: "Noto Sans TC", sans-serif;
        font-size: 36px;
        font-weight: 400;
        letter-spacing: 1px;
        color: #ffffff;
    }

    .game-rule-container {
        left: 70px;
    }

    .img-game-rule {
        left: 10px;
    }

    .game-rule-text {
        font-size: 30px;
    }

    .img-makeup {
        left: 50px;
    }

    .snow-bottom {
        position: absolute;
        top: 2000px;
    }

    .article-ar-wrapper {
        margin-top: 200px;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .copyright {
        font-size: 24px;
    }
}

@media screen and (min-width: 1200px) {
}
