@charset "UTF-8";

:root {
  --font-size_xxl: 2.8rem;
}

@media screen and (min-width: 600px) {
  :root {
    --font-size_xxl: 3.5rem;
    --gap-section: 100px;
    --width-s: min(98%, 760px);
  }
}

@media screen and (min-width: 1025px) {
  :root {
    --font-size_xxl: 4.2rem;
    --gap-content: 80px;
    --gap-section: 140px;
    --width-l: min(98%, 1200px);
  }
}


/*======================================

||| Loading

======================================*/
.js-loading {
  position: fixed;
  z-index: var(--z-index_loading);
  width: 100%;
  height: 100%;
  background-color: var(--color_main-d);
  color: #fff;
  text-align: center;
}

.js-loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: auto;
}

.loading-anime span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.loading-anime span:nth-child(1) {
  animation: ripple 3s infinite;
}

.loading-anime span:nth-child(2) {
  animation: ripple 3.6s infinite;
}

.loading-anime span:nth-child(3) {
  animation: ripple 4s infinite;
}

@keyframes ripple {
  0% {
    width: 0;
    height: 0;
    border: 1px solid var(--color_base-op3);
    opacity: 0;
  }

  100% {
    width: 1000px;
    height: 1000px;
    border: 6px solid rgba(108, 192, 229, 0);
  }
}

/*======================================

||| main-visual

======================================*/

.mainVisual {
  position: relative;
  width: 100%;
  background-color: var(--color_main-d);
}

.mv-txt {
  position: absolute;
  left: calc(50% - 150px);
  top: 16vh;
  width: 300px;
  height: auto;
}

.mainVisual__item {
  position: relative;
  width: 100%;
}

.mainVisual,
.mainVisual__item {
  height: 68vh;
}

@media screen and (min-width: 600px) {

  .mainVisual,
  .mainVisual__item {
    height: 102vh;
  }

  .mv-txt {
    top: 46vh;
  }

}

.mainVisual__item::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: var(--color_main_d-op);
}

.mainVisual video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* slick button */

.mainVisual .slick-dots {
  position: relative;
  width: fit-content;
  margin: -180px 0 0 2%;
  pointer-events: none;
}

.mainVisual .slick-dots li {
  margin-bottom: 16px;
}

.mainVisual .slick-dots button {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  color: transparent;
  outline: none;
  background-color: var(--color_white-op1);
}

.mainVisual .slick-dots .slick-active button {
  background: var(--color_white-op2);
}

/* main visual information */

.mvInfo {
  position: relative;
  z-index: var(--z-index_mvInfo);
  top: 0;
  width: var(--width-l);
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: var(--color_base-op3);
  font-size: var(--font-size_s);
  line-height: 1.4;
}

.mvInfo::after {
  position: absolute;
  right: 0px;
  top: -32px;
  width: calc(598px / 3.5);
  height: calc(249px / 3.5);
  content: '';
  background-image: url(../img/il-fish1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  pointer-events: none;
}

@media screen and (min-width: 600px) {
  .mvInfo {
    position: absolute;
    right: -26px;
    top: 90px;
    width: 320px;
    height: 320px;
    padding: 40px;
    border-radius: 50%;
    background-color: var(--color_white-op3);
  }

  .mvInfo::after {
    left: -10px;
    right: auto;
    top: -10px;
  }

  .mvInfo.fadetoLeft {
    animation-delay: 2s;
  }

  .webticket-btn__wrap.fadetoLeft {
    animation-delay: 2.4s;
  }
}

.mvInfo__hourInfo {
  margin: 8px 0;
}

.mvInfo__hourInfo .ttl {
  width: fit-content;
  margin-right: auto;
  padding-left: 36px;
  background-position: left 8px center;
  background-repeat: no-repeat;
  background-size: 18px;
  background-image: url(../img/icon-clock.svg);
}

.mvInfo__hour {
  font-size: var(--font-size_xl);
  font-weight: 900;
  padding: 0 .8rem;
  color: var(--color_main-l);
  font-family: var(--font_gothic-en);
  letter-spacing: 2px;
  letter-spacing: .1em;
}

.mvInfo__hour span {
  color: var(--color_text);
  font-size: var(--font-size_xs);
}

@media screen and (min-width: 600px) {
  .mvInfo__hourInfo {
    margin: 32px 0 16px;
  }

  .mvInfo__hour {
    font-size: 3.4rem;
  }

  .mvInfo__hour span {
    display: block;
    font-size: var(--font-size_s);
  }
}

.mvInfo__program {
  width: 100%;
  padding: 16px 0;
}

/* scroll prompt */

.scroll-prompt {
  display: none;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 60px;
  width: 80px;
  height: 100px;
  text-align: center;
  color: var(--color_white-op3);
  font-size: var(--font-size_xs);
  letter-spacing: .4rem;
  font-weight: 200;
}

.scroll-prompt::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 72px;
  left: 50%;
  transform: translateX(-50%);
  top: 30px;
  background-color: var(--color_white-op1);
}

.scroll-drop {
  position: absolute;
  height: 1px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--color_white-op3);
  border-radius: 50%;
  opacity: 1;
  animation: drop 2.4s infinite;

}

.scroll-drop:nth-child(1) {
  width: 18px;
  top: 30px;
}

.scroll-drop:nth-child(2) {
  width: 12px;
  top: 42px;
}

@keyframes drop {
  to {
    opacity: 0;
    top: 100px;
  }
}

.scroll-prompt.fadeUp {
  animation-delay: 2s;
}

@media screen and (min-width: 600px) {
  .scroll-prompt {
    display: block;
  }
}

/*======================================

||| TOPICS

======================================*/

.topics {
  background-color: #fff;
}

.topics__inner {
  padding-top: var(--gap-content);
  padding-bottom: 120px;
}

.topics__ttl.sec-ttl {
  display: none;
  font-size: var(--font-size_l);
}

.topics__ttl.sec-ttl::before {
  left: calc(50% - 60px / 2);
  top: -40px;
  width: 60px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 60px;
}


@media screen and (min-width: 600px) {
  .topics__ttl.sec-ttl {
    display: block;
  }
}


/*スライダー*/

.topics__list {
  width: var(--width-m);
  margin-left: auto;
  margin-right: auto;
}

.topics__card {
  cursor: pointer;
}

.topics__list .slick-slide {
  margin: 0 8px;
}

.topics__card figure {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 320 / 120;
}

.topics__card img {
  transition: transform var(--transition_hover);
}

.topics__card:hover img {
  transition: transform var(--transition_hover);
  transform: scale(1.1, 1.1);
}

.topics__card p {
  font-size: var(--font-size_s);
  font-weight: 600;
  color: var(--color_main);
  margin-top: 8px;
}

.topics__list .slick-dots {
  position: relative;
  width: fit-content;
  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.topics__list .slick-dots li {
  margin-bottom: 24px;
}

.topics__list .slick-dots button {
  width: 34px;
  height: 4px;
  display: block;
  color: transparent;
  outline: none;
  background-color: var(--color_black-op1);
}

.topics__list .slick-dots .slick-active button {
  background: var(--color_main-l);
}

@media screen and (min-width: 600px) {

  .topics__card figure {
    aspect-ratio: 320 / 160;
  }

}


/*======================================

||| INFO

======================================*/

.info {
  position: relative;
  background-image: url(../img/wave-l-t-wh.svg);
  background-repeat: no-repeat;
  background-position: center top -1px;
  background-size: 100%;
  background-color: var(--color_base);
}

.info__inner {
  position: relative;
  padding-top: 120px;
}

.info__ttl.sec-ttl {
  width: var(--width-s);
  margin-top: 60px;
  margin-bottom: 40px;
}

.info__inner figure {
  position: absolute;
  height: auto;
}

.info-figure-penguin {
  top: 0px;
  left: -2%;
  width: 180px;
}

.info-figure-fish {
  display: none;
}

.info-figure-turtle {
  top: -80px;
  left: 40%;
  width: 180px;
}

.info-figure-kawauso {
  top: 130px;
  left: 72%;
  width: 120px;
}

.info-figure-fl {
  top: 140px;
  right: -120px;
  opacity: .3;
  width: 400px;
}

.info-figure-fr {
  opacity: .3;
  display: none;
}


@media screen and (min-width: 600px) {
  .info__inner {
    padding-top: 140px;
  }

  .info__ttl.sec-ttl {
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .info-figure-turtle {
    top: 140px;
    left: 54%;
    width: max(280px, 30%);
  }

  .info-figure-fish {
    display: block;
    top: 80px;
    left: 38%;
    width: 180px;
  }

  .info-figure-kawauso {
    top: -80px;
    left: 72%;
    width: 140px;
  }

  .info-figure-penguin {
    top: 80px;
    left: 4%;
    width: 200px;
  }

  .info-figure-fl {
    top: -100px;
    right: 0px;
    width: 60%;
  }

  .info-figure-fr {
    display: block;
    top: 280px;
    left: 50%;
    width: 50%;
    transform: rotate(10deg);
  }
}

@media screen and (min-width: 1025px) {
  .info__inner {
    padding-top: 180px;
  }

  .info__ttl.sec-ttl {
    width: var(--width-l);
    margin-bottom: 100px;
  }

  .info-figure-fish {
    top: 10px;
    left: 30%;
    width: 280px;
  }

  .info-figure-turtle {
    top: -20px;
    left: 54%;
    width: 360px;
  }

  .info-figure-kawauso {
    top: -66px;
    left: 78%;
    width: 220px;
  }

  .info-figure-penguin {
    top: 120px;
    left: calc(20% - 180px);
  }

  .info-figure-fl {
    top: 0px;
    right: 0;
    width: 500px;
  }

  .info-figure-fr {
    top: 0px;
    left: -60px;
    width: 600px;
  }
}

/*-- info content --*/

.info__content {
  position: relative;
  z-index: var(--z-index1);
  width: var(--width-s);
  margin-left: auto;
  margin-right: auto;
}

.info__floor,
.info__program,
.info__ticket {
  display: block;
  width: 82%;
  height: auto;
  margin-bottom: 16px;
  border-radius: 4px;
  box-shadow: 0 0 32px var(--color_main_d-op);
  background-color: #fff;
  padding: min(4%, 20px);
}

.info__program {
  margin-left: auto;
}

@media screen and (min-width: 600px) {

  .info__floor {
    width: calc(50%);
    margin-right: 16px;
    float: left;
    padding: min(2.4%, 20px);
  }

  .info__program {
    width: calc(50% - 18px);
    float: right;
    margin-top: 180px;
  }

  .info__ticket {
    width: 44%;
    float: right;
    margin-top: 40px;
    margin-right: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .info__content {
    width: var(--width-l);
  }

  .info__floor {
    width: calc(34%);
    margin-right: 2%;
  }

  .info__program {
    width: calc(33%);
    margin-right: 2%;
    float: left;
    margin-top: -48px;
  }

  .info__ticket {
    width: 29%;
    float: right;
    margin-top: 100px;
    margin-right: 0;
  }
}

.info__cardimg {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  position: relative;
}

.info__cardimg img {
  transition: var(--transition_hover);
}

a:hover .info__cardimg img {
  transform: scale(1.1, 1.1);
}

.info__ticket .info__cardimg img {
  object-position: right bottom;
}


@media screen and (min-width: 600px) {
  .info__cardimg {
    aspect-ratio: 1 / 1;
  }
}

.info__floor .info__cardimg::after,
.info__program .info__cardimg::after,
.info__ticket .info__cardimg::after {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}

.info__floor .info__cardimg::after {
  background-image: url(../img/txt-1.png);
  width: 32%;
  height: 100px;
  top: 10px;
  left: 20px;
}

.info__program .info__cardimg::after {
  background-image: url(../img/txt-2.png);
  width: 44%;
  height: 100px;
  top: 8%;
  right: 10px;
}

.info__ticket .info__cardimg::after {
  background-image: url(../img/txt-3.png);
  width: 40%;
  height: 100px;
  top: 4%;
  right: 10px;
}

.info__cardtxt {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

.info__cardttl {
  color: var(--color_main);
}

.info__cardtxt p {
  color: var(--color_text);
  font-size: var(--font-size_s);
}

/*======================================

||| FAQ

======================================*/

.faq {
  position: relative;
  margin-top: -180px;
  padding-top: 80px;
  background-color: var(--color_main);
  background-image: url(../img/wave-t-bl.svg), url(../img/wave-b-wh.svg), url(../img/bg-faq.jpg);
  background-repeat: no-repeat;
  background-position: center top -1px, center bottom -2px, center;
  background-size: 100%, 100%, cover;
  background-attachment: scroll, scroll, fixed;
}

.faq__inner {
  position: relative;
  width: var(--width-m);
  margin-left: auto;
  margin-right: auto;
}

.faq__ttl {
  position: relative;
  color: #fff;
  margin-top: 80px;
}

.faq__ttl::before {
  background-image: url(../img/ttl-logo-wh.svg);
}

.faq__card {
  padding: 16px 32px 24px 24px;
  width: 100%;
  margin-bottom: 16px;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}

.faq__question,
.faq__answer {
  pointer-events: none;
}

.faq__question {
  font-weight: 700;
  position: relative;
}

.faq__question::before {
  display: inline-block;
  margin-right: 16px;
  content: "Q";
  font-size: var(--font-size_xl);
  color: var(--color_main-l);
  font-weight: 700;
}

.faq__answer {
  display: none;
  margin-top: 16px;
  padding-right: 16px;
}

.faq__card:first-of-type .faq__answer {
  display: block;
}

.faq__answer::before {
  display: inline-block;
  margin-left: 4px;
  margin-right: 12px;
  content: "A";
  font-size: var(--font-size_xl);
  color: var(--color_accent);
  font-weight: 700;
}

.faq__question::after {
  font-family: 'Material Symbols Outlined';
  content: '\e145';
  font-size: 24px;
  vertical-align: bottom;
  position: absolute;
  right: 0;
  transition: 0.4s;
}

.is-op .faq__question::after {
  transform: rotate(45deg);
}

.faq__answer a {
  pointer-events: all;
}

@media screen and (min-width: 600px) {
  .faq__question {
    font-size: var(--font-size_l);
  }
}


/*======================================

||| FOLLOW US

======================================*/

.followUs {
  position: relative;
  background-color: #fff;
}

.followUs__container {
  width: 92%;
  margin-top: var(--gap-content);
  margin-left: auto;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
}

.followUs__list1,
.followUs__list2 {
  margin-top: 8px;
  width: 100%;
}

.followUs__item {
  position: relative;
  width: 180px;
  height: 180px;
  margin-left: 8px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background-color: var(--color_base);
}

.followUs__item::after {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 16px;
  bottom: 16px;
  display: block;
  content: "";
  background-image: url(../img/icon-insta.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.followUs__item img {
  width: 100%;
  height: 100%;
  transition: transform var(--transition_hover);
}

.followUs__item img:hover {
  transform: scale(1.1, 1.1);
}

.chara {
  position: relative;
}

.inview .chara::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 100px;
  right: -330px;
  top: -26px;
  background-image: url(../img/il-pengin-slidetxt.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  animation-name: slide-penguin;
  animation-fill-mode: backwards;
  animation-duration: 50s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0.5s;
}

@keyframes slide-penguin {
  0% {
    right: -330px;
  }

  100% {
    right: calc(100% + 80px)
  }
}


.followUs__icon {
  margin-top: var(--gap-content);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
}

.followUs__icon li {
  width: 46px;
  height: 46px;
  cursor: pointer;
  transition: var(--transition_button);
}

.followUs__icon li:hover {
  transform: translateY(-4px);
}

@media screen and (min-width: 600px) {
  .followUs__item {
    width: 280px;
    height: 280px;
  }
}

/*======================================

||| sea

======================================*/

.seaBg {
  position: relative;
  width: 100%;
  height: 40vh;
  background-image: url(../img/bg-coral.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.seaBg::before {
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: calc(100% + 4px);
  display: block;
  content: "";
  background-image: url(../img/wave-t-wh.svg), url(../img/wave-b-bl.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top, center bottom;
}


@media screen and (min-width: 600px) {
  .seaBg {
    height: 86vh;
  }

}