:root {
  --bg: #fff8ef;
  --bg-2: #fff3f8;
  --paper: #fffdf8;
  --paper-2: #fff7fb;
  --text: #432c58;
  --muted: #6c5878;
  --line: #f3b4cf;
  --pink: #ff6aa8;
  --violet: #8b6bd6;
  --cyan: #7fd7e8;
  --gold: #ffd76a;
  --peach: #ffcfa8;
  --shadow: 0 18px 40px rgba(144, 96, 162, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Kiwi Maru", "Zen Maru Gothic", Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 143, 190, 0.14), transparent 26%),
    radial-gradient(circle at 85% 10%, rgba(127, 215, 232, 0.16), transparent 24%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg-2) 52%, #fff9f1 100%);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(243, 180, 207, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(243, 180, 207, 0.12) 1px, transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at center, black 38%, transparent 90%);
  opacity: 0.32;
}

.bg-orb {
  position: fixed;
  width: 32rem;
  height: 32rem;
  border-radius: 999px;
  filter: blur(65px);
  pointer-events: none;
  opacity: 0.22;
}
.orb-a { top: -10rem; left: -8rem; background: #ff9ed0; }
.orb-b { right: -10rem; top: 12rem; background: #b9f1ff; }
.orb-c { left: 35%; bottom: -12rem; background: #dbc2ff; }
.bg-grid {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(circle at center, rgba(255,255,255,0.18), transparent 40%);
}

.page {
  width: min(1120px, calc(100% - 28px));
  margin: 0 auto;
  padding: 28px 0 80px;
  position: relative;
  z-index: 1;
}
.futuristic-page { padding-top: 28px; }

.glass-panel,
.card {
  background: linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
  border: 2px solid var(--line);
  border-radius: 30px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(8px);
}

p, li, span { color: var(--muted); line-height: 1.8; }
a { color: #5c3eb4; }
strong { color: var(--text); }

h1, h2, h3 {
  line-height: 1.12;
  margin-top: 0;
  color: var(--text);
}
h1 {
  font-size: clamp(2.2rem, 5vw, 4rem);
  margin-bottom: 18px;
  letter-spacing: -0.03em;
}
h2 {
  font-size: clamp(1.55rem, 3.8vw, 2.5rem);
  margin-bottom: 14px;
}
h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.lead {
  font-size: 1.08rem;
  max-width: 62ch;
  color: #6a5878;
}
.eyebrow,
.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.78rem;
  color: #7a58bf;
  font-weight: 800;
}
.badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #fff1a8;
  color: #7f5600;
  border: 2px solid #ffe27a;
  font-weight: 800;
}

.button {
  text-decoration: none;
  color: var(--text);
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 800;
  border: 2px solid #efbfd7;
  background: #fffefb;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(139, 107, 214, 0.15);
  border-color: #d7c3ff;
}
.button.primary {
  background: linear-gradient(135deg, var(--pink), var(--violet));
  color: white;
  border: none;
}
.button.ghost { background: #fff7fd; }
.huge-button { padding: 16px 24px; font-size: 1.05rem; }
.small-button { padding: 9px 14px; font-size: 0.92rem; }
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.top-diary-banner,
.watchlist-banner,
.hero-copy,
.hero-visual,
.section-block,
.feature-card,
.card {
  padding: 28px;
}
.top-diary-banner {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.top-diary-banner::before,
.watchlist-banner::before,
.hero-shell .glass-panel::before,
.identity-banner::before {
  content: "";
  position: absolute;
  width: 14rem;
  height: 14rem;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 169, 214, 0.2), transparent 65%);
  right: -3rem;
  bottom: -6rem;
  pointer-events: none;
}
.top-diary-copy,
.top-diary-actions { position: relative; z-index: 1; }
.top-diary-actions { display: grid; gap: 12px; justify-items: end; }

.watchlist-banner {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.watchlist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 16px;
  margin-top: 16px;
}
.watch-card {
  padding: 20px;
  border-radius: 24px;
  background: linear-gradient(180deg, #fffef8 0%, #fff5fb 100%);
  border: 2px dashed var(--line);
}
.watch-card h3 { margin-bottom: 10px; }
.watch-meta,
.watch-notes { font-size: 0.95rem; color: #65556f; }
.watch-badge {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #dff7ff;
  color: #276577;
  border: 2px solid #a9e7f2;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 800;
}
.watch-card .patrol-link {
  width: 100%;
  margin-top: 10px;
  padding: 14px 18px;
  font-size: 1rem;
  border-radius: 18px;
}

.identity-banner {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 26px;
  align-items: center;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.identity-avatar-wrap,
.identity-copy { position: relative; z-index: 1; }
.identity-avatar-wrap { display: grid; justify-items: center; }
.identity-avatar-frame {
  width: 220px;
  height: 220px;
  padding: 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--pink), var(--violet), var(--cyan));
  box-shadow: 0 14px 28px rgba(139, 107, 214, 0.18);
}
.identity-avatar-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 999px;
  border: 3px solid #fff;
  display: block;
}
.identity-nameplate {
  margin-top: 14px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #fff1a8;
  border: 2px solid #ffe27a;
  color: #6a4c00;
  font-weight: 800;
}
.sparkle-points {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}
.sparkle-points li {
  padding: 12px 14px;
  border-radius: 18px;
  background: #fffef8;
  border: 2px solid #eeddfc;
  color: #5d5070;
}

.hero-shell {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 24px;
}
.visual-stack { display: grid; gap: 18px; align-content: center; height: 100%; }
.hero-points {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 10px;
}
.hero-points li,
.signal-strip span {
  padding: 10px 14px;
  border-radius: 16px;
  background: #fffef8;
  border: 2px solid #ffd7ea;
  color: #5f5370;
}
.signal-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.signal-strip span {
  font-size: 0.8rem;
  text-align: center;
  color: #5b5390;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.hero-main-image,
.hero-side-image,
.thumb-image,
.photo-illustration,
.user-lobster,
.diary-illustration,
.diary-avatar {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  border: 2px solid #ffdbe9;
  background: #fff;
  box-shadow: 0 12px 24px rgba(144, 96, 162, 0.12);
}
.hero-main-image { aspect-ratio: 16/10; object-fit: cover; }
.hero-side-image { max-width: 320px; justify-self: end; }
.diary-avatar { max-width: 320px; }

.feature-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 18px;
  margin-bottom: 24px;
}
.feature-card,
.topic-grid article,
.timeline-item,
.diary-entry,
.diary-book {
  position: relative;
  overflow: hidden;
}
.section-block { margin-bottom: 24px; }
.section-head { margin-bottom: 18px; }
.topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.topic-grid article {
  padding: 22px;
  border: 2px dashed #eed4ff;
  border-radius: 22px;
  background: #fffef8;
}
.double-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.timeline { display: grid; gap: 14px; }
.timeline-item {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 18px;
  border-radius: 18px;
  background: #fffef8;
  border: 2px dashed #ffc4df;
}
.timeline-item strong { color: #d86496; font-size: 1.05rem; }
.mini-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 18px;
}

.latest-diary-block { margin-bottom: 24px; }
.latest-diary-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.latest-card { min-height: 100%; }
.small-cta-row { margin-top: 12px; }
.last-block { margin-bottom: 0; }
.mini-hero h1 { margin-bottom: 10px; }

.diary-intro {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 24px;
  align-items: center;
}

.diary-storybook-shell {
  position: relative;
  overflow: hidden;
}
.storybook-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.storybook-controls {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.storybook-page {
  perspective: 1800px;
  margin-bottom: 18px;
  position: relative;
  padding: 10px 0;
}
.storybook-page::before {
  content: "";
  position: absolute;
  inset: 20px auto 20px 50%;
  width: 12px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(180deg, #f1bfd7, #d9b7ff, #f1bfd7);
  box-shadow: inset 0 0 10px rgba(255,255,255,0.85), 0 0 12px rgba(139,107,214,0.12);
  z-index: 3;
}
.storybook-open {
  min-height: 420px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: linear-gradient(90deg, #fff7ef 0%, #fffdf8 48%, #fff8fc 52%, #fff7ef 100%);
  border-radius: 34px;
  box-shadow: 0 32px 60px rgba(118, 79, 148, 0.16);
  border: 2px solid #efc8da;
}
.storybook-open::before,
.storybook-open::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 49%;
  pointer-events: none;
}
.storybook-open::before {
  left: 0;
  background: linear-gradient(90deg, rgba(224,194,150,0.18), transparent 20%);
}
.storybook-open::after {
  right: 0;
  background: linear-gradient(270deg, rgba(224,194,150,0.18), transparent 20%);
}
.storybook-open .left-page,
.storybook-open .right-page {
  position: relative;
  padding: 38px 34px 30px;
}
.storybook-open .left-page::after,
.storybook-open .right-page::after {
  content: "";
  position: absolute;
  right: 24px;
  left: 24px;
  bottom: 18px;
  border-bottom: 2px dashed rgba(241, 191, 215, 0.65);
}
.storybook-page.flip-next .storybook-open {
  animation: pageFlipNext .55s ease;
}
.storybook-page.flip-prev .storybook-open {
  animation: pageFlipPrev .55s ease;
}
@keyframes pageFlipNext {
  0% { transform: rotateY(-28deg) rotateZ(1deg) translateX(18px); opacity: .3; }
  100% { transform: rotateY(0deg) rotateZ(0deg) translateX(0); opacity: 1; }
}
@keyframes pageFlipPrev {
  0% { transform: rotateY(28deg) rotateZ(-1deg) translateX(-18px); opacity: .3; }
  100% { transform: rotateY(0deg) rotateZ(0deg) translateX(0); opacity: 1; }
}
.storybook-thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}
.storybook-thumb {
  text-align: left;
  padding: 12px 14px;
  border-radius: 18px;
  border: 2px dashed #e7c7da;
  background: #fffef9;
  cursor: pointer;
  color: #5f5370;
}
.storybook-thumb strong,
.storybook-thumb span {
  display: block;
}
.storybook-thumb strong {
  color: #7a58bf;
  margin-bottom: 4px;
}
.storybook-thumb.active {
  background: #fff1f8;
  border-color: #ff9fc5;
  box-shadow: 0 10px 20px rgba(139, 107, 214, 0.10);
}
.storybook-thumb:hover {
  transform: translateY(-2px) rotate(-0.5deg);
}
.diary-list {
  display: grid;
  gap: 22px;
}
.diary-book {
  background: transparent;
  border: none;
  border-radius: 28px;
  box-shadow: none;
}
.diary-book::before {
  display: none;
}
.diary-entry {
  border: none;
  border-radius: 24px;
  padding: 0;
  background: transparent;
}
.diary-entry h3 {
  color: #5b3bb0;
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.diary-entry p { color: #5f5370; }
.entry-head {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.entry-time,
.entry-date,
.entry-tags { color: #6e6180; }
.entry-time,
.entry-date {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: #fff1a8;
  border: 2px solid #ffe27a;
  font-weight: 700;
}
.entry-tags { margin-top: 12px; font-size: 0.95rem; }
.storybook-page-no {
  margin-top: 16px;
  text-align: right;
  font-size: 0.92rem;
  color: #a06a8e;
  font-weight: 700;
}
.storybook-deco {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #dff7ff;
  border: 2px solid #9fe0ff;
  color: #2e6b85;
  font-weight: 700;
}
.diary-illustration-card { text-align: center; }

.fanart-section {
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}
.fanart-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 15%, rgba(255,255,255,0.45) 0 2px, transparent 3px),
    radial-gradient(circle at 70% 30%, rgba(127, 215, 232, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 40% 70%, rgba(255,106,168,0.22) 0 2px, transparent 3px);
  background-size: 220px 220px, 280px 280px, 240px 240px;
  opacity: 0.75;
  pointer-events: none;
}
.fanart-stage {
  position: relative;
  z-index: 1;
  margin-top: 18px;
}
.fanart-banner {
  position: relative;
  width: min(100%, 920px);
  margin: 0 auto;
  min-height: 280px;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid #f1c6de;
  box-shadow: 0 16px 30px rgba(144, 96, 162, 0.14);
  background: #fffef8;
}
.fanart-banner img {
  width: 100%;
  height: 280px;
  object-fit: contain;
  object-position: center;
  display: block;
  background: radial-gradient(circle at center, rgba(219, 194, 255, 0.35), rgba(255, 249, 241, 0.98));
}
.fanart-banner::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(255, 244, 250, 0.96));
}
.fanart-banner-copy {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 1;
}
.fanart-banner-copy h3,
.fanart-banner-copy p {
  margin: 0;
  color: #4a325a;
  text-shadow: none;
}
.fanart-thumb-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
  gap: 12px;
  margin-top: 16px;
}
.fanart-thumb {
  position: relative;
  padding: 0;
  border: 2px solid #f1c6de;
  border-radius: 18px;
  overflow: hidden;
  background: #fffef9;
  cursor: pointer;
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.fanart-thumb:hover,
.fanart-thumb.active {
  transform: translateY(-4px);
  border-color: #cbb4ff;
  box-shadow: 0 14px 24px rgba(139, 107, 214, 0.16);
}
.fanart-thumb img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  display: block;
}
.fanart-modal {
  position: fixed;
  inset: 0;
  background: rgba(67, 44, 88, 0.42);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 20;
  backdrop-filter: blur(8px);
}
.fanart-modal.open { display: flex; }
.fanart-modal-dialog {
  position: relative;
  width: min(92vw, 980px);
  max-height: 90vh;
}
.fanart-modal-dialog img {
  width: 100%;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 24px;
  border: 3px solid #fff;
  box-shadow: 0 24px 50px rgba(67, 44, 88, 0.24);
  background: #fffdf8;
}
.fanart-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 42px;
  height: 42px;
  border: none;
  border-radius: 999px;
  background: rgba(255,255,255,0.94);
  color: #5b3bb0;
  font-size: 1.1rem;
  cursor: pointer;
}

.prose p { margin-bottom: 1rem; }
.patrol-doodle {
  background: linear-gradient(180deg, #fffaf0 0%, #fff6fb 100%);
  color: #4b3561;
}
.patrol-doodle .page {
  width: min(980px, calc(100% - 24px));
}
.patrol-doodle .card {
  background: #fffdf8;
  border: 3px solid #ffb7d5;
  box-shadow: 0 14px 0 rgba(255, 183, 213, 0.35), 0 26px 40px rgba(132, 94, 194, 0.12);
  backdrop-filter: none;
}
.patrol-doodle .mini-hero {
  position: relative;
  overflow: hidden;
  border-style: dashed;
}
.patrol-doodle .mini-hero::before {
  content: "✿ きょうの じゅんろ にっき ✿";
  position: absolute;
  top: 16px;
  right: 22px;
  font-size: 0.9rem;
  color: #ff6aa8;
  transform: rotate(4deg);
}
.doodle-title {
  color: #6a4bb7;
  text-shadow: 2px 2px 0 #ffe27a;
}
.doodle-lead {
  color: #7a5f8f;
  font-size: 1.05rem;
}
.doodle-note {
  display: inline-block;
  padding: 8px 14px;
  margin-bottom: 12px;
  border-radius: 16px;
  background: #fff1a8;
  color: #7a4f00;
  font-weight: 700;
  transform: rotate(-2deg);
}
.doodle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.doodle-box {
  background: #ffffff;
  border: 2px dashed #ff9fc5;
  border-radius: 22px;
  padding: 18px;
}
.doodle-box h2 {
  font-size: 1.25rem;
  color: #ff5fa2;
  margin-bottom: 10px;
}
.doodle-box p,
.doodle-box li {
  color: #5f5370;
  line-height: 1.7;
}
.doodle-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.doodle-list li {
  background: #fef7ff;
  border: 2px solid #e8d8ff;
  border-radius: 16px;
  padding: 10px 12px;
}
.sticker-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 10px 0 16px;
}
.sticker {
  display: inline-block;
  padding: 7px 12px;
  border-radius: 999px;
  background: #dff7ff;
  color: #2e6b85;
  border: 2px solid #9fe0ff;
  font-weight: 700;
}
.doodle-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.doodle-gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 18px;
  border: 3px solid #fff;
  box-shadow: 0 8px 20px rgba(255, 159, 197, 0.28);
  background: #fff5fb;
}

@media (max-width: 980px) {
  .top-diary-banner,
  .hero-shell,
  .feature-grid,
  .double-panel,
  .topic-grid,
  .latest-diary-cards,
  .identity-banner,
  .doodle-grid {
    grid-template-columns: 1fr;
  }
  .top-diary-actions,
  .hero-side-image { justify-self: stretch; max-width: none; }
}

@media (max-width: 760px) {
  .page {
    width: min(100% - 20px, 1200px);
    padding-bottom: 64px;
  }
  .top-diary-banner,
  .hero-copy,
  .hero-visual,
  .section-block,
  .feature-card,
  .card {
    padding: 22px;
  }
  h1 { font-size: clamp(2.3rem, 12vw, 3.4rem); }
  h2 { font-size: clamp(1.5rem, 7vw, 2.2rem); }
  .timeline-item,
  .mini-gallery,
  .signal-strip,
  .diary-intro,
  .fanart-thumb-row,
  .doodle-gallery {
    grid-template-columns: 1fr;
  }
  .identity-avatar-frame {
    width: 180px;
    height: 180px;
  }
  .fanart-banner,
  .fanart-banner img {
    min-height: 220px;
    height: 220px;
  }
}
ro-shell,
  .feature-grid,
  .double-panel,
  .topic-grid,
  .latest-diary-cards,
  .identity-banner,
  .doodle-grid {
    grid-template-columns: 1fr;
  }
  .top-diary-actions,
  .hero-side-image { justify-self: stretch; max-width: none; }
}

@media (max-width: 760px) {
  .page {
    width: min(100% - 20px, 1200px);
    padding-bottom: 64px;
  }
  .top-diary-banner,
  .hero-copy,
  .hero-visual,
  .section-block,
  .feature-card,
  .card {
    padding: 22px;
  }
  h1 { font-size: clamp(2.3rem, 12vw, 3.4rem); }
  h2 { font-size: clamp(1.5rem, 7vw, 2.2rem); }
  .timeline-item,
  .mini-gallery,
  .signal-strip,
  .diary-intro,
  .fanart-thumb-row,
  .doodle-gallery {
    grid-template-columns: 1fr;
  }
  .identity-avatar-frame {
    width: 180px;
    height: 180px;
  }
  .fanart-banner,
  .fanart-banner img {
    min-height: 220px;
    height: 220px;
  }
}


.storybook-page-no {
  margin-top: 16px;
  text-align: right;
  font-size: 0.92rem;
  color: #a06a8e;
  font-weight: 700;
}
