.hero-section {
  width: 100vw;
  height: 174vw;
  background-image: url('../img/hero-section-sp-bg.png');
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.header {
  width: 100%;
  height: 8vw;
  background-color: white;
  display: flex;
  align-items: center;
}

.header-logos {
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-left: 2vw;
  height: 65%;
}

.logo-company,
.logo-anniversary {
  height: 100%;
  width: auto;
  object-fit: contain;
}

.subtitle-container {
  display: flex;
  justify-content: center;
  margin-top: 6vw;
  position: relative;
  z-index: 2;
}

.subtitle {
  width: 60vw;
  height: 8vw;
  background-color: white;
  border-radius: 9999px;
  box-shadow:
    0 0 0 0.5vw #EA5E72,
    0 0 0 0.9vw #212121;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: 700;
  font-size: 4vw;
  color: #212121;
}

.title-container {
  display: flex;
  justify-content: center;
  margin-top: -3vw;
  position: relative;
  z-index: 1;
}

.title-image {
  width: 95vw;
  height: auto;
}

.game-icon {
  position: absolute;
  width: 14vw;
  height: auto;
  object-fit: contain;
}

.game-icon-left-1 {
  left: 5%;
  top: 130%;
}

.game-icon-left-2 {
  left: 20%;
  top: 169%;
}

.game-icon-left-3 {
  left: 9%;
  top: 216%;
}

.game-icon-right-1 {
  right: 5%;
  top: 130%;
}

.game-icon-right-2 {
  right: 16%;
  top: 169%;
}

.game-icon-right-3 {
  right: 9%;
  top: 216%;
}

.badges-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6.8vw;
  position: relative;
}

.badges-right-column {
  display: flex;
  justify-content: center;
  width: 40vw;
  margin-bottom: 5.6vw;
}

.badges-left-column {
  display: flex;
  gap: 1.3vw;
  justify-content: center;
  width: 94vw;
}

.lady-image {
  width: 100%;
  height: auto;
}

.badge-item {
  position: relative;
}

.badge-image {
  width: 31vw;
  height: auto;
  display: block;
}

.badge-text {
  position: absolute;
  top: 58%;
  left: 48%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Zen Maru Gothic', sans-serif;
  color: #212121;
  line-height: 3.0vw;
  white-space: nowrap;
}

.badge-line {
  font-size: 2.9vw;
  margin-bottom: 0.7vw;
  font-weight: 500;
}

.badge-line:last-child {
  margin-bottom: 0;
}

.badge-emphasis {
  font-size: 3.9vw;
  font-weight: 700;
}

.badge-pink {
  color: #EA5E71;
}

.badge-orange {
  color: #F59A2F;
}

.badge-green {
  color: #50AB9E;
}

.line-image-pc {
  display: none;
}

.line-image-sp {
  position: absolute;
  width: 92vw;
  height: auto;
  bottom: 43%;
  left: 50%;
  transform: translateX(-50%);
}
