.subpage-ttl .scroll-txt::before, .subpage-ttl .scroll-txt::after {
  content: "TICKET TICKET TICKET TICKET TICKET ";
  animation: ticker 150s linear infinite;
}

.cmn-block-ttl {
  margin-bottom: 30px;
}

@media (min-width: 769px) {
  .subpage-contents {
    width: calc(100% - 24.4509516837vw);
  }
}

.btn-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-top: 30px;
}
@media (min-width: 769px) {
  .btn-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.btn-list a {
  display: block;
  border: 1px solid #002AF1;
}

.img-seat {
  margin: 30px 0 40px;
}

.price-block {
  margin-top: 40px;
}
@media (min-width: 769px) {
  .price-block + .price-block {
    margin-top: 60px;
  }
}
.price-block .b-ttl {
  margin-bottom: 20px;
}
.price-block .b-ttl + .top-txt {
  margin-top: -15px;
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .price-block .b-flex {
    display: flex;
  }
  .price-block .b-flex span:first-child {
    flex-basis: auto;
    flex-shrink: 0;
  }
}
.price-block .table-wrap {
  overflow: auto;
}
@media (max-width: 768px) {
  .price-block .table-wrap {
    width: calc(100% + 20px);
    padding-right: 20px;
  }
}
.price-block .table-wrap::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.price-block .table-wrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #F6F6F6;
}
.price-block .table-wrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #002AF1;
}
.price-block .bar-b {
  height: 8px;
  background: #fff;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.price-block .price-table {
  position: relative;
  width: 100%;
  white-space: nowrap;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 13px;
  line-height: 1.4;
}
@media (min-width: 769px) {
  .price-block .price-table {
    font-size: 14px;
  }
}
.price-block .price-table::before {
  content: "";
  display: block;
}
.price-block .price-table thead {
  background: #002AF1;
  color: #fff;
  border-top: 1px solid #ADB1B9;
}
.price-block .price-table thead th {
  text-align: center;
  vertical-align: middle;
  height: 44px;
  font-size: 13px;
  font-weight: 400;
  border-right: 1px solid #ADB1B9;
}
.price-block .price-table thead th:nth-child(1) {
  border-left: 1px solid #ADB1B9;
}
.price-block .price-table thead tr:nth-child(n+2) th {
  border-top: 1px solid #ADB1B9;
}
.price-block .price-table tbody td {
  padding: 20px;
  border: 1px solid #ADB1B9;
  vertical-align: middle;
  text-align: center;
}
.price-block .price-table tbody td:nth-child(1) {
  background: #F5F5F5;
  padding: 20px 25px;
}
.price-block .price-table tbody td.time {
  line-height: 2.30769231;
  padding: 24px;
}
.price-block .price-table tbody td.match {
  line-height: 2.46153846;
}
.price-block .price-table tbody td.price, .price-block .price-table tbody td.seats {
  text-align: left;
  line-height: 2.15384615;
}
.price-block .price-table tbody td.sale {
  font-weight: bold;
  color: #CB0000;
}
.price-block .price-table-set thead tr:first-child th:not(:first-child) {
  border-bottom: 1px solid #ADB1B9;
}
.price-block .price-table-set td:first-child {
  position: sticky;
  left: 0;
}
.price-block .price-table-set td:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  border-right: 1px solid #ADB1B9;
}

.block-ticket-info .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.88888889;
}
@media (min-width: 769px) {
  .block-ticket-info .txt {
    font-size: 20px;
  }
}
.block-ticket-info .tel {
  text-decoration: none;
}

.block-notice .b-ttl {
  font-size: 18px;
  line-height: 1.88888889;
  margin-bottom: 20px;
}
@media (min-width: 769px) {
  .block-notice .b-ttl {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
}
.block-notice .notice-txt + .b-ttl {
  margin: 40px 0 12px;
}
.block-notice .notice-txt p {
  padding-left: 1em;
  text-indent: -1em;
}
/*# sourceMappingURL=map/ticket.css.map */