@charset "utf-8";
/*eyecatch*/
#eyecatch {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
}
#logo {
  width: 213px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 0 0.3rem #373737);
}
@media screen and (max-height:660px) {
  #logo {
    width: 110px;
    top: 45%;
  }
}
#eyecatch span {
  display: block;
}
#eyecatch strong {
  font-size: 30px;
}
#wpmesse {
  font-size: 30px;
}
#online {
  font-size: 40px;
}
#eyecatch p {
  width: 313px;
  font-size: 2rem;
  color: #e42e33;
  mix-blend-mode: luminosity;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%);
}
@media screen and (min-width:961px) {
  #eyecatch {
    background-attachment: fixed;
  }
  #eyecatch p {
    width: 450px;
  }
}
@media screen and (max-height:660px) {
  #eyecatch p {
    top: 65%;
  }
}
#scroll-anime {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
  color: #fff;
}
#scroll-anime span {
  position: absolute;
  top: 5px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  opacity: 0;
  box-sizing: border-box;
}
#scroll-anime span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
#scroll-anime span:nth-of-type(2) {
  top: 15px;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
#scroll-anime span:nth-of-type(3) {
  top: 25px;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}
@-webkit-keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*/eyecatch*/
/*main*/
dl {
  clear: both;
  width: 340px;
  margin: auto;
  font-size: 1.4rem;
}
@media screen and (min-width:961px) {
  dl {
    width: 380px;
    font-size: 1rem;
  }
}
dt {
  float: left;
  margin-right: 36px;
}
dt, dd {
  margin-bottom: 25px;
}
#lineup {
  width: 300px;
  height: auto;
  display: block;
  margin: 0 auto 30px;
  border: 1px solid #707070;
}
@media screen and (min-width:961px) {
  .content_flex {
    display: flex;
    justify-content: center;
  }
  #lineup {
    width: 480px;
    margin: 0 10px 0 0;
  }
}
.artist_button {
  position: relative;
  display: block;
  background: url("../images/artist_button.jpg");
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  width: 300px;
  font-size: 2rem;
  color: #fefefe;
  padding: 65.5px 0;
  text-align: center;
  transition: all 0.5s 0s ease;
}
.artist_button:hover, .artist_button:active {
  transform: scale(1.2, 1.2);
}
.overflow {
  width: 300px;
  margin: auto;
  overflow: hidden;
  border: 1px solid #ffffff;
  border-radius: 3px;
  box-shadow:
    0 0 0.1em #fff, 0 0 0.5em #fff;
  transition: all 0.5s 0s ease;
}
.overflow:hover, .overflow:active {
  box-shadow:
    -1px -1px #fff, 1px -1px #fff, 1px 1px #fff, -1px 1px #fff, 0 0 .1em #fff, 0 0 .1em #fff inset, 0 0 .5em #fff, 0 0 .5em #fff inset, 0 0 1em #fff, 0 0 1em #fff inset;
}
@media screen and (min-width:961px) {
  .overflow {
    margin: auto 160px auto 91px;
  }
  .artist_button {
    height: 300px;
    line-height: 300px;
    padding: 0;
  }
}
.artist_button::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.neon_button {
  display: block;
  box-sizing: border-box;
  width: 182px;
  margin: 0 auto 30px;
  font-size: 1.5rem;
  color: #e42e33;
  line-height: 60px;
  text-align: center;
  border: 1px solid #e42e33;
  border-radius: 3px;
  box-shadow:
    0 0 0.1em #e42e33, 0 0 0.5em #e42e33;
  transition: all 0.5s 0s ease;
}
.neon_button:hover, .neon_button:active {
  box-shadow:
    -1px -1px #e42e33, 1px -1px #e42e33, 1px 1px #e42e33, -1px 1px #e42e33, 0 0 .1em #e42e33, 0 0 .1em #e42e33 inset, 0 0 .5em #e42e33, 0 0 .5em #e42e33 inset, 0 0 1em #e42e33, 0 0 1em #e42e33 inset;
}
.normal_button {
  display: block;
  box-sizing: border-box;
  width: 182px;
  margin: 0 auto 90px;
  font-size: 1.5rem;
  color: #e42e33;
  line-height: 60px;
  text-align: center;
  border: 1px solid #e42e33;
  border-radius: 3px;
  transition: all 0.5s 0s ease;
}
.normal_button:hover, .normal_button:active {
  box-shadow:
    0 0 0.1em #e42e33, 0 0 0.5em #e42e33;
}
@media screen and (min-width:961px) {
  .neon_button, .normal_button {
    width: 300px;
  }
  .neon_button {
    margin: 0 85px 90px 0;
  }
  .normal_button {
    margin: 0 0 90px 85px;
  }
}
/*/main*/