@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

html,
body,
a,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}


@font-face {
  font-family: 'glitch';
  src: url(../font/glitch.ttf);

}



body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #fff;
  text-align: center;
  background: #000;
  overflow-x: hidden;
  -webkit-touch-callout: none;                
}

body:after {
  content: "";
  display: block;
  width: 100%;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: url(../img/back.svg);
  background-size: 280px auto;
  opacity: 0.5;
  animation: back-anime 8s linear infinite;
}

@keyframes back-anime {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 280px -245px;
  }
}

img {
  display: block;
  width: 100%;
  height: auto;
  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;
}

.sp {
  display: none;
}

#top {
  display: flex;
  width: 100%;
  height: 100dvh;
  position: relative;
  justify-content: center;
  align-items: center;
  padding-top: 0;
}

#top h1 {
  width: 90%;
  max-width: 720px;
  opacity: 0;
}

#top.fadein h1 {
  animation: h1-anime 1s forwards ease-out;
}

@keyframes h1-anime {
  0% {
    opacity: 0;
    transform: scale(1.4);
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0px);
  }
}

#top .copyright {
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-size: 12px;
}

#top .scroll {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 4;
  transform: translateX(-50%);
}

#top .scroll-line {
  display: block;
  width: 1px;
  height: 100px;
  position: relative;
  overflow: hidden;
  filter: drop-shadow(0 0 2px #00e0e3) drop-shadow(0 0 4px #00e0e3) drop-shadow(0 0 10px #00e0e3);
  margin: 0 auto;
}

#top .scroll-line:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffff;
  animation: scroll-anime 1s ease-in infinite
}

@keyframes scroll-anime {
  from {
    transform: translateY(-100%)
  }

  to {
    transform: translateY(100%)
  }
}


section:not(#top) {
  padding-top: 160px;
}

h2 {
  width: 100%;
  position: relative;
  font-family: 'glitch';
  font-size: 60px;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1px #00e0e3, 0 0 3px #00e0e3, 0 0 6px #00e0e3, 0 0 10px #00e0e3, 0 0 20px #00e0e3, 0 0 40px #00e0e3;
  animation: flash 0.04s ease-in-out infinite alternate-reverse;
  margin-bottom: 40px;
}

@keyframes flash {
  from {
    filter: brightness(0.95)
  }

  to {
    filter: brightness(1.05)
  }
}

#event .event-copy {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 40px;
}

#event .event-info {
  font-size: 36px;
}

#event .event-info span {
  display: block;
}

#event .event-info span:nth-child(1) {
  font-family: "Noto Serif JP", serif;
  font-size: 180%;
  font-weight: 700;
  margin-bottom: 0.4em;
}

#event .event-info span:nth-child(2) {
  font-size: 240%;
  font-weight: 300;
}

#event .event-info span:nth-child(3) {
  font-size: 80%;
}

#event .event-info span:nth-child(4) {
  font-size: 60%;
  margin-top: 0.8em;
}

#event .event-info span:nth-child(5) {
  font-size: 42%;
  margin-top: 0.4em;
}

#event .event-info span small {
  font-size: 60%;
}

#lineup p {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 42px;
}

#lineup p:last-child {
  margin-bottom: 0;
}

#lineup p img {
  width: 90%;
  max-width: 720px;
  margin: 0 auto 16px;
}

#ticket .ticekt-notice {
  margin-bottom: 40px;
}

#ticket h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.3));
  margin-bottom: 40px;
  padding: 16px 0;
  clip-path: polygon(30px 0%, 100% 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%, 0 100%, 0% 30px);
}

#ticket .ticket-contents {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}

#ticket .ticket-contents img {
  width: 200px;
  margin: 0 auto 20px;
}

#ticket .ticket-contents small {
  font-size: 14px;
}

#ticket ul {
  width: 90%;
  max-width: 720px;
  margin: 0 auto;
}

#ticket li:not(:last-child) {
  margin-bottom: 100px;
}

#ticket .term {
  font-size: 24px;
  border: solid 1px #666;
  margin-bottom: 40px;
  padding: 20px 0;
}

#ticket .term span {
  font-size: 70%;
}

#ticket .term small {
  font-size: 14px;
}

#ticket .price {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 40px;
}

#ticket .price small {
  font-size: 60%;
}

#ticket .entry-btn {
  display: flex;
  width: 280px;
  height: 48px;
  justify-content: center;
  align-items: center;
  text-shadow: 0 0 1px #00e0e3, 0 0 3px #00e0e3, 0 0 6px #00e0e3, 0 0 10px #00e0e3, 0 0 20px #00e0e3, 0 0 40px #00e0e3;
  transform: skewX(-12deg);
  transition-duration: 0.2s;
  margin: 0 auto;
  box-shadow: 0 0 1px #00e0e3, 0 0 3px #00e0e3, 0 0 6px #00e0e3, 0 0 10px #00e0e3, 0 0 20px #00e0e3, 0 0 40px #00e0e3;
}

#ticket .entry-btn.hover {
  color: #00e0e3;
  text-shadow: 0 0 0px #fff;
  background: rgba(255, 255, 255, 1);
}

#ticket .entry-btn span {
  width: 100%;
  height: 100%;
  clip-path: polygon(20% 0%, 100% 0, 100% 0, 100% 80%, 80% 100%, 0 100%, 0 100%, 0% 20%);
}

#goods p {
  font-size: 24px;
  text-align: center;
}

#access h3 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 40px;
}

#access .access-info {
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

#access .map {
  height: 540px;
  margin-bottom: 40px;
}

#access .map iframe {
  width: 100%;
  height: 100%;
}

#access .guudeline {
  margin-top: 100px;
}

#access .guudeline h4 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px;
}

#access .guudeline p {
  width: 90%;
  max-width: 720px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  text-align: justify;
  margin: 0 auto;
}

footer {
  font-size: 12px;
  padding: 100px 0 60px;
}



@media screen and (max-width: 896px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  body:after {
    background-size: 140px auto;

  }

  .nav-btn {
    width: 48px;
    height: 48px;
    position: fixed;
    top: 20px;
    right: 20px;
  }

  .nav-btn span {
    width: 36px;
    left: 6px;
  }

  .nav-btn span:nth-of-type(1) {
    top: 16px;
  }

  .nav-btn span:nth-of-type(3) {
    bottom: 16px;
  }

  nav {

    font-size: 28px;
  }

  nav li {
    margin: 24px 0;
  }

  nav a.hover {}

  #top .copyright {
    font-size: 8px;
  }

  #top .scroll-line {
    height: 80px;
  }



  section:not(#top) {
    padding-top: 100px;
  }

  h2 {
    font-size: 40px;
    margin-bottom: 28px;
  }


  #event .event-copy {
    font-size: 20px;
    margin-bottom: 28px;
  }

  #event .event-info {
    font-size: 24px;
  }

  #event .event-info span:nth-child(2) {
    font-size: 200%;
  }

  #event .event-info span:nth-child(3) {
    font-size: 90%;
  }

  #event .event-info span:nth-child(4) {
    font-size: 70%;
  }

  #event .event-info span:nth-child(5) {
    font-size: 50%;
  }

  #event .event-info span small {
    font-size: 60%;
  }

  #lineup p {
    font-size: 20px;
    margin-bottom: 28px;
  }


  #ticket .ticekt-notice {
    font-size: 12px;
    margin-bottom: 28px;
  }

  #ticket h3 {
    font-size: 20px;
    margin-bottom: 28px;
    padding: 14px 0;
    clip-path: polygon(20px 0%, 100% 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%, 0 100%, 0% 20px);
  }

  #ticket .ticket-contents {
    font-size: 14px;
    margin-bottom: 28px;
  }

  #ticket .ticket-contents img {
    width: 160px;
    margin: 0 auto 20px;
  }

  #ticket .ticket-contents small {
    font-size: 10px;
  }

  #ticket li:not(:last-child) {
    margin-bottom: 60px;
  }

  #ticket .term {
    font-size: 18px;
    margin-bottom: 28px;
    padding: 16px 0;
    line-height: 1.4;
  }

  #ticket .term span {
    font-size: 70%;
  }

  #ticket .term small {
    font-size: 10px;
    margin-top: 8px;
    display: block;
  }

  #ticket .price {
    font-size: 22px;
    margin-bottom: 28px;
  }

  #ticket .price small {
    font-size: 60%;
  }

  #ticket .entry-btn {
    width: 240px;
    height: 40px;
    font-size: 14px;
  }

  #goods p {
    font-size: 18px;
  }

  #access h3 {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 28px;
  }

  #access .access-info {
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
  }

  #access .access-info small {
    display: block;
    margin-top: 12px;
    line-height: 1.4;

  }

  #access .map {
    height: 280px;
    margin-bottom: 28px;
  }

  #access .map iframe {
    width: 100%;
    height: 100%;
  }

  #access .guudeline {
    margin-top: 60px;
  }

  #access .guudeline h4 {
    font-size: 24px;
    margin-bottom: 28px;
  }

  #access .guudeline p {
    font-size: 12px;
  }

  footer {
    font-size: 10px;
    padding: 60px 0 40px;
  }

}