@charset "UTF-8";

/* =========================================================
   日乃出造園 専用見本
   配色は「ヤシ」から取る
     葉の青緑  #4F7C6B ／ 濃い葉 #3B6153
     幹の灰褐  #8C7B62
     畑の黒土  #4A3F31 ／ 通路の土 #9A8A70
     空        #7FB4DD
     日の出のあかね（社名由来のアクセント） #E08A3C
     生成り    #F6F2E9
   本文は18px（量産ライン03の文字サイズ基準）
   ========================================================= */

:root {
  color-scheme: only light;

  --c-leaf: #4f7c6b;
  --c-leaf-deep: #3b6153;
  --c-trunk: #8c7b62;
  --c-soil: #4a3f31;
  --c-soil-light: #9a8a70;
  --c-sky: #7fb4dd;
  --c-akane: #e08a3c;
  --c-akane-deep: #b96716;
  --c-paper: #f6f2e9;
  --c-ink: #26221c;
  --c-ink-soft: #554d41;
  --c-line: #ddd3c2;

  --fs-min: 14px;   /* 注記の下限。これより小さくしない */
  --fs-note: 15px;
  --fs-body: 18px;
  --fs-lead: 20px;
  --fs-h3: 24px;
  --fs-h2: 32px;
  --fs-h1: 44px;

  --shell: 1180px;
  --measure: 40em;
  --radius: 14px;
  --header-h: 72px;
}

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

html {
  scroll-behavior: smooth;
  background: var(--c-paper);
}

body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP",
    "Yu Gothic", Meiryo, system-ui, sans-serif;
  font-size: var(--fs-body);
  line-height: 1.8;
  color: var(--c-ink);
  background: var(--c-paper);
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

img,
svg {
  max-width: 100%;
}

a {
  color: inherit;
}

/* =========================================================
   提案専用の注釈（上部）
   ========================================================= */
.proposal-bar {
  position: relative;
  z-index: 61;
  background: var(--c-soil);
  color: #f2ece1;
  padding: 12px 20px;
  text-align: center;
}

.proposal-bar p {
  max-width: var(--shell);
  margin: 0 auto;
}

.proposal-bar__main {
  font-size: var(--fs-note);
  line-height: 1.7;
}

.proposal-bar__main b {
  color: #ffd7a8;
}

.proposal-bar__sub {
  font-size: var(--fs-note);
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.proposal-bar a {
  color: #ffd7a8;
  font-weight: 700;
}

/* =========================================================
   ヘッダー
   ========================================================= */
.header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(246, 242, 233, 0.97);
  border-bottom: 1px solid var(--c-line);
}

.header__inner {
  position: relative;
  max-width: var(--shell);
  margin: 0 auto;
  min-height: var(--header-h);
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.header__brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  margin-right: auto;
}

.header__logo {
  width: 40px;
  height: 40px;
  flex: 0 0 auto;
}

.header__name-ja {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.04em;
}

.header__name-sub {
  display: block;
  font-size: var(--fs-note);
  color: var(--c-ink-soft);
  line-height: 1.4;
}

.header__toggle {
  display: none;
  align-items: center;
  gap: 8px;
  font: inherit;
  font-size: var(--fs-body);
  background: var(--c-leaf);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 10px 14px;
  cursor: pointer;
}

.header__toggle-bars {
  width: 20px;
  height: 14px;
  position: relative;
  display: inline-block;
}

.header__toggle-bars::before,
.header__toggle-bars::after,
.header__toggle-bars {
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-size: 100% 2px;
}

.header__toggle-bars {
  background-position: 0 0, 0 6px, 0 12px;
  background-image: linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor),
    linear-gradient(currentColor, currentColor);
}

.nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav__list {
  list-style: none;
  display: flex;
  gap: 22px;
}

.nav__list a {
  font-size: var(--fs-body);
  text-decoration: none;
  padding: 6px 2px;
  border-bottom: 2px solid transparent;
}

.nav__list a:hover,
.nav__list a:focus-visible {
  border-bottom-color: var(--c-akane);
}

.nav__tel {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  background: var(--c-akane);
  color: #fff;
  padding: 8px 16px;
  border-radius: 10px;
  line-height: 1.25;
}

.nav__tel-label {
  font-size: var(--fs-note);
}

.nav__tel-number {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* =========================================================
   第一画面の3D（背景に固定）
   ========================================================= */
.scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  /* 固定した3Dの層を独立させる。これが無いとスクロール中に
     画面が真っ白に見えることがある（実測で確認） */
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
  background: linear-gradient(#2f7fc4 0%, #7fb4dd 45%, #c2dff0 78%, #dfe4d8 100%);
}

.scene canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.scene__fallback {
  position: absolute;
  inset: 0;
}

.scene__fallback svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* =========================================================
   本文の器
   ========================================================= */
.ui {
  position: relative;
  z-index: 10;
}

/* 3Dが背景に見える範囲だけ、画面いっぱいの高さを使う。
   それ以降は中身の量に合わせた高さにして、スクロールを短くする */
.section,
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 80px 20px;
}

/* 第一画面は上の注釈バー＋ヘッダーのぶん下がるので、上寄せにして
   電話ボタンまで最初の画面に収める */
.hero {
  align-items: flex-start;
  padding-top: 24px;
}

.panel,
.band__inner {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.panel.in,
.band__inner.in {
  opacity: 1;
  transform: none;
}

.panel {
  max-width: 620px;
  width: 100%;
  margin-right: auto;
  background: rgba(246, 242, 233, 0.95);
  border-radius: var(--radius);
  padding: 36px 34px;
  box-shadow: 0 18px 50px rgba(38, 34, 28, 0.18);
}

.panel--right {
  margin-right: 0;
  margin-left: auto;
}

.panel > * + * {
  margin-top: 1em;
}

.panel p {
  max-width: var(--measure);
}

.eyebrow {
  font-size: var(--fs-note);
  font-weight: 700;
  letter-spacing: 0.14em;
  color: var(--c-akane-deep);
}

h1,
h2,
h3 {
  line-height: 1.35;
  letter-spacing: -0.01em;
}

h2 {
  font-size: var(--fs-h2);
}

h3 {
  font-size: var(--fs-h3);
}

.panel h2 + p {
  margin-top: 0.6em;
}

/* ---- ヒーロー ---- */
/* 第一画面は開いた瞬間に読めること。ここだけは薄く出さない */
.panel--hero {
  background: rgba(246, 242, 233, 0.95);
  opacity: 1;
  transform: none;
  transition: none;
}

.hero__title {
  font-size: var(--fs-h1);
  letter-spacing: 0.02em;
}

.hero__title span {
  display: inline-block;
}

.hero__lead {
  font-size: var(--fs-lead);
}

.hero__note {
  font-size: var(--fs-note);
  color: var(--c-ink-soft);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 12px;
  padding: 12px 22px;
  font-size: var(--fs-body);
  line-height: 1.3;
  border: 2px solid transparent;
}

.btn--primary {
  background: var(--c-akane);
  color: #fff;
}

.btn--primary .btn__number {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.btn--primary .btn__label {
  font-size: var(--fs-note);
}

.btn--ghost {
  border-color: var(--c-leaf);
  color: var(--c-leaf-deep);
  font-weight: 700;
}

.scrollcue {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: var(--fs-note);
  letter-spacing: 0.14em;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
  transition: opacity 0.4s ease;
}

.scrollcue i {
  display: block;
  width: 1px;
  height: 34px;
  margin: 8px auto 0;
  background: currentColor;
}

/* ---- 事実の一覧 ---- */
.factlist {
  border-top: 1px solid var(--c-line);
}

.factlist__row {
  display: grid;
  grid-template-columns: 7em minmax(0, 1fr);
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid var(--c-line);
}

.factlist dt {
  font-weight: 700;
  color: var(--c-ink-soft);
}

.factlist__hint {
  display: block;
  font-size: var(--fs-note);
  color: var(--c-ink-soft);
}

.tel-inline {
  font-size: 24px;
  font-weight: 700;
  color: var(--c-akane-deep);
  text-decoration: none;
  letter-spacing: 0.02em;
}

/* ---- 箇条 ---- */
.pointlist {
  list-style: none;
  display: grid;
  gap: 14px;
}

.pointlist li {
  border-left: 4px solid var(--c-leaf);
  padding-left: 14px;
}

.pointlist b {
  display: block;
  font-size: 20px;
}

.pointlist span {
  display: block;
  color: var(--c-ink-soft);
}

/* ---- カード ---- */
.cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.card {
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 12px;
  padding: 18px 16px;
}

.card h3 {
  color: var(--c-leaf-deep);
}

.card p {
  margin-top: 6px;
  font-size: var(--fs-body);
}

/* ---- 未確認の枠 ---- */
.placeholder {
  border: 2px dashed var(--c-trunk);
  border-radius: 12px;
  padding: 20px 18px;
  background: #fffdf8;
}

.placeholder > * + * {
  margin-top: 0.8em;
}

.placeholder__label {
  display: inline-block;
  font-size: var(--fs-note);
  font-weight: 700;
  color: #fff;
  background: var(--c-trunk);
  border-radius: 999px;
  padding: 4px 14px;
}

/* ---- お知らせ ---- */
.notice {
  border: 1px solid var(--c-line);
  border-left: 6px solid var(--c-akane);
  border-radius: 12px;
  background: #fff;
  padding: 18px 18px;
}

.notice > * + * {
  margin-top: 6px;
}

.notice__tag {
  font-size: var(--fs-note);
  font-weight: 700;
  color: var(--c-akane-deep);
}

.notice__title {
  font-size: var(--fs-h3);
  font-weight: 700;
}

.notice__note {
  font-size: var(--fs-note);
  color: var(--c-ink-soft);
}

.note,
.map-note {
  font-size: var(--fs-note);
  color: var(--c-ink-soft);
}

/* =========================================================
   フッター
   ========================================================= */
.footer {
  position: relative;
  z-index: 10;
  background: var(--c-soil);
  color: #efe8dc;
  padding: 56px 20px 120px;
}

.footer__inner {
  max-width: var(--shell);
  margin: 0 auto;
}

.footer__inner > * + * {
  margin-top: 12px;
}

.footer__name {
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.footer a {
  color: #ffd7a8;
}

.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer__nav a {
  color: #efe8dc;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}

.footer__rule {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.footer__fine,
.footer__copy {
  font-size: var(--fs-note);
  line-height: 1.7;
  color: #ddd3c4;
}

/* =========================================================
   下部の固定電話バー（スマホ）
   ========================================================= */
.callbar {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 70;
  background: var(--c-akane);
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px 12px;
  line-height: 1.25;
}

.callbar__label {
  display: block;
  font-size: var(--fs-note);
}

.callbar__number {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* =========================================================
   先頭へ戻る
   ========================================================= */
.totop {
  position: fixed;
  right: 16px;
  bottom: 92px;
  z-index: 65;
  display: none;
  align-items: center;
  gap: 6px;
  font: inherit;
  font-size: var(--fs-note);
  background: rgba(38, 34, 28, 0.86);
  color: #fff;
  border: 0;
  border-radius: 999px;
  padding: 10px 16px;
  cursor: pointer;
}

.totop.on {
  display: inline-flex;
}

/* =========================================================
   スマホ・タブレット
   ========================================================= */
@media (max-width: 900px) {
  :root {
    --fs-h1: 32px;
    --fs-h2: 26px;
    --fs-h3: 21px;
  }

  /* スマホでは注釈バーが第一画面を埋めてしまうので、
     読める最小の14pxまで詰める（03レビューゲートの下限） */
  .proposal-bar {
    padding: 8px 14px;
  }

  .proposal-bar__main,
  .proposal-bar__sub {
    font-size: var(--fs-min);
    line-height: 1.5;
  }

  .header__toggle {
    display: inline-flex;
  }

  /* ヘッダー直下に重なって出るドロップダウン。
     ヘッダーを押し広げる作りだと、画面の短い端末で
     下の項目が固定電話バーの下に隠れて押せない（実測で確認）。
     position: fixed は使わない（Android・アプリ内ブラウザで位置が壊れるため） */
  .nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    background: var(--c-paper);
    border-bottom: 1px solid var(--c-line);
    box-shadow: 0 14px 24px rgba(38, 34, 28, 0.18);
    padding: 6px 20px 84px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav.open {
    display: flex;
  }

  .nav__list {
    flex-direction: column;
    gap: 0;
  }

  .nav__list a {
    display: block;
    padding: 14px 4px;
    border-bottom: 1px solid var(--c-line);
  }

  /* メニューの中の電話ボタンは出さない。
     下部の固定バーに同じ番号が常に出ているため重複で、
     しかも画面が短い端末ではそのバーの下に隠れて押せない（実測で確認） */
  .nav__tel {
    display: none;
  }

  /* 画面の短い端末でも最後の項目まで届くようにする。
     下の固定バーのぶんの余白も確保する */
  .section,
  .hero {
    padding: 60px 16px 72px;
  }

  .panel {
    padding: 26px 20px;
    margin-left: auto;
  }

  .cards {
    grid-template-columns: minmax(0, 1fr);
  }

  .factlist__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 4px;
  }

  .callbar {
    display: block;
  }

  .footer {
    padding-bottom: 140px;
  }

  .totop {
    bottom: 104px;
  }
}

/* =========================================================
   動きを減らす設定の端末では、視点を動かさない
   ========================================================= */
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .panel,
  .band__inner {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* =========================================================
   看板の帯（3Dの上に置く）
   3Dの上に乗る3つのまとまり（第一画面／看板／ヤシのこと）は
   すべて画面1枚分の高さにそろえる。高さがバラバラだと、
   歩く速さとパネルの出るタイミングがずれる
   ========================================================= */
.band {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 60px 20px;
}

.band__inner {
  max-width: var(--shell);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 32px;
  align-items: center;
  background: rgba(246, 242, 233, 0.95);
  border-radius: var(--radius);
  padding: 30px 32px;
  box-shadow: 0 18px 50px rgba(38, 34, 28, 0.18);
}

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

.band__text > * + * {
  margin-top: 0.8em;
}

/* =========================================================
   3Dの上を離れた、通常の紙面
   ========================================================= */
.sheet {
  position: relative;
  z-index: 10;
  background: var(--c-paper);
}

.block {
  padding: 64px 20px;
}

.block--tint {
  background: #efe9dc;
}

.wrap {
  max-width: var(--shell);
  margin: 0 auto;
}

.wrap > * + * {
  margin-top: 1em;
}

.wrap > h2 + .lead,
.wrap > h2 + p {
  margin-top: 0.6em;
}

.lead {
  font-size: var(--fs-lead);
  max-width: var(--measure);
}

.block p {
  max-width: var(--measure);
}

/* ---- 写真 ---- */
.figures {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.figure {
  margin: 0;
}

.figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
  background: #ded6c6;
}

.figure figcaption {
  font-size: var(--fs-note);
  color: var(--c-ink-soft);
  margin-top: 8px;
}

.figure--wide {
  margin-top: 24px;
}

.figure--wide img {
  max-height: 460px;
  object-fit: cover;
}

/* ---- 施工事例の空き枠 ---- */
.slots {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.slot {
  aspect-ratio: 4 / 3;
  border: 2px dashed var(--c-trunk);
  border-radius: 12px;
  background: #f8f5ef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slot span {
  font-size: var(--fs-body);
  color: var(--c-ink-soft);
}

/* ---- ご依頼の流れ ---- */
.steps {
  list-style: none;
  counter-reset: step;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.steps li {
  counter-increment: step;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 12px;
  padding: 18px 16px 18px 58px;
  position: relative;
}

.steps li::before {
  content: counter(step);
  position: absolute;
  left: 16px;
  top: 16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--c-leaf);
  color: #fff;
  font-size: var(--fs-note);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.steps b {
  display: block;
  font-size: 20px;
}

.steps span {
  display: block;
  color: var(--c-ink-soft);
}

/* ---- 2段組み ---- */
.twocol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
  align-items: start;
}

.twocol > div > * + * {
  margin-top: 0.9em;
}

.big-note {
  display: inline-block;
  font-size: var(--fs-h3);
  font-weight: 700;
  color: var(--c-akane-deep);
  border-bottom: 4px solid var(--c-akane);
  padding-bottom: 4px;
}

.factlist__blank {
  color: var(--c-ink-soft);
  font-size: var(--fs-note);
  border-bottom: 1px dashed var(--c-trunk);
}

/* ---- よくある質問 ---- */
.faq {
  margin-top: 24px;
  border-top: 1px solid var(--c-line);
}

.faq__item {
  border-bottom: 1px solid var(--c-line);
  padding: 18px 0;
}

.faq dt {
  font-size: 20px;
  font-weight: 700;
  padding-left: 34px;
  position: relative;
}

.faq dt::before {
  content: "Q";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c-leaf);
  font-weight: 700;
}

.faq dd {
  margin-top: 6px;
  padding-left: 34px;
  position: relative;
  color: var(--c-ink-soft);
  max-width: var(--measure);
}

.faq dd::before {
  content: "A";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--c-akane-deep);
  font-weight: 700;
}

/* ---- アクセス ---- */
.access {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
  gap: 32px;
  align-items: start;
  margin-top: 24px;
}

.map iframe {
  width: 100%;
  height: 380px;
  border: 1px solid var(--c-line);
  border-radius: 12px;
  display: block;
}

.map__link {
  margin-top: 8px;
  font-size: var(--fs-note);
}

/* ---- しめの電話 ---- */
.closing {
  background: var(--c-leaf-deep);
  color: #f3efe6;
  padding: 60px 20px;
  text-align: center;
}

.closing .wrap > * + * {
  margin-top: 14px;
}

.closing p {
  max-width: none;
}

.btn--big {
  padding: 16px 34px;
}

.btn--big .btn__number {
  font-size: 30px;
}

.closing__note {
  font-size: var(--fs-note);
  color: #d9e3d6;
}

/* =========================================================
   スマホ・タブレット（追加分）
   ========================================================= */
@media (max-width: 900px) {
  .band {
    padding: 40px 16px;
  }

  /* スマホは縦が短いので、画面1枚分だとスカスカになる。
     3つとも同じ縛りを外して等間隔を保つ */
  .band,
  .section {
    min-height: 88vh;
  }

  .band__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    padding: 22px 20px;
  }

  .block {
    padding: 48px 16px;
  }

  .figures,
  .slots,
  .steps {
    grid-template-columns: minmax(0, 1fr);
  }

  .twocol,
  .access {
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
  }

  .map iframe {
    height: 300px;
  }
}

/* =========================================================
   シンボルマークのページ（design.html）
   ========================================================= */
.marks {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 24px;
}

.mark-cell {
  margin: 0;
}

.mark-stage {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 240px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 12px;
}

.mark-stage img {
  width: 200px;
  height: 200px;
}

.mark-stage--dark {
  background: var(--c-soil);
  border-color: var(--c-soil);
}

.mark-stage--tiny img {
  width: 20px;
  height: 20px;
}

.mark-cell figcaption {
  font-size: var(--fs-note);
  color: var(--c-ink-soft);
  margin-top: 8px;
  text-align: center;
}

/* 社名と組み合わせたところ */
.lockup {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 18px 26px;
  background: #fff;
  border: 1px solid var(--c-line);
  border-radius: 12px;
}

.lockup img {
  width: 88px;
  height: 88px;
}

.lockup__name {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", serif;
}

.closing__back {
  color: #f3efe6;
}

@media (max-width: 900px) {
  .marks {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mark-stage {
    height: 180px;
  }

  .mark-stage img {
    width: 140px;
    height: 140px;
  }

  .lockup__name {
    font-size: 30px;
  }
}
