.game-title {
  width: 100%;
  margin: 0 0 0.6em;
  text-align: center;
  color: #fff;
  font-size: 38px;
  font-weight: 900;
  line-height: 1;
}

.game-title > span {
  font-size: 0.75em;
}

.guest-btn-box {
  position: relative;
  width: 240px;
  margin: 0 auto 5rem;
}

.guest-button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 20px;
  text-decoration: none;
  border-radius: 200px;
  background-position: center right 6%;
  background-size: 4% auto;
  background-repeat: no-repeat;
  background-color: #fff;
  transition: all 0.2s;
}

.guest-button a::before {
  content: "";
  display: block;
  padding-top: 22%;
}

.player-outer {
  width: 100%;
  padding: 4rem 3rem;
}

.guest-h {
  width: 100%;
  margin: 0 0 3rem;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 0.02em;
  vertical-align: middle;
  line-height: 0.8;
}

.guest-h > span {
  font-size: 0.5em;
}

.player-frame {
  width: 100%;
  padding: 2rem;
  margin: 0 auto 2rem;
  border-radius: 15px;
  background-color: #fff;
}

.player-frame:last-child {
  margin: 0 auto 2rem;
}

.player {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.player-item {
  width: 23%;
}

.player-item p {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: 900;
}

.player-item p.player-name {
  font-size: 14px;
  font-weight: 600;
}

.player-item img {
  width: 100%;
  border-radius: 10px;
}

.guest-online-label {
  margin-top: 12px;
  color: #000;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.guest-outer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.guest-inner {
  width: 31%;
  margin: 2rem 3.2% 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.guest-inner:nth-child(3n) {
  margin: 2rem 0 0 0;
}

.guest-item {
  width: 30%;
  margin: 0 5% 0 0;
}

.guest-item img {
  width: 100%;
}

.guest-item:nth-child(3n) {
  margin: 0;
}

.winning {
  justify-content: center;
}

.bs-1 {
  background-color: #E74948;
  border: #E74948 solid 2px;
  box-shadow: #E74948 3px 3px 0;
}

.bs-2 {
  background-color: #B51747;
  border: #B51747 solid 2px;
  box-shadow: #B51747 3px 3px 0;
}

.bs-3 {
  background-color: #7EBCC5;
  border: #7EBCC5 solid 2px;
  box-shadow: #7EBCC5 3px 3px 0;
}

.guest-item p.guest-name {
  padding: 0.3em 0 0;
  text-align: center;
  color: #000;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (min-width: 1px) and (max-width: 743px) {
  .game-title {
    font-size: 24px;
  }

  .guest-btn-box {
    width: 60%;
    margin: 0 auto 2rem;
  }

  .guest-button a {
    font-size: 18px;
  }

  .player-outer {
    width: 100%;
    padding: 1.5rem 1.5rem;
  }

  .guest-h {
    margin: 0 0 2rem;;
    font-size: 26px;
  }

  .guest-h > span {
    font-size: 0.65em;
  }

  .player-frame {
    padding: 1.5rem;
    margin: 0 auto 2rem;
    border-radius: 12px;
  }

  .player-frame:last-child {
    margin: 0 auto;
  }

  .player-item {
    width: 31%;
  }

  .player-item:first-child {
    width: 100%;
    margin: 0 0 2rem;
    text-align: center;
  }

  .player-item:first-child img {
    width: 50%;
  }

  .player-item p {
    font-size: 16px;
  }

  .player-item p.player-name {
    font-size: 10px;
    font-weight: 600;
  }

  .player-item img {
    border-radius: 8px;
  }

  .guest-online-label {
    font-size: 14px;
  }

  .guest-outer {
    width: 90%;
    margin: 0 auto;
  }

  .guest-inner {
    width: 100%;
    margin: 1rem 0 0 0;
  }

  .guest-inner:nth-child(3n) {
    margin: 1rem 0 0 0;
  }

  .bs-1 {
    border: #B51747 solid 1px;
    box-shadow: #B51747 2px 2px 0;
  }

  .bs-2 {
    border: #E74948 solid 1px;
    box-shadow: #E74948 2px 2px 0;
  }

  .bs-3 {
    border: #7EBCC5 solid 1px;
    box-shadow: #7EBCC5 2px 2px 0;
  }

  .guest-item p.guest-name {
    font-size: 10px;
  }
}

@media screen and (min-width: 744px) and (max-width: 1024px) {
  .game-title {
    font-size: 3.91vw;
  }

  .guest-btn-box {
    width: 30%;
    /* そのまま */
  }

  .guest-button a {
    font-size: 2.34vw;
  }

  .guest-h {
    font-size: 6.51vw;
  }

  .player-item p {
    font-size: 2.34vw;
  }

  .player-item p.player-name {
    font-size: 1.82vw;
  }

  .guest-item p.guest-name {
    font-size: 1.30vw;
  }
}

@media screen and (min-width: 1025px) {
  .guest-button a.c-3.btn-rd:hover {
    color: #fff !important;
    background-image: url(../img/common/arrow-wt.png);
    background-color: #FF4366;
    border: #fff solid 2px;
  }
}

@media screen and (min-width: 744px) {
  .player-item.team-logo {
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}