
.bgc_4{
  background-color: #222;
}

.teaminfo{
  padding-top: 42px;
  padding-bottom: 42px;
}

.teaminfo__item-top{
  position: relative;
}

.teaminfo__item{
  margin-top: 14px;
}

.teaminfo__image{
  aspect-ratio: 378/251;
  position: relative;
  width: 100%;
}

.teaminfo__image a{
  transition: 0.7s;
  display: block;
}

.teaminfo__image a:hover{
  opacity: 0.7;
}

.teaminfo__image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.teaminfo__rank{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  color: #FF0000;
  clip-path: polygon(0 0,100% 0,80% 100%,0 100%);
  padding: 20px 37px 20px 10px;
  display: flex;
  align-items: center;
  font-family:'Hind', sans-serif;
}

.teaminfo__rank span{
  font-family:'Hind', sans-serif;
  font-style: oblique;
}

.teaminfo__body{
  color: #fff;
  font-weight: bold;
  background-color:#434343;
  width: 100%;
  padding: 29px 25px 12px 25px;
}

.teaminfo__body-img{
  aspect-ratio: 150/45;
  max-width: 150px;
  margin-inline: auto;
}

.teaminfo__body-img img{
  width: 100%;
  /*height: 100%;*/
  object-fit: cover;
}

.teaminfo__name {
  display: block;
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  letter-spacing: 2px;
  transition: 0.7s;
}

.teaminfo__name:hover{
  opacity: 0.7;
  color: #fff;
}

.teaminfo__point{
  margin-top: 15px;
  margin-bottom: 0;
}

.teaminfo__link{
  margin-top: 27px;
}

.teaminfo__link a{
  transition: 0.7s;
}

.teaminfo__link a:hover{
  opacity: 0.7;
}

.teaminfo__link a:not(:last-child){
  margin-right: 6px;
}

.teaminfo__link img{
  width: 35px;
  height: 35px;
}

.teaminfo__item .title{
  color: #fff;
  background-color:#434343;
  padding: 8px 1.3rem;
}

.teaminfo__item .text{
  color: #333;
  background-color:#a3a3a3;
  padding: 8px 1.7rem;
}

.teaminfo__item-last .text{
  text-align: left;
}

.teaminfo__point span{
  font-style: oblique;
}

.teaminfo__point span{
  font-family:'Hind', sans-serif;
  font-style: oblique;
}

.pts{
  font-family:'Hind', sans-serif;
  font-style: oblique;
}

.teaminfo__rank span{
  font-style: oblique;
}


/* シーズン戦積 */
.seasonrecord{
  padding-top: 29px;
  padding-bottom: 23px;
}

.seasonrecord__lists {
  font-family: 'Hind', sans-serif;
  font-weight: bold;
  margin-bottom: 0;
}

.seasonrecord__list {
  list-style: none;
  background-color: #fff;
}

.seasonrecord__list:not(:first-child){
  margin-top: 14px;
}

.seasonrecord__list a{
  display: flex;
  width: 100%;
}

.seasonrecord__list a:hover{
  opacity: 0.8;
  background-color: #f3f3ff;
}

.seasonrecord__label {
  background-color: #000;
  color: #fff;
  width: 20%;
  line-height: 1;
  clip-path: polygon(0 0,100% 0,80% 100%,0 100%);
  display: flex;
  align-items: center;
}

.seasonrecord__dates {
  padding: 8px 0 8px 16px;
}

.seasonrecord__date {
  font-style: oblique;
  font-family:'Hind', sans-serif;
}

.seasonrecord__date+.seasonrecord__date{
  position: relative;
  margin-top: 7px;
}

.seasonrecord__date::before{
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 2px;
  height: 7px;
  background-color: #fff;
}

.seasonrecord__body {
  display: flex;
  color: #333;
  width: 80%;
}

.seasonrecord__info {
  display: flex;
  align-items: center;
  width: 55%;
  margin-right: 12px;
}

.seasonrecord__race {
  margin-bottom: 0;
  text-align: left;
  line-height: 1.3;
}

.seasonrecord__course {
  margin-bottom: 0;
}

.seasonrecord__rank {
  width: 13%;
  display: flex;
  align-items: center;
  justify-content: end;
  font-style: oblique;
  font-family:'Hind', sans-serif;
}

.seasonrecord__rank span{
  padding: 10px 0 0 4px;
}
.seasonrecord__rank span.cate{
  margin-right:6px;
}

.seasonrecord__points {
  background-color: #c6ad79;
  width: 34%;
  clip-path: polygon(20% 0,100% 0,100% 100%,0 100%);
  padding-left: 20px;
  font-weight: bold;
}

.seasonrecord__point-title {
  margin-bottom: 0;
}

.seasonrecord__point {
  margin-bottom: 0;
  font-style: oblique;
  font-family:'Hind', sans-serif;
}

.seasonrecord__pts {
  font-style: oblique;
  font-family:'Hind', sans-serif;
}

.seasonrecord__btn{
  width: 50%;
  display: inline-block;
  background-color: #7b7b7b;
  border-radius: 6px;
  margin-top: 21px;
  padding: 6px 0;
  color: #fff;
  font-weight: bold;
  transition: 0.7s;
}

.seasonrecord__btn:not(:last-child){
  margin-right: 0px;
}

.seasonrecord__btn:hover{
  opacity: 0.7;
  color: #fff;
}


@media screen and (min-width:1400px) {
  .teaminfo__text1{
    font-size: 24px;
  }

  .teaminfo__item{
    font-size: 16px;
  }

  .teaminfo__name{
    font-size: 24px;
    margin-top: 16px;
    letter-spacing: 4px;
  }

  .teaminfo__point{
    font-size: 13px;
    margin-top: 21px;
  }

  .teaminfo__point span{
    font-size: 32px;
  }

  .teaminfo__point .pts{
    font-size: 18px;
  }

  .teaminfo__rank{
    font-size: 18px;
  }

  .teaminfo__rank span{
    font-size: 45px;
  }

  .seasonrecord__rank.seasonrecord__rank--text{
    font-size: 30px;
  }


  /* season */
  .seasonrecord__date{
    font-size: 28px;
  }
  .seasonrecord__wday{
    font-size: 12px;
  }

  .seasonrecord__rank{
    font-size: 40px;
  }

  .seasonrecord__rank span{
    font-size: 12px;
  }
  .seasonrecord__rank span.cate{
    font-size: 22px;
  }

  .seasonrecord__point-title{
    font-size: 13px;
  }

  .seasonrecord__point{
    font-size: 28px;
  }

  .seasonrecord__pts {
    font-size: 16px;
  }
}


@media screen and (min-width:768px) and (max-width:1399px){
  .teaminfo__body{
    padding:1.8vw 2vw ;
  }

  .teaminfo__item{
    font-size: 1.4vw;
  }

  .teaminfo__point{
    font-size: 1vw;
  }

  .teaminfo__point span{
    font-size: 2.9vw;
  }

  .teaminfo__point .pts{
    font-size: 2vw;
  }

  .teaminfo__name{
    font-size: 1.8vw;
  }

  .teaminfo__rank{
    font-size: 1.4vw;
  }

  .teaminfo__rank span{
    font-size: 5vw;
  }

  .seasonrecord__rank.seasonrecord__rank--text{
    font-size: 3vw;
  }

  .seasonrecord__date{
    font-size: 2.1vw;
  }

  .seasonrecord__wday{
    font-size: 1.3vw;
  }

  .seasonrecord__rank{
    font-size: 4vw;
  }

  .seasonrecord__rank span{
    font-size: 1vw;
  }
  .seasonrecord__rank span.cate{
    font-size: 1.8vw;
  }

  .seasonrecord__point{
    font-size: 2.5vw;
  }

  .seasonrecord__point-title{
    font-size: 1.0vw;
  }

  .seasonrecord__pts {
    font-size: 1.5vw;
  }

}


@media screen and (min-width:768px) {
  .teaminfo__items{
    max-width: 775px;
    width: 100%;
    margin-inline: auto;
  }

  .teaminfo__item-top{
    display: flex;
  }

  .teaminfo__image{
    width: 50%;
  }

  .teaminfo__body{
    width: 50%;
  }

  .teaminfo__item{
    display: flex;
    width: 80%;
  }

  .teaminfo__item .title{
    width: 50%;
    padding: 0.875rem 0.3rem;
  }

  .teaminfo__item .text{
    width: 50%;
    padding: 0.875rem 1.3rem;
    text-align: left;
  }

  .teaminfo__flex{
    display: flex;
    gap: 12px;
  }

  .teaminfo__item-last{
    width: 100%;
  }

  .teaminfo__item-last .title{
    width: 27.5%;
  }

  .teaminfo__item-last .text{
    width: 84%;
    padding: 0.3125rem 1.3rem;
  }

  /* season */
  .seasonrecord{
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .seasonrecord__list{
    max-width: 1056px;
    width: 100%;
    margin-inline: auto;
  }

  .seasonrecord__info {
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    text-align: left;
    width: 70%;
    margin-right: 27px;
    padding-top: 15px;
    padding-bottom: 13px;
    padding-left: 10px;
    line-height: 1.4;
  }

  .seasonrecord__race {
    font-size: 18px;
  }

  .seasonrecord__course{
    font-size: 11px;
  }

  .seasonrecord__points {
    width: 30%;
    padding-left: 20px;
  }

  .seasonrecord__date{
    letter-spacing: 2px;
  }

  .seasonrecord__btn{
    width: 17%;
    margin-top: 45px;
  }

  .seasonrecord__btn:not(:last-child){
    margin-right: 15px;
  }

}


@media screen and (max-width: 767px) {
  .teaminfo__body{
    padding:3.7vw 2vw ;
  }

  .teaminfo__point{
    font-size: 2.4vw;
  }

  .teaminfo__point span{
    font-size: 7.8vw;
  }

  .teaminfo__point .pts{
    font-size: 5vw;
  }

  .teaminfo__name{
    font-size: 4vw;
  }

  .teaminfo__rank{
    font-size: 3vw;
  }

  .teaminfo__rank span{
    font-size: 10vw;
  }

  .seasonrecord__race {
    font-size: 3.2vw;
  }

  .seasonrecord__rank {
    font-size: 5.2vw;
  }

  .seasonrecord__rank span{
    font-size: 2.2vw;
  }
  .seasonrecord__rank span.cate{
    font-size: 3.6vw;
  }

  .seasonrecord__point-title {
    font-size: 2.6vw;
  }

  .seasonrecord__point {
    font-size: 5.3vw;
  }

  .seasonrecord__pts {
    font-size: 4.2vw;
  }

  .seasonrecord__wday{
    font-size: 2.2vw;
  }

}