/*----------
top-news　 
----------*/

.top-news {
  padding: 180px 0 437px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.top-news:before {
  content: '';
  position: absolute;
  width: 1880px;
  height: 480px;
  top: -70px;
  right: -130px;
  background-image: url(../../img/top/top-news-deco-001.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;

  animation: flicker-001 3s infinite;
  animation-timing-function: steps(1);
  animation-delay: 1s;
  opacity: 1;
  pointer-events: none;
}

.top-news:after {
  content: '';
  position: absolute;
  width: 449px;
  height: 1146px;
  top: 180px;
  left: -50px;
  background-image: url(../../img/top/top-news-deco-002.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;

  animation: flicker-002 3.5s infinite;
  animation-timing-function: steps(1);
  animation-delay: 1s;
  opacity: 1;
  pointer-events: none;
}

@keyframes flicker-001 {
  0% {
    opacity: 1;
    filter: brightness(1);
  }
  2% {
    opacity: 0.4;
    filter: brightness(1);
  }
  4% {
    opacity: 1;
    filter: brightness(1.3);
  }
  8% {
    opacity: 0.6;
    filter: brightness(0.9);
  }
  10% {
    opacity: 1;
    filter: brightness(1);
  }
  15% {
    opacity: 0.2;
    filter: brightness(0.8);
  }
  20% {
    opacity: 1;
    filter: brightness(1.1);
  }
  25% {
    opacity: 0.7;
    filter: brightness(1.2);
  }
  30% {
    opacity: 1;
    filter: brightness(1);
  }
  70% {
    opacity: 1;
    filter: brightness(1);
  }
  72% {
    opacity: 0.3;
    filter: brightness(1.3);
  }
  75% {
    opacity: 1;
    filter: brightness(1);
  }
  85% {
    opacity: 0.5;
    filter: brightness(0.9);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}

@keyframes flicker-002 {
  0% {
    opacity: 1;
    filter: brightness(1);
  }
  3% {
    opacity: 0.3;
    filter: brightness(0.9);
  }
  6% {
    opacity: 1;
    filter: brightness(1.2);
  }
  12% {
    opacity: 0.6;
    filter: brightness(1);
  }
  18% {
    opacity: 1;
    filter: brightness(1.3);
  }
  24% {
    opacity: 0.4;
    filter: brightness(0.85);
  }
  30% {
    opacity: 1;
    filter: brightness(1);
  }
  50% {
    opacity: 0.7;
    filter: brightness(1.15);
  }
  60% {
    opacity: 1;
    filter: brightness(1);
  }
  73% {
    opacity: 0.2;
    filter: brightness(1.25);
  }
  76% {
    opacity: 1;
    filter: brightness(1);
  }
  88% {
    opacity: 0.5;
    filter: brightness(0.95);
  }
  100% {
    opacity: 1;
    filter: brightness(1);
  }
}

.top-news-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
  position: relative;
  z-index: 0;
}
.top-news-inner:after {
  content: '';
  position: absolute;
  width: 933px;
  height: 1037px;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../../img/top/top-news-main-deco.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}

.section-title-top-news {
  max-width: 805px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.top-news-content {
  padding-right: 100px;
  height: 363px;
  overflow-y: scroll;
}

.top-news-content::-webkit-scrollbar {
  width: 10px;
}
.top-news-content::-webkit-scrollbar-track {
  background: #fff;
}

.top-news-content::-webkit-scrollbar-thumb {
  background-color: #ff7878;
  border-radius: 5px;
}

.top-news-content-item {
  padding: 30px 0;
  border-bottom: 2px dotted #cac6e5;
}

.top-news-content-date {
  color: #cac6e5;
  font-family: 'Sarpanch', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 5px;
}

.top-news-content-text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .top-news {
    padding: 60px 0 54px;
  }

  .top-news:before {
    content: '';
    width: 656px;
    height: 185px;
    top: -10px;
    right: -260px;
    animation: flicker-001 6s infinite;
  }

  .top-news:after {
    content: '';
    width: 169px;
    height: 431px;
    top: 90px;
    left: -70px;
    animation: flicker-001 6s infinite;
  }

  .top-news-inner:after {
    width: 384px;
    height: 427px;
    top: -20px;
  }

  .section-title-top-news {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .top-news-content {
    padding-right: 36px;
    height: 302px;
  }

  .top-news-content-item {
    padding: 12px 0;
  }
  .top-news-content-text {
    font-size: 14px;
  }
}

/*----------
top-venue 
----------*/

.top-venue {
  padding-bottom: 330px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.top-venue:after {
  content: '';
  position: absolute;
  width: 2618px;
  height: 1434px;
  top: 20px;
  left: 52%;
  transform: translateX(-50%);
  background-image: url(../../img/top/top-venue-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
}

.top-venue-inner {
  max-width: 1630px;
  margin: 0 auto;
  padding: 0 30px;
}

.section-title-top-venue {
  max-width: 805px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.top-venue-content {
  display: grid;
  grid-template-columns: 1fr 396px;
  gap: 85px;
}

.top-venue-content-list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.top-venue-content-detail {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  margin-bottom: 10px;
}

.top-venue-content-detail-date {
  color: #fdd34e;
  font-family: 'Roboto Mono', monospace;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.top-venue-content-detail-date span {
  font-size: 20px;
  display: block;
}

.top-venue-content-detail-ja {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.top-venue-content-detail-en {
  color: #fff;
  font-family: 'Roboto Mono', monospace;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.top-venue-content-link {
  background: #263cb4;
  display: flex;
  padding: 0 10px 3px 10px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.top-venue-content-link img {
  width: 16px;
}

@media screen and (max-width: 1000px) {
  .top-venue-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 767px) {
  .top-venue {
    padding-bottom: 60px;
  }

  .top-venue:after {
    width: 628px;
    height: 447px;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-title-top-venue {
    max-width: 200px;
    margin-bottom: 40px;
  }

  .top-venue-content-list {
    gap: 25px;
  }

  .top-venue-content-detail {
    padding-bottom: 3px;
    margin-bottom: 7px;
  }

  .top-venue-content-detail-date {
    font-size: 20px;
  }

  .top-venue-content-detail-date span {
    font-size: 16px;
  }

  .top-venue-content-detail-ja {
    font-size: 16px;
  }

  .top-venue-content-detail-en {
    font-size: 16px;
  }

  .top-venue-content-link {
    padding: 10px;
    font-size: 14px;
  }
}

/*----------
top-schedule
----------*/
.top-schedule {
  padding-bottom: 232px;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.top-schedule-inner {
  max-width: 1415px;
  margin: 0 auto;
  padding: 0 10px;
}

.section-title-top-schedule {
  margin-bottom: 60px;
}

.top-schedule .c-schedule {
  position: relative;
  z-index: 2;
}
.top-schedule .c-schedule::after {
  content: '';
  position: absolute;
  width: 1589px;
  height: 1647px;
  top: 100px;
  left: 50%;
  transform: translateX(-170%);
  background-image: url(../../img/top/top-schedule-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  z-index: -1;
}

.top-schedule .c-schedule.is-visible::after {
  animation: seek-light 1.6s ease-out forwards;
}

@keyframes seek-light {
  0% {
    transform: translateX(-170%);
  }
  50% {
    transform: translateX(-20%);
  }
  100% {
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  .top-schedule {
    padding-bottom: 60px;
  }

  .section-title-top-schedule {
    max-width: 354px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .top-schedule .c-schedule {
    position: relative;
    z-index: 2;
  }
  .top-schedule .c-schedule::after {
    content: '';
    position: absolute;
    width: 967px;
    height: 1005px;
    top: -120px;
    left: 50%;
    transform: translateX(-170%);
    background-image: url(../../img/top/top-schedule-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: -1;
  }

  .top-schedule .c-schedule.is-visible::after {
    animation: seek-light 1.6s ease-out forwards;
  }

  @keyframes seek-light {
    0% {
      transform: translateX(-170%);
    }
    50% {
      transform: translateX(-20%);
    }
    100% {
      transform: translateX(-50%);
    }
  }
}
