/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.top-mainvisual {
  position: relative;
  z-index: 20;
}
.top-mainvisual__bg {
  width: 65vw;
  position: absolute;
  bottom: -15vw;
}
.top-mainvisual__bg.bg_left {
  left: -25vw;
}
.top-mainvisual__bg.bg_right {
  right: -25vw;
}
.top-mainvisual__bg img {
  width: 100%;
  max-width: none;
}
.top-mainvisual__ttl {
  -webkit-mask-image: linear-gradient(180deg, #000 0%, #000 90%, transparent 100%);
          mask-image: linear-gradient(180deg, #000 0%, #000 90%, transparent 100%);
  position: relative;
  z-index: 10;
}
.top-mainvisual__ttl img {
  width: 100%;
  max-width: none;
}
.top-mainvisual__inner {
  width: calc(100% - 40px);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px 2.2vw;
  filter: drop-shadow(1px 1px 30px #1E79CF) drop-shadow(1px 1px 30px #1E79CF);
  position: absolute;
  bottom: 9.5vw;
  left: 50%;
  translate: -50% 0;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .top-mainvisual__inner {
    width: calc(100% - 30px);
    flex-direction: column;
    bottom: -26vw;
  }
}
.top-mainvisual__date {
  font-size: 4vw;
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media all and (max-width: 896px) {
  .top-mainvisual__date {
    font-size: 9.87vw;
  }
}
.top-mainvisual__date .txt_large {
  font-size: 1.9em;
}
.top-mainvisual__open {
  font-size: 8.4vw;
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.12em;
  padding-left: 0.07em;
}
@media all and (max-width: 896px) {
  .top-mainvisual__open {
    font-size: 20.8vw;
  }
}

.top-bg {
  position: relative;
}
.top-bg::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 5vw);
  background: linear-gradient(180deg, transparent 10%, #035B92 60%, transparent 100%);
  mix-blend-mode: lighten;
  position: absolute;
  top: -5vw;
  left: 0;
}

.top-bg02 {
  position: relative;
}
.top-bg02::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #010713 0%, #035B92 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.top-bg02::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg_bubble.png") top center/750px auto repeat;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  mix-blend-mode: lighten;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .top-bg02::after {
    background-size: 375px auto;
  }
}

.top-bg03 {
  position: relative;
}
.top-bg03::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #010713 0%, #035B92 100%);
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.top-bg03::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg_bubble.png") top center/750px auto repeat;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  mix-blend-mode: lighten;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .top-bg03::after {
    background-size: 375px auto;
  }
}

.top-main {
  padding: 8vw 0 80px;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-main {
    padding: 40vw 0 40px;
  }
}
.top-main::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg_bubble.png") top center/750px auto repeat;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  mix-blend-mode: lighten;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .top-main::before {
    background-size: 375px auto;
  }
}
.top-main__star {
  position: absolute;
}
.top-main__star__01 {
  top: 0;
  left: 5vw;
  -webkit-animation: star01Move 4s linear forwards infinite;
          animation: star01Move 4s linear forwards infinite;
}
@media all and (max-width: 896px) {
  .top-main__star__01 {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
  }
}
@-webkit-keyframes star01Move {
  0% {
    translate: 0 0;
  }
  60% {
    translate: -20vw 35vw;
  }
  100% {
    translate: -20vw 35vw;
  }
}
@keyframes star01Move {
  0% {
    translate: 0 0;
  }
  60% {
    translate: -20vw 35vw;
  }
  100% {
    translate: -20vw 35vw;
  }
}
.top-main__star__01 img {
  width: 74.2px;
}
@media all and (max-width: 896px) {
  .top-main__star__01 img {
    width: 53px;
  }
}
.top-main__star__02 {
  top: 2vw;
  right: 4vw;
  -webkit-animation: star02Move 4s 0.5s linear forwards infinite;
          animation: star02Move 4s 0.5s linear forwards infinite;
}
@media all and (max-width: 896px) {
  .top-main__star__02 {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 0.25s;
            animation-delay: 0.25s;
  }
}
@-webkit-keyframes star02Move {
  0% {
    translate: 0 0;
  }
  60% {
    translate: 20vw 40vw;
  }
  100% {
    translate: 20vw 40vw;
  }
}
@keyframes star02Move {
  0% {
    translate: 0 0;
  }
  60% {
    translate: 20vw 40vw;
  }
  100% {
    translate: 20vw 40vw;
  }
}
.top-main__star__02 img {
  width: 84px;
}
@media all and (max-width: 896px) {
  .top-main__star__02 img {
    width: 60px;
  }
}
.top-main__star__03 {
  top: 9vw;
  left: 6vw;
  -webkit-animation: star03Move 4s 1.5s linear forwards infinite;
          animation: star03Move 4s 1.5s linear forwards infinite;
}
@media all and (max-width: 896px) {
  .top-main__star__03 {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 0.75s;
            animation-delay: 0.75s;
  }
}
@-webkit-keyframes star03Move {
  0% {
    translate: 0 0;
  }
  60% {
    translate: -20vw 50vw;
  }
  100% {
    translate: -20vw 50vw;
  }
}
@keyframes star03Move {
  0% {
    translate: 0 0;
  }
  60% {
    translate: -20vw 50vw;
  }
  100% {
    translate: -20vw 50vw;
  }
}
.top-main__star__03 img {
  width: 88.2px;
}
@media all and (max-width: 896px) {
  .top-main__star__03 img {
    width: 63px;
  }
}
.top-main__star__04 {
  top: 10vw;
  right: 5vw;
  -webkit-animation: star04Move 4s 2s linear forwards infinite;
          animation: star04Move 4s 2s linear forwards infinite;
}
@media all and (max-width: 896px) {
  .top-main__star__04 {
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}
@-webkit-keyframes star04Move {
  0% {
    translate: 0 0;
  }
  60% {
    translate: 20vw 50vw;
  }
  100% {
    translate: 20vw 50vw;
  }
}
@keyframes star04Move {
  0% {
    translate: 0 0;
  }
  60% {
    translate: 20vw 50vw;
  }
  100% {
    translate: 20vw 50vw;
  }
}
.top-main__star__04 img {
  width: 95.2px;
}
@media all and (max-width: 896px) {
  .top-main__star__04 img {
    width: 68px;
  }
}
.top-main__wrapper {
  position: relative;
  z-index: 30;
}
.top-main__catch {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.125rem, 0.9307rem + 0.829vw, 1.625rem);
  letter-spacing: 0.125em;
  line-height: 2;
}
.top-main__catch .txt_large {
  font-size: 1.33em;
}
.top-main__ttl {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.125rem, 0.9307rem + 0.829vw, 1.625rem);
  letter-spacing: 0.175em;
  line-height: 2;
  margin-top: 0.25em;
}
.top-main__ttl .txt_large {
  font-size: 1.33em;
}
.top-main .bg_circle {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.top-main .bg_circle::before {
  content: "";
  display: inline-block;
  width: 4em;
  height: 4em;
  background: radial-gradient(#FFF600 0%, transparent 50%);
  opacity: 0.45;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -5;
}
.top-main .bg_circle.bg_yellow::before {
  background: radial-gradient(#FFF600 0%, transparent 50%);
}
.top-main .bg_circle.bg_green::before {
  background: radial-gradient(#00FF11 0%, transparent 50%);
}
.top-main .bg_circle.bg_white::before {
  background: radial-gradient(#fff 0%, transparent 50%);
}
.top-main .bg_circle.bg_red::before {
  background: radial-gradient(#FF0004 0%, transparent 50%);
}
.top-main .bg_circle.bg_blue::before {
  background: radial-gradient(#1E79CF 0%, transparent 50%);
}
.top-main__txt {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  letter-spacing: 0.06em;
  line-height: 2.8;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .top-main__txt {
    margin-top: 24px;
  }
}
.top-main__movie {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .top-main__movie {
    margin-top: 40px;
  }
}
.top-main__movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.top-light {
  padding: 80px 0 120px;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-light {
    padding: 40px 0 80px;
  }
}
.top-light::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/bg_light.jpg") center center/cover no-repeat;
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
          mask-image: linear-gradient(180deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.top-light__wrapper {
  position: relative;
  z-index: 20;
}
.top-light__fish {
  filter: drop-shadow(0 0 20px #1E79CF) drop-shadow(0 0 20px #1E79CF) drop-shadow(0 0 10px #1E79CF);
  position: absolute;
  top: -100px;
  left: -40px;
}
@media all and (max-width: 896px) {
  .top-light__fish {
    top: -92px;
    left: -34px;
  }
}
.top-light__fish img {
  width: 252px;
}
@media all and (max-width: 896px) {
  .top-light__fish img {
    width: 180px;
  }
}
.top-light__container {
  position: relative;
  container-type: inline-size;
  z-index: 20;
}
.top-light__container + .top-light__container {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .top-light__container + .top-light__container {
    margin-top: 32px;
  }
}
.top-light__bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.top-light__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.top-light__bg::after {
  content: "";
  display: block;
  background: linear-gradient(90deg, transparent 0%, #fff 50%, transparent 100%);
  width: 200px;
  height: 60cqw;
  position: absolute;
  top: calc(50% - 30cqw);
  left: 50%;
  z-index: -5;
  -webkit-animation: frameMove 4s linear forwards infinite;
          animation: frameMove 4s linear forwards infinite;
  transform-origin: center bottom;
  translate: -50% -50%;
}
@media all and (max-width: 896px) {
  .top-light__bg::after {
    width: 100px;
    height: 80cqh;
    top: calc(50% - 40cqh);
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
}
.top-light__inner {
  padding: 48px 32px;
  background: rgba(255, 255, 255, 0.07);
  position: relative;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .top-light__inner {
    padding: 32px 16px;
  }
}
.top-light__block {
  word-break: keep-all;
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
  container-type: inline-size;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-light__block {
    max-width: 400px;
    margin-top: 12px;
  }
}
.top-light__block__name {
  font-size: clamp(1.5rem, 1.3057rem + 0.829vw, 2rem);
  line-height: 1.4;
  letter-spacing: 0.125em;
  margin-bottom: 8px;
}
@media all and (max-width: 896px) {
  .top-light__block__name {
    margin-bottom: 4px;
  }
}
.top-light__block__catch {
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  font-size: clamp(2.125rem, 1.785rem + 1.4508vw, 3rem);
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.top-light__block__star {
  mix-blend-mode: lighten;
  width: 100%;
  position: absolute;
  bottom: -10cqw;
  left: 0;
  z-index: -10;
  opacity: 0;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  filter: blur(10px);
}
.top-light__block__star.current {
  -webkit-animation: starAppear 1s linear forwards;
          animation: starAppear 1s linear forwards;
}
@-webkit-keyframes starAppear {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    filter: blur(0px);
  }
}
@keyframes starAppear {
  0% {
    opacity: 0;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    filter: blur(0px);
  }
}
.top-light__block__star img {
  width: 100%;
  max-width: none;
}
.top-light__contents {
  position: relative;
  z-index: 10;
}
.top-light__txt {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  text-shadow: 0 0 10px #000;
  line-height: 2;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .top-light__txt {
    margin-top: 24px;
  }
}
.top-light__txt + .top-light__txt {
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-light__txt + .top-light__txt {
    margin-top: 12px;
  }
}

.top-highlight__wrapper {
  position: relative;
  z-index: 10;
}
.top-highlight__fish {
  filter: drop-shadow(0 0 20px #1E79CF) drop-shadow(0 0 20px #1E79CF) drop-shadow(0 0 10px #1E79CF);
  position: absolute;
  top: -80px;
  right: -40px;
}
@media all and (max-width: 896px) {
  .top-highlight__fish {
    top: -84px;
    right: -84px;
  }
}
.top-highlight__fish img {
  width: 252px;
}
@media all and (max-width: 896px) {
  .top-highlight__fish img {
    width: 180px;
  }
}
.top-highlight__container {
  margin-top: 24px;
}
.top-highlight__inner + .top-highlight__inner {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .top-highlight__inner + .top-highlight__inner {
    margin-top: 64px;
  }
}
.top-highlight__block {
  max-width: 600px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
  container-type: inline-size;
}
.top-highlight__number {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: -5;
}
@media all and (max-width: 896px) {
  .top-highlight__number {
    top: 16px;
    left: 20px;
  }
}
@media all and (max-width: 600px) {
  .top-highlight__number {
    top: 0;
    left: -16px;
  }
}
.top-highlight__number.--right {
  left: auto;
  right: 40px;
}
@media all and (max-width: 896px) {
  .top-highlight__number.--right {
    right: 20px;
  }
}
@media all and (max-width: 600px) {
  .top-highlight__number.--right {
    right: -16px;
  }
}
.top-highlight__number img {
  width: 150px;
}
@media all and (max-width: 896px) {
  .top-highlight__number img {
    width: 120px;
  }
}
@media all and (max-width: 480px) {
  .top-highlight__number img {
    width: 100px;
  }
}
.top-highlight__contents {
  margin-top: 24px;
}
.top-highlight__catch {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-shadow: 0 0 20px #1E79CF, 0 0 10px #1E79CF;
}
.top-highlight__catch .txt_large {
  font-size: 1.75em;
}
@media all and (max-width: 600px) {
  .top-highlight__img {
    margin-inline: -15px;
  }
}
.top-highlight__figure {
  padding: 80px 80px 0;
}
@media all and (max-width: 896px) {
  .top-highlight__figure {
    padding: 40px 40px 0;
  }
}
.top-highlight__figure.--yellow {
  filter: drop-shadow(4px 4px 40px rgba(255, 246, 0, 0.6));
}
@media all and (max-width: 896px) {
  .top-highlight__figure.--yellow {
    filter: drop-shadow(2px 2px 20px rgba(255, 246, 0, 0.6));
  }
}
.top-highlight__txt {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  line-height: 2;
  margin-top: 16px;
}
.top-highlight__slide {
  margin-inline: calc(50% - 50vw - 160px);
}
@media all and (max-width: 896px) {
  .top-highlight__slide {
    margin-inline: calc(50% - 50vw);
  }
}
.top-highlight__slide__img {
  max-width: 600px;
  margin-inline: auto;
  padding: 80px 80px 96px;
  scale: 0.24;
  position: relative;
  transition: scale 0.5s ease-out;
}
@media all and (max-width: 896px) {
  .top-highlight__slide__img {
    padding: 40px 40px 64px;
    scale: 0.12;
  }
}
.top-highlight__slide__img.--green {
  filter: drop-shadow(4px 4px 40px rgba(0, 255, 17, 0.6));
}
@media all and (max-width: 896px) {
  .top-highlight__slide__img.--green {
    filter: drop-shadow(2px 2px 20px rgba(0, 255, 17, 0.6));
  }
}
.top-highlight__slide__img.--yellow {
  filter: drop-shadow(4px 4px 40px rgba(255, 246, 0, 0.6));
}
@media all and (max-width: 896px) {
  .top-highlight__slide__img.--yellow {
    filter: drop-shadow(2px 2px 20px rgba(255, 246, 0, 0.6));
  }
}
.top-highlight__slide__img.--blue {
  filter: drop-shadow(4px 4px 40px rgba(30, 121, 207, 0.6));
}
@media all and (max-width: 896px) {
  .top-highlight__slide__img.--blue {
    filter: drop-shadow(2px 2px 20px rgba(30, 121, 207, 0.6));
  }
}
.top-highlight__slide__img.--red {
  filter: drop-shadow(4px 4px 40px rgba(255, 0, 4, 0.6));
}
@media all and (max-width: 896px) {
  .top-highlight__slide__img.--red {
    filter: drop-shadow(2px 2px 20px rgba(255, 0, 4, 0.6));
  }
}
.top-highlight__slide .splide__slide.is-active .top-highlight__slide__img {
  scale: 1;
  z-index: 10;
}
.top-highlight__slide .splide__pagination__page {
  background: url("../images/dot.svg") center center/contain no-repeat;
  border-radius: 0;
  width: 24px;
  height: 24px;
  opacity: 1;
  margin: 8px;
  transform: scale(1);
}
@media all and (max-width: 896px) {
  .top-highlight__slide .splide__pagination__page {
    width: 20px;
    height: 20px;
    margin: 6px;
  }
}
.top-highlight__slide .splide__pagination__page.is-active {
  background-image: url("../images/dot_active.svg");
}
.top-highlight__photo {
  margin-inline: calc(50% - 50vw);
  margin-top: 120px;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .top-highlight__photo {
    margin-top: 64px;
  }
}

.top-food {
  margin-top: 120px;
}
.top-food__wrapper {
  container-type: inline-size;
  position: relative;
  z-index: 30;
}
.top-food__dolphin {
  filter: drop-shadow(0 0 20px #1E79CF) drop-shadow(0 0 20px #1E79CF) drop-shadow(0 0 10px #1E79CF);
  position: absolute;
  top: -100px;
  left: -40px;
  z-index: -5;
}
@media all and (max-width: 896px) {
  .top-food__dolphin {
    top: -110px;
  }
}
.top-food__dolphin img {
  width: 204.4px;
}
@media all and (max-width: 896px) {
  .top-food__dolphin img {
    width: 146px;
  }
}
.top-food__catch {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  line-height: 2;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-food__catch {
    margin-top: 12px;
  }
}
.top-food__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 3.6cqw;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .top-food__container {
    margin-top: 32px;
  }
}
@media all and (max-width: 600px) {
  .top-food__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
.top-food__inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.top-food__img {
  box-shadow: 2px 2px 20px 0 #1E79CF;
}
.top-food__ttl {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.75rem, 1.6528rem + 0.4145vw, 2rem);
  text-shadow: 0 0 30px #1E79CF, 0 0 10px #1E79CF;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .top-food__ttl {
    margin-top: 12px;
  }
}
.top-food__price {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  text-shadow: 0 0 20px #1E79CF, 0 0 10px #1E79CF;
  line-height: 1;
  letter-spacing: 0.1875em;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .top-food__price {
    margin-top: 8px;
  }
}
.top-food__price .txt_large {
  font-size: 1.5em;
}
.top-food__place {
  text-align: center;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-food__place {
    margin-top: 16px;
  }
}
.top-food__place__link {
  text-align: left;
  display: inline-flex;
  padding: 0.5em 1em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  letter-spacing: 0.1875em;
}
.top-food__place__shop {
  flex-shrink: 0;
  padding-left: 1.4em;
  position: relative;
}
.top-food__place__shop::before {
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  background: url("../images/icon_place.svg") center center/contain no-repeat;
  position: absolute;
  top: 0.28em;
  left: 0;
}

.top-goods {
  margin-top: 120px;
}
.top-goods__wrapper {
  container-type: inline-size;
  position: relative;
  z-index: 30;
}
.top-goods__dolphin {
  filter: drop-shadow(0 0 20px #1E79CF) drop-shadow(0 0 20px #1E79CF) drop-shadow(0 0 10px #1E79CF);
  position: absolute;
  top: -100px;
  right: -40px;
  z-index: -5;
}
@media all and (max-width: 896px) {
  .top-goods__dolphin {
    top: -110px;
  }
}
.top-goods__dolphin img {
  width: 204.4px;
}
@media all and (max-width: 896px) {
  .top-goods__dolphin img {
    width: 146px;
  }
}
.top-goods__catch {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  line-height: 2;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-goods__catch {
    margin-top: 12px;
  }
}
.top-goods__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 3.6cqw;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .top-goods__container {
    margin-top: 32px;
  }
}
@media all and (max-width: 600px) {
  .top-goods__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
.top-goods__inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.top-goods__img {
  box-shadow: 2px 2px 20px 0 #1E79CF;
}
.top-goods__ttl {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.75rem, 1.6528rem + 0.4145vw, 2rem);
  text-shadow: 0 0 30px #1E79CF, 0 0 10px #1E79CF;
  letter-spacing: 0.08em;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .top-goods__ttl {
    margin-top: 12px;
  }
}
.top-goods__price {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  text-shadow: 0 0 20px #1E79CF, 0 0 10px #1E79CF;
  line-height: 1;
  letter-spacing: 0.1875em;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .top-goods__price {
    margin-top: 8px;
  }
}
.top-goods__price .txt_large {
  font-size: 1.5em;
}
.top-goods__price + .top-goods__price {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-goods__price + .top-goods__price {
    margin-top: 16px;
  }
}
.top-goods__place {
  margin-top: 20px;
  padding: 20px 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 896px) {
  .top-goods__place {
    margin-top: 16px;
    padding: 16px 20px;
  }
}
.top-goods__place__contents {
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  letter-spacing: 0.1875em;
  display: flex;
  gap: 10px 0;
}
@media all and (max-width: 480px) {
  .top-goods__place__contents {
    flex-direction: column;
  }
}
.top-goods__place__shop {
  flex-shrink: 0;
  padding-left: 1.4em;
  position: relative;
}
@media all and (max-width: 480px) {
  .top-goods__place__shop {
    width: 100%;
  }
}
.top-goods__place__shop::before {
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  background: url("../images/icon_place.svg") center center/contain no-repeat;
  position: absolute;
  top: 0.28em;
  left: 0;
}
.top-goods__place__block {
  flex-grow: 1;
}
@media all and (max-width: 480px) {
  .top-goods__place__block {
    width: 100%;
  }
}
.top-goods__place__name .txt_small {
  font-size: 0.8em;
}
.top-goods__place__note {
  font-size: clamp(0.875rem, 0.8264rem + 0.2073vw, 1rem);
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .top-goods__place__note {
    margin-top: 8px;
  }
}

.top-schedule {
  margin-top: 160px;
}
@media all and (max-width: 896px) {
  .top-schedule {
    margin-top: 100px;
  }
}
.top-schedule__wrapper {
  container-type: inline-size;
  position: relative;
  z-index: 20;
}
.top-schedule__fish {
  filter: drop-shadow(0 0 20px #1E79CF) drop-shadow(0 0 20px #1E79CF) drop-shadow(0 0 10px #1E79CF);
  position: absolute;
  top: -120px;
  right: -40px;
}
@media all and (max-width: 896px) {
  .top-schedule__fish {
    top: -92px;
    right: -80px;
  }
}
.top-schedule__fish img {
  width: 252px;
}
@media all and (max-width: 896px) {
  .top-schedule__fish img {
    width: 180px;
  }
}
.top-schedule__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 3.6cqw;
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .top-schedule__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 24px;
  }
}
.top-schedule__inner {
  position: relative;
}
.top-schedule__bg {
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 0 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 0 100%, 1px 100%, 1px 1px, calc(100% - 1px) 1px, calc(100% - 1px) calc(100% - 1px), 1px calc(100% - 1px), 1px 100%, 100% 100%, 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.top-schedule__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  -o-border-image: linear-gradient(30deg, #7ABBF9 0%, #9BDD9F 34%, #FFB0B1 65%, #FFFB79 100%);
     border-image: linear-gradient(30deg, #7ABBF9 0%, #9BDD9F 34%, #FFB0B1 65%, #FFFB79 100%);
  border-image-slice: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.top-schedule__bg::after {
  content: "";
  display: block;
  background: linear-gradient(90deg, transparent 0%, #fff 50%, transparent 100%);
  width: 100px;
  height: 60cqw;
  position: absolute;
  top: calc(50% - 30cqw);
  left: 50%;
  z-index: -5;
  -webkit-animation: frameMove 3s linear forwards infinite;
          animation: frameMove 3s linear forwards infinite;
  transform-origin: center bottom;
  translate: -50% -50%;
}
.top-schedule__item {
  padding: 32px 24px;
  height: 100%;
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.13);
}
@media all and (max-width: 896px) {
  .top-schedule__item {
    padding: 24px 16px;
  }
}
.top-schedule__block {
  padding-bottom: 16px;
}
.top-schedule__line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.top-schedule__line > span {
  flex-grow: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #7ABBF9 0%, #9BDD9F 34%, #FFB0B1 65%, #FFFB79 100%);
}
.top-schedule__line::before, .top-schedule__line::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.top-schedule__contents {
  margin-top: 16px;
}
.top-schedule__date {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.25rem, 1.1528rem + 0.4145vw, 1.5rem);
}
.top-schedule__time {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.5rem, 1.3057rem + 0.829vw, 2rem);
}
.top-schedule__note {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  margin-top: 16px;
  text-indent: -1em;
  padding-left: 1em;
}

.top-ticket {
  margin-top: 120px;
}
@media all and (max-width: 896px) {
  .top-ticket {
    margin-top: 80px;
  }
}
.top-ticket__wrapper {
  position: relative;
  z-index: 10;
}
.top-ticket__fish {
  filter: drop-shadow(0 0 20px #1E79CF) drop-shadow(0 0 20px #1E79CF) drop-shadow(0 0 10px #1E79CF);
  position: absolute;
  top: -120px;
  left: -40px;
}
@media all and (max-width: 896px) {
  .top-ticket__fish {
    top: -68px;
    left: -92px;
  }
}
.top-ticket__fish img {
  width: 252px;
}
@media all and (max-width: 896px) {
  .top-ticket__fish img {
    width: 180px;
  }
}
.top-ticket__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 3.6cqw;
  margin-top: 40px;
}
@media all and (max-width: 600px) {
  .top-ticket__container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 32px;
  }
}
.top-ticket__inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  position: relative;
}
@media all and (max-width: 600px) {
  .top-ticket__inner {
    display: block;
  }
}
.top-ticket__inner:first-of-type::before {
  content: none;
}
.top-ticket__inner::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: calc(-1.8cqw - 0.5px);
}
@media all and (max-width: 600px) {
  .top-ticket__inner::before {
    width: 100%;
    height: 1px;
    top: -39.5px;
    left: 0;
  }
}
.top-ticket__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 800/533;
}
.top-ticket__ttl {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.75rem, 1.6528rem + 0.4145vw, 2rem);
  text-shadow: 0 0 30px #1E79CF, 0 0 20px #1E79CF;
  letter-spacing: 0.1em;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .top-ticket__ttl {
    margin-top: 12px;
  }
}
.top-ticket__ttl .txt_small {
  display: block;
  font-size: 0.7em;
}
.top-ticket__contents {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-ticket__contents {
    margin-top: 12px;
  }
}
.top-ticket__txt {
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  line-height: 2;
  letter-spacing: 0.08em;
}
.top-ticket__note {
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (max-width: 896px) {
  .top-ticket__note {
    margin-top: 8px;
  }
}
.top-ticket__note + .top-ticket__note {
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .top-ticket__note + .top-ticket__note {
    margin-top: 4px;
  }
}

.top-event {
  margin-top: 120px;
}
@media all and (max-width: 896px) {
  .top-event {
    margin-top: 80px;
  }
}
.top-event__wrapper {
  position: relative;
  z-index: 10;
}
.top-event__catch {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  line-height: 2;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-event__catch {
    margin-top: 12px;
  }
}
.top-event__banner {
  margin-inline: calc(50% - 50vw);
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .top-event__banner {
    margin-top: 24px;
  }
}
.top-event__banner__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/124;
}