.top10 {
  margin-top: 10px !important;
}

.bot10 {
  margin-bottom: 10px !important;
}

.top20 {
  margin-top: 20px !important;
}

.bot20 {
  margin-bottom: 20px !important;
}

.top30 {
  margin-top: 30px !important;
}

.bot30 {
  margin-bottom: 30px !important;
}

.top40 {
  margin-top: 40px !important;
}

.bot40 {
  margin-bottom: 40px !important;
}

.top50 {
  margin-top: 50px !important;
}

.bot50 {
  margin-bottom: 50px !important;
}

.top60 {
  margin-top: 60px !important;
}

.bot60 {
  margin-bottom: 60px !important;
}

.top70 {
  margin-top: 70px !important;
}

.bot70 {
  margin-bottom: 70px !important;
}

.top80 {
  margin-top: 80px !important;
}

.bot80 {
  margin-bottom: 80px !important;
}

.top90 {
  margin-top: 90px !important;
}

.bot90 {
  margin-bottom: 90px !important;
}

.top100 {
  margin-top: 100px !important;
}

.bot100 {
  margin-bottom: 100px !important;
}

/********************************************
* Ticket Form
********************************************/
.ticket-form .ticket-information {
  font-weight: bold;
  font-size: 32px;
  color: #ef8384;
  line-height: 1.4;
}
@media screen and (max-width: 1080px) {
  .ticket-form .ticket-information {
    font-size: 24px;
  }
}
.ticket-form .ticket-date {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .ticket-form .ticket-date {
    font-size: 16px;
  }
}
.ticket-form .ticket-detail {
  margin-bottom: 20px;
}
.ticket-form .t-price {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 1080px) {
  .ticket-form .t-price {
    font-size: 16px;
  }
}
.ticket-form input[type=text],
.ticket-form input[type=number],
.ticket-form input[type=email],
.ticket-form input[type=tel] {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #3290bf;
  padding: 5px 10px;
  border-radius: 10px;
}
.ticket-form input[type=checkbox] {
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  vertical-align: middle;
  margin-right: 5px;
}
.ticket-form textarea {
  width: 100%;
  height: 300px;
  background-color: #fff;
  padding: 5px 10px;
  border: 1px solid #3290bf;
  border-radius: 10px;
}
.ticket-form input[type=submit] {
  background: #3290bf;
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 5px;
  border-radius: 50px;
  width: 300px;
  margin: 0 auto;
  display: block;
}
.ticket-form input[type=submit]:hover {
  opacity: 0.8;
}
.ticket-form input[type=submit]:disabled {
  opacity: 0.4;
}
.ticket-form input[type=submit]:disabled:hover {
  background-color: #3399cc;
  color: #fff;
  cursor: default;
}
.ticket-form .selectbox {
  position: relative;
  display: inline-block;
  width: 100px;
  margin-right: 15px;
}
@media screen and (max-width: 1080px) {
  .ticket-form .selectbox {
    display: block;
    margin: 0;
  }
}
.ticket-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: 1px solid #3290bf;
  border-radius: 10px;
}
.ticket-form .selectbox::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10%;
  top: 35%;
  border-bottom: #333 2px solid;
  border-right: #333 2px solid;
  -webkit-transform: rotate(45deg) translateY(-30%);
          transform: rotate(45deg) translateY(-30%);
}
.ticket-form #card-element {
  width: 100%;
  height: 35px;
  background-color: #fff;
  border: 1px solid #3290bf;
  border-radius: 10px;
}
.ticket-form #card-errors {
  background-color: #dc6633;
  color: #fff;
  text-align: center;
  font-size: 15px;
}
.ticket-form input.yen {
  padding: 0;
  line-height: 34px;
  width: 40%;
  font-size: 24px;
  font-weight: 700;
  margin-right: 0.5em;
  -webkit-appearance: none;
  border: none;
  background: none;
  color: #000;
}
.ticket-form label {
  font-size: 14px;
}
.ticket-form table {
  width: 100%;
}
.ticket-form table th {
  font-size: 14px;
  padding: 10px 10px 10px 0;
  vertical-align: middle;
  width: 100px;
}
@media screen and (max-width: 1080px) {
  .ticket-form table th {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.ticket-form table td {
  font-size: 14px;
  padding: 10px 0 10px 10px;
}
@media screen and (max-width: 1080px) {
  .ticket-form table td {
    width: 100%;
    display: block;
    padding: 0;
    padding-bottom: 15px;
  }
}
.ticket-form .left_ticket {
  font-size: 24px;
  font-weight: bold;
}
.ticket-form .notice {
  background-color: #f1f1f1;
  padding: 20px;
  border: 1px solid #ccc;
  height: 150px;
  overflow-y: scroll;
}
.ticket-form .error {
  margin-top: 10px;
  font-weight: bold;
}
.ticket-form .wpulike {
  display: none;
}

.gahaha-notice-wrap {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.gahaha-notice-wrap input {
  margin-top: -3px;
}

.test-mode {
  background-color: #dc6633;
  color: #fff;
  text-align: center;
  font-size: 24px;
}