/*
Theme Name:	holo-live
Version:1.0.0
*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}

body {
  font-family: "Jost", "Noto Sans JP", sans-serif;
  background-color: #000;    
  margin: 0;
  overflow-x: clip;
  background-repeat: no-repeat;
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
  font-weight: 400;
}

main {
  padding: 120px 0 0;
  overflow-x: clip;
}

a {
  color: #fff;
  text-decoration: none;
  line-height: 1;
  transform: translateZ(0);
  transition: all 300ms 0s ease;
  will-change: filter;
}

ul {
  list-style: none;
  padding: 0;
}

ol {
  margin: 0 0 0 20px;
}

p + p {
  margin-top: 20px;
}

#canvas {
  position: fixed;
  z-index: -1;
}



/* -- header --*/
.header {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 40px;
  position: fixed;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: var(--header-z-index);
}

.header__logo {
  margin: 0 30px 0 -15px;
}

.header__nav {
  display: flex;
  align-items: center;
  max-width: 670px;
  height: 55px;
  width: 100%;
  border-radius: 100px !important;
  margin-left: auto;
  font-size: 16px;
}

.header__nav-list {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  line-height: 1;
}

.header__nav-item a {
  font-weight: 600;
}

.header__sns {
  display: flex;
  align-items: center;
  gap: 0 15px;
  margin-left: 15px;
}

.header__sns-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 51px;
  width: 51px;
}



/* -- key visual -- */
.key-visual {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  position: relative;
}

.key-visual__fireworks-blue-left {
  position: absolute;
  top: -10px;
  left: -360px;
  width: 582px;
  z-index: -1;
  transform:scale(0);
  animation-name: scale;
  animation-delay: 0.25s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes scale {
  from {
    transform:scale(0);
  }
  to {
    transform:scale(1);
  }
}

.key-visual__fireworks-blue-right {
  position: absolute;
  bottom: 420px;
  right: -258px;
  width: 378px;
  z-index: -1;
  transform:scale(0);
  animation-name: scale;
  animation-delay: 0.5s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.key-visual__fireworks-orange {
  position: absolute;
  bottom: 90px;
  left: -235px;
  width: 392px;
  z-index: -1;
  transform:scale(0);
  animation-name: scale;
  animation-delay: 0.75s;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.key-visual__image {
  width: 100%;
}

.key-visual__butterfly-orange {
  position: absolute;
  top: -90px;
  right: -170px;
  width: 224px;
}

.key-visual__butterfly-light-blue {
  position: absolute;
  top: 190px;
  right: -110px;
  width: 170px;
}

.key-visual__butterfly-green {
  position: absolute;
  bottom: 290px;
  left: -110px;
  width: 170px;
}

.key-visual__info {
 display: flex;
 flex-direction: column;
 position: relative;
 margin: 40px 0 0;
}

.key-visual__info-wrap {
  display: flex;
  background: #01A9E7;
  padding: 7px 0;
  border-radius: 5px 5px 0 0;
}

.key-visual__date {
  position: absolute;
  left: 10px;
  top: -40px;
}

.key-visual__datetime {
  display: flex;
  align-items: center;
  margin: 0 0 0 466px;
  gap: 8px;
}

.key-visual__date-title {
  border: solid 2px #fff;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  padding: 5px 6px;
  line-height: 1;
  margin: 0 0 0 10px;
}

.key-visual__date-open {
  font-size: 27px;
  font-weight: 600;
}

.key-visual__place {
  font-size: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 0 0 0 20px;
}

.key-visual__place .material-symbols-outlined {
  font-size: 30px;
}

.key-visual__cownt-down {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 700;
  border-radius: 0 0 5px 5px !important;
  padding: 15px 0;
}

.key-visual__cownt-down-heading {
  padding: 0 20px;
  width: max-content;
}

.key-visual__time {
  width: 10%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: 0 5px;
  font-size: 18px;
  line-height: 1;
  gap: 5px;
}

.key-visual__time-num {
  font-size: 60px;
  line-height: 0.8;
}

.key-visual__cta {
  height: 70px;
  max-width: 500px;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  margin: 28px auto 0;
}


/* -- news -- */
.news {
  margin: 100px 0 0;
}

.news__list-item {
  padding: 16px;
  position: relative;
  flex-shrink: 0;
  min-height: 470px;
}

.news__list-time {
  font-family: Jost;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 0;
  display: flex;
}

.news__list-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.news__posts-carousel {
  overflow: initial !important;
  margin: 40px 0 110px;
}

.news .section-style::before {
  top: -10px;
  left: -10px;
}

.news__post-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.news__post-thumbnail {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.news__post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.new-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  border-radius: 100%;
  position: absolute;
  background: #01A8E6;
  font-family: Jost;
  font-size: 22px;
  font-weight: 600;
  top: -32px;
  left: -32px;
  transform: rotate(-20deg);
}

.post-meta {
  padding: 12px;
}

.post-date {
  font-size: 14px;
  color: #888;
}

.post-title {
  font-size: 16px;
  margin-top: 6px;
  line-height: 1.4;
}

.swiper-pagination {
  top: initial !important;
  bottom: -70px !important;
}

.swiper-pagination-bullet {
  border: solid 2px #01A8E6;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #01A8E6!important;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 11px;
  border: 2px solid #01A8E6 !important;
  background: rgba(0, 0, 0, 0.40);
  backdrop-filter: blur(7.5px);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 48%;
  transform: translate(-50%, -50%);
}

.swiper-button-next::after {
  left: 52%;
}

.swiper-button-next {
  right: 25px;
}

.swiper-button-next::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #01a8e6;
  border-right: 0;
}

.news .normal-button {
  width: 280px;
  height: 70px;
  margin: auto;
  font-size: 20px;
    font-weight: 700;
}

.swiper-button-prev {
  left: 25px;
}

.swiper-button-prev::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 8px solid #01a8e6;
  border-left: 0;
}



/* -- movie -- */
.movie {
  margin: 170px 0 0;
}
.movie__wrap {
  width: max-content;
  margin: 80px auto 0;
  padding: 20px;
  position: relative;
}
.movie__polygon-left-top {
  position: absolute;
  left: -240px;
  top: -240px;
  animation: poyopoyo 2s ease-out infinite;
}

.movie__polygon-right-bottom {
  position: absolute;
  right: -251px;
  bottom: -100px;
  rotate: 40deg; 
  animation: poyopoyo 2s ease-out infinite;
}
.movie__polygon01 {
  position: absolute;
  width: 200px;
  top: 170px;
  left: -510px;
  rotate: 61deg; 
  animation: poyopoyo 2s ease-out infinite;
}
.movie__polygon02 {
  position: absolute;
  left: -259px;
  bottom: -50px;
  width: 190px;
  rotate: 60deg; 
  animation: poyopoyo 2s ease-out infinite;
}
.movie__polygon03 {
  position: absolute;
  width: 140px;
  right: -160px;
  top: -120px;
  rotate: 80deg; 
  animation: poyopoyo 2s ease-out infinite;
}
.movie__polygon04 {
  position: absolute;
  width: 100px;
  right: -490px;
  top: 170px;
  rotate: 40deg; 
  animation: poyopoyo 2s ease-out infinite;
}

.movie__rectangle01 {
  position: absolute;
  width: 100px;
  left: -170px;
  top: 270px;
  animation: poyopoyo 2s ease-out infinite;
}

.movie__rectangle02 {
  position: absolute;
  width: 200px;
  right: -330px;
  top: 210px;
  animation: poyopoyo 2s ease-out infinite;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1.0);
  }
  50%, 70% {
    transform: scale(0.85);
  }
}



/* -- concept -- */
.concept {
  max-width: 1200px;
  width: 100%;
  margin: 130px auto 400px;
  position: relative;
}

.concept__logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.concept__logo-wrap h2 {
  text-align: center;
  width: 100%;
}

.concept__logo-8th {
  max-width: 200px;
  width: 100%;
}

.concept__logo-sps {
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px 0 0;
}

.concept__text {
  max-width: 380px;
  width: 100%;
  margin: 70px 0 0 auto;
  line-height: 2.7;
}

.concept__text h3 {
  line-height: 1.8;
  font-size: 21px;
  margin: 40px 0 20px;
}

.concept__fire-works {
  mix-blend-mode: lighten;
  position: absolute;
  bottom: -440px;
  left: -800px;
  z-index: -1;
}

.concept__swiper {
  transform: rotate(-5deg);
  padding: 20px 0;
  width: 107vw;
  margin: 0 0 0 -3vw;
}

.concept__swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.concept__swiper-photo-wrap img {
  width: 100%;
  opacity: 0.9;
  border-radius: 5px;
}

.character {
  position: relative;
  height: 160px;
}
.character__wrap {
  width: 550px;
  position: absolute;
  top: -630px;
  left: calc(50% + 230px);
}

.character__swiper-photo-wrap {
  height: 730px;
}

.character__swiper-photo-wrap img {
  height: 730px;
}



/* -- ticket -- */
.ticket {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.ticket__buy-date {
  font-size: 26px;
  overflow: initial;
  margin-top: 100px;
}

.ticket__buy-date p + p {
  margin-top: 0;
}

.ticket__date-first,
.ticket__date-secound,
.ticket__date-general,
.ticket__date-movie
 {
  border-radius: 11px;
  border: 7px double #01A8E6;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(7.5px);
  position: relative;
  padding: 50px 20px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 210px;
  text-align: center;
}

.ticket__date-secound {
  border: 7px double #01BCBC;
}

.ticket__date-general {
  border: 7px double #00BB57;
}

.ticket__date-movie {
  border: 7px double #BBBB00;
}

.ticket__date-movie .caution-list {
  line-height: 1.5;
  margin-top: 10px;
  position: absolute;
  bottom: 10px;
  padding: 0 10%;
}

.ticket__date-first::before,
.ticket__date-secound::before,
.ticket__date-general::before,
.ticket__date-movie::before
 {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 10px solid #01A8E6;
  filter: blur(15.5px);
  z-index: -1;
}

.ticket__date-secound::before {
  border: 10px solid #01BCBC;
}

.ticket__date-general::before {
  border: 10px solid #00BB57;
}

.ticket__date-movie::before {
  border: 10px solid #BBBB00;
}

.ticket__circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ticket__date-first h3,
.ticket__date-secound h3,
.ticket__date-general h3,
.ticket__date-movie h3 {
  width: 106px;
  height: 106px;
  border-radius: 100%;
  background: #01A8E6;
  font-size: 26px;
  line-height: 1;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
}

.ticket__date-secound h3 {
  background: #01BCBC;
}

.ticket__date-general h3 {
  background: #00BB57;
}

.ticket__date-movie h3 {
  background: #BBBB00;
}

.ticket__date-first h4,
.ticket__date-secound h4 {
  font-size: 22px;
  border-top: solid 2px #01A8E6;
  width: 100%;
  text-align: center;
  margin: 20px 0 10px;
  padding: 20px 0 0;
}

.ticket__date-secound h4 {
  border-top: solid 2px #01BCBC;
}

.ticket__number {
  font-size: 42px;
}

.ticket__small-text {
  font-size: 16px;
}

.ticket__smaller-text {
  font-size: 14px;
}

.ticket__buy-date p {
  font-weight: 500;
}

.between {
  transform: rotate(90deg);
  font-weight: 800 !important;
  padding: 5px 0
}

.ticket-type {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  margin: 60px 0 0;
}

.ticket-type__star01 {
  position: absolute;
  top: -100px;
  left: -160px;
}

.ticket-type__star02 {
  position: absolute;
  bottom: -59px;
  right: -94px;
}

.ticket-type__map {
  max-width: 775px;
  width: 100%;
}

.ticket-type__map h3 {
  font-size: 24px;
  text-align: center;
  margin: 0 0 10px;
  font-weight: 500;
}

.ticket-type__map img {
  max-width: 100%;
}

.ticket-type__detail {
  max-width: 360px;
  width: 100%;
}

.ticket-type__detail-wrap {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #606060;
  justify-content: space-between;
  padding: 13px 0;
}

.ticket-type__price {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  text-align: right;
}

.ticket-type__price span {
  font-size: 13px;
}

.ticket-type__name {
  font-size: 13px;
  font-weight: 600;
}

.ticket-type__name span {
  font-size: 16px;
}

.ticket-type__ss {
  background: #E2007F;
  padding: 0 5px;
}

.ticket-type__s {
  background: #7D318E;
  padding: 0 5px;
}

.ticket-type__a {
  background: #00A0E9;
  padding: 0 5px;
}

.ticket-type__camera {
  background: #008F3F;
  padding: 0 5px;
}

.ticket-type__kurumaisu {
  background: #005A9E;
  padding: 0 5px;
}

.ticket-type__movie {
  background: #BBBB00;
  padding: 0 5px;
}

.ticket-cta {
  max-width: 500px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  font-weight: 600;
  margin: 80px auto 0;
}

.goods {
  margin: 150px 0;
  position: relative;
}

.goods__butterfly-light-blue {
  position: absolute;
  top: -100px;
  left: 210px;
  width: 150px;
}

.goods__butterfly-orange {
  position: absolute;
  bottom: -100px;
  right: 229px;
  width: 180px;
}

.goods__wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 40px auto;
}

.goods__wrapper ol {
  font-size: 18px;
  display: flex;
  width: 100%;
  gap: 60px;
}

.goods__text {
  max-width: 1200px;
  margin: auto;
}

.goods__swiper-photo-wrap img {
  max-width: 100%;
}

.goods__swiper-photo-wrap {
  max-width: 350px;
  width: 100%;
  padding: 20px;
  margin: 50px 0 100px;
  border-bottom: none !important;
}

.goods__swiper-photo-wrap::before {
  content: none !important;
}

.goods__wrapper .normal-button {
  width: 280px;
  height: 70px;
  margin: 40px auto;
  font-size: 20px;
  font-weight: 700;
}

.goods__swiper .swiper-button-prev {
  left: 5px !important;
}

.goods__swiper .swiper-button-next {
  right: 5px !important;
}

.goods__swiper .swiper-pagination {
  bottom: -4px !important;
}

.goods__name-wrap {
  width: 100%;
  position: absolute !important;
  bottom: -45px;
  left: 50%;
  transform: translate(-50%, 0);
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 100px !important;
  padding: 3px 0;
  text-align: center;
}

.goods__name-wrap::before {
  content: none !important;
}

.goods__name-wrap .section-style::before {
  content: none !important;
}

.goods__name {
  font-size: 16px;
}

.goods__price {
  font-size: 26px;
  line-height: 1;
}

.goods__price-unit {
  font-size: 12px;
}


.footer {
  background: rgba(0, 0, 0, 0.80);
  backdrop-filter: blur(7.5px);
  padding: 10px 0 20px;
}

.footer__wrap  {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
      gap: 20px;
}

.footer__logo {
  width: 142px;
}

.footer__copy {
  font-size: 11px;
  color: #888;
}

.footer__detail {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.footer__sns {
  display: flex;
  align-items: flex-end;line-height: 1;
  gap: 10px;
}

.footer__logo-x,
.footer__logo-instagram {
  width: 20px;
}

.sp-floating-nav {
  display: none;
}

.floating-nav__cta-button {
  position: fixed !important;
  width: 105px;
  height: 105px;
  font-size: 18px;
  font-weight: 500;
  bottom: -200px;
  left: calc(50% + 495px);
  line-height: 1.25;
  z-index: var(--floatingnav-z-index);
  text-align: center;
  transition: bottom .5s;
}

.floating-nav__cta-button-goods {
  position: fixed !important;
  width: 105px;
  height: 105px;
  font-size: 18px;
  font-weight: 500;
  bottom:-200px;
  left: calc(50% + 495px);
  line-height: 1.25;
  z-index: var(--floatingnav-z-index);
  text-align: center;
  transition: bottom .5s;
  display: flex;
  flex-direction: column;
}

.floating-nav__cta-icon {
  position: absolute;
  width: 80px;
  top: -15px;
  opacity: 0;
  animation: kurukuru 2s ease-out infinite;
  will-change: filter;
}

.floating-nav__cta-icon-goods {
  position: absolute;
  width: 40px;
  top: -25px;
  opacity: 0;
  animation: poyoyon2 2s ease-out infinite;
  will-change: filter;
}

.floating-nav__cta-button.is-show {
  bottom: 40px;
}

.floating-nav__cta-button-goods.is-show {
  bottom: 170px;
}

@keyframes kurukuru {
  0%{
    transform: rotateY(0) translateY(40px);
    opacity: 0;
    will-change: filter;
  }
  50%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
    will-change: filter;
  }
  80%{
    transform: rotateY(360deg) translateY(0);
    opacity: 1;
    will-change: filter;
  }
  100%{
    transform: rotateY(360deg) translateY(0);
    opacity: 0;
    will-change: filter;
  }
}

.anim-box.poyoyon2.is-animated {
  animation: poyoyon2 1s ease-in-out forwards;
}
 
@keyframes poyoyon2 {
  0%  {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  15% {
    transform: scale(0.98, 0.9) translate(0, 5px);
  }
  30% {
    transform: scale(1.02, 1.0) translate(0, 8px);
  }
  50% {transform: scale(0.98, 1.05) translate(0, -8px);
  }
  70% {
    transform: scale(1.0, 0.9) translate(0, 5px);
  }
  100% {
    transform: scale(1.0, 1.0) translate(0, 0);
  }
  0%, 100% {
    opacity: 1;
  }
}

.main-content {
  min-height: 100%;
}

.article-wraper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  display: flex;
  gap: 0 3%;
  padding: 0 1% 20px;
  align-items: flex-start;
}

.article-wraper p + p {
  margin: 20px 0 0;
}

.article-wraper h2 {
  font-weight: 500;
  margin: 20px 0;
  font-size: 20px;
}

.article-wraper img {
  max-width: 100%;
  height: auto;
}

.left-content {
  width: 40%;
  position: sticky;
  top: 100px;
  padding: 28px 0 0;
}

.left-content__date {
  padding: 20px 0 0;
  display: flex;
}

.right-content {
  width: 57%;
}

.right-contenth1 {
  font-weight: 600;
}

.right-content__main-text {
  line-height: 2;
  margin: 20px 0 0;
}

.breadcrumb {
  max-width: 1200px;
  width: 100%;
  margin: 50px auto;
  display: flex;
  font-size: 10px;
  color:#999;
}

.breadcrumb a {
  text-decoration: underline;
}

.breadcrumb li + li::before {
  content: "/";
  padding: 0 5px;
}

.page {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 15px 1% 20px;
}
.archive-list__item {
  display: flex;
  gap: 0 16px;
  background: rgba(74,168,221,0.3);
  margin: 0 0 20px;
  border-radius: 5px;
  padding: 10px 15px;
  align-items: flex-start;
}

.archive-list__item img {
  max-width: 150px;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.archive-list__text {
  flex: 1;
}

.archive-list__title {
  font-size: 18px;
  font-weight: 500;
  margin: 10px 0 0;
  line-height: 1.8;
}

.page-heading2 {
  text-align: center;
  font-size: 60px;
  font-weight: 400;
  margin: 0 0 30px;
  line-height: 1.5;
}

.page-heading2 span {
  display: block;
  font-size: 14px;
}

.nav-links {
  display: flex;
  gap: 0 10px;
  margin: auto;
  width: max-content;
}

.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #ABF5FF;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(7.5px);
  position: relative;
  width: 40px;
  height: 40px;
  font-weight: 500;
}

.page-numbers::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 10px solid #01A8E6;
  filter: blur(15.5px);
  z-index: -1;
}

.page-numbers.current {
  border: none;
}

.info {
  display: flex;
  justify-content: space-between;
}

.info-left-navi {
  width: 26%;
}

.info-left-navi__list {
  border-top: solid 1px #538798;
  position: sticky;
  top: 140px;
}

.info-left-navi__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px #538798;
}

.info-left-navi__list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 16px 0;
  transition: all .2s;
}

.info-left-navi__list a.is-current {
  background: rgba(74, 168, 221, 0.3);
  padding: 16px 0 16px 10px;
}

.info-right-navi {
  width: 70%;
}

.overview dt {
  width: 15em;
}

.hidden-fields-container {
  border: none;
}

.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"] {
  background: rgb(255 255 255 / 80%);
  border-radius: 5px;
  height: 50px;
  border: solid 2px #02a8e6;
  color: #000;
  padding: 10px;
  width: 100%;
}

.contact textarea {
  background: rgb(255 255 255 / 80%);
  border-radius: 5px;
  border: solid 2px #02a8e6;
  color: #000;
  padding: 10px;
  width: 100%;
}

.contact label {
  font-weight: 600;
}

.contact {
  display: flex;
  justify-content: space-between;
}

.contact .cta-button {
  color: #fff;
  width: 50%;
  height: 50px;
  margin: auto;
  font-size: 20px;
}

.screen-reader-response ul {
  display: none;
}

.wpcf7-not-valid-tip {
  display: flex;
  border-radius: 5px;
  background: rgb(255 98 98 / 50%);
  width: 100%;
  padding: 0 5px;
  position: relative;
}

.wpcf7-not-valid-tip::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #904242;
  border-top: 0;
  position: absolute;
  top: -10px;
  left: 5px;
}

.screen-reader-response {
  text-align: center;
  color: #fafafa;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
}

body:has(.wpcf7-not-valid-tip) .screen-reader-response {
  background: rgb(199 0 39 / 30%);
}

.wpcf7-response-output {
  display: none;
}

.column-2-left {
  width: 50%;
}

.column-2-right {
  width: 48%;
}

.goods-page .ticket__date-first,
.goods-page .ticket__date-secound {
  width: 47%;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 60px 20px 20px;
}

.goods-page__pc-image {
  width: 100%;
  margin: 0 0 70px -40px;
}

.goods-page__sp-image {
  width: 100%;
  margin: 10px 0 50px;
}

.ticket__date-secound .cta-button {
  background: rgb(2 188 188);
}

.goods-page .ticket__buy-date {
  display: flex;
  justify-content: space-around;
  margin: 40px 0 10px;
}

.goods-page .ticket__date-first .normal-button,
.goods-page .ticket__date-secound .normal-button {
  width: 70%;
  height: 60px;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0;
}

.goods-page .ticket__circle {
  line-height: 0.7;
}

.goods-page .ticket__date-first h3,
.goods-page .ticket__date-secound h3, {
  top: -70px; 
}

.goods-page .ticket__number {
  font-size: 26px;
}

.goods-page h3 {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
  margin: 10px 0;
  top: -70px;
}

.goods-page h4 {
  text-align: center;
  font-size: 16px;
}

.goods-page .h4-heading {
  font-size: 24px;
}


.goods-page__wrap {
  display: flex;
  gap: 0 2%;
  margin: 0 0 50px;
}

.goods-page__item {
  width: 19%;
}

.goodspage-caution-text {
  text-align: center;
  margin: 40px 0 10px;
}

.page #sec05 .h3-heading {
  font-size: 25px;
}

.column6 .goods-page__item {
  width: 15%;
}

.column2 .goods-page__item {
  width: 50%;
}

.column2 {
  gap: 0 3%
}

.goods-page__item-photo {
  width: 100%;
}

.goods-page__name {
  text-align: center;
  font-size: 15px;
}

.goods-page__price {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  color: #c4dd64;
  margin: 10px 0 20px;
  text-align: center;
}

.goods-page__price-tax {
  font-size: 12px;
  padding: 0 0 0 2px;
}

/* -- common style -- */
.text-link {
  display: inline-flex;
  align-items: center;
}

.text-link a {
  text-decoration: underline;
}

.text-link .material-symbols-outlined {
  font-size: 18px;
  padding: 0 0 0 5px;
}


.h2-heading {
  text-align: center;
  font-family: Jost;
  font-size: 52px;
  font-weight: 600;
}

.h3-heading {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 10px 0;
}

.h4-heading {
  font-size: 18px;
  margin: 30px 0 20px;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px;
  text-align: center;
}

.h5-heading {
  font-size: 16px;
  margin: 50px 0 20px;
}

.text-mini {
  font-size: 10px;
}

.section-style {
  border-radius: 5px;
  border: 2px solid #01A8E6;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(7.5px);
  position: relative;
}

.section-style::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 10px solid #01A8E6;
  filter: blur(15.5px);
  z-index: -1;
}

.section-style--alpha {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(7.5px);
}

.section-chiled-style {
  background: rgba(74, 168, 221, 0.3);
  margin: 0 0 20px;
  border-radius: 5px;
  padding: 10px 15px;
}

.section-chiled-style + .section-chiled-style {
  margin-top: 30px;
}

.red-section {
  background: rgb(116 0 0 / 30%);
  padding: 10px;
  border-radius: 5px;
  margin: 20px 0 0;
}

.red-section .h4-heading {
  margin-top: 0;
}

.dl-style {
  display: flex;
  flex-direction: column;
}

.dl-style div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: solid 1px #538798;
  padding: 10px 0;
}

.dl-style dt {
  font-weight: 600;
}

.dl-style dd {
  flex: 1;
}

.caution-list {
  font-size: 12px;
}

.caution-list li {
  margin: 10px 0;
  position: relative;
  padding: 0 0 0 12px;
}

.caution-list li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

.list-style {
  list-style: disc;
  margin: 10px 0 0 20px;
}

.list-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5%;
  margin-bottom: 30px;
}

.list-flex li {
  width: 30%;
}

.cta-button,
.cta-button-goods,
.normal-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #ABF5FF;
  background: rgba(1, 168, 231, 0.80);
  backdrop-filter: blur(7.5px);
  position: relative;
}

.cta-button {
  border: 1px solid #ffabab;
  background: rgb(231 1 132 / 80%);
}

.cta-button-goods {
  border: 1px solid #ecffab;
  background: rgb(131 231 1 / 80%);
}


.cta-button::before,
.cta-button-goods::before,
.normal-button::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 10px solid #01A8E6;
  filter: blur(15.5px);
  z-index: -1;
}

.cta-button::before {
  border: 10px solid #e60128;
}

.floating-nav__cta-button.cta-button::before {
  border-radius: 100%;
}

.cta-button-goods::before {
  border: 10px solid #87e601;
  border-radius: 100%;
}

.normal-button {
  background: rgba(255, 255, 255, 0.10);
}

.pc-only {
  display: block;
}

.tab-only {
  display: none;
}

.sp-only {
  display: none;
}

.modal {
  display: none;
  position: fixed;
  z-index: var(--modal-z-index);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.5);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
  overflow-x: clip;
}

.modalOpen {
  cursor: pointer;
}

.modal .modal-box {
	padding: 15px 1% 10px;
	max-width: 640px;
	width: 94%;
	border-radius: 10px;
	animation: modalopen 0.2s ease-in;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .2s;
  padding: 10px 3%;
}

.modal .modal-box .modalClose{
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.modal-box .caution-list {
  width: fit-content;
  margin: auto;
}

@keyframes modalopen {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
@-webkit-keyframes modalopen {
  0% { opacity: 0; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}

.modal__wrap {
  gap: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}

.modal-ticket__button {
	width: 48%;
  height: 60px;
  padding: 5px;
  background: rgba(255,255,255,1);
  margin: auto;
}

.modal-ticket__button::before {
  content: none;
}

.modal-ticket__button img {
  width: 54% !important;
}

.modal .key-visual__fireworks-blue-left {
  top: 8%;
  left: calc(50% - 600px);
}

.modal .key-visual__fireworks-orange {
  width: 380px;
  top: 23%;
  left: calc(50% + 220px);
}

.modal .key-visual__fireworks-blue-right {
  bottom: 7%;
  left: calc(50% - 210px);
}

@media ( prefers-reduced-motion: reduce ) {
   .sip-slider, .swiper-container, .swiper-wrapper, .swiper-slide, .swiper-slide img{
    transition-duration: 100ms !important;
  }
}



/* -- z-index --*/
:root {
  --header-z-index: 100;
  --header-sns-z-index: 101;
  --sp-floatingnav-z-index: 102;
  --floatingnav-z-index: 103;
  --modal-z-index: 200;
}


@media (hover: hover) {
  a:hover {
    filter: brightness(1.2);
    transform: translateZ(0);
    will-change: filter;
  }
}



/* -------------------------------------- デスクトップ以外 --------------------------------------*/
@media screen and (max-width: 1200px) {
  main {
    overflow-x: clip;
    padding-top: 0;
  }
  .header {
    justify-content: center;
    position: relative;
  }

  .header__logo {
    margin: 0;
    width: 90%;
  }

  .header__nav,
  .header__sns {
    display: none;
  }

  .key-visual__date {
    width: 300px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .key-visual__info {
    flex-direction: column;
    margin: 48px auto 0;
    width: 94%;
    max-width: 500px;
  }

  .key-visual__info-wrap {
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    background: rgba(6, 168, 230, 0.9);
  }

  .key-visual__datetime {
    margin: 20px auto 0px;
  }

  .key-visual__place {
    font-size: 18px;
    margin: auto;
  }
  

  .key-visual__cownt-down-heading {
    font-size: 19px;
    width: 100%;
    text-align: center;
  }

  .key-visual__cownt-down {
    width: 100%;
    flex-wrap: wrap;
    padding: 10px 0 15px;
  }

  .key-visual__time {
    width: 22%;
    font-size: 11px;
  }

  .key-visual__time-num {
    font-size:38px;
  }

  .key-visual__fireworks-blue-left {
    width: 37%;
    left: -19%;
    top: -90px;
  }

  .key-visual__butterfly-orange {
    top: initial;
    bottom: -130px;
    right: initial;
    left: 0px;
    width: 200px;
    z-index: 1;
  }

  .key-visual__cta {
    display: none;
  }

  .key-visual__fireworks-blue-right {
    bottom: -70px;
    right: -188px;
  }

  .new-badge {
    top: -12px;
    left: -12px;
  }

  .news__list-item {
    min-height: 430px;
  }

  .news__posts-carousel {
    margin: 40px 0 80px;
  }

  .news__posts-carousel .swiper-pagination {
    bottom: -50px !important;
  }

  .news .normal-button {
    width: 80%;
    height: 60px;
  }
  

  .movie {
    margin: 30vw 0 0;
  }
  
  .movie__wrap {
    width: 100%;
    padding: 8px 8px 3px;
    margin: 30px 0 0;
  }

  .movie__youtube {
    width: 100%;
    height: 53.5vw;
  }

  .movie__polygon-left-top {
    left: -7vw;
    top: -36vw;
    width: 30vw;
  }

  .movie__rectangle01 {
    left: 40vw;
    top: -30vw;
    width: 6vw;
  }

  .movie__polygon01 {
    width: 15vw;
    top: -24vw;
    left: 68vw;
  }

  .movie__polygon02 {
    left: initial;
    bottom: initial;
    right: 2vw;
    top: -13vw;
    width: 15vw;
    z-index: -1;
    rotate: 90deg;
  }

  .movie__polygon03 {
    width: 22vw;
    right: initial;
    top: initial;
    bottom: -23vw;
    left: 2vw;
    rotate: 0deg;
  }

  .movie__polygon04 {
    width: 70px;
    right: initial;
    left: 40%;
    top: initial;
    bottom: -90px;
    rotate: -30deg;
  }

  .movie__polygon-right-bottom {
    width: 30vw;
    position: absolute;
    right: 0;
    bottom: -26vw;
    z-index: -1;
    rotate: 70deg;
  }

  .concept {
    margin: 190vw auto 33vw;
  }

  .concept__fire-works {
    mix-blend-mode: lighten;
    position: absolute;
    bottom: initial;
    top: -170vw;
    left: -121vw;
    height: 160vw;
  }

  .concept__logo-sps {
    width: 90%;
    margin: 0 6% 0 0;
    padding: 0;
  }

  .concept__text {
    max-width: initial;
    width: 90%;
    margin: 50px auto 0;
  }

  .concept__swiper {
    width: 112vw;
    margin: 0 0 0 -6vw;
  }

  .character__wrap {
    width: 81vw;
    position: absolute;
    top: -110vw;
    left: initial;
    right: 0;
  }

  .character__swiper-photo-wrap img {
    height: 130vw;
  }
  .character__swiper-photo-wrap {
    height: 130vw;
  }

  .ticket-type__star01 {
    position: absolute;
    top: -73px;
    left: -50px;
    width: 140px;
  }

  .ticket-type__star02 {
    bottom: -79px;
    right: -65px;
  }

  .ticket-type__map h3 {
    margin: auto;
    padding: 5px 0;
    backdrop-filter: blur(2.5px);
    background: rgba(0, 0, 0, 0.5);
    line-height: 1.5;
  }

  .ticket-type {
    flex-direction: column;
    width: 92%;
    margin: auto;
    margin-top: 130px;
    padding: 0;
  }

  .ticket-type .caution-list {
    margin: 0 2%;
    position: relative;
    z-index: -1;
  }

  .ticket__buy-date {
    flex-direction: column;
    font-size: 33px;
  }

  .ticket__date-first, 
  .ticket__date-secound, 
  .ticket__date-general, 
  .ticket__date-movie {
    height: 240px;
  }

  .ticket-type__map {
    max-width: 100%;
    position: sticky;
    top: 0;
    line-height: 0;
  }

  .ticket-type__detail {
    max-width: 100%;
    width: 96%;
    margin: auto;
  }

  .ticket-type p.sp-only {
    margin: 10px 3%;
            font-size: 12px;
  }

  .ticket-cta {
    width: 80%;
    height: 60px;
    margin: 60px auto 0;
  }

  .goods__wrapper {
    width: 94%;
  }

  .goods__wrapper ol {
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
  }

  .goods__butterfly-light-blue {
    top: -16vw;
    left: -2vw;
  }

  .goods__butterfly-orange {
    bottom: -150px;
    right: -30px;
  }

  .goods__swiper {
    width: 150vw;
    margin-left: -31vw;
  }

  .goods__swiper .swiper-pagination {
    padding-left: 7vw;
  }

  .goods__swiper-photo-wrap {
    max-width: initial;
  }

  .goods__name {
    font-size: 10px;
  }
  .goods__price {
    font-size: 4vw;
  }

  .goods__wrapper .normal-button {
    width: 80%;
    height: 60px;
  }

  .footer__wrap {
    flex-direction: column;
  }

  .footer__detail {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .footer {
    padding: 10px 0 100px;
  }

  .sp-floating-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 375px;
    width: 96%;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 100px;
    padding: 3px;
    z-index: var(--sp-floatingnav-z-index);
  }

  .sp-floating-nav__logo {
    width: 78px;
  }

  .sp-floating-nav__logo-8th {
    width: 34px;
  }

  .sp-floating-nav__menu-button {
    width: 75px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
  }

  .sp-floating-nav__cta-button {
    position: relative;
    width: 140px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
  }

  .sp-floating-nav__cta-button-goods {
    position: relative;
    width: 140px;
    height: 42px;
    font-size: 14px;
    font-weight: 500;
  }

  .sp-floating-nav__cta-icon {
    position: absolute;
    top:-20px;
    opacity: 0;
    animation: kurukuru 2s ease-out infinite;
    width: 65px;
  }

  .sp-floating-nav__cta-icon-goods {
    position: absolute;
    top:-30px;
    opacity: 0; 
    animation: poyoyon2 2s ease-out infinite;
    width: 35px;
  }

  .floating-nav__cta-button {
    display: none;
  }

  #modal-menu .normal-button {
    height: 40px;
    width: 48%;
    font-weight: 600;
  }

  .modal .key-visual__fireworks-blue-left {
    width: 70vw;
    top: 3vh;
    left: calc(50% - 62vw);
  }

  .modal .key-visual__fireworks-orange {
    width: 50vw;
    top: 18%;
    left: calc(50% + 10vw);
  }

  .modal .key-visual__fireworks-blue-right {
    width: 77vw;
    bottom: 27vh;
    left: calc(50% - 37vw);
  }

  .modal__sns-button {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 15px;
  }

  .modal__sns-button .normal-button {
    width: 40px !important;
    height: 40px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .modal__sns-button .normal-button img {
    width: 20px;
  }
  

  .main-content {
    padding: 10px 3% 0;
    font-weight: 300;
  }

  .article-wraper {
    flex-direction: column;
    padding: 10px 3%;
    font-size: 14px;
  }
  
  .left-content {
    width: 100%;
    padding: 0;
    position: relative;
    top: initial;
  }

  .left-content__date {
    font-size: 14px;
    padding: 10px 0 0;
  }

  .article-wraper h2 {
    font-size: 19px;
    margin: 10px 0 0;
  }

  .right-content {
    width: 100%;
  }

  .breadcrumb {
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .breadcrumb::-webkit-scrollbar {
    display: none;
  }

  .archive-list__title {
    font-size: 14px;
    line-height: 1.6;
  }

  .archive-list__item {
    padding: 10px;
  }

  .archive-list__time {
    font-size: 12px;
  }

  .archive-list__item img {
    max-width: 120px;
  }

  .page {
    padding: 15px 3% 20px;
  }

  .page-heading2 {
    font-size: 40px;
  }

  .h2-heading {
    font-size: 36px;
  }

  .info {
    flex-direction: column;
  }

  .info-left-navi {
    width: 100%;
    position: sticky;
    top: 0;
    overflow-x: scroll;
    word-break: keep-all;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
    background: rgb(48 73 91 / 95%);
    z-index: 1;
  }

  .info-right-navi {
    width: 100%;
  }

  .info-left-navi__list {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 0 1%;
    border-bottom: solid 1px #538798;
    padding: 10px 0;
  }

  .info-left-navi__list li {
    border: none;
  }

  .info-left-navi__list a {
    display: inline-block;
    padding: 0 4px 0 10px !important;
    font-size: 11px;
    height: 30px;
    border-radius: 100px;
    background: rgba(74, 168, 221, 0.3);
  }

  .info-left-navi__list a .material-symbols-outlined {
    rotate: 90deg;
    font-size: 22px;
  }

  .info-left-navi__list a.is-current {
    background: rgba(1, 168, 231, 0.80);
    font-weight: 600;
  }

  .contact {
    flex-direction: column;
  }

  .column-2-left {
    width: 100%;
  }

  .column-2-right {
    width: 100%;
  }

  .contact .cta-button {
    width: 80%;
    font-size: 20px;
    font-weight: 700;
    height: 60px;
  }

  .goods-page .ticket__buy-date {
    gap: 60px;
  }

  .goods-page .ticket__buy-date p{
    font-size: 26px;
  }

  .goods-page .ticket__date-first,
  .goods-page .ticket__date-secound {
    width: 100%;
    padding: 60px 20px 0;
  }

  .goods-page .ticket__number {
    font-size: 24px;
  }

  .goods-page .ticket__circle {
    line-height: 0.7;
  }

  .goods-page .ticket__date-first,
  .goods-page .ticket__date-secound {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .goods-page .ticket__date-first,
  .goods-page .ticket__date-secound {
    height: 250px;
  }

  .goods-page .ticket__date-first .normal-button,
  .goods-page .ticket__date-secound .normal-button {
    width: 100%;
    font-size: 15px;
  }

  .goods-page__wrap {
    flex-wrap: wrap;
  }

  .goods-page__item {
    width: 49%;
  }

  .column6 .goods-page__item {
    width: 49%;
  }

  .goods-page .column5  h4 {
    font-size: 14px;
  }

  .goods-page .column5 {
    gap: 40px 2%;
  }

  .goods-page .h4-heading {
    font-size: 19px;
  }

  .goodspage-caution-text {
    text-align: left;
    margin: 40px 0 0;
  }

  .column2 .goods-page__item {
    width: 100%;
  }

  .column2 {
    gap: 40px 0;
  }
  
  .dl-style div {
    flex-direction: column;
    align-items: flex-start;
  }

  .dl-style dt {
    line-height: 1.5;
    font-size: 14px;
  }

  .dl-style dd {
    font-size: 14px;
  }

  .page p,
  .page ol {
    font-size: 14px;
  }

  .list-style li {
    width: 100%;
    font-size: 14px;
  }

  .h3-heading {
    font-size: 20px;
  }

  .h4-heading {
    font-size: 16px;
  }
  
  html {
  scroll-padding-top: 80px;
  }

  .pc-only {
    display: none;
  }

  .tab-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/* -------------------------------------- タブレット --------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1200px) {
  .goods-page__pc-image {
    margin: 0 0 70px -3vw;
  }

  .pc-only {
    display: none;
  }

  .tab-only {
    display: block;
  }

  .sp-only {
    display: none;
  }
}