/* 特典② -  */
#bonusSecond {
  background-image: url(../img/bonus-second/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 5rem 1.6rem;
  overflow: hidden;
  align-items: center;
  gap: 5rem;
}

/* ヘッダー */
.bonus-second__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  width: 100%;
  z-index: 1;
}

.bonus-second__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.4rem;
}

.bonus-second__badge-main {
  background: #fe0000;
  padding: 0.4rem 1.6rem 0.6rem;
  border-radius: 0.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: white;
  text-align: center;
  letter-spacing: -0.084rem;
  margin-bottom: -0.4rem;
}

.bonus-second__badge-arrow {
  width: 2.1rem;
  height: 1.4rem;
  transform: rotate(0deg);
  margin-bottom: -0.4rem;
}

.bonus-second__label {
  border: 1px solid white;
  border-radius: 1.6rem;
  padding: 0.4rem 0.6rem 0.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: white;
  text-align: center;
  letter-spacing: -0.11rem;
}

.bonus-second__title-wrapper {
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.24rem;
  margin: 0 0 2rem;
  rotate: -2deg;
}

.bonus-second__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 3.6rem;
  font-weight: 800;
  color: white;
}

.bonus-second__title img {
  width: 95%;
  height: auto;
}

.bonus-second__title-gold {
  background: linear-gradient(23deg, #E5B94A 2.79%, #F0D475 24.14%, #F9E895 40.14%, #F7CB5C 82.83%, #E5A14E 121.95%, #E5B94A 180.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* コンテンツ */
.bonus-second__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.4rem;
  width: 100%;
  position: relative;
  z-index: 1;
}

.bonus-second__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: white;
  line-height: 1.7;
  text-align: left;
  margin-top: 1rem;
  width: 34.3rem;
  max-width: 100%;
}

/* カード */
.bonus-second__cards {
  gap: 1.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bonus-second__card {
  width: 100%;
}

/* ボタン */
.bonus-second__buttons {
  width: 100%;
}

.bonus-second__button {
  width: 100%;
  background-color: #FF0000;
  border: none;
  border-radius: 0.5rem;
  padding: 1.2rem 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  color: white;
  text-align: center;
}

.bonus-second__button:hover {
  opacity: 0.9;
}

.bonus-second__button:disabled {
  cursor: not-allowed;
}

.bonus-second__button:disabled:hover {
  opacity: 1;
}
