.CustomPage {
    display: none !important;
}

.jan-promo-container {
    background-color: #001A35;
}

.jan-promo-container img {
    display: block;
    /* 避免圖片出現空白間隙 */
}

.jan-promo-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    line-height: 0;
    /* 避免圖片出現空白間隙 */
    position: relative;
}



.section-04-wrapper {
    position: relative;
}

.section-04-button {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    /* background-color: blueviolet; */
}

.section-04-button a img {
    width: 600px;
    height: auto;
    transition: all 0.5s;
    scale: 1;
}

.section-04-button a img:hover {
    transition: all 0.5s;
    scale: 1.05;
}

@media screen and (max-width: 700px) {
    .section-04-button a img {
        width: 85.71vw;
        height: auto;
    }
}

.section-06-wrapper {
    position: relative;
}

.section-06-button {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    height: 100%;
    width: 100%;
    /* background-color: blueviolet; */
}

.section-06-button a img {
    width: auto;
    height: 340px;
    transition: all 0.5s;
    scale: 1;
}

.section-06-button a img:hover {
    transition: all 0.5s;
    scale: 1.05;
}

.section-06-button a:nth-child(1) {
    margin-left: -5px;
}

@media screen and (max-width: 700px) {
    .section-06-button {
        gap: 4.57vw;
    }

    .section-06-button a img {
        width: auto;
        height: 48.57vw;
    }

    .section-06-button a:nth-child(1) {
        margin-left: -0.71vw;
    }
}

.section-07-wrapper {
    position: relative;
}

.section-07-button {
    position: absolute;
    top: 1096px;
    left: 50px;
    height: 100%;
    width: 100%;
    /* background-color: blueviolet; */
}

.section-07-button a img {
    width: 600px;
    height: auto;
    transition: all 0.5s;
    scale: 1;
}

.section-07-button a img:hover {
    transition: all 0.5s;
    scale: 1.05;
}


@media screen and (max-width: 700px) {
    .section-07-button {
        top: 156.57vw;
        left: 7.14vw;
    }

    .section-07-button a img {
        width: 85.71vw;
    }
}

.section-08-wrapper {
    position: relative;
}

.section-08-button {
    position: absolute;
    top: 740px;
    left: 50px;
    height: 100%;
    width: 100%;
    /* background-color: blueviolet; */
}

.section-08-button a img {
    width: 600px;
    height: auto;
    transition: all 0.5s;
    scale: 1;
}

.section-08-button a:nth-child(1) {
    margin-bottom: 13px;
    display: block;
}

.section-08-button a img:hover {
    transition: all 0.5s;
    scale: 1.05;
}

@media screen and (max-width: 700px) {
    .section-08-button {
        top: 105.71vw;
        left: 7.14vw;
    }

    .section-08-button a:nth-child(1) {
        margin-bottom: 1.85vw;
    }

    .section-08-button a img {
        width: 85.71vw;
    }
}

.section-09-wrapper {
    position: relative;
}

.section-09-button {
    position: absolute;
    top: 1045px;
    left: 52px;
    height: 100%;
    width: 100%;
    /* background-color: blueviolet; */
}

.section-09-button a img {
    width: 596px;
    height: auto;
    transition: all 0.5s;
    scale: 1;
}

.section-09-button a img:hover {
    transition: all 0.5s;
    scale: 1.05;
}


@media screen and (max-width: 700px) {
    .section-09-button {
        top: 149.28vw;
        left: 7.42vw;
    }

    .section-09-button a img {
        width: 85.14vw;
    }
}


.section-10-wrapper {
    position: relative;
}

.section-10-button {
    position: absolute;
    top: 743px;
    left: 50px;
    height: 100%;
    width: 100%;
    /* background-color: blueviolet; */
}

.section-10-button a img {
    width: 595px;
    height: auto;
    transition: all 0.5s;
    scale: 1;
}

.section-10-button a img:hover {
    transition: all 0.5s;
    scale: 1.05;
}


@media screen and (max-width: 700px) {
    .section-10-button {
        top: 106.14vw;
        left: 7.14vw;
    }

    .section-10-button a img {
        width: 85vw;
    }
}

.section-11-wrapper {
    position: relative;
}

.section-11-button {
    position: absolute;
    top: 820px;
    left: 50px;
    width: 700px;
    height: auto;
}

.section-11-button a {
    position: relative;
    display: inline-block;
    width: 595px;
    transition: all 0.5s;
    scale: 1;
}

.section-11-button .btn-base {
    width: 595px;
    height: auto;
    display: block;
}

.section-11-button .btn-cup {
    position: absolute;
    top: 10px;
    left: 342px;
    width: 160px;
    height: auto;
    z-index: 2;
    /* pointer-events: none; */

    transform-origin: 50% 80%;
    animation: shaker-cup 1.1s ease-in-out infinite;
}

.section-11-button a:hover {
    transition: all 0.5s;
    scale: 1.05;
}

@keyframes shaker-cup {
    0% {
        transform: rotate(0deg) translate(0px, 0px);
    }

    10% {
        transform: rotate(-6deg) translate(-2px, 0px);
    }

    25% {
        transform: rotate(7deg) translate(2px, -1px);
    }

    40% {
        transform: rotate(-8deg) translate(-2px, 0px);
    }

    55% {
        transform: rotate(6deg) translate(2px, 0px);
    }

    70% {
        transform: rotate(-5deg) translate(-1px, -1px);
    }

    85% {
        transform: rotate(4deg) translate(1px, 0px);
    }

    100% {
        transform: rotate(0deg) translate(0px, 0px);
    }
}

@media screen and (max-width: 700px) {
    .section-11-button {
        top: 117.14vw;
        left: 7.14vw;
        width: 85vw;
    }

    .section-11-button a {
        width: 85vw;
    }

    .section-11-button .btn-base {
        width: 85vw;
    }

    .section-11-button .btn-cup {
        width: 22.85vw;
        top: 1.4vw;
        left: 48.8vw;
    }
}


.section-12-wrapper {
    position: relative;
}

.section-12-button-group-01 {
    position: absolute;
    top: 11px;
    left: 50px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    /* background-color: blueviolet; */
}

.sub-button-group-v1,
.sub-button-group-v2 {
    display: flex;
    flex-direction: row;
    gap: 11px;
}

.sub-button-group-v1 a img,
.sub-button-group-v2 a img {
    width: 192px;
    height: auto;
}

.section-12-button-group-02 {
    position: absolute;
    top: 427px;
    left: 50px;
    /* background-color: blueviolet; */
}

.section-12-button-group-02 a img {
    width: 598px;
    height: auto;
}

.section-12-wrapper a img {
    transition: all 0.5s;
    scale: 1;
}

.section-12-wrapper a img:hover {
    transition: all 0.5s;
    scale: 1.05;
}

@media screen and (max-width: 700px) {

    .section-12-button-group-01 {
        top: 1.57vw;
        left: 7.14vw;
        gap: 1.85vw;
    }

    .sub-button-group-v1,
    .sub-button-group-v2 {
        gap: 1.57vw;
    }

    .sub-button-group-v1 a img,
    .sub-button-group-v2 a img {
        width: 27.42vw;
        height: auto;
    }

    .section-12-button-group-02 {
        top: 61vw;
        left: 7.14vw;
    }

    .section-12-button-group-02 a img {
        width: 85.42vw;
        height: auto;
    }

}


/* ＝＝＝ 活動細則條款 ＝＝＝ */
.campaign-rules p {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 38px;
    z-index: 1;

    font-family: 'Noto Sans', sans-serif;
    color: #ffffff;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    /* line-height: 33px; */
    letter-spacing: 0.5px;
}

.campaign-rules ul {
    padding: 0 38px !important;
}

.campaign-rules li {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    z-index: 1;

    font-family: 'Noto Sans', sans-serif;
    color: #ffffff;
    text-align: justify;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
}

/* ＝＝＝ END 活動細則條款 ＝＝＝ */