.staff-page {
  padding-top: calc(12% + 60px);
  padding-bottom: 60px;
  min-height: 100vh;
  text-align: center;
  overflow-y: auto;
  color: #222;
}

.staff-page .page-title {
  font-size: 28px;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
  color: #222;
}

.staff-section,
.cast-section {
  margin-bottom: 40px;
}

.staff-section h2,
.cast-section h2 {
  font-size: 20px;
  margin-bottom: 16px;
  letter-spacing: 0.12em;
}

.staff-section ul,
.cast-section ul {
  list-style: none;
  padding: 0;
}

.staff-section li,
.cast-section li {
  font-size: 16px;
  margin-bottom: 12px;
}

.cast-section a {
  color: #444;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}

.cast-section a:hover {
  border-bottom-color: rgba(0,0,0,0.7);
}

/* レスポンシブ */
@media (max-width: 900px) {
  .staff-page {
    padding: calc(12% + 60px) 4% 60px;
  }

  .staff-section li,
  .cast-section li {
    font-size: 14px;
  }
}
