@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700;800&display=swap");

a:focus,
a:focus-visible,
a:active {
  outline: none !important;
  text-decoration: none;
}

a:focus,
a:focus-visible,
a img:focus,
a img:focus-visible,
img:focus,
img:focus-visible {
  outline: none;
  text-decoration: none;
}


a,
a:hover,
a:focus,
a:active,
a:visited {
  text-decoration: none;
  text-decoration: none;
}


.close_popup, #gotop, #logo {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    user-select: none;
  }



html {
    touch-action: manipulation;
  }
  
 
  input, textarea, select, button {
    font-size: 16px;
  }



body {
    background-color: #000;
    overflow-x: hidden;
    font-family: 'Noto Sans TC', sans-serif;
    margin: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

body.loaded {
    opacity: 1;
  }
  
 






body::-webkit-scrollbar {
    width: .5vw;
}

body::-webkit-scrollbar-thumb {
    background-color: #a21b0f;
    border-radius: 0px;
}

body::-webkit-scrollbar-thumb:hover {
    background-color: #79140b;
}

body::-webkit-scrollbar-track {
    background-color: #191919;
    border-radius: 0px;
}



#bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: -3;
    
    animation: brightnessCycle 5s ease-in-out infinite;
}


#bg-stone {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg-stone.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
    z-index: -2;
    
    animation: brightnessCycle_stone 5s ease-in-out infinite;
}


@keyframes brightnessCycle {
    0% { filter: brightness(100%); }  
    50% { filter: brightness(150%); }  
    100% { filter: brightness(100%); }
}


@keyframes brightnessCycle_stone {
    0% { filter: brightness(90%); } 
    50% { filter: brightness(150%); }  
    100% { filter: brightness(90%); } 
}

#particles-js {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: -1;
}




.main-btn-large {
    position: relative;
    display: inline-block;
    width: 25%;
    padding: .5vw .5vw;
    font-size: .9vw;
    font-weight: 500;
    letter-spacing: .08vw;
   
    color: white;
    background-color: #a02e1f;
    border: none;
    cursor: pointer;
    overflow: hidden;
    transition: 0.6s;
    z-index: 2;
}


.main-btn-large.beta {
    background-color: #1f41a0;
}


.main-btn-large {
    background-color: #a02e1f;
}



.main-btn-large:hover { 
    background-color: rgb(212, 83, 66);
}


.main-btn-large::before,
.main-btn-large::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    background-color: #b53e2b;
    clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
    transition: transform 0.3s ease-in-out;
}

.main-btn-large::before {
    left: 0;
    transform: translateX(0);
}

.main-btn-large::after {
    right: 0;
    background-color: #b53e2b;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
    transform: translateX(0);
}

.main-btn-large:hover::before {
    transform: translateX(-1vw);
}

.main-btn-large:hover::after {
    transform: translateX(1vw);
}

.main-btn-large:hover {
    color: #fff;
}


.material-symbols-outlined {
    font-size: 1vw !important;
    margin-left: 0;
    vertical-align: middle;
}

.rotate-icon {
    display: inline-block;
    transform: rotate(320deg);
}






.main-btn-small {
    position: relative;
    width: auto;
    height: auto;
    padding: .4vw 2.6vw;
    font-size: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    transition: 0.6s;
}

.main-btn-small.s3 {
    position: relative;
    width: 11.1vw;
    height: auto;
    padding: .4vw 0vw;
    font-size: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    transition: 0.6s;
}

.main-btn-small:hover {
    background-color: #79140ba6;   
}



.image-container {
            width: 100%;   
            max-width: 100%;
            height: auto;   
        }


.image-container img {
            width: 100%;  
            height: auto; 
            display: block;
        }



#section-kv {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 21.45vw;
   
    background-image: url(../img/page-kv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}

#title-news, #title-vote, #title-sched {
    position: relative;
    width: 41.667vw;
    height: 10.41vw;
    top: 7.8vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
    transition: 0.5s; 
}



#title-news {
    background-image: url(../img/page-title-news.png);
}


#title-vote {
    background-image: url(../img/page-title-vote.png);
}

#title-sched {
    background-image: url(../img/page-title-sched.png);
}

#logo {
    position: absolute;
    width: 11.5vw;
    height: auto;
    left: 1.5vw;
    top: 1vw;
   
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    transition: 0.5s;
}


#logo:hover {
    filter: brightness(1.15);
 }


#man4 {
    position: absolute;
    width: 85vw;
    height: 47vw;

    background: #fff00050;
    background-size: contain;
    background-repeat: no-repeat;

        z-index: 1;
         pointer-events: none;
}


#iconbtn-box {
    position: absolute;
    display: flex;
    width: auto;
    height: auto;
    top: 1vw;
    right: -1px;
   
    flex-direction: row;
}


#iconbtn-1, #iconbtn-2, #iconbtn-3, #iconbtn-4, #iconbtn-5, #iconbtn-6 {
    position: relative;
    width: 2.3vw;
    height: 2.3vw;
    background-color: #00000098;
    border: 1px solid #3e3e3e;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    transition: 0.5s;
    margin-left: -1px;
    }

    #iconbtn-1:hover, #iconbtn-2:hover, #iconbtn-3:hover, #iconbtn-4:hover, #iconbtn-5:hover, #iconbtn-6:hover {
        background-color: #79140b77;
        }



#iconbtn-1 {
    background-image: url(../img/iconbtn_01.png);
    }

 #iconbtn-2 {
        background-image: url(../img/iconbtn_02.png);
}


#iconbtn-3 {
            background-image: url(../img/iconbtn_03.png);
 }

 #iconbtn-4 {
    background-image: url(../img/iconbtn_04.png);
}

#iconbtn-5 {
    background-image: url(../img/iconbtn_05.png);
}

#iconbtn-6 {
    background-image: url(../img/iconbtn_06.png);
}






#section-news {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
   
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}


#box-news {
    position: relative;
    display: flex;
    color: #fff;
    width: 53%;
    height: auto;
    margin-top: 7vw;
   
    flex-direction: column;
    align-items: flex-start;
}


.news_header {
    padding: .4vw;
    padding-left: 0vw;
    width: 100%;
    height: auto;
   
    color: white;
   
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ffffff;
    margin-top: 2vw;
}

.news_header h2 {
    position: relative;
    font-size: 1.6vw;
    margin: 0;
    padding-left: 0vw;
}

.news_header h2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 53%;
    transform: translateY(-50%);
    width: .2vw;
    height: 1.6vw;
    background-color: rgb(163, 45, 51);
}

.news-date {
    position: relative;
    width: auto;
    height: auto;
    padding: .1vw .6vw;
    font-size: 0.9vw;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    letter-spacing: .08vw;
}

.news_body {
    margin: 2vw 0 10vw 0;
    height: auto;
    font-size: .9vw;
    line-height: 1.8vw;
}


.main-btn-small.news {
    padding: .4vw 3vw;
margin-top: 4vw;
}







#section-vote {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
   
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}


#box-vote {
    position: relative;
    display: flex
;
    color: #fff;
    width: 60%;
    height: auto;
    margin-top: 10vw;
    margin-bottom: 7vw;
   
    flex-direction: column;
    align-items: flex-start;
}


#vote_header {
    position: relative;
    width: 100%;
    height: auto;
   
    background-repeat: no-repeat;
   
    z-index: 1;
   
}


#vote_textbox {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin: 4vw 0;
}

#vote_left {
    padding-left: .7vw;
    width: auto;
    height: 2.4vw;
   
    color: white;
    font-size: .9vw;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-left: .25vw solid rgb(163, 45, 51);
}

.main-btn-large.vote {
    width: 38%;
}

#subtitle-vote {
    position: relative;
    top: 2px;
    width: auto;
    height: auto;
    padding: .15vw 1vw;
    font-size: 0.8vw;
    font-weight: 500;
    background-color: #fff;
    color: #000;
    letter-spacing: .08vw;
}

#box-vote hr {
    width: 100%;
    margin: 0;
}


.list {
    list-style: none;
    padding: 0;
    margin: 0;
   
  }

  .list-item {
    display: flex
    ;
        align-items: flex-start;
        font-size: .8vw;
        line-height: 1;
        margin-bottom: .6vw;
        letter-spacing: 0.04vw;
  }

  .number-box {
    background-color: #373737;
    color: rgb(0, 0, 0);
    width: 1vw;
    height: 1vw;
    font-size: .7vw;
    line-height: .7vw;
   
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .5vw;
   
    flex-shrink: 0;
  }











#section-sched {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
   
   
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
}


#box-sched {
    position: relative;
    display: flex;
    color: #fff;
    width: 54.5%;
    height: auto;
    margin-top: 7vw;
    margin-bottom: 10vw;
   
    flex-direction: column;
    align-items: center;
}


#box-areabtn {
    position: relative;
    display: flex;
    width: 78%;
    height: auto;
    margin-top: 3.4vw;
    margin-bottom: 2.4vw;
   
    background-repeat: no-repeat;
   
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-btn-small.area {
    padding: .34vw 2.9vw;
    letter-spacing: .12vw;
}

.main-btn-small.area.a {
    background-color: #79140ba6;   
    cursor: auto;
}


#box-area {
    position: relative;
    display: flex
;
width: 100%;
    height: auto;

    margin-top: 3.4vw;
   
    background-repeat: no-repeat;
   
    justify-content: space-between;
    flex-direction: row;
}

#box-area-left {
    position: relative;
    display: flex
;
   
    width: 27vw;
    height: auto;
   
    flex-direction: row;
    justify-content: space-between;
}

#box-area-right {
    position: relative;
    display: flex;
   
    width: 26.3vw;
    height: auto;
    flex-direction: row;
    justify-content: space-between;
}


#imgbtn-s1 {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    filter: brightness(.95);
    border: 1px solid white;
    overflow: hidden;
}

#imgbtn-s1 .image-container {
    width: 100%;
    height: 100%;
    transition: transform 0.8s ease;
}

#imgbtn-s1:hover .image-container {
    transform: scale(1.2);
}




.team-box {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 3.4vw;
   
    background-repeat: no-repeat;
   
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.main-btn-large.team {
    font-size: .88vw;
    cursor: auto;
    width: 24%;
    margin-bottom: .8vw;
    line-height: 1.6;
    padding: .7vw .5vw;
}



.title-area {
    position: relative;
    padding: 0 25%;
    width: 50%;
    height: 4.15vw;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 6.5vw;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.2s ease-in-out;
    border-bottom: 1px solid #ffffff;
}


.title-area.ntp8 {
    background-image: url(../img/title-area-ntp8.png);
}

.title-area.ntp4 {
    background-image: url(../img/title-area-ntp4.png);
}

.title-area.ntp2 {
    background-image: url(../img/title-area-ntp2.png);
}

.title-area.tp8 {
    background-image: url(../img/title-area-tp8.png);
}

.title-area.tp4 {
    background-image: url(../img/title-area-tp4.png);
}

.title-area.tp2 {
    background-image: url(../img/title-area-tp2.png);
}

.title-area.tc8 {
    background-image: url(../img/title-area-tc8.png);
}

.title-area.tc4 {
    background-image: url(../img/title-area-tc4.png);
}

.title-area.tc2 {
    background-image: url(../img/title-area-tc2.png);
}

.title-area.ks8 {
    background-image: url(../img/title-area-ks8.png);
}

.title-area.ks4 {
    background-image: url(../img/title-area-ks4.png);
}

.title-area.ks2 {
    background-image: url(../img/title-area-ks2.png);
}






#box-vs {

    position: relative;
    display: flex;
    width: 86%;
    height: auto;
    margin-top: 3.4vw;
   
    background-repeat: no-repeat;
   
    justify-content: space-between;
    flex-direction: row;

}

.box-vsteam {

    position: relative;
    display: flex
;
    width: 42%;
    height: auto;
   
    background-repeat: no-repeat;
   
    flex-direction: column;
    align-items: center;

}


.main-btn-large.vsteam {
    font-size: .88vw;
    cursor: auto;
    width: 100%;
    margin-bottom: .5vw;
    line-height: 1.6;
    padding: .7vw .5vw;
}


.box-xo {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
   
    background-repeat: no-repeat;
   
    flex-direction: row;
    gap: 1vw;
    justify-content: center;
}

.xoicon {
    position: relative;
    width: 4.688vw;
    height: 1.3024vw;
   
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
    pointer-events: none;
}


.xoicon.x1 {
    background-image: url(../img/game-x1.png);
}
.xoicon.o1 {
    background-image: url(../img/game-o1.png);
}
.xoicon.x2 {
    background-image: url(../img/game-x2.png);
}
.xoicon.o2 {
    background-image: url(../img/game-o2.png);
}
.xoicon.x3 {
    background-image: url(../img/game-x3.png);
}
.xoicon.o3 {
    background-image: url(../img/game-o3.png);
}



.vsicon {
    position: relative;
    width: 3.125vw;
    height: 3.125vw;
   
    background-image: url(../img/vsicon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 1;
    pointer-events: none;
}












#section-4 {
    position: relative;
    display: flex;
    width: 100%;
    height: 31vw;
    background-image: url(../img/bg-s4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
   
    align-items: center;
    justify-content: center;
}

#box-s4 {
    position: relative;
    display: flex;
    width: 75vw;
    height: 18vw;
   
   
    flex-direction: row;
    justify-content: space-between;
}

#title-s4 {
    position: relative;
    width: 26vw;
    height: 18vw;
    background-image: url(../img/title-s4.png);
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .6vw;
    z-index: 1;
    pointer-events: none;
    transition: transform 0.2s ease-in-out;
}



#s4-img-bnt {
    position: relative;
   
    width: 15vw;
    height: 18vw;
   
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    bottom:0vw;
    transition: 0.5s;
}

#s4-img-bnt:hover {
    filter: brightness(1.17);
    bottom:.5vw;
}



#section-5 {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 74vw;
   
    background-size: cover;
    background-repeat: no-repeat;

   
}


#title-s5 {
    position: relative;
    width: 26.667vw;
    height: 5.365vw;
    background-image: url(../img/title-s5.png);
   
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 9.5vw;
    margin-bottom: 1.3vw;
    z-index: 1;
}


#section-5 p {
    text-align: center;
    color: #fff;
    font-size: .9vw;
    font-weight: 400;
    letter-spacing: .02vw;
    line-height: 175%;
}



#btn-s5L-top {
    position: absolute;
    width: 48.5vw;
    height: 17.5vw;
    left: 0vw;
    top: 30vw;
    z-index: 3;
    pointer-events: none;
}


#btn-s5L {
    position: absolute;
    width: 48.5vw;
    height: 17.5vw;
    left: 0vw;
    top: 30vw;
    background-color: #fff000cc;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    transition: 0.7s;
    filter: brightness(0.35);
}

#btn-s5L::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.75);
    background: rgb(0 29 89 / 83%);
    mix-blend-mode: color;
    transition: 0.5s ease-in-out;
}


#btn-s5L:hover {
    filter: brightness(1.0);
}

#btn-s5L:hover::after {
    opacity: 0;
}


#btn-s5R-top {
    position: absolute;
    width: 48.5vw;
    height: 17.5vw;
    right: 0vw;
    top: 30vw;
    z-index: 3;
    pointer-events: none;
}


#btn-s5R {
    position: absolute;
    width: 48.5vw;
    height: 17.5vw;
    right: 0vw;
    top: 30vw;
    background-color: #fff000cc;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 2;
    transition: 0.7s;
    filter: brightness(0.35);
}


#btn-s5R::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(0.5);
    background: rgb(56 9 0 / 83%);
    mix-blend-mode: color;
    transition: 0.5s ease-in-out;

}

#btn-s5R:hover {
    filter: brightness(1.0);
}


#btn-s5R:hover::after {
    opacity: 0;
}


#s5-text {
    position: relative;
    width: 68.5vw;
    height: 9.5vw;
   
    top: 32.5vw;
    background-repeat: no-repeat;
   
    z-index: 1;
}


.main-btn-small.s5 {
    position: relative;
    width: auto;
    height: auto;
    padding: .35vw 4.6vw;
    font-size: 0.95vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
    top: 34vw;
    transition: 0.6s;
}


.main-btn-small.s5:hover {
    background-color: #79140ba6;
}


#gotop {
    position: absolute;
    bottom: 9vw;
    right: -2px;
    width: 2.3vw;
    height: 2.3vw;
    background-image: url(../img/iconbtn_top.png);
    background-color: #000000b3;
    border: 1px solid #777777;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 99;
    transition: 0.5s;
}


#gotop:hover {
    background-color: #79140b77;
}



#footbox {
    position: relative;
   
    flex-direction: column;
    align-items: center;
   
   
    background-color: #000000;
}


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

}


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

}


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




    body {
        background-color: #000;
        overflow-x: hidden;
        font-family: 'Noto Sans TC', sans-serif;
        margin: 0;
    }
    
   
    body::-webkit-scrollbar {
        width: .5vw;
    }
    
    body::-webkit-scrollbar-thumb {
        background-color: #a21b0f;
        border-radius: 0px;
    }
    
    body::-webkit-scrollbar-thumb:hover {
        background-color: #79140b;
    }
    
    body::-webkit-scrollbar-track {
        background-color: #191919;
        border-radius: 0px;
    }
    
    
    
    #bg {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        background-image: url(../img/mobile/bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 0;
        z-index: -3;
        
        animation: brightnessCycle 5s ease-in-out infinite;
    }
    
    
    #bg-stone {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/bg-stone.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center 0;
        z-index: -2;
        
        animation: brightnessCycle_stone 5s ease-in-out infinite;
    }
    
    
    
    
    @keyframes brightnessCycle {
        0% { filter: brightness(100%); }  
        50% { filter: brightness(200%); }  
        100% { filter: brightness(100%); }
    }
    
    
    @keyframes brightnessCycle_stone {
        0% { filter: brightness(90%); } 
        50% { filter: brightness(130%); }  
        100% { filter: brightness(90%); } 
    }
    
    
    
    
   
    
    .main-btn-large {
        position: relative;
        display: inline-block;
        width: 25%;
        padding: .5vw .5vw;
        font-size: .9vw;
        font-weight: 500;
        letter-spacing: .08vw;
       
        color: white;
        background-color: #a02e1f;
        border: none;
        cursor: pointer;
        overflow: hidden;
        transition: 0.6s;
        z-index: 2;
    }
    
    
    .main-btn-large.beta {
        background-color: #1f41a0;
    }
    
    
    .main-btn-large {
        background-color: #a02e1f;
    }
    
    
    
    .main-btn-large:hover { 
        background-color: rgb(212, 83, 66);
    }
    
    
    .main-btn-large::before,
    .main-btn-large::after {
        content: "";
        position: absolute;
        width: 20%;
        height: 100%;
        top: 0;
        background-color: #b53e2b;
        clip-path: polygon(0 0, 100% 0, 0% 100%, 0% 100%);
        transition: transform 0.3s ease-in-out;
    }
    
    .main-btn-large::before {
        left: 0;
        transform: translateX(0);
    }
    
    .main-btn-large::after {
        right: 0;
        background-color: #b53e2b;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 0% 100%);
        transform: translateX(0);
    }
    
    .main-btn-large:hover::before {
        transform: translateX(-1vw);
    }
    
    .main-btn-large:hover::after {
        transform: translateX(1vw);
    }
    
    .main-btn-large:hover {
        color: #fff;
    }
    
    
    .material-symbols-outlined {
        font-size: 3vw !important;
        margin-left: 0;
        vertical-align: middle;
    }
    
    .rotate-icon {
        display: inline-block;
        transform: rotate(320deg);
    }
    
    
   
    
   
    
    .main-btn-small {
        position: relative;
        width: auto;
        height: auto;
        padding: 1vw 6vw;
        font-size: 2.6vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid white;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        cursor: pointer;
        transition: 0.6s;
    }
    
    .main-btn-small.s3 {
        position: relative;
        width: 11.1vw;
        height: auto;
        padding: .4vw 0vw;
        font-size: 0.8vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid white;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        cursor: pointer;
        transition: 0.6s;
    }
    
    .main-btn-small:hover {
        background-color: #79140ba6;   
    }
    
    .main-btn-small:active {
        background-color: #79140ba6;
    }


    
   
    .image-container {
                width: 100%;   
                max-width: 100%;
                height: auto;   
            }
    
   
    .image-container img {
                width: 100%;  
                height: auto; 
                display: block;
            }
    
    
    
    #section-kv {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 48vw;
       
        background-image: url(../img/page-kv.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center top;
    }
    
    #title-news, #title-vote, #title-sched {
        position: relative;
        width: 85vw;
        height: 22.5vw;
        top: 18vw;
        background-repeat: no-repeat;
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 1;
        transition: 0.5s;
    }
    
    
    
    #title-news {
        background-image: url(../img/mobile/page-title-news.png);
    }
    
    
    #title-vote {
        background-image: url(../img/mobile/page-title-vote.png);
    }
    
    #title-sched {
        background-image: url(../img/mobile/page-title-sched.png);
    }
    
    #logo {
        position: absolute;
        width: 25vw;
        height: auto;
        left: 1.5vw;
        top: 2vw;
       
        background-repeat: no-repeat;
       
        z-index: 2;
        transition: 0.5s;
        user-select: none;
    }
    
    
    #logo:hover {
        filter: brightness(1.15);
     }
    
    
    #man4 {
        position: absolute;
        width: 85vw;
        height: 47vw;
   
        background: #fff00050;
        background-size: contain;
        background-repeat: no-repeat;
   
            z-index: 1;
             pointer-events: none;
    }
    
    
    #iconbtn-box {
        display: flex
;
        position: absolute;
        width: auto;
        height: auto;
        top: 0px;
        right: 0vw;
        flex-direction: row;
    }
    
    
    #iconbtn-1, #iconbtn-2, #iconbtn-3, #iconbtn-4, #iconbtn-5, #iconbtn-6 {
        position: relative;
        width: 6.5vw;
        height: 6.5vw;
        background-color: #00000061;
        border: 1px solid #777777;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
        z-index: 2;
        transition: 0.5s;
        bottom: 0;
        margin-left: -1px;
        border-top: none;
        }
    
        #iconbtn-1:hover, #iconbtn-2:hover, #iconbtn-3:hover, #iconbtn-4:hover, #iconbtn-5:hover, #iconbtn-6:hover {
           
            background-color: #4d0a049c;
            }






#iconbtn-6 {
    border-right: none; 
}
    
    
    
    #iconbtn-1 {
        background-image: url(../img/iconbtn_01.png);
        }
    
     #iconbtn-2 {
            background-image: url(../img/iconbtn_02.png);
    }
    
    
    #iconbtn-3 {
                background-image: url(../img/iconbtn_03.png);
     }
    
     #iconbtn-4 {
        background-image: url(../img/iconbtn_04.png);
    }
    
    #iconbtn-5 {
        background-image: url(../img/iconbtn_05.png);
    }
    
    #iconbtn-6 {
        background-image: url(../img/iconbtn_06.png);
    }
    
    
    
    
   
    
    #section-news {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
       
       
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right top;
        padding: 5vw 0 20vw 0;
    }
    
    
    #box-news {
        position: relative;
        display: flex;
        color: #fff;
        width: 90%;
        height: auto;
        margin-top: 7vw;
       
        flex-direction: column;
        align-items: flex-start;
    }
    
    
    .news_header {
        padding: 1.5vw;
        padding-left: 0vw;
        width: 100%;
        height: auto;
       
        color: white;
       
        font-weight: bold;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #ffffff;
        margin-top: 2vw;
    }
    
    .news_header h2 {
        position: relative;
        font-size: 3.8vw;
        margin: 0;
        padding-left: 0vw;
    }
    
    .news_header h2::before {
        content: "";
        position: absolute;
        left: 0;
        top: 53%;
        transform: translateY(-50%);
        width: .6vw;
        height: 3.8vw;
        background-color: rgb(163, 45, 51);
    }
    
    .news-date {
        position: relative;
        width: auto;
        height: auto;
        padding: 0.5vw 2vw;
        font-size: 2.2vw;
        line-height: 2.2vw;
        font-weight: 500;
        background-color: #fff;
        color: #000;
        letter-spacing: .08vw;
    }
    
    .news_body {
        margin: 4vw 0 0 0;
        height: auto;
        font-size: 2.9vw;
        line-height: 2;
    }
    
    
    .main-btn-small.news {
        padding: 0.5vw 8vw;
        margin-top: 8vw;
    }
    
    
    
   
    
   
    
    #section-vote {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
       
       
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right top;
        padding: 5vw 0 20vw 0;
    }
    
    
    #box-vote {
        position: relative;
        display: flex
    ;
        color: #fff;
        width: 90%;
        height: auto;
        margin-top: 10vw;
        margin-bottom: 7vw;
       
        flex-direction: column;
        align-items: flex-start;
    }
    
    
    #vote_header {
        position: relative;
        width: 100%;
        height: auto;
       
        background-repeat: no-repeat;
       
        z-index: 1;
       
    }
    
    
    #vote_textbox {
        display: flex
        ;
                width: 100%;
                justify-content: space-between;
                margin: 4vw 0;
                flex-direction: column;
    }
    
    #vote_left {
        padding-left: 0;
        width: auto;
        height: auto;
       
        color: white;
        font-size: 2.9vw;
        font-weight: 400;
        display: flex
;
        justify-content: space-between;
        align-items: center;
        border-left: none;
        margin: 5vw 0;
    }
    
    .main-btn-large.vote {
        width: 100%;
        margin-bottom: 6vw;
    }
    
    #subtitle-vote {
        position: relative;
        width: auto;
        height: auto;
        padding: 0.5vw 2vw;
        font-size: 2.2vw;
        line-height: 2.2vw;
        font-weight: 500;
        background-color: #fff;
        color: #000;
        letter-spacing: .08vw;
    }
    
    #box-vote hr {
        width: 100%;
        margin: 0;
    }
    
    
    .list {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-top: 3.5vw;
      }
    
      .list-item {
        display: flex
;
        align-items: flex-start;
        font-size: 2.7vw;
        line-height: 1.5;
        margin-bottom: 1.5vw;
        letter-spacing: 0.04vw;
      }
    
      .number-box {
        position: relative;
        background-color: #373737;
        color: rgb(0, 0, 0);
        width: 3.3vw;
        height: 3.3vw;
        font-size: 2.7vw;
        line-height: 0.7vw;
        top: .2vw;
       
        display: flex
;
        align-items: center;
        justify-content: center;
        margin-right: 2vw;
       
        flex-shrink: 0;
      }
    
    
    
    
    
   
    
    
   
    
    
    #section-sched {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: auto;
       
       
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right top;
        padding: 5vw 0 18vw 0;
    }
    
    
    #box-sched {
        position: relative;
        display: flex;
        color: #fff;
        width: 90%;
        height: auto;
        margin-top: 7vw;
        margin-bottom: 10vw;
       
        flex-direction: column;
        align-items: center;
    }
    
    
    #box-areabtn {
        position: relative;
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 3.4vw;
        margin-bottom: 2.4vw;
       
        background-repeat: no-repeat;
       
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .main-btn-small.area {
        padding: 1vw 8vw;
        letter-spacing: .12vw;
        font-size: 2.6vw;
    }
    
    .main-btn-small.area.a {
        background-color: #79140ba6;   
        cursor: auto;
        display: none;
    }
    
    
    #box-area {
        position: relative;
        display: flex
;
        width: 100%;
        height: auto;
        margin-top: 3.4vw;
       
        background-repeat: no-repeat;
       
        justify-content: space-between;
        flex-direction: column;
    }
    
    #box-area-left {
        position: relative;
        display: flex;
       
        width: 100%;
        height: auto;
        margin: 5vw 0;
       
        flex-direction: row;
        justify-content: space-between;
    }
    
    #box-area-right {
        position: relative;
        display: flex;
       
        width: 100%;
        height: auto;
        flex-direction: row;
        justify-content: space-between;
    }
    
    
    #imgbtn-s1 {
        position: relative;
        width: 100%;
        height: auto;
       
        cursor: pointer;
        transition: 0.5s ease-in-out;
        filter: brightness(.95);
    
        border: 1px solid white;
    }
    
    #imgbtn-s1:hover {
        filter: brightness(1.25);
    }
    
    
    
    .team-box {
        position: relative;
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 3.4vw;
       
        background-repeat: no-repeat;
       
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: wrap;
    }
    
    .main-btn-large.team {
        font-size: 2.8vw;
        cursor: auto;
        width: 48.5%;
        margin-bottom: 2vw;
        line-height: 2;
        padding: 2vw 0vw;
    }
    
    
    
    .title-area {
        position: relative;
        padding: 0;
        width: 100%;
        height: 15vw;
       
       
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 6vw;
        z-index: 1;
        pointer-events: none;
        transition: transform 0.2s ease-in-out;
        border-bottom: none;
        margin-top: 12vw;
        margin-bottom: 4vw;
    }
    
    
    .title-area.ntp8 {
        background-image: url(../img/mobile/title-area-ntp8.png);
    }
    
    .title-area.ntp4 {
        background-image: url(../img/mobile/title-area-ntp4.png);
    }
    
    .title-area.ntp2 {
        background-image: url(../img/mobile/title-area-ntp2.png);
    }
    
    .title-area.tp8 {
        background-image: url(../img/mobile/title-area-tp8.png);
    }
    
    .title-area.tp4 {
        background-image: url(../img/mobile/title-area-tp4.png);
    }
    
    .title-area.tp2 {
        background-image: url(../img/mobile/title-area-tp2.png);
    }
    
    .title-area.tc8 {
        background-image: url(../img/mobile/title-area-tc8.png);
    }
    
    .title-area.tc4 {
        background-image: url(../img/mobile/title-area-tc4.png);
    }
    
    .title-area.tc2 {
        background-image: url(../img/mobile/title-area-tc2.png);
    }
    
    .title-area.ks8 {
        background-image: url(../img/mobile/title-area-ks8.png);
    }
    
    .title-area.ks4 {
        background-image: url(../img/mobile/title-area-ks4.png);
    }
    
    .title-area.ks2 {
        background-image: url(../img/mobile/title-area-ks2.png);
    }
    
    
    
    
    
    
    #box-vs {
    
        position: relative;
        display: flex;
        width: 100%;
        height: auto;
        margin-top: 3.4vw;
       
        background-repeat: no-repeat;
       
        justify-content: space-between;
        flex-direction: row;
    
    }
    
    .box-vsteam {
    
        position: relative;
        display: flex
    ;
        width: 43%;
        height: auto;
       
        background-repeat: no-repeat;
       
        flex-direction: column;
        align-items: center;
    
    }
    
    
    .main-btn-large.vsteam {
        font-size: 2.8vw;
        cursor: auto;
        width: 100%;
        margin-bottom: 1.5vw;
        line-height: 1.6;
        padding: 2vw 0vw;
    }
    
    
    .box-xo {
        position: relative;
        display: flex;
        width: 100%;
        height: auto;
       
        background-repeat: no-repeat;
       
        flex-direction: row;
        gap: 2vw;
        justify-content: center;
    }
    
    .xoicon {
        position: relative;
        width: 11vw;
        height: 3vw;
       
       
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: 1;
        pointer-events: none;
    }
    
    
    .xoicon.x1 {
        background-image: url(../img/game-x1.png);
    }
    .xoicon.o1 {
        background-image: url(../img/game-o1.png);
    }
    .xoicon.x2 {
        background-image: url(../img/game-x2.png);
    }
    .xoicon.o2 {
        background-image: url(../img/game-o2.png);
    }
    .xoicon.x3 {
        background-image: url(../img/game-x3.png);
    }
    .xoicon.o3 {
        background-image: url(../img/game-o3.png);
    }
    
    
    
    .vsicon {
        position: relative;
        width: 8vw;
        height: 8vw;
       
        background-image: url(../img/vsicon.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: 1;
        pointer-events: none;
    }
    
    
    
    
    
    
   
    
    
    
    
    
    #section-4 {
        position: relative;
        display: flex;
        width: 100%;
        height: 31vw;
        background-image: url(../img/bg-s4.jpg);
        background-size: cover;
        background-repeat: no-repeat;
       
        align-items: center;
        justify-content: center;
    }
    
    #box-s4 {
        position: relative;
        display: flex;
        width: 75vw;
        height: 18vw;
       
       
        flex-direction: row;
        justify-content: space-between;
    }
    
    #title-s4 {
        position: relative;
        width: 26vw;
        height: 18vw;
        background-image: url(../img/title-s4.png);
       
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: .6vw;
        z-index: 1;
        pointer-events: none;
        transition: transform 0.2s ease-in-out;
    }
    
    
    
    #s4-img-bnt {
        position: relative;
       
        width: 15vw;
        height: 18vw;
       
       
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        cursor: pointer;
        bottom:0vw;
        transition: 0.5s;
    }
    
    #s4-img-bnt:hover {
        filter: brightness(1.17);
        bottom:.5vw;
    }
    
    
    
    #section-5 {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        height: 74vw;
       
        background-size: cover;
        background-repeat: no-repeat;
    
       
    }
    
    
    #title-s5 {
        position: relative;
        width: 26.667vw;
        height: 5.365vw;
        background-image: url(../img/title-s5.png);
       
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 9.5vw;
        margin-bottom: 1.3vw;
        z-index: 1;
    }
    
    
    #section-5 p {
        text-align: center;
        color: #fff;
        font-size: .9vw;
        font-weight: 400;
        letter-spacing: .02vw;
        line-height: 175%;
    }
    
    
    
    #btn-s5L-top {
        position: absolute;
        width: 48.5vw;
        height: 17.5vw;
        left: 0vw;
        top: 30vw;
        z-index: 3;
        pointer-events: none;
    }
    
    
    #btn-s5L {
        position: absolute;
        width: 48.5vw;
        height: 17.5vw;
        left: 0vw;
        top: 30vw;
        background-color: #fff000cc;
        background-repeat: no-repeat;
        cursor: pointer;
        z-index: 2;
        transition: 0.7s;
        filter: brightness(0.35);
    }
    
    #btn-s5L::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: brightness(0.75);
        background: rgb(0 29 89 / 83%);
        mix-blend-mode: color;
        transition: 0.5s ease-in-out;
    }
    
    
    #btn-s5L:hover {
        filter: brightness(1.0);
    }
    
    #btn-s5L:hover::after {
        opacity: 0;
    }
    
    
    #btn-s5R-top {
        position: absolute;
        width: 48.5vw;
        height: 17.5vw;
        right: 0vw;
        top: 30vw;
        z-index: 3;
        pointer-events: none;
    }
    
    
    #btn-s5R {
        position: absolute;
        width: 48.5vw;
        height: 17.5vw;
        right: 0vw;
        top: 30vw;
        background-color: #fff000cc;
        background-repeat: no-repeat;
        cursor: pointer;
        z-index: 2;
        transition: 0.7s;
        filter: brightness(0.35);
    }
    
    
    #btn-s5R::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        filter: brightness(0.5);
        background: rgb(56 9 0 / 83%);
        mix-blend-mode: color;
        transition: 0.5s ease-in-out;
    
    }
    
    #btn-s5R:hover {
        filter: brightness(1.0);
    }
    
    
    #btn-s5R:hover::after {
        opacity: 0;
    }
    
    
    #s5-text {
        position: relative;
        width: 68.5vw;
        height: 9.5vw;
       
        top: 32.5vw;
        background-repeat: no-repeat;
       
        z-index: 1;
    }
    
    
    .main-btn-small.s5 {
        position: relative;
        width: auto;
        height: auto;
        padding: .35vw 4.6vw;
        font-size: 0.95vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid white;
        background-color: rgba(0, 0, 0, 0.5);
        color: white;
        cursor: pointer;
        top: 34vw;
        transition: 0.6s;
    }
    
    
    .main-btn-small.s5:hover {
        background-color: #79140ba6;
    }
    
    
    #gotop {
        position: absolute;
        top: -10vw;
        right: 0;
        width: 6.5vw;
        height: 6.5vw;
        background-image: url(../img/iconbtn_top.png);
        background-color: #000000b3;
        border: 1px solid #777777;
        border-right: none;
        background-size: contain;
        background-repeat: no-repeat;
        cursor: pointer;
        z-index: 99;
        transition: 0.5s;
    }
    
    
    #gotop:hover {
        background-color: #79140b77;
    }
    
    
    
    #footbox {
        position: relative;
       
        flex-direction: column;
        align-items: center;
       
       
        background-color: #000000;
    }



}