/* CSS Document */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■   　デフォルト   　■■■■■■■■■■■■■■■■■ */
/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

/*footer*/
footer .wrap .copyright{
  width:100%;
  float:none;
  text-align: center;
}

/*icon*/
.insta{
  width:50px;
  padding: 0px 10px;

}

/*athlete*/

#athlete .contents_header .title{
  position: relative;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items:flex-end  ;
}
#athlete .contents_header .title .title_box{
  margin-right:30px;
}
#athlete .contents_header .title h1{
  margin-right:30px;
  font-size:1.125rem;
  line-height: 18px;
  color: #00479B;
  padding-bottom:10px;
}

#athlete .contents_header .title h2{
  font-size:3.125rem;
}

#athlete .contents_header .title p{
  font-size:1.125rem;
  line-height: 28px;
  text-align: left;
  letter-spacing: 0.04em;
}
#athlete .cover{
  overflow: clip;
}
#athlete .cover .wrap{
  min-width: 1180px;
  width: 100%;
  padding: 0 50px 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

#athlete .cover .wrap aside{
  width: 20%;
  margin-right: 10%;
  padding-top:70px;
  padding-bottom:75px;
  z-index:50;
}
#athlete .cover .wrap aside .inner{
  position: sticky;
  position: -webkit-sticky;
  top:140px;
}
#athlete .cover .wrap aside .inner .block{
  border-bottom: 1px solid #A3A3A3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#athlete .cover .wrap aside .inner .block h3 a{
  font-size:1rem;
  font-weight: 500;
}
#athlete .cover .wrap aside .inner .block h3 a:hover{
  color:#00479B;
}
#athlete .cover .wrap aside .inner .block ul.sub_menu{
  display: none;
  padding: 15px 0 0;
}
#athlete .cover .wrap aside .inner .block ul li a{
  font-size:0.875rem;
  line-height: 28px;
  padding-left:0;
}
#athlete .cover .wrap aside .inner .block ul li a:hover{
  color:#00479B;
}
#athlete .cover .wrap aside .inner .block ul.sub_menu li a{
  font-size:0.875rem;
  line-height: 28px;
  position:relative;
  padding-left:15px;
}

#athlete .cover .wrap aside .inner .block ul.sub_menu li a:before{
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background: #A3ffff;
  position: absolute;
  top: 13px;
  left: 0;
}

#athlete .cover .wrap .content{
  position: relative;
  top: 0;
  opacity: 1;
  z-index: 0;
  width:65%;
  padding-top: 70px;
  padding-bottom: 70px;
}



/**   footer   **/
footer{
  background: #00479B;
  padding:10px 0;
  position: relative;
  z-index: 1;
}

footer .wrap .left ul{
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 1px 0;
}

footer .wrap.sub{
  width: 1200px;
  margin: 0 auto;
  padding-top: 1px;
}


/**   title   **/

#athlete .cover .wrap .content .title{
  margin-bottom:50px;
}

#athlete .cover .wrap .content .title.border{
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
  position: relative;
  margin-bottom:0px;
}
#athlete .cover .wrap .content .title.border:after{
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom:-1px;
  background: #00469B;
}
#athlete .cover .wrap .content .title h2{
  font-size:1.875rem;
  margin-bottom:10px;
  color: #00368E;
}
#athlete .cover .wrap .content .title h1{
  font-size:1.125rem;
}

#athlete .cover .wrap .content .title_sub{
  position: relative;
}



/**   kanren_info   **/

#athlete .cover .wrap .content .kanren_info{
  position: relative;
  padding-top: 50px;
}
#athlete .cover .wrap .content .kanren_info h2.row_title{
  font-size:1.75rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom:30px;
  color: #00479B;
  position: relative;
}
#athlete .cover .wrap .content .kanren_info h2.row_title:after{
  content: "";
  display: block;
  width: 20px;
  height:1px;
  background: #00479B;
  position: absolute;
  bottom:-1px;
  left: 0;
}
#athlete .cover .wrap .content .kanren_info ul{
  display: flex;
  flex-wrap: wrap;
}
#athlete .cover .wrap .content .kanren_info ul li{
  width: 47.5%;
}
#athlete .cover .wrap .content .kanren_info ul li:first-child{
  margin-right: 5%;
}
#athlete .cover .wrap .content .kanren_info ul li a{
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
#athlete .cover .wrap .content .kanren_info ul li:nth-child(1) a{
  background: url(./images/banner_profile.jpg) no-repeat;
  background-size: 100%;
}
#athlete .cover .wrap .content .kanren_info ul li:nth-child(2) a{
  background: url(./images/banner_profile.jpg) no-repeat;
  background-size:100%;
}
#athlete .cover .wrap .content .kanren_info ul li a h3{
  color: #000;
  font-size:1.125rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center
}
#athlete .cover .wrap .content .kanren_info .recruitment {
  font-size:0.8rem;
}


/**   news   **/

#athlete .cover .wrap .content .sec01 h2{
  font-size:1.75rem;
  font-weight: bold;
  margin-bottom: 20px;
  color:#00479B;
}
#athlete .cover .wrap .content .sec01 ul{
  border-top: 1px solid #CCCCCC;
  margin-bottom: 50px;

}
#athlete .cover .wrap .content .sec01 ul li{
  padding: 25px 0;
  border-bottom: 1px solid #CCCCCC;
}
#athlete .cover .wrap .content .sec01 ul li dl{
  display: flex;
  flex-wrap: wrap;
}
#athlete .cover .wrap .content .sec01 ul li dl dt{
  width: 240px;
  font-size:0.75rem;
  line-height: 22px;
}
#athlete .cover .wrap .content .sec01 ul li dl dt span{
  font-size:0.75rem;
  line-height: 22px;
  border: 1px solid #CCCCCC;
  border-radius: 22px;
  display: inline-block;
  padding: 0 6px;
  margin-left: 10px;
  color: #A3A3A3;
}
#athlete .cover .wrap .content .sec01 ul li dl dd{
  width: calc(100% - 240px);
  font-size:0.875rem;
  line-height: 24px;
}
#athlete .cover .wrap .content .sec01 .pager{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-bottom: 100px;
}
#athlete .cover .wrap .content .sec01 .pager div{
  border: none;
  padding:0;
}
#athlete .cover .wrap .content .sec01 .pager div a{
  padding: 10px 5px;
  margin:0 5px;
  font-size:0.75rem;
}
#athlete .cover .wrap .content .sec01 .pager div.current{
  background: #00479B;
  color: #FFF;
  width:32px;
  line-height: 32px;
  text-align: center;
  margin:0 5px;
  font-size:0.75rem;
  border-radius: 50%;
}
#athlete .cover .wrap .content .sec01 .pager .pg_before{
  margin-right: 20px;
}
#athlete .cover .wrap .content .sec01 .pager .pg_after{
  margin-left: 20px;
}
#athlete span.cat{
  visibility: hidden;
}




/**   member   **/
#athlete .container_member {
/*  overflow: hidden;*/
  overflow: clip;
  background: #fff;
  padding: 5px;
}
#athlete .container_member ul{
  margin-bottom:120px;
}

#athlete .container_member li {
  padding-bottom:150px;
}

#athlete .container_member ul li dl{
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  margin-bottom: 5px;
}

#athlete .container_member ul li dl dt{
  width: 230px;
  font-size:1rem;
  line-height:28px;
  letter-spacing: 0;
  padding: 10px 10px;
  background: #fff;
  box-sizing: border-box;
}

#athlete .container_member ul li dl dd{
  width: calc(100% - 280px);
  font-size:1rem;
  line-height:28px;
  letter-spacing: 0;
  padding: 10px 10px;
  background: #fff;
  box-sizing: border-box;
}

#athlete .container_member h3{
  margin  : 0px 0px 10px 20px;
}
#athlete .container_member p{
 float: right;
 }

#athlete .name{
  font-style: normal;
  letter-spacing:0;
  background: #00368E;
  color: #fff;
  text-align: center;
  line-height:1.5em;
  padding: 10px 0 10px 0;
  margin-bottom:20px;
}

#athlete .profile_r{
  margin  : 0px 0px 0px 50px;
}


#athlete .table_a{
  text-align: left;
  border-top: 1px solid #999999;
}

#athlete .table_z{
  text-align: left;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
}

#athlete td{ 
  padding: 0px 50px 0px 0px;
  white-space: nowrap;
}


/**   convention   **/
#athlete .tournament {
  border-bottom: 5px solid #eee;
  padding-bottom:5px;
  margin-bottom:5px;

}

#athlete .container_convention {
/*  overflow: hidden;*/
  overflow: clip;
  background: #fff;
  padding: 5px;
}
#athlete .container_convention .linkid{
  padding-bottom:100px;
}
#athlete .container_convention ul{
  margin-bottom:20px;
}

#athlete .container_convention li {
  padding-bottom:50px;
}

#athlete .container_convention ul li dl{
  display: flex;
  flex-wrap: wrap;
  vertical-align: middle;
  margin-bottom: 5px;
}

#athlete .container_convention ul li dl dt{
  width: 190px;
  font-size:1rem;
  line-height:28px;
  letter-spacing: 0;
  padding: 10px 10px;
  background: #fff;
  box-sizing: border-box;
}

#athlete .container_convention ul li dl dd{
  width: calc(100% - 200px);
  font-size:1rem;
  line-height:28px;
  letter-spacing: 0;
  padding: 10px 10px;
  background: #fff;
  box-sizing: border-box;
}

#athlete .container_convention p{
 float: right;
 }
 
#athlete .container_convention a{
  font-size:1rem;
  color: #FFF;
  position: relative;
  background: #00479B;
  border-radius:50px;
  display: inline-block;
  margin:10px 50px;
  padding:10px 50px;
}

#athlete .container_convention a:hover{
  color: #FFF;
  background: #337ABE;
}

#athlete .container_convention h5{
  margin  : 10px 0px;
  font-size:1rem;
}

/**   convention   **/

#athlete .container_convention .result_tbl{
  margin  : 0px 0px 20px;
  border-collapse: collapse;
}

#athlete .container_convention .result_tbl .Ra{
  width: 70px;
  white-space: nowrap;
  text-align: right;
  padding: 0px 5px;
  border: 1px solid #999999;
}

#athlete .container_convention .result_tbl .Ah{
  width: 200px;
  white-space: nowrap;
  padding: 0px 20px;
  border: 1px solid #999999;
}

#athlete .container_convention .result_tbl .Re{
  width: 110px;
  white-space: nowrap;
  text-align: right;
  padding: 0px 5px;
  border: 1px solid #999999;
}

#athlete .container_convention .result_tbl .CN{
  text-align: center;
  background: #eee;
  font-weight: 400;
}

#athlete .container_convention .result_tbl .CW{
  text-align: center;
}

#athlete .container_convention .result_tbl td{
  padding: 0px;
}


/**   profile   **/


#athlete .container_convention .result_tbl_p{
  width: 100%;
  margin  : 0px 0px 20px;
  border-collapse: collapse;
}

#athlete .container_convention .result_tbl_p .Re{
  width: 130px;
  white-space: nowrap;
  text-align: right;
  padding: 10px;
  border: 1px solid #999999;
}

#athlete .container_convention .result_tbl_p .Ah{
  width: 160px;
  white-space: nowrap;
  padding: 10px;
  border: 1px solid #999999;
}

#athlete .container_convention .result_tbl_p .To{
  white-space: nowrap;
  padding: 10px;
  border: 1px solid #999999;
}


#athlete .container_convention .result_tbl_p .CN{
  text-align: center;
  background: #eee;
  font-weight: 400;
}

#athlete .container_convention .result_tbl_p .CW{
  text-align: center;
}

#athlete .container_convention .result_tbl_p .CJ {
    text-align: center;
    width: 130px;
    white-space: nowrap;
    padding: 10px;
    border: 1px solid #999999;
}

#athlete .container_convention .result_tbl_p .CY {
    text-align: center;
    width: 160px;
    white-space: nowrap;
    padding: 10px;
    border: 1px solid #999999;
}


#athlete .container_convention .result_tbl_p td{
  padding: 0px;
}


 /*=== 画像の表示エリア ================================= */
.slide {
  position   : relative;
  overflow   : hidden;
  width      : 100%;
  height     : 800px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
 
 /*=== 画像の設定 ======================================= */
.slide img {
  display    : block;
  position   : absolute;
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime 15s ease infinite;
  object-fit: cover;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide img:nth-of-type(1) { animation-delay: 0s }
.slide img:nth-of-type(2) { animation-delay: 5s }
.slide img:nth-of-type(3) { animation-delay: 10s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime{
   0% { opacity: 0 }
  12% { opacity: 1 }
  25% { opacity: 1 }
  37% { opacity: 0 }
 100% { opacity: 0 }
}

