

#main_p1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}



.big_text_p1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../img/big_text_p1.png);
    background-position: top;
    background-repeat: repeat-y;
    background-size: 99.1vw 85vw;
    user-select: none;
    z-index: -1;
}



#box_p1 {
    position: relative;
    border: 0.1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
    background-color: #000;
    font-size: .8vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 1.75;
    color: #fff;
    width: 50vw;
    height: auto;
    padding: 2.5vw;
    box-sizing: border-box;
}


#box_p1b {
    position: relative;
    border: 0.1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
    background-color: #000;
    font-size: .8vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 1.75;
    color: #fff;
    width: 59vw;
    height: auto;
    padding: 2.5vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}




#times_main {
    position: relative;
    color: #fff;
    width: 50vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 5vw;
}

.title_times {
font-size: 1.6vw;
    font-weight: 600;
    background: linear-gradient(to right, #7ff8fe 0%, #f66197 100%);
    background-size: 100%;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: .8vw;
}

#times_3204 {
    position: relative;
    font-size: 1vw;
    font-weight: 400;
    letter-spacing: 0.05vw;
    color: #fff;
    width: 12vw;
    height: 29vw;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
background: linear-gradient(to bottom, transparent 0vw, transparent 3vw, #151515db 3vw, #151515db 100vw);

}


#times_boxa {
    position: relative;
background-color: #262626;
    font-size: 1vw;
    font-weight: 400;
    letter-spacing: 0.05vw;
    color: #fff;
    width: 10vw;
    height: 4.6vw;
    padding: 1vw;
}

#times_boxa::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 9vw;
    height: .05vw;
    background-color: #818181;
}

#times_boxb {
    position: relative;
background-color: #262626;
    font-size: 1vw;
    font-weight: 400;
    letter-spacing: 0.05vw;
    color: #fff;
    width: 10vw;
    height: 4.5vw;
    padding: 1vw;
}




.tiems-txt1 {
   font-size: 0.8vw;
    font-weight: 400;
    color: #A8A8A8;
    text-align: center;
}

.tiems-txt2 {
    font-size: 1.2vw;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    margin-top: .3vw;
}

.tiems-txt3 {
    font-size: .9vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    color: #A8A8A8;
    text-align: center;
    margin-top: .3vw;
}


.tiems-txt4 {
    font-size: .9vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    color: #e84e84;
    text-align: center;
}


        hr {
            border: none;
            height: 1px;
            background-color: #ff216f;
        }


        .times-hr {
    border: none;
    height: .05vw;
    background-color: #555555;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
        }



.title_info {
    font-size: 1.3vw;
    font-weight: 600;
    letter-spacing: 0.2vw;
    background: linear-gradient(to right, #7ff8fe 0%, #f66197 8%);
    background-size: 100%;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.title_info_spacing {
    margin-top: 3vw;
}





#content {
    width: 100%;
font-size: .85vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 1.75;
    color: #fff;
}

#onoff_btn_box {
    width: 100%;
    height: 3vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 7vw;
    margin-bottom: 1vw;
}

#offline_btn, #online_btn {
display: flex;
    width: 10vw;
    height: 1.8vw;
    line-height: 1.8vw;
    font-size: 1vw;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
    clip-path: polygon(7% 0%, 100% 0%, 100% 70%, 93% 100%, 0% 100%, 0% 30%);
    border: none;
    transition: all .3s ease;
    justify-content: center;
    align-items: center;
    margin: 0.8vw;
    user-select: none;
    transition: background-color 0.3s ease;
        }


#online_btn {
    background-color: #4ec0e8;
}

#online_btn:hover {
            background-color: #6ED9FF;
        }

#offline_btn {
    background-color: #f45fa9;
}

#offline_btn:hover {
    background-color: #ff84c1;
        }


#online_box {
    background-color: #3ba2d5;
    height: 18vw;
    background-image: url(../img/online_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4vw 23vw;
        }

#offline_box {
    background-color: #df5785;
    background-image: url(../img/offline_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: none;
height: 20vw;
    padding: 3vw 23vw;
    overflow-y: scroll;
        }

#content a {
    color: #79e1fa;
    font-weight: 600;
    text-decoration: none;
    outline: none;
}


.online_title {
    width: 25vw;
    height: 4.63vw;
    background-image: url(../img/online-title.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1vw;
}

.offline_title {
    width: 25vw;
    height: 4.63vw;
    background-image: url(../img/offline-title.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1vw;
}

#offline_box::-webkit-scrollbar {
    width: .85vw;
}
#offline_box::-webkit-scrollbar-thumb:hover {
    background-color: #ffbde8;
}
#offline_box::-webkit-scrollbar-thumb {
    background-color: #ff9adc;
    border: 0.3vw solid #d1478b;
}
#offline_box::-webkit-scrollbar-track {
    margin-right: 1vw;
}






#content_prize {
    font-size: 1vw;
    text-align: center;
        }


#prize_btn_box {
    height: 2vw;
    margin-bottom: 2vw;
    text-align: center;
    user-select: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


        #prize_btn1, #prize_btn2, #prize_btn3, #prize_btn4, #prize_btn5, #prize_btn6 {
    width: 4.5vw;
    height: 1.2vw;
    background-color: #000000;
    cursor: pointer;
    border: none;
    box-shadow: inset -0.1vw 0 0 0 #e84e84;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .9vw;
    color: white;
    letter-spacing: 0.1vw;
        }

        #prize_btn7 {
            width: 4.5vw;
            height: 1.2vw;
            background-color: #000000;
            cursor: pointer;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
            font-size: 16px;
            color: white;
        }


        #prize_btn1:hover, #prize_btn2:hover, #prize_btn3:hover, #prize_btn4:hover, #prize_btn5:hover, #prize_btn6:hover, #prize_btn7:hover {
background-color: #e84e84;
}


        #prize_btn1:focus, #prize_btn2:focus, #prize_btn3:focus, #prize_btn4:focus, #prize_btn5:focus, #prize_btn6:focus, #prize_btn7:focus {
background-color: #e84e84;
}



        #prize_btn_box {
            display: flex;
            gap: 0;
        }


        .inner-div-prize {
            display: none;
        }

        .active {
            display: block;
        }


#prize_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}



#item_01, #item_02, #item_03, #item_04, #item_05, #item_06 {
    width: 8vw;
    height: 12vw;
    margin: 0.25vw;
    background-color: #252525;
    position: relative;
    border-bottom: .25vw solid;
    display: flex;
    flex-direction: column;
    align-items: center;
        }


#item_01 {
    border-image: linear-gradient(to right, #2edcff 0%, #4cc1ea 100%) 1;
 }

#item_02 {
    border-image: linear-gradient(to right, #4fbee8 0%, #6ea2d3 100%) 1;
 }

#item_03 {
    border-image: linear-gradient(to right, #729fd0 0%, #9580b8 100%) 1;
 }

#item_04 {
    border-image: linear-gradient(to right, #9580b8 0%, #bb5e9e 100%) 1;
 }

#item_05 {
    border-image: linear-gradient(to right, #bb5e9e 0%, #bb5e9e 100%) 1;
 }

#item_06 {
    border-image: linear-gradient(to right, #bb5e9e 0%, #f82774 100%) 1;
 }




.image-container-prize {
    width: 4.1vw;
    height: 4.1vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0.1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
        }

        .image-container-prize img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        }


.text-container-prize {
    margin-bottom: .6vw;
    margin-top: 2vw;
    font-size: .7vw;
    color: #afafaf;
    letter-spacing: 0.05vw;
}


.text-container-prize-sp {
    margin-bottom: .6vw;
    font-size: .7vw;
    color: #afafaf;
letter-spacing: 0.05vw;
}


.btn-container-prize {
width: 5.3vw;
    height: 1.3vw;
    font-size: .7vw;
    color: #fff;
    background: #e84e84;
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: 0.1vw;
    cursor: pointer;
}

.btn-container-prize:hover {
    background: #F9669A;
}



#prize_btn {
    display: flex;
    width: 12vw;
    height: 1.8vw;
    font-size: 1vw;
    color: #000000;
    font-weight: 500;
    cursor: pointer;
    clip-path: polygon(7% 0%, 100% 0%, 100% 70%, 93% 100%, 0% 100%, 0% 30%);
    border: none;
    transition: all .3s ease;
    justify-content: center;
    align-items: center;
    margin-top: 2vw;
    user-select: none;
    transition: background-color 0.3s ease;
    background-color: #4ec0e8;
        }


#prize_btn:hover {
            background-color: #6ED9FF;
        }
.pza {
text-decoration: none;

}



        #overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.85);
            display: none;
            z-index: 999;
            justify-content: center;
            align-items: center;
        }

        .popup {
            background-color: white;
            width: 30vw;
            height: 30vw;
            padding: 2vw;
            position: relative;
            border-radius: 0.5vw;
        }


        .close-btn {
            position: absolute;
            top: 1vw;
            right: 1vw;
            cursor: pointer;
            width: 2vw;
            height: 2vw;
            background-size: cover;
        }


.overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.85);
            z-index: 9998;
        }



        .pop_box {
display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
       width: 39vw;
        height: auto;
        max-height: 60vh;
        background-color: #000;
    padding: 2.5vw 3.5vw;
        z-index: 9999;
        overflow: auto;
        border: 0.1vw solid;
        border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
        }




.pvc_img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.pvc_img img{
    width: 30vw;
    height: 30vw;
    margin: 1vw;
    border: 0.1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
}



#pop_box::-webkit-scrollbar {
    width: .8vw;
    padding: 1vw;
    height: 1vw;
}
#pop_box::-webkit-scrollbar-thumb:hover {
    background-color: #F9669A;
}
#pop_box::-webkit-scrollbar-thumb {
    background-color: #e84e84;
    border: 0.3vw solid #000000;
}
#pop_box::-webkit-scrollbar-track {
    margin-right: 1vw;
}


        .close-pvc {
    position: fixed;
    top: 1vw;
    right: 1vw;
    cursor: pointer;
    width: 2vw;
    height: 2vw;
        }

        .close-pvc:hover {
filter: brightness(150%);
        }





#gotop {
width: 3vw;
    height: 3vw;
    background-image: url(../img/gotop.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 4vw;
    margin-bottom: 3vw;
    cursor: pointer;
    transition: all .3s ease;
}

#gotop:hover {
            filter: brightness(150%);
        }



#footbox {
    width: 100%;
    background-color: #000;
}


footer {
  background-color: #000;
}


@media screen and (min-width: 1024px) and (max-width: 1279px) {

#bg_page {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_pad.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    animation: light 8s infinite;
}

#box_main_black {
    position: absolute;
    top: 36vw;
    left: 0;
    width: 100%;
    background-color: #000000db;
    z-index: 2;
    border-top: .2vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff639a) 1;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}


#s4logo {
    position: absolute;
    width: 60vw;
    height: 40vw;
    background-image: url(../img/s4logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 1vw;
    margin-left: 20vw;
}


}


@media screen and (min-width: 769px) and (max-width: 1023px) {


.big_text_p1 {
display: none;
}

.pop_box {
    display: none;
    position: fixed;
    top: 25vH;
    left: 25vw;
    background-color: #000000;
    padding: 1vw 0vw 1vw 0vw;
    font-size: 1vw;
    z-index: 9999;
    width: 50vw;
    height: 75vW;
    overflow: auto;
    color: #fff;
    border: 0.1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
    transform: scale(1.5);
}


.close-pvc {
    position: fixed;
    top: 0.5vw;
    right: 0vw;
    cursor: pointer;
    width: 5vw;
    height: 5vw;
}



}


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

#main_p1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}



.big_text_p1 {
display: none;
}



#box_p1 {
position: relative;
        border: 0.1vw solid;
        border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
        background-color: #000;
        font-size: 3vw;
        font-weight: 400;
        letter-spacing: 0.1vw;
        line-height: 2;
        color: #fff;
        width: 90vw;
        height: auto;
        padding: 5.5vw;
        box-sizing: border-box;
}


#box_p1b {
    position: relative;
    border: 0.1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
    background-color: #000;
    font-size: .8vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 1.75;
    color: #fff;
    width: 90vw;
    height: auto;
    padding: 5.5vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}




#times_main {
    position: relative;
    color: #fff;
    width: 90vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
    margin-bottom: 10vw;
margin-top: 3vw;
}

.title_times {
        font-size: 4vw;
        font-weight: 600;
        background: linear-gradient(to right, #7ff8fe 0%, #f66197 100%);
        background-size: 100%;
        background-position: center;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        margin-bottom: 1.8vw;
}

#times_3204 {
        position: relative;
        font-size: 1vw;
        font-weight: 400;
        letter-spacing: 0.05vw;
        color: #fff;
        width: 22vw;
        height: 67.2vw;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-direction: column;
        background: linear-gradient(to bottom, transparent 0vw, transparent 7vw, #151515db 7vw, #151515db 100vw);

}


#times_boxa {
        position: relative;
        background-color: #262626;
        font-size: 1vw;
        font-weight: 400;
        letter-spacing: 0.05vw;
        color: #fff;
        width: 18vw;
        height: 11vw;
        padding: 2vw;
}

#times_boxa::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 9vw;
    height: .05vw;
    background-color: #818181;
}

#times_boxb {
    position: relative;
background-color: #262626;
    font-size: 1vw;
    font-weight: 400;
    letter-spacing: 0.05vw;
    color: #fff;
    width: 18vw;
    height: 11vw;
    padding: 2vw;
}




.tiems-txt1 {
   font-size: 2.4vw;
    font-weight: 400;
    color: #A8A8A8;
    text-align: center;
}

.tiems-txt2 {
    font-size: 3vw;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    margin-top: .3vw;
}

.tiems-txt3 {
    font-size: 2.1vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    color: #A8A8A8;
    text-align: center;
    margin-top: .3vw;
}


.tiems-txt4 {
    font-size: 2.4vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    color: #e84e84;
    text-align: center;
}


        hr {
            border: none;
            height: 1px;
            background-color: #ff216f;
        }


        .times-hr {
    border: none;
    height: .05vw;
    background-color: #555555;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
        }



.title_info {
        font-size: 4vw;
        font-weight: 600;
        letter-spacing: 0.2vw;
        background: linear-gradient(to right, #7ff8fe 0%, #f66197 15%);
        background-size: 100%;
        background-position: center;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
}

.title_info_spacing {
    margin-top: 3vw;
}





#content {
width: 100%;
        font-size: 3vw;
        font-weight: 400;
        letter-spacing: 0.1vw;
        line-height: 2;
        color: #fff;
                margin-bottom: 8vw;
}

#onoff_btn_box {
    width: 100%;
    height: 3vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 16vw;
    margin-bottom: 5vw;
}

#offline_btn, #online_btn {
        display: flex;
        width: 34vw;
        height: 6.8vw;
        line-height: 6.8vw;
        font-size: 3.5vw;
        color: #000000;
        font-weight: 500;
        cursor: pointer;
        clip-path: polygon(7% 0%, 100% 0%, 100% 70%, 93% 100%, 0% 100%, 0% 30%);
        border: none;
        transition: all .3s ease;
        justify-content: center;
        align-items: center;
        margin: 1.8vw;
        user-select: none;
        transition: background-color 0.3s ease;
        }


#online_btn {
    background-color: #4ec0e8;
}

#online_btn:hover {
            background-color: #4ec0e8;
        }

#offline_btn {
    background-color: #e84e84;
}

#offline_btn:hover {
    background-color: #e84e84;
        }


#online_box {
background-color: #3ba2d5;
        height: 90vw;
        background-image: url(../img/online_bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
padding: 5vw 7vw;
        }

#offline_box {
        background-image: url(../img/offline_bg.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: none;
        height: 90vw;
padding: 5vw 7vw;
        overflow-y: scroll;
        }

.online_title {
        width: 75vw;
        height: 14.63vw;
        background-image: url(../img/online-title.png);
        background-size: contain;
        background-repeat: no-repeat;
        margin-bottom: 1vw;
}

.offline_title {
        width: 75vw;
        height: 14.63vw;
    background-image: url(../img/offline-title.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom: 1vw;
}

#offline_box::-webkit-scrollbar {
    width: 2.5vw;
}
#offline_box::-webkit-scrollbar-thumb:hover {
    background-color: #ffbde8;
}
#offline_box::-webkit-scrollbar-thumb {
    background-color: #ff9adc;
    border: 0.75vw solid #d1478b;
}
#offline_box::-webkit-scrollbar-track {
    margin-right: 1vw;
}





#content_prize {
    font-size: 1vw;
    text-align: center;
        }


#prize_btn_box {
    height: 2vw;
    margin-bottom: 6vw;
    text-align: center;
    user-select: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}


        #prize_btn1, #prize_btn2, #prize_btn3, #prize_btn4, #prize_btn5, #prize_btn6 {
width: 12.5vw;
        height: 4.2vw;
        background-color: #000000;
        cursor: pointer;
        border: none;
        box-shadow: inset -0.1vw 0 0 0 #e84e84;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3.3vw;
        color: white;
        letter-spacing: 0.1vw;
        }

        #prize_btn7 {
            width: 4.5vw;
            height: 1.2vw;
            background-color: #000000;
            cursor: pointer;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px 20px;
            font-size: 16px;
            color: white;
        }


        #prize_btn1:hover, #prize_btn2:hover, #prize_btn3:hover, #prize_btn4:hover, #prize_btn5:hover, #prize_btn6:hover, #prize_btn7:hover {
background-color: #e84e84;
}


        #prize_btn1:focus, #prize_btn2:focus, #prize_btn3:focus, #prize_btn4:focus, #prize_btn5:focus, #prize_btn6:focus, #prize_btn7:focus {
background-color: #e84e84;
}



        #prize_btn_box {
            display: flex;
            gap: 0;
        }


        .inner-div-prize {
            display: none;
        }

        .active {
            display: block;
        }


#prize_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}



#item_01, #item_02, #item_03, #item_04, #item_05, #item_06 {
        width: 36vw;
        height: 46vw;
        margin: 1.5vw 1.5vw;
        background-color: #252525;
        position: relative;
        border-bottom: 0.5vw solid;
        display: flex;
        flex-direction: column;
        align-items: center;
        }


#item_01 {
    border-image: linear-gradient(to right, #2edcff 0%, #4cc1ea 100%) 1;
 }

#item_02 {
    border-image: linear-gradient(to right, #4fbee8 0%, #6ea2d3 100%) 1;
 }

#item_03 {
    border-image: linear-gradient(to right, #729fd0 0%, #9580b8 100%) 1;
 }

#item_04 {
    border-image: linear-gradient(to right, #9580b8 0%, #bb5e9e 100%) 1;
 }

#item_05 {
    border-image: linear-gradient(to right, #bb5e9e 0%, #bb5e9e 100%) 1;
 }

#item_06 {
    border-image: linear-gradient(to right, #bb5e9e 0%, #f82774 100%) 1;
 }




.image-container-prize {
    width: 16vw;
    height: 16vw;
    margin-top: 7vw;
    margin-bottom: 0vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 0.1vw solid;
    border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
        }

        .image-container-prize img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        }


.text-container-prize {
        margin-bottom: .6vw;
        margin-top: 11vw;
        font-size: 2.8vw;
        color: #afafaf;
        letter-spacing: 0.4vw;
}


.text-container-prize-sp {
margin-top: 3vw;
        margin-bottom: 1.6vw;
        font-size: 2.8vw;
        color: #afafaf;
        letter-spacing: 0.05vw;
}


.btn-container-prize {
        width: 24vw;
        height: 6.3vw;
        font-size: 2.8vw;
        color: #fff;
        background: #e84e84;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 0.5vw;
        cursor: pointer;
}

.btn-container-prize:hover {
    background: #F9669A;
}



#prize_btn {
        display: flex;
        width: 42vw;
        height: 6.8vw;
        font-size: 3.5vw;
        color: #000000;
        font-weight: 500;
        cursor: pointer;
        clip-path: polygon(7% 0%, 100% 0%, 100% 70%, 93% 100%, 0% 100%, 0% 30%);
        border: none;
        transition: all .3s ease;
        justify-content: center;
        align-items: center;
        margin-top: 6vw;
        user-select: none;
        transition: background-color 0.3s ease;
        background-color: #4ec0e8;
        }


#prize_btn:hover {
            background-color: #6ED9FF;
        }
.pza {
text-decoration: none;

}




        #overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.85);
            display: none;
            z-index: 999;
            justify-content: center;
            align-items: center;
        }


        .popup {
            background-color: white;
            width: 30vw;
            height: 30vw;
            padding: 2vw;
            position: relative;
            border-radius: 0.5vw;
        }


        .close-btn {
            position: absolute;
            top: 1vw;
            right: 1vw;
            cursor: pointer;
            width: 2vw;
            height: 2vw;
            background-size: cover;
        }


.overlay {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.85);
            z-index: 9998;
        }


        .pop_box {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80vw;
        height: auto;
        max-height: 80vh;
        background-color: #000;
        padding: 5vw;
        z-index: 9999;
        overflow: auto;
        color: #fff;
        border: 0.1vw solid;
        border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
        font-size: 3vw;
        font-weight: 400;
        letter-spacing: 0.1vw;
        line-height: 2;
        color: #fff;
        }




.pvc_img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}



.pvc_img img{
        width: 75vw;
        height: 75vw;
        margin: 0 0 5vw 0vw;
        border: 0.1vw solid;
        border-image: linear-gradient(to right, #2edcff, #ff216f) 1;
}



#pop_box::-webkit-scrollbar {
    width: 2.5vw;
}
#pop_box::-webkit-scrollbar-thumb:hover {
    background-color: #F9669A;
}
#pop_box::-webkit-scrollbar-thumb {
    background-color: #e84e84;
    border: 0.75vw solid #000000;
}
#pop_box::-webkit-scrollbar-track {
    margin-right: 1vw;
}


        .close-pvc {
position: fixed;
        right: 0vw;
        top: 1vw;
        cursor: pointer;
        width: 6vw;
        height: 6vw;
        filter: brightness(185%);
        }

        .close-pvc:hover {
filter: brightness(150%);
        }





#gotop {
width: 8vw;
    height: 8vw;
    background-image: url(../img/gotop.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    margin-top: 14vw;
    margin-bottom: 3vw;
    cursor: pointer;
    transition: all .3s ease;
}

#gotop:hover {
            filter: brightness(150%);
        }



#footbox {
    width: 100%;
    background-color: #000;
}


footer {
  background-color: #000;
}


}
