@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700;900&display=swap');

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

:root {
  --black: #0a0a0a;
  --white: #fff;
  --gray-mid: #888;
  --gray-dark: #444;
  --rule: 1px solid var(--black);
  --rule-light: 1px solid #dedede;
  --content-max: 1200px;
}

body {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Yu Gothic', sans-serif;
  background: #d8d8d4;
  color: var(--black);
  font-size: 14px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

main {
  min-height: 70vh;
  padding-top: 60px;
}

.c-pc-only { display: block; }
.c-sp-only { display: none; }
@media (max-width: 768px) {
  .c-pc-only { display: none; }
  .c-sp-only { display: block; }
}
.wfc { width: 100%; background: var(--white); }
.content-inner { width: min(100%, var(--content-max)); margin: 0 auto; }
.full-bleed { width: 100%; }
.header-inner { display: flex; align-items: center; justify-content: space-between; width: 100%; gap: 24px; }

.wf-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 32px;
  height: 60px;
  border-bottom: var(--rule);
  background: var(--white);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 300;
  transition: transform .25s ease;
}
body.wf-header-hidden .wf-header { transform: translateY(-100%); }
.wf-logo { font-family: 'Noto Serif JP', Georgia, serif; font-size: 20px; font-weight: 900; letter-spacing: 4px; white-space: nowrap; text-decoration: none; color: var(--black); }
.wf-nav { display: flex; gap: 20px; align-items: center; }
.wf-nav a { font-size: 10px; text-decoration: none; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; }
.wf-nav a.cur { border-bottom: 1.5px solid var(--black); padding-bottom: 1px; }
.wf-nav a { transition: opacity .2s ease, border-color .3s ease, background-color .3s ease, color .3s ease; }
.wf-nav a:not(.btn):hover { opacity: .65; }
.wf-instagram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.wf-instagram-link img {
  display: block;
  width: 24px;
  height: 24px;
}
.wf-hamburger,
.wf-mobile-menu,
.wf-mobile-sticky-cta { display: none; }

.btn, .btn-o {
  padding: 11px 28px;
  font-size: 10px;
  border: 1.5px solid var(--black);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
}
.btn { background: var(--black); color: var(--white); }
.btn-o { background: transparent; color: var(--black); }
.btn-invert { background: var(--white); color: var(--black); border-color: var(--white); }
.wf-btn-link { line-height: 1.2; text-align: center; }
.btn, .btn-o, .wf-btn-link {
  transition: box-shadow .3s ease, opacity .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease;
}
.btn:hover, .wf-btn-link.btn:hover {
  background: var(--white);
  color: var(--black);
  border-color: var(--black);
  opacity: 1;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.btn-o:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  opacity: 1;
}
.btn-invert:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--white);
  opacity: 1;
}
.btn.btn-invert.wf-btn-link:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--white);
}

.sec { padding: 56px 48px; border-bottom: var(--rule-light); position: relative; }
.rule-hr { border: none; border-top: var(--rule); margin-bottom: 24px; }
.lbl { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gray-mid); font-weight: 700; }
.text-black { color: var(--black); }
.img-full { width: 100%; display: block; height: auto; object-fit: contain; }

.archive-page .page-head { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 24px; }
.archive-page .h1 { font-size: 60px; font-weight: 900; line-height: 1; letter-spacing: -2px; }
.archive-page .h1-mt { margin-top: 12px; }
.archive-page .page-head-right { text-align: right; padding-bottom: 8px; }
.archive-page .update-label { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray-mid); font-weight: 700; }
.archive-page .update-note { font-size: 12px; color: var(--gray-mid); margin-top: 4px; }
.archive-page .sec-list { padding-top: 0; }
.archive-page .g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--black); }
.archive-page .g3 > * { background: var(--white); }
.archive-page .arc-card { background: var(--white); }
.archive-page .arc-card-link { display: block; color: inherit; text-decoration: none; }
.archive-page .arc-link, .archive-page .arc-link-latest { display: block; position: relative; }
.archive-page .arc-link,
.archive-page .arc-link-latest {
  overflow: hidden;
  isolation: isolate;
  contain: paint;
}
.archive-page .arc-link,
.archive-page .arc-link-latest {
  transition: opacity .25s ease;
}
.archive-page .arc-link:hover,
.archive-page .arc-link-latest:hover {
  opacity: .92;
}
.archive-page .arc-thumb-placeholder {
  width: 100%;
  aspect-ratio: 7 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f1f1f1 0%, #e3e3e3 100%);
  color: #9a9a9a;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  overflow: hidden;
}
.archive-page .arc-thumb-placeholder span {
  display: inline-block;
  transition: transform .25s ease;
}
.archive-page .img-full { transition: transform .35s ease; transform-origin: center center; }
.archive-page .arc-meta {
  padding: 20px 20px 24px;
  border-top: var(--rule);
  display: flex;
  flex-direction: column;
  min-height: 210px;
  position: relative;
  z-index: 1;
  background: var(--white);
  transition: background-color .3s ease, color .3s ease, border-color .3s ease;
}
.archive-page .arc-vol-pre { font-size: 11px; color: #c8c8c8; letter-spacing: 2px; text-transform: lowercase; display: block; margin-bottom: 2px; }
.archive-page .arc-vol { font-size: 52px; font-weight: 900; line-height: 1; letter-spacing: -2px; }
.archive-page .arc-date, .archive-page .arc-theme { font-size: 11px; color: var(--gray-mid); margin-top: 6px; }
.archive-page .arc-theme { margin-top: 2px; }
.archive-page .arc-vol-pre,
.archive-page .arc-vol,
.archive-page .arc-date,
.archive-page .arc-theme {
  transition: color .3s ease;
}
.archive-page .arc-card-btn {
  margin-top: auto;
  margin-left: auto;
  display: inline-block;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: var(--white);
  border: 1.5px solid var(--black);
  background: var(--black);
  padding: 8px 14px;
  transition: opacity .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease;
}
.archive-page .arc-card-btn:hover {
  opacity: .88;
  background: #1b1b1b;
  color: var(--white);
}
.archive-page .arc-card-link:hover .img-full,
.archive-page .arc-card-link:hover .arc-thumb-placeholder {
  transform: scale(1.06);
}
.archive-page .arc-card-link:hover .arc-thumb-placeholder {
  transform: none;
}
.archive-page .arc-card-link:hover .arc-thumb-placeholder span {
  transform: scale(1.06);
}
.archive-page .arc-card-link:hover .arc-card-btn {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}
.archive-page .arc-card-link:hover .arc-meta {
  background: var(--black);
  border-top-color: var(--black);
}
.archive-page .arc-card-link:hover .arc-vol-pre,
.archive-page .arc-card-link:hover .arc-vol,
.archive-page .arc-card-link:hover .arc-date,
.archive-page .arc-card-link:hover .arc-theme {
  color: var(--white);
}
.archive-page .arc-latest {
  position: absolute; top: 10px; right: 10px;
  background: var(--black); color: var(--white);
  font-size: 9px; letter-spacing: 2px; text-transform: uppercase;
  padding: 4px 9px; font-weight: 700;
}

.archive-page .pagi-wrap { padding: 40px 48px 0; }
.archive-page .pagi { display: flex; justify-content: center; gap: 0; border: var(--rule); width: fit-content; margin: 0 auto; }
.archive-page .pagi .page-numbers {
  min-width: 36px;
  height: 36px;
  border-right: var(--rule);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  text-decoration: none;
  color: var(--black);
  font-size: 12px;
  font-weight: 700;
}
.archive-page .pagi .page-numbers:last-child { border-right: none; }
.archive-page .pagi .current { background: var(--black); color: var(--white); }
.archive-page .pagi .page-numbers:not(.current) { transition: background-color .2s ease, color .2s ease; }
.archive-page .pagi .page-numbers:not(.current):hover { background: #f3f3f3; }
.archive-page .archive-more-wrap { display: flex; justify-content: flex-end; padding: 24px 48px 0; }

/* Form page */
.form-page .form-page-inner {
  max-width: 860px;
  margin: 28px auto 0;
  padding: 36px 32px;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.form-page .p-form__title {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 800;
  margin-bottom: 24px;
}
.form-page .weekly-form {
  display: grid;
  gap: 18px;
}
.form-page .p-form__group {
  display: grid;
  gap: 8px;
}
.form-page .p-form__group > label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
.form-page .is-required::after {
  content: "必須";
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 10px;
  line-height: 1;
  color: #fff;
  background: #111;
  border-radius: 999px;
  vertical-align: middle;
}
.form-page .is-any::after {
  content: "任意";
  display: inline-block;
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 10px;
  line-height: 1;
  color: #666;
  background: #f1f1f1;
  border-radius: 999px;
  vertical-align: middle;
}
.form-page .c-form__input {
  width: 100%;
  border: 1px solid #cfcfcf;
  background: #fff;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.6;
  padding: 12px 14px;
}
.form-page select.c-form__input { appearance: auto; }
.form-page textarea.c-form__input {
  min-height: 120px;
  resize: vertical;
}
.form-page .c-form__input:focus {
  outline: none;
  border-color: #111;
}
.form-page .p-form__annotation {
  display: inline-block;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
}
.form-page .p-form__annotation-link { text-decoration: underline; }
.form-page .u-checkbox-group,
.form-page .u-radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}
.form-page .u-checkbox-group label,
.form-page .u-radio-group,
.form-page .p-form__input-wrap > label[for="agreement"] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  line-height: 1.6;
  cursor: pointer;
}
.form-page .u-checkbox-group input[type="checkbox"],
.form-page .u-radio-group input[type="radio"],
.form-page .p-form__input-wrap > label[for="agreement"] input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-page .u-checkbox-group label > span:first-of-type,
.form-page .p-form__input-wrap > label[for="agreement"] > span:first-of-type {
  width: 18px;
  height: 18px;
  border: 1px solid #111;
  border-radius: 3px;
  background: #fff;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
.form-page .u-radio-group .u-radio-mark {
  width: 18px;
  height: 18px;
  border: 1px solid #111;
  border-radius: 999px;
  background: #fff;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}
.form-page .u-checkbox-group input[type="checkbox"]:checked + span:first-of-type::after,
.form-page .p-form__input-wrap > label[for="agreement"] input[type="checkbox"]:checked + span:first-of-type::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #111;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-page .u-radio-group input[type="radio"]:checked + .u-radio-mark::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #111;
}
.form-page .u-checkbox-group input[type="checkbox"]:focus-visible + span:first-of-type,
.form-page .u-radio-group input[type="radio"]:focus-visible + .u-radio-mark,
.form-page .p-form__input-wrap > label[for="agreement"] input[type="checkbox"]:focus-visible + span:first-of-type {
  outline: 2px solid #111;
  outline-offset: 2px;
}
.form-page .u-delivery-text {
  margin-top: 10px;
  padding: 14px 16px;
  background: #f7f7f7;
  border-left: 3px solid #111;
  font-size: 14px;
  line-height: 1.8;
}
.form-page .u-delivery-text__small {
  display: block;
  margin-top: 6px;
  color: #555;
  font-size: 12px;
}
.form-page .u-error-message {
  display: none;
  margin-top: 6px;
  color: #b00020;
  font-size: 12px;
  line-height: 1.5;
}
.form-page .c-form__submit {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 28px;
  border: 1px solid #111;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  transition: background-color .3s ease, color .3s ease;
}
.form-page .c-form__submit:hover {
  background: #fff;
  color: #111;
}
.form-page .c-form__submit[disabled] {
  opacity: .6;
  cursor: not-allowed;
}

/* Thanks page */
.thanks-page .thanks-card {
  max-width: 860px;
  margin: 28px auto 0;
  padding: 44px 32px;
  border: 1px solid #dcdcdc;
  background: #fff;
  text-align: center;
}
.thanks-page .thanks-lead {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.thanks-page .thanks-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .form-page .form-page-inner {
    margin-top: 20px;
    padding: 24px 16px;
  }
  .form-page .p-form__title {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .form-page .c-form__submit {
    width: 100%;
  }
  .thanks-page .thanks-card {
    margin-top: 20px;
    padding: 28px 16px;
  }
  .thanks-page .thanks-lead {
    font-size: 14px;
  }
  .thanks-page .thanks-actions {
    flex-direction: column;
  }
  .thanks-page .thanks-actions .btn,
  .thanks-page .thanks-actions .btn-o {
    width: 100%;
    text-align: center;
  }
}

.apply-cta {
  background: #fff;
  border: solid 1px var(--black);
  margin: 40px 0;
}
.apply-cta-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: background-color .3s ease, color .3s ease;
}
.apply-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.apply-cta-title {
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: -1px;
  margin-top: 10px;
}
.apply-cta-list {
  margin-top: 16px;
  padding-left: 20px;
  color: var(--gray-dark);
}
.apply-cta-list li + li { margin-top: 4px; }
.apply-cta-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.apply-cta-action .btn { white-space: nowrap; }
.apply-cta-copy .lbl,
.apply-cta-title,
.apply-cta-list,
.apply-cta-list li,
.apply-cta-action .btn {
  transition: color .3s ease, border-color .3s ease, background-color .3s ease;
}
.apply-cta-link:hover {
  background: var(--black);
}
.apply-cta-link:hover .lbl,
.apply-cta-link:hover .apply-cta-title,
.apply-cta-link:hover .apply-cta-list,
.apply-cta-link:hover .apply-cta-list li {
  color: var(--white);
}
.apply-cta-link:hover .apply-cta-action .btn {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}

.service-cta {
  background: #fff; border-top: 3px solid #0a0a0a; border-bottom: 1px solid #dedede; padding: 64px 48px;
}
.service-cta-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.service-right { border-left: 1px solid #e0e0e0; padding-left: 80px; }
.service-cta-hr { border: none; border-top: 1px solid #0a0a0a; margin-bottom: 24px; }
.service-eyebrow, .service-feat-label { margin-bottom: 24px; font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #888; font-weight: 700; }
.service-title { font-size: 38px; font-weight: 900; line-height: 1.1; margin-top: 16px; }
.service-quote { font-size: 14px; color: #666; line-height: 2; margin-top: 16px; font-style: italic; }
.service-btns { display: flex; gap: 12px; margin-top: 32px; flex-wrap: wrap; }
.service-feat { display: flex; gap: 16px; align-items: flex-start; margin-bottom: 20px; }
.service-feat-num { font-size: 11px; font-weight: 900; color: #d0d0d0; min-width: 20px; margin-top: 2px; }
.service-feat-text { font-size: 14px; color: #444; line-height: 1.7; }

@media (max-width: 768px) {
  .archive-page .g3 {
    gap: 0;
  }
  .service-title {
    font-size: 24px;
    line-height: 1.2;
  }
  .service-eyebrow, .service-feat-label {
    margin-bottom: 12px;
  }
  .service-feat {
    gap: 0;
  }
  .archive-page .page-head-right {
    text-align: left;
  }
  .archive-page .arc-card {
    width: calc(100% + 24px * 2);
    margin-left: -24px;
    margin-right: -24px;
    border-top: solid 2px var(--black);
    padding-top: 20px;
  }
}

.single-page .sec { padding-left: 24px; padding-right: 24px; }
.single-page .bc { font-size: 11px; color: var(--gray-mid); margin-bottom: 32px; letter-spacing: 1px; }
.single-page .bc a { color: var(--gray-mid); text-decoration: none; }
.single-page .article-head-grid { display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: end; }
.single-page .article-head-meta { padding-bottom: 8px; border-left: var(--rule); padding-left: 40px; }
.single-page .art-vol-num { font-size: 100px; font-weight: 900; line-height: 1; letter-spacing: -4px; }
.single-page .art-vol-label { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: #c8c8c8; }
.single-page .article-date { font-size: 10px; letter-spacing: 2px; text-transform: uppercase; color: var(--gray-mid); font-weight: 700; }
.single-page .article-title { font-size: 36px; font-weight: 900; line-height: 1.1; margin-top: 8px; }
.single-page .sec-lead { padding-top: 40px; padding-bottom: 40px; }
.single-page .lead-text { font-size: 16px; color: var(--gray-dark); line-height: 2.2; max-width: 680px; }
.single-page .theme-tag {
  display: inline-block;
  border: 1.5px solid var(--black);
  padding: 3px 12px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  margin-top: 12px;
}
.single-page .theme-tag-spacing { margin-top: 16px; }
.single-page .sec-works { padding-left: 0; padding-right: 0; }
.single-page .works-head { padding: 0 48px 20px; }
.single-page .g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--black); }
.single-page .g3 > * { background: var(--white); }
.single-page .single-work-image-link {
  display: block;
  overflow: hidden;
}
.single-page .work-card { padding: 24px 24px 28px; border-top: var(--rule); }
.single-page .work-pickup { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gray-mid); font-weight: 700; }
.single-page .work-name-wrap { margin-top: 10px; }
.single-page .work-name-pre { font-size: 10px; color: #c0c0c0; font-weight: 400; letter-spacing: 1px; }
.single-page .work-name { font-size: 20px; font-weight: 900; color: var(--black); line-height: 1.2; }
.single-page .editor-comment { margin-top: 16px; padding-top: 14px; border-top: var(--rule-light); }
.single-page .editor-comment-label { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--black); font-weight: 700; margin-bottom: 6px; }
.single-page .editor-comment-text { font-size: 13px; color: var(--gray-dark); line-height: 1.85; }
.single-page .mb-40 { margin-bottom: 40px; }
.single-page .mb-56 { margin-bottom: 56px; }
.single-page .h3 { font-size: 20px; font-weight: 700; line-height: 1.3; }
.single-page .body-text { font-size: 14px; color: var(--gray-dark); line-height: 1.95; margin-top: 12px; }
.single-page .g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.single-page .ig-steps { display: flex; flex-direction: column; margin-top: 24px; border-top: var(--rule); }
.single-page .ig-row { display: flex; gap: 24px; align-items: flex-start; padding: 20px 0; border-bottom: var(--rule-light); }
.single-page .ig-num { font-size: 32px; font-weight: 900; color: #e0e0e0; line-height: 1; flex-shrink: 0; width: 40px; }
.single-page .ig-step-label { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gray-mid); font-weight: 700; }
.single-page .ig-txt { font-size: 14px; color: var(--gray-dark); line-height: 1.7; margin-top: 4px; }
.single-page .ig-prize {
  margin-top: 24px;
  border-top: var(--rule);
  border-bottom: var(--rule);
  padding: 20px 0;
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.single-page .ig-prize-label { font-size: 9px; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gray-mid); font-weight: 700; flex-shrink: 0; }
.single-page .ig-prize-val { font-size: 18px; font-weight: 900; color: var(--black); }
.single-page .theme-box { border: var(--rule); }
.single-page .theme-box-head { padding: 16px 20px; border-bottom: var(--rule); }
.single-page .theme-box-eyebrow { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gray-mid); font-weight: 700; }
.single-page .theme-box-body { padding: 24px 20px; }
.single-page .theme-box-title { font-size: 32px; font-weight: 900; color: var(--black); line-height: 1.2; }
.single-page .theme-box-foot { padding: 16px 20px; border-top: var(--rule-light); }
.single-page .theme-box-meta { font-size: 11px; color: var(--gray-mid); line-height: 2; letter-spacing: 0.5px; }

@media (max-width: 768px) {
  .single-page .ig-prize {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .single-page .ig-prize-val {
    font-size: 24px;
  }
  .single-page .theme-box-title {
    font-size: 24px;
  }
  .single-page .article-title {
    font-size: 24px;
  }
  .single-page .lead-text {
    font-size: 14px;
  }
  .single-page .ig-row {
    gap: 8px;
  }
  .single-page .g3 {
    width: calc(100% + 24px * 2);
    margin-left: -24px;
    margin-right: -24px;
    gap: 2px;
  }
  .single-page .works-head {
    padding: 0 0 20px;
  }
}

.single-page .sec-prev-next { padding: 40px 24px; }
.single-page .pn-nav { display: flex; justify-content: space-between; align-items: stretch; border: var(--rule); }
.single-page .pn-cell { flex: 1; padding: 24px 28px; }
.single-page .pn-cell + .pn-cell { border-left: var(--rule); }
.single-page .pn-center { display: flex; align-items: center; justify-content: center; padding: 0 28px; border-left: var(--rule); border-right: var(--rule); }
.single-page .pn-dir { font-size: 9px; letter-spacing: 3px; text-transform: uppercase; color: var(--gray-mid); font-weight: 700; }
.single-page .pn-vol { font-size: 22px; font-weight: 900; margin-top: 6px; }
.single-page .text-right { text-align: right; }
.single-page .pn-link-cell {
  text-decoration: none;
  color: var(--black);
  display: block;
  transition: background-color .2s ease;
}
.single-page .pn-link-cell:hover {
  background: #f7f7f7;
}
.single-page .pn-dir {
  transition: color .2s ease;
}
.single-page .pn-link-cell:hover .pn-dir {
  color: #666;
}
.single-page .pn-link-cell.is-disabled {
  opacity: .5;
  cursor: default;
}
.single-page .text-link-upper {
  font-size: 10px; color: var(--black); letter-spacing: 2px; text-transform: uppercase;
  font-weight: 700; text-decoration: none; border-bottom: 1px solid var(--black);
}
.single-page .text-link-upper {
  transition: opacity .2s ease;
}
.single-page .text-link-upper:hover {
  opacity: .65;
}
.single-page .pn-vol a { color: var(--black); text-decoration: none; }

.wf-foot {
  border-top: var(--rule);
  background: var(--black);
  color: var(--white);
  padding: 48px;
}
.footer-inner { display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: start; width: 100%; }
.foot-logo { font-family: 'Noto Serif JP', Georgia, serif; font-size: 18px; font-weight: 900; letter-spacing: 5px; text-transform: uppercase; text-decoration: none; color: var(--white); display: inline-block; }
.foot-logo:hover { opacity: .85; }
.foot-sub { font-size: 10px; color: #444; letter-spacing: 2px; text-transform: uppercase; margin-top: 6px; }
.foot-brand { display: flex; flex-direction: column; gap: 10px; }
.foot-nav { display: flex; flex-direction: column; gap: 10px; }
.foot-nav a { color: #888; font-size: 11px; text-decoration: none; letter-spacing: 1.5px; text-transform: uppercase; }
.foot-nav a { transition: color .2s ease, opacity .2s ease; }
.foot-nav a:hover { color: #fff; opacity: .85; }
.foot-btn {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.foot-instagram-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
}
.foot-instagram-link img {
  width: 24px;
  height: 24px;
  filter: invert(1) grayscale(1);
  opacity: .7;
}

/* Spotlight feed alignment fixes (image/icon/arrow vertical centering) */
.spotlight-instagram-feed {
  margin-top: 60px;
}
.spotlight-instagram-feed img {
  display: block;
  vertical-align: middle;
}
.spotlight-instagram-feed button,
.spotlight-instagram-feed .DesignedButton__button,
.spotlight-instagram-feed [class*="arrow"],
.spotlight-instagram-feed svg {
  vertical-align: middle;
}
.spotlight-instagram-feed .DesignedButton__button,
.spotlight-instagram-feed .FeedLayout__button button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}

/* Spotlight lightbox arrow vertical centering */
.spotlight-instagram-feed .MediaPopupBox__nav-button {
  top: 50% !important;
  transform: translateY(-50%) !important;
}
.spotlight-instagram-feed .MediaPopupBox__control {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
}
.spotlight-instagram-feed .MediaPopupBox__control-icon {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  line-height: 1 !important;
}

@media (max-width: 1024px) {
  .archive-page .g3 { grid-template-columns: 1fr 1fr; }
  .service-cta-inner { grid-template-columns: 1fr; gap: 40px; }
  .service-right { border-left: none; padding-left: 0; }
}

@media (max-width: 768px) {
  .spotlight-instagram-feed {
    margin-top: 40px;
  }
  .wf-header, .sec, .wf-foot { padding-left: 20px; padding-right: 20px; }
  .wf-header { height: auto; min-height: 64px; padding-top: 10px; padding-bottom: 10px; }
  main { padding-top: 64px; }
  .wf-nav { display: none; }
  .wf-hamburger {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border: 1px solid var(--black);
    background: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    position: relative;
    z-index: 80;
  }
  .wf-hamburger span {
    width: 18px;
    height: 1px;
    background: var(--black);
    display: block;
  }
  .wf-mobile-menu {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 60;
    background: rgba(255, 255, 255, 0.98);
    padding: 80px 20px 24px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity .28s ease, transform .28s ease, visibility .28s ease;
    display: flex;
    flex-direction: column;
  }
  .wf-mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .wf-mobile-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding: 0 0 12px;
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
    border-top: var(--rule);
  }
  .wf-mobile-nav a {
    color: var(--black);
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 1.5px;
    text-align: center;
    padding: 18px 0;
    border-bottom: 1px solid #ececec;
    font-weight: 500;
  }
  .wf-mobile-nav a:last-child {
    border-bottom: 0;
  }
  .wf-mobile-menu-cta-wrap {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    padding: 8px 0 8px;
  }
  .wf-mobile-menu-cta {
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    background: var(--black);
    color: var(--white);
    border: 1.5px solid var(--black);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 12px;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
  }
  .wf-mobile-menu-cta:hover {
    background: var(--white);
    color: var(--black);
    border-color: var(--black);
    opacity: 1;
  }
  body.wf-menu-open {
    overflow: hidden;
  }
  body.wf-menu-open .wf-hamburger {
    position: fixed;
    top: 12px;
    right: 20px;
    background: #fff;
  }
  .wf-mobile-sticky-cta {
    display: block;
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 50;
    text-align: center;
    background: var(--black);
    color: var(--white);
    border: 1.5px solid var(--black);
    text-decoration: none;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 10px;
    transition: background-color .3s ease, color .3s ease, border-color .3s ease;
  }
  .wf-mobile-sticky-cta:hover {
    background: var(--white);
    color: var(--black);
    border-color: var(--black);
  }
  body.wf-menu-open .wf-mobile-sticky-cta {
    display: none;
  }
  body { padding-bottom: 70px; }
  .archive-page .h1 { font-size: 32px; line-height: 1.2; }
  .archive-page .g3 { grid-template-columns: 1fr; }
  .archive-page .archive-more-wrap { padding-left: 20px; padding-right: 20px; }
  .apply-cta-inner { flex-direction: column; align-items: flex-start; }
  .apply-cta-title { font-size: 30px; }
  .apply-cta-action { width: 100%; }
  .apply-cta-action .btn { width: 100%; text-align: center; }
  .apply-cta-actions { flex-direction: column; }
  .single-page .article-head-grid { grid-template-columns: 1fr; gap: 20px; }
  .single-page .article-head-meta { border-left: 0; padding-left: 0; }
  .single-page .art-vol-num { font-size: 72px; }
  .single-page .g3 { grid-template-columns: 1fr; }
  .single-page .g2 { grid-template-columns: 1fr; gap: 40px; }
  .footer-inner { grid-template-columns: 1fr; gap: 24px; }
  .wf-instagram-link img {
    width: 40px;
    height: 40px;
  }
  .service-cta { padding-left: 20px; padding-right: 20px; }
  .single-page .pn-nav {
    flex-direction: column;
  }
  .archive-page .sec {
    padding: 24px 20px;
    border: 0;
  }
  .archive-page .rule-hr {
    border-top: none;
  }
  .single-page .pn-link-cell {
    border-left: none;
    border-bottom: var(--rule);
  }
  .single-page .pn-link-cell:last-child {
    border-bottom: none;
  }
  .single-page .pn-link-cell + .pn-link-cell {
    border-bottom: none;
  }
  .single-page .pn-center {
    border-left: none;
    border-right: none;
    border-bottom: var(--rule);
    padding: 24px 20px;
  }
  .single-page .pn-dir {
    font-size: 10px;
  }
  .single-page .pn-vol {
    font-size: 14px;
  }
  .single-page .sec {
    padding: 24px 20px;
    border: 0;
  }
  .single-page .pn-cell {
    padding: 12px 20px;
  }
  .single-page .single-work-image-link {
    pointer-events: none;
    cursor: default;
  }
  .foot-btn {
    display: none;
  }
}

@media (min-width: 769px) {
  .single-page .single-work-image-link {
    cursor: zoom-in;
  }
  .single-page .single-work-image-link .img-full {
    transition: transform .3s ease;
  }
  .single-page .single-work-image-link:hover .img-full {
    transform: scale(1.05);
  }
}
.FeedHeader__right-container {
  flex: unset!important;
}
.DesignedButton__button {
  color: var(--white)!important;
  background: var(--black)!important;
  border: solid 1px var(--black)!important;
  border-radius: 0!important;
  min-width: unset!important;
  align-self: flex-end!important;
  transition: background-color .3s ease, color .3s ease, border-color .3s ease !important;
  border: solid 1px var(--black)!important;
  padding: 10px 20px!important;
  white-space: nowrap!important;
}
.DesignedButton__button:hover {
  background: var(--white)!important;
  color: var(--black)!important;
  border: solid 1px var(--black)!important;
}
.MediaTile__overlay svg {
  display: none;
}
.MediaPopupBox__modal-aligner {
  position: relative;
  align-items: center;
  width: 100%;
  margin: auto;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .apply-cta {
    margin-left: 20px;
    margin-right: 20px;
  }
}