@charset "utf-8";

/*----------------------------------------------------------
   共通
-----------------------------------------------------------*/

/*
.contents{
    background-color: rgba(0, 0, 0, 0);
}*/



.sj .contents{
    background-color: rgba(0, 0, 0, 0);
}

.sj .tv-schedule{
    background-color: rgb(255,255,255, .8);
}

.sj .top{
    background-color: rgb(0,159,232, .8);
}

.sj2 .top{
    background-color: rgb(80, 180, 0, .8);
}



.header-nav-sj .header-nav-list-item-detail {
    color: white;
}
.header-nav-sj2 .header-nav-list-item-detail {
    color: white;
}
.header-nav-sj3 .header-nav-list-item-detail {
    color: white;
}
.header-nav-sj .header-nav-list-item-detail svg path {
    fill: white;
}

.header-nav-sj2 .header-nav-list-item-detail svg path {
    fill: white;
}
.header-nav-sj3 .header-nav-list-item-detail svg path {
    fill: white;
}


.header-nav-list-item-detail.active {
    color: #009FE8 !important;
}
.header-nav-list-item-detail.active svg path {
    fill: #009FE8 !important;
}
.sj2 .header-nav-list-item-detail.active {
    color: #50b400 !important;
}
.sj2 .header-nav-list-item-detail.active svg path {
    fill: #50b400 !important;
}
.sj3 .header-nav-list-item-detail.active {
    color: #F0D232 !important;
}
.sj3 .header-nav-list-item-detail.active svg path {
    fill: #F0D232 !important;
}

body.sj2 .titlearea {
    color: #50b400;
}

body.sj2 .titlearea-detail path{
    fill: #50b400;
}

body.sj2 .js-title-tournament path{
    fill: #50b400;
}

body.sj3 .titlearea {
    color: #f0d232;
}

body.sj3 .titlearea-detail path{
    fill: #f0d232;
}

body.sj3 .js-title-tournament path{
    fill: #f0d232;
}


.each_team h2{
    display: flex;
    align-items: center;
    font-size: 24px;
}
.each_team h2 img{
    height: 80px;
    margin-right: 16px;
}

.member_pic_list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.each_member a div{
    position: relative;
}
.each_member img{
  /* height: 240px; */
  width: 100%;
  object-fit: cover;
  object-position: 50% 0;
}
.sebango{
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    /* border-radius: 36px; */
    text-align: center;
    /* background: #009FE8; */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -2px;
    background-size: contain;
    color: black;
}

.uniform_men{
    background-image:url("/team_playerinfo/team/common/img/blue_2.png") ;
}

.uniform_women{
    background-image:url("/team_playerinfo/team/common/img/red_2.png") ;
}

.sj2 .sebango .uniform_men{
    background-image:url("/team_playerinfo/team/common/img/blue_2.png");
}

.sj2 .sebango .uniform_women{
    background-image:url("/team_playerinfo/team/common/img/red_2.png");
}

.member_name{
  text-align: center;
  font-size: 14px;
  padding: 8px 0;
}


.each_player h2{
    display: flex;
    align-items: center;
    font-size: 20px;
    background: #009FE8;
    color: white;
    margin-bottom: 50px;
    padding: 15px;
    justify-content: space-between;
}
.sj2 .each_player h2{
    background: #50B400;
}
.each_player h2 .h2_sebango{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid white;
    padding: 5px;
    margin-right: 10px;
    min-width: 34px;
    min-height: 34px;
}
.each_player h2 .post{
}

.each_player h2 .name_en{
    font-size: 14px;
}

.player_info .player_textinfo{
    width: 100%;
}

.player_info table{
    width: 100%;
    margin-bottom: 42px;
}
.player_info th{
    width: 160px;
}
.player_info td{
    font-weight: normal;
}
.player_info th, .player_info td{
    padding: 14px 10px;
    font-size: 14px;
    text-align: left;
}
.player_info table tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.3);
}
.player_info table tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.1);
}

.player_pic{
    position: relative;
}
.player_pic .post{
    position: absolute;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    right: 0;
}
.player_pic .post{
    background: #009FE8;
}
.sj2 .player_pic .post{
    background: #50B400;
}
.player_textinfo h3{
    font-size: 18px;
    margin: 40px auto 10px;
}
.player_textinfo h3:first-child{
    margin-top: 0px;
}

.name_wrap{
    line-height: 18px;
    width: 95%;
}

.representation{
    font-size: 11px;
    text-align: center;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}
.representation img{
    width: 30px;
    margin-bottom: 5px;
}
.representation p{
    white-space: nowrap;
}

.team-wrap h3{
    font-size: 18px;
    margin-top: 20px;
}

.team_data{
    font-size: 14px;
    line-height:24px;
    white-space: pre-wrap;;
    margin-bottom: 50px;
    margin-top: 10px;
}
.corporate_pr{
    font-size: 14px;
    line-height:24px;
    margin-bottom: 50px;
    margin-top: 10px;
}

.wrap_button_return_playerlist{
    text-align: center;
}
.button_return_playerlist:hover{
    cursor: pointer;
}

table.table_archive{
    width: 100%;
    margin-bottom: 62px;
    margin-top: 32px;
    border: 1px solid white;
}
table.table_archive:last-child{
    margin-bottom: 18px;
}
table.table_archive th{
    vertical-align: middle;
    border: 1px solid white;
    white-space: nowrap;
        min-width: 106px;
}
table.table_archive.table_player_archive th{
    min-width: 150px;
}
table.table_archive td{
    font-weight: normal;
    border: 1px solid white;
}
table.table_archive th, table.table_archive td{
    padding: 14px 10px;
    font-size: 14px;
    text-align: left;
}
table.table_archive table tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 1.0);
}
table.table_archive tr:nth-of-type(even) {
    background-color: rgba(255, 255, 255, 0.8);
}

h2.common{
    font-size: 28px;
    margin-top: 20px;
}

h3.common{
    font-size: 24px;
    margin-bottom: 20px;
}
.arcive-men table.table_archive th{
    background: #009FE8;
    color: white;
}
.arcive-women table.table_archive th{
    background: #F47CBC;
    color: white;
}

.arcive-men h2.common{
    color: #009FE8;
}
.arcive-women h2.common{
    color: #F47CBC;
}

.archive a {
    transition: all .3s;
    font-size: 20px;
}
.archive a:hover {
    color: #009FE8;
}
.archive .arcive-women a:hover {
    color: #F47CBC;
}

.archive ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #F1F1F1;
}
 
.archive ::-webkit-scrollbar-thumb {
  background: #070602;
  border-radius: 4px;
   border-right: none;
}

.tab{
  margin: 0 auto;
}

.tab-list{
  display: flex;
}

.tab-list-item{
  width: 50%;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
  border: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  color:white;
}

.tab-contents{
  background-color: #f5f5f5;
  display: none;
  padding: 20px;
}

.is-btn-active{
  background-color: #f5f5f5;
  font-weight: bold;
  color:white;
  font-size: 1.6em;
}

.is-contents-active{
  display: block;
}
.tab-men{
    background: #009FE8;
}
.tab-women{
    background: #F47CBC;
}
.men-contents{
  border: 1px solid #009FE8;
}
.women-contents{
  border: 1px solid #F47CBC;
}

.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9のアスペクト比 */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.results{
    background-color: rgba(255, 255, 255, .8);
}

.pom{
    position: relative;
  }

.pom p{
    position: absolute;
    top:10px;
    left:10px;
    /* font-size:1.5vw; */
    font-size: clamp(2.1rem, 0.818rem + 0.91vw, 2.7rem);
    color: white;
    padding:0;
    margin:0;
    font-weight: 800;
    line-height: 1.4em;
}

.bnr_1{
    width:100%;
    max-width:562px;
    transition:.2s;
    display:block;
    margin:auto;
}

.bnr_1 img{
    width:100%;
}

.bnr_1:hover{
    opacity:.5;
}


.st_inner .lead{
    font-size:22px !important;
    font-weight:bold;
    line-height:2;
    color:#009fe8
}

.ticket .link_area .btn::before {
    content: none;
}


.final_results::-webkit-scrollbar {
    display:none;
}

.final_results {
    -ms-overflow-style: none;
    scrollbar-width: none; 
  }

.new_style .sj2 .schedule_ticket_nav ul li:nth-child(4):before
 {
    background: #50b400;
}


/* sp */
@media screen and (max-width: 767.98px){
    .pom p{
        top:10px;
        left:10px;
        /* font-size: clamp(5rem, 0.818rem + 0.91vw, 5.5rem); */
        font-size:2.8vw;
    }
    
    .top-slider-item{										
        width:87.3vw;										
    }	

    .team-list-item {
        flex-direction: initial !important;
    }

    .team-list-item {
        width: 80.6666666667vw !important;
    }

    .member_pic_list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-gap: 15px;
        margin-top: 50px;
    }
    .each_member img{
      /* height: 200px; */
      object-position: 50% -15;
    }

    .player_pic{
        text-align: center;
        margin: 0 auto 50px;
    }
    .player_pic img{
        margin: 0 auto;
        width: 100%;
    }

    .player_info th, .player_info td{
        padding: 10px 5px;
        font-size: 11px;
    }

    .each_player h2{
        font-size: 18px;
        margin-bottom: 30px;
        padding: 12px;
    }
    .each_player h2 .h2_sebango{
        padding: 5px;
        margin-right: 10px;
    }
    .each_player h2 .post{
        margin-right: 12px;
    }

    .each_player h2 .name_en{
        font-size: 12px;
    }

    .player_info th {
        width: 100px;
    }
    table.table_archive{
        min-width: 1000px;   
    }
    .table-scroll {
      overflow-x: scroll;
    }

    table.table_archive th, table.table_archive td{
        padding: 10px 5px;
        font-size: 11px;
    }
    table.table_archive th{
        width: 110px;
    }

    #title-svg-archive{
        width: 50vw;
    }

    .st_inner .lead{
        font-size:12px !important
    }

}
/* sp */



/* pc */

@media screen and (max-width: 1720px) and (min-width: 767.98px) {
   .top-slider {
        width: 57.023255814vw;
    }
    .top-slider-item {										
        width: 57.7vw;
    }
    .new_style .new_top .contents section {
        padding: 92px 55px;
    }
}

@media screen and (min-width: 768px){

    .player_info{
        display: flex;
        grid-gap: 30px;
    }
    .player_pic{
        min-width: 240px;
    }
    .player_pic img{
        min-width: 240px;
        width: 360px;
        object-fit: cover;
        height: 320px;
    }

} 
/* pc */
