:root {
  --ink: #25252b;
  --yellow: #ffe351;
  --pale-yellow: #fff8d3;
  --blue: #004fbb;
  --gray: #ededf2;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  min-width: 320px;
  overflow-x: clip;
  background: #fff;
}

body.menu-open {
  overflow: hidden;
}

.summer-fair-lp {
  position: relative;
  z-index: 1;
  width: min(100%, 1216px);
  min-height: 100vh;
  margin: 0 auto;
  color: var(--ink);
  font-family: "M PLUS 2", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.background-decor {
  display: none;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.lp-side {
  position: fixed;
  z-index: 20;
  top: 0;
  left: max(0px, calc(50% - 608px));
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  width: 240px;
  height: 100vh;
  padding: 24px 16px;
  overflow-x: hidden;
  overflow-y: auto;
  background: #2a2a2a;
  color: #fff;
}

.side-title-image {
  display: block;
  flex: none;
  width: 208px;
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 0 5px #fff);
}

.side-logo-link,
.side-logo {
  display: block;
}

.side-logo {
  width: 150px;
  height: auto;
}

.side-actions {
  display: grid;
  gap: 8px;
  width: 100%;
}

.side-button,
.registration-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 8px 16px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.side-button-primary,
.registration-button {
  background: var(--yellow);
}

.side-x-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
}

.side-sns-info {
  display: block;
  width: 150px;
  height: 36px;
  animation: side-sns-info-float 2.8s ease-in-out infinite;
  will-change: transform;
}

.side-sns-icon {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

@keyframes side-sns-info-float {
  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -6px, 0);
  }
}

.lp-shell {
  width: 960px;
  margin-left: 256px;
  overflow: hidden;
  border-right: 3px solid #000;
  border-left: 3px solid #000;
  background: #fff;
}

.hero-image {
  display: block;
  width: 100%;
  height: auto;
}

.exhibition-section {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 56px) 20px;
  background: #fff;
}

.exhibition-section::before {
  position: absolute;
  z-index: 0;
  inset: 0;
  background:
    radial-gradient(circle at 5% 38%, transparent 0 103px, rgba(255, 255, 255, 0.46) 104px 106px, transparent 107px),
    radial-gradient(circle at 89% 17%, transparent 0 61px, rgba(255, 255, 255, 0.52) 62px 64px, transparent 65px),
    radial-gradient(circle at 73% 84%, transparent 0 27px, rgba(255, 255, 255, 0.48) 28px 30px, transparent 31px),
    radial-gradient(circle at 18% 11%, rgba(255, 255, 255, 0.44) 0 14px, transparent 15px),
    radial-gradient(circle at 96% 62%, rgba(255, 255, 255, 0.34) 0 23px, transparent 24px),
    radial-gradient(circle at 43% 7%, rgba(255, 255, 255, 0.56) 0 7px, transparent 8px),
    radial-gradient(circle at 8% 88%, rgba(255, 255, 255, 0.4) 0 18px, transparent 19px),
    radial-gradient(circle at 7% 5%, rgba(255, 213, 86, 0.4) 0, rgba(255, 213, 86, 0) 29%),
    radial-gradient(circle at 94% 4%, rgba(247, 177, 185, 0.34) 0, rgba(247, 177, 185, 0) 27%),
    linear-gradient(180deg, #dff7fb 0%, #fbffff 52%, #dff6fa 100%);
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.9s ease;
}

.exhibition-image {
  position: relative;
  z-index: 1;
  display: block;
  width: min(100%, 600px);
  height: auto;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: 0 12px 28px rgba(10, 95, 133, 0.16);
  opacity: 0;
  transition: opacity 0.9s ease;
}

.exhibition-section.is-background-visible::before,
.exhibition-section.is-image-visible .exhibition-image {
  opacity: 1;
}

.section {
  padding: 16px 20px 40px;
}

.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 408px);
  min-height: 96px;
  margin: 0 auto 10px;
  padding: 24px 0 32px;
  color: #2a2a2a;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.campaign-section {
  position: relative;
  overflow: hidden;
  padding-top: 32px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, var(--yellow) 0%, #fff2ad 100%);
}

.campaign-confetti {
  position: absolute;
  z-index: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  pointer-events: none;
}

.campaign-confetti-top {
  top: 0;
}

.campaign-confetti-bottom {
  bottom: 0;
  transform: rotate(180deg);
}

.campaign-title-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 570px;
  height: auto;
  margin: 0 auto;
}

.campaign-filter {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin: 24px auto;
  padding: 0 16px;
}

.campaign-filter-button {
  --campaign-filter-color: #2a2a2a;

  min-height: 38px;
  padding: 7px 18px;
  border: 2px solid var(--campaign-filter-color);
  border-radius: 999px;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.campaign-filter-button:hover {
  transform: translateY(-2px);
}

.campaign-filter-button[aria-pressed="true"] {
  background: var(--campaign-filter-color);
  color: #fff;
}

.campaign-filter-button[data-campaign-filter="作品委託"][aria-pressed="true"] {
  color: #000;
}

.campaign-filter-button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
  box-shadow: 0 0 0 5px #2a2a2a;
}

.campaign-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.campaign-grid.is-filtering {
  opacity: 0;
  transform: translateY(3px);
  transition-duration: 0.2s;
}

.campaign-card {
  --campaign-label-color: #2a2a2a;
  --campaign-label-text-color: #fff;

  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 3px solid #000;
  border-radius: 8px;
  background: #fff;
  color: #2a2a2a;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.campaign-card[hidden] {
  display: none;
}

.campaign-card--creator {
  --campaign-label-color: #fdaa02;
  --campaign-label-text-color: #000;
}

.campaign-card--shopping {
  --campaign-label-color: #f25b01;
}

.campaign-card--c108 {
  --campaign-label-color: #020166;
}

.campaign-card::before {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  width: 80px;
  height: 80px;
  background: var(--campaign-label-color);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  content: "";
}

.campaign-card::after {
  position: absolute;
  z-index: 4;
  inset: 0;
  background: #fff;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

a.campaign-card:hover::after,
a.campaign-card:focus-visible::after {
  opacity: 0.32;
}

.campaign-badge {
  position: absolute;
  z-index: 3;
  top: 6px;
  left: 0px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  box-sizing: border-box;
  width: 56px;
  height: 35px;
  padding: 4px;
  overflow: hidden;
  color: var(--campaign-label-text-color);
  font-size: var(--campaign-badge-font-size, 11px);
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  transform: rotate(-45deg);
  word-break: break-all;
}

.campaign-badge--single-line {
  white-space: nowrap;
  word-break: normal;
}

.campaign-placeholder {
  display: block;
  width: calc(100% - 32px);
  height: auto;
  margin: 16px 16px 0;
  aspect-ratio: 2 / 1;
  object-fit: cover;
}

.campaign-text {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 4px;
  padding: 16px;
  font-size: 12px;
  line-height: 21px;
}

.campaign-text strong {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
}

a.campaign-card .campaign-text strong::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url("../img/icon-open-in-new.svg") center / contain no-repeat;
  content: "";
  vertical-align: -2px;
}

.campaign-text time,
.campaign-text .campaign-date {
  color: #ed7d00;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
}

.feature-section {
  position: relative;
  overflow: hidden;
  padding-top: 32px;
  background: #fdaa01;
}

.feature-section::after {
  position: absolute;
  z-index: 0;
  bottom: -115px;
  left: -20%;
  width: 140%;
  height: 250px;
  background: url("../img/img_shopping-stripe.png") center / auto 100% no-repeat;
  content: "";
  pointer-events: none;
  transform: rotate(-8deg);
}

.feature-section > * {
  position: relative;
  z-index: 1;
}

.feature-section .section-title {
  gap: 8px;
  width: auto;
  max-width: 100%;
  color: #2a2a2a;
  line-height: 1;
  white-space: nowrap;
}

.feature-title-prefix {
  font-size: 24px;
}

.feature-title-highlight {
  padding: 6px 10px;
  background: var(--yellow);
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 0 40px;
}

.feature-card {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
}

.feature-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

.feature-icon img {
  display: block;
  width: 80px;
  height: 80px;
}

.feature-icon-payment img {
  height: 77px;
}

.feature-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.feature-card h3,
.feature-card p {
  margin: 0;
}

.feature-card h3 {
  padding: 0 10px;
  background: linear-gradient(to top, var(--yellow) 0 33%, transparent 33%);
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  white-space: nowrap;
}

.feature-card p {
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}

.feature-link {
  width: 100%;
  color: #ed7d00;
  font-size: 13px;
  font-weight: 700;
  text-align: left;
  text-underline-offset: 2px;
}

.registration-button {
  width: 240px;
  min-height: 52px;
  margin: 24px auto 0;
  padding: 10px;
  border-color: #2a2a2a;
  background: #2a2a2a;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.overseas-section {
  background: #fff;
}

.overseas-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.overseas-links a,
.overseas-links img {
  display: block;
  width: 100%;
}

.overseas-links img {
  height: auto;
}

.creator-section {
  position: relative;
  overflow: hidden;
  padding-bottom: 80px;
  background: var(--yellow);
}

.creator-section .section-title,
.creator-lead,
.creator-grid,
.creator-button {
  position: relative;
  z-index: 1;
}

.creator-decoration {
  position: absolute;
  z-index: 0;
  bottom: 0;
  display: block;
  height: auto;
  pointer-events: none;
}

.creator-decoration-left {
  left: 9px;
  width: 189px;
}

.creator-decoration-right {
  right: 40px;
  width: 160px;
}

.creator-section .section-title {
  width: auto;
  max-width: 100%;
  min-height: 64px;
  margin-bottom: 10px;
  padding: 24px 0 8px;
  white-space: nowrap;
}

.creator-lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.creator-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 24px;
}

.creator-card {
  display: flex;
  flex: 0 0 220px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 156px;
  padding: 16px;
  border: 3px solid #2a2a2a;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.creator-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--yellow);
}

.creator-icon img {
  display: block;
  width: 32px;
  height: 32px;
}

.creator-card p {
  width: 100%;
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
}

.creator-card strong {
  color: #ed7d00;
}

.creator-card small {
  font-size: 14px;
}

.creator-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  min-height: 52px;
  margin: 24px auto 0;
  padding: 10px;
  border: 2px solid #2a2a2a;
  border-radius: 999px;
  background: #2a2a2a;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: filter 0.2s ease, transform 0.2s ease;
}

.notice-section {
  padding-top: 10px;
  background: var(--gray);
}

.notice-section .section-title {
  margin-bottom: 7px;
}

.notice-section p {
  max-width: 700px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.lp-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 40px 20px 26px;
  background: #2a2a2a;
  color: #fff;
}

.footer-logo {
  display: block;
  width: 156px;
  height: 40px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 16px;
}

.footer-nav a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  text-decoration: none;
}

.footer-nav img {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.share {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
}

.share p {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}

.share-buttons {
  display: flex;
}

.share-button,
.share-button img {
  display: block;
  width: 80px;
  height: 80px;
}

.copyright {
  margin: 0;
  font-size: 11px;
}

.feature-link,
.overseas-links a,
.side-x-link,
.footer-nav a {
  transition: filter 0.2s ease;
}

.share-button {
  transition: opacity 0.2s ease;
}

.side-button:hover,
.side-button:focus-visible,
.registration-button:hover,
.registration-button:focus-visible,
.creator-button:hover,
.creator-button:focus-visible,
.feature-link:hover,
.feature-link:focus-visible,
.overseas-links a:hover,
.overseas-links a:focus-visible,
.side-x-link:hover,
.side-x-link:focus-visible,
.footer-nav a:hover,
.footer-nav a:focus-visible {
  opacity: 1;
  filter: brightness(1.1) contrast(0.86) saturate(0.9);
}

.share-button:hover,
.share-button:focus-visible {
  opacity: 0.75;
}

.side-button:active,
.registration-button:active,
.creator-button:active,
a.campaign-card:active {
  transform: translateY(1px);
}

.menu-toggle,
.menu-close,
.menu-backdrop {
  display: none;
}

@media (min-width: 1280px) {
  .background-decor {
    position: fixed;
    z-index: 0;
    inset: 0;
    display: block;
    overflow: hidden;
    pointer-events: none;
  }

  .decor-shape {
    position: absolute;
    z-index: 2;
    top: 0;
    width: var(--shape-width);
    height: var(--shape-height);
    will-change: transform;
    transform: translate3d(0, var(--decor-y, 0), 0) rotate(var(--shape-rotate, 0deg));
  }

  .decor-shape::before {
    display: block;
    width: 100%;
    height: 100%;
    background: var(--shape-color);
    content: "";
  }

  .decor-depth-mid {
    z-index: 1;
    opacity: 0.7;
  }

  .decor-depth-back {
    z-index: 0;
    opacity: 0.4;
  }

  .decor-circle::before {
    border-radius: 50%;
  }

  .decor-ring::before {
    border-radius: 50%;
    background: radial-gradient(circle, transparent 0 62%, var(--shape-color) 66% 100%);
  }

  .decor-triangle::before {
    clip-path: polygon(50% 0, 100% 100%, 0 100%);
  }

  .decor-float::before {
    animation: decor-shape-float var(--float-duration, 3.2s) ease-in-out var(--float-delay, 0s) infinite;
  }

  .decor-shape-left {
    left: calc((100vw - 1216px) / 4 + var(--gutter-offset, 0px));
  }

  .decor-shape-right {
    right: calc((100vw - 1216px) / 4 + var(--gutter-offset, 0px));
  }

  @keyframes decor-shape-float {
    0%,
    100% {
      transform: translate3d(0, 0, 0);
    }

    50% {
      transform: translate3d(var(--float-x, 5px), var(--float-distance, -12px), 0);
    }
  }
}

@media (max-width: 1279px) {
  .summer-fair-lp {
    z-index: auto;
    width: 100%;
  }

  .lp-shell {
    width: 100%;
    margin: 0 auto;
    border-right: 0;
    border-left: 0;
  }

  .lp-side {
    z-index: 100;
    right: 0;
    left: auto;
    width: min(280px, calc(100% - 48px));
    padding-top: 56px;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }

  body.menu-open .lp-side {
    transform: translateX(0);
  }

  .menu-toggle {
    position: fixed;
    z-index: 90;
    top: 16px;
    right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    padding: 0;
    border: 2px solid var(--ink);
    border-radius: 50%;
    background: var(--yellow);
    box-shadow: 2px 2px 0 var(--ink);
    cursor: pointer;
  }

  .menu-toggle-lines,
  .menu-toggle-lines::before,
  .menu-toggle-lines::after {
    display: block;
    width: 22px;
    height: 3px;
    border-radius: 3px;
    background: var(--ink);
    content: "";
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .menu-toggle-lines {
    position: relative;
  }

  .menu-toggle-lines::before,
  .menu-toggle-lines::after {
    position: absolute;
    left: 0;
  }

  .menu-toggle-lines::before {
    top: -7px;
  }

  .menu-toggle-lines::after {
    top: 7px;
  }

  body.menu-open .menu-toggle-lines {
    background: transparent;
  }

  body.menu-open .menu-toggle-lines::before {
    top: 0;
    transform: rotate(45deg);
  }

  body.menu-open .menu-toggle-lines::after {
    top: 0;
    transform: rotate(-45deg);
  }

  .menu-close {
    position: absolute;
    top: 14px;
    right: 14px;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .menu-close::before,
  .menu-close::after {
    position: absolute;
    top: 17px;
    left: 7px;
    width: 22px;
    height: 2px;
    background: #fff;
    content: "";
  }

  .menu-close::before {
    transform: rotate(45deg);
  }

  .menu-close::after {
    transform: rotate(-45deg);
  }

  .menu-backdrop {
    position: fixed;
    z-index: 95;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }

  body.menu-open .menu-backdrop {
    opacity: 1;
    visibility: visible;
  }

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

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

}

@media (max-width: 959px) {
  .feature-section .section-title {
    flex-wrap: wrap;
    width: 100%;
    white-space: normal;
  }

  .feature-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .feature-card {
    min-height: 0;
  }
}

@media (max-width: 599px) {
  .exhibition-section {
    padding: 24px 12px 32px;
  }

  .exhibition-image {
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(10, 95, 133, 0.14);
  }

  .section {
    padding: 12px 16px 32px;
  }

  .section-title {
    min-height: 80px;
    padding: 20px 0 24px;
    font-size: 26px;
  }

  .feature-grid,
  .overseas-links {
    grid-template-columns: 1fr;
  }

  .campaign-card {
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .campaign-section {
    padding-top: 12px;
    padding-bottom: 40px;
  }

  .campaign-filter {
    gap: 6px;
    margin: 18px auto;
    padding: 0;
  }

  .campaign-filter-button {
    min-height: 34px;
    padding: 6px 12px;
    font-size: 12px;
  }

  .campaign-placeholder {
    width: calc(100% - 20px);
    margin: 10px 10px 0;
  }

  .campaign-text {
    gap: 5px;
    padding: 10px;
    font-size: 10px;
    line-height: 1.55;
  }

  .campaign-text strong {
    font-size: 14px;
  }

  .campaign-text time,
  .campaign-text .campaign-date {
    font-size: 10px;
    line-height: 1.4;
  }

  .campaign-card::before {
    width: 70px;
    height: 70px;
  }

  .campaign-badge {
    top: 4px;
    left: -2px;
  }

  .feature-card {
    min-height: 0;
  }

  .feature-section .section-title {
    flex-wrap: wrap;
    gap: 4px 6px;
    width: 100%;
    white-space: normal;
  }

  .feature-title-prefix {
    font-size: 18px;
  }

  .feature-title-highlight {
    padding: 4px 6px;
  }

  .feature-grid {
    gap: 16px;
    padding: 0;
  }

  .feature-card {
    gap: 16px;
    padding: 16px;
  }

  .feature-icon,
  .feature-icon img {
    width: 64px;
    height: 64px;
  }

  .feature-icon-payment img {
    height: 62px;
  }

  .feature-card h3 {
    padding: 0 4px;
    font-size: 16px;
  }

  .creator-section .section-title {
    min-height: 80px;
    padding: 20px 0 16px;
    white-space: normal;
  }

  .creator-decoration {
    display: none;
  }

  .creator-card {
    flex-basis: calc(50% - 4px);
    min-width: 0;
    min-height: 148px;
    padding: 14px 8px;
  }

  .creator-card p {
    font-size: 16px;
  }

  .creator-card small {
    font-size: 12px;
  }

  .overseas-links {
    gap: 16px;
  }

  .notice-section p {
    font-size: 13px;
    text-align: center;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 399px) {
  .campaign-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .side-sns-info {
    animation: none;
  }

  .campaign-grid {
    transition: none;
  }

  .decor-shape {
    will-change: auto;
  }

  .decor-float::before {
    animation: none;
  }
}
