/*
 * Home News Board
 * Section-scoped runtime styles.
 */

.s-home-news {
  --f6-ink: hsl(26, 32%, 18%);
  --f6-muted: hsl(28, 16%, 42%);
  --f6-cream: hsl(42, 42%, 94%);
  --f6-paper: hsl(43, 52%, 91%);
  --f6-paper-light: hsl(45, 52%, 96%);
  --f6-wood: hsl(28, 48%, 39%);
  --f6-wood-dark: hsl(24, 42%, 24%);
  --f6-brass-light: hsl(46, 63%, 72%);
  --f6-brass: hsl(39, 54%, 53%);
  --f6-brass-dark: hsl(34, 44%, 36%);
  --f6-teal: hsl(174, 44%, 34%);
  --f6-forest: hsl(134, 29%, 34%);
  --f6-red: hsl(8, 54%, 48%);
  --f6-blue: hsl(211, 36%, 46%);
  --f6-shadow: hsla(24, 32%, 18%, 0.18);
  --f6-wall-shadow: hsla(24, 32%, 18%, 0.11);
  position: relative;
  z-index: 1;
  padding: 4rem 1.5rem 5rem;
  color: var(--f6-ink);
  overflow: clip;
  scroll-margin-top: clamp(6.5rem, 12vh, 8rem);
  background:
    linear-gradient(
      180deg,
      hsla(24, 32%, 14%, 0.16) 0,
      hsla(34, 30%, 32%, 0.04) 7.5rem,
      transparent 15rem
    ),
    linear-gradient(
      90deg,
      hsla(24, 32%, 22%, 0.08),
      transparent 16%,
      transparent 84%,
      hsla(24, 32%, 22%, 0.07)
    ),
    linear-gradient(180deg, hsla(39, 48%, 96%, 0.9), hsla(38, 42%, 91%, 0.94)),
    url("/assets/images/common/bg/bg_wall_plaster_texture.webp") center top /
      44rem auto repeat,
    hsl(39, 43%, 93%);
}

.s-home-news::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.4;
  background-image:
    linear-gradient(90deg, hsla(31, 28%, 30%, 0.045) 1px, transparent 1px),
    linear-gradient(0deg, hsla(31, 28%, 30%, 0.035) 1px, transparent 1px),
    linear-gradient(
      180deg,
      hsla(36, 32%, 72%, 0.22),
      transparent 28%,
      transparent 76%,
      hsla(29, 30%, 44%, 0.08)
    );
  background-size:
    52px 52px,
    52px 52px,
    auto;
  mask-image: linear-gradient(
    180deg,
    transparent,
    black 8%,
    black 88%,
    transparent
  );
}

.s-home-news::after {
  content: "";
  position: absolute;
  top: 5.9rem;
  left: 50%;
  width: min(100rem, calc(100% + 14rem));
  height: 35rem;
  z-index: -1;
  pointer-events: none;
  transform: translateX(-50%);
  border: 1px solid hsla(32, 28%, 44%, 0.12);
  border-radius: 6px;
  background:
    linear-gradient(180deg, hsla(43, 44%, 96%, 0.12), hsla(38, 36%, 80%, 0.08)),
    url("/assets/images/common/bg/texture_contact_envelope_fold_cream.webp")
      center 36% / min(94rem, 142vw) auto no-repeat;
  box-shadow:
    inset 0 1px 0 hsla(45, 58%, 98%, 0.18),
    inset 0 -20px 38px hsla(24, 30%, 28%, 0.05),
    0 24px 74px hsla(24, 32%, 18%, 0.08);
  opacity: 0.76;
  -webkit-mask-image: linear-gradient(
    180deg,
    transparent 0,
    black 9%,
    black 84%,
    transparent 100%
  );
  mask-image: linear-gradient(
    180deg,
    transparent 0,
    black 9%,
    black 84%,
    transparent 100%
  );
}

.s-home-news__header {
  width: min(100%, 72rem);
  margin: 0 auto 2.25rem;
  text-align: center;
}

.s-home-news__eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.1rem;
  margin: 0 0 1rem;
  padding: 0.35rem 1.1rem;
  color: hsl(29, 28%, 22%);
  font-size: 0.88rem;
  font-weight: 700;
  background:
    radial-gradient(
      circle at 28% 18%,
      hsla(48, 82%, 88%, 0.75),
      transparent 24%
    ),
    linear-gradient(
      180deg,
      var(--f6-brass-light),
      var(--f6-brass) 52%,
      var(--f6-brass-dark)
    );
  border: 1px solid hsl(34, 34%, 32%);
  border-radius: 8px;
  box-shadow:
    inset 0 1px 0 hsla(45, 78%, 86%, 0.45),
    0 4px 10px hsla(24, 30%, 18%, 0.18);
}

.s-home-news__title {
  margin: 0;
  font-size: 2.65rem;
  line-height: 1.18;
  text-wrap: pretty;
}

.s-home-news__lead {
  max-width: 42rem;
  margin: 0.85rem auto 0;
  color: var(--f6-muted);
  font-size: 1rem;
  line-height: 1.8;
}

.s-home-news__sign-wrap {
  --f6-cats-width: clamp(7.6rem, 16vw, 12.5rem);
  --f6-cats-shift-x: 1.825rem;
  --f6-cats-shift-y: 2.65rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  width: min(100%, 58rem);
  margin: 0 auto 2.5rem;
}

.s-home-news__sign-wrap::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -2.05rem;
  right: -2.25rem;
  bottom: -1.75rem;
  left: -2.25rem;
  pointer-events: none;
  border: 1px solid hsla(32, 28%, 38%, 0.11);
  border-radius: 4px;
  background:
    linear-gradient(180deg, hsla(40, 48%, 94%, 0.16), hsla(36, 32%, 76%, 0.08)),
    linear-gradient(
      90deg,
      hsla(24, 35%, 30%, 0.045),
      transparent 18%,
      transparent 82%,
      hsla(24, 35%, 30%, 0.04)
    );
  box-shadow:
    inset 0 1px 0 hsla(45, 58%, 98%, 0.16),
    inset 0 -16px 24px hsla(24, 26%, 30%, 0.04),
    0 14px 34px hsla(24, 28%, 18%, 0.05);
}

.s-home-news__cats-img {
  position: relative;
  z-index: 6;
  display: block;
  width: var(--f6-cats-width);
  height: auto;
  margin-right: -2.1rem;
  margin-bottom: 0;
  object-fit: contain;
  filter: drop-shadow(0 8px 16px hsla(24, 32%, 18%, 0.28));
  transform: translate(var(--f6-cats-shift-x), var(--f6-cats-shift-y));
  pointer-events: none;
}

.s-home-news__sign-body {
  position: relative;
  z-index: 2;
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 1rem;
}

.s-home-news__chain {
  position: absolute;
  top: 0;
  width: 0.5rem;
  height: 3rem;
  border-radius: 999px;
  background: repeating-linear-gradient(
    180deg,
    hsl(28, 10%, 32%) 0 0.35rem,
    hsl(34, 12%, 56%) 0.35rem 0.7rem
  );
  box-shadow: 0 2px 5px hsla(24, 32%, 18%, 0.28);
}

.s-home-news__chain--left {
  left: 12%;
}

.s-home-news__chain--right {
  right: 12%;
}

.s-home-news__sign {
  position: relative;
  display: grid;
  gap: 0.4rem;
  min-height: 12rem;
  padding: 2rem 4rem;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(
      90deg,
      hsla(22, 48%, 15%, 0.34),
      transparent 14%,
      transparent 86%,
      hsla(22, 48%, 15%, 0.3)
    ),
    linear-gradient(180deg, hsla(40, 72%, 76%, 0.16), hsla(20, 44%, 18%, 0.24)),
    url("/assets/images/common/bg/bg_wood_board_texture.webp") center / cover,
    linear-gradient(180deg, hsl(29, 48%, 48%), hsl(25, 43%, 34%));
  border: 2px solid var(--f6-wood-dark);
  border-radius: 12px;
  box-shadow:
    inset 0 1px 0 hsla(40, 70%, 82%, 0.2),
    inset 0 -10px 22px hsla(22, 48%, 18%, 0.22),
    0 16px 34px hsla(24, 32%, 18%, 0.24);
}

.s-home-news__sign::before {
  content: "";
  position: absolute;
  inset: 0.65rem;
  pointer-events: none;
  border: 1px solid hsla(43, 60%, 72%, 0.28);
  border-radius: 8px;
  box-shadow:
    inset 0 0 0 1px hsla(22, 48%, 16%, 0.26),
    inset 0 18px 24px hsla(41, 70%, 78%, 0.08);
}

.s-home-news__sign-label {
  position: relative;
  z-index: 2;
  color: hsl(42, 42%, 94%);
  font-size: 3.15rem;
  line-height: 1.1;
  text-shadow:
    0 3px 0 hsla(22, 44%, 18%, 0.75),
    0 0 18px hsla(174, 64%, 72%, 0.42);
}

.s-home-news__sign-message {
  position: relative;
  z-index: 2;
  color: hsl(44, 50%, 91%);
  font-size: 1.02rem;
  font-weight: 700;
  line-height: 1.65;
  text-shadow: 0 2px 3px hsla(22, 44%, 18%, 0.5);
}

.s-home-news__corner {
  position: absolute;
  z-index: 2;
  width: 3rem;
  height: 3rem;
  background:
    radial-gradient(circle at 30% 24%, hsl(48, 74%, 84%), transparent 24%),
    linear-gradient(135deg, var(--f6-brass-light), var(--f6-brass-dark));
  border: 1px solid hsl(33, 40%, 28%);
  box-shadow:
    inset 0 1px 0 hsla(48, 68%, 88%, 0.56),
    inset 0 -8px 12px hsla(31, 48%, 24%, 0.18),
    0 2px 4px hsla(24, 32%, 16%, 0.18);
}

.s-home-news__corner--tl {
  top: -0.35rem;
  left: -0.35rem;
  border-radius: 10px 0 10px 0;
}

.s-home-news__corner--tr {
  top: -0.35rem;
  right: -0.35rem;
  border-radius: 0 10px 0 10px;
}

.s-home-news__corner--bl {
  bottom: -0.35rem;
  left: -0.35rem;
  border-radius: 0 10px 0 10px;
}

.s-home-news__corner--br {
  right: -0.35rem;
  bottom: -0.35rem;
  border-radius: 10px 0 10px 0;
}

/* Decorative cat silhouette image. */

.s-home-news__layout {
  display: grid;
  grid-template-columns: minmax(18rem, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  align-items: stretch;
  width: min(100%, 72rem);
  margin: 0 auto;
}

.s-home-news--compact .s-home-news__layout {
  grid-template-columns: 1fr;
  max-width: 46rem;
}

.s-home-news__quest,
.s-home-news__board {
  position: relative;
  border: 2px solid hsl(31, 32%, 37%);
  box-shadow:
    0 14px 28px var(--f6-shadow),
    inset 0 1px 0 hsla(45, 45%, 95%, 0.2);
}

.s-home-news__quest {
  padding: 2.25rem 1.5rem 1.5rem;
  background:
    linear-gradient(180deg, hsla(42, 58%, 95%, 0.72), hsla(34, 42%, 73%, 0.72)),
    url("/assets/images/common/bg/bg_parchment_texture.webp") center / cover,
    linear-gradient(180deg, hsl(40, 47%, 84%), hsl(37, 42%, 76%));
  border-radius: 10px;
}

.s-home-news__quest::before {
  content: "";
  position: absolute;
  inset: 1rem;
  border-radius: 7px;
  background:
    linear-gradient(180deg, hsla(44, 54%, 96%, 0.76), hsla(40, 52%, 88%, 0.88)),
    url("/assets/images/common/bg/bg_parchment_texture.webp") center / cover;
  border: 1px solid hsla(32, 34%, 52%, 0.4);
  clip-path: polygon(2% 0, 94% 0, 100% 9%, 97% 100%, 8% 99%, 0 92%, 0 7%);
}

.s-home-news__quest > * {
  position: relative;
  z-index: 1;
}

.s-home-news__quest-pin,
.s-home-news__notice-pin {
  position: absolute;
  z-index: 3;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: radial-gradient(
    circle at 35% 30%,
    hsl(8, 72%, 72%),
    hsl(5, 58%, 45%) 58%,
    hsl(4, 42%, 28%)
  );
  box-shadow:
    0 2px 4px hsla(24, 40%, 18%, 0.32),
    inset 0 1px 0 hsla(45, 70%, 96%, 0.35);
}

.s-home-news__quest-pin {
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.s-home-news__panel-title {
  margin: 0 0 1.2rem;
  font-size: 1.45rem;
  line-height: 1.3;
  text-align: center;
  text-wrap: pretty;
}

.s-home-news__quest-list {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-home-news__quest-item {
  display: grid;
  grid-template-columns: 1rem 1.45rem minmax(0, 1fr) auto;
  gap: 0.55rem;
  align-items: center;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid hsla(30, 28%, 44%, 0.22);
}

.s-home-news__quest-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.s-home-news__quest-check {
  width: 0.82rem;
  height: 0.82rem;
  border: 2px solid hsla(29, 34%, 31%, 0.58);
  border-radius: 3px;
  background: hsla(44, 45%, 96%, 0.45);
}

.s-home-news__quest-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 1.45rem;
  height: 1.45rem;
  border: 1px solid hsla(29, 34%, 31%, 0.38);
  border-radius: 5px;
  background: linear-gradient(
    180deg,
    hsla(45, 56%, 97%, 0.78),
    hsla(39, 42%, 86%, 0.8)
  );
  box-shadow: inset 0 1px 0 hsla(45, 72%, 98%, 0.9);
}

.s-home-news__quest-icon::before,
.s-home-news__quest-icon::after {
  content: "";
  position: absolute;
  background: currentColor;
}

.s-home-news__quest-icon::before {
  width: 0.7rem;
  height: 0.08rem;
  color: hsla(29, 34%, 31%, 0.62);
  box-shadow:
    0 0.28rem 0 currentColor,
    0 -0.28rem 0 currentColor;
}

.s-home-news__quest-icon::after {
  width: 0.28rem;
  height: 0.28rem;
  right: 0.18rem;
  bottom: 0.16rem;
  color: var(--f6-brass-dark);
  border-radius: 50%;
}

.s-home-news__quest-label {
  min-width: 0;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.5;
}

.s-home-news__quest-badge,
.s-home-news__notice-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.55rem;
  padding: 0.18rem 0.62rem;
  color: hsl(44, 44%, 96%);
  font-size: 0.76rem;
  font-weight: 700;
  border-radius: 999px;
  border: 1px solid hsla(25, 26%, 18%, 0.18);
  box-shadow: inset 0 1px 0 hsla(45, 65%, 96%, 0.22);
  white-space: nowrap;
}

.s-home-news__quest-item.is-progress .s-home-news__quest-badge {
  background: var(--f6-teal);
}
.s-home-news__quest-item.is-prep .s-home-news__quest-badge {
  background: var(--f6-brass-dark);
}
.s-home-news__quest-item.is-planned .s-home-news__quest-badge {
  background: var(--f6-blue);
}
.s-home-news__quest-item.is-future .s-home-news__quest-badge {
  background: hsl(28, 12%, 40%);
}

.s-home-news__board {
  padding: 1.45rem;
  min-height: 100%;
  border-radius: 8px;
  background:
    linear-gradient(
      90deg,
      hsla(20, 48%, 13%, 0.32),
      transparent 18%,
      transparent 82%,
      hsla(20, 48%, 13%, 0.3)
    ),
    linear-gradient(180deg, hsla(42, 58%, 75%, 0.12), hsla(22, 48%, 16%, 0.28)),
    url("/assets/images/common/bg/bg_wood_board_texture.webp") center / cover,
    linear-gradient(180deg, hsl(29, 45%, 43%), hsl(28, 42%, 34%));
  background-color: hsl(28, 42%, 36%);
}

.s-home-news__board::after {
  content: "";
  position: absolute;
  inset: 0.72rem;
  pointer-events: none;
  border-radius: 5px;
  background:
    radial-gradient(
        circle,
        hsla(46, 64%, 72%, 0.9) 0 0.16rem,
        hsla(31, 45%, 27%, 0.92) 0.17rem 0.26rem,
        transparent 0.27rem
      )
      left 0.4rem top 0.35rem / 3.2rem 3.2rem,
    radial-gradient(
        circle,
        hsla(46, 64%, 72%, 0.75) 0 0.12rem,
        hsla(31, 45%, 27%, 0.8) 0.13rem 0.21rem,
        transparent 0.22rem
      )
      right 0.6rem bottom 0.5rem / 3.6rem 3.6rem;
  opacity: 0.48;
}

.s-home-news__board-rail {
  position: absolute;
  inset: 0.5rem;
  pointer-events: none;
  border: 1px solid hsla(42, 50%, 70%, 0.28);
  border-radius: 5px;
  box-shadow:
    inset 0 0 0 4px hsla(24, 38%, 18%, 0.12),
    inset 0 0 0 6px hsla(43, 54%, 62%, 0.08);
}

.s-home-news__board .s-home-news__panel-title {
  position: relative;
  z-index: 1;
  color: hsl(43, 52%, 93%);
  text-shadow: 0 2px 4px hsla(24, 42%, 16%, 0.58);
}

.s-home-news__notice-list {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.05rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.s-home-news__notice {
  position: relative;
  display: grid;
  gap: 0.55rem;
  min-height: 9.6rem;
  padding: 1.15rem 1rem 1rem;
  color: var(--f6-ink);
  background:
    linear-gradient(180deg, hsla(46, 70%, 98%, 0.72), hsla(39, 52%, 88%, 0.82)),
    url("/assets/images/common/bg/texture_contact_letter_paper_cream.webp")
      center / cover,
    linear-gradient(180deg, var(--f6-paper-light), var(--f6-paper));
  border: 1px solid hsla(34, 30%, 64%, 0.72);
  border-radius: 4px 5px 10px 4px;
  box-shadow:
    0 8px 14px hsla(24, 35%, 18%, 0.26),
    inset 0 1px 0 hsla(45, 70%, 98%, 0.8);
  transform: rotate(var(--notice-rot, 0deg));
}

.s-home-news__notice > * {
  position: relative;
  z-index: 1;
}

.s-home-news__notice::before {
  content: "";
  position: absolute;
  inset: 0.48rem;
  z-index: 0;
  pointer-events: none;
  border: 1px dashed hsla(30, 30%, 54%, 0.26);
  border-radius: 3px 4px 8px 3px;
  opacity: 0.72;
}

.s-home-news__notice::after {
  content: "";
  position: absolute;
  z-index: 0;
  right: -1px;
  bottom: -1px;
  width: 1.35rem;
  height: 1.35rem;
  background: linear-gradient(
    135deg,
    hsla(38, 34%, 70%, 0.1) 0 50%,
    hsla(34, 28%, 73%, 0.9) 51% 100%
  );
  border-radius: 0 0 9px 0;
  box-shadow: -2px -2px 4px hsla(24, 22%, 28%, 0.12);
}

.s-home-news__notice-pin {
  top: -0.45rem;
  left: 50%;
  transform: translateX(-50%);
}

.s-home-news__notice:nth-child(2n) .s-home-news__notice-pin {
  background: radial-gradient(
    circle at 35% 30%,
    hsl(176, 62%, 72%),
    hsl(174, 44%, 42%) 58%,
    hsl(174, 35%, 26%)
  );
}

.s-home-news__notice:nth-child(3n) .s-home-news__notice-pin {
  background: radial-gradient(
    circle at 35% 30%,
    hsl(42, 72%, 76%),
    hsl(36, 54%, 50%) 58%,
    hsl(33, 42%, 30%)
  );
}

.s-home-news__notice-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  align-items: center;
}

.s-home-news__notice-date {
  color: hsl(28, 14%, 42%);
  font-size: 0.78rem;
  font-variant-numeric: tabular-nums;
}

.s-home-news__notice-category {
  background: var(--f6-teal);
}

.s-home-news__notice[data-category="記事追加"] .s-home-news__notice-category {
  background: var(--f6-brass-dark);
}

.s-home-news__notice[data-category="近日公開"] .s-home-news__notice-category {
  background: hsl(28, 12%, 40%);
}

.s-home-news__notice[data-category="準備中"] .s-home-news__notice-category {
  background: var(--f6-forest);
}

.s-home-news__notice-title {
  color: var(--f6-ink);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
  text-decoration: none;
}

a.s-home-news__notice-title:hover {
  color: hsl(174, 42%, 30%);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.18em;
}

.s-home-news__notice-summary {
  display: -webkit-box;
  overflow: hidden;
  color: var(--f6-muted);
  font-size: 0.82rem;
  line-height: 1.55;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.s-home-news__empty {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 1.5rem;
  color: hsl(43, 52%, 93%);
  text-align: center;
}

.s-home-news__more {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: 1.2rem;
  padding: 0.7rem 1rem;
  color: hsl(43, 52%, 93%);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  background: hsla(24, 34%, 20%, 0.38);
  border: 1px solid hsla(42, 42%, 72%, 0.3);
  border-radius: 999px;
}

@media (max-width: 900px) {
  .s-home-news {
    padding: 3.2rem 1rem 4rem;
  }

  .s-home-news__title {
    font-size: 2.15rem;
  }

  .s-home-news__layout {
    grid-template-columns: 1fr;
    max-width: 38rem;
  }

  .s-home-news__sign {
    min-height: 10rem;
    padding: 1.65rem 3rem;
  }

  .s-home-news__sign-label {
    font-size: 2.35rem;
  }

  .s-home-news__cats-img {
    width: clamp(5.5rem, 20vw, 9.2rem);
    margin-right: -1.45rem;
    transform: translate(1.475rem, 1.8rem);
  }

  .s-home-news__notice-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .s-home-news__header {
    text-align: left;
  }

  .s-home-news__title {
    font-size: 1.9rem;
  }

  .s-home-news__lead {
    margin-inline: 0;
  }

  .s-home-news__sign-wrap {
    padding-top: 0;
  }

  .s-home-news__cats-img {
    width: clamp(4.6rem, 18vw, 6.2rem);
    margin-right: -0.85rem;
    margin-bottom: 0;
    transform: translate(1.075rem, 0.95rem);
  }

  .s-home-news__chain {
    height: 2.1rem;
  }

  .s-home-news__chain--left {
    left: 18%;
  }

  .s-home-news__chain--right {
    right: 18%;
  }

  .s-home-news__sign {
    min-height: 8.4rem;
    padding: 1.4rem 1.1rem 1.3rem;
  }

  .s-home-news__sign-label {
    font-size: 1.9rem;
  }

  .s-home-news__sign-message {
    font-size: 0.9rem;
  }

  .s-home-news__corner {
    width: 2rem;
    height: 2rem;
  }

  .s-home-news__board {
    padding-inline: 1rem;
  }

  .s-home-news__quest {
    padding-inline: clamp(1.35rem, 5.6vw, 1.65rem);
  }

  .s-home-news__quest-item {
    grid-template-columns: .95rem 1.2rem minmax(0, 1fr);
    column-gap: .5rem;
  }

  .s-home-news__quest-badge {
    grid-column: 3;
    justify-self: start;
  }

  .s-home-news__notice {
    transform: rotate(calc(var(--notice-rot, 0deg) * 0.4));
  }
}
