:root {
  --comp: #0e2644;
  --black: #0b0c0d;
  --black-soft: #141617;
  --paper: #f3f2ee;
  --paper-dark: #e9e8e3;
  --ink: #111214;
  --gray: #777874;
  --gray-light: #a6a6a1;
  --white: #f7f7f4;
  --line: rgba(17, 18, 20, 0.15);
  --line-light: rgba(247, 247, 244, 0.2);
  --max: 1320px;
}

/* =========================================================
   RESET
========================================================= */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/*
html {
  scroll-behavior: smooth;
}
*/

html {
  scroll-behavior: auto;
}

body {
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

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

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

/* =========================================================
   HEADER
========================================================= */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px clamp(20px, 4vw, 60px);
  color: var(--white);
  mix-blend-mode: difference;
}

.brand {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.nav {
  display: flex;
  gap: clamp(20px, 3vw, 42px);
}

.nav a {
  position: relative;
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -5px;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

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

/* =========================================================
   HERO
========================================================= */

.hero {
  position: relative;
  min-height: 100svh;
  background: var(--comp);
  color: var(--white);
  overflow: hidden;
}

/* =========================================================
   HERO MEDIA
========================================================= */

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--comp);
}

/* =========================================================
   HERO POSTER
========================================================= */

.hero-media .hero-poster {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.82;
  transition: opacity 1.5s cubic-bezier(0.2, 0.65, 0.2, 1);
}

/* =========================================================
   HERO VIDEO
========================================================= */

.hero-media .hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transform: translate(-50%, -50%);
  opacity: 0;
  background: var(--comp);
  transition: opacity 1.5s cubic-bezier(0.2, 0.65, 0.2, 1);
}

/* =========================================================
   IMAGE / VIDEO SWITCH
========================================================= */

.hero.show-video .hero-poster {
  opacity: 0.18;
}

.hero.show-video .hero-video {
  opacity: 0.82;
}

/* =========================================================
   HERO OVERLAY
========================================================= */

.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
}

/* =========================================================
   HERO LOGO
========================================================= */

.hero-logo {
  position: absolute;
  right: clamp(30px, 6vw, 100px);
  top: 50%;
  z-index: 5;
  width: clamp(220px, 28vw, 460px);
  height: auto;
  transform: translateY(-60%);
  object-fit: contain;
  opacity: 0.95;
  pointer-events: none;
}

.hero-text {
  position: absolute;
  left: calc(
    100% - clamp(30px, 6vw, 100px) - clamp(220px, 28vw, 460px) - 160px -
      clamp(520px, 46vw, 760px)
  );
  top: 50%;
  z-index: 6;
  width: clamp(520px, 46vw, 760px);
  height: auto;
  transform: translateY(-50%);
  object-fit: contain;
  pointer-events: none;
}

/* =========================================================
   HERO TOP INFORMATION
========================================================= */

.hero-meta {
  position: absolute;
  top: 100px;
  left: clamp(20px, 4vw, 60px);
  right: clamp(20px, 4vw, 60px);
  z-index: 10;
  display: flex;
  justify-content: space-between;
  font-size: 0.66rem;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  opacity: 0.8;
}

/* =========================================================
   HERO COPY
========================================================= */

.hero-copy {
  position: absolute;
  left: clamp(20px, 8vw, 120px);
  bottom: 19vh;
  z-index: 10;
}

.eyebrow {
  font-size: 0.67rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--gray-light);
}

.eyebrow.dark {
  color: #656660;
}

.hero h1 {
  margin-top: 18px;
  font-size: clamp(3.2rem, 8vw, 8.5rem);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.hero-copy h3 {
  margin-top: 18px;
  font-size: clamp(0.78rem, 1vw, 1rem);
  font-weight: 300;
  line-height: 1.9;
  letter-spacing: 0.08em;
  color: var(--white);
}

/* =========================================================
   HERO BOTTOM
========================================================= */

.hero-bottom {
  position: absolute;
  left: clamp(20px, 4vw, 60px);
  right: clamp(20px, 4vw, 60px);
  bottom: 34px;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  align-items: end;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
  padding-top: 16px;
}

.hero-bottom .small-label {
  display: block;
  font-size: 0.63rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.65;
}

.hero-bottom strong {
  display: block;
  margin-top: 2px;
  font-size: 0.88rem;
  font-weight: 400;
}

.location {
  font-size: 0.68rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.7;
}

.scroll {
  font-size: 0.66rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.scroll span {
  margin-left: 12px;
}

/* =========================================================
   SECTION
========================================================= */

.section {
  max-width: var(--max);
  margin: auto;
  padding: clamp(90px, 12vw, 180px) clamp(20px, 4vw, 60px);
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.section-head h2 {
  margin-top: 5px;
  font-size: clamp(2.5rem, 5vw, 5rem);
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1;
}

.section-note {
  max-width: 240px;
  font-size: 0.75rem;
  color: var(--gray);
  line-height: 1.6;
}

/* =========================================================
   WORKS
========================================================= */

.work-list {
  padding-top: clamp(60px, 9vw, 120px);
}

.work {
  display: block;
  margin-bottom: clamp(90px, 14vw, 190px);
}

.work-image {
  position: relative;
  overflow: hidden;
  background: #deddd8;
}

.work-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(0.2, 0.65, 0.2, 1);
}

.work:hover .work-image img {
  transform: scale(1.025);
}

.work-image img.image-missing {
  opacity: 0;
}

.work-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-content: center;
  color: #8c8c87;
  font-size: 0.65rem;
  letter-spacing: 0.16em;
}

.work-large {
  max-width: 100%;
}

.work-large .work-image {
  aspect-ratio: 1.65 / 1;
}

.work-offset {
  width: 70%;
  margin-left: auto;
}

.work-offset .work-image {
  aspect-ratio: 1 / 1.12;
}

.work-split {
  display: grid;
  grid-template-columns: 1.35fr 0.65fr;
  gap: clamp(30px, 7vw, 110px);
  align-items: center;
}

.work-split .work-image {
  aspect-ratio: 1.2 / 1;
}

.work-info {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 16px;
}

.number {
  display: block;
  font-size: 0.62rem;
  color: var(--gray);
  letter-spacing: 0.16em;
}

.work h3 {
  margin-top: 2px;
  font-size: 1rem;
  font-weight: 400;
}

.work-meta {
  font-size: 0.63rem;
  color: var(--gray);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: right;
}

.work-copy h3 {
  margin: 8px 0 18px;
  font-size: clamp(1.5rem, 3vw, 2.7rem);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.work-copy p {
  max-width: 30ch;
  color: var(--gray);
  font-size: 0.82rem;
}

.arrow {
  display: inline-block;
  margin-top: 30px;
  padding-bottom: 4px;
  font-size: 0.65rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--ink);
}

/* =========================================================
   STATEMENT
========================================================= */

.statement {
  background: var(--comp);
  color: var(--white);
  padding: clamp(100px, 15vw, 210px) clamp(20px, 8vw, 120px);
}

.statement-inner {
  max-width: 1200px;
  margin: auto;
}

.statement-text {
  margin-top: 35px;
  font-size: clamp(2.2rem, 5.5vw, 6.5rem);
  font-weight: 300;
  letter-spacing: -0.055em;
  line-height: 1.02;
}

.statement-text em {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}

.statement-jp {
  margin-top: 70px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  line-height: 2;
  color: #bbbdb8;
}

/* =========================================================
   ABOUT
========================================================= */

.about .section-head {
  position: relative;
}

.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 10vw, 170px);
  padding-top: 80px;
}

.about-title p {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gray);
}

.about-title h3 {
  margin-top: 16px;
  font-size: clamp(1.8rem, 3vw, 3rem);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.about-title > span {
  display: block;
  margin-top: 8px;
  font-size: 0.7rem;
  color: var(--gray);
  letter-spacing: 0.08em;
}


.about-copy .about-divider {
  margin: 55px 0;
  height: 1px;
  background: var(--line);
}


/* =========================================================
   PROFILE PHOTO
========================================================= */

.profile-photo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 28px;
  object-fit: contain;
}

/* =========================================================
   ABOUT COPY
========================================================= */

.about-copy {
  max-width: 620px;
}

.about-copy p {
  margin-bottom: 1.5em;
  font-size: 0.95rem;
  color: #4e4f4b;
}

.about-copy .lead {
  font-size: 1.3rem;
  color: var(--ink);
  line-height: 1.55;
}

.about-copy .jp-copy {
  margin-top: 45px;
  font-family: "Shippori Mincho", serif;
  color: var(--ink);
  line-height: 2;
}

/* =========================================================
   ABOUT AWARDS
========================================================= */

.about-awards {
  margin-top: 80px;
}

.about-awards .experience-group {
  margin-top: 0;
}

/* =========================================================
   SERVICES
========================================================= */

.services {
  padding-top: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-bottom: 1px solid var(--line);
}

.service {
  min-height: 300px;
  padding: 32px 28px 40px 0;
  border-right: 1px solid var(--line);
}

.service + .service {
  padding-left: 28px;
}

.service:last-child {
  border-right: 0;
}

.service > span {
  font-size: 0.62rem;
  color: var(--gray);
  letter-spacing: 0.15em;
}

.service h3 {
  margin-top: 50px;
  font-size: 1.7rem;
  font-weight: 300;
  letter-spacing: -0.04em;
}

.service p {
  margin-top: 20px;
  max-width: 30ch;
  color: var(--gray);
  font-size: 0.75rem;
  line-height: 1.8;
}

/* =========================================================
   EXPERIENCE
========================================================= */

.experience {
  padding-top: 0;
}

.experience-list {
  padding-top: clamp(60px, 9vw, 120px);
}

.experience-group {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(40px, 8vw, 120px);
  padding: 55px 0;
  border-bottom: 1px solid var(--line);
}

.experience-group:first-child {
  padding-top: 0;
}

.experience-title .number {
  margin-bottom: 12px;
}

.experience-title h3 {
  font-size: clamp(1.4rem, 2.5vw, 2.2rem);
  font-weight: 300;
  letter-spacing: -0.04em;
}

.experience-title p {
  max-width: 32ch;
  margin-top: 15px;
  font-size: 0.75rem;
  color: var(--gray);
  line-height: 1.8;
}

/* =========================================================
   EXPERIENCE ITEMS
========================================================= */

.experience-items {
  list-style: none;
}

.experience-items li {
  position: relative;
  padding: 0 0 14px 18px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(17, 18, 20, 0.08);
  font-size: 0.82rem;
  color: #444541;
  line-height: 1.7;
}

.experience-items li::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.42rem;
  color: var(--gray);
}

/* =========================================================
   AWARDS
========================================================= */

.experience-items.awards li {
  display: grid;
  grid-template-columns: 55px 1fr;
  gap: 20px;
  padding-left: 0;
}

.experience-items.awards li::before {
  display: none;
}

.experience-items .year {
  font-size: 0.65rem;
  color: var(--gray);
  letter-spacing: 0.12em;
}

.experience-items strong {
  display: block;
  margin-top: 3px;
  font-weight: 400;
  color: var(--ink);
}

.experience-items small {
  display: block;
  margin-top: 6px;
  font-size: 0.62rem;
  color: var(--gray);
  line-height: 1.6;
}

/* =========================================================
   PRODUCTION
========================================================= */

.experience-items.production li {
  padding-left: 18px;
}

.experience-items.production li {
  padding-left: 18px;
}

.experience-items.production strong {
  display: inline;
  margin-top: 0;
  font-weight: 500;
}

/* =========================================================
   CONTACT
========================================================= */

.contact {
  background: var(--comp);
  color: var(--white);
  padding: clamp(80px, 12vw, 170px) clamp(20px, 4vw, 60px);
}

.contact-inner {
  max-width: var(--max);
  margin: auto;
  display: grid;
  grid-template-columns: 1.4fr 0.6fr;
  gap: 60px;
}

.contact-main h2 {
  margin-top: 28px;
  font-size: clamp(3rem, 7vw, 8rem);
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 0.93;
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: 70px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: clamp(1rem, 2vw, 1.4rem);
}

.contact-link span {
  font-size: 1.1em;
}

.contact-side {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 30px;
}

.contact-side p {
  font-size: 0.68rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #aaa;
}

/* =========================================================
   CONTACT SOCIAL
========================================================= */

.contact-social {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.social-label {
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.6;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.social-links a {
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.social-links span {
  margin-left: 8px;
}

/* =========================================================
   CONTACT LOGO
========================================================= */

.contact-logo {
  width: 100%;
  max-width: none;
  margin: clamp(100px, 12vw, 160px) 0 0;
  padding: 28px clamp(20px, 4vw, 60px) 0;
  /*
  border-top:
    1px solid rgba(255,255,255,.12);
*/
  display: flex;
  justify-content: center;
}

.contact-logo img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 1;
  -webkit-user-drag: none;
  user-select: none;
}

.contact-logo img.foot-text {
  width: clamp(180px, 22vw, 320px);
  max-width: clamp(180px, 22vw, 320px);
}

.contact-logo + .contact-logo {
  margin-top: 28px;
}

/* =========================================================
   FOOTER
========================================================= */

.site-footer {
  background: var(--comp);
  color: #888;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 25px clamp(20px, 4vw, 60px) 32px;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.site-footer a {
  color: var(--white);
}

/* =========================================================
   REVEAL
========================================================= */

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.8s ease,
    transform 0.8s cubic-bezier(0.2, 0.65, 0.2, 1);
}

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

.work:nth-child(2) {
  transition-delay: 0.08s;
}

.work:nth-child(3) {
  transition-delay: 0.14s;
}

/* =========================================================
   TABLET
   800px以下
========================================================= */

@media (max-width: 800px) {
  /* HEADER */
  .site-header {
    padding: 18px;
  }
  .nav {
    gap: 18px;
  }
  /* HERO */
  .hero-meta {
    top: 78px;
    font-size: 0.6rem;
  }
  .hero-copy {
    left: 20px;
    right: 20px;
    bottom: 23vh;
  }
  .hero h1 {
    font-size: clamp(3.2rem, 14vw, 6rem);
  }
  .hero-logo {
    right: 24px;
    top: 42%;
    width: clamp(180px, 38vw, 320px);
    transform: translateY(-60%);
  }
  .hero-text {
    left: calc(
      100% - 24px - clamp(180px, 38vw, 320px) - 90px - clamp(280px, 40vw, 420px)
    );
    top: 42%;
    width: clamp(280px, 40vw, 420px);
    transform: translateY(-50%);
  }
  .hero-bottom {
    grid-template-columns: 1fr auto;
  }
  .hero-bottom .location {
    display: none;
  }
  /* WORKS */
  .work-offset {
    width: 88%;
  }
  .work-split {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .work-split .work-copy {
    padding-left: 12%;
  }
  /* ABOUT */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 55px;
  }
  .about-copy {
    max-width: 100%;
  }
  .about-awards {
    margin-top: 70px;
  }
  /* SERVICES */
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service,
  .service + .service {
    min-height: auto;
    padding: 32px 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .service h3 {
    margin-top: 30px;
  }
  /* EXPERIENCE */
  .experience-group {
    grid-template-columns: 1fr;
    gap: 35px;
    padding: 45px 0;
  }
  .experience-title p {
    max-width: 100%;
  }
  .experience-items.awards li {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }
  /* CONTACT */
  .contact-inner {
    grid-template-columns: 1fr;
  }
  .contact-side {
    justify-content: space-between;
    align-items: end;
    margin-top: 30px;
  }
}

/* =========================================================
   SMARTPHONE
   600px以下
========================================================= */

@media (max-width: 600px) {
  /* =======================================================
     HEADER
  ======================================================= */
  .site-header {
    padding: 18px;
  }
  .nav {
    gap: 16px;
  }
  .nav a {
    font-size: 0.62rem;
  }
  .nav a:nth-child(1) {
    display: none;
  }
  /* =======================================================
     HERO
  ======================================================= */
  .hero-meta {
    top: 68px;
    left: 18px;
    right: 18px;
    font-size: 0.52rem;
    letter-spacing: 0.12em;
  }
  .hero-logo {
    right: 18px;
    top: 36%;
    width: clamp(150px, 45vw, 240px);
    opacity: 0.9;
    transform: translateY(-60%);
  }
  /*
 .hero-text {
    left: max(10px, calc(
      100% -
      18px -
      clamp(150px, 45vw, 240px) -
      12px -
      clamp(150px, 40vw, 280px)
    ));
    top: 36%;
    width: clamp(150px, 40vw, 280px);
    transform: translateY(-50%);
  }
*/
  .hero-text {
    left: max(
      10px,
      calc(
        100% - 18px - clamp(150px, 45vw, 240px) - 28px -
          clamp(150px, 40vw, 280px)
      )
    );
    top: 36%;
    width: clamp(150px, 40vw, 280px);
    transform: translateY(-50%);
  }
  .hero-copy {
    left: 18px;
    right: 18px;
    bottom: 20vh;
  }
  .eyebrow {
    font-size: 0.56rem;
    letter-spacing: 0.18em;
  }
  .hero h1 {
    margin-top: 12px;
    font-size: clamp(2.6rem, 13vw, 4rem);
  }
  .hero-copy h3 {
    margin-top: 10px;
    font-size: 0.56rem;
    font-weight: 300;
    line-height: 1.85;
    letter-spacing: 0.06em;
  }
  /* =======================================================
     HERO BOTTOM
  ======================================================= */
  .hero-bottom {
    left: 18px;
    right: 18px;
    bottom: 20px;
    grid-template-columns: 1fr;
    padding-top: 12px;
  }
  .hero-bottom strong {
    font-size: 0.78rem;
  }
  .hero-bottom .scroll {
    display: none;
  }
  /* =======================================================
     VIDEO
  ======================================================= */
  .hero-media .hero-video {
    object-fit: contain;
  }
  .hero.show-video .hero-poster {
    opacity: 0.18;
  }
  .hero.show-video .hero-video {
    opacity: 0.82;
  }
  /* =======================================================
     SECTION
  ======================================================= */
  .section {
    padding-left: 18px;
    padding-right: 18px;
  }
  .section-head {
    align-items: start;
  }
  .section-note {
    display: none;
  }
  /* =======================================================
     ABOUT
  ======================================================= */
  .about-grid {
    grid-template-columns: 1fr;
    gap: 60px;
    padding-top: 55px;
  }
  .about-title {
    width: 100%;
  }
  /*
    重要：
    プロフィール写真は親の高さに依存させない。
    元画像のアスペクト比をそのまま使用。
  */
  .profile-photo {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 28px;
    object-fit: contain;
  }
  .about-copy {
    width: 100%;
    max-width: none;
  }
  .about-copy p {
    font-size: 0.88rem;
  }
  .about-copy .lead {
    font-size: 1.12rem;
  }
  .about-copy .jp-copy {
    margin-top: 40px;
  }
  /*
    主な海外受賞歴の前の余白
  */
  .about-awards {
    margin-top: 70px;
  }
  /* =======================================================
     WORKS
  ======================================================= */
  .work-list {
    padding-top: 50px;
  }
  .work-info {
    display: block;
  }
  .work-meta {
    margin-top: 7px;
    text-align: left;
  }
  .work-offset {
    width: 94%;
  }
  .work-split .work-copy {
    padding-left: 5%;
  }
  /* =======================================================
     EXPERIENCE
  ======================================================= */
  .experience-list {
    padding-top: 50px;
  }
  .experience-group {
    gap: 28px;
  }
  .experience-items li {
    font-size: 0.78rem;
  }
  .experience-items.awards li {
    grid-template-columns: 42px 1fr;
    gap: 12px;
  }
  /* =======================================================
     STATEMENT
  ======================================================= */
  .statement {
    padding-left: 18px;
    padding-right: 18px;
  }
  .statement-text {
    font-size: 2.45rem;
  }
  /* =======================================================
     SERVICES
  ======================================================= */
  .service {
    padding: 28px 0;
  }
  .service h3 {
    font-size: 1.5rem;
  }
  /* =======================================================
     CONTACT
  ======================================================= */
  .contact {
    padding-left: 18px;
    padding-right: 18px;
  }
  .contact-main h2 {
    font-size: 3.1rem;
  }
  .contact-link {
    margin-top: 50px;
    font-size: 0.9rem;
  }
  .contact-side {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
  }
  .contact-logo {
    margin-top: 80px;
    padding: 22px 18px 0;
  }
  .contact-logo img {
    width: 100%;
    height: auto;
  }
  .contact-logo img.foot-text {
    width: clamp(120px, 40vw, 200px);
    max-width: clamp(120px, 40vw, 200px);
  }
  .contact-logo + .contact-logo {
    margin-top: 22px;
  }
  /* =======================================================
     FOOTER
  ======================================================= */
  .site-footer {
    flex-direction: column;
  }
}

/* =========================================================
   VERY SMALL SMARTPHONE
   380px以下
========================================================= */

@media (max-width: 380px) {
  .hero-meta span:first-child {
    display: none;
  }
  .hero-meta {
    justify-content: flex-end;
  }
  .hero-logo {
    right: 16px;
    top: 34%;
    width: 145px;
  }
  .hero-copy {
    bottom: 21vh;
  }
  .hero h1 {
    font-size: 2.4rem;
  }
  .hero-copy h3 {
    font-size: 0.52rem;
  }
}

/* =========================================================
   SMARTPHONE LANDSCAPE
========================================================= */

@media (max-height: 500px) and (orientation: landscape) {
  .hero {
    min-height: 100svh;
  }
  /* 上部情報を小さく・詰める */
  .hero-meta {
    top: 16px;
    font-size: 0.5rem;
  }
  /* ロゴを縮小してコピーと被らない位置に */
  .hero-logo {
    top: 30%;
    width: clamp(120px, 20vw, 200px);
    transform: translateY(-60%);
  }
  .hero-text {
    top: 30%;
    width: clamp(90px, 16vw, 160px);
    transform: translateY(-50%);
  }
  /* コピー文を上寄りに詰めて、下のbottom情報と被らないように */
  .hero-copy {
    bottom: auto;
    top: 58%;
    transform: translateY(-50%);
  }
  .hero h1 {
    display: none;
  }
  .hero-copy h3 {
    font-size: 0.5rem;
    line-height: 1.6;
  }
  /* 下部情報を最小限に */
  .hero-bottom {
    bottom: 10px;
    padding-top: 8px;
  }
  .hero-bottom .location,
  .hero-bottom .scroll {
    display: none;
  }
  .hero-bottom strong {
    font-size: 0.68rem;
  }
}

/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* =========================================================
   MEDIA PROTECTION
========================================================= */

img,
video {
  -webkit-user-drag: none;
  user-select: none;
}

img {
  pointer-events: none;
}

.hero-video {
  -webkit-user-drag: none;
  user-select: none;
}

/* =========================================================
   BACK TO TOP (FLOATING)
========================================================= */

.back-to-top {
  position: fixed;
  right: clamp(20px, 4vw, 60px);
  bottom: 28px;
  z-index: 200;
  padding: 10px 18px;
  background: var(--comp);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: var(--white);
  font-size: 0.66rem;
  letter-spacing: 0.1em;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    border-color 0.3s ease;
}

.back-to-top:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

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

@media (max-width: 600px) {
  .back-to-top {
    right: 18px;
    bottom: 18px;
    padding: 8px 14px;
    font-size: 0.6rem;
  }
}

/* =========================================================
   HERO IMAGE (fuji.png)
========================================================= */

.hero-image {
  position: absolute;
  left: clamp(20px, 4vw, 60px); 
  top: 50%;
  z-index: 4;
  width: clamp(600px, 55vw, 980px);
  height: auto;
  transform: translateY(-60%); 
  object-fit: contain;
  opacity: 0.95;
  pointer-events: none;
}

/* =========================================================
   HERO SHOWCASE
========================================================= */

.hero-showcase {
  position: absolute !important;
  left: clamp(20px, 8vw, 120px) !important;
  right: calc(
    clamp(30px, 6vw, 100px) + clamp(220px, 28vw, 460px) + clamp(28px, 3vw, 52px)
  ) !important;
  top: 42% !important;
  z-index: 20 !important;
  width: auto !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  overflow: hidden !important;
  background: #000;
  border: 1px solid rgba(247, 247, 244, 0.42);
  transform: translateY(-50%) !important;
}

/* =========================================================
   HERO SHOWCASE — WIDE SCREEN
========================================================= */
@media (min-width: 1280px) {
  .hero {
    --hero-showcase-left: clamp(20px, 8vw, 120px);
    --hero-showcase-right: calc(
      clamp(30px, 6vw, 100px) + clamp(220px, 28vw, 460px) +
        clamp(28px, 3vw, 52px)
    );
    --hero-showcase-width: calc(
      100vw - var(--hero-showcase-left) - var(--hero-showcase-right)
    );
    --hero-showcase-height: calc(var(--hero-showcase-width) * 9 / 16);
    min-height: max(100svh, calc(var(--hero-showcase-height) / 0.84 + 380px));
  }
}

@media (max-width: 767px) {
  .hero-showcase {
    left: 18px !important;
    right: calc(18px + clamp(150px, 45vw, 240px) + 12px) !important;
    top: 36% !important;
    width: auto !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    transform: translateY(-50%) !important;
  }
  .hero-logo {
    left: auto !important;
    right: 18px !important;
    top: 36% !important;
    width: clamp(150px, 45vw, 240px) !important;
    transform: translateY(-50%) !important;
  }
}

.hero-showcase-mobile-link {
  display: none;
}

@media (max-width: 767px) {
  .hero-showcase-mobile-link {
    display: block;
    position: absolute;
    inset: 0;
    z-index: 2;
  }
  .hero-showcase iframe {
    pointer-events: none;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .hero {
    height: 500px !important;
    min-height: 0 !important;
  }
  .hero-showcase {
    left: clamp(20px, 4vw, 60px) !important;
    right: auto !important;
    top: 40% !important;
    width: min(52vw, 60vh) !important;
    height: auto !important;
    aspect-ratio: 16 / 9 !important;
    transform: translateY(-50%) !important;
  }
  .hero-logo {
    left: auto !important;
    right: clamp(20px, 4vw, 60px) !important;
    top: 40% !important;
    width: clamp(120px, 20vw, 180px) !important;
    transform: translateY(-50%) !important;
  }
}