:root {
  --black: #050505;
  --white: #fffdf7;
  --blue: #0047ff;
  --red: #f03212;
  --lime: #eaff00;
  --pink: #ff4ab7;
  --text: #080808;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  font-family: "Noto Sans JP", sans-serif;
  background: var(--white);
  letter-spacing: 0;
}

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

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

.site {
  width: min(100%, 1440px);
  margin: 0 auto;
  overflow: hidden;
  background: var(--white);
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 50%;
  display: grid;
  grid-template-columns: 350px 1fr 215px 110px;
  align-items: center;
  width: min(100%, 1440px);
  min-height: 112px;
  color: #fff;
  background: #050505;
  transform: translateX(-50%);
  transition: min-height 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  min-height: 82px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.24);
}

.logo {
  padding-left: 52px;
}

.logo img,
.footer-logo img {
  width: 220px;
}

.global-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(38px, 4vw, 72px);
  font-family: "Anton", sans-serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.global-nav a {
  position: relative;
}

.global-nav a::after {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 3px;
  background: var(--lime);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
  content: "";
}

.global-nav a:hover::after {
  transform: scaleX(1);
}

.contact-head {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 14px;
  color: #030303;
  background: var(--lime);
  font-family: "Anton", sans-serif;
  font-size: 15px;
  letter-spacing: 1px;
}

.contact-head span,
.section-lead a i,
.works-copy a i,
.about a i,
.contact a i {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 1px;
  background: currentColor;
}

.contact-head span::after,
.section-lead a i::after,
.works-copy a i::after,
.about a i::after,
.contact a i::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  content: "";
}

.menu-button {
  display: none;
  place-content: center;
  gap: 8px;
  align-self: stretch;
  border: 0;
  color: #fff;
  background: #0b0b0b;
}

.menu-button span {
  display: block;
  width: 34px;
  height: 3px;
  background: currentColor;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.menu-button.is-open span:nth-child(1) {
  transform: translateY(11px) rotate(35deg);
}

.menu-button.is-open span:nth-child(2) {
  opacity: 0;
}

.menu-button.is-open span:nth-child(3) {
  transform: translateY(-11px) rotate(-35deg);
}

.hero {
  position: relative;
  min-height: 820px;
  padding: 160px 88px 58px;
  color: #fff;
  background: var(--white);
}

.hero-bg {
  position: absolute;
  inset: 112px 0 0;
  overflow: hidden;
}

.blue-shape {
  position: absolute;
  left: -6vw;
  top: 4px;
  width: 63vw;
  height: 650px;
  background: var(--blue);
  clip-path: polygon(0 0, 80% 0, 100% 95%, 5% 82%);
}

.red-shape {
  position: absolute;
  right: 8vw;
  top: 0;
  width: 48vw;
  height: 610px;
  background: var(--red);
  clip-path: polygon(6% 0, 100% 0, 88% 80%, 15% 96%);
}

.white-scratch {
  position: absolute;
  height: 12px;
  background: #fff;
  transform: rotate(9deg);
  opacity: 0.9;
}

.scratch-a {
  top: 170px;
  left: 330px;
  width: 460px;
}

.scratch-b {
  top: 520px;
  left: 120px;
  width: 580px;
  transform: rotate(-3deg);
  box-shadow: 0 18px 0 rgba(255, 255, 255, 0.7), 0 34px 0 rgba(255, 255, 255, 0.5);
}

.pink-line {
  position: absolute;
  right: -40px;
  top: 410px;
  width: 280px;
  height: 12px;
  background: var(--pink);
  transform: rotate(-18deg);
  box-shadow: 30px 36px 0 var(--pink);
}

.lime-line {
  position: absolute;
  right: 360px;
  top: 550px;
  width: 190px;
  height: 22px;
  background: var(--lime);
  transform: rotate(-35deg);
}

.dot-pattern {
  position: absolute;
  right: 15px;
  top: 112px;
  width: 170px;
  height: 250px;
  background-image: radial-gradient(#fff 2px, transparent 3px);
  background-size: 18px 18px;
  opacity: 0.85;
}

.hero-copy {
  position: relative;
  z-index: 4;
  width: min(52vw, 690px);
}

.hero-copy h1 {
  margin: 0 0 26px;
  font-size: clamp(70px, 8vw, 128px);
  font-weight: 900;
  line-height: 1.15;
  text-shadow: 8px 8px 0 rgba(0, 0, 0, 0.08);
}

.en-copy {
  margin: 0 0 14px 42px;
  font-size: clamp(24px, 2.5vw, 38px);
  font-weight: 900;
  line-height: 1.1;
}

.lead {
  display: grid;
  gap: 6px;
  margin: 0 0 0 36px;
  font-size: 15px;
  font-weight: 900;
  transform: rotate(-4deg);
}

.lead span {
  width: fit-content;
  padding: 6px 12px;
  background: #050505;
}

.hero-person {
  position: absolute;
  z-index: 5;
  right: 185px;
  top: 150px;
  width: 520px;
  height: 565px;
}

.figure {
  position: absolute;
  inset: 0;
  filter: grayscale(1) contrast(1.15);
}

.head {
  position: absolute;
  left: 210px;
  top: 14px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #151515;
}

.head::after {
  position: absolute;
  right: -18px;
  top: 28px;
  width: 24px;
  height: 34px;
  border-radius: 50%;
  background: #111;
  content: "";
}

.torso {
  position: absolute;
  left: 142px;
  top: 78px;
  width: 210px;
  height: 188px;
  border-radius: 45px 64px 44px 70px;
  background: linear-gradient(135deg, #eeeeee, #b9b9b9);
  transform: rotate(22deg);
}

.arm,
.leg,
.shoe {
  position: absolute;
  display: block;
  border-radius: 48px;
}

.arm-left {
  left: 92px;
  top: 175px;
  width: 190px;
  height: 46px;
  background: #dcdcdc;
  transform: rotate(-28deg);
}

.arm-right {
  right: 0;
  top: 105px;
  width: 190px;
  height: 42px;
  background: #d5d5d5;
  transform: rotate(26deg);
}

.leg-left {
  left: 105px;
  top: 286px;
  width: 98px;
  height: 250px;
  background: #111;
  transform: rotate(48deg);
}

.leg-right {
  left: 275px;
  top: 240px;
  width: 100px;
  height: 265px;
  background: #171717;
  transform: rotate(-28deg);
}

.shoe-left {
  left: 20px;
  bottom: 18px;
  width: 170px;
  height: 62px;
  background: #efefef;
  transform: rotate(20deg);
  box-shadow: inset 0 -14px 0 #111;
}

.shoe-right {
  right: 86px;
  bottom: 10px;
  width: 154px;
  height: 58px;
  background: #efefef;
  transform: rotate(38deg);
  box-shadow: inset 0 -14px 0 #111;
}

.wow-badge {
  position: absolute;
  right: 60px;
  top: 138px;
  display: grid;
  place-items: center;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  color: #fff;
  background: #111;
  font-family: "Anton", sans-serif;
  font-size: 38px;
  line-height: 0.9;
  text-align: center;
  transform: rotate(-12deg);
}

.wow-badge strong {
  color: var(--lime);
  font-size: 52px;
}

.scroll-badge {
  position: absolute;
  z-index: 6;
  right: 88px;
  bottom: 95px;
  display: grid;
  place-items: center;
  width: 72px;
  height: 92px;
  color: #050505;
  background: var(--lime);
  font-family: "Anton", sans-serif;
  font-size: 16px;
  clip-path: polygon(0 0, 100% 0, 100% 74%, 50% 100%, 0 74%);
}

.scroll-badge::after {
  display: block;
  font-size: 28px;
  content: "↓";
}

.services {
  position: relative;
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 52px;
  padding: 62px 90px 82px;
}

.section-lead p,
.works-copy p,
.about p,
.contact p {
  margin: 0 0 8px;
  color: var(--red);
  font-family: "Anton", sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
}

.section-lead h2,
.works-copy h2,
.contact h2 {
  margin: 0 0 24px;
  font-family: "Anton", sans-serif;
  font-size: clamp(56px, 6vw, 86px);
  line-height: 0.95;
  letter-spacing: 1px;
}

.section-lead span,
.works-copy span,
.about span,
.contact span {
  display: block;
  margin-bottom: 28px;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.8;
}

.section-lead a,
.works-copy a,
.about a,
.contact a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
  font-weight: 900;
}

.service-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 38px;
}

.service-card {
  min-width: 0;
}

.service-card > div {
  display: grid;
  place-items: center;
  height: 145px;
  margin-bottom: 18px;
}

.service-card h3 {
  margin: 0 0 4px;
  font-family: "Anton", sans-serif;
  font-size: 25px;
}

.service-card p {
  margin: 0;
  font-size: 12px;
  font-weight: 900;
}

.blue > div { background: var(--blue); }
.yellow > div { background: var(--lime); }
.pink > div { background: var(--pink); }
.red > div { background: var(--red); }

.icon {
  position: relative;
  width: 72px;
  height: 72px;
}

.web::before {
  position: absolute;
  inset: 10px 4px 18px;
  border: 8px solid #050505;
  border-radius: 4px;
  background: #fff;
  content: "";
}

.web::after {
  position: absolute;
  left: 20px;
  top: 33px;
  width: 44px;
  height: 24px;
  border-left: 7px solid #050505;
  border-top: 7px solid #050505;
  transform: skewX(-30deg);
  content: "";
}

.code::before,
.code::after {
  position: absolute;
  top: 20px;
  width: 26px;
  height: 26px;
  border-top: 8px solid #050505;
  border-left: 8px solid #050505;
  content: "";
}

.code::before {
  left: 4px;
  transform: rotate(-45deg);
}

.code::after {
  right: 4px;
  transform: rotate(135deg);
}

.megaphone::before {
  position: absolute;
  left: 8px;
  top: 24px;
  width: 58px;
  height: 34px;
  background: #fff;
  clip-path: polygon(0 30%, 72% 0, 100% 0, 100% 100%, 72% 100%, 0 70%);
  content: "";
}

.megaphone::after {
  position: absolute;
  left: 8px;
  top: 42px;
  width: 24px;
  height: 32px;
  border-radius: 0 0 8px 8px;
  background: #050505;
  transform: rotate(-18deg);
  content: "";
}

.graph::before {
  position: absolute;
  left: 10px;
  bottom: 8px;
  width: 12px;
  height: 26px;
  background: #050505;
  box-shadow: 24px -16px 0 #050505, 48px -38px 0 #050505;
  content: "";
}

.zigzag,
.triangle,
.burst {
  position: absolute;
  display: block;
}

.zigzag {
  left: 270px;
  bottom: 28px;
  width: 120px;
  height: 42px;
  background: repeating-linear-gradient(135deg, transparent 0 16px, var(--blue) 17px 24px, transparent 25px 36px);
}

.triangle {
  left: 395px;
  top: 182px;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 46px solid var(--pink);
  transform: rotate(10deg);
}

.burst {
  right: 42px;
  bottom: 75px;
  width: 110px;
  height: 110px;
  background: var(--blue);
  clip-path: polygon(50% 0, 61% 32%, 100% 22%, 74% 50%, 100% 78%, 61% 68%, 50% 100%, 39% 68%, 0 78%, 26% 50%, 0 22%, 39% 32%);
}

.works {
  position: relative;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 46px;
  margin: 0 84px;
  padding: 56px 42px 64px;
  color: #fff;
  background: #050505;
  transform: rotate(-1deg);
}

.works::before {
  position: absolute;
  left: -90px;
  top: -8px;
  width: 125px;
  height: 280px;
  background-image: radial-gradient(#050505 3px, transparent 4px);
  background-size: 16px 16px;
  content: "";
}

.works > * {
  transform: rotate(1deg);
}

.works-copy p {
  color: var(--lime);
}

.works-copy h2 {
  color: #fff;
}

.works-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  align-items: end;
}

.thumb {
  height: 142px;
  margin-bottom: 10px;
  background: #222;
}

.move {
  background: linear-gradient(135deg, #0c5bff, #87d5ff 55%, #fff 56%);
}

.vege {
  background: radial-gradient(circle at 62% 60%, #e4b15b 0 12%, transparent 13%), radial-gradient(circle at 38% 44%, #6faf4f 0 18%, transparent 19%), linear-gradient(135deg, #214b23, #9fc772);
}

.flat {
  background: linear-gradient(110deg, #171717, #5c5c5c 54%, #101010);
}

.play {
  background: radial-gradient(circle at 70% 42%, var(--pink) 0 9%, transparent 10%), radial-gradient(circle at 42% 54%, var(--lime) 0 8%, transparent 9%), linear-gradient(135deg, #fff, #86d7ff);
}

.work-card small {
  display: inline-block;
  margin-bottom: 7px;
  padding: 3px 8px;
  color: #111;
  background: #fff;
  font-size: 10px;
  font-weight: 900;
}

.work-card h3 {
  margin: 0;
  font-family: "Anton", sans-serif;
  font-size: 20px;
  letter-spacing: 1px;
}

.slider-buttons {
  position: absolute;
  right: 38px;
  bottom: 28px;
  display: flex;
  gap: 12px;
}

.slider-buttons span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #050505;
  background: #fff;
}

.slider-buttons span::before {
  content: "‹";
  font-size: 28px;
}

.slider-buttons span:last-child::before {
  content: "›";
}

.about-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 365px;
}

.about,
.contact {
  position: relative;
  padding: 78px 92px 70px;
}

.about h2 {
  margin: 0 0 24px;
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 900;
  line-height: 1.4;
}

.about p {
  color: var(--blue);
}

.about a {
  padding: 16px 34px;
  color: #fff;
  background: #050505;
}

.scribble-blue,
.scribble-lime {
  position: absolute;
  font-family: "Anton", sans-serif;
  font-size: 82px;
  font-weight: 400;
  transform: rotate(-18deg);
}

.scribble-blue {
  right: 70px;
  top: 44px;
  color: var(--blue);
}

.scribble-lime {
  right: 165px;
  bottom: 45px;
  color: var(--lime);
}

.contact {
  color: #fff;
  background: var(--blue);
}

.contact p {
  color: #fff;
}

.contact a {
  padding: 16px 34px;
  color: #050505;
  background: #fff;
}

.contact-info {
  display: flex;
  gap: 28px;
  margin-top: 22px;
  font-size: 15px;
  font-weight: 900;
}

.contact-info small {
  font-size: 11px;
}

.hello {
  position: absolute;
  right: 140px;
  top: 64px;
  display: grid;
  place-items: center;
  width: 88px;
  height: 88px;
  border-radius: 50%;
  color: #050505;
  background: var(--lime);
  font-family: "Anton", sans-serif;
  transform: rotate(18deg);
}

.city {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 210px;
  height: 150px;
  background:
    linear-gradient(#888, #1a1a1a) 20px 52px / 28px 98px,
    linear-gradient(#aaa, #222) 62px 20px / 38px 130px,
    linear-gradient(#777, #111) 113px 70px / 28px 80px,
    linear-gradient(#bbb, #333) 152px 38px / 38px 112px;
  background-repeat: no-repeat;
  filter: grayscale(1);
}

.site-footer {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 34px;
  padding: 30px 92px;
  color: #fff;
  background: #050505;
}

.footer-logo img {
  width: 150px;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 22px;
  font-family: "Anton", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

.site-footer nav a:not(:last-child)::after {
  margin-left: 22px;
  color: #777;
  content: "/";
}

.site-footer small {
  font-size: 12px;
}

.reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 0.72s ease, transform 0.72s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .site-header {
    grid-template-columns: 270px 1fr 170px 86px;
  }

  .logo {
    padding-left: 32px;
  }

  .logo img {
    width: 220px;
  }

  .global-nav {
    gap: 24px;
    font-size: 12px;
  }

  .hero {
    min-height: 720px;
    padding: 145px 42px 50px;
  }

  .hero-person {
    right: 40px;
    top: 190px;
    transform: scale(0.82);
    transform-origin: top right;
  }

  .hero-copy {
    width: 60vw;
  }

  .services,
  .works {
    grid-template-columns: 1fr;
  }

  .service-cards,
  .works-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .works {
    margin: 0 40px;
  }

  .about-contact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .site-header {
    grid-template-columns: 1fr 64px;
    min-height: 78px;
  }

  .logo {
    padding-left: 20px;
  }

  .logo img {
    width: 220px;
  }

  .global-nav {
    position: fixed;
    inset: 78px 0 auto;
    display: grid;
    justify-content: stretch;
    gap: 0;
    padding: 18px 22px 26px;
    background: #050505;
    transform: translateY(-130%);
    transition: transform 0.28s ease;
  }

  .global-nav.is-open {
    transform: translateY(0);
  }

  .global-nav a {
    padding: 18px 0;
    border-bottom: 1px solid #252525;
    font-size: 22px;
  }

  .contact-head {
    display: none;
  }

  .menu-button {
    display: grid;
    grid-column: 2;
  }

  .hero {
    min-height: 720px;
    padding: 118px 22px 40px;
  }

  .hero-bg {
    inset-top: 78px;
  }

  .blue-shape {
    left: -38vw;
    width: 116vw;
    height: 530px;
  }

  .red-shape {
    right: -45vw;
    width: 105vw;
    height: 520px;
  }

  .hero-copy {
    width: 100%;
  }

  .hero-copy h1 {
    font-size: 56px;
  }

  .en-copy {
    margin-left: 0;
    font-size: 22px;
  }

  .lead {
    margin-left: 0;
    font-size: 12px;
  }

  .hero-person {
    right: -105px;
    top: 345px;
    transform: scale(0.56);
  }

  .wow-badge {
    right: 112px;
    top: 105px;
  }

  .scroll-badge {
    right: 22px;
    bottom: 52px;
    transform: scale(0.82);
  }

  .scratch-a {
    left: 42px;
    width: 260px;
  }

  .scratch-b {
    left: -60px;
    width: 360px;
  }

  .services {
    grid-template-columns: 1fr;
    padding: 46px 22px 58px;
  }

  .section-lead h2,
  .works-copy h2,
  .contact h2 {
    font-size: 58px;
  }

  .service-cards,
  .works-list {
    grid-template-columns: 1fr;
  }

  .service-card > div {
    height: 128px;
  }

  .zigzag,
  .triangle,
  .burst {
    display: none;
  }

  .works {
    margin: 0;
    padding: 48px 22px 72px;
    transform: none;
  }

  .works > * {
    transform: none;
  }

  .works::before {
    display: none;
  }

  .thumb {
    height: 170px;
  }

  .about,
  .contact {
    padding: 54px 22px;
  }

  .about h2 {
    font-size: 30px;
  }

  .contact-info {
    display: grid;
  }

  .hello {
    right: 24px;
    top: 42px;
    transform: scale(0.78) rotate(18deg);
  }

  .city {
    opacity: 0.45;
  }

  .site-footer {
    grid-template-columns: 1fr;
    justify-items: center;
    padding: 28px 22px;
    text-align: center;
  }

  .site-footer nav {
    gap: 16px;
  }

  .site-footer nav a:not(:last-child)::after {
    margin-left: 16px;
  }
}

/* Part 3 design */
    :root {
      --black: #050505;
      --white: #fffdf7;
      --blue: #0047ff;
      --red: #f03212;
      --lime: #eaff00;
      --pink: #ff4ab7;
    }

    body {
      background: var(--white);
      color: var(--black);
      font-family: "Noto Sans JP", sans-serif;
      letter-spacing: 0;
    }

    .site-shell {
      width: 100%;
      overflow: hidden;
      background: var(--white);
    }

    .site-header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 50;
      display: grid;
      grid-template-columns: minmax(230px, 32vw) 1fr 92px;
      align-items: stretch;
      width: 100%;
      min-height: 96px;
      background: var(--black);
      color: #fff;
      transform: none;
    }

    .logo {
      display: flex;
      align-items: center;
      padding-left: 5.5vw;
    }

  .logo img {
    width: 210px;
    max-width: none;
  }

  .footer-logo img {
    width: 210px;
    max-width: 70%;
    }

    .global-nav {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      gap: clamp(28px, 4vw, 70px);
      font-family: "Anton", sans-serif;
      font-weight: 900;
    }

    .global-nav a {
      color: #fff;
      font-size: 14px;
      letter-spacing: 0.5px;
    }

    .contact-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 10px;
      height: 100%;
      min-width: clamp(150px, 14vw, 220px);
      background: var(--lime);
      color: var(--black) !important;
    }

    .button-icon {
      display: none;
    }

    .menu-button {
      display: none;
      place-content: center;
      gap: 8px;
      border: 0;
      background: #101010;
    }

    .menu-button span {
      display: block;
      width: 34px;
      height: 3px;
      background: #fff;
    }

    main {
      padding-top: 96px;
    }

    .hero {
      position: relative;
      isolation: isolate;
      min-height: 690px;
      padding: 94px 5.5vw 80px;
      color: #fff;
      background: var(--white);
      overflow: hidden;
    }

    .hero::before {
      position: absolute;
      inset: 0;
      z-index: 0;
      background: url("../images/bg.png") center top / cover no-repeat;
      content: "";
    }

    .hero-copy {
      position: relative;
      z-index: 3;
      width: min(58vw, 840px);
    }

    .hero-copy p {
      margin: 0 0 22px;
      font-size: clamp(18px, 2vw, 30px);
      font-weight: 900;
      line-height: 1.5;
    }

    .hero-copy p span {
      display: inline-block;
      padding: 7px 14px;
      background: var(--black);
      transform: rotate(-3deg);
    }

    .hero-copy h1 {
      margin: 0;
      font-size: clamp(58px, 7.2vw, 118px);
      font-weight: 900;
      line-height: 1.15;
      text-shadow: 8px 8px 0 rgba(0, 0, 0, 0.12);
    }

    .hero-copy h1 span {
      display: block;
    }

    .hero-line-main {
      white-space: nowrap;
    }

    .hero-copy em {
      color: var(--red);
      font-style: normal;
    }

    .hero-illust {
      position: absolute;
      right: 3vw;
      top: 18px;
      z-index: 2;
      width: min(58vw, 820px);
      pointer-events: none;
    }

    .hero-illust img {
      width: 100%;
      filter: grayscale(1) contrast(1.08);
    }

    .hero-illust::after {
      position: absolute;
      right: 13%;
      top: 33%;
      width: clamp(126px, 13vw, 190px);
      aspect-ratio: 1;
      background: url("../images/bg10.png") center / contain no-repeat;
      content: "";
    }

    .hero::after {
      position: absolute;
      right: 4.5vw;
      bottom: 54px;
      width: 68px;
      height: 86px;
      display: grid;
      place-items: center;
      background: var(--lime);
      color: var(--black);
      font-family: "Anton", sans-serif;
      font-size: 14px;
      line-height: 1;
      text-align: center;
      clip-path: polygon(0 0, 100% 0, 100% 72%, 50% 100%, 0 72%);
      content: "SCROLL\A ↓";
      white-space: pre;
    }

    .service {
      position: relative;
      display: grid;
      grid-template-columns: minmax(280px, 340px) 1fr;
      gap: clamp(40px, 4.8vw, 72px);
      align-items: start;
      padding: 56px 5.5vw 74px;
      background: var(--white);
    }

    .service::after {
      position: absolute;
      left: 18vw;
      bottom: 20px;
      width: 230px;
      height: 100px;
      background: url("../images/bg01.png") center / contain no-repeat;
      content: "";
    }

    .service::before {
      position: absolute;
      right: -36px;
      bottom: 34px;
      z-index: 0;
      width: 130px;
      height: 130px;
      background: var(--blue);
      clip-path: polygon(50% 0, 61% 32%, 100% 22%, 74% 50%, 100% 78%, 61% 68%, 50% 100%, 39% 68%, 0 78%, 26% 50%, 0 22%, 39% 32%);
      content: "";
    }

    .service > * {
      position: relative;
      z-index: 1;
    }

    .section-eyebrow {
      margin: 0 0 6px;
      color: var(--red);
      font-family: "Anton", sans-serif;
      font-size: 16px;
      line-height: 1;
      letter-spacing: 0.5px;
    }

    .section-title h2 {
      margin: 0 0 20px;
      color: var(--black);
      font-family: "Anton", "Noto Sans JP", sans-serif;
      font-size: clamp(54px, 5.2vw, 82px);
      font-weight: 900;
      line-height: 0.95;
    }

    .service-text p {
      margin: 0 0 8px;
      font-size: 15px;
      font-weight: 900;
      line-height: 1.75;
    }

    .service-list {
      display: grid;
      grid-template-columns: repeat(5, minmax(118px, 1fr));
      gap: clamp(24px, 2.4vw, 34px);
      align-items: start;
    }

    .service-item {
      min-width: 0;
      border-left: 1px solid rgba(0, 0, 0, 0.1);
      padding-left: 20px;
    }

    .service-item img {
      width: 100%;
      aspect-ratio: 1;
      margin-bottom: 12px;
      object-fit: contain;
      background: var(--blue);
      padding: clamp(22px, 2.2vw, 34px);
      box-sizing: border-box;
    }

    .service-item:nth-child(2) img {
      background: var(--lime);
    }

    .service-item:nth-child(3) img {
      background: var(--pink);
    }

    .service-item:nth-child(4) img {
      background: var(--red);
    }

    .service-item:nth-child(5) img {
      background: #fff;
    }

    .service-item h3 {
      margin: 0 0 3px;
      font-family: "Anton", sans-serif;
      font-size: clamp(18px, 1.55vw, 25px);
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0;
    }

    .service-item p {
      margin: 0;
      font-size: 14px;
      font-weight: 900;
      line-height: 1.45;
    }

    .works {
      position: relative;
      z-index: 3;
      display: grid;
      grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
      gap: 34px;
      margin: 0 0 0 5.5vw;
      padding: 72px 38px 78px;
      background: var(--black);
      color: #fff;
      transform: rotate(-1deg);
      overflow: visible;
      align-items: center;
    }

    .works::before {
      position: absolute;
      left: -5.5vw;
      top: -18px;
      width: 124px;
      height: 285px;
      background: url("../images/bg04.png") center / cover no-repeat;
      content: "";
    }

    .works > * {
      position: relative;
      z-index: 1;
      transform: rotate(1deg);
    }

    .works-scribble {
      position: absolute;
      right: -46px;
      bottom: -168px;
      z-index: 3;
      width: clamp(170px, 19vw, 300px);
      max-width: none;
      pointer-events: none;
      transform: rotate(1deg);
    }

    .works .section-title h2 {
      color: #fff;
    }

    .works .section-eyebrow {
      color: var(--lime);
    }

    .works-slider {
      min-width: 0;
      overflow: hidden;
      padding-left: 2px;
    }

    .works-stage {
      display: flex;
      gap: clamp(14px, 1.4vw, 20px);
      align-items: end;
      width: max-content;
      max-width: none;
      overflow: visible;
      scrollbar-width: none;
      animation: worksAutoScroll 34s linear infinite;
      animation-play-state: paused;
      padding-bottom: 6px;
      will-change: transform;
    }

    .works-stage::-webkit-scrollbar {
      display: none;
    }

    .works-stage.is-playing {
      animation-play-state: running;
    }

    .works-stage.is-playing:hover {
      animation-play-state: paused;
    }

    .works-slide {
      flex: 0 0 clamp(210px, 19vw, 300px);
      width: clamp(210px, 19vw, 300px);
      max-width: none;
      aspect-ratio: 4 / 3;
      object-fit: cover;
      border: 2px solid #1a1a1a;
      background: #fff;
    }

    .works-slide:nth-child(n+6) {
      display: block;
    }

    @keyframes worksAutoScroll {
      0% {
        transform: translateX(0);
      }

      100% {
        transform: translateX(-50%);
      }
    }

    .about-contact {
      position: relative;
      z-index: 2;
      display: grid;
      grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
      align-items: stretch;
      background: var(--white);
      margin-top: -10px;
    }

    .about {
      position: relative;
      padding: 76px 2vw 82px 5.5vw;
      background: var(--white);
      overflow: hidden;
    }

    .about .section-eyebrow {
      color: var(--blue);
    }

    .about .section-title h2 {
      font-family: "Noto Sans JP", sans-serif;
      font-size: clamp(28px, 2.7vw, 42px);
      font-weight: 900;
      line-height: 1.35;
      letter-spacing: 0;
    }

    .about::before {
      position: absolute;
      left: -160px;
      top: 48px;
      width: 300px;
      height: 520px;
      background: url("../images/bg05.png") center / contain no-repeat;
      content: "";
    }

    .about-body {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: 1fr;
      gap: 26px;
      max-width: 780px;
      margin: 0;
    }

    .about-body > div:first-child {
      position: relative;
      padding-right: clamp(90px, 12vw, 190px);
    }

    .about-brush-blue,
    .about-brush-lime {
      position: absolute;
      z-index: -1;
      pointer-events: none;
    }

    .about-brush-blue {
      right: clamp(20px, 4vw, 70px);
      top: -32px;
      width: clamp(78px, 8vw, 128px);
    }

    .about-brush-lime {
      right: clamp(55px, 7vw, 130px);
      bottom: -68px;
      width: clamp(110px, 11vw, 170px);
    }

    .about .company-lead {
      margin: 0;
      color: var(--black);
      font-size: 16px;
      font-weight: 900;
      line-height: 1.9;
    }

    .about-grid {
      display: grid;
      grid-template-columns: max-content 1fr;
      gap: 10px 18px;
      margin: 0;
      border: 2px solid var(--black);
      background: #fff;
      color: var(--black);
      box-shadow: 6px 6px 0 var(--lime);
      padding: 18px 20px;
    }

    .about-grid dt {
      align-self: start;
      width: fit-content;
      padding: 3px 8px;
      color: #fff;
      background: var(--black);
      font-size: 13px;
      font-weight: 900;
    }

    .about-grid dd {
      margin: 0;
      font-size: 15px;
      font-weight: 700;
      line-height: 1.7;
    }

    .about-grid a {
      display: inline;
      padding: 0;
      background: transparent;
      color: inherit;
      font-weight: inherit;
      text-decoration: none;
    }

    .contact {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      min-height: 520px;
      padding: 76px 5.5vw 0;
      background: var(--blue);
      color: #fff;
      overflow: visible;
    }

    .contact::after {
      position: absolute;
      left: min(47vw, 470px);
      top: clamp(52px, 6vw, 88px);
      z-index: 5;
      width: clamp(72px, 8vw, 112px);
      height: clamp(72px, 8vw, 112px);
      background: url("../images/bg07.png") center / contain no-repeat;
      content: "";
    }

    .contact-illust {
      position: absolute;
      right: 0;
      bottom: -46px;
      z-index: 2;
      width: min(72%, 720px);
      height: min(78%, 430px);
      min-height: 260px;
      pointer-events: none;
    }

    .contact-illust::before {
      content: none;
    }

    .contact-illust img {
      position: absolute;
      right: 0;
      bottom: 0;
      display: block;
      width: 100%;
      max-width: none;
      height: auto;
    }

    .contact-text,
    .contact-action {
      position: relative;
      z-index: 1;
      max-width: 560px;
    }

    .contact-text h2 {
      margin: 0 0 18px;
      color: #fff;
      font-family: "Anton", sans-serif;
      font-size: clamp(58px, 5vw, 82px);
      font-weight: 400;
      line-height: 0.95;
      letter-spacing: 0;
    }

    .contact-lead {
      margin: 0 0 20px;
      font-size: 16px;
      font-weight: 900;
      line-height: 1.8;
    }

    .contact .privacy-note {
      margin: 0;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.8;
      font-family: "Noto Sans JP", sans-serif;
      letter-spacing: 0;
    }

    .contact-action {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 20px;
      margin-top: 22px;
    }

    .primary-button {
      display: inline-flex;
      align-items: center;
      gap: 18px;
      min-width: 260px;
      padding: 18px 28px;
      background: #fff;
      color: var(--black);
      font-weight: 900;
    }

    .primary-button i {
      width: 24px;
      height: 1px;
      background: currentColor;
    }

    .contact-links {
      display: flex;
      flex-wrap: wrap;
      gap: 18px 28px;
      align-items: center;
      color: #fff;
      font-size: 15px;
      font-weight: 900;
    }

    .contact-link {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      padding: 0;
      background: transparent;
      color: #fff;
    }

    .contact .contact-link {
      padding: 0;
      background: transparent;
      color: #fff;
    }

    .contact-link::before {
      display: block;
      width: 22px;
      height: 22px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      content: "";
    }

    .contact-link.mail::before {
      background-image: url("../images/icon_mail.png");
    }

    .contact-link.tel::before {
      background-image: url("../images/icon_tel.png");
    }

    .tel img {
      display: none;
    }

    .site-footer {
      position: relative;
      z-index: 1;
      display: grid;
      grid-template-columns: auto 1fr auto;
      align-items: center;
      gap: 34px;
      padding: 28px 5.5vw;
      background: var(--black);
      color: #fff;
    }

    .footer-nav {
      display: flex;
      justify-content: center;
      gap: 28px;
      font-weight: 900;
    }

    .site-footer small {
      font-size: 12px;
    }

    .page-top {
      display: none;
    }

    @media (max-width: 1100px) {
      .site-header {
        grid-template-columns: 250px 1fr 78px;
      }

      .hero-copy {
        width: 58vw;
      }

      .hero-illust {
        right: -6vw;
        top: 82px;
        width: min(58vw, 560px);
      }

      .service,
      .works,
      .about-body,
      .contact {
        grid-template-columns: 1fr;
      }

      .service {
        gap: 22px;
        padding-top: 38px;
      }

      .service .section-eyebrow {
        margin-top: 0;
      }

      .service-text p {
        max-width: none;
        font-size: 14px;
        line-height: 1.7;
      }

      .service-list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
        gap: 18px;
      }

      .service-item {
        padding-left: 12px;
      }

      .about-contact {
        grid-template-columns: 1fr;
        margin-top: 0;
      }

      .about {
        padding-right: 5.5vw;
      }

      .service-list {
        grid-template-columns: repeat(5, minmax(0, 1fr));
      }

      .works-stage {
        grid-template-columns: repeat(2, 1fr);
      }

      .contact-action {
        grid-column: auto;
      }
    }

    @media (max-width: 767px) {
      .site-header {
        grid-template-columns: 1fr 64px;
        min-height: 76px;
      }

      main {
        padding-top: 76px;
      }

      .logo {
        padding-left: 20px;
      }

      .logo img {
        width: 165px;
        max-width: none;
      }

      .global-nav {
        position: fixed;
        inset: 76px 0 auto;
        display: grid;
        justify-content: stretch;
        gap: 0;
        padding: 18px 22px 26px;
        background: var(--black);
        transform: translateY(-130%);
        transition: transform 0.28s ease;
      }

      .global-nav.is-open {
        transform: translateY(0);
      }

      .global-nav a {
        padding: 17px 0;
        border-bottom: 1px solid #252525;
        font-size: 20px;
      }

      .menu-button {
        display: grid;
      }

      .contact-nav {
        display: block;
        height: auto;
        background: transparent;
        color: #fff !important;
      }

      .hero {
        min-height: 520px;
        padding: 42px 22px 28px;
      }

      .hero::before {
        background-position: 46% top;
      }

      .hero-copy {
        width: 100%;
      }

      .hero-line-main {
        white-space: normal;
      }

      .hero-copy p {
        font-size: 16px;
      }

      .hero-copy h1 {
        font-size: 45px;
      }

      .hero-illust {
        right: -110px;
        top: 170px;
        width: 390px;
      }

      .hero-illust::after {
        right: 34%;
        top: 22%;
      }

      .service,
      .about,
      .contact {
        padding-left: 22px;
        padding-right: 22px;
      }

      .service-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px;
      }

      .works-stage,
      .about-row {
        grid-template-columns: 1fr;
      }

      .works {
        margin: 0;
        padding: 44px 22px 64px;
        transform: none;
      }

      .about {
        padding-right: 22px;
      }

      .works > * {
        transform: none;
      }

      .works::before,
      .service::after {
        display: none;
      }

      .contact-illust {
        right: 0;
        bottom: -30px;
        width: min(58%, 240px);
        height: 230px;
        min-height: 0;
      }

      .contact::after {
        left: auto;
        right: 24px;
        top: 44px;
        width: 76px;
        height: 76px;
      }

      .site-footer {
        grid-template-columns: 1fr;
        justify-items: center;
        text-align: center;
      }

      .footer-nav {
        flex-wrap: wrap;
      }

      .page-top {
        position: fixed;
        right: 18px;
        bottom: 22px;
        z-index: 40;
        display: grid;
        place-items: center;
        width: 54px;
        height: 54px;
        background: var(--lime);
        color: var(--black);
        font-family: "Anton", sans-serif;
        font-size: 11px;
        line-height: 1;
        letter-spacing: 0.04em;
        box-shadow: 0 8px 22px rgba(0, 0, 0, 0.2);
        opacity: 0;
        visibility: hidden;
        transform: translateY(14px);
        transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
      }

      .page-top::before {
        display: block;
        margin-bottom: 1px;
        font-size: 13px;
        line-height: 1;
        content: "↑";
      }

      .page-top.is-visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
      }
    }
