@charset "UTF-8";
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.top-second__wrap {
  position: relative;
  background: #010243;
  padding-bottom: calc(19.48vw + 100px);
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .top-second__wrap {
    padding-bottom: calc(19.48vw + 56px);
  }
}
@media all and (max-width: 600px) {
  .top-second__wrap {
    padding-bottom: calc(38.67vw + 56px);
  }
}
.top-second__wrap .snow_particles {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
}
.top-second__wrap .top-second__bg01 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-second__wrap .top-second__bg02 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.top-second__snow {
  position: relative;
  z-index: 10;
}

.top-second__mainvisual {
  position: relative;
}
.top-second__mainvisual::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 85.82%, #0003A4 100%);
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .top-second__mainvisual::before {
    background: linear-gradient(180deg, transparent 72.47%, #0003A4 100%);
  }
}
.top-second__mainvisual__ttl img {
  width: 100%;
  max-width: none;
}

.top-second__main {
  padding-top: 80px;
}
@media all and (max-width: 896px) {
  .top-second__main {
    padding-top: 40px;
  }
}
.top-second__main__inner {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px 24px;
  filter: drop-shadow(1px 1px 30px #1E79CF) drop-shadow(1px 1px 30px #1E79CF);
}
@media all and (max-width: 896px) {
  .top-second__main__inner {
    flex-direction: column;
    bottom: -26vw;
  }
}
.top-second__main__date {
  font-size: clamp(1.75rem, 1.4585rem + 1.2435vw, 2.5rem);
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
}
.top-second__main__date .txt_large {
  font-size: 1.9em;
}
.top-second__main__open {
  font-size: clamp(3.625rem, 3.0907rem + 2.2798vw, 5rem);
  font-family: "Shippori Mincho", serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.12em;
  padding-left: 0.07em;
}
.top-second__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;
  margin-top: 64px;
}
.top-second__main__catch .txt_large {
  font-size: 1.33em;
}
.top-second__main .bg_circle {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.top-second__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-second__main .bg_circle.bg_yellow::before {
  background: radial-gradient(#FFF600 0%, transparent 50%);
}
.top-second__main .bg_circle.bg_green::before {
  background: radial-gradient(#00FF11 0%, transparent 50%);
}
.top-second__main .bg_circle.bg_white::before {
  background: radial-gradient(#fff 0%, transparent 50%);
}
.top-second__main .bg_circle.bg_red::before {
  background: radial-gradient(#FF0004 0%, transparent 50%);
}
.top-second__main .bg_circle.bg_blue::before {
  background: radial-gradient(#1E79CF 0%, transparent 50%);
}
.top-second__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-second__main__txt {
    margin-top: 24px;
  }
}
.top-second__main__txt .txt_large {
  font-size: 1.125em;
}

.top-second__anchor {
  margin-top: 96px;
}
.top-second__anchor__wrapper {
  position: relative;
}
.top-second__anchor__wrapper::before {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(156, 245, 255, 0) 0%, rgba(156, 245, 255, 0.2) 15%, rgba(156, 245, 255, 0.3) 30.03%, rgba(156, 245, 255, 0.4) 49.84%, rgba(156, 245, 255, 0.3) 70%, rgba(156, 245, 255, 0.2) 85%, rgba(156, 245, 255, 0) 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.top-second__anchor__list {
  padding: 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px 32px;
  position: relative;
  z-index: 10;
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  line-height: 1.4;
}
.top-second__anchor__item {
  /*width: calc((100% - 128px) / 5);*/
}
@media all and (max-width: 1025px) {
  .top-second__anchor__item {
    width: calc((100% - 64px) / 3);
  }
}
@media all and (max-width: 896px) {
  .top-second__anchor__item {
    width: 100%;
  }
}
.top-second__anchor__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  height: 100%;
}
.top-second__anchor__link::after {
  content: "";
  display: block;
  width: 1.125em;
  height: 1.125em;
  background: url("../images/arrow_bottom_white.svg") center center/contain no-repeat;
}

.top-second__ttl {
  text-align: center;
  filter: drop-shadow(0 0 20px #0631CA) drop-shadow(0 0 20px #0631CA) drop-shadow(0 0 10px #0631CA);
}
@media all and (max-width: 896px) {
  .top-second__ttl__icon img {
    width: 40px;
  }
}
.top-second__ttl__en {
  font-size: clamp(1.125rem, 0.9307rem + 0.829vw, 1.625rem);
  letter-spacing: 0.16em;
  margin-top: 16px;
}
@media all and (max-width: 896px) {
  .top-second__ttl__en {
    margin-top: 8px;
  }
}

.top-second__btn {
  margin-top: 56px;
  margin-inline: auto;
  width: 100%;
  max-width: 600px;
  padding-top: 12px;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-second__btn {
    margin-top: 32px;
  }
}
.top-second__btn::before {
  content: "";
  display: block;
  width: 38px;
  height: 47px;
  background: url("../images/btn_snow.png") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.top-second__btn__link {
  text-align: center;
  padding: 32px 24px;
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  display: block;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .top-second__btn__link {
    padding: 20px 16px;
  }
}
.top-second__btn__link::before {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(156, 245, 255, 0) 0%, rgba(156, 245, 255, 0.2) 15%, rgba(156, 245, 255, 0.3) 30.03%, rgba(156, 245, 255, 0.4) 49.84%, rgba(156, 245, 255, 0.3) 70%, rgba(156, 245, 255, 0.2) 85%, rgba(156, 245, 255, 0) 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 20%, #000 80%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.top-second__btn__icon {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .top-second__btn__icon {
    right: 16px;
  }
}
.top-second__btn__icon img {
  vertical-align: top;
}

.top-second__perf {
  margin-top: 120px;
}
@media all and (max-width: 896px) {
  .top-second__perf {
    margin-top: 80px;
  }
}
.top-second__perf__name {
  text-align: center;
  font-size: clamp(1.5rem, 1.3057rem + 0.829vw, 2rem);
  letter-spacing: 0.125em;
  text-shadow: 0 0 15px #000F4D, 0 0 15px #000F4D, 0 0 15px #000F4D, 0 0 15px #000F4D, 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25), 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .top-second__perf__name {
    margin-top: 32px;
  }
}
.top-second__perf__name .txt_large {
  font-size: 1.58em;
  letter-spacing: 0.2em;
}
.top-second__perf__movie {
  margin-top: 64px;
  margin-inline: auto;
  max-width: 800px;
}
@media all and (max-width: 896px) {
  .top-second__perf__movie {
    margin-top: 40px;
  }
}
.top-second__perf__txt {
  inline-size: -webkit-fit-content;
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-top: 40px;
  margin-inline: auto;
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
}
@media all and (max-width: 896px) {
  .top-second__perf__txt {
    margin-top: 32px;
  }
}

.top-second__illumi {
  margin-top: 120px;
}
@media all and (max-width: 896px) {
  .top-second__illumi {
    margin-top: 80px;
  }
}
.top-second__illumi__wrapper {
  padding: 56px 14px;
  position: relative;
}
.top-second__illumi__snow {
  position: absolute;
}
.top-second__illumi__snow.--tr {
  top: 0;
  right: 0;
}
.top-second__illumi__snow.--rb {
  right: 0;
  bottom: 0;
}
.top-second__illumi__snow.--bl {
  bottom: 0;
  left: 0;
}
.top-second__illumi__snow.--tl {
  top: 0;
  left: 0;
}
.top-second__illumi__img {
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .top-second__illumi__img {
    margin-top: 40px;
  }
}
.top-second__illumi__txt {
  text-align: center;
  font-size: clamp(1.25rem, 1.1528rem + 0.4145vw, 1.5rem);
  letter-spacing: 0.15em;
  margin-top: 56px;
}
@media all and (max-width: 896px) {
  .top-second__illumi__txt {
    margin-top: 40px;
  }
}
.top-second__illumi__txt .txt_large {
  font-size: 1.2em;
}
.top-second__illumi__place {
  text-align: center;
  margin-top: 32px;
  margin-inline: auto;
  width: 100%;
  max-width: 600px;
}
@media all and (max-width: 896px) {
  .top-second__illumi__place {
    margin-top: 16px;
  }
}
.top-second__illumi__place__link {
  text-align: left;
  display: flex;
  justify-content: center;
  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-second__illumi__place__shop {
  flex-shrink: 0;
  padding-left: 1.4em;
  position: relative;
}
.top-second__illumi__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-second__illumi__photo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10%;
  padding-inline: 20px;
  margin-top: 80px;
  margin-inline: auto;
  max-width: 1000px;
}
@media all and (max-width: 896px) {
  .top-second__illumi__photo {
    gap: 16px;
    margin-top: 40px;
  }
}
.top-second__illumi__photo__txt {
  text-align: center;
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  letter-spacing: 0.105em;
}
.top-second__illumi__photo__contents {
  margin-top: 24px;
  container-type: inline-size;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-second__illumi__photo__contents {
    margin-top: 8px;
  }
}
.top-second__illumi__photo__snow {
  position: absolute;
}
.top-second__illumi__photo__snow.--tl {
  width: 23.36cqw;
  top: 0;
  left: 0;
}
.top-second__illumi__photo__snow.--rb {
  width: 29.56cqw;
  right: 0;
  bottom: 0;
}

.top-second__schedule {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .top-second__schedule {
    margin-top: 40px;
  }
}
.top-second__schedule__catch {
  text-align: center;
  font-size: clamp(1.25rem, 1.1528rem + 0.4145vw, 1.5rem);
  letter-spacing: 0.15em;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-second__schedule__catch {
    margin-top: 16px;
  }
}
.top-second__schedule__list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 3.6cqw;
  margin-top: 64px;
}
.top-second__schedule__list2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px 3.6cqw;
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .top-second__schedule__list,.top-second__schedule__list2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 24px;
  }
	
}
.top-second__schedule__container {
  background: #fff;
  padding: 1.64px;
  position: relative;
}
.top-second__schedule__inner {
  border: 3px solid #01023D;
  height: 100%;
  color: #01023D;
}
.top-second__schedule__frame {
  width: 14.5px;
  height: 14.5px;
  position: absolute;
}
.top-second__schedule__frame img {
  vertical-align: top;
}
.top-second__schedule__frame.--tl {
  top: 0;
  left: 0;
}
.top-second__schedule__frame.--tr {
  top: 0;
  right: 0;
}
.top-second__schedule__frame.--rb {
  right: 0;
  bottom: 0;
}
.top-second__schedule__frame.--bl {
  bottom: 0;
  left: 0;
}
.top-second__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-second__schedule__item {
    padding: 24px 16px;
  }
}
.top-second__schedule__block {
  padding-bottom: 16px;
}
.top-second__schedule__line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.top-second__schedule__line > span {
  flex-grow: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #01023D 0%, #BFC0CF 26%, #DFDFE7 30%, #01023D 47%, #fff 67%, #80809E 83%, #fff 88%, #01023D 100%);
}
.top-second__schedule__line::before, .top-second__schedule__line::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #01023D;
  border-radius: 50%;
}
.top-second__schedule__contents {
  margin-top: 16px;
}
.top-second__schedule__date {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.25rem, 1.1528rem + 0.4145vw, 1.5rem);
}
.top-second__schedule__time {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.5rem, 1.3057rem + 0.829vw, 2rem);
}
.top-second__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-second__ticket {
  margin-top: 120px;
}
@media all and (max-width: 896px) {
  .top-second__ticket {
    margin-top: 80px;
  }
}
.top-second__ticket__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 3.6cqw;
  margin-top: 64px;
}
@media all and (max-width: 600px) {
  .top-second__ticket__list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 32px;
  }
}
.top-second__ticket__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}
@media all and (max-width: 600px) {
  .top-second__ticket__item {
    display: block;
  }
}
.top-second__ticket__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 800/533;
}
.top-second__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-second__ticket__ttl {
    margin-top: 12px;
  }
}
.top-second__ticket__ttl .txt_small {
  display: block;
  font-size: 0.7em;
}
.top-second__ticket__txt {
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-second__ticket__txt {
    margin-top: 16px;
  }
}
.top-second__ticket__note {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-second__ticket__note {
    margin-top: 8px;
  }
}
.top-second__ticket__note > li {
  padding-left: 1em;
  position: relative;
}
.top-second__ticket__note > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.top-second__christmas {
  background: #010243;
  position: relative;
}
.top-second__christmas__top {
  width: 100%;
  position: absolute;
  top: -19.48vw;
  left: 0;
}
@media all and (max-width: 600px) {
  .top-second__christmas__top {
    top: -38.67vw;
  }
}
.top-second__christmas__bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top-second__christmas__wrapper {
  background: url("../images/christmas_bg.jpg") top center/375px 400px repeat;
  padding-bottom: 35.42vw;
  color: #01023D;
}
@media all and (max-width: 600px) {
  .top-second__christmas__wrapper {
    padding-bottom: 46.4vw;
  }
}
.top-second__christmas__img {
  position: absolute;
  width: min(27.19vw, 522px);
  bottom: -20.83vw;
  right: 0;
}

.top-second__event,.top-second__event2 {
  padding-top: 200px;
  position: relative;
  z-index: 10;
}
.top-second__event .top-second__ttl,.top-second__event2 .top-second__ttl {
  filter: drop-shadow(0 0 10px rgba(1, 2, 61, 0.5));
  color: #0057C8;
}
.top-second__event__schedule {
  text-align: center;
  font-size: clamp(1.5rem, 1.3057rem + 0.829vw, 2rem);
  color: #0057C8;
  letter-spacing: 0.05em;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-second__event__schedule {
    margin-top: 20px;
  }
}
.top-second__event__schedule .txt_large {
  font-size: 1.67em;
}
.top-second__event__ttl {
  text-align: center;
  font-size: clamp(1.5rem, 1.3057rem + 0.829vw, 2rem);
  color: #0057C8;
  letter-spacing: 0.125em;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-second__event__ttl {
    margin-top: 12px;
  }
}
.top-second__event__ttl .txt_large {
  font-size: 1.67em;
}
.top-second__event__catch {
  text-align: center;
  font-size: clamp(1.25rem, 1.1528rem + 0.4145vw, 1.5rem);
  line-height: 1.7;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-second__event__catch {
    margin-top: 16px;
  }
}
.top-second__event__slide,.top-second__event__slide2 {
  margin-top: 64px;
  margin-inline: calc(50% - 50vw);
}
@media all and (max-width: 896px) {
  .top-second__event__slide,.top-second__event__slide2 {
    margin-top: 40px;
  }
}
.top-second__event__slide .splide,
.top-second__event__slide2 .splide{
  padding-inline: 50px;
  padding-bottom: 48px;
}
@media all and (max-width: 896px) {
  .top-second__event__slide .splide,
	.top-second__event__slide2 .splide{
    padding-bottom: 40px;
  }
}
.top-second__event__slide .splide__slide,
.top-second__event__slide2 .splide__slide{
  container-type: inline-size;
}

.top-second__event__slide .splide__slide.onebox,
.top-second__event__slide2 .splide__slide.onebox{
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
}

.top-second__event__slide .splide__arrow,
.top-second__event__slide2 .splide__arrow{
  width: 41px;
  height: 85px;
  border-radius: 0;
  background: url("../images/slide_arrow_left.png") center center/contain no-repeat;
  opacity: 1;
}
.top-second__event__slide .splide__arrow svg,
.top-second__event__slide2 .splide__arrow svg{
  display: none;
}
.top-second__event__slide .splide__arrow--prev,
.top-second__event__slide2 .splide__arrow--prev{
  left: 0;
}
.top-second__event__slide .splide__arrow--next,
.top-second__event__slide2 .splide__arrow--next{
  right: 0;
  background-image: url("../images/slide_arrow_right.png");
}
.top-second__event__slide .splide__pagination,
.top-second__event__slide2 .splide__pagination{
  gap: 16px;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .top-second__event__slide .splide__pagination,
	.top-second__event__slide2 .splide__pagination{
    gap: 12px;
  }
}
.top-second__event__slide .splide__pagination__page,
.top-second__event__slide2 .splide__pagination__page{
  opacity: 0.3;
  width: 14px;
  height: 14px;
  border: 3px solid #0057C8;
  background: transparent;
}
@media all and (max-width: 896px) {
  .top-second__event__slide .splide__pagination__page,
	.top-second__event__slide2 .splide__pagination__page{
    width: 10px;
    height: 10px;
  }
}
.top-second__event__slide .splide__pagination__page.is-active,
.top-second__event__slide2 .splide__pagination__page.is-active{
  opacity: 1;
  transform: scale(1);
}
.top-second__event__item {
  padding-top: 4.72cqw;
  position: relative;
  z-index: 20;
}
.top-second__event__item::before {
  content: "";
  display: block;
  width: 40.57cqw;
  height: 8.18cqw;
  background: url("../images/event_frame.svg") center center/contain no-repeat;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: -10;
}
.top-second__event__img {
  border-top: 1px solid #0057C8;
}
.top-second__event__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 318/179;
}
.top-second__event__ver {
  text-align: center;
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  letter-spacing: 0.08em;
  display: block;
  padding: 10px 16px;
  background: #0057C8;
  color: #fff;
  -webkit-clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 16px 100%, 0 50%);
          clip-path: polygon(16px 0, calc(100% - 16px) 0, 100% 50%, calc(100% - 16px) 100%, 16px 100%, 0 50%);
  translate: 0 -50%;
  max-width: 300px;
  margin-inline: auto;
}
.top-second__event__name {
  font-size: clamp(1.5rem, 1.3057rem + 0.829vw, 2rem);
  color: #0057C8;
  text-shadow: 0 0 10px rgba(1, 2, 61, 0.5);
  letter-spacing: 0.125em;
}
.top-second__event__line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-second__event__line {
    margin-top: 16px;
  }
}
.top-second__event__line > span {
  flex-grow: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #0057C8 0%, #71A6EB 26%, #B1D0F9 30%, #0057C8 47%, #fff 67%, #71A6EB 83%, #fff 88%, #0057C8 100%);
}
.top-second__event__line::before, .top-second__event__line::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #01023D;
  border-radius: 50%;
}
.top-second__event__txt {
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-second__event__txt {
    margin-top: 16px;
  }
}
.top-second__event__place {
  text-align: center;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-second__event__place {
    margin-top: 16px;
  }
}
.top-second__event__place__link {
  text-align: left;
  display: inline-flex;
  padding: 0.5em 1em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #fff;
  font-size: clamp(1rem, 0.7rem + 0.4vw, 1.25rem);
  letter-spacing: 0.1875em;
}

.top-second__event__place__shop {
  flex-shrink: 0;
  padding-left: 1.4em;
  position: relative;
}
.top-second__event__place__shop::before {
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  background: url("../images/icon_place_blue.svg") center center/contain no-repeat;
  position: absolute;
  top: 0.28em;
  left: 0;
}
.top-second__event__btn {
  width: 100%;
  margin-top: 48px;
  margin-inline: auto;
  max-width: 600px;
}
@media all and (max-width: 896px) {
  .top-second__event__btn {
    margin-top: 32px;
  }
}
.top-second__event__btn__link {
  text-align: center;
  padding: 24px 20px;
  display: block;
  background: linear-gradient(90deg, #001D43 0%, #003376 25%, #0049A9 50%, #001D43 100%);
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  color: #fff;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-second__event__btn__link {
    padding: 20px 16px;
  }
}
.top-second__event__btn__link::after {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../images/arrow_right_white.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 24px;
  translate: 0 -50%;
}
@media all and (max-width: 896px) {
  .top-second__event__btn__link::after {
    right: 16px;
  }
}

.top-second__food {
  margin-top: 120px;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 896px) {
  .top-second__food {
    margin-top: 80px;
  }
}
.top-second__food__ttl {
  text-align: center;
}
.top-second__food__ttl__en {
  font-size: clamp(1.125rem, 0.9307rem + 0.829vw, 1.625rem);
  letter-spacing: 0.16em;
}
.top-second__food__ttl__line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  margin-inline: auto;
  max-width: 200px;
}
@media all and (max-width: 896px) {
  .top-second__food__ttl__line {
    margin-top: 4px;
  }
}
.top-second__food__ttl__line > span {
  flex-grow: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #0057C8 0%, #71A6EB 26%, #B1D0F9 30%, #0057C8 47%, #fff 67%, #71A6EB 83%, #fff 88%, #0057C8 100%);
}
.top-second__food__ttl__line::before, .top-second__food__ttl__line::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #01023D;
  border-radius: 50%;
}
.top-second__food__catch {
  text-align: center;
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  line-height: 2;
  letter-spacing: 0.2em;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-second__food__catch {
    margin-top: 16px;
  }
}
.top-second__food__slide {
  margin-top: 64px;
  margin-inline: calc(50% - 50vw);
}
@media all and (max-width: 896px) {
  .top-second__food__slide {
    margin-top: 40px;
  }
}
.top-second__food__slide .splide {
  padding-inline: 50px;
  padding-bottom: 48px;
}
@media all and (max-width: 896px) {
  .top-second__food__slide .splide {
    padding-bottom: 40px;
  }
}
.top-second__food__slide .splide__slide {
  container-type: inline-size;
}
.top-second__food__slide .splide__arrow {
  width: 41px;
  height: 85px;
  border-radius: 0;
  background: url("../images/slide_arrow_left.png") center center/contain no-repeat;
  opacity: 1;
}
.top-second__food__slide .splide__arrow svg {
  display: none;
}
.top-second__food__slide .splide__arrow--prev {
  left: 0;
}
.top-second__food__slide .splide__arrow--next {
  right: 0;
  background-image: url("../images/slide_arrow_right.png");
}
.top-second__food__slide .splide__pagination {
  gap: 16px;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .top-second__food__slide .splide__pagination {
    gap: 12px;
  }
}
.top-second__food__slide .splide__pagination__page {
  opacity: 0.3;
  width: 14px;
  height: 14px;
  border: 3px solid #0057C8;
  background: transparent;
}
@media all and (max-width: 896px) {
  .top-second__food__slide .splide__pagination__page {
    width: 10px;
    height: 10px;
  }
}
.top-second__food__slide .splide__pagination__page.is-active {
  opacity: 1;
  transform: scale(1);
}
.top-second__food__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 270/167;
}
.top-second__food__name {
  text-align: center;
  font-size: clamp(1.5rem, 1.3057rem + 0.829vw, 2rem);
  letter-spacing: 0.125em;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-second__food__name {
    margin-top: 16px;
  }
}
.top-second__food__price {
  text-align: center;
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
}
.top-second__food__price .txt_large {
  font-size: 1.5em;
}
.top-second__food__place {
  text-align: center;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-second__food__place {
    margin-top: 16px;
  }
}
.top-second__food__place__link {
  text-align: left;
  display: inline-flex;
  padding: 0.5em 1em;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #fff;
  font-size: clamp(1rem, 0.9028rem + 0.4145vw, 1.25rem);
  letter-spacing: 0.1875em;
}
.top-second__food__place__shop {
  flex-shrink: 0;
  padding-left: 1.4em;
  position: relative;
}
.top-second__food__place__shop::before {
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1.125em;
  background: url("../images/icon_place_blue.svg") center center/contain no-repeat;
  position: absolute;
  top: 0.28em;
  left: 0;
}

.top-first__mainvisual {
  position: relative;
  z-index: 20;
}
.top-first__mainvisual__bg {
  width: 65vw;
  position: absolute;
  bottom: -15vw;
}
.top-first__mainvisual__bg.bg_left {
  left: -25vw;
}
.top-first__mainvisual__bg.bg_right {
  right: -25vw;
}
.top-first__mainvisual__bg img {
  width: 100%;
  max-width: none;
}
.top-first__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-first__mainvisual__ttl img {
  width: 100%;
  max-width: none;
}
.top-first__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-first__mainvisual__inner {
    width: calc(100% - 30px);
    flex-direction: column;
    bottom: -26vw;
  }
}
.top-first__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-first__mainvisual__date {
    font-size: 9.87vw;
  }
}
.top-first__mainvisual__date .txt_large {
  font-size: 1.9em;
}
.top-first__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-first__mainvisual__open {
    font-size: 20.8vw;
  }
}

.top-first__bg {
  position: relative;
}
.top-first__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-first__bg02 {
  position: relative;
}
.top-first__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-first__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-first__bg02::after {
    background-size: 375px auto;
  }
}

.top-first__bg03 {
  position: relative;
}
.top-first__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-first__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-first__bg03::after {
    background-size: 375px auto;
  }
}

.top-first__main {
  padding: 8vw 0 80px;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-first__main {
    padding: 40vw 0 40px;
  }
}
.top-first__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-first__main::before {
    background-size: 375px auto;
  }
}
.top-first__main__star {
  position: absolute;
}
.top-first__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-first__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-first__main__star__01 img {
  width: 74.2px;
}
@media all and (max-width: 896px) {
  .top-first__main__star__01 img {
    width: 53px;
  }
}
.top-first__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-first__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-first__main__star__02 img {
  width: 84px;
}
@media all and (max-width: 896px) {
  .top-first__main__star__02 img {
    width: 60px;
  }
}
.top-first__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-first__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-first__main__star__03 img {
  width: 88.2px;
}
@media all and (max-width: 896px) {
  .top-first__main__star__03 img {
    width: 63px;
  }
}
.top-first__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-first__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-first__main__star__04 img {
  width: 95.2px;
}
@media all and (max-width: 896px) {
  .top-first__main__star__04 img {
    width: 68px;
  }
}
.top-first__main__wrapper {
  position: relative;
  z-index: 30;
}
.top-first__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-first__main__catch .txt_large {
  font-size: 1.33em;
}
.top-first__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-first__main__ttl .txt_large {
  font-size: 1.33em;
}
.top-first__main .bg_circle {
  display: inline-block;
  position: relative;
  z-index: 5;
}
.top-first__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-first__main .bg_circle.bg_yellow::before {
  background: radial-gradient(#FFF600 0%, transparent 50%);
}
.top-first__main .bg_circle.bg_green::before {
  background: radial-gradient(#00FF11 0%, transparent 50%);
}
.top-first__main .bg_circle.bg_white::before {
  background: radial-gradient(#fff 0%, transparent 50%);
}
.top-first__main .bg_circle.bg_red::before {
  background: radial-gradient(#FF0004 0%, transparent 50%);
}
.top-first__main .bg_circle.bg_blue::before {
  background: radial-gradient(#1E79CF 0%, transparent 50%);
}
.top-first__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-first__main__txt {
    margin-top: 24px;
  }
}
.top-first__main__movie {
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 72px;
}
@media all and (max-width: 896px) {
  .top-first__main__movie {
    margin-top: 40px;
  }
}
.top-first__main__movie iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
}

.top-first__light {
  padding: 80px 0 120px;
  position: relative;
}
@media all and (max-width: 896px) {
  .top-first__light {
    padding: 40px 0 80px;
  }
}
.top-first__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-first__light__wrapper {
  position: relative;
  z-index: 20;
}
.top-first__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-first__light__fish {
    top: -92px;
    left: -34px;
  }
}
.top-first__light__fish img {
  width: 252px;
}
@media all and (max-width: 896px) {
  .top-first__light__fish img {
    width: 180px;
  }
}
.top-first__light__container {
  position: relative;
  container-type: inline-size;
  z-index: 20;
}
.top-first__light__container + .top-first__light__container {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .top-first__light__container + .top-first__light__container {
    margin-top: 32px;
  }
}
.top-first__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-first__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-first__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-first__light__bg::after {
    width: 100px;
    height: 80cqh;
    top: calc(50% - 40cqh);
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
}
.top-first__light__inner {
  padding: 48px 32px;
  background: rgba(255, 255, 255, 0.07);
  position: relative;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .top-first__light__inner {
    padding: 32px 16px;
  }
}
.top-first__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-first__light__block {
    max-width: 400px;
    margin-top: 12px;
  }
}
.top-first__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-first__light__block__name {
    margin-bottom: 4px;
  }
}
.top-first__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-first__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-first__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-first__light__block__star img {
  width: 100%;
  max-width: none;
}
.top-first__light__contents {
  position: relative;
  z-index: 10;
}
.top-first__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-first__light__txt {
    margin-top: 24px;
  }
}
.top-first__light__txt + .top-first__light__txt {
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .top-first__light__txt + .top-first__light__txt {
    margin-top: 12px;
  }
}

.top-first__highlight__wrapper {
  position: relative;
  z-index: 10;
}
.top-first__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-first__highlight__fish {
    top: -84px;
    right: -84px;
  }
}
.top-first__highlight__fish img {
  width: 252px;
}
@media all and (max-width: 896px) {
  .top-first__highlight__fish img {
    width: 180px;
  }
}
.top-first__highlight__container {
  margin-top: 24px;
}
.top-first__highlight__inner + .top-first__highlight__inner {
  margin-top: 80px;
}
@media all and (max-width: 896px) {
  .top-first__highlight__inner + .top-first__highlight__inner {
    margin-top: 64px;
  }
}
.top-first__highlight__block {
  max-width: 600px;
  margin-inline: auto;
  position: relative;
  z-index: 10;
  container-type: inline-size;
}
.top-first__highlight__number {
  position: absolute;
  top: 20px;
  left: 40px;
  z-index: -5;
}
@media all and (max-width: 896px) {
  .top-first__highlight__number {
    top: 16px;
    left: 20px;
  }
}
@media all and (max-width: 600px) {
  .top-first__highlight__number {
    top: 0;
    left: -16px;
  }
}
.top-first__highlight__number.--right {
  left: auto;
  right: 40px;
}
@media all and (max-width: 896px) {
  .top-first__highlight__number.--right {
    right: 20px;
  }
}
@media all and (max-width: 600px) {
  .top-first__highlight__number.--right {
    right: -16px;
  }
}
.top-first__highlight__number img {
  width: 150px;
}
@media all and (max-width: 896px) {
  .top-first__highlight__number img {
    width: 120px;
  }
}
@media all and (max-width: 480px) {
  .top-first__highlight__number img {
    width: 100px;
  }
}
.top-first__highlight__contents {
  margin-top: 24px;
}
.top-first__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-first__highlight__catch .txt_large {
  font-size: 1.75em;
}
@media all and (max-width: 600px) {
  .top-first__highlight__img {
    margin-inline: -15px;
  }
}
.top-first__highlight__figure {
  padding: 80px 80px 0;
}
@media all and (max-width: 896px) {
  .top-first__highlight__figure {
    padding: 40px 40px 0;
  }
}
.top-first__highlight__figure.--yellow {
  filter: drop-shadow(4px 4px 40px rgba(255, 246, 0, 0.6));
}
@media all and (max-width: 896px) {
  .top-first__highlight__figure.--yellow {
    filter: drop-shadow(2px 2px 20px rgba(255, 246, 0, 0.6));
  }
}
.top-first__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-first__highlight__slide {
  margin-inline: calc(50% - 50vw - 160px);
}
@media all and (max-width: 896px) {
  .top-first__highlight__slide {
    margin-inline: calc(50% - 50vw);
  }
}
.top-first__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-first__highlight__slide__img {
    padding: 40px 40px 64px;
    scale: 0.12;
  }
}
.top-first__highlight__slide__img.--green {
  filter: drop-shadow(4px 4px 40px rgba(0, 255, 17, 0.6));
}
@media all and (max-width: 896px) {
  .top-first__highlight__slide__img.--green {
    filter: drop-shadow(2px 2px 20px rgba(0, 255, 17, 0.6));
  }
}
.top-first__highlight__slide__img.--yellow {
  filter: drop-shadow(4px 4px 40px rgba(255, 246, 0, 0.6));
}
@media all and (max-width: 896px) {
  .top-first__highlight__slide__img.--yellow {
    filter: drop-shadow(2px 2px 20px rgba(255, 246, 0, 0.6));
  }
}
.top-first__highlight__slide__img.--blue {
  filter: drop-shadow(4px 4px 40px rgba(30, 121, 207, 0.6));
}
@media all and (max-width: 896px) {
  .top-first__highlight__slide__img.--blue {
    filter: drop-shadow(2px 2px 20px rgba(30, 121, 207, 0.6));
  }
}
.top-first__highlight__slide__img.--red {
  filter: drop-shadow(4px 4px 40px rgba(255, 0, 4, 0.6));
}
@media all and (max-width: 896px) {
  .top-first__highlight__slide__img.--red {
    filter: drop-shadow(2px 2px 20px rgba(255, 0, 4, 0.6));
  }
}
.top-first__highlight__slide .splide__slide.is-active .top-first__highlight__slide__img {
  scale: 1;
  z-index: 10;
}
.top-first__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-first__highlight__slide .splide__pagination__page {
    width: 20px;
    height: 20px;
    margin: 6px;
  }
}
.top-first__highlight__slide .splide__pagination__page.is-active {
  background-image: url("../images/dot_active.svg");
}
.top-first__highlight__photo {
  margin-inline: calc(50% - 50vw);
  margin-top: 120px;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .top-first__highlight__photo {
    margin-top: 64px;
  }
}

.top-first__food {
  margin-top: 120px;
}
.top-first__food__wrapper {
  container-type: inline-size;
  position: relative;
  z-index: 30;
}
.top-first__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-first__food__dolphin {
    top: -110px;
  }
}
.top-first__food__dolphin img {
  width: 204.4px;
}
@media all and (max-width: 896px) {
  .top-first__food__dolphin img {
    width: 146px;
  }
}
.top-first__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-first__food__catch {
    margin-top: 12px;
  }
}
.top-first__food__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 3.6cqw;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .top-first__food__container {
    margin-top: 32px;
  }
}
@media all and (max-width: 600px) {
  .top-first__food__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
.top-first__food__inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.top-first__food__img {
  box-shadow: 2px 2px 20px 0 #1E79CF;
}
.top-first__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-first__food__ttl {
    margin-top: 12px;
  }
}
.top-first__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-first__food__price {
    margin-top: 8px;
  }
}
.top-first__food__price .txt_large {
  font-size: 1.5em;
}
.top-first__food__place {
  text-align: center;
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-first__food__place {
    margin-top: 16px;
  }
}
.top-first__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-first__food__place__shop {
  flex-shrink: 0;
  padding-left: 1.4em;
  position: relative;
}
.top-first__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-first__goods {
  margin-top: 120px;
}
.top-first__goods__wrapper {
  container-type: inline-size;
  position: relative;
  z-index: 30;
}
.top-first__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-first__goods__dolphin {
    top: -110px;
  }
}
.top-first__goods__dolphin img {
  width: 204.4px;
}
@media all and (max-width: 896px) {
  .top-first__goods__dolphin img {
    width: 146px;
  }
}
.top-first__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-first__goods__catch {
    margin-top: 12px;
  }
}
.top-first__goods__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px 3.6cqw;
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .top-first__goods__container {
    margin-top: 32px;
  }
}
@media all and (max-width: 600px) {
  .top-first__goods__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 48px;
  }
}
.top-first__goods__inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.top-first__goods__img {
  box-shadow: 2px 2px 20px 0 #1E79CF;
}
.top-first__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-first__goods__ttl {
    margin-top: 12px;
  }
}
.top-first__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-first__goods__price {
    margin-top: 8px;
  }
}
.top-first__goods__price .txt_large {
  font-size: 1.5em;
}
.top-first__goods__price + .top-first__goods__price {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-first__goods__price + .top-first__goods__price {
    margin-top: 16px;
  }
}
.top-first__goods__place {
  margin-top: 20px;
  padding: 20px 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
@media all and (max-width: 896px) {
  .top-first__goods__place {
    margin-top: 16px;
    padding: 16px 20px;
  }
}
.top-first__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-first__goods__place__contents {
    flex-direction: column;
  }
}
.top-first__goods__place__shop {
  flex-shrink: 0;
  padding-left: 1.4em;
  position: relative;
}
@media all and (max-width: 480px) {
  .top-first__goods__place__shop {
    width: 100%;
  }
}
.top-first__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-first__goods__place__block {
  flex-grow: 1;
}
@media all and (max-width: 480px) {
  .top-first__goods__place__block {
    width: 100%;
  }
}
.top-first__goods__place__name .txt_small {
  font-size: 0.8em;
}
.top-first__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-first__goods__place__note {
    margin-top: 8px;
  }
}

.top-first__schedule {
  margin-top: 160px;
}
@media all and (max-width: 896px) {
  .top-first__schedule {
    margin-top: 100px;
  }
}
.top-first__schedule__wrapper {
  container-type: inline-size;
  position: relative;
  z-index: 20;
}
.top-first__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-first__schedule__fish {
    top: -92px;
    right: -80px;
  }
}
.top-first__schedule__fish img {
  width: 252px;
}
@media all and (max-width: 896px) {
  .top-first__schedule__fish img {
    width: 180px;
  }
}
.top-first__schedule__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 3.6cqw;
  margin-top: 64px;
}
@media all and (max-width: 896px) {
  .top-first__schedule__container {
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin-top: 24px;
  }
}
.top-first__schedule__inner {
  position: relative;
}
.top-first__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-first__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-first__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-first__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-first__schedule__item {
    padding: 24px 16px;
  }
}
.top-first__schedule__block {
  padding-bottom: 16px;
}
.top-first__schedule__line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.top-first__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-first__schedule__line::before, .top-first__schedule__line::after {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
.top-first__schedule__contents {
  margin-top: 16px;
}
.top-first__schedule__date {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.25rem, 1.1528rem + 0.4145vw, 1.5rem);
}
.top-first__schedule__time {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.5rem, 1.3057rem + 0.829vw, 2rem);
}
.top-first__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-first__ticket {
  margin-top: 120px;
}
@media all and (max-width: 896px) {
  .top-first__ticket {
    margin-top: 80px;
  }
}
.top-first__ticket__wrapper {
  position: relative;
  z-index: 10;
}
.top-first__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-first__ticket__fish {
    top: -68px;
    left: -92px;
  }
}
.top-first__ticket__fish img {
  width: 252px;
}
@media all and (max-width: 896px) {
  .top-first__ticket__fish img {
    width: 180px;
  }
}
.top-first__ticket__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 3.6cqw;
  margin-top: 40px;
}
@media all and (max-width: 600px) {
  .top-first__ticket__container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 32px;
  }
}
.top-first__ticket__inner {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  position: relative;
}
@media all and (max-width: 600px) {
  .top-first__ticket__inner {
    display: block;
  }
}
.top-first__ticket__inner:first-of-type::before {
  content: none;
}
.top-first__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-first__ticket__inner::before {
    width: 100%;
    height: 1px;
    top: -39.5px;
    left: 0;
  }
}
.top-first__ticket__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 800/533;
}
.top-first__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-first__ticket__ttl {
    margin-top: 12px;
  }
}
.top-first__ticket__ttl .txt_small {
  display: block;
  font-size: 0.7em;
}
.top-first__ticket__contents {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .top-first__ticket__contents {
    margin-top: 12px;
  }
}
.top-first__ticket__txt {
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  line-height: 2;
  letter-spacing: 0.08em;
}
.top-first__ticket__note {
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
@media all and (max-width: 896px) {
  .top-first__ticket__note {
    margin-top: 8px;
  }
}
.top-first__ticket__note + .top-first__ticket__note {
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .top-first__ticket__note + .top-first__ticket__note {
    margin-top: 4px;
  }
}

.top-first__event {
  margin-top: 120px;
}
@media all and (max-width: 896px) {
  .top-first__event {
    margin-top: 80px;
  }
}
.top-first__event__wrapper {
  position: relative;
  z-index: 10;
}
.top-first__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-first__event__catch {
    margin-top: 12px;
  }
}
.top-first__event__banner {
  margin-inline: calc(50% - 50vw);
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .top-first__event__banner {
    margin-top: 24px;
  }
}
.top-first__event__banner__link img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 200/124;
}