.myoshi {
  width: 100%;
  aspect-ratio: 1125 / 2190;
  background-image: url("../img/myoshi/background.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #f6f6f6;

  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 2.6rem 1.6rem;
}

.myoshi__title {
  margin-top: 1.2rem;
  width: 34.4rem;
  max-width: 100%;
  height: auto;
}

.myoshi__description {
  margin-top: 2rem;
  color: #3d1a16;
  text-align: center;

  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  -webkit-text-stroke: 3px white;
  text-stroke: 3px white;
  paint-order: stroke;
}

.myoshi__screens {
  margin-top: 2rem;
  width: 20rem;
  height: auto;
}

.myoshi__team-select {
  width: 100%;

  p {
    margin: 2.8rem 0 1.6rem 0;
    background-color: #000;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: "Noto Sans JP";
    font-size: 1.6rem;
    font-weight: 700;
  }
}

.myoshi__button-wrapper {
  display: flex;
  gap: 2rem;
}

.myoshi__button {
  flex: 1;
  display: flex;
  height: 5.5rem;
  padding: 0.6rem 0.8rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  align-self: stretch;
  border-radius: 0.5rem;
  border: 1px solid #000;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);

  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7rem; /* 121.429% */
  letter-spacing: -0.098rem;
}

.myoshi__button--reysol {
  background: linear-gradient(90deg, #dbc311 0%, #f5ef4f 49%, #dbc311 100%);
  color: #000;
}

.myoshi__button--jefunited {
  background: linear-gradient(90deg, #007b35 11.54%, #00a34b 50%, #007b35 100%);
  color: #fff;
}

.myoshi__note {
  color: #ff0400;
  -webkit-text-stroke: 2px white;
  text-stroke: 2px white;
  paint-order: stroke;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1.5rem;
}
