@charset "UTF-8";
.btn.haco {
  --borderRad: 3em;
  font-weight: bold;
  font-size: var(--size);
}
@media (width >= 768px) {
  .btn.haco {
    --size: 1.2em;
    --paddingLand: 2em;
  }
}
@media (width <= 768px) {
  .btn.haco {
    --size: 1.5em;
    --paddingLand: 0;
  }
}
.btn.haco:after {
  content: none;
}
.btn.haco:before {
  --width: 1.25em;
  content: "";
  width: var(--width);
  height: var(--width);
  display: inline-block;
  vertical-align: middle;
  mask-image: url("../images/iconHacomono.svg");
  -webkit-mask-image: url("../images/iconHacomono.svg");
  mask-repeat: no-repeat;
  mask-position: 0;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0;
  -webkit-mask-size: contain;
  background: currentColor;
  margin-right: 0.5em;
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
@media (width <= 768px) {
  .cta {
    --width: 100%;
    --direction: column;
  }
}
.cta svg {
  --max: 10em;
  width: 100%;
  max-width: var(--max);
}
.cta svg path {
  fill: currentColor;
}
.cta time {
  display: flex;
  font-size: var(--timeSize);
  line-height: 1;
  gap: 0.05em;
  align-items: center;
}
.cta time small {
  writing-mode: tb;
  font-size: 0.3em;
}
.cta .btn {
  width: var(--width);
}
.cta p {
  display: block;
  font-size: calc(var(--strongSize) * 0.45);
  line-height: 1;
}
.cta p strong,
.cta p em {
  display: inline-block;
}
.cta p strong {
  font-size: var(--strongSize);
}
.cta p em {
  font-size: calc(var(--strongSize) * 0.7);
}
.cta .btnArea {
  display: flex;
  align-items: flex-start;
  gap: 1em;
  flex-direction: var(--direction);
  margin-top: var(--btnM);
}
.cta .btnArea div {
  width: var(--width);
}
.cta .btnArea div span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  line-height: 1;
  margin-bottom: 0.5em;
  gap: 0.5em;
}
.cta .btnArea div span i {
  display: inline-block;
  border: 1px solid;
  font-size: 0.7em;
  padding: 0.25em 0.5em;
  border-radius: 0.1em;
}
.cta .btnArea small {
  display: block;
  text-align: left;
  line-height: 1.5;
}
.cta .btnArea small + small {
  margin-top: 1em;
}

.bnrLine {
  --size: 1.1em;
  --btnSize: 1.2em;
  --bnrColor: currentColor;
  --bnrBg: inherit;
  --bnrPad: var(--pad);
  background: var(--bnrBg);
  color: var(--bnrColor);
  border-radius: var(--rad1);
  justify-content: space-between;
  align-items: center;
  padding: var(--bnrPad);
  gap: 1em;
}
@media (width <= 768px) {
  .bnrLine {
    flex-direction: column;
  }
  .bnrLine .btn {
    width: 100%;
    --paddingLand: 0;
  }
}
.bnrLine strong {
  font-size: var(--size);
}
.bnrLine .btn {
  font-size: var(--btnSize);
  border: 3px solid;
}

.badge {
  --badgePad: var(--pad);
  --bg: var(--sub);
  --color: white;
  --size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  padding: var(--badgePad);
  background: var(--bg);
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
  color: var(--color);
  font-weight: var(--bold);
  font-size: var(--size);
}
@media (width <= 768px) {
  .badge {
    --badgePad: 1em;
    --size: .75em;
  }
}

body.hero .marquee {
  opacity: 0.5;
}
body.overView .marquee {
  opacity: 0.1;
}
body.pageFooter .preOpen .message .figWrap figure:before {
  background: var(--sub);
}

.preOpen {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
@media (width >= 768px) {
  .preOpen {
    --marqueeSize: 50vh;
    --marqueeW: 100vw;
    --marqueeH: 100vh;
    --marqueeGap: .5em;
    --marqueeRotate: -7.5deg;
    --position: fixed;
    --h1: 8vw;
    --p: calc(var(--h1) * .2);
    --sloganPad: calc(var(--fitH) * .15) 0 var(--pad);
    --ctaPad: calc(var(--fitH) * .33) var(--innNarrow) 0 0;
    --ctaW: auto;
    --kvPlus: 10%;
    --heroW: 100%;
    --heroImgW: 110%;
    --heroTop: calc(0% - var(--kvPlus) * .01);
    --heroLeft: calc(0% - var(--sloganW));
    --heroTempC: 2;
    --heroTempR: 1;
    --heroImgX: 10%;
    --bgW: 150vw;
    --bgTop: 2vw;
    --bgLeft: -50%;
    --sloganW: 55%;
    --descPad: 0;
  }
}
@media (width <= 768px) {
  .preOpen {
    --marqueeSize: 50dvh;
    --marqueeW: 100%;
    --marqueeH: 100dvh;
    --marqueeGap: .5em;
    --marqueeRotate: -7.5deg;
    --position: absolute;
    --h1: 20vw;
    --p: 1.2em;
    --sloganPad: calc(var(--fitH) * .4) 0 0;
    --ctaPad: var(--pad) 0;
    --ctaW: 100%;
    --kvPlus: 100%;
    --heroW: calc(100% + var(--innPad) * 2);
    --heroImgW: calc(100% + var(--innPad) * 2);
    --heroTop: calc(0% - var(--kvPlus) * .01);
    --heroLeft: calc(-100% - var(--innPad));
    --heroTempC: 1;
    --heroTempR: 1;
    --heroImgX: 0;
    --bgW: 350vw;
    --bgTop: 30vw;
    --bgLeft: -100%;
    --sloganW: 100%;
    --descPad: 0;
  }
}
.preOpen img {
  object-fit: cover;
  border-radius: var(--rad1);
}
.preOpen .lead {
  font-size: var(--lead);
}
.preOpen h1 {
  --top: .5em;
  --right: .25em;
  position: absolute;
  top: var(--top);
  right: var(--right);
  z-index: 1;
  scale: 0.5;
  transform-origin: top right;
  font-size: 1em;
  writing-mode: tb;
}
.preOpen .sects {
  --sectionGap: calc(var(--pad) * 1.5);
  --contPadTop: var(--sectionGap);
  --contPadBottom: var(--sectionGap);
  --imgPlusH: .9;
  padding-top: var(--wrapPadTop);
  padding-bottom: var(--wrapPadBottom);
  --lead: 6vw;
}
@media (width <= 768px) {
  .preOpen .sects {
    --lead: 13vw;
    --sectionGap: calc(var(--pad) * 1);
    flex-direction: column;
  }
}
.preOpen .sects .figWrap {
  position: relative;
  aspect-ratio: var(--figRatio);
}
.preOpen .sects .figWrap figure {
  position: relative;
  clip-path: inset(0 0 round var(--rad3));
  width: 100%;
  height: 100%;
}
.preOpen .sects .figWrap figure.parallax img {
  margin-top: calc(var(--imgPlusH) * -12.5%); /* 0.8 × -12.5% = -10% */
}
.preOpen .sects .contWrap {
  padding: var(--contPadTop) 0 var(--contPadBottom);
  position: relative;
  gap: var(--sectionGap);
}
@media (width <= 768px) {
  .preOpen .sects .contWrap {
    flex-direction: column;
  }
}
.preOpen .sects .contWrap div {
  gap: calc(var(--sectionGap) * 0.5);
  align-items: flex-start;
}
.preOpen .marquee {
  opacity: 0;
  color: #0c234b;
  mix-blend-mode: overlay;
  width: var(--marqueeW);
  height: var(--marqueeH);
  position: var(--position);
  font-size: var(--marqueeSize);
  z-index: -2;
  top: 0;
  right: 0;
  rotate: var(--marqueeRotate);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.4s ease-in-out;
  letter-spacing: -0.05em;
}
.preOpen .marquee div {
  display: flex;
}
.preOpen .marquee div:nth-child(even) {
  margin-right: -100%;
}
.preOpen .marquee div:nth-child(even) span:nth-child(odd) {
  animation-direction: reverse;
}
.preOpen .marquee div:nth-child(even) span:nth-child(even) {
  animation-direction: reverse;
}
.preOpen .marquee span {
  flex-shrink: 0;
  white-space: nowrap;
}
.preOpen .marquee span:nth-child(odd) {
  animation: marquee var(--tick-duration, 24s) var(--tick-delay, -12s) infinite linear;
}
.preOpen .marquee span:nth-child(even) {
  animation: marquee2 var(--tick-duration, 24s) infinite linear;
}
.preOpen .bg {
  position: absolute;
  z-index: -2;
  width: var(--bgW);
  top: var(--bgTop);
  left: var(--bgLeft);
  mix-blend-mode: hard-light;
  aspect-ratio: 200/133;
}
.preOpen .bg div {
  width: 100%;
  height: 100%;
  mask-image: url("../images/sponoba_logo_mark.svg");
  -webkit-mask-image: url("../images/sponoba_logo_mark.svg");
  mask-repeat: no-repeat;
  mask-position: 0;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0;
  -webkit-mask-size: contain;
  background: linear-gradient(180deg, #19376b, transparent);
}
.preOpen .hero {
  width: 100%;
  z-index: 0;
}
.preOpen .hero figure {
  width: 100%;
  z-index: -1;
  position: relative;
  margin-left: var(--heroLeft);
  aspect-ratio: 500/367;
}
.preOpen .hero figure img {
  animation: blinking3 3s 0s linear infinite;
  width: var(--heroImgW);
  height: 100%;
  object-fit: cover;
  will-change: filter;
  transform: translateX(var(--heroImgX));
}
.preOpen .hero .slogan {
  position: relative;
  z-index: 1;
  margin: var(--sloganPad);
  width: var(--sloganW);
}
.preOpen .hero .slogan svg {
  width: 100%;
}
.preOpen .hero .slogan svg.sloganBadge {
  position: absolute;
  top: -10%;
  right: -5%;
  width: 33%;
  z-index: -1;
}
.preOpen .hero .outline {
  padding: var(--descPad);
}
@media (width >= 768px) {
  .preOpen .hero .outline {
    --pW: 200%;
  }
}
@media (width <= 768px) {
  .preOpen .hero .outline {
    order: 4;
    --pW: 100%;
  }
}
.preOpen .hero .outline p {
  font-size: var(--p);
  line-height: 2.5;
  display: block;
  width: var(--pW);
}
.preOpen .hero .action {
  align-items: flex-start;
  justify-content: flex-end;
  padding: var(--ctaPad);
  width: var(--ctaW);
}
@media (width >= 768px) {
  .preOpen .hero .action {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.preOpen .hero .action .cta {
  position: relative;
  z-index: 3;
  --btnM: 1em;
  --width: 100%;
  --timeSize: 7vw;
  --strongSize: calc(var(--timeSize) * .35);
}
.preOpen .hero .action .cta p:has(.btn) {
  width: 100%;
  margin-top: 1em;
}
@media (width <= 768px) {
  .preOpen .hero .action .cta {
    --timeSize: 30vw;
    width: 100%;
    padding: var(--pad);
    border-radius: var(--rad3);
    border: 0.3em solid;
  }
  .preOpen .hero .action .cta svg {
    --max: 7em;
  }
  .preOpen .hero .action .cta .btn {
    --color: white;
    --fill: var(--sub);
  }
}
.preOpen .overView {
  --wrapPadTop: calc(var(--pad) * 6);
  --wrapPadBottom: calc(var(--pad) * 4);
}
@media (width >= 768px) {
  .preOpen .overView {
    --capSize: 3em;
    --featS: 1.25vw;
    --featL: 2.75em;
    --featM: 1.75em;
    --listPad: 1em;
    --rad: 50%;
    --ratio: 1/1;
    --wrapM: calc(var(--pad) * 4);
  }
}
@media (width <= 768px) {
  .preOpen .overView {
    --capSize: 2.5em;
    --featS: 5vw;
    --featL: 2em;
    --featM: 1.5em;
    --listPad: 2em 0;
    --rad: 10em;
    --ratio: inherit;
    --wrapM: calc(var(--pad) * 2);
    --wrapPadTop: calc(var(--pad) * 2);
    --wrapPadBottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.preOpen .overView hgroup {
  rotate: -7.5deg;
}
.preOpen .overView hgroup h2 {
  background: white;
  color: var(--body);
  display: inline;
  margin-left: -0.5em;
  font-size: var(--capSize);
}
.preOpen .overView .features {
  width: 100%;
  counter-reset: features;
  gap: calc(var(--pad) * 1);
  margin-top: var(--wrapM);
  mix-blend-mode: hard-light;
}
@media (width <= 768px) {
  .preOpen .overView .features {
    flex-direction: column;
  }
}
.preOpen .overView .features li {
  padding: var(--listPad);
  align-items: center;
  justify-content: center;
  box-shadow: 1em 1em 1em rgba(21, 44, 83, 0.5), -0.5em -0.5em 0.5em rgba(255, 255, 255, 0.05);
  border-radius: var(--rad);
  flex: 1;
  font-size: var(--featS);
  line-height: 1.5;
  font-weight: var(--bold);
  position: relative;
  aspect-ratio: var(--ratio);
}
.preOpen .overView .features li:before {
  font-family: "Oswald", sans-serif;
  line-height: 1;
  counter-increment: features;
  content: counter(features, decimal-leading-zero) ".";
  display: block;
  font-weight: var(--bold);
  font-size: calc(var(--h1) * 0.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-text-stroke: 0.01em currentColor;
  -webkit-text-fill-color: transparent;
}
.preOpen .overView .features li * {
  display: block;
}
.preOpen .overView .features li span {
  font-size: var(--featM);
}
.preOpen .overView .features li strong {
  font-size: var(--featL);
}
.preOpen .facility {
  --facilityLeyW: calc(var(--innCramped) - var(--innNarrow));
  --h2Minus: 1em;
  --wrapPadTop: calc(var(--pad) * 3);
  --wrapPadBottom: var(--wrapPadTop);
  --scale: 1;
  --padT: calc(var(--pad) * 3);
}
@media (width <= 768px) {
  .preOpen .facility {
    --scale: 1.5;
    --padT: calc(var(--pad) * 1);
  }
}
.preOpen .facility .figWrap {
  padding-left: var(--facilityLeyW);
  --figRatio: 1920/calc(1400 * var(--imgPlusH));
}
@media (width <= 768px) {
  .preOpen .facility .figWrap {
    --figRatio: 1/1;
  }
  .preOpen .facility .figWrap figure img {
    height: 100%;
  }
}
.preOpen .facility .figWrap .badge {
  --bottom: calc(0% - var(--pad) * 2);
  --right: calc(0% - var(--pad) * 2);
  position: absolute;
  bottom: var(--bottom);
  right: var(--right);
}
@media (width <= 768px) {
  .preOpen .facility .figWrap .badge {
    --right: calc(0% - var(--pad) * .5);
    --bottom: calc(100% - var(--pad) * 2);
  }
}
.preOpen .facility .contWrap {
  align-items: flex-start;
  --contPadBottom: 0;
}
.preOpen .facility .contWrap .lead {
  --lead: calc(var(--h1) * 1.2);
  margin-top: calc(0% - var(--h2Minus));
  display: block;
  flex: 1;
}
.preOpen .facility .contWrap .lead small {
  display: block;
  font-size: 0.4em;
}
.preOpen .facility .contWrap .lead + .column {
  flex: 1;
}
.preOpen .facility .floorMap {
  padding-top: var(--padT);
}
@media (width <= 768px) {
  .preOpen .facility .floorMap .inner:has(figure) {
    padding-right: 0;
    overflow: hidden;
  }
  .preOpen .facility .floorMap figure {
    overflow-x: scroll;
  }
  .preOpen .facility .floorMap figure:after {
    --left: 0;
    --right: auto;
  }
}
.preOpen .facility .floorMap figure {
  width: 100%;
  --figRatio: 7/calc(6 * var(--scale));
  aspect-ratio: var(--figRatio);
}
.preOpen .facility .floorMap figure img {
  max-width: inherit;
  width: calc(100% * var(--scale));
}
.preOpen .facility .floorMap figure .badge {
  position: absolute;
  bottom: 1em;
}
@media (width >= 768px) {
  .preOpen .facility .floorMap figure .badge {
    right: 1em;
  }
}
@media (width <= 768px) {
  .preOpen .facility .floorMap figure .badge {
    left: 0;
  }
}
.preOpen .facility .floorMap .specWrap {
  gap: var(--pad);
  padding-top: var(--pad);
}
@media (width <= 768px) {
  .preOpen .facility .floorMap .specWrap {
    flex-direction: column;
  }
}
.preOpen .facility .floorMap .specWrap .spec {
  background: var(--body);
  color: white;
  gap: var(--pad);
  border-radius: var(--rad3);
  padding: var(--pad);
  flex: 1;
  position: relative;
  align-items: flex-start;
}
@media (width <= 768px) {
  .preOpen .facility .floorMap .specWrap .spec:last-child div ul li {
    flex-direction: column;
    align-items: flex-start;
  }
}
.preOpen .facility .floorMap .specWrap .spec h3 {
  writing-mode: tb;
  font-size: var(--h4);
}
.preOpen .facility .floorMap .specWrap .spec div {
  --gap: 1em;
  align-items: flex-start;
  flex: 1;
  gap: var(--gap);
}
@media (width <= 768px) {
  .preOpen .facility .floorMap .specWrap .spec div {
    flex-direction: column;
    --gap: 1em;
  }
}
.preOpen .facility .floorMap .specWrap .spec div ul {
  flex: 1;
  line-height: 1;
  gap: var(--gap);
  display: flex;
  flex-direction: column;
}
@media (width <= 768px) {
  .preOpen .facility .floorMap .specWrap .spec div ul {
    font-size: var(--h4);
  }
}
.preOpen .facility .floorMap .specWrap .spec div ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5em;
}
.preOpen .facility .floorMap .specWrap .spec div ul li i {
  display: block;
  font-weight: var(--bold);
  background: white;
  color: var(--body);
  line-height: 1;
  padding: 0.25em 0.5em;
  border-radius: 0.2em;
  font-size: 0.75em;
}
@media (width >= 768px) {
  .preOpen .facility .floorMap .specWrap .spec .btn {
    position: absolute;
    bottom: calc(0% - 1em - var(--paddingPort) * 0.5);
    right: var(--pad);
    border: 1px solid;
  }
}
@media (width <= 768px) {
  .preOpen .facility .floorMap .specWrap .spec .btn {
    width: 100%;
  }
}
.preOpen .program {
  --wrapPadTop: calc(var(--pad) * 2);
  --wrapPadBottom: var(--wrapPadTop);
  --olPad: calc(var(--pad) * 2);
  --numW: 2em;
  --num: var(--h2);
}
@media (width <= 768px) {
  .preOpen .program {
    --wrapPadTop: 0;
    --wrapPadBottom: var(--pad);
    --olPad: 1em;
    --numW: 1em;
    --num: 10vw;
    --contPadTop: 0;
    --btnWid: 100%;
  }
}
.preOpen .program .contWrap {
  gap: calc(var(--sectionGap) * 3);
}
.preOpen .program .contWrap ol {
  counter-reset: program;
  width: 100%;
  flex: 1;
  gap: calc(var(--sectionGap) * 1.25);
  padding-top: var(--olPad);
}
.preOpen .program .contWrap ol li {
  display: flex;
  gap: calc(var(--sectionGap) * 0.5);
}
.preOpen .program .contWrap ol li:before {
  font-family: "Oswald", sans-serif;
  line-height: 1;
  counter-increment: program;
  content: counter(program, decimal-leading-zero) ".";
  display: block;
  width: var(--numW);
  font-weight: var(--bold);
  font-size: var(--num);
}
.preOpen .program .contWrap ol li dl {
  --gap: calc(var(--pad) * .25);
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
.preOpen .program .contWrap ol li dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: var(--gap);
}
.preOpen .program .contWrap ol li dl dt h3 {
  font-size: var(--h4);
}
.preOpen .program .contWrap ol li dl dt span {
  flex: 1;
  display: flex;
  align-items: center;
  gap: var(--gap);
}
.preOpen .program .contWrap ol li dl dt span:before {
  flex: 1;
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: currentColor;
  opacity: 0.2;
  margin: 0 0 0;
}
.preOpen .program .contWrap ol li dl dd {
  display: flex;
}
.preOpen .program .contWrap ol li dl dd:has(.btn) {
  display: flex;
  gap: 1em;
}
.preOpen .program .contWrap ol li dl dd .btn {
  border: 1px solid;
  font-size: var(--arrow);
  width: var(--btnWid);
}
@media (width <= 768px) {
  .preOpen .program .contWrap ol li dl dd .btn {
    --paddingLand: 0;
  }
}
.preOpen .message {
  --sectionGap: calc(var(--pad) * 1.5);
  --wrapPadTop: calc(var(--pad) * 2);
  --wrapPadBottom: var(--wrapPadTop);
  padding-top: var(--wrapPadTop);
  padding-bottom: var(--wrapPadBottom);
}
@media (width >= 768px) {
  .preOpen .message {
    --dir: row-reverse;
    --pW: 200%;
    --gap: calc(var(--pad) * 2);
    --prof: .85em;
    --profPad: calc(var(--pad) * 2);
  }
}
@media (width <= 768px) {
  .preOpen .message {
    --dir: column;
    --pW: 100%;
    --gap: calc(var(--pad) * 1);
    --prof: 1em;
    --profPad: calc(var(--pad) * 1);
    --sectionGap: 0;
  }
}
.preOpen .message .card {
  gap: var(--sectionGap);
  justify-content: center;
  align-items: center;
  flex-direction: var(--dir);
}
.preOpen .message .figWrap {
  flex: 1;
  --figRatio: 960/1550;
}
@media (width <= 768px) {
  .preOpen .message .figWrap {
    width: 100%;
  }
}
.preOpen .message .figWrap figure:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: var(--theme);
  mix-blend-mode: screen;
  transition: all 0.4s ease-in-out;
}
.preOpen .message .figWrap figure img {
  position: absolute;
  top: 0;
  left: 0;
}
.preOpen .message .contWrap {
  flex: 1;
  gap: var(--gap);
}
.preOpen .message .contWrap p {
  display: block;
  width: var(--pW);
  font-size: 1.1em;
}
.preOpen .message .contWrap dl {
  font-size: var(--prof);
  padding-top: var(--profPad);
}
.preOpen .message .contWrap dl dt {
  font-weight: var(--bold);
}
.preOpen .message .contWrap dl dt small {
  display: inline-block;
  margin-left: 1em;
}
.preOpen .message .contWrap dl dd {
  font-size: 0.85em;
  margin-top: 1em;
}
.preOpen .pageFooter {
  --wrapPadTop: calc(var(--pad) * 2);
  --wrapPadBottom: var(--wrapPadTop);
  padding-top: var(--wrapPadTop);
  padding-bottom: var(--wrapPadBottom);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width >= 768px) {
  .preOpen .pageFooter .cta {
    --width: auto;
    --timeSize: 10vw;
    --strongSize: calc(var(--timeSize) * .4);
  }
}
@media (width <= 768px) {
  .preOpen .pageFooter .cta {
    --timeSize: 14vw;
    --strongSize: var(--timeSize);
  }
  .preOpen .pageFooter .cta em {
    text-align: center;
  }
  .preOpen .pageFooter .cta em span {
    display: block;
  }
}
.preOpen .pageFooter .cta .btnArea {
  --btnM: var(--wrapPadTop);
}
.preOpen .pageFooter .cta .btnArea p {
  width: 100%;
  display: block;
  margin-bottom: 1em;
}
.preOpen .pageFooter .cta .btnArea .btn {
  --fillHover: var(--theme);
  --paddingPort: calc(var(--arrow) * 1.5);
}
@media (width >= 768px) {
  .preOpen .pageFooter .cta .btnArea .btn {
    --size: 1.5em;
    --paddingLand: 4em;
  }
}
.preOpen .pageFooter .cta .btnArea .notes {
  width: 100%;
  margin-top: var(--wrapPadTop);
  align-items: center;
}
.preOpen .pageFooter .cta .btnArea .notes .btn {
  margin-top: 1em;
  --paddingPort: .5em;
  --paddingLand: 1em;
}
.preOpen .pageFooter .bnrLine {
  --top: calc(var(--pad) * 3);
  margin-top: var(--top);
  box-shadow: 0 0 2em rgba(0, 0, 0, 0.5);
}
@media (width <= 768px) {
  .preOpen .pageFooter .bnrLine {
    --top: calc(var(--pad) * 2);
    width: 100%;
  }
}

/*# sourceMappingURL=pages.css.map */
