@charset "UTF-8";

header.active .hamburger {
  background: linear-gradient(0deg, #002832, #00befa);
}

.move-t {
  background: linear-gradient(0deg, #002832, #00befa);
}
.move-t>div:nth-child(1) {
  animation: MoveLeft1 32s infinite linear;
}
.move-t>div:nth-child(2) {
  animation: MoveLeft2 32s infinite linear;
}
.move-t>div:nth-child(3) {
  animation: MoveLeft3 32s infinite linear;
}
.move-t>div:nth-child(4) {
  animation: MoveLeft4 32s infinite linear;
}
@keyframes MoveLeft1 {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-200%);
  }
}
@keyframes MoveLeft2 {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes MoveLeft3 {
  from {
    transform: translateY(200%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes MoveLeft4 {
  from {
    transform: translateY(300%);
  }
  to {
    transform: translateY(100%);
  }
}

#top-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
}
#top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#top-bg div {
  position: relative;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
}
#top-bg div::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 330%;
  background-repeat: no-repeat;
}
#top-bg div:nth-child(1) {
  background-image: linear-gradient(315deg, #bb7774, #fffbcc);
}
#top-bg div:nth-child(1)::after {
  background-image: url(../img/03-v-eagihai.webp);
  background-position: 50% -27vw;
}
#top-bg div:nth-child(2) {
  background-image: linear-gradient(315deg, #c392b4, #a7d5ff);
}
#top-bg div:nth-child(2)::after {
  background-image: url(../img/01-v-eagihai.webp);
  background-position: 50% -26vw;
}
#top-bg div:nth-child(3) {
  background-image: linear-gradient(315deg, #676fc5, #dddfde);
}
#top-bg div:nth-child(3)::after {
  background-image: url(../img/02-v-eagihai.webp);
  background-position: 55% -23vw;
}
#top-bg div:nth-child(4) {
  background-image: linear-gradient(315deg, #6f6bc2, #dbbac6);
}
#top-bg div:nth-child(4)::after {
  background-image: url(../img/04-v-eagihai.webp);
  background-position: 59% -19vw;
}

.name {
    transform: translateX(-140%);
}

@media (orientation: portrait){
  #top-bg {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  #top-bg div:nth-child(1) { grid-area: 2 / 1 / 3 / 2; }
  #top-bg div:nth-child(2) { grid-area: 1 / 1 / 2 / 2; }
  #top-bg div:nth-child(3) { grid-area: 1 / 2 / 2 / 3; }
  #top-bg div:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }

  #top-bg div:nth-child(1)::after {
    background-position: 49% -38vw;
  }
  #top-bg div:nth-child(2)::after {
    background-position: 50% -52vw;
  }
  #top-bg div:nth-child(3)::after {
    background-position: 56% -46vw;
  }
  #top-bg div:nth-child(4)::after {
    background-position: 58% -22vw;
  }
}

h1 {
  position: absolute;
  margin: 0 auto;
  bottom: 2vw;
  left: 0;
  right: 0;
  max-width: 1500px;
  width: 96%;
  text-align: center;
}
h1 picture {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 1;
}
h1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, .6);
  width: 96%;
  height: 80%;
  border: 2px solid #000;
}
@media (orientation: portrait){
  h1 {
    bottom: 41%;
    width: 100%;
  }
  h1 picture {
    display: block;
    max-width: 600px;
    width: 96%;
  }
  h1::before {
    top: unset;
    background: rgba(0, 0, 0, .8);
    width: 100%;
    height: 60%;
    border-right: none;
    border-left: none;
  }
}

h2 {
  position: relative;
  margin: 1rem 0;
  font-size: 2em;
  text-align: center;
  font-weight: 900;
  font-style: italic;
  background: url(../img/h2-b.png), rgba(0, 0, 0, .5);
  background-size: 160px, 100%;
  background-position: center;
  color: #fff;
  padding: .5rem 0;
  text-shadow: 2px 2px 0 #004b61;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 0 3px #000;
  border-image: linear-gradient(135deg, #000, #008cb4, #aa4696, #008cb4, #000) 1;
}

#thumbnail .slick-current.thumbnail-item:nth-child(1) {
  background: #a8d3fc;
  box-shadow: 0 0 0 1px #a8d3fc;
}
#thumbnail .slick-current.thumbnail-item:nth-child(2) {
  background: #bdc0d7;
  box-shadow: 0 0 0 1px #bdc0d7;
}
#thumbnail .slick-current.thumbnail-item:nth-child(3) {
  background: #dbb59d;
  box-shadow: 0 0 0 1px #dbb59d;
}
#thumbnail .slick-current.thumbnail-item:nth-child(4) {
  background: #b49dc5;
  box-shadow: 0 0 0 1px #b49dc5;
}

#character01.slide-item::before {
  background: linear-gradient(315deg, #c392b4, #a7d5ff);
}
#character02.slide-item::before {
  background: linear-gradient(315deg, #8b91cd, #dddfde);
}
#character03.slide-item::before {
  background: linear-gradient(315deg, #bb7774, #fffbcc);
}
#character04.slide-item::before {
  background: linear-gradient(315deg, #6f6bc2, #dbbac6);
}

a.all {
  position: relative;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 150%;
  font-weight: 700;
  border: 3px solid #000;
  padding: .8em;
  background: linear-gradient(0deg, #002832, #00befa);
  color: #fff;
  box-shadow: 0 0 0 1px #008cb4;
  line-height: 1.2;
  text-shadow: 1px 1px 0 #000;
  margin: 1em 0 0;
}

.schedule .schedule-list:nth-child(5) .schedule-img {
  background: url(../img/logo05.webp), url(../img/01-av-eoihyaewf.webp), #fff;
  background-size: 55%, 200%, 100%;
  background-position: 98% 50%, 86% 30%, center;
  background-repeat: no-repeat;
}
.schedule .schedule-list:nth-child(6) .schedule-img {
  background: url(../img/logo06.webp), url(../img/01-v-eagihai.webp), #fff;
  background-size: 55%, 200%, 100%;
  background-position: 99% 54%, 79% 28%, center;
  background-repeat: no-repeat;
}