.tokuten-link-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.tokuten-link-label {
  font-size: 18px;
  font-weight: 600;
}

#cast .cast-icon {
  z-index: 3;
}

@media screen and (max-width: 1024px) {
  .tokuten-link-label {
    font-size: 2.083vw;
  }
  .tokuten-link-wrap {
    justify-content: space-between;
  }
  .tokuten-link-wrap .tokuten-btn-box .button {
    max-width: 240px;
    width: 100%;
  }
}
