:root {
  --beer-brown: #5a2b15;
  --beer-gold: #f4c43f;
  --beer-orange: #df5a08;
  --beer-gray: #d8d8d8;
  --beer-cream: #fffcf4;
  --beer-white: #fff;
  --beer-placeholder: #ededed;
  --beer-content-width: 1190px;
  --beer-radius: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  word-break: break-all;
}

.nsf-modal__content h2,
main p,
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 main figcaption,
main li,
main a,
main span,
main strong,
main em {
  color: var(--brown);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
}

main button {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
}

main dt,
main dd {
  font-weight: 600 !important;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
  font-size: clamp(14px, 1.6vw, 16px);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--beer-brown);
  background: var(--beer-white);
}

body.nsf-modal-open {
  overflow: hidden;
}

footer {
  margin-top: 0 !important;
}

main,
main button,
main input {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main dl,
main dd {
  margin-top: 0;
}

main img {
  display: block;
  max-width: 100%;
  height: auto;
}

.nsf-detail-link,
.screen-reader--text {
  color: var(--beer-brown);
}

/* Hero */
.hero {
  position: sticky;
  z-index: -1;
  top: 0;
  display: grid;
  width: 100%;
  min-height: 390px;
  overflow: hidden;
  place-items: center;
}

.beer-video,
.hero img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

.beer-video {
  height: 80dvh;
}

.hero img {
  position: absolute;
  left: 0;
  height: 70dvh;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 0 5px #fff);
}

/* Wave / Intro */
.wave-section,
.event-section {
  position: relative;
  width: 100%;
  margin-inline: auto;
  overflow: hidden;
  isolation: isolate;
}

.wave-section {
  min-height: 790px;
  padding: clamp(80px, 11vw, 130px) 20px;
  margin-top: -120px;
  filter: drop-shadow(0 0 15px #f3cb45);
}

.event-section {
  min-height: 806px;
  padding: 170px 7vw 74px;
  background:
    radial-gradient(ellipse at 9% 9%, rgba(255, 223, 100, 0.22), transparent 26%),
    radial-gradient(ellipse at 92% 8%, rgba(255, 223, 100, 0.18), transparent 27%),
    var(--beer-cream);
}

.wave-section__bg,
.wave-section__background {
  position: absolute;
  z-index: -1;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.wave-section__base {
  fill: #fff;
}

.wave-section__shadow {
  fill: none;
  stroke: rgba(243, 203, 69, 0.25);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wave-section__shadow--pc {
  stroke-width: 110px;
}

.wave-section__shadow--sp {
  stroke-width: 56px;
}

.wave-section__bg--pc {
  display: block;
}

.wave-section__bg--sp {
  display: none;
}

.wave-section__content,
.intro,
.section-heading,
.booth-grid {
  position: relative;
  z-index: 1;
}

.wave-section__content,
.intro {
  width: min(100%, 900px);
  margin-inline: auto;
}

.wave-section__content {
  padding: clamp(130px, 14vw, 200px) 40px 100px;
  text-align: center;
}

.intro {
  max-width: 730px;
}

.intro h1,
.wave-section__title {
  margin: 0;
  font-weight: 800;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.035em;
}

.intro h1 {
  font-size: clamp(23px, 2vw, 31px);
}

.wave-section__title {
  font-size: clamp(32px, 5vw, 64px);
}

.intro p,
.wave-section__text {
  margin: 30px auto 0;
  line-height: 1.95;
}

.intro p {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.025em;
}

.wave-section__text {
  max-width: 640px;
  font-size: clamp(15px, 1.5vw, 18px);
}

.wave-section__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

/* Booth navigation */
.section-heading,
.nsf-section-heading {
  text-align: center;
}

.section-heading {
  margin-top: 57px;
  margin-bottom: 30px;
}

.section-heading h2,
.nsf-section-heading h1,
.nsf-section-heading h2 {
  margin-bottom: 8px;
  color: var(--beer-gold);
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.025em;
}

.section-heading h2 {
  margin-top: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(30px, 2.7vw, 42px);
}

.section-heading p,
.nsf-section-heading p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.section-heading span {
  margin-inline: 8px;
  color: var(--beer-gold);
}

.booth-grid {
  display: grid;
  max-width: 1200px;
  margin: 50px auto 0;
  padding: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 30px;
}

.booth-card {
  position: relative;
  min-width: 0;
  list-style: none;
}

.booth-card p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 6px 0;
  font-weight: 700;
}

.booth-card p::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/wp-content/themes/stadiumcity/images/beer/btn.svg") center / contain no-repeat;
}

.booth-image {
  display: grid;
  place-items: center;
  background: var(--beer-placeholder);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.booth-card:hover .booth-image {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(90, 43, 21, 0.1);
}

#coming_soon {
  display: flex;
  height: 50vh;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--beer-gold);
  font: 700 clamp(30px, 5.5vw, 56px) / 1 Arial, Helvetica, sans-serif;
  letter-spacing: 0.04em;
}

/* Main sections */
.nsf-section {
  padding: clamp(80px, 10vw, 130px) 24px;
}

.nsf-section .section-heading {
  margin-top: 0;
  margin-bottom: 30px;
}

.nsf-craftbeer {
  background: #F3CB45;
  box-shadow: inset 0 4px 104px rgba(255, 255, 255, 0.5);
  padding-bottom: 160px;
}

.nsf-faq p span,
.nsf-faq h2,
.nsf-events p span,
.nsf-events h2,
.nsf-craftbeer p span,
.nsf-craftbeer h2 {
  color: white;
}

.intro h1 {
  margin: 0;
  font-size: clamp(23px, 2.05vw, 31px);
  line-height: 1.55;
  text-align: center;
  letter-spacing: .035em;
  font-weight: 800;
}

.nsf-events,
.nsf-gourmet,
.nsf-map,
.nsf-faq {
  margin-top: -120px;
  padding-bottom: clamp(160px, 16vw, 200px);
  background: url("/wp-content/themes/stadiumcity/images/beer/bg-white.svg") top / cover no-repeat;
}

.nsf-faq,
.nsf-events {
  background: url("/wp-content/themes/stadiumcity/images/beer/bg-yellow.svg") top / cover no-repeat;
}

.nsf-container {
  width: min(calc(100% - 30px), var(--beer-content-width));
  margin-inline: auto;
}

.nsf-section-heading {
  margin-bottom: clamp(46px, 6vw, 84px);
}

.nsf-section-heading h1,
.nsf-section-heading h2 {
  font-size: clamp(34px, 4vw, 52px);
}

.nsf-section-heading p::before,
.nsf-section-heading p::after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 12px 3px;
  background: currentColor;
  transform: rotate(45deg);
}

.nsf-section-heading--light h1,
.nsf-section-heading--light h2,
.nsf-section-heading--light p {
  color: #fff;
}

.nsf-section-heading--gold h1,
.nsf-section-heading--gold h2 {
  color: var(--beer-gold);
}

.nsf-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px clamp(15px, 3vw, 30px);
}

/* Beer / Gourmet cards */
.nsf-beer-card,
.nsf-gourmet-card {
  position: relative;
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
  padding: 22px;
  background: #FAF7ED;
  border-radius: var(--beer-radius);
}

.nsf-beer-card {
  background: #fff;
}

.nsf-gourmet-card {
  background: #FAF7ED;
  /* background: var(--beer-cream); */
}

.nsf-beer-card h2,
.nsf-gourmet-card h3,
.nsf-event-card h4,
.nsf-modal-detail h2 {
  color: var(--beer-brown);
  font-weight: 800;
  line-height: 1.3;
}

.nsf-beer-card h2,
.nsf-gourmet-card h3 {
  margin: 8px 0 14px;
  font-size: clamp(20px, 2vw, 23px);
}

.nsf-pill {
  display: inline-flex;
  width: fit-content;
  min-height: 23px;
  align-items: center;
  padding: 5px 15px;
  border-radius: 999px;
  color: #fff;
  background: var(--beer-gold);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  /* opacity: 0.8; */
}

.nsf-pill[data-region="長崎県"] {
  background: #427A47;
}

.nsf-pill[data-region="佐賀県"] {
  background: #AC7121;
}

.nsf-pill[data-region="福岡県"] {
  background: #0D87A8;
}

.nsf-pill[data-region="熊本県"] {
  background: #5A3118;
}

.nsf-pill[data-region="大分県"] {
  background: #B82839;
}

.nsf-pill[data-region="鹿児島県"] {
  background: #A51E6F;
}

.nsf-pill[data-region="宮崎県"] {
  background: #EA5E20;
}

.nsf-beer-card__image,
.nsf-gourmet-card__image,
.nsf-event-card__image,
.nsf-modal-detail__image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  /* background: var(--beer-placeholder); */
}

.nsf-event-card__image,
.nsf-cover-image {
  border-radius: 0;
}

.nsf-beer-card__image,
.nsf-gourmet-card__image {
  aspect-ratio: 1.45 / 1;
}

.nsf-cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nsf-event-card .nsf-cover-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: top;
}

.nsf-card-copy {
  margin: 16px 0 12px;
  font-size: 13px;
  line-height: 1.75;
}

.nsf-card-footer {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: auto;
  font-size: 12px;
}

.nsf-card-action,
.nsf-detail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px;
  border: 0;
  /* color: inherit; */
  background: transparent;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
}

.nsf-card-action {
  /* width: 30px; */
  height: 30px;
  height: 30px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: right;
}

.nsf-card-action:focus-visible,
.nsf-detail-link:focus-visible,
.nsf-modal__close:focus-visible,
.js-accordion-trigger:focus-visible {
  outline: 3px solid #146ebe;
  outline-offset: 3px;
}

.nsf-plus-icon,
.nsf-external-icon {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
}

.nsf-plus-icon::before,
.nsf-plus-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  transform: translate(-50%, -50%);
}

.nsf-plus-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.nsf-external-icon {
  width: clamp(15px, 1.5vw, 18px);
  height: clamp(15px, 1.5vw, 18px);
  background: url("/wp-content/themes/stadiumcity/images/beer/gaibu.svg") center / contain no-repeat;
}

/* 
.nsf-external-icon::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
} */
/* 
.nsf-external-icon::after {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  width: 8px;
  height: 2px;
  background: currentColor;
  transform: rotate(-45deg);
  transform-origin: right center;
} */

.nsf-marker {
  position: absolute;
  top: -22px;
  left: 50%;
  display: grid;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--beer-orange);
  font-size: 20px;
  font-weight: 800;
  transform: translateX(-50%);
}

.nsf-craftbeer .nsf-marker {
  background: #926448;
}

/* Events */
.nsf-event-day {
  margin-bottom: 42px;
}

.nsf-event-day:last-child {
  margin-bottom: 0;
}

.nsf-event-day__heading {
  width: min(100%, 370px);
  margin: 0;
  padding: 12px 24px;
  border-radius: var(--beer-radius) var(--beer-radius) 0 0;
  color: #fff;
  background: var(--nsf-day-color, var(--beer-orange));
  font-size: 20px;
  line-height: 1;
  text-align: center;
}

.nsf-event-day__list {
  overflow: hidden;
  border-radius: 0 var(--beer-radius) var(--beer-radius) var(--beer-radius);
  background: #fff;
}

.nsf-event-card {
  display: grid;
  grid-template-columns: 340px 1fr;
  gap: 34px;
  padding: 26px 30px;
}

.nsf-event-card+.nsf-event-card {
  border-top: 1px solid var(--beer-gold);
}

.nsf-event-card__image {
  min-height: 220px;
}

.nsf-event-card__content {
  position: relative;
  min-width: 0;
  /* padding: 10px 0; */
}

.nsf-event-card h4 {
  margin-bottom: 13px;
  font-size: 21px;
}

.nsf-event-card__content>p {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.7;
}

.nsf-event-meta {
  display: grid;
  gap: 3px;
  margin-bottom: 0;
  font-size: 12px;
}

.nsf-event-meta div {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: baseline;
  gap: 10px;
}

.nsf-event-meta dt {
  padding: 3px 7px;
  border-radius: 50px;
  background: #f7eadf;
  font-weight: 800;
  min-width: 70px;
  text-align: center;
}

.nsf-event-meta dd {
  margin-bottom: 0;
  font-weight: 600;
}

.nsf-event-card__link>span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--beer-gold, #f4c43f);
  font-size: 0;
}

.nsf-event-card__link>span::before,
.nsf-event-card__link>span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background: var(--beer-brown);
  transform-origin: right center;
}

.nsf-event-card__link>span::after {
  top: 45%;
}

.nsf-event-card__link>span::before {
  transform: translateY(-50%) rotate(45deg);
}

.nsf-event-card__link>span::after {
  transform: translateY(-50%) rotate(-45deg);
}

.nsf-event-card__link {
  display: flex;
  align-items: center;
  justify-content: right;
  width: 100%;
  gap: clamp(10px, 1.5vw, 15px);
  line-height: 2;
}

/* Map / FAQ */
.nsf-map__image {
  width: 100%;
  min-height: 260px;
}

.sponsor-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(10px, 1.5vw, 15px);
  padding: 0;
}

.sponsor-list li {
  /* aspect-ratio: 3/1; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.sponsor-list li img {
  /* width: 80px; */
  height: 80px;
  object-fit: contain;
  object-position: center;
}

img.nsf-map-image {
  width: 100%;
  height: auto;
  margin-top: clamp(20px, 3vw, 30px);
}

.nsf-faq-list {
  display: grid;
  gap: 20px;
}

.js-accordion-list {
  margin: 0;
  padding: 0 24px;
  border-radius: var(--beer-radius);
  background: #fff;
}

.js-accordion-trigger {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 74px;
  align-items: center;
  gap: 14px;
  padding: 14px 44px 14px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.55;
  text-align: left;
  cursor: pointer;
}

.js-accordion-trigger::before,
.js-accordion-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  background: #000;
  transition: 0.4s;
}

.js-accordion-trigger::before {
  transform: rotate(90deg);
}

.js-accordion-trigger.is-opened::before {
  opacity: 0;
  transform: rotate(0);
}

.js-accordion-content {
  height: 0;
  margin: 0;
  overflow: hidden;
  font-size: 14px;
  transition: 0.5s;
  line-height: 1.8;
  text-align: left;
  transition: 0.5s !important;
}

.js-accordion-content a {
  color: blue;
  text-decoration: underline;
}

.nsf-faq-answer {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 3px 0 22px;
}

.nsf-faq-answer p:last-child {
  margin-bottom: 0;
}

.nsf-faq-mark {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  border: 3px solid var(--beer-brown);
  border-radius: 50%;
  place-items: center;
  color: #fff;
  background: var(--beer-gold);
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
}

.nsf-faq-mark--answer {
  width: 34px;
  height: 34px;
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif !important;
  border-width: 3px;
  color: var(--beer-brown);
  background: #fff;
  font-size: 18px;
}

/* Modal */
.nsf-modal[hidden] {
  display: none;
}

.nsf-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: grid;
  padding: 24px;
  place-items: center;
}

.nsf-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(29, 23, 20, 0.72);
  backdrop-filter: blur(3px);
}

.nsf-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 720px);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: clamp(26px, 5vw, 52px);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.nsf-modal__close {
  position: absolute;
  z-index: 2;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #efefef;
  cursor: pointer;
}

.nsf-modal__close::before,
.nsf-modal__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #222;
  transform: translate(-50%, -50%) rotate(45deg);
}

.comingsoon_text {
  text-align: center;
  font-size: clamp(22px, 3vw, 30px);
  color: var(--beer-brown);
  margin-top: 30px;
}

.nsf-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nsf-modal-detail h2 {
  margin: 12px 50px 24px 0;
  font-size: clamp(20px, 3vw, 30px);
}

.nsf-modal-detail__image {
  aspect-ratio: 1.7 / 1;
  margin-bottom: 26px;
}

.nsf-modal-detail__body {
  font-size: 15px;
  line-height: 1.9;
}

.nsf-modal-detail__body>*:last-child {
  margin-bottom: 0;
}

@media (min-width: 1001px) {

  .nsf-beer-card:nth-child(1) h2,
  .nsf-beer-card:nth-child(2) h2,
  .nsf-beer-card:nth-child(3) h2 {
    min-height: 70px;
  }

  .nsf-gourmet-card h3 {
    min-height: 70px;
  }
}

@media (max-width: 1000px) {
  .hero {
    min-height: 300px;
  }


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

  .booth-grid {
    max-width: 620px;
  }

  .nsf-event-card {
    grid-template-columns: 260px 1fr;
  }
}

@media (max-width: 640px) {
  .hero {
    min-height: 210px;
  }

  .hero img {
    height: 66dvh;
  }

  .wave-section {
    min-height: 560px;
    margin-top: -80px;
  }

  .wave-section__bg--pc {
    display: none;
  }

  .wave-section__bg--sp {
    display: block;
  }

  .wave-section__content {
    padding: 100px 20px 60px;
  }

  .event-section {
    padding: 120px 22px 56px;
  }

  .intro h1 {
    font-size: 21px;
    text-align: left;
  }

  .intro h1 br {
    display: none;
  }

  .intro p {
    margin-top: 23px;
    font-size: 14px;
    line-height: 1.85;
  }

  .section-heading {
    margin-top: 46px;
    margin-bottom: 30px;
  }

  .section-heading h2 {
    font-size: 29px;
  }

  .booth-grid {
    margin-top: 42px;
    gap: 15px;
  }

  .nsf-section {
    padding: 78px 18px clamp(160px, 16vw, 200px);
  }

  .nsf-section-heading {
    margin-bottom: 42px;
  }

  .nsf-section-heading h1,
  .nsf-section-heading h2 {
    font-size: 32px;
  }

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

  .nsf-event-day__heading {
    width: 100%;
    padding: 10px 16px;
    font-size: 17px;
  }

  .nsf-event-day__list {
    border-radius: 0 0 var(--beer-radius) var(--beer-radius);
  }

  .nsf-event-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
  }

  .nsf-event-card__image {
    min-height: 0;
    aspect-ratio: auto;
  }

  .nsf-event-meta div {
    /* grid-template-columns: 1fr; */
    gap: 4px;
  }

  .nsf-event-meta {
    margin-bottom: 20px;
  }

  .nsf-event-meta dt {
    width: max-content;
  }

  .js-accordion-list {
    padding: 0 16px;
  }

  .js-accordion-trigger {
    min-height: 68px;
    padding-right: 32px;
    font-size: 14px;
  }

  .js-accordion-trigger::before,
  .js-accordion-trigger::after {
    width: 16px;
  }

  .nsf-faq-mark {
    width: 29px;
    height: 29px;
    border-width: 2px;
    font-size: 15px;
  }

  .nsf-modal {
    padding: 12px;
  }

  .nsf-modal__panel {
    max-height: calc(100vh - 24px);
    padding: 30px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

  #waveShapePc animate,
  #waveShapeSp animate {
    display: none;
  }
}