@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;800&display=swap');

html,
body,
a,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  color: #fff;
  outline: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanMP, "Shippori Mincho", serif;
  background: #000;
  opacity: 1;
  overflow-x: hidden;
  -webkit-touch-callout: none;
  height: 100lvh;
  overflow: hidden;
}

body.load {
  opacity: 1;
  height: auto;
  overflow: auto;
}

img {
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  pointer-events: none;
  user-select: none;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

.youtube {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

.youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}

.youtube-modal {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: none;

}

.youtube-modal .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}

.youtube-modal .youtube-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 200px);
  max-width: 1200px;
  background: #0a0a0a;
}

.modal-close {
  position: absolute;
  top: -20px;
  left: calc(100% + 20px);
  width: 40px;
  cursor: pointer;
}

.sp {
  display: none;
}

.back {
  width: 100%;
  height: 100lvh;
  min-height: 700px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  background: #fff;
  background-size: cover;
  background-position: top;
  opacity: 0.7;
  transition-duration: 0.2s;
}

.back-inner {
  width: 100%;
  height: 100%;
  position: relative;opacity: 1;
  filter: brightness(1) blur(0px);
  transform: scale(1);
  transition-duration: 1s;
  transition-timing-function: ease;
}



.back-inner>div:not(.bird,
  .fog) {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.back-inner>div:not(.bird,
  .fog) img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: 47% top;
}

.back-inner div.sky {
  z-index: 2;
  filter: brightness(1);
  animation: lightning1 12s infinite;
}

.back-inner div.sky-left {
  z-index: 2;
  opacity: 0.5;
  filter: brightness(1);
  animation: lightning1 16s infinite;
}



@keyframes lightning1 {
  0% {
    filter: brightness(1);
  }

  12% {
    filter: brightness(1);
  }

  13% {
    filter: brightness(1.15);
  }

  14% {
    filter: brightness(1);
  }

  27% {
    filter: brightness(1);
  }

  28% {
    filter: brightness(1.2);
  }

  29% {
    filter: brightness(1);
  }

  43% {
    filter: brightness(1);
  }

  44% {
    filter: brightness(1.1);
  }

  45% {
    filter: brightness(1);
  }

  59% {
    filter: brightness(1);
  }

  60% {
    filter: brightness(1.18);
  }

  61% {
    filter: brightness(1);
  }

  73% {
    filter: brightness(1);
  }

  74% {
    filter: brightness(1.2);
  }

  75% {
    filter: brightness(1);
  }

  89% {
    filter: brightness(1);
  }

  90% {
    filter: brightness(1.12);
  }

  91% {
    filter: brightness(1);
  }

  100% {
    filter: brightness(1);
  }
}


.back-inner div.sky-right {
  z-index: 2;
  opacity: 0.5;
  filter: brightness(1);
  animation: lightning2 18s infinite;
}


@keyframes lightning2 {
  0% {
    filter: brightness(1);
  }

  9% {
    filter: brightness(1);
  }

  9.6% {
    filter: brightness(1.3);
  }

  10.2% {
    filter: brightness(1);
  }

  19% {
    filter: brightness(1);
  }

  19.8% {
    filter: brightness(1.3);
  }

  20.5% {
    filter: brightness(1);
  }

  31% {
    filter: brightness(1);
  }

  31.6% {
    filter: brightness(1.3);
  }

  32.1% {
    filter: brightness(1);
  }

  41% {
    filter: brightness(1);
  }

  41.4% {
    filter: brightness(1.3);
  }

  42.2% {
    filter: brightness(1);
  }

  53% {
    filter: brightness(1);
  }

  53.5% {
    filter: brightness(1.3);
  }

  54.1% {
    filter: brightness(1);
  }

  65% {
    filter: brightness(1);
  }

  65.3% {
    filter: brightness(1.3);
  }

  66% {
    filter: brightness(1);
  }

  77% {
    filter: brightness(1);
  }

  77.2% {
    filter: brightness(1.2);
  }

  78% {
    filter: brightness(1);
  }

  90% {
    filter: brightness(1);
  }

  90.5% {
    filter: brightness(1.3);
  }

  91.2% {
    filter: brightness(1);
  }

  100% {
    filter: brightness(1);
  }
}

.back div.bird {
  width: 10vw;
  min-width: 15vh;
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 999;
  animation: floating-x 10s ease-in-out infinite alternate;
}


@keyframes floating-x {
  0% {
    left: 25vw;

  }

  100% {
    left: 35vw;
  }
}

.back div.bird .bird-inner {
  animation: floating-y 8s ease-in-out infinite alternate;
}


@keyframes floating-y {
  0% {
    transform: translateY(40%) rotate(-4deg);

  }

  100% {
    transform: translateY(-40%) rotate(4deg);
  }
}


.back div.bird .bird-left,
.back div.bird .bird-right {
  position: absolute;
  top: 0;
  left: 0;
}

.back div.bird .bird-left {
  animation: bird-left 2s ease-in-out infinite alternate;
  transform-origin: center;
}


@keyframes bird-left {
  0% {
    transform: translateX(0%) rotate(0deg);

  }

  100% {
    transform: translate(-10%, -8%) rotate(-40deg);
  }
}

.back div.bird .bird-right {
  animation: bird-right 2s ease-in-out infinite alternate;
  transform-origin: center;
}


@keyframes bird-right {
  0% {
    transform: translateX(0%) rotate(0deg);

  }

  100% {
    transform: translate(5%, 8%) rotate(30deg) scale(1.1, 0.8);
  }
}

.back div.bird .bird-body {
  position: relative;
  z-index: 10;
  opacity: 1;
}

.back .fog {
  width: 120vw;
  height: 60vh;
  position: absolute;
  bottom: 0;
  left: -10vw;
  z-index: 99;
  animation: skew-animation 4s ease-in-out infinite alternate;
}

@keyframes skew-animation {
  from {
    transform: skew(0deg, 0);
  }

  to {
    transform: skew(20deg, 0);
  }
}

.back .fog:before,
.back .fog:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  opacity: 0.4;
  filter: blur(1px);
}

.back .fog:before {
  background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/fog.png);
  background-size: auto 100%;
  animation: fog-animation 24s linear infinite;
}

.back .fog:after {
  background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/fog2.png);
  background-size: auto 100%;
  animation: fog-animation 16s linear infinite;
  animation-delay: -10s;
}

@keyframes fog-animation {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 180vh 0;
  }
}


.back video.thunder {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 7;
  opacity: 1;
  filter: brightness(1.4);
  mix-blend-mode: screen;
  object-fit: cover;
  object-position: 47% top;
}

body.pagetop .back {
  opacity: 1;
}

.wrap {
  position: relative;
  z-index: 2;
}
.wovn-languages, .drawer-visible .wovn-languages{
    top: 76px !important;
    right: 140px !important;
}
.nav-btn{
    position: fixed;
    top: 36px;
    right: 32px;
    width: 100px;
    height: 100px;
    z-index: 9999;
    
    
    
}

.nav-btn span {
        position: absolute;
        left:35px;
        width: 30px;
        height: 1.5px;
         background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(252, 245, 222, 1), rgba(252, 245, 252, 1), rgba(0, 0, 0, 0));
        transition-duration: 0.2s;
    filter: drop-shadow(0 0 0.2rem #ffffff);
     
    }
    
   

    .nav-btn span:nth-of-type(1) {
        top: calc(43% - 0.75px);
        background-position: top left;
    }

    .nav-btn.close span:nth-of-type(1) {
        top: calc(50% - 0.75px);
        transform: rotate(45deg);
    }

   .nav-btn span:nth-of-type(2) {
        top: 50%;
        margin-top: -0.75px;
        background-position: center;
    }

    .nav-btn.close span:nth-of-type(2) {
        opacity: 0;
        transform: translateX(-20%);

    }

    .nav-btn span:nth-of-type(3) {
        bottom: calc(43% - 0.75px);
        background-position: bottom right;
    }

    .nav-btn.close span:nth-of-type(3) {
        bottom: calc(50% - 0.75px);
        transform: translateY(0) rotate(-45deg);
    }


.nav-btn:after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  opacity: 0.4;
  border: 1px solid #fcf5de;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
/*@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}*/



nav{
 width: 100%;
    font-family: "scrivano", serif;
         background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/footer_new.jpg);
    background-size: auto 100%;
     background-size: 600px auto;
    font-weight: 700;
    text-align: center;
    color: #fff;
    font-size: 28px;
    position: fixed;
    right: 0;
    top: 0;
    height: 100dvh;
    z-index: 2;
    overflow-y: scroll;
    z-index: 999;
    display: none;
}
nav.open{
    display: block;
}

nav::-webkit-scrollbar{
  display:none;
}
.nav-inner{
    width: 100%;
     min-height: 100dvh;
    display: flex;
    flex-flow: column;
    justify-content: center;
   
}

.nav-inner ul{
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
}
.nav-inner li{
    
    margin: 28px 0;
}

.nav-inner li a{
    font-family: "EB Garamond", serif;
    font-weight: 500;
    letter-spacing: 0.1em;
    transition-duration: 0.2s;
}

.nav-inner li a.hover{
    filter: drop-shadow(0 0 0.2rem #f3ff00) drop-shadow(0 0 0.2rem #f3ff00);
}
.hero {
  width: 100%;
  height: 100dvh;
  position: relative;
}

.hero h1 {
  width: 90%;
  max-width: 800px;
  position: absolute;
  bottom: 220px;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, 0%);
}

body.loaded .hero h1 {
  animation: fadein 0.6s ease-out forwards;
  animation-delay: 1s;
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translate(-50%, 40px);

  }

  100% {
    opacity: 1;
    transform: translate(-50%, 0%);
  }
}

.hero-menu{
    position: absolute;
    bottom: 60px;
    width: 100%;
    max-width: 800px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

body.loaded .hero-menu{
    animation: fadein2 0.6s ease-out forwards;
  animation-delay: 1s;
}
@keyframes fadein2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero-menu ul{
    display: flex;
    flex-wrap: wrap;
    gap:20px;
    justify-content: center;
    
    
}
.hero-menu li{
    background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/paper.png);
    background-size: auto 100%;
    position: relative;
    color: #000;
    filter: drop-shadow(0 6px 5px rgba(0,0,0,.4));
    
}
.hero-menu li:before{
    content: "";
    display: block;
    position: absolute;
    top:-2px;
    left:-4px;
    width:14px;
    height:calc(100% + 4px);
    background:url(/static/mga/feature/babelnotoh_ghwjogh3q/img/paper-left.png);
    background-size: 100% 100%;
    filter: drop-shadow(3px 0px 3px rgba(0,0,0,.5));
    pointer-events: none;
}
.hero-menu li:after{
    content: "";
    display: block;
    position: absolute;
    top:-2px;
    right:-4px;
    width:14px;
    height:calc(100% + 4px);
    background:url(/static/mga/feature/babelnotoh_ghwjogh3q/img/paper-right.png);
    background-size: 100% 100%;
    filter: drop-shadow(-3px 0px 3px rgba(0,0,0,.5));
    pointer-events: none;
}

.hero-menu li a.hover{
}
.hero-menu a{
   display: block;
    width: 100%;
    height: 100%;
    font-size: 20px;
    padding: 12px 48px;
    transition-duration: 0.2s;
}
.hero-menu a span{
    color:#560000;
    font-family: "EB Garamond", serif;
    font-weight: 500;
    
}
.hero-menu a span:nth-child(2){
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    mix-blend-mode: overlay;
    filter: blur(2px);
    
}


section:not(.hero) {
  padding: 64px 0;
}

#apply{
  padding: 120px 0 64px;
}

section:not(.hero) .section-inner {
  width: 90%;
  max-width: 1000px;
  position: relative;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6), rgba(0, 0, 0, .6), rgba(0, 8, 0, 0));
  opacity: 0;
  filter: blur(20px);
  transition-duration: 0.4s;
  transition-timing-function: ease;
  margin: 0 auto;
  padding: 60px 100px;
}

section:not(.hero) .section-inner.on {
  opacity: 1;
  filter: blur(0px);
}

section:not(.hero) .section-inner.on:before {
  content: "";
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16 / 1;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/section-frame.svg) no-repeat;
  transform: translate(-50%, -50%);
}

section:not(.hero) .section-inner.on:after {
  content: "";
  width: 100%;
  max-width: 600px;
  aspect-ratio: 16 / 1;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/section-frame.svg) no-repeat;
  transform: translate(-50%, 50%);
}

h2 {
  font-family: "EB Garamond", serif;
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-optical-sizing: auto;
  color: #fff;
  letter-spacing: 0.6em;
  text-align: center;
  transition-duration: 1s;
  transition-timing-function: ease;
  margin-bottom: 40px;
  white-space: nowrap;
}

section:not(.hero) .section-inner.on h2 {
  letter-spacing: 0.1em;
}

h2 span {
  display: inline-block;
  transform: rotateY(-90deg);
  transition-duration: 1s;
}

section:not(.hero) .section-inner.on h2 span {
  transform: rotateY(0deg);
}

h2 small {
  display: block;
  font-family: "Shippori Mincho", serif;
  font-size: 50%;
  font-weight: 800;
  font-style: normal;
}

.schedule-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 20px;
}

.schedule-list li {
  position: relative;
  align-items: center;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  background: rgba(0, 0, 0, .6);
}

.schedule-inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 20px;
}

.schedule-list li:before,
.schedule-list li:after,
.schedule-inner:before,
.schedule-inner:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  display: block;
  background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/corner.svg);
  background-size: 100% 100%;
  opacity: 0.2;
}

.schedule-list li:before {
  top: 4px;
  left: 4px;
}

.schedule-list li:after {
  top: 4px;
  right: 4px;
  transform: scale(-1, 1);
}

.schedule-inner:before {
  bottom: 4px;
  left: 4px;
  transform: scale(1, -1);
}

.schedule-inner:after {
  right: 4px;
  bottom: 4px;
  transform: scale(-1, -1);
}

.schedule-list .date {
  position: relative;
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.schedule-list .date:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
}

.schedule-list .date .year {
  display: inline-block;
  font-size: 70%;
}

.schedule-list .date small {
  display: inline-block;
  font-size: 40%;
  font-weight: 800;
  background: linear-gradient(to left, rgba(80, 80, 80, 0) 0%, rgba(80, 80, 80, 1) 50%, rgba(80, 80, 80, 0) 100%);
  transform: translateY(-5%);
  margin-left: 0.3em;
  padding: 0.1em 0.8em;
}

.schedule-list .date small.sat {
  background: linear-gradient(to left, rgba(0, 20, 140, 0) 0%, rgba(0, 20, 140, 1) 50%, rgba(0, 20, 140, 0) 100%);
}

.schedule-list .date small.sun {
  background: linear-gradient(to left, rgba(160, 0, 0, 0) 0%, rgba(160, 0, 0, 1) 50%, rgba(160, 0, 0, 0) 100%);
}

.schedule-list .area {
  font-size: 18px;
  margin-bottom: 8px;
}

.schedule-list .venue {
  width: 100%;
  font-size: 20px;
  margin-bottom: 8px;
}

.schedule-list .venue small {
  display: block;
  font-size: 90%;
}

.schedule-list .open-start {
  font-size: 12px;
  margin-bottom: 12px;
}

.schedule-list .info {
  font-size: 10px;
}

.ticket-price {
  margin-bottom: 60px;
}

.ticket-price ul {
  margin-bottom: 40px;
}

.ticket-price li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 24px;
  padding: 40px 0;
}

.ticket-price li:first-child:before,
.ticket-price li:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
}

.ticket-price li:first-child:before {
  top: 0;
}

.ticket-price li:after {
  bottom: 0;
}

.ticket-price li .seat {
  width: 50%;
  text-align: right;
  padding-right: 10px;
}

.ticket-price li .price {
  width: 50%;
  padding-left: 10px;
}

.ticket-price li aside {
  width: 100%;
  display: block;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  margin-top: 12px;
}

.ticket-attention {
  display: flex;
  justify-content: center;
  font-size: 14px;
  line-height: 1.8;
}

.ticket-attention span {
  position: relative;
  display: block;
  padding-left: 1em;
}

.ticket-attention span:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.ticket-schedule>li:not(:last-child) {
  margin-bottom: 40px;
}

.ticket-schedule h3 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/dirt.jpg);
  background-size: 600px auto;
  cursor: pointer;
  padding: 20px;
}

.ticket-schedule h3 span {
  color: #000;
  text-shadow: 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff, 0 0 0.2em #fff;
}

.ticket-schedule h3:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  font-size: 16px;
  background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/arrow.svg) no-repeat;
  background-position: center;
  opacity: 1;
  transform: translateY(-50%) rotate(180deg);
  transition-duration: 0.2s;
}

.ticket-schedule>li.close h3:after {
  transform: translateY(-50%) rotate(0deg);
}

.ticket-schedule-detail {
  background: rgba(0, 0, 0, .6);
  border-top: solid 2px #fff;
  padding: 40px 20px;
}

.ticket-schedule-term li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
}

.ticket-schedule-term li:first-child:before,
.ticket-schedule-term li:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
}

.ticket-schedule-term li:first-child:before {
  top: 0;
}

.ticket-schedule-term li:after {
  bottom: 0;
}

.ticket-schedule-term li h4 {
  width: 200px;
  position: relative;
  font-size: 14px;
  text-align: center;
  margin-right: 20px;
  padding: 20px;
}

.ticket-schedule-term li h4:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
}

.ticket-schedule-term li p {
  width: calc(100% - 200px);
  font-size: 16px;
}


.ticket-schedule-notice {
  font-size: 14px;
  line-height: 1.8;
}

.ticket-schedule-notice>ul>li {
  position: relative;
  padding: 40px 0;
}

.ticket-schedule-notice>ul>li:last-child {
  padding-bottom: 0;
}

.ticket-schedule-notice>ul>li:not(:last-child):before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .6) 50%, rgba(255, 255, 255, 0) 100%);
}

.ticket-schedule-notice h4 {
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 28px;
}

.bullet-points{
  padding: 0 0 16px;
}

.ticket-schedule-notice .bullet-points>li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.4em;
}

.ticket-schedule-notice .bullet-points>li:before {
  content: "◆";
  position: absolute;
  top: 0;
  left: 0;
}

.ticket-schedule-notice ol.bullet-points>li {
  margin-bottom: 0;
  counter-increment: circled;
}

.ticket-schedule-notice ol.bullet-points>li:nth-child(1)::before {
  content: "①";
}

.ticket-schedule-notice ol.bullet-points>li:nth-child(2)::before {
  content: "②";
}

.ticket-schedule-notice ol.bullet-points>li:nth-child(3)::before {
  content: "③";
}

.ticket-schedule-notice ol.bullet-points>li:nth-child(4)::before {
  content: "④";
}

.ticket-schedule-notice ol.bullet-points>li:nth-child(5)::before {
  content: "⑤";
}

.ticket-schedule-notice ol.bullet-points>li:nth-child(6)::before {
  content: "⑥";
}

.ticket-schedule-notice ol.bullet-points>li:nth-child(7)::before {
  content: "⑦";
}

.ticket-schedule-notice ol.bullet-points>li:nth-child(8)::before {
  content: "⑧";
}

.ticket-schedule-notice ol.bullet-points>li:nth-child(9)::before {
  content: "⑨";
}

.ticket-schedule-notice ol.bullet-points>li:nth-child(10)::before {
  content: "⑩";
}

.ticket-schedule-notice .bullet-points.bullet-points-line>li {
  margin-bottom: 0;
}

.ticket-schedule-notice .bullet-points.bullet-points-line>li:before {
  content: "−";
}

.ticket-schedule-notice .bullet-points ol {
  counter-reset: item;
}

.ticket-schedule-notice .bullet-points ol li {
  position: relative;
  padding-left: 1.4em;
}

.ticket-schedule-notice .bullet-points ol li:before {
  content: counter(item, decimal-leading-zero) ".";
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: item;
}

.aside h5 {
  font-size: 16px;
  color: #f3ff00;
  text-align: center;
  margin-bottom: 8px;
}

.aside {
  display: block;
  font-size: 13px;
  background: rgba(0, 0, 0, .5);
  border: solid 1px rgba(255, 255, 255, .4);
  margin-top: 10px;
  margin-bottom: 16px;
  padding: 8px 16px 16px;
}

.ticket-schedule-notice h4 {
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}

.ticket-schedule-notice .bullet-points>li {
  margin-bottom: 4px;
}

.ticket-schedule-notice .bullet-points aside h5 {
  font-size: 14px;
  color: #f3ff00;
  text-align: center;
  margin-bottom: 4px;
}

.ticket-schedule-notice .bullet-points aside {
  font-size: 11px;
  margin-top: 4px;
}


.common-btn {
  width: 80%;
  max-width: 240px;
  height: 48px;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  background: #000;
  transition-duration: 0.2s;
  border: solid 1px #fff;
  margin: 0 auto;
}

.common-btn span {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-btn:before,
.common-btn:after,
.common-btn span:before,
.common-btn span:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  display: block;
  background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/corner.svg);
  background-size: 100% 100%;
  opacity: 0.5;
  transition-duration: 0.1s;
}

.common-btn:before {
  top: 2px;
  left: 2px;
}

.common-btn:after {
  top: 2px;
  right: 2px;
  transform: scale(-1, 1);
}

.common-btn span:before {
  bottom: 2px;
  left: 2px;
  transform: scale(1, -1);
}

.common-btn span:after {
  right: 2px;
  bottom: 2px;
  transform: scale(-1, -1);
}

.common-btn.hover {
  opacity: 0.6;
}

.common-btn.hover:before {
  transform: translate(20%, 20%);
}

.common-btn.hover:after {
  transform: scale(-1, 1) translate(20%, 20%);
}

.common-btn.hover span:before {
  transform: scale(1, -1) translate(20%, 20%);
}

.common-btn.hover span:after {
  transform: scale(-1, -1) translate(20%, 20%);
}

.common-btn.ticket-btn {
  width: 100%;
  max-width: 320px;
  height: 60px;
  font-size: 18px;
  color: #000;
  background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/dirt2.jpg);
  background-size: 400px auto;
  border: solid 1px #f3ff00;
}

.common-btn.ticket-btn span {
  font-weight: 800;
  color: #000;
  text-shadow: 0 0 0.4em #f3ff00, 0 0 0.4em #f3ff00, 0 0 0.4em #f3ff00, 0 0 0.4em #f3ff00;
}

.common-btn.ticket-btn:before,
.common-btn.ticket-btn:after,
.common-btn.ticket-btn span:before,
.common-btn.ticket-btn span:after {
  opacity: 1;
  filter: invert();
}

.common-btn.large {
  width: 100%;
  max-width: 320px;
  font-size: 12px;
  margin: 20px auto;
}

.sub-btn {
  width: fit-content;
  display: block;
  text-decoration: underline;
  margin: 8px auto 0;
}

.ticket-warning-btn {
  width: fit-content;
  display: block;
  font-weight: 800;
  color: #fff;
  text-decoration: underline;
  text-align: center;
  filter: drop-shadow(0 0 0.1rem #ff0000) drop-shadow(0 0 0.2rem #ff0000);
  margin: 0 auto;
}

.ticket-warning {
  font-size: 20px;
  text-align: center;
  background: linear-gradient(to left, rgba(255, 0, 0, 0) 0%, rgba(255, 0, 0, 0.4) 50%, rgba(255, 0, 0, 0) 100%);
  padding: 20px 0;
}

.fanclub-guide{
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 20px;
  margin: 40px 0 40px;
}

.fanclub-guide li:nth-child(1) {
  grid-column: 1 / -1;
}

.fanclub-guide h5 {
  font-size: 14px;
  text-align: center;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, 0) 100%);
  padding: 4px 0;
}

.fanclub-guide .common-btn {
  margin-top: 20px;
}



.slide-btn {
  width: 100%;
  position: relative;
  display: block;
  cursor: pointer;
  border: solid 1px #fff;
  margin-bottom: 16px;
  padding: 12px 32px 12px 12px;
}

.slide-btn:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 2;
  font-size: 16px;
  background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/arrow.svg) no-repeat;
  background-position: center;
  opacity: 1;
  filter: invert();
  transform: translateY(-50%) rotate(180deg);
  transition-duration: 0.2s;
}

.slide-btn.close:after {
  transform: translateY(-50%) rotate(0deg);
}


footer {
  position: relative;
  text-align: center;
  background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/footer_new.jpg);
  background-size: auto 100%;
  padding: 60px 0;
}

footer:before,
footer:after {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/footer-line.svg);
  background-size: auto 100%;
  opacity: 1;
  mix-blend-mode: overlay;
}

footer:before {
  top: 0;
}

footer:after {
  bottom: 0;
}

footer .sns {
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: centerl;
  gap: 20px;
  margin: 24px auto;
}

footer .sns svg {
  width: 100%;
  height: 100%;
}

.mga-10th {
  width: 40%;
  max-width: 200px;
  display: block;
  margin: 0 auto;
}

.sns a {
  font-size: 24px;
}

footer p {
  font-size: 14px;
}

footer p small {
  display: block;
  font-size: 10px;
  margin-top: 10px;
}


.subpage-head {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 80px;
}

.subpage-btn a {
  margin-top: 20px;
}

.text-link{
  color: #f3ff00;
  text-decoration: underline;
}

.backPage-button{
  width: 100px !important;
  height: 100px !important;
  text-align: center;
  border-radius: 100px;
  margin: 0 40px 40px auto;
}




@media screen and (max-width: 896px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }


  .youtube-modal .youtube-wrap {
    width: 100%;
  }

  .modal-close {
    top: -52px;
    left: auto;
    right: 20px;
    width: 32px;
  }

  .back div.bird {
    animation: floating-x 10s ease-in-out infinite alternate;
  }

  @keyframes floating-x {
    0% {
      left: 10vw;

    }

    100% {
      left: 65vw;
    }
  }

 .wovn-languages, .drawer-visible .wovn-languages{
        top: 46px !important;
        right: 110px !important;
    }
    .nav-btn{
    position: fixed;
    top: 20px;
    right: 12px;
    width: 80px;
    height: 80px;
    z-index: 9999;
    
}

.nav-btn span {
        position: absolute;
        left:28px;
        width: 24px;
        height: 1.5px;
         background: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(252, 245, 222, 1), rgba(252, 245, 252, 1), rgba(0, 0, 0, 0));
        transition-duration: 0.2s;
    filter: drop-shadow(0 0 0.2rem #ffffff);
     
    }
     
nav{
         background: url(/static/mga/feature/babelnotoh_ghwjogh3q/img/footer_new.jpg);
    background-size: auto 100%;
   font-size: 20px;
}
nav.open{
    display: block;
}

nav::-webkit-scrollbar{
  display:none;
}
.nav-inner{
    width: 100%;
     min-height: 100dvh;
    display: flex;
    flex-flow: column;
    justify-content: center;
   
}

.nav-inner ul{
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
}
.nav-inner li{
    
    margin: 24px 0;
}


  .hero{
        margin-bottom: 20px;
    }
    
    .hero h1{
        bottom: 12%;
    }
    .first-view{
        height: 100dvh;
        position: relative;
    }
    .hero-menu{
    position: static;
    bottom: 0px;
    width: 100%;
    max-width: 800px;
    left: 0%;
    transform: translateX(0%);
}
    .hero-menu a{
   display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 12px 28px;
}

  section:not(.hero) {
    padding: 80px 0;
  }

  section:not(.hero) .section-inner {
    padding: 60px 5%;
  }

  h2 {
    font-size: 24px;
  }

  .schedule-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .schedule-list .date {
    font-size: 24px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .schedule-list .area {
    font-size: 16px;
  }

  .schedule-list .venue {
    font-size: 18px;
  }

  .schedule-list .open-start {
    font-size: 11px;
  }

  .ticket-price {
    margin-bottom: 40px;
  }

  .ticket-price li {
    position: relative;
    display: block;
    flex-wrap: wrap;
    padding: 28px 0;
  }

  .ticket-price li .seat {
    width: 100%;
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
    padding-right: 0px;
  }

  .ticket-price li .price {
    width: 100%;
    text-align: center;
    padding-left: 0px;
  }

  .ticket-price li aside {
    font-size: 11px;
  }

  .ticket-attention {
    font-size: 12px;
  }

  .ticket-schedule h3 {
    font-size: 16px;
    padding: 20px 32px;
  }

  .ticket-schedule h3:after {
    width: 16px;
    height: 16px;
    right: 8px;
  }

  .ticket-schedule-term li {
    display: block;
  }

  .ticket-schedule-term li h4 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
    padding: 0;
  }

  .ticket-schedule-term li h4:after {
    display: none;
  }

  .ticket-schedule-term li p {
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }

  .ticket-schedule-notice {
    font-size: 12px;
    text-align: justify;

  }

  .common-btn {
    font-size: 12px;
  }

  .common-btn.ticket-btn {
    font-size: 16px;
  }

  .ticket-warning {
    font-size: 14px;
    padding: 20px 0;
  }
    .fanclub-guide {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  margin: 40px 0 40px;
}

.fanclub-guide li:nth-child(1) {
  grid-column: 1 / -1;
}

.fanclub-guide h5 {
  font-size: 12px;
  padding: 4px 0;
}

.fanclub-guide .common-btn {
  margin-top: 20px;
}


  .slide-btn:after {
    content: "";
    width: 10px;
    height: 10px;
    right: 10px;
  }



  footer p {
    font-size: 11px;
  }

  footer p small {
    display: block;
    font-size: 9px;
    margin-top: 10px;
  }

  .backPage-button{
    width: 80px !important;
    height: 80px !important;
    text-align: center;
    border-radius: 100px;
    margin: 0 24px 40px auto;
  }

}


@media screen and (max-width: 400px) {
  .text-info{
    text-align: left;
    word-break: break-all;
  }
}