/*  CSS整理版：重複・死んだ指定を整理済み。強制上書きなし。レスポンシブ指定は必要箇所のみ残しています。  */

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  margin: 0;
  padding: 0;
  padding-top: 12px;
  background: rgba(7,7,7,.97);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid #2d2118;
}

.site-header__inner {
  height: var(--header-height);
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.site-header__brand {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

.site-header__logo {
  display: block;
  width: var(--header-logo-width);
  height: auto;
  max-height: none;
  transform: scale(var(--header-logo-scale));
  transform-origin: left center;
  position: relative;
  top: -18px;
  left: -47px;
}

.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.site-header__nav a {
  color: #c9c0b5;
  text-decoration: none;
  font-size: var(--header-nav-size);
  line-height: 1.4;
  letter-spacing: .06em;
  white-space: nowrap;
}

.site-header__nav a:hover {
  color: #fff;
}

@media (max-width:980px) {
:root {
  --header-logo-height: 56px;
}

.site-header__nav {
  gap: 14px;
}

}

@media (max-width:860px) {
.site-header__nav {
  display: none;
}

}

.hero-scene-layer[data-scene="1"] {
  background-image: url("../assets/chitose/hero-scene-01.webp");
}

.hero-scene-layer[data-scene="2"] {
  background-image: url("../assets/chitose/hero-scene-02.webp");
}

.hero-scene-layer[data-scene="3"] {
  background-image: url("../assets/chitose/hero-scene-03.webp");
}

.hero-scene-layer[data-scene="4"] {
  background-image: url("../assets/chitose/hero-scene-04.webp");
}

.hero-scene-layer[data-scene="5"] {
  background-image: url("../assets/chitose/hero-scene-05.webp");
}

.hero-scene-layer[data-scene="6"] {
  background-image: url("../assets/chitose/hero-scene-06.webp");
}

.hero-scene-layer[data-scene="7"] {
  background-image: url("../assets/chitose/hero-scene-07.webp");
}

.hero-scene-layer[data-scene="8"] {
  background-image: url("../assets/chitose/hero-scene-08.webp");
}

.hero-scene-layer[data-scene="9"] {
  background-image: url("../assets/chitose/hero-scene-09.webp");
}

.hero-scene-layer[data-scene="10"] {
  background-image: url("../assets/chitose/hero-scene-10.webp");
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  color: inherit;
}

button {
  font: inherit;
}

.wrap {
  width: min(var(--max),calc(100% - 40px));
  margin: auto;
}

h1 {
  margin: 0;
  font-size: clamp(54px,8vw,92px);
  line-height: 1.15;
  letter-spacing: .14em;
  font-weight: 500;
}

section {
  padding: 84px 0;
  border-bottom: 1px solid var(--line);
}

.latest-head {
  margin-bottom: 32px;
}

.art-main {
  aspect-ratio: 4/3;
  border: 1px solid #3b3834;
  overflow: hidden;
  background: #0e0e0e;
  cursor: zoom-in;
  position: relative;
}

.art-main img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity .2s;
}

.art-main:after {
  content: "クリックで拡大";
  position: absolute;
  right: 10px;
  bottom: 10px;
  padding: 5px 8px;
  background: rgba(0,0,0,.7);
  border: 1px solid rgba(255,255,255,.15);
  color: #ddd6cf;
  font-size: 12px;
}

.art-note {
  margin-top: 10px;
  color: #6e6963;
  font-size: 11px;
}

.meta .meta-genre {
  border-color: #7f4a20;
  color: #f0dcc5;
}

.meta .meta-platform {
  border-color: #7f4a20;
  color: #f0dcc5;
  box-shadow: inset 3px 0 0 rgba(222,125,36,.55);
}

.meta .meta-price {
  border-color: #7f4a20;
  background: linear-gradient(180deg,#18110c,#100d0a);
  color: #f0dcc5;
  font-weight: 400;
  box-shadow: inset 3px 0 0 rgba(222,125,36,.55);
}

.actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.about-copy {
  width: 100%;
  max-width: none;
  margin-top: 24px;
}

.about-copy p {
  margin: 0 0 1.25em;
  line-break: strict;
  text-wrap: pretty;
}

.about-points {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 12px;
  margin-top: 34px;
}

.book-spines {
  min-height: 250px;
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding: 18px 6px 0;
}

.spine:hover {
  transform: translateY(-8px);
  border-color: #8c5728;
}

.shelf-empty {
  align-self: center;
  margin-left: 10px;
  color: #504c48;
  font-size: 12px;
}

.news-date {
  color: #817b75;
  font-size: 11px;
}

.text-link {
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  border-bottom: 1px solid #5f3f22;
}

.nocrel-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 22px;
}

.nocrel-actions .text-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 14px;
  border: 1px solid #5f3f22;
  background: #0d0b09;
  color: #cfc6bd;
  text-decoration: none;
  font-size: 12px;
}

.nocrel-actions .text-link:hover {
  border-color: var(--accent2);
  color: #fff;
  background: #171008;
}

footer {
  padding: 30px 0 44px;
  background: #050505;
  color: #6e6963;
}

.footer-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-nav a {
  width: max-content;
  max-width: 100%;
  color: #aaa39b;
  text-decoration: none;
  font-size: 12px;
  border-bottom: 1px solid transparent;
}

.footer-nav a:hover {
  color: #fff;
  border-bottom-color: #624126;
}

.footer-bottom-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.footer-bottom-links a {
  color: #77716b;
  text-decoration: none;
}

.footer-bottom-links a:hover {
  color: #b5aea5;
}

@media (max-width:560px) {

.footer-bottom {
  flex-direction: column;
}

}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 120;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(0,0,0,.93);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(1500px,94vw);
  max-height: 88vh;
  object-fit: contain;
  border: 1px solid #403c38;
  box-shadow: 0 20px 70px rgba(0,0,0,.6);
}

.lb-close {
  position: fixed;
  right: 22px;
  top: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid #514b45;
  background: #080808;
  color: #ddd6ce;
  cursor: pointer;
  font-size: 22px;
}

@media (max-width:860px) {

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

}

@media (max-width:560px) {
.wrap {
  width: calc(100% - 28px);
}

h1 {
  font-size: 48px;
}

section {
  padding: 64px 0;
}

.actions {
  grid-template-columns: 1fr;
}

}

#about .revisit-note {
  margin-top: 30px;
}

.footer-brand-mark img {
  height: auto;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,.32));
  width: 112px;
  max-width: 112px;
}

@media (max-width:560px) {

.footer-brand-mark img {
  width: 86px;
  max-width: 86px;
}

}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  opacity: .28;
  background: radial-gradient(circle at 18% 22%,rgba(198,166,128,.045),transparent 14%),
    radial-gradient(circle at 82% 58%,rgba(164,116,75,.035),transparent 17%),
    linear-gradient(115deg,transparent 0 49.7%,rgba(255,255,255,.018) 50%,transparent 50.3%);
}

.field-stamp b {
  color: #bca58e;
  font-weight: 400;
}

.latest-layout::before {
  content: "FIELD NOTE / VOL.01";
  position: absolute;
  right: 18px;
  top: 12px;
  color: #725b49;
  font: 700 9px/1 Arial,sans-serif;
  letter-spacing: .18em;
}

#about .about-intro-grid::before {
  content: "ARCHIVE NOTE";
  position: absolute;
  left: 0;
  top: -14px;
  transform: translateY(-100%);
  color: #695544;
  font: 700 9px/1 Arial,sans-serif;
  letter-spacing: .18em;
}

.shelf-line {
  margin-top: 8px;
  border-top: 1px solid #3a3733;
  border-bottom: 1px solid #1c1b1a;
  height: 13px;
  border-top-color: #57402f;
  border-bottom-color: #201712;
  background: linear-gradient(180deg,#1e150f,#0e0b09);
}

.news-list {
  margin-top: 32px;
  border-top: 1px solid var(--line2);
  border-top-color: #4a382b;
}

.news-row::before {
  content: "INDEX";
  position: absolute;
  right: 4px;
  top: 10px;
  color: #55473c;
  font: 700 8px/1 Arial,sans-serif;
  letter-spacing: .14em;
}

@media (max-width:560px) {

.latest-layout::before {
  right: 10px;
  top: 9px;
  font-size: 8px;
}

}

.latest-layout::before,
#about .about-intro-grid::before,
.about-point::before,
.news-row::before {
  content: none;
  display: none;
}

.field-stamp::before,
.field-stamp::after {
  content: "";
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg,transparent,#72573f);
}

.field-stamp::after {
  background: linear-gradient(90deg,#72573f,transparent);
}

.latest-layout {
  display: grid;
  grid-template-columns: minmax(0,.95fr) minmax(0,1.05fr);
  gap: 46px;
  align-items: center;
  border-top: 1px solid var(--line2);
  border-bottom: 1px solid var(--line2);
  position: relative;
  padding: 42px 34px;
  border: 1px solid #49382c;
  border-color: #4c3b30;
  background: linear-gradient(180deg,rgba(39,30,23,.84),rgba(18,14,11,.88)),
    repeating-linear-gradient(0deg,transparent 0 31px,rgba(203,172,135,.018) 31px 32px);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.012),
    inset 0 18px 40px rgba(196,133,67,.025),
    0 20px 50px rgba(0,0,0,.12);
}

.about-point {
  border: 1px solid var(--line);
  padding: 24px;
  position: relative;
  border-color: #40342b;
  background: radial-gradient(circle at 100% 0%,rgba(201,150,91,.035),transparent 34%),
    linear-gradient(180deg,#14100d,#0e0c0a);
  padding-top: 24px;
}

.shelf-frame {
  margin-top: 32px;
  padding: 28px 26px 14px;
  border: 1px solid #292725;
  box-shadow: inset 0 1px 0 rgba(210,169,124,.045),
    inset 0 -16px 32px rgba(0,0,0,.18);
  border-color: #4c3a2e;
  background: radial-gradient(ellipse at 50% -8%,rgba(189,126,65,.055),transparent 38%),
    linear-gradient(180deg,rgba(35,26,20,.96),rgba(16,12,10,.99));
}

.news-row {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px;
  padding: 14px 4px;
  border-bottom: 1px solid var(--line);
  position: relative;
  border-bottom-color: #372d25;
  background: linear-gradient(90deg,rgba(64,45,31,.15),transparent 44%);
}

.nocrel {
  background: linear-gradient(180deg,#0a0908,#080807);
}

.nocrel-card {
  max-width: 820px;
  border: 1px solid var(--line);
  padding: 30px;
  border-color: #38332d;
  background: linear-gradient(180deg,#0f0e0d,#0a0908);
}

.latest-layout::after {
  position: absolute;
  width: 72px;
  height: 72px;
  right: 14px;
  bottom: 12px;
  pointer-events: none;
  opacity: .22;
  background: linear-gradient(135deg,transparent 48%,#9b795c 49% 50%,transparent 51%),
    linear-gradient(45deg,transparent 48%,#9b795c 49% 50%,transparent 51%);
  content: none;
  display: none;
}

.about-point::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8b6c4f;
  box-shadow: 0 1px 3px rgba(0,0,0,.7),inset 0 0 0 1px rgba(255,255,255,.08);
  opacity: .48;
  top: 10px;
  right: 12px;
  bottom: auto;
  left: auto;
}

.about-point::before {
  color: #6c5949;
  font: 700 8px/1 Arial,sans-serif;
  letter-spacing: .16em;
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  bottom: 10px;
  top: auto;
  right: auto;
  width: 6px;
  height: 6px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #8b6c4f;
  box-shadow: 0 1px 3px rgba(0,0,0,.72),
    inset 0 0 0 1px rgba(255,255,255,.08);
  opacity: .42;
}

.folk-cord {
  position: absolute;
  top: 18px;
  width: 2px;
  background: linear-gradient(180deg,#9a7a5c,rgba(112,86,62,.56));
  transform-origin: top center;
}

.folk-cord-a {
  left: 21%;
  height: 74px;
  transform: rotate(1.6deg);
}

.folk-cord-b {
  left: 66%;
  height: 96px;
  transform: rotate(-1.4deg);
}

.folk-cord-c {
  left: 26%;
  height: 90px;
  transform: rotate(-1deg);
}

.folk-cord-d {
  left: 72%;
  height: 68px;
  transform: rotate(1.5deg);
}

.folk-tag {
  position: absolute;
  left: 50%;
  top: 100%;
  display: block;
  transform: translateX(-50%);
  background: linear-gradient(180deg,rgba(205,178,142,.68),rgba(129,102,77,.42)), #463528;
  border: 1px solid rgba(209,177,138,.44);
  box-shadow: 0 5px 12px rgba(0,0,0,.28);
}

.folk-tag::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 4px;
  height: 4px;
  margin-left: -2px;
  border: 1px solid rgba(24,18,13,.76);
  border-radius: 50%;
  background: rgba(120,90,62,.72);
}

.folk-tag-a {
  width: 22px;
  height: 44px;
  clip-path: polygon(0 0,100% 0,100% 86%,76% 100%,0 100%);
  transform: translateX(-50%) rotate(-3deg);
}

.folk-tag-b {
  width: 26px;
  height: 50px;
  clip-path: polygon(0 0,100% 0,100% 100%,0 94%);
  transform: translateX(-50%) rotate(2deg);
}

.folk-tag-c {
  width: 18px;
  height: 35px;
  clip-path: polygon(0 0,100% 0,100% 88%,70% 100%,0 100%);
  transform: translateX(-50%) rotate(-2deg);
}

.folk-tag-d {
  width: 20px;
  height: 40px;
  clip-path: polygon(0 0,100% 0,100% 90%,82% 100%,0 100%);
  transform: translateX(-50%) rotate(3deg);
}

.folk-shide-a {
  left: 47%;
  transform: rotate(2deg);
}

.folk-shide-b {
  left: 55%;
  transform: rotate(-2deg);
}

.hero-artifacts .artifact-shadow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 56px;
  background: radial-gradient(circle at 70% 50%,rgba(0,0,0,.34),transparent 66%);
}

.artifact-note,
.artifact-recorder,
.artifact-photo {
  position: absolute;
  box-shadow: 0 16px 28px rgba(0,0,0,.30);
}

.artifact-note {
  right: 18px;
  bottom: 10px;
  width: 190px;
  height: 118px;
  border: 1px solid rgba(164,132,96,.34);
  border-radius: 8px 8px 12px 12px;
  background: linear-gradient(180deg,rgba(214,194,164,.94),rgba(173,146,114,.88)),
    #c7ae8b;
  transform: rotate(-5deg);
}

.artifact-note::before {
  content: "";
  position: absolute;
  left: 18px;
  right: 24px;
  top: 22px;
  bottom: 18px;
  background: repeating-linear-gradient(180deg,rgba(102,76,48,.18) 0 1px,transparent 1px 15px);
  opacity: .85;
}

.artifact-note::after {
  content: "調査手帳";
  position: absolute;
  left: 18px;
  top: 10px;
  color: rgba(72,53,33,.72);
  font-size: 11px;
  letter-spacing: .14em;
}

.artifact-recorder {
  left: 28px;
  bottom: 18px;
  width: 118px;
  height: 64px;
  border: 1px solid rgba(126,94,63,.44);
  border-radius: 10px;
  background: linear-gradient(180deg,#3b3027,#221b16);
  transform: rotate(8deg);
}

.artifact-recorder::before,
.artifact-recorder::after {
  content: "";
  position: absolute;
  top: 14px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle at 40% 40%,#635246 0 25%,#1b1511 26% 45%,#56493f 46% 100%);
  box-shadow: inset 0 0 0 1px rgba(223,196,164,.10);
}

.artifact-recorder::before {
  left: 12px;
}

.artifact-recorder::after {
  right: 12px;
}

.artifact-recorder span {
  position: absolute;
  left: 50%;
  top: 28px;
  width: 26px;
  height: 6px;
  margin-left: -13px;
  border-radius: 4px;
  background: linear-gradient(90deg,#6d5948,#8f735e,#6d5948);
  opacity: .85;
}

.artifact-photo {
  width: 108px;
  height: 78px;
  padding: 7px;
  border: 1px solid rgba(210,194,175,.18);
  background: linear-gradient(180deg,#d0c0aa,#b8a28a);
}

.artifact-photo::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.28)),
    radial-gradient(circle at 28% 34%,rgba(236,225,201,.35),transparent 16%),
    linear-gradient(140deg,#5b4837 0 35%,#877159 36% 56%,#3f342b 57% 100%);
  filter: grayscale(1);
}

.artifact-photo-a {
  right: 132px;
  bottom: 82px;
  transform: rotate(-6deg);
}

.artifact-photo-b {
  right: 24px;
  bottom: 88px;
  transform: rotate(8deg);
}

@media (max-width:980px) {

.artifact-note {
  width: 146px;
  height: 96px;
}

.artifact-recorder {
  left: 14px;
  width: 92px;
  height: 52px;
}

.artifact-recorder::before,.artifact-recorder::after {
  top: 11px;
  width: 22px;
  height: 22px;
}

.artifact-recorder span {
  top: 23px;
  width: 20px;
  margin-left: -10px;
}

.artifact-photo {
  width: 86px;
  height: 62px;
}

.artifact-photo-a {
  right: 96px;
  bottom: 74px;
}

}

@media (max-width:640px) {

.folk-cord-a {
  height: 58px;
}

.folk-cord-b {
  height: 74px;
}

.folk-tag-a {
  width: 18px;
  height: 35px;
}

.folk-tag-b {
  width: 22px;
  height: 42px;
}

}

.hero-inner {
  padding: 72px 0;
  position: relative;
  z-index: 3;
}

@media (max-width:860px) {
.folk-hanging {
  transform: scale(.95);
  transform-origin: top left;
}

.folk-hanging-secondary {
  display: none;
}

}

@media (max-width:560px) {

.folk-cord-a {
  height: 68px;
}

.folk-cord-b {
  height: 88px;
}

.folk-cord-c {
  height: 60px;
}

.folk-cord-d {
  height: 72px;
}

.folk-tag-a {
  width: 18px;
  height: 36px;
}

.folk-tag-b {
  width: 24px;
  height: 46px;
}

.folk-tag-c {
  width: 15px;
  height: 30px;
}

.folk-tag-d {
  width: 20px;
  height: 40px;
}

}


.book-copy {
  margin: 0 0 14px;
  font-size: 17px;
  color: #d3c9bd;
}

.revisit-note {
  width: 100%;
  max-width: none;
  margin: 30px 0 0;
  padding: 20px 24px;
  border: 1px solid #3a2d23;
  border-left: 3px solid var(--accent2);
  border-color: #503b2b;
  border-left-color: var(--accent2);
  background: radial-gradient(ellipse at 8% 0%,rgba(201,138,73,.055),transparent 34%),
    linear-gradient(90deg,rgba(107,72,42,.12),rgba(34,27,21,.22));
  font-size: 16px;
  color: #ded3c6;
}

.hero-logo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-omen svg {
  display: block;
  width: 100%;
  height: 100%;
}

.omen-ground,.omen-stone,.omen-mark,.omen-grass,
.omen-rope,.omen-cord,.omen-paper,.omen-lantern,.omen-lantern-line {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
}

.omen-mark {
  stroke-width: 1.15;
  opacity: .68;
}

.omen-grass {
  stroke-width: 1.3;
  opacity: .65;
}

.omen-lantern-line {
  stroke-width: 1.2;
  opacity: .75;
}

.hero-artifacts {
  position: absolute;
  right: 5.6%;
  bottom: 22px;
  width: min(360px,28vw);
  height: 170px;
  pointer-events: none;
  z-index: 2;
  opacity: .78;
  display: none;
}

.folk-hanging,.folk-hanging-secondary {
  opacity: .23;
}

.folk-hanging {
  height: 132px;
  opacity: .42;
  left: 2%;
  width: min(250px,20vw);
}

.folk-hanging-secondary {
  height: 132px;
  opacity: .34;
  transform: scaleX(-1) rotate(-1deg);
  transform-origin: top right;
  right: 2%;
  width: min(220px,18vw);
}

/* ===== セクション番号：ガイドラインと同系統の透かし表現 ===== */
main {
  counter-reset: chitose-section;
}

main > section:not(.hero) {
  counter-increment: chitose-section;
}

.section-label::before {
  content: counter(chitose-section, decimal-leading-zero);
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  transform: translate(-6px,-50%) scaleX(.82);
  transform-origin: left center;
  pointer-events: none;
  user-select: none;
  font-family: "Times New Roman","Yu Mincho",serif;
  font-size: clamp(70px,7.8vw,108px);
  font-weight: 700;
  line-height: .82;
  letter-spacing: -.055em;
  font-variant-numeric: lining-nums tabular-nums;
  font-feature-settings: "lnum" 1,"tnum" 1;
  color: rgba(212,135,56,.14);
}

h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 72px;
  background: linear-gradient(90deg,#b06b31,transparent);
}

.latest {
  background: linear-gradient(90deg,rgba(93,55,31,.08),transparent 32%),
    radial-gradient(circle at 82% 16%,rgba(212,145,77,.06),transparent 26%),
    #0d0a08;
}

#about {
  background: linear-gradient(180deg,rgba(35,25,18,.32),rgba(10,8,7,.88)),
    repeating-linear-gradient(90deg,transparent 0 76px,rgba(176,137,99,.014) 76px 77px);
}

.shelf {
  background: radial-gradient(ellipse at 50% 0%,rgba(154,91,47,.07),transparent 35%),
    #0b0907;
}

.about-intro-grid::after {
  content: "";
  position: absolute;
  right: 0;
  top: 8px;
  width: 58px;
  height: 58px;
  opacity: .13;
  border: 1px solid #b07a4c;
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(176,122,76,.02),
    inset 0 0 0 1px rgba(176,122,76,.18);
}

.about-intro-grid::before {
  content: "";
  position: absolute;
  right: 17px;
  top: 25px;
  width: 24px;
  height: 24px;
  border: 1px solid #b07a4c;
  transform: rotate(45deg);
  opacity: .16;
}

@media (max-width:860px) {

.about-copy p,
.book-copy {
  font-size: 16px;
}

}

.book-copy,
.about-copy p {
  font-size: 18px;
  line-height: 2.08;
  color: #e2d8cb;
}

.revisit-note .revisit-label {
  display: block;
  margin-bottom: 7px;
  color: var(--accent2);
  letter-spacing: .14em;
  font-size: 13px;
}

.revisit-note p {
  margin: 0;
  line-break: strict;
  text-wrap: pretty;
  font-size: 16px;
  line-height: 2.05;
  color: #ddd1c3;
}

.about-point h3 {
  margin: 0 0 8px;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 10px;
}

.about-point p {
  margin: 0;
  font-size: 15px;
  line-height: 1.95;
  color: #cec1b3;
}

.btn,
.nocrel-actions .text-link {
  min-height: 52px;
  font-size: 15px;
}

.text-link,
.news-date,
.art-note,
.footer-brand-copy,
.footer-nav a,
.footer-bottom,
.footer-bottom-links a {
  font-size: 13px;
}


.news-text {
  color: #d4cbc0;
  font-size: 16px;
  line-height: 1.9;
}

.nocrel-card p {
  margin: 0 0 18px;
  color: #c9c0b5;
  font-size: 16px;
  line-height: 2;
}

.footer-brand-title {
  margin: 0 0 9px;
  color: #eee9e2;
  font-weight: 500;
  letter-spacing: .08em;
  font-size: 20px;
}

h2 {
  margin: 0 0 12px;
  font-weight: 500;
  letter-spacing: .04em;
  position: relative;
  padding-bottom: 14px;
  color: #fffaf2;
  font-size: clamp(38px,4.8vw,58px);
  line-height: 1.3;
}

.latest-head h2 {
  margin-bottom: 8px;
  font-size: clamp(42px,5.4vw,64px);
}

.nocrel-card h2 {
  font-size: clamp(34px,4vw,46px);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(90deg,rgba(22,18,15,.22) 0 11%,transparent 11% 89%,rgba(22,18,15,.18) 89% 100%),
    radial-gradient(circle at 15% 84%,rgba(87,118,94,.18),transparent 18%),
    radial-gradient(circle at 85% 16%,rgba(87,118,94,.12),transparent 16%),
    linear-gradient(115deg,transparent 0 14%,rgba(207,171,130,.05) 14.2% 15%,transparent 15.2%),
    linear-gradient(-115deg,transparent 0 86%,rgba(207,171,130,.045) 86.2% 87%,transparent 87.2%);
  opacity: .95;
}

.hero-logo-wrap::before {
  right: calc(100% + 18px);
}

.hero-logo-wrap::after {
  left: calc(100% + 18px);
  transform: scaleX(-1);
}

.hero-omen {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: .42;
  color: #866243;
}

.hero-omen-left {
  left: -6px;
  bottom: -16px;
  width: min(300px,23vw);
  height: 350px;
}

.hero-omen-right {
  right: -6px;
  top: 18px;
  width: min(320px,24vw);
  height: 350px;
}

.omen-stone {
  stroke-width: 2.2;
  fill: rgba(78,103,82,.18);
  stroke: #8f6c4d;
}

.omen-mark,
.omen-grass,
.omen-ground,
.omen-rope,
.omen-cord,
.omen-lantern-line {
  stroke: #8d6a4d;
}

.omen-paper {
  stroke-width: 1.4;
  fill: rgba(92,122,101,.18);
  stroke: #b08a66;
}

.omen-lantern {
  fill: rgba(92,53,31,.20);
  stroke: #8b6548;
}

.folk-hanging,
.folk-hanging-secondary {
  position: absolute;
  z-index: 2;
  top: 0;
  pointer-events: none;
  filter: drop-shadow(0 8px 12px rgba(0,0,0,.52));
  opacity: .32;
}

.folk-shide {
  position: absolute;
  top: 14px;
  width: 15px;
  height: 42px;
  margin-left: -7px;
  background: linear-gradient(180deg,rgba(230,222,210,.96),rgba(181,169,151,.88));
  clip-path: polygon(32% 0,68% 0,68% 18%,100% 18%,72% 40%,100% 40%,60% 68%,84% 68%,40% 100%,18% 100%,38% 74%,0 74%,30% 50%,0 50%,32% 28%);
  box-shadow: 0 0 0 1px rgba(52,39,28,.20),0 6px 10px rgba(0,0,0,.18);
  opacity: .54;
}

.folk-rope {
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  height: 2px;
  transform: rotate(-1.3deg);
  transform-origin: left center;
  box-shadow: 0 0 0 1px rgba(40,27,17,.28);
  background: linear-gradient(90deg,transparent 0,#7f6247 10%,#b58b60 26%,#7f6247 78%,#6b5441 92%,transparent 100%);
}

.latest-layout,
.shelf-frame,
.nocrel-card {
  box-shadow: 0 18px 50px rgba(0,0,0,.14), inset 0 0 0 1px rgba(255,255,255,.01);
}

@media (max-width:980px) {

.hero-logo-wrap::before,
  .hero-logo-wrap::after {
  width: 54px;
}

.hero-omen-left {
  width: 220px;
  height: 280px;
  opacity: .28;
}

.hero-omen-right {
  width: 230px;
  height: 280px;
  opacity: .26;
}

}

@media (max-width:760px) {
.lead,
.book-copy,
.about-copy p {
  font-size: 17px;
}

}

@media (max-width:620px) {

.hero-logo-wrap::before,
  .hero-logo-wrap::after {
  display: none;
}

h2 {
  font-size: clamp(34px,9vw,42px);
}

.hero-omen-left,
  .hero-omen-right {
  width: 130px;
  height: 180px;
  opacity: .14;
}

.folk-hanging {
  width: 42vw;
  opacity: .22;
}

}

.section-label {
  position: relative;
  z-index: 1;
  width: max-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  padding-left: 44px;
  margin-bottom: 14px;
  border: 0;
  background: none;
  color: #d4a06a;
  font-size: clamp(18px,1.5vw,22px);
  letter-spacing: .15em;
}

.lead {
  margin: 0;
  max-width: 860px;
  color: #c9bcb0;
  font-size: clamp(18px,1.55vw,22px);
  line-height: 1.95;
}

.latest-head h2,#about h2,#records h2,#news h2,.shelf h2 {
  font-size: clamp(40px,5.2vw,62px);
}

.book-copy,
.news-text,
.news-date,
.shelf-empty,
.meta span,
.art-note {
  font-size: clamp(16px,1.35vw,20px);
  line-height: 1.95;
}

#about .about-intro-grid {
  display: grid;
  margin-top: 24px;
  align-items: start;
  position: relative;
  grid-template-columns: 1fr;
  gap: 24px;
}

#about .about-copy {
  width: auto;
  margin-top: 0;
  max-width: none;
}

#about .about-copy p {
  font-size: clamp(18px,1.45vw,24px);
  line-height: 2.05;
}

#about .revisit-label {
  font-size: clamp(18px,1.5vw,24px);
}

#about .revisit-note p {
  font-size: clamp(16px,1.35vw,20px);
  line-height: 1.95;
}

#about .revisit-copy p {
  margin: 0;
}

#about .revisit-copy p + p {
  margin-top: .72em;
}

#about .about-point {
  padding: 28px 30px 26px;
}

#about .about-point p {
  font-size: clamp(17px,1.45vw,22px);
  line-height: 1.95;
  margin: 0;
}

.footer-brand-copy {
  margin: 0;
  max-width: 430px;
  color: #77716b;
  font-size: 16px;
  line-height: 1.95;
}

.footer-group-title {
  margin: 0 0 12px;
  color: #bd956e;
  font-size: 17px;
  letter-spacing: .18em;
}

.footer-nav a, .footer-bottom, .footer-bottom a {
  font-size: 16px;
  line-height: 1.9;
}


@media (max-width: 640px) {

.section-label {
  min-height: 40px;
  padding-left: 30px;
  font-size: 16px;
}

.section-label::before {
  color: rgba(212,135,56,.12);
}

#about .about-point {
  padding: 22px 22px 20px;
}

#about .about-point p,#about .revisit-note p,.footer-nav a,.footer-bottom {
  font-size: 15px;
}

}

.meta {
  margin: 24px 0 28px;
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  align-items: stretch;
}

.meta span {
  display: inline-flex;
  align-items: center;
  border: 1px solid #67411f;
  color: #e3d5c6;
  letter-spacing: .04em;
  border-radius: 2px;
  box-shadow: inset 3px 0 0 rgba(222,125,36,.55);
  border-color: #705037;
  background: linear-gradient(180deg,#21170f,#120f0c);
  flex: 0 0 auto;
  min-height: 42px;
  padding: 9px 13px;
  font-size: 14px;
  line-height: 1.35;
  white-space: nowrap;
}

#about .about-point-head {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  color: var(--accent2);
  gap: 12px;
  flex-wrap: nowrap;
}

#about .about-point-symbol {
  flex: none;
  opacity: .95;
  width: 30px;
  height: 30px;
}

#about .about-point h3 {
  margin: 0;
  font-size: clamp(21px,1.55vw,26px);
  line-height: 1.25;
  letter-spacing: .015em;
  white-space: nowrap;
}

.spine {
  border: 1px solid #4b3926;
  color: #dcd6ce;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .2s;
  border-color: #57432f;
  background: linear-gradient(90deg,#15110e 0 10%,#251a11 10% 13%,#110e0c 13% 87%,#251a11 87% 90%,#15110e 90%);
  width: 96px;
  min-height: 236px;
  justify-content: flex-start;
  gap: 14px;
  padding: 18px 11px;
}

.spine-no {
  font-size: 15px;
  line-height: 1;
  color: #d3832e;
}

.spine-title {
  writing-mode: vertical-rl;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: .09em;
}

@media (max-width:720px) {
.meta {
  flex-wrap: wrap;
  gap: 8px;
}

.meta span {
  font-size: 12px;
  padding: 8px 10px;
}

#about .about-point h3 {
  font-size: 20px;
  white-space: normal;
}

#about .about-point-symbol {
  width: 28px;
  height: 28px;
}

}

.hero-scene-stack,
.hero-scene-shade {
  position: absolute;
  inset: 0;
}

.hero-scene-stack {
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.hero-scene-layer {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity .38s ease;
  transform: scale(1.02);
  filter: grayscale(.10) saturate(.84) brightness(.68) contrast(.98);
}

.hero-scene-layer.is-active {
  opacity: .34;
}

@media (max-width:620px) {

.hero-scene-layer.is-active {
  opacity: .28;
}

}

html,body {
  margin: 0;
  padding: 0;
  background: #060504;
}

body {
  margin: 0;
  font-family: "Yu Mincho","Hiragino Mincho ProN","Noto Serif JP",serif;
  letter-spacing: .025em;
  background: radial-gradient(circle at 50% -8%,rgba(209,122,49,.075),transparent 28%),
    repeating-linear-gradient(0deg,rgba(255,244,226,.012) 0 1px,transparent 1px 7px),
    repeating-linear-gradient(90deg,rgba(128,94,67,.012) 0 1px,transparent 1px 11px),
    linear-gradient(180deg,#0c0907 0%,#0a0807 38%,#0d0a08 100%);
  color: var(--ink);
  font-size: 18px;
  line-height: 2;
  background-image: none;
}

.field-stamp::before,.field-stamp::after {
  width: 28px;
  flex: 0 0 auto;
}

.hero-omen,.folk-hanging,.folk-hanging-secondary,.hero-artifacts {
  z-index: 2;
  display: none;
}

.hero-scene-shade {
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(ellipse at 50% 34%,rgba(200,132,61,.06),transparent 34%),
    linear-gradient(180deg,rgba(8,6,5,.18) 0%,rgba(8,7,6,.27) 24%,rgba(6,5,5,.44) 72%,rgba(5,4,4,.58) 100%),
    radial-gradient(circle at 50% 50%,rgba(0,0,0,.02),rgba(0,0,0,.10) 60%,rgba(0,0,0,.18) 100%);
}

.hero {
  display: grid;
  place-items: center;
  text-align: center;
  border-bottom: 1px solid var(--line);
  overflow: hidden;
  background: radial-gradient(ellipse at 18% 28%,rgba(65,101,79,.18),transparent 26%),
    radial-gradient(ellipse at 83% 20%,rgba(65,101,79,.12),transparent 23%),
    radial-gradient(ellipse at 50% 34%,rgba(214,141,70,.13),transparent 35%),
    radial-gradient(circle at 88% 82%,rgba(111,32,25,.09),transparent 20%),
    repeating-linear-gradient(0deg,transparent 0 38px,rgba(216,181,139,.018) 38px 39px),
    linear-gradient(180deg,#120c09 0%,#0d0a08 58%,#090807 100%);
  position: relative;
  isolation: isolate;
  padding-top: 0;
  min-height: calc(100vh - 60px);
}

@media (max-width:980px) {
.hero {
  min-height: calc(100vh - 54px);
}

}

@media (max-width:620px) {
.hero {
  min-height: calc(100vh - 46px);
}

}

.hero-logo-wrap {
  filter: drop-shadow(0 18px 40px rgba(0,0,0,.38));
  width: min(414px,52vw);
  margin: 0 auto 10px;
}

.hero-logo-wrap::before,
.hero-logo-wrap::after {
  position: absolute;
  top: 50%;
  width: 88px;
  height: 1px;
  background: linear-gradient(90deg,transparent,rgba(212,162,108,.7));
  opacity: .85;
  display: none;
  content: none;
}

.hero-rule {
  height: 1px;
  margin: 30px auto;
  background: var(--accent2);
  box-shadow: 0 0 18px rgba(209,122,49,.16);
  width: 64px;
  margin-top: 10px;
  display: none;
}

.hero .hero-inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  padding-top: 16px;
  padding: 8px 0 32px;
}

/* ===== TOP「ねえ、先輩〜」の基本設定はここだけ ===== */
.field-stamp {
  color: #d5c0a7;
  font-size: clamp(20px,2.1vw,28px);
  letter-spacing: .18em;
  padding: 11px 18px;
  gap: 12px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  text-align: center;
  left: auto;
  transform: none;
  margin: 0 0 2px;
}

.hero-copy {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: #eee7dc;
  font-size: clamp(19px,2.15vw,26px);
  line-height: 2.02;
  max-width: 920px;
  margin-top: 0;
}

@media (max-width:980px) {
.hero-logo-wrap {
  width: min(378px,62vw);
  margin: 0 auto 10px;
}

.hero .hero-inner {
  padding: 8px 0 28px;
}

}

@media (max-width:620px) {
.hero-logo-wrap {
  width: min(288px,74vw);
  margin: 6px auto 10px;
}

.hero .hero-inner {
  padding: 10px 0 28px;
}

}

.hero::before {
  content: "";
  position: absolute;
  pointer-events: none;
  inset: 28px clamp(18px,5vw,78px);
  border-color: rgba(205,169,127,.12);
  border: none;
  box-shadow: none;
}

#latest .art-main {
  aspect-ratio: 16/9;
}

#latest .art-main img {
  object-fit: contain;
}

.travelers {
  position: relative;
  background: radial-gradient(circle at 18% 24%,rgba(209,138,73,.045),transparent 22%),
    radial-gradient(circle at 82% 70%,rgba(132,88,51,.035),transparent 24%),
    linear-gradient(180deg,#0d0a08,#0b0907);
}

.travelers .section-label {
  margin-bottom: 14px;
}

.travelers h2 {
  max-width: 930px;
}

.travelers-lead {
  max-width: 880px;
  margin-bottom: 42px;
}

.travelers-grid {
  border-top: 1px solid #4a382b;
  border-bottom: 1px solid #342a23;
}

.traveler {
  display: grid;
  grid-template-columns: 108px minmax(0,1fr);
  gap: 34px;
  padding: 38px 0 40px;
  border-bottom: 1px solid #342a23;
}

.traveler:last-child {
  border-bottom: 0;
}

.traveler-body {
  min-width: 0;
}

.traveler-name {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 28px;
  align-items: end;
  margin-bottom: 18px;
}

.traveler h3 {
  margin: 0;
  color: #f1ece4;
  font-size: clamp(30px,3.4vw,44px);
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: .08em;
  white-space: nowrap;
}

.traveler p {
  width: min(850px,100%);
  margin: 0 0 1.1em;
  color: #c9beb2;
  font-size: clamp(17px,1.4vw,20px);
  line-height: 2.05;
}

.traveler p:last-child {
  margin-bottom: 0;
}

.travelers-bridge {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  margin-top: 34px;
  padding: 20px 22px;
  border-left: 2px solid #c98a49;
  background: linear-gradient(90deg,rgba(140,82,37,.09),transparent 78%);
  color: #a99787;
  font-size: 15px;
  line-height: 1.9;
}

.travelers-bridge span::after {
  content: " /";
  color: #6d5948;
}

.travelers-bridge b {
  color: #d8c8b5;
  font-weight: 400;
}

@media (max-width:760px) {
.travelers-break {
  display: none;
}

.traveler {
  grid-template-columns: 58px minmax(0,1fr);
  gap: 20px;
  padding: 30px 0 32px;
}

.traveler-name {
  grid-template-columns: 1fr;
  gap: 7px;
  align-items: start;
}

.traveler h3 {
  order: -1;
  white-space: normal;
  font-size: 30px;
}

.traveler p {
  font-size: 16px;
}

}

@media (max-width:520px) {
.traveler {
  grid-template-columns: 1fr;
  gap: 8px;
}

.travelers-bridge {
  display: block;
  padding: 17px 18px;
}

.travelers-bridge b {
  display: block;
  margin-top: 5px;
}

}

.travelers-name-note {
  display: grid;
  grid-template-columns: 118px minmax(0,1fr);
  gap: 22px;
  align-items: start;
  margin: 0 0 36px;
  padding: 17px 20px 18px;
  border-top: 1px solid #403126;
  border-bottom: 1px solid #2f261f;
  background: linear-gradient(90deg,rgba(139,83,42,.055),transparent 72%);
}

.travelers-name-note p {
  margin: 0;
  color: #aaa094;
  font-size: 14px;
  line-height: 1.95;
}

.traveler-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 16px;
  margin: -5px 0 18px;
  color: #8f8378;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .045em;
}

.traveler-meta span {
  position: relative;
}

.traveler-meta span + span::before {
  content: "/";
  position: absolute;
  left: -10px;
  color: #5e5146;
}

@media (max-width:760px) {
.travelers-name-note {
  grid-template-columns: 1fr;
  gap: 4px;
  margin-bottom: 30px;
}

.travelers-name-note p {
  font-size: 13px;
}

.traveler-meta {
  margin-top: 0;
  font-size: 12px;
  gap: 4px 14px;
}

}

@media (max-width:520px) {
.travelers-name-note {
  padding: 15px 16px 16px;
}

.traveler-meta {
  display: block;
}

.traveler-meta span {
  display: block;
}

.traveler-meta span + span::before {
  content: none;
}

}

.travelers-v125 .travelers-lead {
  max-width: none;
  width: 100%;
  margin-bottom: 30px;
}

.travelers-v125 .travelers-name-note {
  display: block;
  margin-bottom: 34px;
  padding: 20px 22px 21px;
}

.travelers-v125 .travelers-name-note p {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.9;
}

.travelers-v125 .travelers-name-note p:last-child {
  margin-bottom: 0;
}

.travelers-v125 .traveler-v125 {
  display: block;
  padding: 40px 0 42px;
}

.travelers-v125 .traveler-body {
  width: 100%;
}

.travelers-v125 .traveler-name-v125 {
  display: block;
  margin-bottom: 24px;
}

.travelers-v125 .traveler-name-v125 h3 {
  margin: 0 0 11px;
  text-align: left;
  white-space: normal;
  font-size: clamp(34px,3.7vw,48px);
}

.travelers-v125 .traveler-meta-v125 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0;
  justify-content: flex-start;
  color: #d48738;
  font-size: clamp(18px,1.65vw,23px);
  line-height: 1.75;
  letter-spacing: .045em;
}

.travelers-v125 .traveler-meta-v125 span {
  position: relative;
}

.travelers-v125 .traveler-meta-v125 span + span::before {
  content: "/";
  position: absolute;
  left: -13px;
  color: #7d644f;
}

.travelers-v125 .traveler-copy-v125 {
  width: 100%;
  max-width: none;
}

.travelers-v125 .traveler-copy-v125 p {
  width: 100%;
  max-width: none;
  margin: 0 0 .5em;
  color: #c9beb2;
  font-size: clamp(17px,1.38vw,20px);
  line-height: 1.95;
}

.travelers-v125 .traveler-copy-v125 p:last-child {
  margin-bottom: 0;
}

.travelers-v125 .travelers-bridge-v125 {
  display: block;
  margin-top: 30px;
  padding: 18px 20px;
  color: #d8c8b5;
  font-size: 18px;
  line-height: 1.85;
}

@media (max-width:760px) {
.travelers-v125 .travelers-name-note {
  grid-template-columns: 1fr;
  gap: 5px;
  padding: 18px 18px 19px;
}

.travelers-v125 .travelers-name-note p {
  font-size: 15px;
}

.travelers-v125 .traveler-meta-v125 {
  font-size: 17px;
  gap: 5px 15px;
}

}

@media (max-width:520px) {
.travelers-v125 .traveler-name-v125 h3 {
  font-size: 31px;
}

.travelers-v125 .traveler-meta-v125 {
  display: block;
  font-size: 16px;
}

.travelers-v125 .traveler-meta-v125 span {
  display: block;
}

.travelers-v125 .traveler-meta-v125 span + span::before {
  content: none;
}

.travelers-v125 .traveler-copy-v125 p {
  font-size: 16px;
}

.travelers-v125 .travelers-bridge-v125 {
  font-size: 15px;
}

}

.footer-brand {
  min-width: 0;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  border-top: 1px solid #211f1d;
  color: #625e59;
  font-size: 10px;
  border-top-color: #2c211a;
  padding-top: 22px;
}

@media (max-width:760px) {

.footer-brand {
  grid-column: 1/3;
}

}

@media (max-width:560px) {

.footer-brand {
  grid-column: auto;
}

.footer-brand-mark {
  margin-top: 14px;
}

}

.site-footer {
  border-top: 1px solid var(--line);
  color: #8a837b;
  border-top-color: #3a2b20;
  background: #070605;
  padding: 54px 0 34px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr .8fr .9fr;
  gap: 44px;
  padding-bottom: 34px;
  align-items: start;
}

.footer-brand-mark {
  width: auto;
  margin: 16px 0 18px;
}

.footer-brand-mark img,
.footer-chitose-logo-expanded {
  display: block;
  width: 190px;
  max-width: 190px;
  height: auto;
  object-fit: contain;
  object-position: left center;
  margin: 0;
}

@media (max-width:760px) {
.footer-brand-mark img,
  .footer-chitose-logo-expanded {
  width: 168px;
  max-width: 168px;
}

}

@media (max-width:560px) {
.footer-brand-mark img,
  .footer-chitose-logo-expanded {
  width: 148px;
  max-width: 148px;
}

}

#latest.latest-extreme-cta {
  --latest-mega-cta-height: 118px;
  --latest-mega-cta-font-size: clamp(28px, 3.4vw, 48px);
  --latest-mega-cta-margin-top: 18px;
}

#latest.latest-extreme-cta figure {
  margin-top: -10px;
}

#latest.latest-extreme-cta figcaption {
  display: none;
}

#latest.latest-extreme-cta .latest-mega-cta-wrap {
  width: 100%;
  margin-top: var(--latest-mega-cta-margin-top);
  grid-column: 1 / -1;
}

#latest.latest-extreme-cta .latest-mega-cta {
  width: 100%;
  min-height: var(--latest-mega-cta-height);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.2vw, 34px);
  padding: 24px 34px;
  border-top: 1px solid #d9781e;
  border-bottom: 1px solid #d9781e;
  background: linear-gradient(180deg, #7b3512, #4f210b);
  color: #fff8ee;
  text-decoration: none;
  font-size: var(--latest-mega-cta-font-size);
  line-height: 1.25;
  letter-spacing: .08em;
  transition: background .25s ease,
    color .25s ease,
    border-color .25s ease,
    transform .25s ease;
}

#latest.latest-extreme-cta .latest-mega-cta span {
  color: #fff8ee;
  font-size: 1.05em;
  transform: translateY(-.02em);
}

#latest.latest-extreme-cta .latest-mega-cta:hover {
  background: linear-gradient(180deg, #a64d17, #6b2b0d);
  color: #fff3df;
  border-color: #f0a25b;
}

#latest.latest-extreme-cta .latest-mega-cta:hover span {
  color: #fff3df;
  transform: translateX(6px);
}

#latest.latest-extreme-cta a:not(.latest-mega-cta)[href*="umikara_kurumono"] {
  display: none;
}

@media (max-width: 760px) {
#latest.latest-extreme-cta {
  --latest-mega-cta-height: 96px;
  --latest-mega-cta-font-size: clamp(22px, 6vw, 32px);
  --latest-mega-cta-margin-top: 12px;
}

#latest.latest-extreme-cta .latest-mega-cta {
  padding: 20px 18px;
  letter-spacing: .04em;
}

#latest.latest-extreme-cta figure {
  margin-top: 0;
}

}

.crafted-copy span {
  display: block;
}

@media (max-width: 760px) {
.crafted-copy span {
  display: inline;
}

#about .crafted-copy span {
  display: block;
}

}

:root {
  --header-height: 46px;
  --header-logo-width: 180px;
  --header-logo-scale: 1.5;
  --header-nav-size: 17px;
  --footer-logo-width: 190px;
  --max: 1120px;
  --bg: #0b0907;
  --bg2: #100d0a;
  --panel: #15110d;
  --line: #332a23;
  --line2: #4a3b2f;
  --paper: #c9b092;
  --paper-dim: #9b8268;
  --ink: #fffaf2;
  --soft: #e5ddd2;
  --muted: #aaa096;
  --accent: #a64f19;
  --accent2: #d48738;
  --nocrel-gold: #D8B66A;
  --vermilion: #7f2d22;
  --deepgreen: #2e4a38;
  --deepgreen-soft: #496451;
  --deepgreen-line: #5b755f;
  --about-decor-top: -40px;
  --about-decor-right: -35px;
  --about-decor-width: 230px;
  --about-decor-opacity: 0.50;
  --about-decor-rotate: 7deg;
  --travelers-decor-top: 18px;
  --travelers-decor-right: -35px;
  --travelers-decor-width: 350px;
  --travelers-decor-opacity: 0.50;
  --travelers-decor-rotate: 5deg;
  --shelf-decor-top: -25px;
  --shelf-decor-right: -15px;
  --shelf-decor-width: 180px;
  --shelf-decor-opacity: 0.5;
  --shelf-decor-rotate: 0deg;
  --news-decor-top: -20px;
  --news-decor-right: 10px;
  --news-decor-width: 180px;
  --news-decor-opacity: 0.30;
  --news-decor-rotate: 0deg;
  --nocrel-decor-top: 210px;
  --nocrel-decor-right: 12px;
  --nocrel-decor-width: 270px;
  --nocrel-decor-opacity: 0.34;
  --nocrel-decor-rotate: -4deg;
}

#about,
.travelers,
.shelf,
#news,
.nocrel {
  position: relative;
  overflow: hidden;
}

#about .wrap,
.travelers .wrap,
.shelf .wrap,
#news .wrap,
.nocrel .wrap {
  position: relative;
  z-index: 1;
}

.section-decor {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.section-decor img {
  display: block;
  width: 100%;
  height: auto;
}

#about .wrap > :not(.section-decor),
.travelers .wrap > :not(.section-decor),
.shelf .wrap > :not(.section-decor),
#news .wrap > :not(.section-decor),
.nocrel .wrap > :not(.section-decor) {
  position: relative;
  z-index: 1;
}

.section-decor--about {
  top: var(--about-decor-top);
  right: var(--about-decor-right);
  width: var(--about-decor-width);
  transform: rotate(var(--about-decor-rotate));
  overflow: visible;
  isolation: isolate;
}

.section-decor--about img {
  position: relative;
  z-index: 1;
  opacity: var(--about-decor-opacity);
  filter: saturate(.92) brightness(.92);
}

.section-decor--travelers {
  top: var(--travelers-decor-top);
  right: var(--travelers-decor-right);
  width: var(--travelers-decor-width);
  transform: rotate(var(--travelers-decor-rotate));
}

.section-decor--travelers img {
  opacity: var(--travelers-decor-opacity);
  filter: saturate(.90) brightness(.90);
}

.section-decor--shelf {
  top: var(--shelf-decor-top);
  right: var(--shelf-decor-right);
  width: var(--shelf-decor-width);
  transform: rotate(var(--shelf-decor-rotate));
  overflow: visible;
  isolation: isolate;
}

.section-decor--shelf img {
  position: relative;
  z-index: 1;
  opacity: var(--shelf-decor-opacity);
  filter: saturate(.86) brightness(.88);
}

.section-decor--news {
  top: var(--news-decor-top);
  right: var(--news-decor-right);
  width: var(--news-decor-width);
  transform: rotate(var(--news-decor-rotate));
}

.section-decor--news img {
  opacity: var(--news-decor-opacity);
  filter: saturate(.82) brightness(.86);
}

.section-decor--nocrel {
  top: var(--nocrel-decor-top);
  right: var(--nocrel-decor-right);
  width: var(--nocrel-decor-width);
  transform: rotate(var(--nocrel-decor-rotate));
}

.section-decor--nocrel img {
  opacity: var(--nocrel-decor-opacity);
  filter: saturate(.86) brightness(.90);
}

@media (max-width: 1099px) {
.section-decor {
  display: none;
}

}

@keyframes andonAuraFlicker {
  0%, 100% {
    opacity: .34;
    transform: translate(-50%, -50%) scale(.97);
  }
  38% {
    opacity: .43;
    transform: translate(-50%, -50%) scale(1.025);
  }
  67% {
    opacity: .38;
    transform: translate(-50%, -50%) scale(.995);
  }
}

@keyframes andonInnerFlicker {
  0%, 100% {
    opacity: .18;
    transform: translate(-50%, -50%) scale(.985);
  }
  46% {
    opacity: .27;
    transform: translate(-50%, -50%) scale(1.02);
  }
  72% {
    opacity: .21;
    transform: translate(-50%, -50%) scale(.995);
  }
}

@keyframes candleGlowA {
  0%, 100% {
    opacity: .36;
    transform: translate(-50%, -50%) scale(.94);
  }
  34% {
    opacity: .55;
    transform: translate(-50%, -50%) scale(1.06);
  }
  61% {
    opacity: .43;
    transform: translate(-50%, -50%) scale(.99);
  }
}

@keyframes candleGlowB {
  0%, 100% {
    opacity: .32;
    transform: translate(-50%, -50%) scale(.96);
  }
  41% {
    opacity: .49;
    transform: translate(-50%, -50%) scale(1.045);
  }
  76% {
    opacity: .38;
    transform: translate(-50%, -50%) scale(.985);
  }
}

.section-decor--about::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 53%;
  top: 54%;
  width: 90%;
  height: 58%;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 201, 122, .30) 0%,
    rgba(224, 139, 61, .16) 36%,
    rgba(174, 90, 31, .07) 62%,
    rgba(125, 57, 18, 0) 100%
  );
  filter: blur(10px);
  mix-blend-mode: screen;
  animation: andonAuraFlicker 5.8s ease-in-out infinite;
  will-change: opacity, transform;
}

.section-decor--about::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 53%;
  top: 53%;
  width: 48%;
  height: 41%;
  border-radius: 46%;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 231, 171, .44) 0%,
    rgba(255, 190, 101, .25) 46%,
    rgba(236, 145, 57, .10) 70%,
    rgba(236, 145, 57, 0) 100%
  );
  filter: blur(9px);
  mix-blend-mode: screen;
  animation: andonInnerFlicker 4.4s ease-in-out infinite;
  will-change: opacity, transform;
}

.section-decor--shelf::before {
  content: "";
  position: absolute;
  z-index: 2;
  left: 36.5%;
  top: 13.5%;
  width: 39%;
  aspect-ratio: 1 / 1.15;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 238, 186, .62) 0%,
    rgba(255, 193, 92, .34) 30%,
    rgba(240, 133, 44, .14) 57%,
    rgba(202, 83, 22, 0) 100%
  );
  filter: blur(8px);
  mix-blend-mode: screen;
  animation: candleGlowA 3.25s ease-in-out infinite;
  will-change: opacity, transform;
}

.section-decor--shelf::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 63.2%;
  top: 48.4%;
  width: 34%;
  aspect-ratio: 1 / 1.15;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(
    ellipse at center,
    rgba(255, 238, 186, .58) 0%,
    rgba(255, 190, 86, .31) 30%,
    rgba(238, 129, 40, .13) 57%,
    rgba(199, 80, 20, 0) 100%
  );
  filter: blur(7px);
  mix-blend-mode: screen;
  animation: candleGlowB 3.85s ease-in-out infinite;
  will-change: opacity, transform;
}

@media (prefers-reduced-motion: reduce) {
.section-decor--about::before,
  .section-decor--about::after,
  .section-decor--shelf::before,
  .section-decor--shelf::after {
  animation: none;
}

}
