/*OPACITY*/
/*TRANSITION*/
/*TRANSFORM*/
/*FLEXBOX*/
/*BORDER RADIUS*/
/*BOX SHADOW*/
/*BOX SIZING*/
/*FILTER*/
/* BREAKPOINT */
/* CUSTOM VARIABLE */
/* BASE VARIABLE */
/* FONT-FAMILY */
/* FONT SIZE */
@import url("https://fonts.googleapis.com/css2?family=Sriracha&display=swap");
main.player-staff .firstRow {
  padding: 3.5rem 0 0;
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow {
    padding: 2.5rem 0 0;
  }
}

main.player-staff .firstRow .inner .list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 3%;
}

@media screen and (max-width: 1199px) {
  main.player-staff .firstRow .inner .list {
    gap: 5%;
  }
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow .inner .list {
    gap: 0;
    padding: 0 1rem;
  }
}

main.player-staff .firstRow .inner .list .player {
  width: 31.333%;
  position: relative;
  margin-bottom: 3%;
  cursor: pointer;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media screen and (max-width: 1199px) {
  main.player-staff .firstRow .inner .list .player {
    width: 47.5%;
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow .inner .list .player {
    width: 100%;
    margin-bottom: 2rem;
  }
}

main.player-staff .firstRow .inner .list .player:hover .img img {
  transform: scale(1.05);
}

main.player-staff .firstRow .inner .list .player .img {
  overflow: hidden;
  position: relative;
}

main.player-staff .firstRow .inner .list .player .img img {
  width: 100%;
  transition: all 0.3s ease;
  transform: scale(1);
}

main.player-staff .firstRow .inner .list .player .img span {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #ef8200;
  color: #FFF;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 2px;
  font-weight: bold;
}

@media screen and (max-width: 1199px) {
  main.player-staff .firstRow .inner .list .player .img span {
    width: 50px;
    height: 50px;
    font-size: 18px;
  }
}

main.player-staff .firstRow .inner .list .player .info {
  padding: 1rem;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .list .player .info {
    padding: 1.5rem;
  }
}

main.player-staff .firstRow .inner .list .player .info .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.5rem;
}

main.player-staff .firstRow .inner .list .player .info .head .left {
  font-weight: bold;
}

main.player-staff .firstRow .inner .list .player .info .head .left p {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .list .player .info .head .left p {
    font-size: 2rem;
  }
}

main.player-staff .firstRow .inner .list .player .info .head .left span {
  color: #bdbdbd;
}

main.player-staff .firstRow .inner .list .player .info .head .number {
  text-align: right;
}

main.player-staff .firstRow .inner .list .player .info .head .number span {
  font-weight: bold;
  font-family: "Sriracha", cursive;
  font-size: 2.5rem;
  color: #124B7B;
  line-height: 1;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .list .player .info .head .number span {
    font-size: 3rem;
  }
}

main.player-staff .firstRow .inner .list .player .info table {
  padding: 1rem;
  width: 100%;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow .inner .list .player .info table {
    font-size: 15px;
  }
}

main.player-staff .firstRow .inner .list .player .info table tr th {
  width: 120px;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .list .player .info table tr th {
    width: 150px;
  }
}

@media screen and (max-width: 1199px) {
  main.player-staff .firstRow .inner .list .player .info table tr th {
    width: 140px;
  }
}

@media screen and (max-width: 991px) {
  main.player-staff .firstRow .inner .list .player .info table tr th {
    width: 120px;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog {
  max-width: 800px;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .modal .modal-dialog {
    max-width: 1200px;
  }
}

@media screen and (max-width: 991px) {
  main.player-staff .firstRow .inner .modal .modal-dialog {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow .inner .modal .modal-dialog {
    max-width: 100%;
  }
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body {
    padding: 2rem;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
  padding-right: 2.5rem;
  padding-bottom: 1rem;
  position: relative;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head {
    padding-bottom: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head {
    padding: 0;
    padding-bottom: 1rem;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .btn-close {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .btn-close {
    right: -1rem;
    top: -1rem;
  }
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .btn-close {
    right: -0.5rem;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .left .number {
  padding-right: 1rem;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .left .number {
    padding-right: 1.5rem;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .left .number span {
  font-weight: bold;
  font-family: "Sriracha", cursive;
  font-size: 3rem;
  color: #124B7B;
  line-height: 1;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .left .number span {
    font-size: 3.5rem;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .left .name {
  font-weight: bold;
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .left .name p {
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .left .name p {
    font-size: 2rem;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .left .name span {
  color: #bdbdbd;
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .position {
  width: 50px;
  height: 50px;
  background-color: #ef8200;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .position {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .position {
    margin-right: 1.5rem;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .position span {
  font-size: 1.5rem;
  font-weight: bold;
  top: 2px;
  position: relative;
  letter-spacing: 2px;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .head .position span {
    font-size: 1.75rem;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox {
  display: flex;
  justify-content: flex-start;
  padding: 0 1rem;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox {
    padding: 0 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox {
    flex-direction: column;
    padding: 0;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .photo {
  width: 200px;
  padding-top: 0;
  margin-right: 2rem;
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .photo.big {
  width: 300px;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .photo {
    width: 250px;
    margin-right: 2.5rem;
  }
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .photo.big {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .photo.big {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .photo img.pc {
    display: none;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .photo img.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .photo img.sp {
    display: block;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .table-wrapper {
  flex: 1;
  max-height: 400px;
  overflow: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .table-wrapper {
    max-height: 300px;
    font-size: 15px;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .table-wrapper .table tr {
  border-bottom: 1px solid #cdcdcd;
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .table-wrapper .table tr th {
  width: 130px;
  background-color: #EEE;
  text-align: center;
}

@media screen and (min-width: 1599px) {
  main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .table-wrapper .table tr th {
    width: 180px;
  }
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .table-wrapper .table tr td ul {
  padding-left: 20px;
  display: block;
}

main.player-staff .firstRow .inner .modal .modal-dialog .modal-body .flexBox .table-wrapper .table tr td ul li {
  list-style-type: disc;
  width: 100%;
  margin-bottom: 0;
}

/*# sourceMappingURL=player.css.map */