@charset "utf-8";

.module_title{
  display: none !important;
}
.module_title span{
  display: none !important;
}
.card-link-text {
  margin: 10px 0;
}
.grey-box {
  margin-top: 15px;
  background-color: #F2F2F2;
  border-radius: 10px;
  padding: 15px 20px 10px;
}
.img-radius {
  border-radius: 10px;
}
.img-border {
  border: 1px solid #F2F2F2;
}
.link-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
.link-list li {
  font-size: 12px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.link-list li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 961px) {
  .panel-qa .btn {
    min-width: 160px;
  }
}
@media screen and (max-width: 641px) {
  .panel-qa .btn {
    min-width: 226px;
  }
}

.kv-lower{
    height: auto;
}
.kv-lower img{
    height:auto !important;
    width: 100% !important;
}


/* タイトルデザイン */
.title-container {
      display: flex;
      align-items: center;
      padding: 30px 0px 0px;
      max-width: 500px;
      margin: 0 0 3rem;
      position: relative;
    }
    @media screen and (min-width: 641px) {
      .title-container {
              margin: 0 0 5rem;
      }
    }   

    .line-image {
      height: 25px;
      margin-right: 16px;
    }
    @media screen and (min-width: 641px) {
      .line-image {
      height: 40px;
      margin-right: 16px;
    }
    }

    .title-text {
      color: #fff;
      font-weight: 700;
      font-size: 16px;
      white-space: nowrap;
    }
        @media screen and (min-width: 641px) {
          .title-text {
      color: #fff;
      font-weight: 700;
      font-size: 24px;
      white-space: nowrap;
    }
        }

    .underline {
      position: absolute;
      bottom: 0;
      left: 0;
      height: 1px;
      width: 100%;
      background-color: #fff;
    }

    .title-text_black{
      color: #000000;
    }
    .title-text_u18{
            color: #A29273;
    }
    .title-text_u15{
            color: #9C1A1A;
    }
    .underline_black{
            background-color: #000000 !important;
    }
    .underline_u18{
            background-color: #A29273 !important;
    }
    .underline_u15{
            background-color: #9C1A1A !important;
    }

.B_youth_logo{
    max-width: 500px;
    margin: 0 auto;
    display: block;
}

.B_youth_txt{
    font-weight: 800;
    margin-top: 2rem;
}
@media screen and (min-width: 641px) {
  .B_youth_txt{
        margin-top: 3rem;
  }
}
/* ここから */
.tab-item_line{
  border-bottom: 1px solid #c4c4c4 !important;
}
@media screen and (min-width: 641px) {
  .tab-item_line{
  border-bottom: 1px solid #ffffff !important;
}
}
.yusu_logo{
  max-width: 250px !important;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 641px) {
  .yusu_logo{
  max-width: 300px !important;
}
}
.yusu_ttl_wrap img{
  width: 100%;
  margin: 0 auto;
  display: block;
}

@media screen and (min-width: 641px) {
  .yusu_ttl_wrap{
    margin-top: 3rem;
  }
  
}
.wht_txt{
  color: #fff;
}
.blk_bg{
  background-color: black;
    background-image: url(../img/blk_bg.webp);

}
.blk_bg_inner{
/* background-color: aqua; */
}
/* 強み */
.strengths_attention{
  font-size: 12px;
}
.strengths_txt_wrap{
  padding-top: 1rem;
}

@media screen and (min-width: 641px) {
.strengths_txt_wrap h3{
padding-bottom: 1rem;
}
}
.strengths_wrap{
margin-top: 4rem;
}
@media screen and (min-width: 641px) {
.strengths_wrap{
  display: flex;
  gap: 4rem;
}
}

.strengths_wrap p,h3{
  color: white;
}
.strengths_wrap2{
  flex-direction: row-reverse;
}

.strengths_img{
  width: 100%;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 641px) {
.strengths_img{
  width: 480px;
}
}

.next_star{
  width: 100%;
  padding-top: 5rem;
}

.player_name{
  font-weight: 700;
  font-size: 16px;
}

.player_club{
  font-size: 14px;
}

.player_contents{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: calc(100% - 20px);
  margin: 4rem auto;
  gap: 1rem;
}
@media screen and (min-width: 641px) {
  .player_contents{
  grid-template-columns: 1fr 1fr 1fr 1fr;

  }
}
.player_item img{
  width: 100%;
}




