@charset "UTF-8"; 
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.layout-content {
  background: #f4f5f7;
}

.layout-main {
  background: #f4f5f7;
}

@media screen and (max-width: 767px) {
  .layout-second {
    max-width: 1400px;
    margin: auto;
  }
}

@media screen and (min-width: 768px) {
  .layout-second {
    padding: 0;
    margin: 0;
  }
}

.layout-main-inner {
  background: #f4f5f7;
}

.players-list .detail-wrap {
  background: #f4f5f7;
  color: #000;
  padding: 8px 2px;
}

.players-list li:nth-child(2n) .detail-wrap {
  background: #f4f5f7;
  color: #000;
  padding: 8px 2px;
}

@media screen and (max-width: 767px) {
  .players-list .detail-wrap {
    height: 60px;
  }
}

.players-list li:nth-child(2n) .detail-wrap {
  .players-list .detail-wrap {
    height: 60px;
  }
}

.players-list .detail-wrap .num{
  margin-right: 12px;
}

.players-list .detail-wrap .num p{
  font-size: calc(42px + 50 * (100vw - 390px)/1402);
  line-height: 0.8;
  font-family: "alternate-gothic-atf", sans-serif;
  font-weight: 600;
}

.players-list .detail-wrap .detail .name.ja {
  display: none;
}

.players-list .detail-wrap .detail .name.en{
  font-size: calc(22px + 26 * (100vw - 390px)/1402);
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 2px;
  line-height: 1;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.players-list .detail-wrap .detail .position{
  font-size: calc(12px + 15 * (100vw - 390px)/1402);
  margin: 0;
  line-height: 1;
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 600;
}

@media screen and(max-width: 767px) {
  .players-list .detail-wrap .detail .name.en{
  font-size: 22px; 
}

  .players-list .detail-wrap .detail .position{
  font-size: 12px;
    }
}

.players-list .bar {
  display: none;
}

.roster-pages {
    background: #f4f5f7;
}

.players-list li {
    box-sizing: border-box;
    border: 4px solid #f4f5f7;
}

.thumb{
  filter: brightness(120%);
}
/*# sourceMappingURL=altiri-players-visual.css.map */