
/*add Held*/
#topMain{
    padding-bottom: 769px;
}

#topMain .endBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
    text-align: center;
}

#topMain img.mainlogo{
    width: 688px;
    max-width: 100%;
    position: relative;
    top: auto;
    left: auto;
}

#topMain .endBox p{
    color:#464646;
}

#topMain .endBox p.message{
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 55px;
}
#topMain .endBox a.viewMore{
    position: relative;
    width: 100%;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    background-color: #43BFD3;
    display: block;
    padding: 25px 90px;
    width: fit-content;
    margin: 75px auto 0;
}

#topJumpBnr{
    background-color: #F6F6F6;
}

#topDaily{
    background-color: #F6F6F6;
    color: #464646;
}
#topDaily h2{
 color: #93D5E1;   
}

#topDaily h2:after{
    background-color:#5CCBE0 ;
}
#topDaily h3{
    font-weight: normal;
}




#topResult{
    padding-top: 50px;
    background-color: #58CBE0;
    padding-bottom: 75px;
    position: relative;
}

#topResult  h2{
    font-size: 5.31rem;
    position: relative;
    margin-bottom: 55px;
}
#topResult  h2:after{
    content:"";
    display: block;
    width: 52px;
    height: 4px;
    background-color: #FFFFFF;
    position:absolute;
    left: 0;
    bottom:0;
}

#topResult a.viewMore{
position: relative;
    width: 100%;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    background-color: #43BFD3;
    border: solid 1px #FFFFFF;
    display: block;
    padding: 25px 90px;
    width: fit-content;
    margin: 75px auto 0;
}

#topResult ul.lastResult{
    position:relative;
    display: flex;
}

#topResult ul.lastResult>li{
    width: calc((100% - 22px ) / 2);
    position: relative;
    margin-right: 22px;
}

#topResult ul.lastResult>li h3{
    font-size: 1.4rem;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #FFFFFF;
}

#topResult ul.lastResult>li:nth-of-type(2){
    ,margin-right: 0;
}

#topResult ul.lastResult>li>ul.topThree{
    margin-bottom: 50px;
}
#topResult ul.lastResult>li>ul.topThree>.scroll{
position:relative;
display: flex;
}

#topResult ul.lastResult>li>ul.topThree>.scroll>li{
    width: calc((100% - 44px ) / 3);
    margin-right: 22px;
}

#topResult ul.lastResult>li>ul.topThree>.scroll>li span.flag-icon{
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 30px;
    height: 30px;
    z-index: 1;
    border-radius: 100%;
    border: solid 1px #e8e8e8;
}



#topResult ul.lastResult>li>ul.topThree>.scroll>li:nth-last-of-type(1){
    margin-right: 0;
}

#topResult ul.lastResult>li>ul.topThree>.scroll>li p{
    text-align: center;
    font-size: 0.8rem;
    margin-top: 10px;
}


#topResult ul.lastResult>li>.fourToTen{
    position: relative;
    width: 100%;
}

#topResult ul.lastResult>li>.fourToTen>ul.list{
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
    background-color: #FFFFFF;
    margin-bottom: 5px;
}


#topResult ul.lastResult>li>.fourToTen>ul.list>li{
    color: #363636;
    display: flex;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    flex-direction: row;
}

#topResult ul.lastResult>li>.fourToTen>ul.list>li.number{
    width: 55px;
    border-right: solid 5px rgba(88,203,224,1);
    text-align: center;
    padding: 10px 0;
}
#topResult ul.lastResult>li>.fourToTen>ul.list>li.number p{
    margin: auto;
}


#topResult ul.lastResult>li>.fourToTen>ul.list>li.flag{
    width: 50px;
    text-align: center;
}

#topResult ul.lastResult>li>.fourToTen>ul.list>li.flag span.flag-icon.flag-icon-squared{
    width: 1.5rem;
    background-size: 100% auto;
    height: 1.5rem;
    border-radius: 100%;
    margin: auto;

}


#topResult ul.lastResult>li>.fourToTen>ul.list>li.sailNumber{
    width: 110px;
    padding: 10px 15px;
    border-left: solid 5px rgba(88,203,224,1);

}

#topResult ul.lastResult>li>.fourToTen>ul.list>li.name{
    width: calc(100% - 215px);
    padding: 10px 15px;
    text-align: left;
    border-left: solid 5px rgba(88,203,224,1);
}



.youtubeBox a{
    display: block;
    position:relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.youtubeBox a img{
    width: 100%;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

#topEvent p.end{
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    font-size: 1.1rem;
}


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

    #topMain{
    padding-bottom: 173.027%;   
    }
    #topMain .endBox{
    width: calc(100% - 7.6vw);
    padding-left: 3.8vw;
    padding-right: 3.8vw;
}


#topMain .endBox p.message{
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 5vw;
    margin-top: 12.7vw;
}
#topMain .endBox a.viewMore{
    width: 100%;
    margin-top: 12vw;
    padding: 5vw 0;
}

#topDaily ul{
    display: flex;
}
#topDaily ul li{
    width: calc((100% - 24px) / 2);
    margin-right: 24px;
}
#topDaily ul li:nth-of-type(3n){
    margin-right: 24px;
}

#topDaily ul li:nth-of-type(even){
    margin-right: 0;

}


#topResult{
    padding-top: 10vw;
    padding-bottom: 10vw;
}
#topResult h2{
font-size: 1.8rem;
padding-bottom: 2vw;
margin-bottom: 8vw;
}
#topResult h2:after{
width: 7.1vw;
}

#topResult ul.lastResult{
    display: block;
}

#topResult ul.lastResult>li{
    margin-right: 0;
    width: 100%;
}
#topResult ul.lastResult>li>h3{
    margin-bottom: 4vW;
    padding-bottom: 2vw;
    
}

#topResult ul.lastResult>li.women{
    margin-top: 20vw;
}


#topResult ul.lastResult>li>ul.topThree{
    display: block;
    overflow-x: scroll;
    margin-bottom: 8vw;
}
#topResult ul.lastResult>li>ul.topThree>.scroll{
    width:190vw;
    display: flex;
}
#topResult ul.lastResult>li>ul.topThree>.scroll>li{
    margin-right: 5vw;
    width: 60vw;
}
#topResult ul.lastResult>li>ul.topThree>.scroll>li span.flag-icon{
    width: 10vw;
    height: 10vw;
}
#topResult ul.lastResult>li>ul.topThree>.scroll>li:nth-last-of-type(1){
    margin-right: 0;
}
#topResult ul.lastResult>li>.fourToTen>ul.list{
    display: flex;
    position: relative;
    width: 100%;
    align-items: stretch;
    background-color: #FFFFFF;
    margin-bottom: 5px;
}
#topResult ul.lastResult>li>.fourToTen>ul.list>li>p{
    font-size: 0.875rem;
}
#topResult ul.lastResult>li>.fourToTen>ul.list>li.number{
    width: 10vw;
    padding: 3vw 0;
}
#topResult ul.lastResult>li>.fourToTen>ul.list>li.flag{
    width: 10vw;
}
#topResult ul.lastResult>li>.fourToTen>ul.list>li.flag span.flag-icon.flag-icon-squared{
    width: 1.0rem;
    height: 1.0rem;
}
#topResult ul.lastResult>li>.fourToTen>ul.list>li.sailNumber{
    padding: 3vw 0 3vw 3vw;
}
#topResult ul.lastResult>li>.fourToTen>ul.list>li.name{
    padding: 3vw 0 3vw 3vw;
    width: calc(100% - 42vw);
}
#topResult a.viewMore{
    width: 100%;
    margin-top: 12vw;
    padding: 5vw 0;
}
}