html,
* {
  cursor: auto !important;
}

.subpage {
  min-height: 100vh;
  padding: 140px 60px 80px;
}

.subpage-inner {
  max-width: 800px;
  margin: 0 auto;
}

.subpage-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 5vw, 52px);
  font-style: italic;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 12px;
}

.subpage-title-ja {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  opacity: 0.4;
  margin-bottom: 60px;
}

.subpage-section {
  margin-bottom: 48px;
  padding-bottom: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.subpage-section h2 {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--color-accent-1);
  margin-bottom: 20px;
}

.subpage-section p {
  font-family: var(--font-ja);
  font-size: 14px;
  line-height: 2;
  opacity: 0.8;
  margin-bottom: 12px;
}

.subpage-section ul {
  list-style: none;
  padding: 0;
}

.subpage-section ul li {
  font-family: var(--font-ja);
  font-size: 14px;
  line-height: 2;
  opacity: 0.8;
  padding-left: 1em;
  position: relative;
}

.subpage-section ul li::before {
  content: '—';
  position: absolute;
  left: 0;
  opacity: 0.4;
}

.subpage-table {
  width: 100%;
  border-collapse: collapse;
}

.subpage-table th,
.subpage-table td {
  font-family: var(--font-ja);
  font-size: 14px;
  line-height: 2;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  vertical-align: top;
  text-align: left;
}

.subpage-table th {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.1em;
  opacity: 0.4;
  width: 200px;
  white-space: nowrap;
}

.subpage-table td {
  opacity: 0.8;
}

.subpage-back {
  display: inline-block;
  margin-top: 40px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.15em;
  color: var(--color-text);
  opacity: 0.5;
  text-decoration: none;
  transition: opacity 0.3s;
}

.subpage-back:hover {
  opacity: 1;
}

.thanks-inner {
  text-align: center;
  padding-top: 60px;
}

.thanks-label {
  font-family: var(--font-mono);
  font-size: 15px;
  letter-spacing: 0.4em;
  color: var(--color-accent-1);
  opacity: 0.7;
  margin-bottom: 20px;
}

.thanks-message {
  font-size: 15px;
  line-height: 2.2;
  opacity: 0.7;
  margin-top: 24px;
  margin-bottom: 16px;
}