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



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




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


.point_box {
    display: flex;
    width: 97%;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
        font-size: .9vw;
    color: white;
    letter-spacing: 0.1vw;
        margin-bottom: 1.5vw;
}

.point_txt {
    width: 85%;
    height: auto;
    text-align: left;
}

.point_txt-m {
    display: none;
}


#point_btn {
width: 15%;
    height: auto;
    display: flex;
    background-color: #e84e84;
    cursor: pointer;
    justify-content: center;
}

#point_btn:hover {
filter: brightness(115%);
}





#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;
/*            transition: background-color 0.3s ease;*/
        }


        #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-point {
/*            padding: 10px;
            height: 15vw;*/
            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: 13.2vw;
    margin: 0.5vw;
    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-point {
    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-point img {
    width: 100%;
    height: 100%;
    object-fit: cover;
        }


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


.text-container-point-sp {
    font-size: .7vw;
    color: #afafaf;
letter-spacing: 0.05vw;
    line-height: 1;
}

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

.text-container-point-qty.off {
    color: #e84e84;
}


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

.btn-container-point:hover {
 filter: brightness(115%);
}


.btn-container-point.off {
    color: #fff;
    background: #666666;
    cursor: default;
}

.btn-container-point.off:hover {
 filter: brightness(100%);
}


#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;
    /* margin: 0.8vw; */
    user-select: none;
    transition: background-color 0.3s ease;
    background-color: #4ec0e8;
        }


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

}





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


#closepop_box_rules {
    position: fixed;
    top: 1vw;
    right: 1vw;
    cursor: pointer;
    width: 2vw;
    height: 2vw;
        }


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


#closepop_box_vs {
    position: fixed;
    top: 6.5vw;
    right: 33vw;
    cursor: pointer;
    width: 2vw;
    height: 2vw;
        }

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

#pop_box_rules {
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;
    font-size: .8vw;
    font-weight: 400;
    letter-spacing: 0.1vw;
    line-height: 1.75;
    color: #fff;
        }



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


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

.title_info_spacing {
    margin-top: 3vw;
}


.animate__fadeIn {
    animation: fadeIn 0.5s;
}


.title_team {
    font-size: 1.5vw;
    font-weight: 600;
    letter-spacing: 0.2vw;
    background: linear-gradient(to right, #7ff8fe 33%, #f66197 55%);
    background-size: 100%;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
        text-align: center;
    margin: 2.5vw 0;
}


.title_teamtxt {
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    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;
    text-align: center;
    margin: 1vw 0 .5vw 0;
}

.pop_date {
    font-size: .9vw;
    letter-spacing: 0.1vw;
    font-weight: 500;
    color: #737373;
}

.pop_txt {
    font-size: .9vw;
    letter-spacing: 0.1vw;
    font-weight: 500;
    color: #fff;
    border-bottom: .1vw solid #737373;
    padding-bottom: .5vw;
    margin-bottom: 2vw;
}

.pop_txt.red {
    color: #e84e84;
    border-bottom:none;
}

.pop_txt.bule {
    color: #79e1fa;
    border-bottom:none;
}


#confirm_btn {
    display: flex;
    width: 10vw;
    height: 1.8vw;
    font-size: 1vw;
    color: #000000;
    background-color: #4ec0e8;
    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: 3.5vw 0vw 1.5vw 14.5vw;
    user-select: none;
    transition: background-color 0.3s ease;
}




#confirm_btn:hover {
 filter: brightness(115%);
}



@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}




#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) {



}


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


.big_text_p4 {
display: none;
}



}


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

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



.big_text_p4 {
display: none;
}


#box_p4 {
        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;
}


.point_box {
        display: flex;
        width: 96%;
        height: auto;
        flex-direction: column;
        justify-content: space-between;
        font-size: 3vw;
        color: white;
        letter-spacing: 0.1vw;
        margin-bottom: 5.5vw;
        padding: 0 0 0 1vw;
        align-items: center;
}

.point_txt {
display: none;
}

.point_txt-m {
    display: block;
font-size: 3.2vw;
        width: 100%;
        height: auto;
        text-align: center;
}


#point_btn {
width: 30vw;
        height: 6vw;
        line-height: 6vw;
        display: flex;
        background-color: #e84e84;
        cursor: pointer;
        justify-content: center;
        margin-top: 2vw;
}

#point_btn:hover {
filter: brightness(115%);
}





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


#prize_btn_box {
    height: 2vw;
    /* margin-top: 14vw; */
    margin-bottom: 2vw;
    /* font-size: 18px; */
    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-point {

            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: 52vw;
        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-point {
        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;
        }


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


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

.text-container-point-qty {
        margin-top: 0vw;
        margin-bottom: 1.6vw;
        font-size: 2.8vw;
        color: #afafaf;
        letter-spacing: 0.05vw;
}

.text-container-point-qty.off {
    color: #e84e84;
}


.btn-container-point {
        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-point:hover {
 filter: brightness(115%);
}


.btn-container-point.off {
    color: #fff;
    background: #666666;
    cursor: default;
}

.btn-container-point.off:hover {
 filter: brightness(100%);
}


#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;
    /* margin: 0.8vw; */
    user-select: none;
    transition: background-color 0.3s ease;
    background-color: #4ec0e8;
        }


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

}





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


#closepop_box_rules {
        position: fixed;
        right: 2vw;
        top: 2vw;
        cursor: pointer;
        width: 8vw;
        height: 8vw;
        filter: brightness(185%);
        }


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


#closepop_box_vs {
    position: fixed;
    top: 6.5vw;
    right: 33vw;
    cursor: pointer;
    width: 2vw;
    height: 2vw;
        }

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


#pop_box_rules {
        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;
        }


#confirm_btn {
width: 44vw;
        height: 6.5vw;
        line-height: 6.5vw;
        font-size: 3vw;
        color: #000;
        background: #4ec0e8;
        justify-content: center;
        align-items: center;
        letter-spacing: 0.5vw;
        cursor: pointer;
margin: 6vw 0 0 18vw;
}



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


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

.title_info_spacing {
    margin-top: 3vw;
}


.animate__fadeIn {
    animation: fadeIn 0.5s;
}


.title_team {
    font-size: 1.5vw;
    font-weight: 600;
    letter-spacing: 0.2vw;
    background: linear-gradient(to right, #7ff8fe 33%, #f66197 55%);
    background-size: 100%;
    background-position: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
        text-align: center;
    margin: 2.5vw 0;
}


.title_teamtxt {
    font-size: 1.1vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    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;
    text-align: center;
    margin: 1vw 0 .5vw 0;
}

.pop_date {
    font-size: 2.8vw;
    letter-spacing: 0.1vw;
    font-weight: 500;
    color: #737373;
}

.pop_txt {
        font-size: 3vw;
        letter-spacing: 0.1vw;
        font-weight: 500;
        color: #fff;
        border-bottom: .1vw solid #737373;
        padding-bottom: 1.5vw;
        margin-bottom: 4vw;
}

.pop_txt.red {
    color: #e84e84;
    border-bottom:none;
}

.pop_txt.bule {
    color: #79e1fa;
    border-bottom:none;
}









@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}







#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;
}


}
