@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Oswald:wght@200;300;400;500;600;700&display=swap');


html{
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
	letter-spacing: 0.03rem;
	line-height: 150%;
	color:#1a1a1a;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

.fontOswald{
    font-family: 'Oswald', sans-serif!important;
    font-weight: 500;
}


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, input, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, strong{
    font-size: 16px;
}

img{
image-rendering: -webkit-optimize-contrast;
max-width: 100%;
}


body{
	background-color: #FFFFFF;
    color:#FFFFFF;
}

body.hidden{
    overflow: hidden;
}

*{
box-sizing: border-box;
line-height: normal;
word-break: break-word;
}

.relative{
position: relative;
}

.absolute{
position: absolute;
}

.inner{
position: relative;
width: 100%;
max-width: 1216px;
margin: auto;
}

body{
    background-color: #45a9d0;
}

body.top .bg{
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top;
}

body.top .bg .movieInner{
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}


body.top .bg .movieInner>video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}

body.top #wrap{
    overflow: hidden;
}

/*header*/
#header{
    position: fixed;
    width: 100%;
    height: 100px;
    z-index: 10;
    top: 0;
    left: 0;
}
#header.color{
background-color: rgba(69,169,208,0.5);
}
#header .inner{
    max-width: 100%;
    height: 100px;
}


#header img.logo{
    width: 110px;
    position: absolute;
    margin-left: 50px;
    top: 50%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
}

#header a.menuToggle{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    display: block;
    background-color: #FFFFFF;
    border-radius: 100%;
    width: 56px;
    height: 56px;
}

#header a.menuToggle .inner{
    width: 100%;
    height: 56px;
}

#header a.menuToggle .inner span{
    position: absolute;
    width: 20px;
    height: 1px;
    display: block;
    background-color: #3DA2CE;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: 0.5s;
}

#header a.menuToggle .inner span:nth-of-type(1){
    margin-top: -6px;

}
#header a.menuToggle .inner span:nth-of-type(3){
    margin-top: 6px;

}

#header a.menuToggle.show .inner span:nth-of-type(2){
    display: none;
}
#header a.menuToggle.show .inner span:nth-of-type(1){
-moz-transform: rotate(35deg);
    -webkit-transform: rotate(35deg);
    -o-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform-origin: left top;
    margin-left: -8px;
}
#header a.menuToggle.show .inner span:nth-of-type(3){
    -moz-transform: rotate(-35deg);
        -webkit-transform: rotate(-35deg);
        -o-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        transform-origin: left top;
        margin-left: -8px;
    }

    #header .langChange.forPc{
        position: absolute;
        right: 140px;
        top: 37px;
    }
    #header .langChange.forPc{
        color: rgba(255,255,255,1.0);
        font-weight: 600;
    }
    #header .langChange.forPc a{
        font-size: 1.1rem;
        color: rgba(255,255,255,0.6);
        font-weight: 600;
    }

#header #navigation{
    position: absolute;
    right: 250px;
    top: 50%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;    
}

#header #navigation.open{
    opacity: 1;
    visibility: visible;

}

#header #navigation ul#globalMenu{
    display: flex;
    transition: 0.5s;
}

#header #navigation ul#globalMenu li{
    margin-right: 35px;
}

#header #navigation ul#globalMenu li:nth-last-of-type(1){
    margin-right: 0;;

}

#header #navigation ul#globalMenu li a{
    color:#FFFFFF;
    font-size: 0.75rem;
}


/*toppage*/
#topMain{
    width: 100%;
    padding-bottom: calc(100vw * 0.56);
    position: relative;
    background: rgba(0,0,0,0);
    background: linear-gradient(180deg, rgba(69,169,208,0) 0%, rgba(69,169,208,0) 59%,rgba(69,169,208,1) 90%, rgba(69,169,208,1) 100%);
}

#topMain img.mainlogo{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: 85px;
}

#topMain .countdown{
    background-color: #FFFFFF;
    width: 560px;
    background-color: #FFFFFF;
    position: absolute;
    bottom:90px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    padding: 0px;
    border-radius: 100px;
}

#topMain .countdown ul{
    display: flex;
    align-items: center;
    justify-content: center;
}

#topMain .countdown ul li:nth-of-type(1){
        color:#3CA8CE;
        font-size: 26px;
}
#topMain .countdown ul li:nth-of-type(2){
    color:#3CA8CE;
    font-size: 54px;
    margin: 0 20px;
}
#topMain .countdown ul li:nth-of-type(3){
    color:#93D5E1;
    font-size: 54px;
}

#topMain img.maui{
    position: absolute;
    height: 100%;
    right: 50px;
    bottom: 90px;
    height: 80px;
}

#topMain a.pageScroll img{
    position: absolute;
    left: 50px;
    bottom: -75px;
    width: 20px;
} 


/*topNews*/
#topNews{
    padding-top: 90px;
    background: rgb(69,169,208);
    padding-bottom: 270px;
    position: relative;
}

#topNews .inner{
    display: flex;
    align-items: flex-start;
}

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

#topNews .list{
    width: calc(100% - 540px);
    padding-top: 105px;
    position: relative;
    min-height: 400px;
}

#topNews .list ul{
    width:100%;
}

#topNews .list ul li{
    border-bottom: solid 1px #FFFFFF;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-image: url('../img/news_bg.svg');
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: right center;
}
#topNews .list ul li a{
    color:#FFFFFF;
}
#topNews .list ul li .date{
    margin-bottom: 20px;
}



#topNews a.viewMore{
    position: absolute;
    left: 0;
    bottom:0;
    background-color: #FFFFFF;
    transition: 0.5s;
    width: 158px;
    height: 158px;
    background-image: url(../img/info_allow.svg);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: center top 95px;
}

#topNews a.viewMore span{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
    color:#3CA8CF;
}


#topNews img.info_bg{
    position: absolute;
    bottom: 0;
    left: 50%;
    height: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 100%;
}

/*youtube*/
.youtubeBox{
    width: 100%;
    max-width: 756px;
    margin: auto;
    position: relative;
}
.youtubeBox .inner{
    width: 100%;
}
.youtubeBox img{
    width: 100%;
}

.youtubeBox  a:before{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url('../img/youtube_start.svg');
    background-size:14.5% auto;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 3;
    top:0;
    left: 0;
}


.youtubeModalBg{
    background-color: rgba(0,0,0,0.95);
    position: fixed;
    z-index: 8888;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.youtubeModalContent{
    position: fixed;
    width: 90%;
    max-width: 800px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 9999;
}

.youtubeModalContent .inner{
    width: 100%;
    padding-bottom: 56.25%;
}

.youtubeModalContent .inner iframe{
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    height: 100%;;
}

a.youtubeModalClose{
    z-index:9999;
position: fixed;
top:30px;
right:30px;
width:50px;
height:50px;
display: block
}

a.youtubeModalClose span{
display: block;
width:100%;
height:100%;
position: relative;
}


a.youtubeModalClose span:before{
    content: "";
        width: 1px;
        height: 50px;
        border-radius: 5px;
        background-color: #FFFFFF;
        display: inline-block;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform-origin: center center;
        top: 50%;
        left: 50%;
        position: absolute;
        margin-top: -25px;
        margin-left: -0.5px;
}

a.youtubeModalClose span:after{
content: "";
width: 1px;
height: 50px;
border-radius: 5px;
background-color: #FFFFFF;
display: inline-block;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform-origin: center center;
top: 50%;
left: 50%;
position: absolute;
margin-top: -25px;
margin-left: -0.5px;
}





.imageModalBg{
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    z-index: 8888;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}


.imageModalContent{
    position: fixed;
    width: 90%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 9999;
}

a.imageModalClose{
position: fixed;
z-index: 9999;
right: 50px;
top: 40px;
color: #FFFFFF;
border: solid 1px #FFFFFF;
padding: 5px;
}


/*modal*/
.modalWrap{
    display:none;
}

.modalBg{
    background-color:rgba(88,203,224,0.98);
    position: fixed;
    z-index: 6666;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
}

#modal-news .modalBg{
    background-color:#F7F7F7;
}
#modal-athlete .modalBg{
    background-color:#F7F7F7;
}
#modal-athlete-detail .modalBg{
    background-color:#F7F7F7;
}

#modal-philosophy .modalBg{
background-image: url(../img/modal_philosophy_bg.png);    
}
#modal-overview .modalBg{
    background-image: url(../img/modal_overview_bg.png?);    
}
#modal-overview .modalBg:after{
    content:"";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: rgba(88,203,224,0.95);
}

#modal-highlight .modalBg{
    background-image: url(../img/modal_highlight_bg.png?);    
}
#modal-highlight .modalBg:after{
    content:"";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    background-color: rgba(88,203,224,0.95);
}


    .modalContent{
    position: fixed;
    width: 90%;
    max-width: 980px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    z-index: 7777;
    max-height: calc(80% - 50px);
    overflow-y: auto;
}
#modal-eventFirework .modalContent .inner,
#modal-event_01 .modalContent .inner,
#modal-event_02 .modalContent .inner,
#modal-event_03 .modalContent .inner,
#modal-event_04 .modalContent .inner,
#modal-event_05 .modalContent .inner,
#modal-event_06 .modalContent .inner,
#modal-event_07 .modalContent .inner,
#modal-event_08 .modalContent .inner,
#modal-event_09 .modalContent .inner,
#modal-event_10 .modalContent .inner,
#modal-event_11 .modalContent .inner,
#modal-event_12 .modalContent .inner{
max-width: 502px;
margin: auto;
}


#modal-highlight .modalContent{
    max-width: 1200px;
}
#modal-athlete-detail .modalContent{
    max-width: 1200px;
}


.modalContent::-webkit-scrollbar
{
width:5px;
background:rgba(225,225,225,1);
}
.modalContent::-webkit-scrollbar:horizontal
{
height:5px;
}
.modalContent::-webkit-scrollbar-button
{
width:5px;
height:5px;
background:#666;
}
.modalContent::-webkit-scrollbar-piece
{
    background:rgba(225,225,225,1);
}
.modalContent::-webkit-scrollbar-piece:start
{
    background:rgba(225,225,225,1);
}
.modalContent::-webkit-scrollbar-thumb
{
background:rgba(234,234,234,1);
}
.modalContent::-webkit-scrollbar-corner
{
    background:rgba(234,234,234,1);
}




.modalContent .inner{
    max-width: 924px;
    margin-left: 0;
}

#modal-athlete-detail .modalContent .inner{
    max-width: 1200px;
    margin-left: 0;
}
#modal-highlight .modalContent .inner{
    max-width: 1200px;
    margin-left: 0;
}


#modal-news .modalContent .inner{
    color:#363636;
}
#modal-athlete .modalContent .inner{
    color:#363636;
}
#modal-athlete-detail .modalContent .inner{
    color:#363636;
}
.modalContent .inner .modalMainImage{
    margin-bottom: 25px;
}

#modal-athlete-detail .modalContent .inner .athlete-detail{
    position: relative;
    padding: 0px 0px 0px 0;
}

#modal-athlete-detail .modalContent .inner .athlete-detail .texts{
    padding-right: 420px;

}

#modal-athlete-detail .modalContent .inner .athlete-detail p{
    font-size: 0.9rem;
    padding-bottom: 10px;
}


#modal-athlete-detail .modalContent .inner .athlete-detail p.catch{
    font-size: 1.25rem;
    font-weight: 600;
    padding: 5px 0;
    margin-bottom: 20px;
    padding-left: 26px;
    position: relative;
}

#modal-athlete-detail .modalContent .inner .athlete-detail p.catch:before{
    content:"";
    display: block;
    width: 10px;
    height: 100%;
    left: 0;
    top:0;
    background-color: #12A1C7;
    position: absolute;
}

#modal-athlete-detail .modalContent .inner .athlete-detail p.catch img{
    width: 55px;
    margin-right: 20px;
    vertical-align: middle;
    display: inline-block;
}
#modal-athlete-detail .modalContent .inner .athlete-detail .athleteImage{
    float:right;

}


#modal-athlete-detail .modalContent .inner .athlete-detail .athleteImage img{
    width: 355px;
}


.modalContent .inner h3{
    font-size: 1.5rem;
    margin-bottom: 30px;
}

.modalContent .inner h3.event{
    margin-bottom: 20px;
    font-size: 1.1rem;

}

#modal-athlete-detail .modalContent .inner h3{
    margin-bottom: 0;
    font-size: 1.75rem;
}

.modalContent .inner h3.movieTitle{
    font-size: 1.0rem;
    text-align: center;
    margin-top: 10px;
}

.modalContent .inner h4{
    margin-bottom: 5px;
    padding-bottom: 10px;
    border-bottom: solid 1px #FFFFFF;
    font-size: 1.25rem;
}

.modalContent .inner p{
    padding-bottom: 20px;
}

.modalContent .inner p a{
    text-decoration: underline;
    color:#FFFFFF;

}

.modalContent .inner p.pubDate{
    margin-bottom: 10px;
}

.modalContent .inner .articleData{
    margin-top: 40px;
}

.modalContent .inner .articleData a{
    color:#363636;
    text-decoration: underline;
}


.modalContent .inner ul.movies{
    display: flex;
    flex-wrap: wrap;
}

.modalContent .inner ul.movies li{
    width: calc((100% - 170px ) / 3);
    margin-right: 85px;
    position: relative;
}
.modalContent .inner ul.movies li:nth-of-type(3n){
    margin-right: 0;;
}

.modalContent .inner ul.rule{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 65px;
}

.modalContent .inner ul.rule li{
    width: calc((100% - 70px ) / 2);
    margin-right: 70px;
    position: relative;
}
.modalContent .inner ul.rule li:nth-of-type(even){
    margin-right: 0;
}


.modalContent .inner .rule03Img{
    max-width: 550px;
    margin: 0 auto 50px;
    background-color: #FFFFFF;
}

.modalContent .inner table.info{
    margin-bottom: 50px;
}
.modalContent .inner table.info,
.modalContent .inner table.info tbody,
.modalContent .inner table.info tbody tr{
    width: 100%;
}

.modalContent .inner table.info th,
.modalContent .inner table.info td{
    vertical-align: top;
    padding-bottom:20px;
}

.modalContent .inner table.info th{
    padding-right: 40px;
    text-align: left;
}

.modalWrap img.logo{
    width: 110px;
    position: fixed;
    left: 50px;
    top: 50px;
    z-index: 7777;
}
a.modalClose{
    position: fixed;
    z-index: 7777;
    right: 50px;
    top:40px;
    color:#FFFFFF;
    border:solid 1px #FFFFFF;
    padding: 5px;
}

#modal-news a.modalClose{
    color:#93D5E1;
    border:solid 1px #93D5E1;
}

#modal-athlete a.modalClose{
    color:#93D5E1;
    border:solid 1px #93D5E1;
}

#modal-athlete-detail a.modalClose{
    color:#93D5E1;
    border:solid 1px #93D5E1;
}

/*topMovie*/
#topMovie{
    padding-top: 50px;
    padding-bottom: 200px;
    position: relative;
    background-color:#FFFFFF;
}

#topMovie  h2{
    font-size: 5.31rem;
    position: relative;
    color:#93D5E1;
}
#topMovie  h2:after{
content: "";
display: block;
width: 52px;
height: 4px;
background-color: #93D5E1;
position: absolute;
left: 0;
bottom: 0;
}
#topMovie  p.soon{
    text-align: center;
    color:#93D5E1;
    padding: 100px 0;
    font-size: 2.0rem;
}





/*topWWC2025*/
#topWWC2025{
    padding-top: 50px;
    padding-bottom: 200px;
    position: relative;
    background-color: #FFFFFF;
    color: #96D6E2;
}

#topWWC2025  h2{
    font-size: 5.31rem;
    position: relative;
    color:#96D6E2;
}

#topWWC2025 h2:after{
    content:"";
    display: block;
    width: 52px;
    height: 4px;
    background-color: hsl(0, 0%, 100%);
    position:absolute;
    left: 0;
    bottom:0;
}


#topWWC2025 img.logo_illust{
    width:211px;
    display: block;
    margin: auto;
}

#topWWC2025 p{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 75px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}


#topWWC2025 ul{
    display: flex;
    max-width: 1005px;
    margin: auto;
    justify-content: center;
}

#topWWC2025 ul li{
    width: 275px; 
    margin-right: 90px;
    display: flex;
    align-items: stretch;
}

#topWWC2025 ul li:nth-last-of-type(1){
    margin-right: 0px;
}

#topWWC2025 ul li a{
    position: relative;
    width: 100%;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    background-color: #96D6E2;
    border:solid 1px #FFFFFF;
    display: block;
    padding: 25px 0;
    background-image: url(../img/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: right 7% center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*topAthlete*/
#topAthlete{
    padding-top: 50px;
    padding-bottom: 80px;
    position: relative;
    background-color:#FFFFFF;
}

#topAthlete  h2{
    font-size: 5.31rem;
    position: relative;
    color:#93D5E1;
    margin-bottom: 30px;
}
#topAthlete  h2:after{
content: "";
display: block;
width: 52px;
height: 4px;
background-color: #93D5E1;
position: absolute;
left: 0;
bottom: 0;
}
#topAthlete .slider{
    width: calc(100% + 80px);
    margin: auto;
}



#topAthlete .slider a.prevArrow img{
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    z-index: 1;
}
#topAthlete .slider a.nextArrow img{
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translate(0%,-50%);
    -webkit-transform: translate(0%,-50%);
    z-index: 1;
}

#topAthlete .slider a.slick-disabled{
    display:none!important;
}

#topAthlete .slider li.slick-slide>div{
padding-right: 80px ;
}

#topAthlete .slider li.slick-slide:nth-of-type(1)>div{}

#topAthlete .slider li.slick-slide .athleteWrap{
    position: relative;
    padding-bottom: 150%;
    overflow: hidden;
}

#topAthlete .slider li.slick-slide .athleteWrap:before{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 36px 35px 0 0;
    border-color: #ffffff transparent transparent transparent;
    position: absolute;
    left: 0;
    top:0;
    z-index: 1;        
}

#topAthlete .slider li.slick-slide .athleteWrap:after{
    content:"";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 126px 115px;
    border-color: transparent transparent #ffffff transparent;    
    position: absolute;
    right: 0;
    bottom:0;        
}


#topAthlete .slider li.slick-slide .athleteWrap a{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
}



#topAthlete .slider li.slick-slide .athleteWrap img{
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: auto;
    max-width: unset;
}

#topAthlete .slider li.slick-slide span.flag-icon{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 45px;
    height: 45px;
    z-index: 1;
    border-radius: 100%;
    border:solid 1px #e8e8e8;
}

#topAthlete .slider li p{
    text-align: center;
    font-size: 1.25rem;
    color:#464646;
    font-weight: 600;
    margin-top: 20px;
}

#topAthlete .slick-list{
/*    overflow:visible;*/
}


#topAthlete a.viewAll{
    position: relative;
    width:275px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    background-color: #8CCDDE;
    display: block;
    padding: 25px 0;
    background-image: url(../img/arrow_white.svg);
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: right 13% center;
    margin:100px auto 0;

}

#topAthlete p.soon{
    text-align: center;
    padding: 30px 0;
    color:#93D5E1;
    font-size: 2.0rem;
    }


/*before_competition*/
#before_competition img{
    width: 100%;

}

/*topConpetition*/
#topConpetition{
    padding-top: 50px;
    padding-bottom: 200px;
    position: relative;
    background-color:#FFFFFF;
    background-image: url('../img/topConpetition_bg.png');
    background-size: calc(100% - 568px ) auto;
    background-repeat: no-repeat;
    background-position:right top 221px;
    text-align: left;
}

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

#topConpetition .box{
    margin-top: 45px;
    width: 580px;
color:#93D5E1;
padding: 50px 45px 60px 25px;
background-color: #FFFFFF;
line-height: 2.0;
}

#topConpetition a.viewMore{
position: relative;
width: 275px;
color: #FFFFFF;
font-weight: 600;
text-align: center;
background-color: #8CCDDE;
display: block;
padding: 15px 0;
background-image: url(../img/arrow_white.svg);
background-repeat: no-repeat;
background-size: 12px auto;
background-position: right 13% center;
margin: 35px 0 0 0;
}

/*topEvent*/
#topEvent{
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    background-color: rgba(88,203,224,0.98);
}

#topEvent .inner{
    max-width: 1060px;

}

#topEvent  h2{
    font-size: 5.31rem;
    position: relative;
    color:#FFFFFF;
    margin-bottom: 70px;
}

#topEvent h2:after{
    content:"";
    display: block;
    width: 52px;
    height: 4px;
    background-color: #FFFFFF;
    position:absolute;
    left: 0;
    bottom:0;
}

#topEvent p.soon{
    text-align: center;
    padding: 130px 0;
    color:#FFFFFF;
    font-size: 2.0rem;
    }

#topEvent .scale{
    overflow: hidden;
}
#topEvent .scale img{
    transition: 0.5s;
}

#topEvent .firework{
    width:580px;
    margin:0 auto 50px;
}



#topEvent .firework a p{
    text-align: center;
    color:#FFFFFF;
    margin-top: 20px;
}

#topEvent ul.slider{
    max-width: calc(965px + 32px);
    margin:0 auto 90px;
}
#topEvent ul.slider li{
}

#topEvent ul.slider li .slideInner{
position: relative;
padding: 0 16px;
}


#topEvent ul.slider li p{
    text-align: center;
    color:#FFFFFF;
    margin-top: 15px;
    font-size: 0.82rem;
}


#topEvent ul.slider a.slideArrow.slick-disabled{
    display: none!important;
}
#topEvent ul.slider a.slideArrow img{
    position: absolute;
    width: 80px;
    top: calc(50% - 60px);
    z-index: 1;
}

#topEvent ul.slider a.slideArrow img.prev{
    left:-100px;
}
#topEvent ul.slider a.slideArrow img.next{
    right:-100px;
}
#topEvent .slick-dots{
    bottom: -40px;
}

#topEvent .slick-dots li button:before{
    color:rgba(255,255,255,1.0);
}
#topEvent .slick-dots li.slick-active button:before{

}


#topEvent p.eventMore{
    max-width: 965px;
    margin:0 auto 50px;
}

#topEvent p.eventAttention{
    margin:20px auto 0px;
    font-size: 0.9rem;
}


/*topAccess*/
#topAccess{
    padding-top: 50px;
    position: relative;
    background-color:#FFFFFF;
    text-align: left;
    color:#363636;
}

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

#topAccess ul{
}
#topAccess ul li{
    width: 100%;
    margin-bottom:40px;
}

#topAccess ul li:nth-last-of-type(1){
    margin-bottom: 0;
}
#topAccess ul li .mapBox{
    position: relative;
    width: 100%;
    padding-bottom: 22.4%;
}
#topAccess ul li .mapBox iframe{
    width: 100%;
    height: 100%;
    position:absolute;
    left: 0;
    top:0;
}

#topAccess ul li p{
    margin-top: 20px;
}


#topAccess a.downloadPdf{
    position: relative;
    width: 480px;
    color: #FFFFFF;
    font-weight: 600;
    text-align: center;
    background-color: #8CCDDE;
    display: block;
    padding: 15px 0;
    background-image: url(../img/download.svg);
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: right 8% center;
    margin: 100px auto 0 ;
    }



/*footer*/
#footer{
    background-color: #FFFFFF;
    padding: 150px 0 20px;
    position: relative;
}

#footer a.linkToto{
    position: absolute;
    display: block;
    width: 16%;
    height: 18%;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
}



#footer img.log{
    max-width:440px;
    display: block;
    margin:0 auto 90px;
}

#footer ul.snsLink{
    display: flex;
    justify-content: center;
}

#footer ul.snsLink li{
    margin-right: 30px;
}

#footer ul.snsLink li:nth-last-of-type(1){
    margin-right: 0;
}
#footer ul.snsLink li img{
    widows: :50px;
}

#footer .organizor{
    text-align: center;
    color: #000000;
    margin: 65px 0 100px;
}

#footer .organizor .set{
    margin-bottom:40px;
}

#footer .organizor .set p{
    margin-bottom: 10px;
    font-size: 0.9rem;
    line-height: 1.7;
}

#footer .organizor .set p:nth-last-of-type(1){
    margin-bottom: 0;;

}

#footer p.copy{
    text-align: center;
    color: #000000;
    font-size: 0.7rem;
    margin: 60px 0 0px;
}

#footer img.sponsorall{
    max-width: 436px;
    margin: auto;
}

#footer ul.sponsor{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#footer ul#main.sponsor{
    margin-bottom: 30px;
    max-width: 1004px;
}
#footer ul#main.sponsor img.ana{
    transform: scale(1.2);
}

#footer ul#first.sponsor{
margin-bottom: 30px;
max-width: 880px;
}
#footer ul#second.sponsor{
    margin-bottom: 30px;
max-width: 880px;
}

#footer ul#third.sponsor{
margin-bottom: 60px;
max-width: 280px;
}

#footer ul#fourth.sponsor{
    max-width: 175px;
}

#footer ul#fourth.sponsor img{
    width: 100%;
}

#footer a.pageScroll img{
    position: absolute;
    right: 50px;
    bottom:30px;
    width: 20px;
} 

    
    
@media screen and (min-width: 781px){ 
    #topNews a.viewMore:hover{
        border-radius: 100%;
    }
    #topEvent  a:hover .scale img{
        transform: scale(1.3);
    }
}




/*loading*/
.modalLoadingBg{
position: fixed;
z-index: 11000;
background-color: rgba(69,169,208,0.8);
width: 100%;
height: 100%;
left: 0;
top:0;
}
    
@keyframes loading{
    0%{ transform:rotate(0);}
    100%{ transform:rotate(360deg); }
}

.modalLoading{
    position: fixed;
    display:inline-block;
    border-radius:100%;
    box-sizing:border-box;
    border:5px dotted #FFFFFF;
    animation:3s linear infinite loading;
    width:40px;
    height:40px;
    z-index: 12000;
    left: 50%;
    top:50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}



.forPc{
    display: block;
}

.forSp{
    display:none;
}

@media screen and (max-width: 780px){
    html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, var, b, i, input, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, strong{
        font-size: 4.4vw;
    }



    .inner{
        padding-left:3.8vw;
        padding-right:3.8vw;
    }

    .youtubeBox .inner{
        padding: 0;
    }

    body.top .bg{
        background-image: url(../img/main_bg_sp.png?new);
        width: 100%;
        height: 100%;
    }
    #header{
        height: 0;
    }
    #header.color{
        background-color: rgba(0,0,0,0);
    }

    #header img.logo{
        margin-left: 0;
        width: 28vw;
        position: fixed;
        top: 12.5vw;
        left: 3.8vw;
        z-index: 10;
        visibility: hidden;
    }
    #header.isMenu img.logo{
        visibility: inherit;
    }
    #header a.menuToggle{
        width: 13vw;
        height: 13vw;
        right: 3.8vw;
        position: fixed;
        z-index: 100;
        transform: translate(0%,0%);
        -webkit-transform: translate(0%,0%);
        top: 5vw;
    }
    #header a.menuToggle .inner {
        width: 100%;
        height: 100%;
        padding: 0;
    }
    #header #navigation{
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: rgba(12,161,198,0.98);
        left: 0;
        top: 0;
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
    }
    #header #navigation.open{
        visibility: hidden;
    }
    #header.isMenu #navigation.open{
        visibility: inherit;
    }
    #header #navigation .menuInner{
        position: fixed;
        width: 100%;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        padding: 0 7.6vw;
    }

    #header #navigation ul#globalMenu{
        display: block;
    }

    #header #navigation ul#globalMenu li{
        font-size: 1.5rem;
        margin-bottom: 2vw;
        margin-right: 0;
    }
    #header #navigation ul#globalMenu li a{
        font-size: 1.5rem;
    }

    #header #navigation .snsLink{
        display: flex;
        justify-content: center;
        width: 62vw;
        margin: 15vw auto 0;
    }

    #header #navigation .snsLink li{
        margin-right: 8vw;
    }
    #header #navigation .snsLink li:nth-last-of-type(1){
        margin-right: 0;
    }

    #header #navigation .langChange{
        text-align: center;
        font-size: 1.1rem;
        margin-top: 5vw;
    }
    #header #navigation .langChange{
        color:rgba(255,255,255,1.0);
        font-weight: 600;
    }
    #header #navigation .langChange a{
        font-size: 1.1rem;
        color:rgba(255,255,255,0.6);
        font-weight: 600;
    }
    #topMain{
     padding-bottom: 179%;   
    }
    #topMain img.mainlogo{
        position: absolute;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        left: 50%;
        width: calc(100% - 7.6vw);
        top: 29%;
    }
    #topMain .countdown{
        background-color: #FFFFFF;
        width: calc(100% - 7.6vw);
        background-color: #FFFFFF;
        position: absolute;
        bottom: 0;
        left: 50%;
        padding: 0px;
        border-radius: 100px;
        padding-bottom: 1vw;
    }
    #topMain .countdown .inner{
        padding:1vw 0;

    }
    #topMain .countdown ul{
        display:block;
    }
    #topMain .countdown ul li:nth-of-type(1){
        width:100%;
        font-size: 0.5rem;
        display: block;
        text-align: center;
    }
    #topMain .countdown ul li:nth-of-type(2){
        width: 45%;
        font-size: 1.6rem;
        display: inline-block;
        margin: 0;
        text-align: right;
        padding-right: 2vw;
        box-sizing: border-box;
        float: left;
        line-height: 1.1;
    }
    #topMain .countdown ul li:nth-of-type(3){
        width: 50%;
        font-size: 1.6rem;
        display: inline-block;
        margin: 0;
        text-align: left;
        box-sizing: border-box;
        float:left;
        line-height: 1.1;
    }
    #topMain img.maui {
        position: absolute;
        height: 100%;
        right: 3.8vw;
        bottom: 0;
        height: auto;
        width: 41vw;
    }

    #topNews{
        padding-bottom: 270px;
        padding-top: 19vw;
        padding-bottom: 37vw;
    }
    #topNews .inner{
        display: block;
    }
    #topNews h2{
        font-size: 1.8rem;
        padding-bottom: 2vw;
    }
    #topNews h2:after{
        width: 7.1vw;
    }
    #topNews .list{
        width: 100%;
        min-height: auto;
        padding-top: 9vw;
    }
    #topNews .list ul li .date{
        font-size: 0.8rem;
        margin-bottom: 1vw;
    }
    #topNews .list ul li{
        margin-bottom: 9vw;
        padding-bottom: 7vw;
        padding-right: 5vw;
    }
    #topNews a.viewMore{
        right: 3.8vw;
        width: 25vw;
        height: 25vw;
        left: auto;
        bottom: -30vw;
        background-position: center bottom 6vw;
    }
    #topNews a.viewMore span{
        font-size: 0.75rem;
    }

    #topMovie{
        padding-top: 10vw;
        padding-bottom: 20vw;
    }

    #topMovie h2{
        font-size: 1.8rem;
        padding-bottom: 2vw;
        margin-bottom: 8vw;
    }
    #topMovie h2:after{
        width: 7.1vw;
    }
    #topMovie p.soon{
        font-size: 1.0rem;
    }
    #topWWC2025{
        padding-top: 10vw;
        padding-bottom: 20vw;
    }

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

    #topWWC2025 img.logo_illust_white{
        width: 35.6vw;
    }
    #topWWC2025 p{
        margin-top: 8vw;
        margin-bottom: 13vw;
    }

    #topWWC2025 ul{
        display: block;
    }
    #topWWC2025 ul li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 4vw;
    }

    #topWWC2025 ul li:nth-last-of-type(1){
        margin-bottom: 0;
    }
    #topWWC2025 ul li a{
        padding: 5vw 0;
        background-position:right 3.8vw center;
        height: auto;
    }
    #topWWC2025 ul li:nth-of-type(1) a{
    padding:5vw 0; 
           
    }    
    
    #topAthlete{
        padding-top: 10vw;
        padding-bottom: 20vw;
    }

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

    #topAthlete .slider{
        margin-left: 3.8vw;
        width: 57vw;
    }
    #topAthlete .slick-list{
        overflow: visible;
    }
    #topAthlete .slider li.slick-slide>div{
        padding-right: 5vw;
    }
    #topAthlete .slider a.prevArrow img,
    #topAthlete .slider a.nextArrow img{
        display: none;
    }
    #topAthlete .slider li p{
        font-size: 1.0rem;
        margin-top: 5vw;
    }
    #topAthlete p.soon{
        font-size: 1.0rem;
    }

    #topAthlete a.viewAll{
        width: 100%;
        margin-top: 12vw;
        padding: 5vw 0;
        background-position: right 3.8vw center;
    }


    #topConpetition{
        padding-top: 10vw;
        padding-bottom: 20vw;
        background-image: none;
    }

    #topConpetition h2{
        font-size: 1.8rem;
        padding-bottom: 2vw;
        margin-bottom: 8vw;
    }
    #topConpetition h2:after{
        width: 7.1vw;
    }
    #topConpetition .box{
        padding: 0;
        width: 100%;
        margin-top: 10vw;
    }
    #topConpetition a.viewMore{
    width: 100%;
    margin-top: 12vw;
    padding: 5vw 0;
    background-position:right 3.8vw center;
}

    #topEvent {
        padding-top: 10vw;
        padding-bottom: 20vw;
        background-image: none;
    }

    #topEvent h2{
    font-size: 1.8rem;
    padding-bottom: 2vw;
    margin-bottom: 8vw;
    }
    #topEvent h2:after{
    width: 7.1vw;
    }
    #topEvent .firework{
        width: 100%;
        margin-bottom: 10vw;
    }
    #topEvent .firework a p{
        margin-top: 2vw;
    }
    #topEvent .slick-list{
        overflow: initial;
    }

    #topEvent ul.slider a.slideArrow img.prev,
    #topEvent ul.slider a.slideArrow img.next{
        display: none;
    }
    #topEvent ul.slider{
        width: calc(77vw + 7.6vw);
        margin-left: -3.8vw;
        margin-bottom: 10vw;
    }
    
    #topEvent ul.slider li .slideInner{
        padding: 0 3.8vw;
    }
    #topEvent ul.slider li p{
        margin-top: 3vw;
    }


    #topEvent .slick-dots{
        display: none!important;
    }


    #topEvent p.eventAttention{
        font-size: 0.8rem;
        margin-top: 3vw;
    }

    #topEvent p.soon {
        font-size: 1.0rem;
        padding: 30px 0;
    }


    #topAccess {
        padding-top: 10vw;
        padding-bottom: 20vw;
        background-image: none;
    }

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

    #topAccess ul li .mapBox{
        padding-bottom: 50%;
    }

    #topAccess ul li .scroll{
        overflow-x: scroll;
        width: 100vw;
        margin-left: -3.8vw;
        padding-left: 3.8vw;
        padding-right: 3.8vw;
    }
    #topAccess ul li .scroll img{
        width: 270vw;
        max-width: 270vw;
    }
    #topAccess a.downloadPdf{
    width: 100%;
    margin-top: 12vw;
    padding: 5vw 0;
    background-position:right 3.8vw center;
    }


    #footer{
        padding-top: 5vw;
    }
    #footer a.linkToto{
    width: 26%;
        height: 24%;
        bottom: -1%;
        left: 47%;
    }

#footer ul#main.sponsor{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10vw;
}

#footer ul.sponsor li img{
    vertical-align: middle;
}

#footer ul#main.sponsor li:nth-of-type(1){
    width: 36vw;
    margin-right: 10vw;
    margin-bottom: 3vw;
}
#footer ul#main.sponsor li:nth-of-type(2){
    width: 25vw;
    margin-bottom: 3vw;
}
#footer ul#main.sponsor li:nth-of-type(3){
    width: 24vw;
    margin-right: 3vw;

}
#footer ul#main.sponsor li:nth-of-type(4){
    width: 29vw;
    margin-right: 3vw;    
}
#footer ul#main.sponsor li:nth-of-type(5){
    width: 30vw;
}

#footer ul#first.sponsor{
    display: block;
    margin-bottom: 0;
    text-align: center;
}
#footer ul#second.sponsor{
    display: none;
}

#footer ul#first.sponsor li,
#footer ul#second.sponsor li{
    display: inline-block;
}



#footer ul#first.sponsor li:nth-of-type(1){
    width:9.6vw;
    margin-right:9.6vw;
    margin-bottom: 3vw;
}
#footer ul#first.sponsor li:nth-of-type(2){
    width:13vw;
    margin-right:9.6vw;
    margin-bottom: 3vw;
}
#footer ul#first.sponsor li:nth-of-type(3){
    width:18vw;
    margin-right:9.6vw;
    margin-bottom: 3vw;
}
#footer ul#first.sponsor li:nth-of-type(4){
    width:13vw;
    margin-bottom: 3vw;
}
#footer ul#first.sponsor li:nth-of-type(5){
    width:28vw;
    margin-right:5.5vw;
    margin-bottom: 3vw;
}
#footer ul#first.sponsor li:nth-of-type(6){
    width:7vw;
    margin-right:5.5vw;
    margin-bottom: 3vw;
}
#footer ul#first.sponsor li:nth-of-type(7){
    width:11vw;
    margin-right:5.5vw;
    margin-bottom: 3vw;
}
#footer ul#first.sponsor li:nth-of-type(8){
    width:18vw;
    margin-bottom: 3vw;
}
#footer ul#first.sponsor li:nth-of-type(9){
    width:12vw;
    margin-right:7.5vw;
}
#footer ul#first.sponsor li:nth-of-type(10){
    width:23vw;
    margin-right:7.5vw;
}
#footer ul#first.sponsor li:nth-of-type(11){
    width:31vw;
}
#footer ul#third.sponsor{
    margin-top: 10vw;
    margin-bottom: 10vw;
    width: 46vw;
}
#footer ul#third.sponsor li:nth-of-type(1){
    width:9vw;
}
#footer ul#third.sponsor li:nth-of-type(2){
    width:9vw;
}
#footer ul#third.sponsor li:nth-of-type(3){
    width:16vw;
}

#footer ul#fourth.sponsor{
    max-width: 24vw;
}



#footer .organizor{
    margin: 20vw 0 20vw;
}

#footer .organizor .set p{
    margin-bottom: 2vw;
}

#footer img.log{
    width: 66vw;
    margin-bottom: 12vw;
}
#footer ul.snsLink{
    width: 62vw;
    margin: auto;
}
#footer ul.snsLink li{
margin-right: 6vw;        
}

#footer p.copy{
    margin-top: 5vw;
}

    .modalContent{
        max-height: calc(100% - 27.7vw);
        margin-top: 6vw;
    }

    .modalWrap img.logo{
        margin-left: 0;
        width: 28vw;
        position: fixed;
        top: 8.5vw;
        left: 3.8vw;
    }

    .modalContent .inner h3{
        margin-bottom: 10vw;
    }
    .modalContent .inner table.info, .modalContent .inner table.info tbody, .modalContent .inner table.info tbody tr{
        display: block;
    }
    .modalContent .inner table.info th{
        display: block;
        margin-bottom: 5px;
        padding-bottom: 10px;
        border-bottom: solid 1px #FFFFFF;
        font-size: 1.25rem;
    }
    .modalContent .inner table.info td{
        display: block;
    }

    .modalContent .inner ul.movies{
        display: block;
    }
    .modalContent .inner ul.movies li{
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    #modal-athlete-detail .modalContent .inner .athlete-detail .athleteImage{
        display: block;
        float: none;
        width: 65vw;
        margin: auto;
        position: relative;
    }
    #modal-athlete-detail .modalContent .inner .athlete-detail .athleteImage img{
        width: 100%;
    }
    #modal-athlete-detail .modalContent .inner .athlete-detail .athleteImage img.icon{
        position: absolute;
        right: 0;
        bottom:0;
        width: 14vw;
    }
    #modal-athlete-detail .modalContent .inner .athlete-detail .texts{
        padding-right: 0;
    }
    #modal-athlete-detail .modalContent .inner .athlete-detail p.catch img{
    display: none;   
    }
    #modal-athlete-detail .modalContent .inner .athlete-detail p.catch,
    #modal-athlete-detail .modalContent .inner .athlete-detail h3,
    #modal-athlete-detail .modalContent .inner .athlete-detail p.name_ja{
        width: 65vw;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    #modal-athlete-detail .modalContent .inner .athlete-detail p.catch{
        font-size: 1.0rem;
        padding: 0px 0 0px 16px;
        width: fit-content;
        margin: 20px auto 30px;
        line-height: 1;
    }
    #modal-athlete-detail .modalContent .inner .athlete-detail p.catch:before{
        width: 6px;
    }
    #modal-athlete-detail .modalContent .inner .athlete-detail h3{
        font-size: 1.5rem;
    }
    #modal-athlete-detail .modalContent .inner .athlete-detail p.name_ja{
            font-size: 0.8rem;
    }
    .modalContent .inner p{
        padding-bottom: 8vw;
        font-size: 0.9rem;
    }
    .modalContent .inner p.country{
        margin-top: 10vw;
    }
    .modalContent .inner .imageScroll{
        overflow-x: auto;
    }
    .modalContent .inner .imageScroll img{
        width: 200vw;
        max-width: 200vw;
    }
    #modal-rule .modalContent .inner h3{
        text-align: center;
        font-size:1.1rem;
        margin-bottom: 5vw;
    }

    .modalContent .inner .modalMainImage{
        margin-bottom: 5vw;
    }
    .modalContent .inner h3.event{
        font-size: 1rem;
        text-align: center;
        margin-bottom: 4vw;
    }
    .modalContent .inner ul.rule{
        display: block;
    }
    .modalContent .inner ul.rule li{
        width: 100%;
        margin-right: 0;
    }
    .modalContent .inner img.rule_01,
    .modalContent .inner .rule03Img{
        margin-bottom: 6vw;
    }


    a.modalClose{
        right: 3.8vw;
        top: 8vw;
    }
    a.imageModalClose{
        right: 3.8vw;
        top: 8vw;
    }
    a.youtubeModalClose{
        right: 3.8vw;
        top: 8vw;
    }

    .forPc{
        display: none;
    }
    
    .forSp{
        display:block;
    }
} 





/*information*/
body.newsIndex .contents{
    padding-top: 100px;
    background-color: #F7F7F7;
}


body.newsIndex .listIndex{
    display: flex;
    align-items: flex-start;
}
body.newsIndex .listIndex h1{
    color:#93D5E1;
    font-size: 5.31rem;
    width: 460px;
    position: relative;
    margin-right: 80px;
}
body.newsIndex .listIndex h1:after{
content: "";
    display: block;
    width: 52px;
    height: 4px;
    background-color: #93D5E1;
    position: absolute;
    left: 0;
    bottom: 0;
}

body.newsIndex .listIndex .posts{
    width: calc(100% - 540px);
    padding-top: 105px;
    position: relative;
    min-height: 400px;
}

body.newsIndex .listIndex .posts ul{
    width: 100%;
}

body.newsIndex .listIndex .posts ul li {
    border-bottom: solid 1px #363636;
    margin-bottom: 30px;
    padding-bottom: 30px;
    background-image: url(../img/news_bg.svg);
    background-size: 7px;
    background-repeat: no-repeat;
    background-position: right center;
}
body.newsIndex .listIndex .posts ul li a {
    color: #363636;
}

body.newsIndex .listIndex .posts ul li .date {
    margin-bottom: 20px;
}

body.newsIndex #footer{
    background-color: #F7F7F7;
}


@media screen and (max-width: 780px){
    body.newsIndex .listIndex{
        display: block;
        padding-bottom: 10vw;
    }
    body.newsIndex .listIndex h1{
        font-size: 1.8rem;
        padding-bottom: 2vw;
    }
    body.newsIndex .listIndex .posts{
        width: 100%;
        min-height: auto;
        padding-top: 9vw;
    }

    body.newsIndex .listIndex .posts ul li{
        margin-bottom: 9vw;
        padding-bottom: 7vw;
        padding-right: 5vw;
    }
    body.newsIndex .listIndex .posts ul li .date{
        font-size: 0.8rem;
        margin-bottom: 1vw;
    }

}

@media screen and (min-width: 781px){ 
    body.newsIndex #header #navigation ul#globalMenu li a{
        color:rgba(143,213,225,1)
    }
    body.newsIndex #header .langChange.forPc{
        color:rgba(143,213,225,1)
    }
    body.newsIndex #header .langChange.forPc a{
        color:rgba(143,213,225,0.6)
    }

}




/*athlete index*/
#modal-athlete-index .modalBg{
    background-color:#F7F7F7;
}
#modal-athlete-index a.modalClose{
    color: #93D5E1;
    border: solid 1px #93D5E1;
}
#modal-athlete-index .modalContent{
    max-width: 1200px;
}


#modal-athlete-index .modalContent .inner{
    max-width: 1200px;
    margin-left: 0;
    padding: 0;
}

#modal-athlete-index .modalContent .inner{
    color:#363636;
}
#modal-athlete-index .modalContent .athlete-list{
    position: relative;
}

#modal-athlete-index .modalContent .athlete-list ul{
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

#modal-athlete-index .modalContent .athlete-list ul li{
    width: calc((100% - 20px)/2);
    margin-right: 20px;
    background-color: #FFFFFF;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

#modal-athlete-index .modalContent .athlete-list ul li:nth-of-type(even){
    margin-right: 0;
}

#modal-athlete-index .modalContent .athlete-list ul li>div{
    display:inline-block;
    position: relative;
}

#modal-athlete-index .modalContent .athlete-list ul li .country{
width: 80px;
border-right: solid 5px #F7F7F7;
text-align: center;
padding:5px 0px;
}

#modal-athlete-index .modalContent .athlete-list ul li .country span{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: solid 1px #e8e8e8;
}

#modal-athlete-index .modalContent .athlete-list ul li .number{
    width: 120px;
    border-right: solid 5px #F7F7F7;
    padding: 5px 10px;
}
#modal-athlete-index .modalContent .athlete-list ul li .name{
    width: calc(100% - 170px);
    font-weight: bold;
    padding: 5px 10px;
    font-size: 1.2rem;
}


@media screen and (max-width: 780px){
    #modal-athlete-index .modalContent .athlete-list ul{
        display: block;
    }
    #modal-athlete-index .modalContent .athlete-list ul li{
        width: 100%;
        margin-right: 0;
    }
    #modal-athlete-index .modalContent .athlete-list ul li .country{
        width: 15vw;
    }
    #modal-athlete-index .modalContent .athlete-list ul li .country span{
        width: 6vw;
        height: 6vw;
        border-radius: 100%;
        border: solid 1px #e8e8e8;
    }
    
    #modal-athlete-index .modalContent .athlete-list ul li .number{
        width: 23vw;
        font-size: 0.9rem;
    }
    #modal-athlete-index .modalContent .athlete-list ul li .name{
        width: calc(100% - 29vw);
        font-size: 1.0rem;
    }
}




#topJumpBnr{
    padding-top: 90px;
    background: rgb(69, 169, 208);
    padding-bottom: 70px;
    text-align: center;
}

#topJumpBnr img{
    width: 100%;
    width: 560px;
    transition: 0.3s;
}

#topJumpBnr a:hover img{
    opacity: 0.6;
}

@media screen and (max-width: 780px){
    #topJumpBnr{
    padding: 22px 22px 0px 22px;
    }
}