@charset "UTF-8";
.btn3 {
  display: block;
  border: #003087 3px solid;
  background: #003087;
  color: #fff;
  text-decoration: none;
  padding: 15px 10px;
  text-align: center;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
  transition: opacity 0.2s ease;
  font-size: 2rem;
  max-width: 640px;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .btn3 {
    font-size: 1.8rem;
    display: block;
    width: 90%;
    margin-top: 20px;
  }
}
.btn3::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.btn3:hover {
  opacity: 0.7;
}

.sup {
  font-size: 14px;
}

.tel {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .tel {
    text-decoration: underline;
    pointer-events: auto;
  }
}

.ticket.wrapper {
  padding: 60px 0 120px;
}
@media only screen and (max-width: 768px) {
  .ticket.wrapper {
    padding: 20px 0 0;
  }
}

.fromNow__outer {
  background: #0a3586 url("../img/home/game_bg.jpg") center center no-repeat;
  background-size: cover;
  margin-top: 50px;
  padding: 0 0 50px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .fromNow__outer {
    margin-top: 25px;
    padding: 0 0 25px;
  }
}
.fromNow__top {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px 0;
  text-align: center;
  line-height: 1;
}
.fromNow__date {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  .fromNow__date {
    font-size: 2.4rem;
  }
}
.fromNow__date .day {
  font-size: 6.5rem;
  letter-spacing: -0.1em;
  padding-right: 15px;
}
@media only screen and (max-width: 768px) {
  .fromNow__date .day {
    font-size: 4rem;
    padding-right: 5px;
  }
}
.fromNow__sec {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .fromNow__sec {
    font-size: 1.6rem;
  }
}
.fromNow__mid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .fromNow__mid {
    margin-top: 25px;
  }
}
.fromNow__mid .team {
  text-align: center;
}
.fromNow__mid .team__area {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .fromNow__mid .team__area {
    font-size: 1.4rem;
  }
}
.fromNow__mid .team__emblem {
  height: 160px;
  margin: 10px 0 20px;
}
@media only screen and (max-width: 768px) {
  .fromNow__mid .team__emblem {
    height: 70px;
    margin: 5px 0 10px;
  }
}
.fromNow__mid .team__emblem img {
  height: 100%;
  width: auto;
}
.fromNow__mid .team__name {
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .fromNow__mid .team__name {
    font-size: 1.4rem;
  }
}
.fromNow__mid .team__vs {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  padding: 0 100px;
}
@media only screen and (max-width: 768px) {
  .fromNow__mid .team__vs {
    font-size: 3rem;
    padding: 0 10px;
  }
}
.fromNow__bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .fromNow__bottom {
    display: block;
    margin-top: 25px;
  }
}
.fromNow__bottom .btn,
.fromNow__bottom .btn2 {
  padding: 20px 10px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .fromNow__bottom .btn,
  .fromNow__bottom .btn2 {
    padding: 15px 10px;
    font-size: 1.8rem;
  }
}
.fromNow__bottom__game {
  width: 360px;
}
@media only screen and (max-width: 768px) {
  .fromNow__bottom__game {
    width: 80%;
    margin: 20px auto 0;
  }
}
.fromNow__bottom__ticket {
  width: 360px;
}
@media only screen and (max-width: 768px) {
  .fromNow__bottom__ticket {
    width: 80%;
    margin: 0 auto;
  }
}

.fromNext {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .fromNext {
    display: block;
  }
}
.fromNext__item {
  background: #f8f8f8 url("../img/ticket/fromNext_bg.png") center center no-repeat;
  background-size: cover;
  padding: 25px 35px;
  width: 585px;
}
@media only screen and (max-width: 768px) {
  .fromNext__item {
    width: 100%;
    padding: 20px;
  }
}
.fromNext__inner {
  padding: 25px 35px;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (max-width: 768px) {
  .fromNext__inner {
    padding: 20px;
  }
}
.fromNext__top {
  text-align: center;
  line-height: 1;
}
.fromNext__date {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .fromNext__date {
    font-size: 2.4rem;
  }
}
.fromNext__date .day {
  font-size: 5.5rem;
  letter-spacing: -0.1em;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  .fromNext__date .day {
    font-size: 4rem;
    padding-right: 5px;
  }
}
.fromNext__sec {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .fromNext__sec {
    font-size: 1.4rem;
  }
}
.fromNext__mid {
  margin-top: 15px;
}
.fromNext__mid a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  color: #000;
  text-decoration: none;
}
.fromNext__mid a:hover .vs__link span {
  text-decoration: none;
}
.fromNext__mid .team {
  text-align: center;
}
.fromNext__mid .team__area {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .fromNext__mid .team__area {
    font-size: 1.2rem;
  }
}
.fromNext__mid .team__emblem {
  height: 100px;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .fromNext__mid .team__emblem {
    height: 70px;
  }
}
.fromNext__mid .team__emblem img {
  height: 100%;
  width: auto;
}
.fromNext__mid .team__name {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .fromNext__mid .team__name {
    font-size: 1.2rem;
  }
}
.fromNext__mid .vs {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .fromNext__mid .vs {
    padding: 0 10px;
  }
}
.fromNext__mid .vs__vs {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fromNext__mid .vs__vs {
    font-size: 3rem;
  }
}
.fromNext__mid .vs__link {
  font-size: 1.4rem;
  position: relative;
  padding: 0 10px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fromNext__mid .vs__link {
    font-size: 1.2rem;
  }
}
.fromNext__mid .vs__link span {
  text-decoration: underline;
}
.fromNext__mid .vs__link::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.fromNext__bottom {
  margin: 30px auto 0;
  width: 360px;
}
@media only screen and (max-width: 768px) {
  .fromNext__bottom {
    width: 100%;
  }
}
.fromNext__bottom a {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .fromNext__bottom a {
    font-size: 1.8rem;
  }
}
.fromNext__btn {
  margin: 50px auto 0;
  width: 640px;
}
@media only screen and (max-width: 768px) {
  .fromNext__btn {
    width: 90%;
  }
}
.fromNext__btn a {
  font-size: 2.4rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .fromNext__btn a {
    padding: 25px 10px;
  }
}
.fromNext__btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.howtoBuy {
  padding-top: 110px;
}
@media only screen and (max-width: 768px) {
  .howtoBuy {
    padding-top: 50px;
  }
}
.howtoBuy + .inquiry {
  padding-bottom: 0;
}
.howtoBuy__bnr {
  margin-top: 65px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .howtoBuy__bnr {
    margin: 30px auto 0;
    width: 90%;
  }
}
.howtoBuy__bnr a {
  transition: opacity 0.2s ease;
}
.howtoBuy__bnr a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .howtoBuy__bnr a img {
    width: 100%;
    height: auto;
  }
}
.howtoBuy__other {
  margin: 20px auto 0;
  text-align: right;
  width: 820px;
}
@media only screen and (max-width: 768px) {
  .howtoBuy__other {
    width: 90%;
    margin-top: 10px;
  }
}
.howtoBuy__list {
  width: 820px;
  margin: 40px auto 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .howtoBuy__list {
    display: block;
    width: 90%;
    margin-top: 20px;
  }
}
.howtoBuy__item {
  width: 100%;
  margin-top: 20px;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .howtoBuy__item {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
}
.howtoBuy__item:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .howtoBuy__item:last-child {
    margin-right: 0;
  }
}
.howtoBuy__item a {
  display: block;
  background: #0a3586 left 20px center no-repeat;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  padding: 30px 20px;
  position: relative;
  transition: opacity 0.2s ease;
  height: 100%;
  border-radius: 15px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .howtoBuy__item a {
    background-size: contain;
    font-size: 1.8rem;
    padding: 15px 20px;
    border-radius: 100px;
  }
}
.howtoBuy__item a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
.howtoBuy__item a:hover {
  opacity: 0.7;
}

.fanclub {
  padding-top: 110px;
}
@media only screen and (max-width: 768px) {
  .fanclub {
    padding-top: 50px;
  }
}
.fanclub__bnr {
  margin-top: 65px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .fanclub__bnr {
    margin: 30px auto 0;
    width: 90%;
  }
}
.fanclub__bnr a {
  transition: opacity 0.2s ease;
}
.fanclub__bnr a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .fanclub__bnr a img {
    width: 100%;
    height: auto;
  }
}

/* 2021/06/26 リニューアル */
.ticket-top div.toggle,
.ticket-top h3.toggle,
.ticket-top h4.toggle,
.ticket-sekiwari div.toggle,
.ticket-sekiwari h3.toggle,
.ticket-sekiwari h4.toggle {
  padding: 60px;
  cursor: pointer;
  font-size: 3.5rem;
  margin: 0;
  position: relative;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .ticket-top div.toggle,
  .ticket-top h3.toggle,
  .ticket-top h4.toggle,
  .ticket-sekiwari div.toggle,
  .ticket-sekiwari h3.toggle,
  .ticket-sekiwari h4.toggle {
    padding: 5%;
  }
}
.ticket-top div.toggle::before, .ticket-top div.toggle::after,
.ticket-top h3.toggle::before,
.ticket-top h3.toggle::after,
.ticket-top h4.toggle::before,
.ticket-top h4.toggle::after,
.ticket-sekiwari div.toggle::before,
.ticket-sekiwari div.toggle::after,
.ticket-sekiwari h3.toggle::before,
.ticket-sekiwari h3.toggle::after,
.ticket-sekiwari h4.toggle::before,
.ticket-sekiwari h4.toggle::after {
  content: "";
  width: 30px;
  height: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transition: transform 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .ticket-top div.toggle::before, .ticket-top div.toggle::after,
  .ticket-top h3.toggle::before,
  .ticket-top h3.toggle::after,
  .ticket-top h4.toggle::before,
  .ticket-top h4.toggle::after,
  .ticket-sekiwari div.toggle::before,
  .ticket-sekiwari div.toggle::after,
  .ticket-sekiwari h3.toggle::before,
  .ticket-sekiwari h3.toggle::after,
  .ticket-sekiwari h4.toggle::before,
  .ticket-sekiwari h4.toggle::after {
    width: 15px;
    height: 2px;
  }
}
.ticket-top div.toggle::after,
.ticket-top h3.toggle::after,
.ticket-top h4.toggle::after,
.ticket-sekiwari div.toggle::after,
.ticket-sekiwari h3.toggle::after,
.ticket-sekiwari h4.toggle::after {
  transform: rotate(-90deg);
}
.ticket-top div.toggle::after,
.ticket-top h3.toggle::after,
.ticket-top h4.toggle::after,
.ticket-sekiwari div.toggle::after,
.ticket-sekiwari h3.toggle::after,
.ticket-sekiwari h4.toggle::after {
  transform: rotate(-90deg);
}
.ticket-top div.toggle:hover,
.ticket-top h3.toggle:hover,
.ticket-top h4.toggle:hover,
.ticket-sekiwari div.toggle:hover,
.ticket-sekiwari h3.toggle:hover,
.ticket-sekiwari h4.toggle:hover {
  opacity: 0.7;
}
.ticket-top div.toggle:hover::before,
.ticket-top h3.toggle:hover::before,
.ticket-top h4.toggle:hover::before,
.ticket-sekiwari div.toggle:hover::before,
.ticket-sekiwari h3.toggle:hover::before,
.ticket-sekiwari h4.toggle:hover::before {
  transform: rotate(180deg);
}
.ticket-top div.toggle:hover::after,
.ticket-top h3.toggle:hover::after,
.ticket-top h4.toggle:hover::after,
.ticket-sekiwari div.toggle:hover::after,
.ticket-sekiwari h3.toggle:hover::after,
.ticket-sekiwari h4.toggle:hover::after {
  transform: rotate(90deg);
}
.ticket-top div.toggle.active::after,
.ticket-top h3.toggle.active::after,
.ticket-top h4.toggle.active::after,
.ticket-sekiwari div.toggle.active::after,
.ticket-sekiwari h3.toggle.active::after,
.ticket-sekiwari h4.toggle.active::after {
  transform: rotate(180deg);
}
.ticket-top div.toggle.active:hover::before, .ticket-top div.toggle.active:hover::after,
.ticket-top h3.toggle.active:hover::before,
.ticket-top h3.toggle.active:hover::after,
.ticket-top h4.toggle.active:hover::before,
.ticket-top h4.toggle.active:hover::after,
.ticket-sekiwari div.toggle.active:hover::before,
.ticket-sekiwari div.toggle.active:hover::after,
.ticket-sekiwari h3.toggle.active:hover::before,
.ticket-sekiwari h3.toggle.active:hover::after,
.ticket-sekiwari h4.toggle.active:hover::before,
.ticket-sekiwari h4.toggle.active:hover::after {
  transform: rotate(360deg);
}
.ticket-top div.target,
.ticket-top h3.target,
.ticket-sekiwari div.target,
.ticket-sekiwari h3.target {
  display: none;
}
.ticket-top div.target__inner,
.ticket-top h3.target__inner,
.ticket-sekiwari div.target__inner,
.ticket-sekiwari h3.target__inner {
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .ticket-top div.target__inner,
  .ticket-top h3.target__inner,
  .ticket-sekiwari div.target__inner,
  .ticket-sekiwari h3.target__inner {
    padding-bottom: 10%;
  }
}
.ticket-top .ticketBtn .btn,
.ticket-sekiwari .ticketBtn .btn {
  width: 400px;
  margin: 0 auto;
  background: #ac9933 url("../img/ticket/top/icon_ticketbtn.png") left 20px center no-repeat;
  background-size: 40px auto;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .ticket-top .ticketBtn .btn,
  .ticket-sekiwari .ticketBtn .btn {
    width: 90%;
    background-position: left 7.5% center;
    background-size: 20px auto;
    font-size: 1.6rem;
    padding: 10px;
  }
}

.ticket-top .wrapper.ticket {
  padding-top: 2px;
  padding-bottom: 0;
}
.ticket-top .fromNow__outer {
  margin-top: 0;
}

.ticket-sekiwari .wrapper.ticket {
  padding-bottom: 0;
}
.ticketTop__contentsTitle {
  text-align: center;
  margin-bottom: 1.5em;
}
.ticketTop__contentsTitle span {
  font-size: 3.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .ticketTop__contentsTitle span {
    font-size: 2.4rem;
  }
}
.ticketTop__leadtext {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 2em;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.ticketTop__column {
  border: 4px solid;
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .ticketTop__column {
    border-width: 2px;
    padding: 0 5%;
  }
}
.ticketTop__column .toggle-design {
  padding: 20px;
  font-size: 2.6rem;
  letter-spacing: 0;
  text-align: center;
  margin: 0 30px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .ticketTop__column .toggle-design {
    padding: 5%;
    font-size: 1.6rem;
    margin: 0 2%;
  }
}
.ticketTop__btnArea {
  padding: 50px 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .ticketTop__btnArea {
    display: block;
    padding: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .ticketTop__btnArea__item + .ticketTop__btnArea__item {
    margin-top: 5%;
  }
}
.ticketTop__btnArea__item a {
  border: 4px solid;
  display: block;
  text-align: center;
  width: 560px;
  padding: 30px;
  font-size: 2.6rem;
  font-weight: 700;
  color: #09369d;
  text-decoration: none;
  background: #ced7eb;
  line-height: 1;
  transition: opacity 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .ticketTop__btnArea__item a {
    width: 100%;
    font-size: 1.6rem;
    padding: 5%;
    border-width: 2px;
  }
}
.ticketTop__btnArea__item a:hover {
  opacity: 0.7;
}

.ticketBnr {
  padding: 40px;
}
@media only screen and (max-width: 768px) {
  .ticketBnr {
    padding: 5vw 0;
    width: 90%;
    margin: 0 auto;
  }
}
.ticketBnr__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 1%;
}
.ticketBnr__item {
  width: 48%;
  margin-top: 2%;
}
.ticketBnr__item:nth-child(even) {
  margin-left: 4%;
}
.ticketBnr__item img {
  width: 100%;
  height: auto;
}

.ticketTopColumn {
  background: #09369d center center no-repeat;
  background-size: cover;
  padding: 40px 40px 50px;
  color: #fff;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .ticketTopColumn {
    padding: 10vw 5%;
  }
}
.ticketTopColumn.municipalities {
  background-image: url("../img/ticket/top/municipalities_bg.jpg");
  background-size: cover;
  margin-top: 0;
  color: #09369d;
}
.ticketTopColumn.seatTable {
  background: #09369d url("../img/ticket/top/seattable_bg.jpg") center top no-repeat;
  background-size: cover;
  color: #09369d;
}
.ticketTopColumn.priceTable {
  background: #09369d url("/wp-content/uploads/ticket_top_bg2025_01.jpg") center center no-repeat;
  background-size: cover;
}
.ticketTopColumn.invitation {
  background: #09369d url("/wp-content/uploads/ticket_top_bg2025_02.jpg") center center no-repeat;
  background-size: cover;
}
.ticketTopColumn.seasonseat {
  background: #09369d url("/wp-content/uploads/ticket_top_bg2025_03.jpg") center center no-repeat;
  background-size: cover;
}
.ticketTopColumn__btn {
  width: 200px;
  margin: 0 auto;
}
.ticketTopColumn__btn .btn {
  padding: 11px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #09369d;
  background: #fff;
  line-height: 1;
  border: 2px solid;
  position: relative;
}
.ticketTopColumn__btn .btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #09369d;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}

.ticketSchedule {
  margin-top: 10px;
  background: url("../img/ticket/top/schedule_bg.jpg") center top no-repeat;
  background-size: 100% auto;
  color: #09369d;
}
.ticketSchedule h3.toggle::before, .ticketSchedule h3.toggle::after {
  right: 50px;
}
@media only screen and (max-width: 768px) {
  .ticketSchedule h3.toggle::before, .ticketSchedule h3.toggle::after {
    right: 5%;
  }
}
.ticketSchedule__table {
  width: calc(100% - 320px);
  margin: 0 auto 40px;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .ticketSchedule__table {
    width: 90%;
    margin-bottom: 5%;
  }
}
.ticketSchedule__table th,
.ticketSchedule__table td {
  border: #cbcbcb 1px solid;
}
.ticketSchedule__table thead th {
  text-align: center;
  color: #fff;
  background: #0a3586;
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 8px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .ticketSchedule__table thead th {
    font-size: 0.9rem;
    padding: 4px 1px;
  }
}
.ticketSchedule__table thead th.color {
  background: #5373bb;
}
.ticketSchedule__table tbody tr {
  background: #fff;
}
.ticketSchedule__table tbody tr:nth-child(even) {
  background: #f9f9f9;
}
.ticketSchedule__table tbody th,
.ticketSchedule__table tbody td {
  text-align: center;
  line-height: 1.25;
  padding: 5px;
  vertical-align: middle;
  color: #141414;
}
@media only screen and (max-width: 768px) {
  .ticketSchedule__table tbody th,
  .ticketSchedule__table tbody td {
    padding: 4px 2px;
  }
}
.ticketSchedule__table tbody th {
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .ticketSchedule__table tbody th {
    font-size: 1.2rem;
  }
}
.ticketSchedule__table tbody td {
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .ticketSchedule__table tbody td {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .ticketSchedule__table tbody td:nth-child(2) {
    white-space: nowrap;
    margin: 0;
    line-height: 1em;
  }
}
.ticketSchedule__table tbody td .star {
  color: #09369d;
}

.ticketHowto {
  margin-top: 10px;
  background: #09369d url("../img/ticket/top/howto_bg.jpg") center bottom no-repeat;
  background-size: 100% auto;
  color: #fff;
  padding: 40px 160px 60px;
}
@media only screen and (max-width: 768px) {
  .ticketHowto {
    padding: 5%;
  }
}
.ticketHowto .ticketTop__column {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  .ticketHowto .ticketTop__column {
    margin-top: 5%;
  }
}
.ticketHowto .ticketTop__column + .ticketTop__column {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .ticketHowto .ticketTop__column + .ticketTop__column {
    margin-top: 2.5%;
  }
}
.ticketHowto h4.toggle {
  padding: 20px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .ticketHowto h4.toggle {
    padding: 7.5% 5%;
    font-size: 1.8rem;
  }
}
.ticketHowto .target__inner h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  padding-top: 35px;
  color: #09369d;
}
@media only screen and (max-width: 768px) {
  .ticketHowto .target__inner h4 {
    padding-top: 10%;
  }
}
.ticketHowto .target__inner h4 span {
  font-size: 1.6rem;
  padding-left: 0.5em;
}
.ticketHowto__advance, .ticketHowto__fanclub, .ticketHowto__today {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 40px;
}
@media only screen and (max-width: 768px) {
  .ticketHowto__advance, .ticketHowto__fanclub, .ticketHowto__today {
    padding: 15px 20px;
  }
}
.ticketHowto__advance .bnrList, .ticketHowto__fanclub .bnrList, .ticketHowto__today .bnrList {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .ticketHowto__advance .bnrList, .ticketHowto__fanclub .bnrList, .ticketHowto__today .bnrList {
    display: block;
  }
}
.ticketHowto__advance .bnrList__item, .ticketHowto__fanclub .bnrList__item, .ticketHowto__today .bnrList__item {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  .ticketHowto__advance .bnrList__item, .ticketHowto__fanclub .bnrList__item, .ticketHowto__today .bnrList__item {
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  .ticketHowto__advance .bnrList__item img, .ticketHowto__fanclub .bnrList__item img, .ticketHowto__today .bnrList__item img {
    max-width: 100%;
    height: auto;
  }
}
.ticketHowto__advance .fee, .ticketHowto__fanclub .fee, .ticketHowto__today .fee {
  background: rgba(9, 54, 157, 0.1);
  padding: 30px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.66;
  margin-top: 40px;
  color: #09369d;
}
@media only screen and (max-width: 768px) {
  .ticketHowto__advance .fee, .ticketHowto__fanclub .fee, .ticketHowto__today .fee {
    padding: 15px;
    margin-top: 20px;
  }
}
.ticketHowto__today {
  margin-top: 30px;
}
.ticketHowto__today h4 {
  padding-top: 0 !important;
}
.ticketHowto__today .text {
  margin-top: 20px;
  color: #09369d;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.66;
  text-align: center;
}
.ticketHowto__fanclub .bnrList {
  margin-top: 10px;
}
.ticketHowto__fanclub .bnrList__item {
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .ticketHowto__fanclub .bnrList__item {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .ticketHowto__fanclub .bnrList__item img {
    max-width: 100%;
    height: auto;
  }
}

.invitation__list, .seasonseat__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .invitation__list, .seasonseat__list {
    display: block;
  }
}
.invitation__item, .seasonseat__item {
  width: 28%;
}
@media only screen and (max-width: 768px) {
  .invitation__item, .seasonseat__item {
    width: 100%;
  }
}
.invitation__item:not(:first-child), .seasonseat__item:not(:first-child) {
  margin-left: 5%;
}
@media only screen and (max-width: 768px) {
  .invitation__item:not(:first-child), .seasonseat__item:not(:first-child) {
    margin-left: 0;
    margin-top: 5%;
  }
}
.invitation__item .btn, .seasonseat__item .btn {
  background: #fff;
  color: #09369d;
  font-weight: 700;
  border: 2px solid;
  position: relative;
}
.invitation__item .btn::after, .seasonseat__item .btn::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent #09369d;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
}
.invitation__title {
  font-size: 2rem;
  font-weight: 700;
}
.invitation__title.long {
  font-size: 1.8rem;
}
.invitation .ticketTopColumn__btn {
  width: 160px;
  margin-top: 10px;
}
.invitation .ticketTopColumn__btn a {
  font-size: 1.4rem;
  padding: 5px;
}

.seasonseat__column {
  width: 600px;
  margin: 0 auto;
  border: #fff 4px solid;
  padding: 25px 50px 25px 30px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background: rgba(9, 54, 157, 0.7);
}
@media only screen and (max-width: 768px) {
  .seasonseat__column {
    width: 100%;
    display: block;
    text-align: center;
    border-width: 2px;
    padding: 5%;
  }
}
.seasonseat__column + .seasonseat__column {
  margin-top: 20px;
}
.seasonseat__title {
  font-size: 2.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .seasonseat__title {
    font-size: 2rem;
  }
}
.seasonseat .ticketTopColumn__btn {
  width: 160px;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .seasonseat .ticketTopColumn__btn {
    margin: 5% auto 0;
  }
}
.seasonseat .ticketTopColumn__btn a {
  font-size: 1.4rem;
  padding: 5px;
}
@media only screen and (max-width: 768px) {
  .transfer {
    margin: 4px 0 0;
  }
}
.transfer__other {
  margin: 10px auto 0;
}
.transfer__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .transfer__lead {
    max-width: 90%;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
.transfer__list {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media only screen and (max-width: 768px) {
  .transfer__list {
    display: block;
    width: 90%;
    margin-top: 20px;
  }
}
.transfer__item {
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .transfer__item {
    width: 100%;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .transfer__item + .transfer__item {
    margin-top: 50px;
  }
}
.transfer__item__title {
  text-align: center;
  color: #003087;
  font-size: 3rem;
  font-weight: 700;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .transfer__item__title {
    font-size: 2rem;
  }
}
.transfer__item__text {
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: normal;
  margin: 21px auto 18px;
}
@media only screen and (max-width: 768px) {
  .transfer__item__text {
    font-size: 1.8rem;
    min-height: auto;
    margin: 7px auto 15px;
  }
}

.ticket-inner {
  padding: 0 60px 130px;
}
@media only screen and (max-width: 768px) {
  .ticket-inner {
    padding: 7px 0 50px;
  }
}

.shichouson__lead {
  font-size: 1.6rem;
  max-width: 920px;
  margin: 40px auto 0;
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .shichouson__lead {
    font-size: 1.8rem;
    max-width: 90%;
    margin: 22px auto 25px;
  }
}
@media only screen and (max-width: 768px) {
  .shichouson__table {
    max-width: 90%;
    margin: 0 auto;
  }
}
.shichouson__head {
  margin: 64px auto 0;
}
@media only screen and (max-width: 768px) {
  .shichouson__body .shichouson__bottom {
    align-items: center;
  }
}
.shichouson__top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.shichouson__top {
  width: 1080px;
}
@media only screen and (max-width: 768px) {
  .shichouson__top {
    width: 100%;
  }
}
.shichouson__top .shichouson__th:nth-child(1),
.shichouson__top .shichouson__td:nth-child(1) {
  width: 14.9074074074%;
}
.shichouson__top .shichouson__th:nth-child(2),
.shichouson__top .shichouson__td:nth-child(2) {
  width: 20.6481481481%;
}
.shichouson__top .shichouson__th:nth-child(3),
.shichouson__top .shichouson__td:nth-child(3) {
  width: 31.1111111111%;
}
.shichouson__top .shichouson__th:nth-child(4),
.shichouson__top .shichouson__td:nth-child(4) {
  width: 33.3333333333%;
}
.shichouson__th {
  text-align: center;
  background: #001d58;
  color: #fff;
  padding: 20px 5px;
  border-left: #fff 1px solid;
  font-size: 1.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .shichouson__th {
    padding: 10px 5px;
    border-bottom: #fff 1px solid;
    font-size: 1.5rem;
    max-height: 42px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
  }
}
.shichouson__td {
  text-align: center;
  font-size: 1.5rem;
  padding: 20px 5px;
}
@media only screen and (max-width: 768px) {
  .shichouson__td {
    padding: 10px 5px;
    font-size: 1.5rem;
  }
}
.shichouson__td__outer {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  border-bottom: #dadada 1px solid;
  background: #fff;
  transition: background 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .shichouson__td__outer {
    display: block;
    padding: 5px 0;
  }
}

.group {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .group {
    margin: 4px auto 0;
    max-width: 90%;
  }
}
.group__lead {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 11px auto 0;
}
@media only screen and (max-width: 768px) {
  .group__lead {
    max-width: 100%;
    margin: 0 auto;
    font-size: 1.8rem;
  }
}
.group__contentsTitle {
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .group__contentsTitle {
    margin: 40px auto 0;
  }
}
.group__contents {
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .group__contents {
    max-width: 100%;
    margin: 20px auto 0;
  }
}
.group__text {
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .group__text {
    font-size: 1.8rem;
  }
}
.group__text + .group__text {
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .group__text + .group__text {
    margin: 10px auto 0;
  }
}
.group__tel {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .group__tel {
    text-decoration: underline;
    pointer-events: auto;
  }
}
.group__list {
  margin: 10px auto 0;
}
.group__item {
  line-height: 1.875;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .group__item {
    font-size: 1.7rem;
  }
}

.pwd {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pwd {
    margin: 4px auto 0;
    max-width: 90%;
  }
}
.pwd__contents {
  margin: 40px auto 0;
  width: 840px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .pwd__contents {
    max-width: 100%;
    margin: 20px auto 0;
    padding-bottom: 40px;
  }
}
.pwd__contents .contentsTitle3 {
  margin-top: 40px;
}
.pwd__contents .contentsText {
  margin: 30px 0 10px;
}
.pwd__contents h5 {
  margin-top: 20px;
  font-weight: 700;
  font-size: 1.8rem;
}
.pwd__contents .sublist {
  width: 510px;
  margin: 20px auto 10px;
  padding: 10px 40px;
  background: #f2f2f2;
}
@media only screen and (max-width: 768px) {
  .pwd__contents .sublist {
    width: auto;
    padding: 10px 20px;
  }
}
.pwd__contents .sublist .contentsList {
  text-align: left;
  margin: 0 auto 20px;
  list-style: disc;
  list-style-position: outside;
  margin-left: 1.5em;
}
.pwd__contents .sublist .contentsList li {
  padding: 3px 0;
}
.pwd__contentsTitle {
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .pwd__contentsTitle {
    margin: 0 auto;
  }
}
.pwd__text {
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .pwd__text {
    font-size: 1.8rem;
  }
}
.pwd__text + .pwd__text {
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .pwd__text + .pwd__text {
    margin: 10px auto 0;
  }
}

.tourokucard {
  width: 1080px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .tourokucard {
    margin: 4px auto 0;
    max-width: 90%;
  }
}
.tourokucard__lead {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .tourokucard__lead {
    max-width: 100%;
    margin: 20px auto 0;
    font-size: 1.8rem;
  }
}
.tourokucard__lead a {
  color: #014099;
  text-decoration: none;
}
.tourokucard__note {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 11px auto 0;
}
@media only screen and (max-width: 768px) {
  .tourokucard__note {
    max-width: 100%;
    margin: 6px auto 0;
    font-size: 1.8rem;
  }
}
.tourokucard__contents {
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .tourokucard__contents {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .tourokucard__contents .accordion__contents__imgItem {
    display: block;
  }
}
.tourokucard__contents .accordion__contents__imgItem > div {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .tourokucard__contents .accordion__contents__imgItem > div {
    padding: 10px;
  }
}

.s-sheet {
  padding: 0 60px;
}
@media only screen and (max-width: 768px) {
  .s-sheet {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
.s-sheet__contentsTitle {
  padding-top: 60px;
}
@media only screen and (max-width: 768px) {
  .s-sheet__contentsTitle {
    padding-top: 50px;
  }
}
.s-sheet figure img {
  width: 60%;
  margin: 20px auto 0;
  display: block;
}
@media only screen and (max-width: 768px) {
  .s-sheet figure img {
    width: 100%;
  }
}
.s-sheet__table {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  .s-sheet__table {
    margin-top: 20px;
  }
}
.s-sheet__table img {
  width: 100%;
}
.s-sheet .pageLeadText {
  text-align: center;
}
.s-sheet__list {
  width: 862px;
  margin: 63px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.s-sheet__list:nth-of-type(n + 2) {
  margin: 42px auto 0;
}
@media only screen and (max-width: 768px) {
  .s-sheet__list {
    justify-content: center;
    width: 90%;
    margin-top: 20px;
  }
}
.s-sheet__item {
  width: calc((100% - 58px) / 2);
  border: solid 3px #003087;
}
@media only screen and (max-width: 768px) {
  .s-sheet__item {
    width: calc(100% - 20px);
  }
}
.s-sheet__item:nth-of-type(n + 3) {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  .s-sheet__item:nth-of-type(n + 3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .s-sheet__item:nth-of-type(n + 2) {
    margin-top: 25px;
  }
}
.s-sheet__item__heading {
  text-align: center;
  background: #003087;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding: 15px 0;
  min-height: 67px;
}
@media only screen and (max-width: 768px) {
  .s-sheet__item__heading {
    font-size: 1.8rem;
    padding: 8px 0;
    min-height: auto;
  }
}
.s-sheet__item__box {
  padding: 22px 11px 20px;
}
@media only screen and (max-width: 768px) {
  .s-sheet__item__box {
    font-size: 1.8rem;
    padding: 1vw 7px;
    min-height: auto;
  }
}
.s-sheet__item__title {
  color: #003087;
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding: 0 8px;
}
@media only screen and (max-width: 768px) {
  .s-sheet__item__title {
    font-size: 1.8rem;
    padding: 1.3vw 6px 0;
  }
}
.s-sheet__item__title2 {
  margin: 22px 0 0;
  padding: 19px 8px 0;
  border-top: dashed 2px #000;
}
@media only screen and (max-width: 768px) {
  .s-sheet__item__title2 {
    margin: 8px 0 0;
    padding: 8px 6px 0;
  }
}
.s-sheet__item__text {
  font-size: 1.6rem;
  position: relative;
  padding: 5px 8px 0;
  line-height: 1.9;
  letter-spacing: -0.2px;
}
@media only screen and (max-width: 768px) {
  .s-sheet__item__text {
    font-size: 1.8rem;
    padding: 2px 6px 0;
  }
}
.s-sheet__imgBox {
  margin: 40px auto 0;
  text-align: center;
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .s-sheet__imgBox {
    margin: 20px auto 0;
  }
}
.s-sheet__imgBox img {
  max-width: 100%;
}
.s-sheet__info {
  margin: 50px auto 0;
  width: 1080px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .s-sheet__info {
    margin: 25px auto 0;
    font-size: 1.8rem;
    text-align: left;
    width: 90%;
  }
}
.s-sheet__btn {
  margin: 28px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .s-sheet__btn {
    display: block;
    width: 90%;
    margin-top: 40px;
  }
}
.s-sheet__btn__item {
  width: 300px;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .s-sheet__btn__item {
    width: 100%;
    margin-top: 15px;
  }
}
.s-sheet__btn__item:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .s-sheet__btn__item:not(:first-child) {
    margin-left: 0;
  }
}
.s-sheet__btn2 {
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .s-sheet__btn2 {
    margin: 30px auto 0;
    width: 90%;
  }
}

.wheelchair {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .wheelchair {
    margin: 4px auto 0;
    max-width: 90%;
  }
}
.wheelchair__img {
  width: 942px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .wheelchair__img {
    width: 100%;
  }
}
.wheelchair__img img {
  max-width: 100%;
}
.wheelchair__lead {
  font-size: 1.6rem;
  line-height: 1.875;
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .wheelchair__lead {
    font-size: 1.8rem;
    margin: 20px auto 0;
  }
}
.wheelchair__contents {
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .wheelchair__contents {
    max-width: 100%;
    margin: 20px auto 0;
  }
}
.wheelchair__contentsTitle {
  margin: 60px auto 0;
}
@media only screen and (max-width: 768px) {
  .wheelchair__contentsTitle {
    margin: 40px auto 0;
  }
}
.wheelchair__text {
  line-height: 1.875;
}
@media only screen and (max-width: 768px) {
  .wheelchair__text {
    font-size: 1.8rem;
  }
}
.wheelchair__text + .wheelchair__text {
  margin: 20px auto 0;
}
@media only screen and (max-width: 768px) {
  .wheelchair__text + .wheelchair__text {
    margin: 10px auto 0;
  }
}
.wheelchair .contentsTitle3 {
  margin: 80px 0 10px;
}
.wheelchair figure {
  margin: 40px 0;
}
@media only screen and (max-width: 768px) {
  .wheelchair figure img {
    width: 100%;
  }
}

ul.list_text {
  list-style: disc;
  width: 80%;
  text-align: left;
  margin: 40px auto;
}
ul.list_text li {
  padding: 3px 0;
}
@media only screen and (max-width: 768px) {
  ul.list_text {
    width: auto;
    margin-left: 1.5rem;
  }
}

.ticket.wrapper .inquiry {
  padding-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .ticket.wrapper .inquiry {
    padding-bottom: 40px;
  }
}

.sekiwari {
  width: 1080px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sekiwari {
    margin: 4px auto 0;
    max-width: 90%;
  }
}
.sekiwari__map {
  position: relative;
  width: 680px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sekiwari__map {
    width: auto;
  }
}
.sekiwari__map a.sekiwari_point {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.sekiwari__map a.sekiwari_point img {
  width: 40px;
}

@media only screen and (max-width: 768px) {
  .sekiwari__map img,
  .price img,
  .seat img {
    width: 100%;
  }
}
.price {
  width: 820px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .price {
    margin: 4px auto 0;
    max-width: 90%;
  }
}
.price__selectTab {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  border-bottom: #0a3586 2px solid;
}
@media only screen and (max-width: 768px) {
  .price__selectTab {
    margin-top: 20px;
  }
}
.price__selectPanel {
  font-family: Avenir-light, Century Gothic, sans-serif;
  font-size: 2rem;
  color: #3e3e3e;
  cursor: pointer;
  transition: opacity 0.2s ease;
  border-radius: 10px 10px 0 0;
  background: #dadada;
  text-align: center;
  padding: 15px;
  width: 32%;
  margin: 0 auto;
}
.price__selectPanel:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .price__selectPanel {
    padding: 10px 2px;
    font-size: 1.4rem;
  }
}
.price__selectPanel[aria-selected=true] {
  background: #0a3586;
  color: #fff;
}
.price__section[aria-hidden=true] {
  display: none;
}
.price__section {
  width: 820px;
  margin: 0 auto;
  padding: 40px 0;
  border: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .price__section {
    width: auto;
    padding: 20px 10px;
  }
}
.price__section h4 {
  color: #133086;
  margin: 30px 0 10px;
}
.price__section .pageLeadText {
  text-align: right;
}
.price__section ul {
  list-style: none;
  margin-left: 1.5em;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .price__section ul {
    margin-left: 0px;
  }
}
.price__section ul li {
  padding: 3px 0;
  width: 49%;
  text-align: left;
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .price__section ul li {
    width: auto;
  }
}
.price__section ul li a {
  color: #003087;
  text-decoration: none;
}
.price__section ul li a:hover {
  color: #003087;
  text-decoration: underline;
}

.seat {
  width: 880px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .seat {
    width: 88%;
    padding-bottom: 8%;
  }
}
@media screen and (max-width: 340px) {
  .seat {
    width: 96%;
  }
}
.seat .contentsTitle {
  padding: 50px 0 10px;
}
@media only screen and (max-width: 768px) {
  .seat .contentsTitle {
    padding: 8% 0;
    font-size: 2rem;
  }
}
.seat .accordion {
  background: #fafafa;
}
@media only screen and (max-width: 768px) {
  .seat .accordion__list {
    margin-top: 0;
  }
}
.seat .accordion .toggle {
  display: flex;
  align-items: center;
  background: none;
}
.seat .accordion .toggle h3 {
  min-width: 290px;
  text-align: center;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .seat .accordion .toggle h3 {
    min-width: 240px;
    font-size: 14px;
  }
}
.seat .accordion .toggle .lead {
  font-size: 14px;
  padding: 0 50px;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .seat .accordion .toggle .lead {
    display: none;
  }
}
.seat .main-ss-reserved .toggle h3 {
  background: #ea3f37;
}
.seat .main-ss .toggle h3 {
  background: #ea6399;
}
.seat .main-s-north-pair .toggle h3 {
  background: #ea633c;
}
.seat .main-s-north .toggle h3 {
  background: #ef9841;
}
.seat .main-s-south .toggle h3 {
  background: #8ed24c;
  color: #333;
}
.seat .group-seat .toggle h3 {
  background: #7032a1;
}
.seat .main-sa-north .toggle h3 {
  background: #fdf854;
  color: #333;
}
.seat .main-sa-south .toggle h3 {
  background: #3a8184;
}
.seat .backstand .toggle h3 {
  background: #9dc3e8;
  color: #333;
}
.seat .home-free .toggle h3,
.seat .free-south .toggle h3 {
  background: #9a98f9;
  color: #333;
}
.seat .visitor-free .toggle h3 {
  background: #f6cbaa;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .seat .accordion__contents {
    padding-top: 0;
  }
}
.seat__detail {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .seat__detail {
    display: block;
  }
}
.seat__detail__img {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .seat__detail__img {
    width: 100%;
  }
}
.seat__detail__img img {
  width: 100%;
  height: auto;
}
.seat__detail__text {
  width: 56%;
  font-size: 1.4rem;
  line-height: 1.85;
}
@media only screen and (max-width: 768px) {
  .seat__detail__text {
    width: 100%;
    margin-top: 4%;
  }
}
.seat__detail__text .seatArea__price__table {
  margin-top: 1em;
}
.seat__detail__text .seatArea__price__table th,
.seat__detail__text .seatArea__price__table td {
  border: #fafafa 1px solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
}
.seat__detail__text .seatArea__price__table thead th:first-child,
.seat__detail__text .seatArea__price__table thead th:nth-child(2) {
  background: #999;
  color: #fff;
  font-size: 1rem;
}
.seat__detail__text .seatArea__price__table thead th:first-child {
  width: 32%;
}
@media only screen and (max-width: 768px) {
  .seat__detail__text .seatArea__price__table thead th:first-child {
    width: auto;
  }
}
.seat__detail__text .seatArea__price__table tbody th,
.seat__detail__text .seatArea__price__table tbody td {
  background: #fff;
}
.seat__detail__btn {
  margin-top: 25px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .seat__detail__btn {
    display: block;
    margin-top: 4%;
  }
}
.seat__detail__btn__item.panoramaBtn, .seat__detail__btn__item.ticketBtn {
  margin: 0;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  .seat__detail__btn__item.panoramaBtn, .seat__detail__btn__item.ticketBtn {
    width: 100%;
  }
}
.seat__detail__btn__item.panoramaBtn a.btn, .seat__detail__btn__item.ticketBtn a.btn {
  height: 60px;
  line-height: 60px;
  padding: 0;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .seat__detail__btn__item.panoramaBtn a.btn, .seat__detail__btn__item.ticketBtn a.btn {
    width: 100%;
  }
}
.seat__detail__btn__item.panoramaBtn a {
  background-size: auto 40px, cover;
}
@media only screen and (max-width: 768px) {
  .seat__detail__btn__item.ticketBtn {
    margin-top: 2%;
  }
}

/* 2021/06/26 リニューアル */
.sekiwariAnchor {
  padding: 0 40px 50px;
}
@media only screen and (max-width: 768px) {
  .sekiwariAnchor {
    padding: 0 2% 4%;
  }
}
.sekiwariAnchor__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .sekiwariAnchor__item {
    width: 100%;
  }
}
.sekiwariAnchor__item:not(:first-child) {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .sekiwariAnchor__item:not(:first-child) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 340px) {
  .sekiwariAnchor__item:not(:first-child) {
    margin-left: 1%;
  }
}
.sekiwariAnchor__item a {
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding: 5px 60px;
  border-bottom: 3px solid;
  display: block;
}
@media only screen and (max-width: 768px) {
  .sekiwariAnchor__item a {
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
    padding: 5px 2%;
  }
}
@media screen and (max-width: 340px) {
  .sekiwariAnchor__item a {
    font-size: 1rem;
    padding: 5px 1%;
  }
}
.sekiwariAnchor__item a::after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/ticket/sekiwari/arrow.png") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .sekiwariAnchor__item a::after {
    width: 1.25em;
    height: 1.25em;
  }
}

.seatBtn__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-bottom: #001689 5px solid;
}
@media only screen and (max-width: 768px) {
  .seatBtn__list {
    align-items: stretch;
  }
}
.seatBtn__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  background: #e5e7f3;
  padding: 20px 20px 15px;
  width: 100%;
  text-align: center;
  color: #001689;
  line-height: 1;
  height: 80px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .seatBtn__item {
    font-size: 1.2rem;
    height: auto;
    padding: 2%;
  }
}
@media screen and (max-width: 340px) {
  .seatBtn__item {
    font-size: 1rem;
    padding: 2% 1%;
  }
}
.seatBtn__item:hover, .seatBtn__item.active {
  background: #001689;
  color: #fff;
}
.seatBtn__item:not(:first-child) {
  border-left: #fff 1px solid;
}
@media only screen and (max-width: 768px) {
  .seatBtn__item:nth-child(3) {
    font-size: 1rem;
  }
}
.seatBtn__item span {
  display: inline-block;
}

.seatTarget {
  display: none;
}
.seatTarget.active {
  display: block;
}

.seatSelect__list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  border-bottom: #001689 1px solid;
}
@media only screen and (max-width: 768px) {
  .seatSelect__list {
    flex-wrap: wrap;
    align-items: stretch;
  }
}
.seatSelect__item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  background: #ccd0e7;
  padding: 14px 10px;
  width: 100%;
  text-align: center;
  color: #000;
  line-height: 1.16;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .seatSelect__item {
    width: 25%;
    padding: 4% 1%;
    font-size: 1.4rem;
  }
}
.seatSelect__item:hover, .seatSelect__item.active {
  background: #001689;
  color: #fff;
}
.seatSelect__item:not(:first-child) {
  border-left: #fff 1px solid;
}
@media only screen and (max-width: 768px) {
  .seatSelect__item:nth-child(n+5) {
    border-top: #fff 1px solid;
  }
}
#backstand .seatSelect__item {
  padding: 23px 10px;
}
@media only screen and (max-width: 768px) {
  #backstand .seatSelect__item {
    padding: 4% 1%;
  }
}
#free-south .seatSelect__item {
  padding: 23px 10px;
}
@media only screen and (max-width: 768px) {
  #free-south .seatSelect__item {
    padding: 4% 1%;
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #free-south .seatSelect__item:not(:first-child) {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  #free-south .seatSelect__item:nth-child(even) {
    border-left: #fff 1px solid;
  }
}
@media only screen and (max-width: 768px) {
  #free-south .seatSelect__item:nth-child(n+3) {
    border-top: #fff 1px solid;
  }
}
#home-free .seatSelect__item {
  padding: 23px 10px;
}
@media only screen and (max-width: 768px) {
  #home-free .seatSelect__item {
    padding: 4% 1%;
    width: 33.33%;
  }
}

.panoramaBtn {
  width: 280px;
  margin: 10px auto;
}
.panoramaBtn a {
  display: block;
  background: url("../img/ticket/sekiwari/panoramabtn_icon.png") left 4px center no-repeat, #003999 url("../img/ticket/sekiwari/panoramabtn_bg.jpg") center center no-repeat;
  background-size: auto 30px, cover;
  border: 2px solid;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.panoramaBtn a:hover {
  opacity: 0.7;
}

.seatArea {
  display: none;
}
.seatArea.active {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .seatArea.active {
    display: block;
  }
}
.seatArea__imgArea {
  width: 68%;
  padding: 60px 20px 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .seatArea__imgArea {
    width: 100%;
    padding: 4% 2%;
  }
}
.seatArea__imgArea img {
  max-width: 100%;
}
.seatArea__textArea {
  width: 32%;
  background: #e5e5e5;
  padding: 10px 30px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .seatArea__textArea {
    width: 100%;
    padding: 3% 8% 5%;
  }
}
@media screen and (max-width: 340px) {
  .seatArea__textArea {
    padding: 3% 4% 5%;
  }
}
.seatArea__img {
  width: 100%;
}
.seatArea__img img {
  width: 100%;
  height: auto;
}
.seatArea__toggle {
  display: none;
}
@media only screen and (max-width: 768px) {
  .seatArea__toggle {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    border-bottom: #001689 1px solid;
    margin-top: 10px;
  }
}
.seatArea__toggle span {
  color: #001689;
}
.seatArea__toggle__item {
  background: #a0bad3;
  color: #000;
  text-align: center;
  font-size: 1rem;
  width: 100%;
  border-radius: 10px 10px 0 0;
  padding: 10px 2px 5px;
  line-height: 1.2;
}
.seatArea__toggle__item:not(:first-child) {
  margin-left: 1px;
}
.seatArea__toggle__item.active {
  background: #0055a9;
  color: #fff;
}
.seatArea__toggle__item.active span {
  color: #fff;
}
.seatArea__price {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .seatArea__price {
    margin-top: 0;
  }
}
.seatArea__price__title {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: #0055a9;
  padding: 5px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .seatArea__price__title {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .seatArea__price__item {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .seatArea__price__item.active {
    display: block;
  }
}
.seatArea__price__table {
  margin-top: 1px;
  width: 100%;
  table-layout: fixed;
}
.seatArea__price__table thead tr {
  background: #0a3586;
}
.seatArea__price__table thead tr.main-ss-reserved-plus {
  background: #fdebeb;
}
.seatArea__price__table thead tr.main-ss-reserved {
  background: #fdeff5;
}
.seatArea__price__table thead tr.main-s-north-pair {
  background: #fdebeb;
}
.seatArea__price__table thead tr.main-s-north {
  background: #fdf4ec;
}
.seatArea__price__table thead tr.main-s-south {
  background: #f3faed;
}
.seatArea__price__table thead tr.group-seat {
  background: #f0eaf5;
}
.seatArea__price__table thead tr.main-sa-north {
  background: #fffeee;
}
.seatArea__price__table thead tr.main-sa-south {
  background: #ebf2f2;
}
.seatArea__price__table thead tr.backstand {
  background: #f5f9fd;
}
.seatArea__price__table thead tr.home-free, .seatArea__price__table thead tr.free-south {
  background: #f5f4fe;
}
.seatArea__price__table thead tr.visitor-free {
  background: #fefaf6;
}
.seatArea__price__table thead th {
  font-size: 1.2rem;
  line-height: 1.16;
  text-align: center;
  color: #000;
  padding: 5px;
  vertical-align: middle;
  font-weight: 400;
  border-bottom: #e5e5e5 1px solid;
}
.seatArea__price__table thead th.color {
  font-size: 1rem;
  background: #999999;
}
.seatArea__price__table thead th:not(.color) {
  border-left: #e5e5e5 1px solid;
}
.seatArea__price__table tbody th,
.seatArea__price__table tbody td {
  line-height: 1.16;
  text-align: center;
  padding: 10px 5px;
  vertical-align: middle;
  font-weight: 400;
  color: #000;
}
.seatArea__price__table tbody th {
  font-size: 1rem;
  background: #f6f6f6;
  border-top: #e5e5e5 1px solid;
}
.seatArea__price__table tbody th + th {
  border-left: #e5e5e5 1px solid;
}
.seatArea__price__table tbody td {
  font-size: 1.2rem;
  background: #fff;
  border-left: #e5e5e5 1px solid;
  border-top: #e5e5e5 1px solid;
}

.ticketTable {
  background: #004098 url("../img/ticket/sekiwari/tickettable_bg.jpg") center top no-repeat;
  background-size: 100% auto;
  padding: 40px 160px;
}
@media only screen and (max-width: 768px) {
  .ticketTable {
    padding: 4% 2%;
  }
}
.ticketTable .contentsTitle {
  color: #fff;
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .ticketTable .contentsTitle {
    padding-bottom: 4%;
  }
}
.ticketTable__inner {
  background: #fff;
  padding-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .ticketTable__inner {
    padding-bottom: 4%;
  }
}
.ticketTable .flexpriceBtn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  border-bottom: #001689 2px solid;
  padding: 15px 10px 0;
}
@media only screen and (max-width: 768px) {
  .ticketTable .flexpriceBtn {
    align-items: stretch;
    margin: 0 2%;
    padding: 2% 1% 0;
  }
}
@media screen and (max-width: 340px) {
  .ticketTable .flexpriceBtn {
    margin: 0;
  }
}
.ticketTable .flexpriceBtn__item {
  font-size: 2rem;
  font-weight: 700;
  text-decoration: none;
  background: #dadada;
  padding: 25px 20px 15px;
  width: 100%;
  text-align: center;
  color: #3e3e3e;
  line-height: 1.25;
  height: 80px;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .ticketTable .flexpriceBtn__item {
    font-size: 1.2rem;
    padding: 5% 1%;
    height: auto;
  }
}
.ticketTable .flexpriceBtn__item span {
  color: #001689;
}
.ticketTable .flexpriceBtn__item:hover, .ticketTable .flexpriceBtn__item[aria-selected=true] {
  background: #001689;
  color: #fff;
}
.ticketTable .flexpriceBtn__item:hover span, .ticketTable .flexpriceBtn__item[aria-selected=true] span {
  color: #fff;
}
.ticketTable .flexpriceBtn__item:not(:first-child) {
  margin-left: 12px;
}
@media only screen and (max-width: 768px) {
  .ticketTable .flexpriceBtn__item:not(:first-child) {
    margin-left: 2%;
  }
}
.ticketTable__target {
  padding: 35px;
}
@media only screen and (max-width: 768px) {
  .ticketTable__target {
    padding: 2% 2% 4%;
  }
}
@media screen and (max-width: 340px) {
  .ticketTable__target {
    padding: 2% 1% 4%;
  }
}
.ticketTable__target[aria-selected=true] {
  background: #0a3586;
  color: #fff;
}
.ticketTable__target[aria-hidden=true] {
  display: none;
}
.ticketTable .ticketTop__column {
  padding: 0;
  margin-top: 35px;
  color: #fff;
  background: #093688;
}
@media only screen and (max-width: 768px) {
  .ticketTable .ticketTop__column {
    margin-top: 4%;
  }
}
.ticketTable h4.toggle {
  padding: 20px;
  font-size: 2.6rem;
  letter-spacing: 0;
  text-align: center;
  margin: 0 30px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .ticketTable h4.toggle {
    padding: 5%;
    font-size: 1.6rem;
    margin: 0 2%;
  }
}
.ticketTable h4.toggle::before, .ticketTable h4.toggle::after {
  right: 25px;
}
.ticketTable .target__inner {
  border-top: 1px solid;
  padding-top: 20px;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  .ticketTable .target__inner {
    margin: 0 2%;
    padding: 4% 0 !important;
  }
}
.ticketTable .target__inner h4 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .ticketTable .target__inner h4 {
    font-size: 1.4rem;
  }
}
.ticketTable .target__inner h4 span {
  font-size: 1.6rem;
  padding-left: 0.5em;
}
@media only screen and (max-width: 768px) {
  .ticketTable .target__inner h4 span {
    font-size: 1.4rem;
  }
}
.ticketTable .target__inner .text {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 1em;
  font-feature-settings: "palt" 1;
  text-align: justify;
  text-justify: inter-ideograph;
}
@media only screen and (max-width: 768px) {
  .ticketTable .target__inner .text {
    font-size: 1.2rem;
    padding: 0 4%;
  }
}
.ticketTable .target__inner {
  padding-bottom: 40px;
}
.ticketTable__matchTitle {
  margin-top: 1em;
  margin-bottom: 0.25em;
  font-size: 1.8rem;
  font-weight: 700;
  color: #0a3586;
}

.table01 {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .table01 {
    font-size: 1rem;
  }
}
.table01 th,
.table01 td {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 5px;
}
@media screen and (max-width: 340px) {
  .table01 th,
  .table01 td {
    padding: 1%;
  }
}
.table01 thead tr th {
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid;
  background: #0a3586;
}
@media only screen and (max-width: 768px) {
  .table01 thead tr th {
    font-size: 1.3rem;
    padding: 4px 1px;
  }
  .table01 thead tr th:first-child {
    width: 24%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .table01 thead tr th:nth-child(2) {
    width: 1em;
  }
}
.table01 thead tr th:last-child {
  border-right-color: #eee;
}
.table01._price thead tr th {
  width: 12%;
}
.table01._price thead tr th:last-child {
  border-right: 1px solid #eee;
}
.table01._price thead tr th.color {
  background: rgba(0, 0, 0, 0.5);
}
.table01._price thead tr th.color:first-child {
  width: 40%;
}
.table01._price tbody tr td {
  text-align: center;
}
.table01._price tbody tr th span {
  display: inline-block;
}
.table01._price tbody tr th._seat {
  position: relative;
  text-align: left;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .table01._price tbody tr th._seat {
    padding-left: 10px;
  }
}
.table01._price tbody tr th._seat::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 100%;
  background: #ccc;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .table01._price tbody tr th._seat::before {
    width: 5px;
  }
}
.table01._price tbody tr th._seat.ss_plus {
  background: rgba(234, 63, 55, 0.1);
}
.table01._price tbody tr th._seat.ss_plus::before {
  background: #ea3f37;
}
.table01._price tbody tr th._seat.ss {
  background: rgba(234, 99, 153, 0.1);
}
.table01._price tbody tr th._seat.ss::before {
  background: #ea6399;
}
.table01._price tbody tr th._seat.s_northpear {
  background: rgba(234, 99, 60, 0.1);
}
.table01._price tbody tr th._seat.s_northpear::before {
  background: #ea633c;
}
.table01._price tbody tr th._seat.s_north {
  background: rgba(239, 152, 65, 0.1);
}
.table01._price tbody tr th._seat.s_north::before {
  background: #ef9841;
}
.table01._price tbody tr th._seat.s_south {
  background: rgba(142, 210, 76, 0.1);
}
.table01._price tbody tr th._seat.s_south::before {
  background: #8ed24c;
}
.table01._price tbody tr th._seat.groupseat {
  background: rgba(112, 50, 161, 0.1);
}
.table01._price tbody tr th._seat.groupseat::before {
  background: #7032a1;
}
.table01._price tbody tr th._seat.sa_north {
  background: rgba(253, 248, 84, 0.1);
}
.table01._price tbody tr th._seat.sa_north::before {
  background: #fdf854;
}
.table01._price tbody tr th._seat.sa_south {
  background: rgba(58, 129, 132, 0.1);
}
.table01._price tbody tr th._seat.sa_south::before {
  background: #3a8184;
}
.table01._price tbody tr th._seat.back_zone2_3 {
  background: rgba(157, 195, 232, 0.1);
}
.table01._price tbody tr th._seat.back_zone2_3::before {
  background: #9dc3e8;
}
.table01._price tbody tr th._seat.back_zone1_4 {
  background: rgba(157, 195, 232, 0.1);
}
.table01._price tbody tr th._seat.back_zone1_4::before {
  background: #9dc3e8;
}
.table01._price tbody tr th._seat.home_free {
  background: rgba(154, 152, 249, 0.1);
}
.table01._price tbody tr th._seat.home_free::before {
  background: #9a98f9;
}
.table01._price tbody tr th._seat.visitor_free {
  background: rgba(246, 203, 170, 0.1);
}
.table01._price tbody tr th._seat.visitor_free::before {
  background: #f6cbaa;
}
.table01._price tbody tr th._seat.pitch_side {
  background: rgba(128, 128, 0, 0.1);
}
.table01._price tbody tr th._seat.pitch_side::before {
  background: #808000;
}
.table01._price tbody tr th._seat.exciting_goal_single {
  background: rgba(25, 25, 112, 0.1);
}
.table01._price tbody tr th._seat.exciting_goal_single::before {
  background: #191970;
}
.table01._price tbody tr th._seat.exciting_goal_pair {
  background: rgba(25, 25, 112, 0.1);
}
.table01._price tbody tr th._seat.exciting_goal_pair::before {
  background: #191970;
}
.table01._match {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .table01._match {
    table-layout: fixed;
  }
}
.table01._match thead tr th {
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .table01._match thead tr th {
    padding: 2px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 340px) {
  .table01._match thead tr th {
    font-size: 1rem;
  }
}
.table01._match thead tr th:nth-child(n+3) {
  width: 15%;
  background: #0a3586;
}
@media only screen and (max-width: 768px) {
  .table01._match thead tr th:nth-child(n+3) {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .table01._match thead tr th:nth-child(2) {
    width: auto;
  }
}
.table01._match thead tr th.color {
  background: rgba(0, 0, 0, 0.5);
  width: 25%;
}
@media only screen and (max-width: 768px) {
  .table01._match thead tr th.color {
    width: auto;
  }
}
.table01._match thead tr th.color:first-child {
  width: 15%;
}
@media only screen and (max-width: 768px) {
  .table01._match thead tr th.color:first-child {
    width: auto;
  }
}
.table01._match tbody tr:nth-child(even) {
  background: #f4f4f4;
}
.table01._match tbody th {
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .table01._match tbody th {
    white-space: normal;
  }
}
.table01._match tbody td {
  font-size: 1.4rem;
  text-align: center;
}

.accordion__contents .seatArea__price__table thead tr.group-seat th:nth-child(3) {
  font-size: 1rem;
  background: #999999;
  color: #fff;
}

.howto {
  padding: 60px 60px 0;
}
@media only screen and (max-width: 768px) {
  .howto {
    padding: 30px 20px 0;
  }
}
.howto__outer {
  padding-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  .howto__outer {
    padding-bottom: 30px;
  }
}
.howto__bnr {
  margin: 40px auto 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .howto__bnr {
    margin-top: 20px;
  }
}
.howto__bnr a {
  transition: opacity 0.2s ease;
}
.howto__bnr a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .howto__bnr img {
    width: 100%;
    height: auto;
  }
}
.howto__note {
  margin-top: 40px;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .howto__note {
    margin-top: 20px;
    text-align: left;
  }
}
.howto__list {
  margin: 40px auto 0;
  width: 820px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media only screen and (max-width: 768px) {
  .howto__list {
    margin-top: 0;
    width: 100%;
    display: block;
  }
}
.howto__item {
  border: #003087 2px solid;
  border-radius: 10px;
  width: 250px;
}
@media only screen and (max-width: 768px) {
  .howto__item {
    width: 100%;
    margin-top: 20px;
  }
}
.howto__item:nth-child(3n+2) {
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  .howto__item:nth-child(3n+2) {
    margin-left: 0;
  }
}
.howto__item:nth-child(3n+3) {
  margin-left: 35px;
}
@media only screen and (max-width: 768px) {
  .howto__item:nth-child(3n+3) {
    margin-left: 0;
  }
}
.howto__item:nth-child(n+4) {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .howto__item:nth-child(n+4) {
    margin-top: 20px;
  }
}
.howto__item a {
  display: block;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  font-size: 2.1rem;
  font-weight: 700;
  transition: opacity 0.2s ease;
  color: #003087;
}
.howto__item a:hover {
  opacity: 0.7;
}
.howto__item a.tel {
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .howto__item a.tel {
    pointer-events: auto;
  }
}
.howto__tel__time {
  margin-top: 20px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .howto__tel__time {
    font-size: 1.6rem;
  }
}

/*# sourceMappingURL=ticket.css.map */
