@charset "utf-8";
.content{
  padding-bottom: 100px;
}
.page_nav{
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .content{
    padding-bottom: 50px;
  }
}

.tab_body{
  padding-top: 42px;
}

.players_list{
  display: flex;
  gap:40px;
  flex-wrap:wrap;
}

.players_list>li{
  width: calc((100% - 120px) / 4);
}

.players_list>li>.staff,
.players_list>li>a{
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 495 / 622;
  border-radius: 10px;
  background: url(../img/players_bg.webp) no-repeat  50% 50% / cover;
}
.players_list>li>.staff{
  background: #eee;
}
.players_list>li>.staff.no-img{
  aspect-ratio: unset;
  background: #002C75;
}

.players_list>li>a:hover{
  opacity: 1;
}

.players_list>li>a img{
  transition: transform 0.18s ease-out;
}

.players_list>li>a:hover img{
  transform: scale(1.16) translateY(6%);
}

.players_list>li>.staff::after,
.players_list>li>a::after{
  content: "";
  position: absolute;
  left:0;
  bottom:0;
  height: 40%;
  width: 100%;
  aspect-ratio: 320 / 149;
  border-radius: 10px;
  background: linear-gradient(rgba(34, 50, 110, 0) 0%, #091337 100%);
  z-index: 1;
}
.players_list>li>.staff.no-img::after{
  display: none;
}

.players_list>li>.staff .box,
.players_list>li>a .box{
  position: absolute;
  left:0;
  bottom:0;
  padding:1em 1em;
  color: #fff;
  text-align: left;
  z-index: 2;
}
.players_list>li>.staff.no-img .box{
  padding-top: 2em;
  position: relative;
}

.players_list>li>.staff .box .posi,
.players_list>li>a .box .posi{
  font-size: 3.8rem;
  font-family: var(--sub);
  font-weight: bold;
  line-height: 1;
}

.players_list>li .box .post{
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.players_list>li>.staff .box .jp_name,
.players_list>li>a .box .jp_name{
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.players_list>li>.staff .box .en_name,
.players_list>li>a .box .en_name{
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
}

@media screen and (max-width: 1400px) {
  .players_list>li>.staff .box .posi,
  .players_list>li>a .box .posi{
    font-size: 2.71vw;
  }

  .players_list>li .box .post{
    font-size: 1.28vw;
  }
  .players_list>li>.staff .box .jp_name,
  .players_list>li>a .box .jp_name{
    font-size: 1.71vw;
  }

  .players_list>li>.staff .box .en_name,
  .players_list>li>a .box .en_name{
    font-size: 1.14vw;
  }

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

  .players_list{
    gap:1.5em 1.5em;
  }

  .players_list>li{
    width: calc((100% - 1.5em) / 2);
  }

  .players_list>li>.box .box .posi,
  .players_list>li>a .box .posi{
    font-size: 4vw;
    font-size: max(2.5rem, 4.5vw);
    margin-bottom: 0.1em;
  }

  .players_list>li .box .post{
    font-size: max(1.2rem, 2.2vw);
  }

  .players_list>li>.staff .box .jp_name,
  .players_list>li>a .box .jp_name{
    font-size: max(1.4rem, 2.4vw);
  }

  .players_list>li>.staff .box .en_name,
  .players_list>li>a .box .en_name{
    font-size: max(1.1rem, 2vw);
  }

}

.profile_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.profile_table tr{
  border-bottom: 1px solid #fff;
}

.profile_table th {
  background: #afb5ca;
  color: #fff;
  text-align: left;
  padding: 12px 16px;
  width: 15%;
  white-space: nowrap;
}

.profile_table td {
  padding: 12px 16px;
  background: #F9FAFB;
  width: 35%;
}

.profile_table tr:nth-child(odd) td {
  background: #EDEFF4;
}

@media screen and (max-width: 1024px) {
  .profile_table,
  .profile_table tbody,
  .profile_table tr,
  .profile_table th,
  .profile_table td{
    display: flex;
    flex-wrap:wrap;
    width: 100%;
    align-items: stretch;
  }

  .profile_table th {
    width: 30%;
  }

  /* td */
  .profile_table td {
    width: 70%;
  }

  .profile_table tr td:nth-child(1),
  .profile_table tr td:nth-child(2){
    background: #EDEFF4;
  }

}

/**/
.profile_list {
  width: 100%;
  font-size: 16px;
  display: flex;
  flex-wrap:wrap;
  align-items: stretch;
}

.profile_list>li{
  width: 50%;
}

.profile_list .tr {
  display: flex;
  border-bottom: 1px solid #fff;
  flex-wrap: wrap;
  align-items: stretch;
  height: 100%;
}

.profile_list .th {
  background: #afb5ca;
  color: #fff;
  text-align: left;
  padding: 15px 30px;
  width: 30%;
  white-space: nowrap;
  font-weight: bold;
}

.profile_list .td {
  padding: 15px 30px;
  width: 70%;
  font-weight: 500;
  background: #EDEFF4;
}

.profile_list li:nth-child(4n-1) .td,
.profile_list li:nth-child(4n) .td {
  background: #F9FAFB;
}

@media screen and (max-width: 1024px) {
  .profile_list>li{
    width: 100%;
  }

  .profile_list>li .th{
    padding: 1em;
    width: 35%;
  }

  .profile_list>li .td{
    padding: 1em;
    width: 65%;
  }

  .profile_list>li:nth-child(odd) .td{
    background: #EDEFF4;
  }
  .profile_list>li:nth-child(even) .td{
    background: #F9FAFB;
  }

}

@media screen and (max-width: 640px) {
  .profile_list>li{
    width: 100%;
    font-size:max(1.5rem,3.4vw);
  }
}

.qa_list{
  display: flex;
  flex-wrap: wrap;
  gap: 26px 38px;
  margin-bottom: 20px;
}

.qa_list>li{
  width: calc((100% - 38px) / 2);
}

.qa_list>li dl{
  height: 100%;
  min-height: 157px;
  padding: 26px 34px 28px;
  background: #F9FAFB;
  border-radius: 6px;
}

.qa_list>li dl dt{
  position: relative;
  padding-left: 35px;
  margin-bottom: 17px;
  color: var(--sub-clr);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.qa_list>li dl dt i{
  position: absolute;
  top: -0.1em;
  left: 0;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  padding-top: 0.2em;
  border-radius: 50%;
  background: var(--sub-clr);
  font-family: var(--sub);
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}


.qa_list>li dl dd{
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 1.8rem;
  font-weight:bold;
  line-height: 1.44;
}

.qa_list>li dl dd .img{
  width: 72px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
}

.qa_list>li dl dd img{
  object-fit: cover;
}

.qa_list>li dl dd span{
   width: calc(100% - 72px);
}
@media screen and (max-width: 1024px) {
  .qa_list>li{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .qa_list>li{
    width: 100%;
  }

  .qa_list>li dl{
    min-height: 0;
    padding: 1.5em;
  }

  .qa_list>li dl dt{
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 17px;
    color: var(--sub-clr);
    font-size:max(1.8rem,3.2vw);
  }

  .qa_list>li dl dt i{
    position: absolute;
    top: -0.1em;
    left: 0;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    padding-top: 0.2em;
    border-radius: 50%;
    background: var(--sub-clr);
    font-family: var(--sub);
    color: #fff;
    font-size:max(1.8rem,3.2vw);
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .qa_list>li dl dd{
    gap: 1em;
    font-size:max(1.8rem,3.2vw);
  }

  .qa_list>li dl dd .img{
    width: 20%;
  }
  .qa_list>li dl dd span{
    width: 80%;
  }

}

/*
メンバー詳細ページ
*/

.players_detail_head{
  position: relative;
  padding-top: 30px;
  display: flex;
  align-items: flex-end;
  color: #fff;
  background: url(../img/players_detail_bg.webp) no-repeat  50% 50% / cover;
}

.players_detail_head>.row{
  display: flex;
  width: 1060px;
  max-width: 1060px;
  margin: 0 auto;
  align-items: center;
}

.players_detail_head>.row .col1{
  width: 40%;
}
.players_detail_head>.row .col2{
  width: 58%;
  padding-left: 55px;
}

.players_detail_head >.row .col2>.label{
  font-size: 2rem;
  color: #FFD98D;
  line-height: 1;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.players_detail_head >.row .col2 .posi{
  /*font-size: 6rem;*/
  font-size: 4.4rem;
  font-family: var(--sub);
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2em;
}

.players_detail_head >.row .col2 .row_name{
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.8em;
}
.players_detail_head >.row .col2 .row_name .jp_name{
  /*font-size:4.6rem;*/
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1;
}

.players_detail_head >.row .col2 .row_name .age{
  /*font-size: 4rem;*/
  font-size: 2.2rem;
  font-weight: bold;
  font-family: var(--sub);
  line-height: 1;
  transform: translateY(0.1em);
}

.players_detail_head >.row .col2 .en_name{
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 38px;
}

.players_detail_head >.row .col2 .physical_row{
  display: flex;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.players_detail_head >.row .col2 .physical_row>li{
  width: 50%;
}
.players_detail_head >.row .col2 .physical_row>li p.label{
  font-size: 2rem;
  color: #FFD98D;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.players_detail_head >.row .col2 .physical_row>li .num{
  display: flex;
  align-items: baseline;
  gap:0.4em;
}

.players_detail_head >.row .col2 .physical_row>li .num strong{
  /*font-size: 6rem;*/
  font-size: 4.4rem;
    font-weight: bold;
  font-family: var(--sub);
  line-height: 1;
}
.players_detail_head >.row .col2 .physical_row>li .num span{
  font-size: 2rem;
  font-weight: bold;
}

.players_detail_head >.row .col2 .sns_row{
  display: flex;
  align-items: center;
  gap:20px;
}

.players_detail_head >.row .col2 .sns_row .label{
  color: #FFD98D;
  font-size: 2rem;
  font-weight: bold;
}
.players_detail_head >.row .col2 .sns_row ul{
  display: flex;
  gap:10px;
  align-items: center;
}

.players_detail_head >.row .col2 .sns_row ul>li>a{
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  background:var(--sub-clr);
  align-content: center;
  justify-content: center;
  text-align: center;
}

.players_detail_head >.row .col2 .sns_row ul>li>a img.icon_x{
  width: 20px;
}
.players_detail_head >.row .col2 .sns_row ul>li>a img.icon_insta{
  width: 18px;
}
.players_detail_head >.row .col2 .sns_row ul>li>a img.icon_facebook{
  width: 12px;
}
.players_detail_head >.row .col2 .sns_row ul>li>a img.icon_youtube{
  width: 20px;
}
.players_detail_head >.row .col2 .sns_row ul>li>a img.icon_tiktok{
  width: 18px;
}

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

  .players_detail_head{
    height: auto;
    padding: 50px 30px 0;
  }

  .players_detail_head >.row{
    max-width:none;
  }

  .players_detail_head >.row .col1,
  .players_detail_head >.row .col2{
    width: 100%;
    padding: 0;
  }
  .players_detail_head >.row .col1{
    align-self: flex-end;
  }
  .players_detail_head >.row .col2{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .players_detail_head >.row .col2>.label{
    font-size: 2vw;
  }

  .players_detail_head >.row .col2 .posi{
    /*font-size: 6vw;*/
  }

  .players_detail_head >.row .col2 .row_name .jp_name{
    /*font-size: 3.6vw;*/
    font-size: 2.8vw;
  }

  .players_detail_head >.row .col2 .row_name .age{
    /*font-size: 4vw;*/
    font-size: 2.2vw;
  }

  .players_detail_head >.row .col2 .en_name{
    font-size: 2.6vw;
  }

  .players_detail_head >.row .col2 .physical_row>li p.label{
    font-size: 2.2vw;
  }

  .players_detail_head >.row .col2 .physical_row>li .num strong{
    /*font-size: 6vw;*/
  }

  .players_detail_head >.row .col2 .physical_row>li .num span{
    font-size: 2vw;
  }

  .players_detail_head >.row .col2 .sns_row .label{
    font-size: 2vw;
  }
}


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

  .players_detail_head{
    padding: 40px 0 0;
  }

  .players_detail_head >.row{
    flex-direction: column;
  }

  .players_detail_head >.row .col1{
    padding: 0 2.7vw;
  }

  .players_detail_head >.row .col2{
    padding: 30px 5vw 40px;
    background: var(--main-clr);
  }

  .players_detail_head >.row .col2>.label{
    font-size: max(1.6rem, 3vw);
  }

  .players_detail_head >.row .col2 .posi{
    font-size: 8vw;
    font-size: max(3.2rem, 8vw);
  }

  .players_detail_head >.row .col2 .row_name .jp_name{
    font-size: 6.6vw;
    font-size: max(3.0rem, 6.6vw);
  }

  .players_detail_head >.row .col2 .row_name .age{
    font-size: 6vw;
    font-size: max(2.4rem, 6vw);
  }

  .players_detail_head >.row .col2 .en_name{
    font-size: 4.6vw;
    font-size: max(1.8rem, 4.6vw);
  }

  .players_detail_head >.row .col2 .physical_row>li p.label{
    font-size: max(1.6rem, 3vw);
  }

  .players_detail_head >.row .col2 .physical_row>li .num strong{
    font-size: 7vw;
    font-size: max(3.2rem, 6vw);
  }

  .players_detail_head >.row .col2 .physical_row>li .num span{
    font-size: max(1.6rem, 3vw);
  }

  .players_detail_head >.row .col2 .sns_row .label{
    font-size: max(1.6rem, 3vw);
  }
}

/*スタッフ*/
.sort_list.staff {
  font-size: 2.0rem;
}
@media screen and (max-width: 1200px) {
  .sort_list.staff {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .sort_list.staff>li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .sort_list.staff {
    font-size: max(1.2rem, 3vw);
  }
  .sort_list.staff>li{
    width: calc(100% / 3);
  }
}
.staff_box{
  margin-bottom: 40px;
}
.cmp_ttl_m2>span{
  margin-bottom: 35px;
}

.players_detail_head .sign-img{
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 20%;
}
@media screen and (max-width: 768px) {
  .players_detail_head >.row .col1{
    position: relative;
  }
  .players_detail_head .sign-img{
    left: 5%;
    width: 50%;
  }
}