:root {
  --red: #b90d15;
  --red-dark: #a70710;
  --gold: #c8a464;
  --cream: #f4f0e8;
  --ink: #111;
  --muted: #777;
  --page-width: 393px;
}

* {
  box-sizing: border-box;
}

html {
  background: #eeeeee;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0;
  line-height: 1.8;
  background: #eeeeee;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.lp {
  width: min(100%, var(--page-width));
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.08);
}

.hero {
  background: var(--red);
}

.hero img {
  width: 100%;
  height: auto;
}

.section {
  padding-right: 24px;
  padding-left: 24px;
}

.eyebrow {
  margin: 0 0 26px;
  color: var(--gold);
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 68px;
  border-radius: 999px;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 7px 11px rgba(0, 0, 0, 0.18);
}

.cta span {
  display: inline-block;
  font-size: 44px;
  font-weight: 700;
  line-height: 0.7;
  transform: translateY(-1px);
}

.cta-red {
  color: #fff;
  background: var(--red);
}

.cta-white {
  color: var(--red);
  background: #fff;
}

.about {
  padding-top: 64px;
  padding-bottom: 72px;
}

.about h1 {
  margin: 0 0 54px;
  color: var(--red);
  font-size: 31px;
  font-weight: 900;
  line-height: 1.5;
}

.copy-block {
  margin: 0 0 40px;
}

.copy-block p {
  margin: 0 0 14px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.85;
}

.copy-block strong {
  color: var(--red);
  font-weight: 900;
}

.final-copy {
  margin-top: 58px;
  margin-bottom: 48px;
}

.program {
  padding-top: 76px;
  padding-bottom: 76px;
  background: #fff;
}

.program .eyebrow {
  margin-bottom: 32px;
}

.program h2 {
  margin: 0 0 36px;
  color: var(--red);
  font-size: 35px;
  font-weight: 900;
  line-height: 1.48;
}

.program-lead {
  margin: 0 0 44px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.9;
}

.program-list {
  display: grid;
  gap: 12px;
  margin: 0;
}

.program-list div {
  display: grid;
  grid-template-columns: 84px 1fr;
  min-height: 68px;
  overflow: hidden;
  background: var(--cream);
}

.program-list dt,
.program-list dd {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: 900;
  line-height: 1.4;
}

.program-list dt {
  justify-content: center;
  color: #fff;
  font-size: 17px;
  background: var(--gold);
}

.program-list dd {
  padding: 16px 18px;
  color: var(--red);
  font-size: 18px;
}

.support {
  padding-top: 64px;
  padding-bottom: 74px;
  color: #fff;
  background: var(--red);
}

.support-intro {
  text-align: center;
}

.support-intro .eyebrow {
  margin-bottom: 20px;
}

.support-kicker {
  margin: 0 0 8px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.35;
}

.support h2 {
  margin: 0 0 26px;
  font-size: 43px;
  font-weight: 900;
  line-height: 1.1;
}

.support-intro > p:last-child {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.7;
}

.support-item {
  margin-top: 72px;
}

.support-number {
  margin: 0 0 18px;
  color: var(--gold);
  font-size: 64px;
  font-weight: 900;
  line-height: 0.9;
}

.support h3 {
  margin: 0;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.28;
}

.support-sub {
  margin: 2px 0 28px;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.3;
}

.support-item > p:not(.support-number):not(.support-sub) {
  margin: 28px 0 26px;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.9;
}

.support-item img {
  width: 100%;
}

.support-item-tight {
  margin-top: 62px;
}

.support-item-tight h3 {
  font-size: 35px;
}

.release {
  margin-top: 66px;
}

.release .maneki-logo {
  width: calc(100% + 10px);
  max-width: none;
  margin: 32px -5px 24px;
}

.small-cta {
  width: 210px;
  min-height: 54px;
  margin: 0 auto;
  font-size: 17px;
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
}

.small-cta span {
  font-size: 33px;
}

.artists {
  padding-top: 76px;
  padding-bottom: 86px;
  background: #fff;
}

.artists .eyebrow {
  margin-bottom: 34px;
}

.artists h2 {
  margin: 0;
  color: var(--red);
  font-size: 35px;
  font-weight: 900;
  line-height: 1.48;
}

.artists-lead {
  margin: 44px 0 58px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}

.artist-scroller {
  width: calc(100% + 48px);
  margin-left: -4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.artist-scroller::-webkit-scrollbar {
  display: none;
}

.artist-track {
  display: flex;
  width: max-content;
  gap: 30px;
  padding: 0 0 8px 0;
}

.artist-card {
  position: relative;
  flex: 0 0 300px;
  padding: 40px 20px 36px;
  background: var(--cream);
}

.artist-photo-frame {
  position: relative;
  height: 312px;
  margin: 0 0 36px;
}

.artist-photo-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 178px;
  height: 178px;
  background: var(--red);
}

.artist-photo-frame img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 265px;
  height: 300px;
  object-fit: cover;
  object-position: top center;
}

.artist-card h3 {
  margin: 0 0 2px;
  color: var(--red);
  font-size: 29px;
  font-weight: 900;
  line-height: 1.2;
}

.artist-role {
  margin: 0 0 28px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.5;
}

.artist-card p:not(.artist-role) {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.instagram-link {
  display: inline-flex;
  width: 29px;
  height: 29px;
  margin-top: 18px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 32% 102%, #feda75 0 20%, transparent 21%),
    radial-gradient(circle at 20% 96%, #fa7e1e 0 26%, transparent 27%),
    radial-gradient(circle at 72% 8%, #4f5bd5 0 24%, transparent 25%),
    linear-gradient(135deg, #d62976, #962fbf 52%, #4f5bd5);
}

.instagram-link span {
  position: relative;
  width: 17px;
  height: 17px;
  border: 2px solid #fff;
  border-radius: 5px;
}

.instagram-link span::before {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 5px;
  height: 5px;
  content: "";
  border: 2px solid #fff;
  border-radius: 50%;
}

.instagram-link span::after {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 3px;
  height: 3px;
  content: "";
  background: #fff;
  border-radius: 50%;
}

.artist-card-secondary .artist-photo-frame img {
  object-position: 56% 10%;
}

.entry {
  padding-top: 64px;
  padding-bottom: 62px;
  color: #fff;
  background-color: var(--red);
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 40px 40px;
}

.entry-icon {
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
}

.entry-icon svg {
  width: 76px;
  height: 76px;
  color: #fff;
}

.entry .eyebrow {
  margin-bottom: 18px;
}

.entry h2 {
  margin: 0 0 34px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.33;
}

.entry-lead {
  margin: 0 0 40px;
  font-size: 19px;
  font-weight: 800;
  line-height: 1.9;
}

.entry-box {
  margin-bottom: 34px;
  color: #111;
  background: #fff;
}

.entry-box h3 {
  margin: 0;
  padding: 13px 16px 12px;
  color: #fff;
  font-size: 25px;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
  background: var(--gold);
}

.entry-box ul {
  margin: 0;
  padding: 24px 22px 24px 34px;
}

.entry-box li {
  margin: 0 0 14px;
  padding-left: 3px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.9;
}

.entry-box li:last-child {
  margin-bottom: 0;
}

.entry-box span {
  font-size: 14px;
  font-weight: 700;
}

.entry-cta {
  margin-top: 10px;
}

.footer {
  padding: 98px 24px 82px;
  text-align: center;
  background: #fff;
}

.footer img {
  width: 150px;
  margin: 0 auto 74px;
}

.footer nav {
  display: grid;
  gap: 24px;
  margin-bottom: 76px;
}

.footer a {
  font-size: 17px;
  font-weight: 700;
}

.copyright {
  margin: 0;
  padding-top: 30px;
  color: #b7b7b7;
  font-size: 18px;
  line-height: 1.4;
  border-top: 1px solid #e0e0e0;
}

@media (max-width: 392px) {
  .section {
    padding-right: 22px;
    padding-left: 22px;
  }

  .about h1,
  .program h2,
  .artists h2 {
    font-size: 30px;
  }

  .support h2 {
    font-size: 41px;
  }

  .support h3 {
    font-size: 34px;
  }

  .entry h2 {
    font-size: 38px;
  }
}
