@charset "utf-8";

.festa2026-asset-loader {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}

body:has(.festa2026-lp) .entry-content,
body:has(.festa2026-lp) .post-content,
body:has(.festa2026-lp) .post_content,
body:has(.festa2026-lp) .wp-block-post-content {
  padding-top: 0 !important;
  margin-top: 0 !important;
}


.festa2026-body {
  margin: 0;
  background: #f4f4f4;
}

html.is-festa2026-nav-open,
html.is-festa2026-nav-open body {
  overflow: hidden;
}

.festa2026-lp,
.festa2026-lp * {
  box-sizing: border-box;
}

.festa2026-lp {
  --blue: #004ea2;
  --green: #00b967;
  --orange: #ff8a21;
  --pink: #e9529a;
  --red: #ef1725;
  --cream: #fff7ea;
  --ink: #17233b;
  position: relative;
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  overflow: hidden;
  color: var(--ink);
  font-family: "A-OTF Shin Go Pr6N", "A-OTF UD Shin Go Pr6N", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  background:
    radial-gradient(circle at 16% 11%, rgba(255, 220, 102, .42) 0 5.8rem, transparent 5.9rem),
    radial-gradient(circle at 92% 43%, rgba(255, 184, 113, .24) 0 7.4rem, transparent 7.5rem),
    linear-gradient(180deg, #fff4e4 0%, #fff9ef 54%, #ffe4c8 100%);
}

.festa2026-lp::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .08;
  background:
    url("../img/lp/lp-deco-blob-yellow.png") -4.2rem 42rem / 13rem auto no-repeat,
    url("../img/lp/lp-deco-flower-orange.png") 18.5rem 58rem / 12.5rem auto no-repeat,
    url("../img/lp/lp-deco-berries-orange.png") -5.2rem 82rem / 13.5rem auto no-repeat,
    url("../img/lp/lp-deco-leaves-orange.png") 17.6rem 112rem / 14rem auto no-repeat,
    url("../img/lp/lp-deco-blob-yellow.png") -5.4rem 142rem / 14rem auto no-repeat,
    url("../img/lp/lp-deco-flower-orange.png") 18.8rem 170rem / 12rem auto no-repeat,
    url("../img/lp/lp-deco-berries-orange.png") -4.8rem 199rem / 12.5rem auto no-repeat,
    url("../img/lp/lp-deco-leaves-orange.png") 17.4rem 228rem / 13.5rem auto no-repeat;
}

.festa2026-lp > * {
  position: relative;
  z-index: 1;
}

.festa2026-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}

.festa2026-lp a {
  color: inherit;
  text-decoration: none;
}

.festa2026-menu,
.festa2026-nav-layer,
.festa2026-nav-overlay,
.festa2026-global-nav,
.festa2026-global-nav * {
  box-sizing: border-box;
}

.festa2026-menu,
.festa2026-nav-layer,
.festa2026-nav-overlay,
.festa2026-global-nav {
  margin: 0 !important;
}

.festa2026-global-nav {
  font-family: "A-OTF Shin Go Pr6N", "A-OTF UD Shin Go Pr6N", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

.festa2026-global-nav img {
  display: block;
  max-width: 100%;
  height: auto;
}

.festa2026-hero {
  position: relative;
  z-index: 2;
  margin: 0;
}

.festa2026-menu {
  position: fixed !important;
  z-index: 1000;
  top: max(12px, env(safe-area-inset-top)) !important;
  right: max(12px, calc((100vw - 390px) / 2 + 12px)) !important;
  bottom: auto !important;
  left: auto !important;
  display: grid;
  place-items: center;
  gap: 4px;
  width: 40px;
  height: 40px;
  padding: 10px 9px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #22aa52;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .18);
  cursor: pointer;
}

.festa2026-menu span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999rem;
  background: #fff;
}

html.is-festa2026-nav-open .festa2026-menu {
  opacity: 0;
  pointer-events: none;
}

.festa2026-nav-overlay {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000;
  background: rgba(0, 0, 0, .58);
  opacity: 0;
  pointer-events: none;
  transition: opacity .32s ease;
}

.festa2026-global-nav {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 10001;
  width: min(280px, 100vw);
  height: 100dvh;
  max-height: 100dvh;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: none;
  visibility: hidden;
  transition: opacity .24s ease, visibility .24s ease;
  -webkit-overflow-scrolling: touch;
}

.festa2026-global-nav__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding: 8px 18px 28px;
  background:
    radial-gradient(circle at 39% 2%, rgba(237, 122, 57, .76) 0 7px, transparent 8px),
    radial-gradient(circle at 84% 14%, rgba(255, 213, 75, .38) 0 54px, transparent 55px),
    radial-gradient(circle at 4% 1%, rgba(247, 140, 76, .38) 0 76px, transparent 77px),
    radial-gradient(circle at 98% 1%, rgba(237, 122, 57, .36) 0 64px, transparent 65px),
    linear-gradient(180deg, #ffe7bc 0%, #fff9ec 33%, #fff9ec 76%, #fff0c9 100%);
}

.festa2026-global-nav__inner::before,
.festa2026-global-nav__inner::after {
  content: "";
  position: absolute;
  pointer-events: none;
  opacity: .16;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.festa2026-global-nav__inner::before {
  top: -24px;
  right: -48px;
  width: 150px;
  height: 150px;
  background-image: url("../img/lp/lp-deco-leaves-orange.png");
}

.festa2026-global-nav__inner::after {
  bottom: 56px;
  left: -54px;
  width: 138px;
  height: 138px;
  background-image: url("../img/lp/lp-deco-blob-yellow.png");
}

.festa2026-global-nav__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: #22aa52;
  box-shadow: 0 3px 8px rgba(0, 0, 0, .18);
  cursor: pointer;
}

.festa2026-global-nav__close span {
  position: absolute;
  width: 22px;
  height: 2px;
  border-radius: 999rem;
  background: #fff;
}

.festa2026-global-nav__close span:first-child {
  transform: rotate(45deg);
}

.festa2026-global-nav__close span:last-child {
  transform: rotate(-45deg);
}

.festa2026-global-nav__logo-link {
  position: relative;
  z-index: 1;
  display: block;
  width: 92%;
  margin: 0 auto 22px;
}

.festa2026-global-nav__logo {
  width: 100%;
}

.festa2026-global-nav__list {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.festa2026-global-nav__link {
  position: relative;
  display: block;
  width: 100%;
  min-height: 0;
  padding: 0;
  color: #000;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

.festa2026-global-nav__link--comingsoon {
  cursor: default;
}

.festa2026-global-nav__link--comingsoon::before,
.festa2026-global-nav__link--comingsoon::after {
  content: "";
  position: absolute;
  top: 50%;
  pointer-events: none;
  transform: translateY(-50%) rotate(-3deg);
}

.festa2026-global-nav__link--comingsoon::before {
  right: .2rem;
  left: .2rem;
  height: calc(100% - .2rem);
  border: 1px dashed rgba(255, 255, 255, .42);
  border-radius: 6px;
  background: rgba(0, 78, 162, .34);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .14), 0 2px 0 rgba(0, 78, 162, .14);
}

.festa2026-global-nav__link--comingsoon::after {
  left: 50%;
  width: 100%;
  color: #fff;
  font-family: "Arial Black", Arial, sans-serif;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .07em;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 0, 0, .22);
  content: "COMING SOON";
  transform: translate(-50%, -50%) rotate(-3deg);
}

.festa2026-global-nav__link--top {
  aspect-ratio: 396 / 62;
  background-image: url("../img/lp/global-nav/nav-row-top.png");
}

.festa2026-global-nav__link--challenge {
  aspect-ratio: 396 / 99;
  background-image: url("../img/lp/global-nav/nav-row-challenge.png");
}

.festa2026-global-nav__link--experience {
  aspect-ratio: 396 / 60;
  background-image: url("../img/lp/global-nav/nav-row-experience.png");
}

.festa2026-global-nav__link--show {
  aspect-ratio: 396 / 60;
  background-image: url("../img/lp/global-nav/nav-row-show.png");
}

.festa2026-global-nav__link--access {
  aspect-ratio: 396 / 60;
  background-image: url("../img/lp/global-nav/nav-row-access.png");
}

.festa2026-global-nav__link span {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.festa2026-global-nav__sns {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 40px);
  justify-content: center;
  gap: 16px;
  margin: auto 0 0;
  padding: 44px 0 0;
  list-style: none;
}

.festa2026-global-nav__sns a,
.festa2026-global-nav__sns span {
  display: block;
}

.festa2026-global-nav__sns img {
  width: 40px;
}

html.is-festa2026-nav-open .festa2026-nav-overlay,
body.is-festa2026-nav-open .festa2026-nav-overlay,
.festa2026-nav-overlay.is-open {
  opacity: 1;
  pointer-events: auto;
}

html.is-festa2026-nav-open .festa2026-global-nav,
body.is-festa2026-nav-open .festa2026-global-nav,
.festa2026-global-nav.is-open {
  right: 0 !important;
  transform: none;
  visibility: visible;
}

.festa2026-nav-layer {
  position: fixed !important;
  inset: 0 !important;
  z-index: 10000;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
}

.festa2026-nav-layer.is-open {
  visibility: visible;
  pointer-events: auto;
}

.festa2026-nav-layer .festa2026-nav-overlay {
  position: absolute !important;
  inset: 0 !important;
  z-index: 0;
}

.festa2026-nav-layer .festa2026-global-nav {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 1;
  transform: translateX(100%);
  visibility: visible;
  transition: none;
}

.festa2026-nav-layer.is-open .festa2026-global-nav {
  right: 0 !important;
  transform: translateX(0);
}


.festa2026-section {
  position: relative;
  z-index: 1;
  padding: 20px 2.5%;
}

.festa2026-section::before,
.festa2026-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  display: block;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.festa2026-heading {
  margin: 0 auto 1.2rem;
}

.festa2026-heading img {
  margin: 0 auto;
}

.festa2026-heading--challenge {
  width: 72%;
}

.festa2026-card--challenge {
  padding: 1.1rem .9rem 1.3rem;
  border: .35rem solid var(--blue);
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 .45rem 0 rgba(0, 78, 162, .16);
}

.festa2026-smart-title {
  width: 92%;
  margin: 0 auto .6rem;
}

.festa2026-image-button {
  position: relative;
  display: block;
  width: 82%;
  margin: 1rem auto 0;
  transition: transform .18s ease, filter .18s ease, opacity .18s ease;
}

.festa2026-image-button[href]:hover {
  transform: translateY(-.12rem);
  filter: brightness(1.04);
}

.festa2026-image-button--disabled {
  cursor: not-allowed;
  opacity: .5;
  filter: grayscale(1);
  pointer-events: none;
}

.festa2026-image-button--start-disabled {
  pointer-events: none;
}

.festa2026-image-button--start-disabled em {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 96%;
  height: calc(100% - .05rem);
  color: #fff;
  font-size: .96rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .04em;
  line-height: 1;
  text-align: center;
  background: rgba(0, 78, 162, .42);
  border: 1px dashed rgba(255, 255, 255, .45);
  border-radius: 999rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16), 0 2px 0 rgba(0, 78, 162, .1);
  text-shadow: 0 2px 0 rgba(0, 0, 0, .24);
  transform: translate(-50%, -50%) rotate(-3deg);
}

.festa2026-main-visual,
.festa2026-banner-link {
  position: relative;
  z-index: 1;
  width: 100%;
}

.festa2026-section--challenge {
  padding-top: 20px;
}

.festa2026-section--challenge::before {
  top: -2.2rem;
  right: -7.5rem;
  width: 18rem;
  height: 18rem;
  opacity: .16;
  background-image: url("../img/lp/lp-deco-flower-orange.png");
}

.festa2026-section--shopping {
  padding-top: 0;
  padding-bottom: 5px;
}

.festa2026-section--shopping::before {
  top: -2rem;
  left: -7.6rem;
  width: 18rem;
  height: 18rem;
  opacity: .13;
  background-image: url("../img/lp/lp-deco-blob-yellow.png");
}

.festa2026-section--gift::after {
  right: -8rem;
  bottom: -4.2rem;
  width: 19rem;
  height: 18rem;
  opacity: .12;
  background-image: url("../img/lp/lp-deco-leaves-orange.png");
}

.festa2026-section--gift {
  padding-top: 5px;
  padding-bottom: 5px;
}

.festa2026-section--experience {
  padding-top: 5px;
  padding-bottom: 5px;
}

.festa2026-section--experience::before {
  top: 7.5rem;
  left: -8.8rem;
  width: 20rem;
  height: 19rem;
  opacity: .11;
  background-image: url("../img/lp/lp-deco-berries-orange.png");
}

.festa2026-experience-links {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.festa2026-experience-links a {
  display: block;
  transition: transform .18s ease, filter .18s ease, opacity .22s ease;
}

.festa2026-experience-links a:hover {
  transform: translateY(-.12rem);
  filter: brightness(1.03);
}

.festa2026-detail-banner {
  display: block;
  padding: 0;
  color: #fff;
  text-decoration: none;
  background: #fffaf0;
  border: .34rem solid #f28c00;
  border-radius: 1.18rem;
  overflow: hidden;
}

.festa2026-detail-banner__image {
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: .78rem .78rem 0 0;
}

.festa2026-detail-banner__image img {
  display: block;
  width: 100%;
  max-width: none;
}

.festa2026-simple-banner {
  display: block;
  overflow: hidden;
  background: #fffaf0;
  border: .34rem solid #f28c00;
  border-radius: 1.18rem;
}

.festa2026-simple-banner img {
  display: block;
  width: 100%;
  max-width: none;
}

.festa2026-detail-banner__label {
  display: flex;
  margin-top: 0;
  align-items: center;
  justify-content: center;
  min-height: 2.12rem;
  padding: calc(.42rem + .34rem) 1rem .38rem;
  color: #fff;
  font-size: 1.04rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .04em;
  background: #f28c00;
  border-radius: 0 0 .72rem .72rem;
}

.festa2026-detail-banner__label::after {
  content: "›";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: .55em;
  font-size: 1.15em;
  line-height: 1;
  transform: translateY(-.02em);
}

.festa2026-section--pet {
  padding-top: 5px;
}

.festa2026-section--pet::before {
  top: -.6rem;
  right: -6.4rem;
  width: 16rem;
  height: 16rem;
  opacity: .14;
  background-image: url("../img/lp/lp-deco-blob-yellow.png");
}

.festa2026-banner-link {
  display: block;
  transition: transform .18s ease, filter .18s ease, opacity .22s ease;
}

.festa2026-banner-link:hover {
  transform: translateY(-.12rem);
  filter: brightness(1.03);
}

.festa2026-section--show::before {
  top: 2.2rem;
  left: -7rem;
  width: 17rem;
  height: 17rem;
  opacity: .11;
  background-image: url("../img/lp/lp-deco-flower-orange.png");
}

.festa2026-kitchen-car {
  width: 100%;
  margin: 0 auto;
}

.festa2026-bus-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: transparent;
  box-shadow: 0 7px 0 rgba(195, 64, 40, .18);
}

.festa2026-bus-card h2 {
  display: grid;
  place-items: center;
  min-height: 64px;
  margin: 0;
  padding: 12px 18px 10px;
  background: #ff5a35;
}

.festa2026-bus-card h2 img {
  width: 82%;
  margin: 0 auto;
}

.festa2026-bus-card__body {
  padding: 14px 16px 16px;
  border-right: 6px solid #ff5a35;
  border-bottom: 6px solid #ff5a35;
  border-left: 6px solid #ff5a35;
  border-radius: 0 0 28px 28px;
  background: #fff;
}

.festa2026-bus-map {
  padding: 10px 6px;
  border-radius: 10px;
  background: #fff;
}

.festa2026-bus-card p {
  margin: 12px 0 0;
  color: #5d2516;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.festa2026-section--access::after {
  right: -6rem;
  bottom: -4rem;
  width: 17rem;
  height: 17rem;
  opacity: .16;
  background-image: url("../img/lp/lp-deco-blob-yellow.png");
}

.festa2026-section--sns {
  width: 100%;
  margin-top: 0;
  padding: 40px 2.5% 24px;
  background:
    radial-gradient(circle at 15% 22%, rgba(255, 203, 55, .38) 0 5rem, transparent 5.1rem),
    linear-gradient(180deg, rgba(255, 201, 143, .38), rgba(255, 153, 93, .25));
}

.festa2026-heading--sns {
  width: 54%;
}

.festa2026-sns-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  width: min(252px, 100%);
  margin: 14px auto 0;
  padding: 0;
  list-style: none;
}

.festa2026-sns-list a,
.festa2026-sns-list span {
  display: grid;
  justify-items: center;
  gap: .45rem;
}

.festa2026-sns-list img {
  width: 40px;
}

.festa2026-sns-list b {
  color: #543322;
  font-size: 10px;
  font-weight: 900;
  line-height: 1.25;
  text-align: center;
}

.festa2026-contact {
  margin-top: 30px;
  color: #4b321f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}

.festa2026-contact p {
  margin: 0;
}

.festa2026-contact a {
  text-decoration: underline;
}

.festa2026-footer {
  padding: 2.2rem 1.8rem 2.8rem;
  color: #fff;
  text-align: center;
  background: #00b85d;
}

.festa2026-footer img {
  width: 14.6rem;
  margin: 0 auto 1rem;
}

.festa2026-footer small {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
}

.festa2026-global-nav__link--news {
  aspect-ratio: 396 / 60;
  background-image: url("../img/lp/global-nav/nav-row-news.png");
}

.festa2026-global-nav__link--products {
  aspect-ratio: 396 / 60;
  background-image: url("../img/lp/global-nav/nav-row-products.png");
}

.festa2026-global-nav__link--gallery {
  aspect-ratio: 396 / 60;
  background-image: url("../img/lp/global-nav/nav-row-gallery.png");
}

.festa2026-global-nav__link--map {
  aspect-ratio: 396 / 62;
  background-image: url("../img/lp/global-nav/nav-row-map.png");
}

.festa2026-global-nav__link--exhibitors {
  aspect-ratio: 396 / 60;
  background-image: url("../img/lp/global-nav/nav-row-exhibitors.png");
}

.festa2026-global-nav__link--faq {
  aspect-ratio: 396 / 60;
  background-image: url("../img/lp/global-nav/nav-row-faq.png");
}

.festa2026-section[id] {
  scroll-margin-top: 12px;
}

.festa2026-heading--news {
  width: 74%;
  margin-bottom: .85rem;
}

.festa2026-heading--visitor {
  width: 92%;
  margin-bottom: 0;
}

.festa2026-heading--experience {
  width: 72%;
  margin-bottom: .85rem;
}

.festa2026-heading--gallery {
  width: 72%;
  margin-bottom: .9rem;
}

.festa2026-news-card,
.festa2026-coming-card {
  border: 4px solid var(--blue);
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 5px 0 rgba(0, 78, 162, .12);
}

.festa2026-news-card {
  padding: .85rem .95rem;
}

.festa2026-news-card dl {
  display: grid;
  gap: .75rem;
  margin: 0;
}

.festa2026-news-card div {
  display: grid;
  grid-template-columns: 5.7rem 1fr;
  gap: .5rem;
  align-items: start;
  padding-bottom: .75rem;
  border-bottom: 1px dotted rgba(0, 78, 162, .45);
}

.festa2026-news-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.festa2026-news-card dt,
.festa2026-news-card dd {
  margin: 0;
  color: var(--blue);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.55;
}

.festa2026-news-card dd {
  color: #1f2d44;
}

.festa2026-visitor-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.festa2026-visitor-card p {
  margin: .65rem 0 0;
  color: #111;
  font-size: .82rem;
  font-weight: 500;
  line-height: 1.45;
  text-align: center;
}

.festa2026-vpoint-heading {
  width: min(100%, 26rem);
  margin: 0 auto .5rem;
}

.festa2026-vpoint-heading img {
  display: block;
  width: 100%;
  height: auto;
}

.festa2026-vpoint-campaign {
  overflow: hidden;
  width: 100%;
  background: #014099;
  color: #fff;
  text-align: center;
  border: 4px solid #014099;
  border-radius: 1.1rem;
}

.festa2026-visitor-card .festa2026-vpoint-campaign__headline,
.festa2026-visitor-card .festa2026-vpoint-campaign__condition,
.festa2026-visitor-card .festa2026-vpoint-campaign__note {
  margin: 0;
  color: #fff;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
}

.festa2026-vpoint-campaign__body {
  padding: .78rem .7rem .72rem;
  background: #014099;
}

.festa2026-visitor-card .festa2026-vpoint-campaign__headline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .34rem;
  font-size: clamp(1rem, 3.45vw, 1.16rem);
  white-space: nowrap;
}

.festa2026-visitor-card .festa2026-vpoint-campaign__condition {
  margin-top: .46rem;
  font-size: clamp(1.04rem, 4.25vw, 1.24rem);
  white-space: nowrap;
}

.festa2026-vpoint-campaign img {
  display: inline-block;
  width: auto;
  vertical-align: middle;
}

.festa2026-vpoint-campaign__headline img,
.festa2026-vpoint-campaign__note img {
  height: 1.55em;
}

.festa2026-vpoint-campaign__banner {
  position: relative;
  margin: .62rem auto 0;
  border: 2px solid #ffe500;
  background: #fff;
}

.festa2026-vpoint-campaign__banner span {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: .38rem .48rem .33rem;
  background: #fff;
  color: #111;
  font-size: .86rem;
  font-weight: 500;
  line-height: 1;
}

.festa2026-vpoint-campaign__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.festa2026-visitor-card .festa2026-vpoint-campaign__note {
  margin-top: 20px;
  font-size: clamp(.92rem, 3.65vw, 1.1rem);
}

.festa2026-vpoint-campaign__note span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .16rem;
  white-space: nowrap;
}

.festa2026-vpoint-campaign__note img {
  height: 1.35em;
}


.festa2026-text-heading {
  display: grid;
  place-items: center;
  min-height: 3.4rem;
  margin: 0 auto .85rem;
  padding: .25rem 1.2rem .35rem;
  color: #000;
  font-size: 1.55rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
  background: #fff;
  border: 4px solid var(--orange);
  border-radius: 999rem;
  box-shadow: 0 4px 0 rgba(0, 78, 162, .18);
}

.festa2026-coming-card {
  display: grid;
  place-items: center;
  min-height: 8.4rem;
  padding: 1.2rem;
  background:
    radial-gradient(circle at 14% 16%, rgba(255, 220, 87, .44) 0 2.2rem, transparent 2.3rem),
    radial-gradient(circle at 88% 78%, rgba(255, 145, 75, .2) 0 3rem, transparent 3.1rem),
    rgba(255, 255, 255, .94);
}

.festa2026-coming-card p {
  margin: 0;
  color: var(--blue);
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-align: center;
  text-shadow: 0 2px 0 #fff, 0 4px 0 rgba(255, 206, 42, .65);
}

.festa2026-section--news {
  padding-top: 18px;
  padding-bottom: 12px;
}

.festa2026-section--news::after {
  right: -6.2rem;
  bottom: -5.4rem;
  width: 15rem;
  height: 15rem;
  opacity: .12;
  background-image: url("../img/lp/lp-deco-leaves-orange.png");
}

.festa2026-section--visitor,
.festa2026-section--visitor-heading,
.festa2026-section--visitor-banner {
  padding-top: 10px;
  padding-bottom: 8px;
}

.festa2026-section--visitor-heading {
  padding-top: 26px;
  padding-bottom: 0;
}

.festa2026-section--visitor-banner {
  padding-top: 4px;
}

.festa2026-section--visitor::before,
.festa2026-section--visitor-heading::before {
  top: -2.2rem;
  left: -6.5rem;
  width: 16rem;
  height: 16rem;
  opacity: .12;
  background-image: url("../img/lp/lp-deco-berries-orange.png");
}

.festa2026-section--map,
.festa2026-section--exhibitors {
  padding-top: 12px;
  padding-bottom: 12px;
}

.festa2026-heading--map,
.festa2026-heading--exhibitors {
  width: 67%;
  margin-bottom: .75rem;
}

.festa2026-masked-content {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 5px 0 rgba(0, 78, 162, .12);
}

.festa2026-masked-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  background: rgba(0, 87, 168, .66);
  backdrop-filter: blur(1.4px);
}

.festa2026-masked-content__inner {
  filter: blur(1.8px) saturate(.75);
  opacity: .58;
}

.festa2026-mask-label {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  width: 100%;
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 900;
  letter-spacing: .02em;
  line-height: 1;
  text-align: center;
  text-shadow: 0 2px 0 rgba(0, 78, 162, .45);
  transform: translate(-50%, -50%);
}

.festa2026-map-preview {
  border: 4px solid var(--orange);
}

.festa2026-map-preview img {
  width: 100%;
}

.festa2026-exhibitor-preview {
  padding: .9rem .8rem;
  border: 4px solid var(--orange);
}

.festa2026-booth-buttons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .5rem;
}

.festa2026-booth-buttons img {
  width: 100%;
}

.festa2026-booth-buttons img:last-child {
  grid-column: 1 / -1;
  width: 49%;
  margin: 0 auto;
}

.festa2026-access-buttons {
  display: grid;
  gap: .65rem;
  margin-top: .8rem;
}

.festa2026-access-button {
  position: relative;
  display: block;
}

.festa2026-access-button img {
  width: 86%;
  margin: 0 auto;
}

.festa2026-access-button--disabled {
  pointer-events: none;
  filter: grayscale(.08);
}

.festa2026-access-button--disabled::after {
  content: none;
}

.festa2026-access-button em {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 86%;
  height: calc(100% - .1rem);
  color: #fff;
  font-size: .9rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .05em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  background: rgba(0, 78, 162, .34);
  border: 1px dashed rgba(255, 255, 255, .38);
  border-radius: 999rem;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12), 0 2px 0 rgba(0, 78, 162, .08);
  text-shadow: 0 2px 0 rgba(0, 0, 0, .22);
  transform: translate(-50%, -50%) rotate(-3deg);
}

.festa2026-access-button em::before,
.festa2026-access-button em::after {
  content: none;
}

.festa2026-access-button em::before {
  left: -.34rem;
  transform: skewY(-12deg);
}

.festa2026-access-button em::after {
  right: -.34rem;
  transform: skewY(12deg);
}

.festa2026-section--gallery {
  z-index: 60;
  padding-top: 18px;
  padding-bottom: 18px;
}

.festa2026-section--gallery::before {
  top: 3rem;
  right: -7rem;
  width: 18rem;
  height: 18rem;
  opacity: .1;
  background-image: url("../img/lp/lp-deco-flower-orange.png");
}

.festa2026-section--welcome {
  padding: 4px 0 0;
}

.festa2026-section--welcome img {
  display: block;
  width: 100%;
  margin: 0;
  filter: none;
}

.festa2026-gallery-panel {
  padding: .75rem;
  border: 4px solid var(--orange);
  border-radius: 18px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 5px 0 rgba(0, 78, 162, .12);
}

.festa2026-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .42rem;
}

.festa2026-gallery-grid--more {
  display: grid;
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transform: translateY(-.35rem);
  transition: max-height .45s ease, margin-top .35s ease, opacity .35s ease, transform .35s ease, visibility 0s linear .35s;
}

.festa2026-gallery-grid--more[hidden] {
  display: grid !important;
}

.festa2026-gallery-grid--more.is-gallery-expanded {
  margin-top: .55rem;
  max-height: 90rem;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0s;
}

.festa2026-gallery-item {
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 0 rgba(0, 78, 162, .18);
  cursor: pointer;
}

.festa2026-gallery-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .22s ease, filter .22s ease;
}

.festa2026-gallery-item:hover img,
.festa2026-gallery-item:focus-visible img {
  transform: scale(1.04);
  filter: brightness(1.04);
}

.festa2026-more-button {
  display: block;
  width: 54%;
  margin: .9rem auto 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, opacity .22s ease;
}

.festa2026-more-button:hover,
.festa2026-more-button:focus-visible {
  transform: translateY(-.1rem);
  filter: brightness(1.04);
}

.festa2026-more-button.is-hiding {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-.35rem);
}

.festa2026-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  place-items: center;
  padding: 1.25rem;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.festa2026-gallery-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.festa2026-gallery-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .68);
}

.festa2026-gallery-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 540px);
  opacity: 0;
  transform: translateY(.8rem) scale(.97);
  transition: opacity .24s ease, transform .28s cubic-bezier(.2, .8, .2, 1);
}

.festa2026-gallery-modal.is-open .festa2026-gallery-modal__dialog {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.festa2026-gallery-modal__figure {
  margin: 0;
  padding: .7rem .7rem 2.45rem;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 1.2rem 2.4rem rgba(0, 0, 0, .34);
}

.festa2026-gallery-modal__figure img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  border-radius: 12px;
  background: #f6f6f6;
  transition: opacity .26s ease, transform .26s ease;
}

.festa2026-gallery-modal__figure img.is-changing {
  opacity: 0;
  transform: scale(.985);
}

.festa2026-gallery-modal__figure figcaption {
  position: absolute;
  right: 1.15rem;
  bottom: .75rem;
  left: 1.15rem;
  color: var(--blue);
  font-size: .82rem;
  font-weight: 800;
  line-height: 1;
  text-align: center;
}

.festa2026-gallery-modal__close {
  position: absolute;
  top: -1.1rem;
  right: -.7rem;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 2.4rem;
  height: 2.4rem;
  padding: 0;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .28);
  cursor: pointer;
}

.festa2026-gallery-modal__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0 0 .16rem;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  border: 2px solid #fff;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 3px 8px rgba(0, 0, 0, .28);
  cursor: pointer;
  transform: translateY(-50%);
}

.festa2026-gallery-modal__nav--prev {
  left: -.85rem;
}

.festa2026-gallery-modal__nav--next {
  right: -.85rem;
}

html.is-festa2026-gallery-open,
html.is-festa2026-gallery-open body {
  overflow: hidden;
}


@media (min-width: 391px) {
  .festa2026-lp {
    box-shadow: 0 1.6rem 5rem rgba(0, 78, 162, .14);
  }
}

@media (max-width: 360px) {
  .festa2026-section {
    padding-right: 2.5%;
    padding-left: 2.5%;
  }
}

/* Fixed layer override: keep the drawer anchored to the viewport right edge. */
.festa2026-nav-layer {
  opacity: 0;
  transition: opacity .24s ease, visibility .24s ease;
}

.festa2026-nav-layer.is-open {
  opacity: 1;
}

.festa2026-nav-layer .festa2026-global-nav,
.festa2026-nav-layer.is-open .festa2026-global-nav {
  right: 0 !important;
  transform: none !important;
  visibility: visible;
}

/* Final nav positioning guard: viewport-fixed global navigation. */
html body .festa2026-nav-layer {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 2147483000 !important;
  width: 100vw !important;
  height: 100dvh !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: none !important;
  transition: opacity .24s ease, visibility .24s ease;
}

html body .festa2026-nav-layer.is-open {
  opacity: 1;
  visibility: visible !important;
  pointer-events: auto !important;
}

html body .festa2026-nav-layer .festa2026-nav-overlay {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  z-index: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
}

html body .festa2026-nav-layer .festa2026-global-nav {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: auto !important;
  left: auto !important;
  z-index: 1 !important;
  display: block !important;
  width: min(280px, 100vw) !important;
  height: 100dvh !important;
  max-width: min(280px, 100vw) !important;
  max-height: 100dvh !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow-y: auto !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: none !important;
  transition: none !important;
}

/* Nav open-state guard: make the fixed drawer independent from page layout. */
html.is-festa2026-nav-open body .festa2026-nav-layer,
body.is-festa2026-nav-open .festa2026-nav-layer,
html body .festa2026-nav-layer.is-open {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html.is-festa2026-nav-open body .festa2026-nav-layer .festa2026-global-nav,
body.is-festa2026-nav-open .festa2026-nav-layer .festa2026-global-nav,
html body .festa2026-nav-layer.is-open .festa2026-global-nav {
  right: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Keep the nav layer fixed and stable; child overlay/drawer control the visual state. */
html body .festa2026-nav-layer {
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none !important;
}

html.is-festa2026-nav-open body .festa2026-nav-layer,
body.is-festa2026-nav-open .festa2026-nav-layer,
html body .festa2026-nav-layer.is-open {
  pointer-events: auto !important;
}

/* Nav closed/open visual state guard. */
html body .festa2026-nav-layer:not(.is-open) .festa2026-nav-overlay {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html body .festa2026-nav-layer:not(.is-open) .festa2026-global-nav {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateX(100%) !important;
}

html body .festa2026-nav-layer.is-open .festa2026-nav-overlay {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}

html body .festa2026-nav-layer.is-open .festa2026-global-nav {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateX(0) !important;
}

/* Nav horizontal drag guard: allow vertical scroll only. */
html body .festa2026-nav-layer,
html body .festa2026-nav-layer .festa2026-global-nav,
html body .festa2026-nav-layer .festa2026-global-nav__inner {
  max-width: none;
  overflow-x: hidden !important;
  overscroll-behavior-x: none !important;
}

html body .festa2026-nav-layer .festa2026-global-nav {
  width: min(280px, 100vw) !important;
  min-width: 0 !important;
  touch-action: pan-y !important;
}

html body .festa2026-nav-layer .festa2026-global-nav__inner {
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  transform: none !important;
  touch-action: pan-y !important;
}
