@charset "UTF-8";
body.wp-theme-nami-sw2025 {
  overflow-x: hidden;
}
.l-body-wrap {
  width: 100%;
  min-height: 100%;
}
.l-main--campaign {
  display: block;
  padding-top: calc(var(--header-height) + 0.5rem);
}
.l-main--campaign > .lp-content-scope {
  position: relative;
  z-index: 1;
}
.lp-content-scope {
  isolation: isolate;
}

/* local/file fallback: keep LP visuals visible even when scroll-in JS does not initialize */
.lp-content-scope .ctwlpt-scrollin {
  opacity: 1 !important;
}
#ctwlpt-footer-button-wrap {
  z-index: 100000;
}
@media screen and (min-width: 1024px) {
  .l-main--campaign {
    padding-top: 2.75rem;
  }
}
