* {
  box-sizing: border-box;
}

html {
  font-size: 12px;
}

body {
  margin: 0;
  background: #fff;
  color: #111;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.7;
}

.wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  gap: 18px;
}

.symbol {
  max-width: 820px;
  width: 100%;
  display: flex;
  justify-content: center;
  opacity: 0.9;
}

.symbol img {
  max-width: 320px;
  width: 60%;
  height: auto;
  display: block;
}

.cups {
  max-width: 820px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}

.cups a {
  display: block;
  width: 48%;
}

.cups img {
  width: 100%;
  height: auto;
  display: block;
}

.lines {
  text-align: center;
  margin-top: 6px;
}

.lines .en {
  font-size: 1rem;
  line-height: 1.6;
}

.lines .jp {
  font-size: 0.75rem;
  line-height: 1.6;
  margin-top: 0.3rem;
}

.page {
  max-width: 720px;
  width: 100%;
  padding: 80px 20px;
}

.page p {
  margin: 0 0 1.6em 0;
}

.page a {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,0.2);
}

.page a:hover {
  border-bottom-color: rgba(0,0,0,0.6);
}

.top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
}

.top a {
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 0.92rem;
}

h1 {
  font-size: 1.15rem;
  margin: 0 0 18px 0;
  font-weight: 500;
}

h2 {
  font-size: 1rem;
  margin-top: 3rem;
  margin-bottom: 0.75rem;
  font-weight: 500;
}

.small {
  opacity: 0.7;
  font-size: 0.92rem;
  margin-top: 22px;
}

.spacer {
  height: 42px;
}

.row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}

.marks a {
  display: inline-block;
  margin-left: 10px;
  border-bottom: none;
}