[v-cloak] {
  display: none;
}
img {
  display: block;
}
a[target="_blank"]::after {
  margin: 0 3px 0 1px;
  font-family: 'Hobonichi-Icons'!important;
  content: "\e914";
  font-size: 85%;
  position: relative;
  top: -3px;
}
dl dt {
  margin: 0.5em 0;
}
header {
  padding: 1em 0;
  border-bottom: solid 3px #FFE928;
}
footer {
  padding: 0.5em 0;
  border-top: solid 3px #FFE928;
}
.outline_border {
  border: solid 3px #FFE928;
  border-bottom: none;
}
.outline_border:first-child {
  border-top: none;
}
header.outline_border {
  border-top: none;
}
.container {
  max-width: 960px;
}
.content dt {
  font-weight: bold;
}
.content dd {
  margin-left: 0;
}
.content ul, .content ul ul {
  list-style: none;
  margin: 0;
}
.section {
  padding: 3rem;
}
.radio .date, .radio .max_quantity {
  padding-left: 1rem;
  vertical-align: middle;
}
#cart .tickets li {
  font-size: 130%;
  padding-left: 1em;
}
#cart .ticket_notice, #cart .select_quantity {
  margin-left: 1.5em;
}
.content ul.ticket_notice {
  margin: 1em;
}
#cart .max_quantity {
  color: #DD6777;
}
.candidate {
  padding: 0.25em 1em;
  display: inline-block;
  transition: padding 0.3s ease-in-out, background-color 0.5s ease-in-out;
  border-radius: 0.4em;
}
.candidate.selected {
  padding: 0.7em 1em;
  background-color: rgba(255, 233, 40, 0.7);
}
.candidate.disabled .date {
  color: #a9a9a9;
}
.form_title {
  margin: 0.75em 1em;
}
.add_cart svg {
  width: 400px;
  max-width: 80%;
  display: block;
  margin: 3em auto;
  fill: black;
}
.add_cart.disabled svg {
  fill: #a9a9a9;
}
.add_cart.disabled svg rect.cls-8 {
  stroke: #a9a9a9;
}
a.add_cart.disabled {
  cursor: default;
}
.add_cart svg .cls-1 {
  font-size:39.35px;
  font-family:MidashiGoPr5-MB31-83pv-RKSJ-H, A-OTF Midashi Go MB31 Pr5;
  letter-spacing:0.02em;
}
.add_cart svg .cls-2 {
  letter-spacing:0.06em;
}
.add_cart svg .cls-3 {
  letter-spacing:-0.04em;
}
.add_cart svg .cls-4 {
  letter-spacing:-0.08em;
}
.add_cart svg .cls-5 {
  letter-spacing:0em;
}
.add_cart svg .cls-6 {
  letter-spacing:0.02em;
}
.add_cart svg .cls-7 {
  letter-spacing:0.06em;
}
.add_cart svg rect.cls-8 {
  fill:none;
  stroke:#000;
  stroke-miterlimit:10;
  stroke-width:3px;
}
.add_cart:not(.disabled):hover svg {
  fill: #FFE928;
}
.add_cart:not(.disabled):hover svg rect.cls-8 {
  stroke: #FFE928;
}
footer .share, footer .hobo {
  justify-content: space-around;
}
footer a {
  color: black;
}
footer .shares .share_title {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-size: 12px;
  font-weight: bold;
}
footer .shares .share_title span {
  display: block;
  line-height: 1em;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
footer .shares {
  max-width: 1000px;
  margin: 0 auto;
}
footer .column {
  padding: 1em;
}
.shares li {
  font-size: 2rem;
}
.hb-twitter:before {
  content: "\e911";
}
.hb-facebook:before {
  content: "\e90c";
}
.hb-line:before {
  content: "\e90f";
}
.hb-email-text:before {
  content: "\e909";
}
.hb-email-text {
  font-size: 1.4rem;
}
.hb-hobo-logo:before {
  content: "\e923";
}
@media screen and (max-width: 640px) {
  .section {
    padding: 0.75em;
  }
  #cart .tickets li {
    font-size: 110%;
    padding-left: 0.25em;
  }
  br {
    display: none;
  }
  header {
    padding: 0.5em 0;
    font-size: smaller;
  }
}