@charset "utf-8";
/*main*/
#onlinebox img {
  width: 90.65%;
  max-width: 776px;
  display: block;
  margin: 0 auto 30px;
  border: 1px solid #707070;
}
.neon_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;
  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;
  }
}
#tickets .main p {
  text-align: center;
  margin-bottom: 30px;
  font-size: 2rem;
}
/*/main*/