@charset "UTF-8";

header.active .hamburger {
  background: linear-gradient(0deg, #612c59, #385a8f);
}

.move-t {
  background: linear-gradient(0deg, #612c59, #385a8f);
}
.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;
}
#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: 160%;
  background-repeat: no-repeat;
}
#top-bg div:nth-child(1) {
  background-image: linear-gradient(340deg, #fbffe6, #4f8eb2);
}
#top-bg div:nth-child(1)::after {
  background-image: url(../img/01-go-ytawehgf.webp);
  background-position: 50% -13vw;
}
#top-bg div:nth-child(2) {
  background-image: linear-gradient(340deg, #d3cdad, #9b80a5);
}
#top-bg div:nth-child(2)::after {
  background-image: url(../img/02-go-qwatduoa.webp);
  background-position: 52% -10vw;
}

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

@media (orientation: portrait){
  #top-wrap {
    max-height: 180vw;
  }
  #top-bg div::after {
    background-size: 300%;
  }
  #top-bg div:nth-child(1)::after {
    background-position: 49% -24vw;
  }
  #top-bg div:nth-child(2)::after {
    background-position: 50% -20vw;
  }
}

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: 0;
    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 #533c6c;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  box-shadow: 0 0 0 3px #000;
  border-image: linear-gradient(135deg, #000, #6e90a3, #676493, #6e90a3, #000) 1;
}

#thumbnail .slick-current.thumbnail-item:nth-child(1) {
  background: #8dc0d4;
  box-shadow: 0 0 0 1px #8dc0d4;
}
#thumbnail .slick-current.thumbnail-item:nth-child(2) {
  background: #a76699;
  box-shadow: 0 0 0 1px #a76699;
}

#character01.slide-item::before {
  background: linear-gradient(315deg, #4478a7, #ccfffb);
}
#character02.slide-item::before {
  background: linear-gradient(315deg, #622c56, #fff5bf);
}

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, #af219a, #385a8f);
  color: #fff;
  box-shadow: 0 0 0 1px #372c61;
  line-height: 1.2;
  text-shadow: 1px 1px 0 #000;
  margin: 1em 0 0;
}

.schedule .schedule-list:nth-child(7) .schedule-img {
  background: url(../img/logo07.webp), url(../img/01-s-jqeofh.webp), #fff;
  background-size: 55%, 160%, 100%;
  background-position: 98% 50%, 86% 27%, center;
  background-repeat: no-repeat;
}
.schedule .schedule-list:nth-child(8) .schedule-img {
  background: url(../img/logo08.webp), url(../img/01-go-ytawehgf.webp), #fff;
  background-size: 53%, 180%, 100%;
  background-position: 100% 54%, 79% 17%, center;
  background-repeat: no-repeat;
}

.tokuten-img {
  max-width: 700px;
  margin: 0 auto;
}