<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
#splash pre,
#splash textarea {
  overflow: auto;
}
#splash [hidden],
#splash audio:not([controls]),
#splash template {
  display: none;
}
#splash details,
#splash main,
#splash summary {
  display: block;
}
#splash input[type=number] {
  width: auto;
}
#splash input[type=search] {
  -webkit-appearance: textfield;
}
#splash input[type=search]::-webkit-search-cancel-button,
#splash input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#splash progress {
  display: inline-block;
}
#splash small {
  font-size: 75%;
}
#splash textarea {
  resize: vertical;
}
#splash [unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#splash *,
#splash ::after,
#splash ::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}
#splash * {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
#splash ::after,
#splash ::before {
  text-decoration: inherit;
  vertical-align: inherit;
}
#splash :root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: default;
  text-rendering: optimizeLegibility;
}
#splash a {
  text-decoration: none;
}
#splash audio,
#splash canvas,
#splash iframe,
#splash img,
#splash svg,
#splash video {
  vertical-align: middle;
}
#splash button,
#splash input,
#splash select,
#splash textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  min-height: 1.5em;
}
#splash code,
#splash kbd,
#splash pre,
#splash samp {
  font-family: monospace, monospace;
}
#splash ol,
#splash ul {
  list-style: none;
}
#splash select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
#splash select::-ms-expand {
  display: none;
}
#splash select::-ms-value {
  color: currentColor;
}
#splash table {
  border-collapse: collapse;
  border-spacing: 0;
}
#splash ::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}
#splash ::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}
@media screen {
  #splash [hidden~=screen] {
    display: inherit;
  }
  #splash [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}


body {
  margin: 0;
  padding: 0;
}

#splash {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.042;
  font-weight: 500;
  line-height: 1.9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #000;
  padding: 0;
  background-color: #fff;
  position: relative;
  padding-top: 11vw;
}
#splash a {
  -webkit-transition: 400ms;
  transition: 400ms;
  color: inherit;
}
#splash a:hover {
  opacity: 0.6;
  -webkit-transition: 400ms;
  transition: 400ms;
}
@media screen and (max-width: 767px) {
  #splash a:hover {
    opacity: 1;
  }
}
#splash img {
  width: 100%;
}
#splash .pc {
  display: block;
}
#splash .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #splash .sp {
    display: block;
  }
  #splash .pc {
    display: none;
  }
}

#splash {
  /* ---------------------------------------*/
  /* wrapper */
  /* ---------------------------------------*/
  /* ---------------------------------------*/
  /* fade */
  /* ---------------------------------------*/
  /* ---------------------------------------*/
  /* period */
  /* ---------------------------------------*/
  /* ---------------------------------------*/
  /* area */
  /* ---------------------------------------*/
  /* ---------------------------------------*/
  /* attraction */
  /* ---------------------------------------*/
}
#splash .splash-content-wrapper {
  width: 69.4vw;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #splash .splash-content-wrapper {
    width: calc(100% - 40px);
  }
}
#splash #splash-keyvisual {
  width: 84.7vw;
  aspect-ratio: 1218/628;
  margin: 0 auto;
  background: url(../img/keyvisual_image.png) no-repeat center/100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #splash #splash-keyvisual {
    width: calc(100% - 12px);
  }
}
#splash .splash-keyvisual-page_title {
  width: 68.4%;
  position: absolute;
  top: 2vw;
  left: 0;
  right: 0;
  margin: auto;
}
#splash [data-intersection] {
  opacity: 0;
  translate: 0 20px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, filter;
  transition-property: opacity, translate, filter, -webkit-filter;
  -webkit-transition-duration: 1300ms;
          transition-duration: 1300ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#splash [data-intersection].is-show {
  opacity: 1;
  translate: none;
  -webkit-filter: none;
          filter: none;
}
#splash [data-intersection-parent] &gt; * {
  opacity: 0;
  translate: 0 20px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, -webkit-filter;
  transition-property: opacity, translate, filter;
  transition-property: opacity, translate, filter, -webkit-filter;
  -webkit-transition-duration: 1300ms;
          transition-duration: 1300ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#splash [data-intersection-parent].is-show &gt; * {
  opacity: 1;
  translate: none;
  -webkit-filter: none;
          filter: none;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(1) {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(2) {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(3) {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(4) {
  -webkit-transition-delay: 1800ms;
          transition-delay: 1800ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(5) {
  -webkit-transition-delay: 2400ms;
          transition-delay: 2400ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(6) {
  -webkit-transition-delay: 3000ms;
          transition-delay: 3000ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(7) {
  -webkit-transition-delay: 3600ms;
          transition-delay: 3600ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(8) {
  -webkit-transition-delay: 4200ms;
          transition-delay: 4200ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(9) {
  -webkit-transition-delay: 4800ms;
          transition-delay: 4800ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(10) {
  -webkit-transition-delay: 5400ms;
          transition-delay: 5400ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(11) {
  -webkit-transition-delay: 6000ms;
          transition-delay: 6000ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(12) {
  -webkit-transition-delay: 6600ms;
          transition-delay: 6600ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(13) {
  -webkit-transition-delay: 7200ms;
          transition-delay: 7200ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(14) {
  -webkit-transition-delay: 7800ms;
          transition-delay: 7800ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(15) {
  -webkit-transition-delay: 8400ms;
          transition-delay: 8400ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(16) {
  -webkit-transition-delay: 9000ms;
          transition-delay: 9000ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(17) {
  -webkit-transition-delay: 9600ms;
          transition-delay: 9600ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(18) {
  -webkit-transition-delay: 10200ms;
          transition-delay: 10200ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(19) {
  -webkit-transition-delay: 10800ms;
          transition-delay: 10800ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(20) {
  -webkit-transition-delay: 11400ms;
          transition-delay: 11400ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(21) {
  -webkit-transition-delay: 12000ms;
          transition-delay: 12000ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(22) {
  -webkit-transition-delay: 12600ms;
          transition-delay: 12600ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(23) {
  -webkit-transition-delay: 13200ms;
          transition-delay: 13200ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(24) {
  -webkit-transition-delay: 13800ms;
          transition-delay: 13800ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(25) {
  -webkit-transition-delay: 14400ms;
          transition-delay: 14400ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(26) {
  -webkit-transition-delay: 15000ms;
          transition-delay: 15000ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(27) {
  -webkit-transition-delay: 15600ms;
          transition-delay: 15600ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(28) {
  -webkit-transition-delay: 16200ms;
          transition-delay: 16200ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(29) {
  -webkit-transition-delay: 16800ms;
          transition-delay: 16800ms;
}
#splash [data-intersection-parent].is-show &gt; *:nth-child(30) {
  -webkit-transition-delay: 17400ms;
          transition-delay: 17400ms;
}
#splash #splash-period {
  padding: 5.5vw 0 14.2vw;
  position: relative;
}
#splash #splash-period::before {
  display: block;
  content: "";
  width: 10.4vw;
  aspect-ratio: 150/165;
  background: url(../img/period_deco-01.png) no-repeat center/cover;
  position: absolute;
  left: 7.7vw;
  bottom: 3.6vw;
}
#splash #splash-period::after {
  display: block;
  content: "";
  width: 10.6vw;
  aspect-ratio: 152/106;
  background: url(../img/period_deco-02.png) no-repeat center/cover;
  position: absolute;
  right: 7.7vw;
  bottom: 9.37vw;
}
@media screen and (max-width: 767px) {
  #splash #splash-period {
    padding: 8vw 0 31.4vw;
  }
  #splash #splash-period::before {
    width: 16vw;
    left: 2.4vw;
    bottom: 3.7vw;
  }
  #splash #splash-period::after {
    width: 16.2vw;
    right: 2.1vw;
    bottom: 10.6vw;
  }
}
#splash .splash-period-section-heading {
  width: 10vw;
  margin: 0 auto 2.7vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-period-section-heading {
    width: 21.3vw;
    margin: 0 auto 5.3vw;
  }
}
#splash .splash-period-term {
  width: 38vw;
  margin: 0 auto 3.47vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-period-term {
    width: 73.3vw;
    margin: 0 auto 6.6vw;
  }
}
#splash .splash-pereod-desc {
  font-size: 1.319vw;
  font-weight: 700;
  line-height: 2.3;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  #splash .splash-pereod-desc {
    font-size: 3.73vw;
  }
}
#splash #splash-area {
  padding: 9.44vw 0 9.65vw;
  position: relative;
  margin-top: -9.44vw;
  z-index: 2;
}
#splash #splash-area::before {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 1440/136;
  background: url(../img/area_wave-01.svg) no-repeat bottom/cover;
  position: absolute;
  top: 2px;
  left: 0;
}
#splash #splash-area::after {
  display: block;
  content: "";
  width: 100%;
  aspect-ratio: 1440/139;
  background: url(../img/area_wave-02.svg) no-repeat top/cover;
  position: absolute;
  bottom: 2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  #splash #splash-area {
    padding: 10.4vw 0 10.9vw;
    margin-top: -10.4vw;
  }
  #splash #splash-area::before {
    aspect-ratio: 375/39;
    background: url(../img/area_wave-01-sp.svg) no-repeat bottom/cover;
  }
  #splash #splash-area::after {
    aspect-ratio: 375/41;
    background: url(../img/area_wave-02-sp.svg) no-repeat top/cover;
  }
}
#splash .splash-area-content {
  padding: 4.5vw 0 5.5vw;
  background: #CCF2FF;
}
@media screen and (max-width: 767px) {
  #splash .splash-area-content {
    padding: 12vw 0 14.6vw;
  }
}
#splash .splash-area-section-heading {
  width: 6.38vw;
  margin: 0 auto 2.7vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-area-section-heading {
    width: 14.9vw;
    margin: 0 auto 5.3vw;
  }
}
#splash #splash-attraction {
  background-image: url(../img/attraction_bg.svg);
  background-size: 3.5vw;
  position: relative;
  margin-top: -9.65vw;
  padding: 13.8vw 0 12.5vw;
}
@media screen and (max-width: 767px) {
  #splash #splash-attraction {
    background-size: 12vw;
    margin-top: -10.6vw;
    padding: 31vw 0 32vw;
  }
}
#splash .splash-attraction-section-heading {
  width: 14vw;
  margin: 0 auto 1.73vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-attraction-section-heading {
    width: 32.8vw;
    margin: 0 auto;
  }
}
#splash .splash-section-heading-02, #splash .splash-fountain-section-heading, #splash .splash-soked-section-heading, #splash .splash-battle-section-heading {
  width: 39.8vw;
  margin: 0 auto 1.25vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-section-heading-02, #splash .splash-fountain-section-heading, #splash .splash-soked-section-heading, #splash .splash-battle-section-heading {
    width: 77.3vw;
    margin: 0 auto 4vw;
  }
}
#splash .splash-section-image-01 {
  aspect-ratio: 2000/1201;
  position: relative;
  margin: 0 0 2vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-section-image-01 {
    margin: 0 0 10.6vw;
  }
}
#splash .splash-attraction-desc {
  font-size: 1.319vw;
  font-weight: 700;
  line-height: 1.9;
  letter-spacing: 0.03em;
  margin: 0 0 2vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-attraction-desc {
    font-size: 3.46vw;
    margin: 0 0 8vw;
  }
}
#splash .splash-attraction-desc em {
  color: #0066A9;
  font-style: normal;
}
#splash .splash_attraction-level {
  width: 24vw;
  margin: 0 auto 4vw;
}
@media screen and (max-width: 767px) {
  #splash .splash_attraction-level {
    width: 69.3vw;
    margin: 0 auto 10.6vw;
  }
}
#splash .splash-attraction-rule {
  text-align: justify;
}
#splash .splash-attraction-rule dt {
  font-size: 1.6vw;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #0066A9;
  border-bottom: solid 1px #0066A9;
  margin: 0 0 1vw;
}
#splash .splash-attraction-rule dd {
  font-size: 1.04vw;
  margin: 0 0 3.2vw;
  line-height: 1.9;
  letter-spacing: 0.03em;
}
#splash .splash-attraction-rule dd:last-of-type {
  margin: 0;
}
#splash .splash-attraction-rule dd h6 {
  color: #0066A9;
  letter-spacing: 0.08em;
}
#splash .splash-attraction-rule dd h6.is-inline {
  display: inline;
}
#splash .splash-attraction-rule dd p {
  margin: 0 0 2.4vw;
}
#splash .splash-attraction-rule dd p.is-inline {
  display: inline;
}
#splash .splash-attraction-rule dd p:last-of-type {
  margin: 0;
}
#splash .splash-attraction-rule dd li {
  position: relative;
  padding: 0 0 0 1em;
}
#splash .splash-attraction-rule dd li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
#splash .splash-attraction-rule dd li em {
  color: #F00;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  #splash .splash-attraction-rule dt {
    font-size: 4vw;
    margin: 0 0 3vw;
  }
  #splash .splash-attraction-rule dd {
    font-size: 3.47vw;
    margin: 0 0 13.3vw;
  }
  #splash .splash-attraction-rule dd p {
    margin: 0 0 6.66vw;
  }
}
#splash #splash-battle {
  margin: 0 0 15.7vw;
}
@media screen and (max-width: 767px) {
  #splash #splash-battle {
    margin: 0 0 25vw;
  }
}
#splash .splash-battle-heading-02 {
  width: 15vw;
  position: absolute;
  right: 2.7vw;
  bottom: -4.72vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-battle-heading-02 {
    width: 28.8vw;
    right: 0;
    bottom: -6.4vw;
  }
}
#splash .splash-battle-cannon {
  width: 53.8vw;
  aspect-ratio: 775/378;
  margin: 8vw auto 5.9vw;
  background: url(../img/battle_canon_bg.svg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#splash .splash-battle-cannon p {
  font-size: 1.319vw;
  letter-spacing: 0.03em;
}
#splash .splash-battle-cannon::after {
  display: block;
  content: "";
  background: url(../img/battle_cannon_drop.svg) no-repeat center/cover;
  width: 5.83vw;
  aspect-ratio: 84/58;
  position: absolute;
  top: 0;
  right: -3vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-battle-cannon::after {
    width: 11.2vw;
    right: -2.9vw;
  }
}
@media screen and (max-width: 767px) {
  #splash .splash-battle-cannon {
    width: 100%;
    margin: 30vw auto 13.3vw;
    aspect-ratio: 335/189;
    background: url(../img/battle_canon_bg-sp.svg) no-repeat center/cover;
  }
  #splash .splash-battle-cannon p {
    font-size: 3.47vw;
  }
}
#splash .splash-battle-cannon-heading {
  width: 52%;
  margin-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-battle-cannon-heading {
    width: 60%;
    margin-top: 3vw;
    margin-bottom: 2vw;
  }
}
#splash .splash-battle-heading-03 {
  display: block;
  width: 15vw;
  position: absolute;
  right: -5.34vw;
  bottom: -0.4vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-battle-heading-03 {
    width: 28.8vw;
    right: 0;
    bottom: -5vw;
  }
}
#splash .splash-battle-balloon {
  display: block;
  width: 17.1vw;
  position: absolute;
  top: 0.83vw;
  left: -4.58vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-battle-balloon {
    width: 46.4vw;
    top: -16.5vw;
    left: -4.8vw;
  }
}
#splash #splash-soaked {
  margin: 0 0 15.7vw;
}
@media screen and (max-width: 767px) {
  #splash #splash-soaked {
    margin: 0 0 25vw;
  }
}
#splash .splash-soked-heading-02 {
  width: 20vw;
  position: absolute;
  right: 0;
  bottom: -4.3vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-soked-heading-02 {
    width: 38.4vw;
    bottom: -4.8vw;
  }
}
#splash .splash-fountain-heading-02 {
  width: 15.2vw;
  position: absolute;
  right: 2.77vw;
  bottom: -4.09vw;
}
@media screen and (max-width: 767px) {
  #splash .splash-fountain-heading-02 {
    width: 29.3vw;
    right: 0;
    bottom: -8.53vw;
  }
}</pre></body></html>