@charset "UTF-8";

body.ticket {
}

body.ticket header .logo_verblitz {
  background-image: url(../images/logo_verblitz_white.svg);
}

body.ticket nav {
  background: #00441b;
}
body.ticket nav h1 {
  height: 42px;
  background-image: url(../../images/ticket/nav_title.svg);
}
body.ticket nav h1 + p {
  color: white;
}
body.ticket nav ul {
	margin: 50px 0 0;
}
body.ticket nav ul li {
  color: white;
  padding-right: 50px;
  margin: 0 0 15px;
  font-size: 16px;
}
body.ticket nav .store {
  font-size: 16px;
  line-height: 1;
  background: red;
  margin: 15px 0 0;
  display: inline-block;
  text-align: center;
  padding: 15px 35px;
  border-radius: 4px;
  color: white;
  font-weight: 600;
}

body.ticket main {
  padding-top: 50px;
  background: white;
}
body.ticket main section {
  padding: 105px 90px 0;
  position: relative;
}
body.ticket main section h2 {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  color: #00441b;
  border-bottom: solid 2px #00441b;
}
body.ticket main section::before {
  display: none;
}

body.ticket main section#buy {
  counter-reset: buy_art;
}
body.ticket main section#buy .ticket_outline{
  margin-bottom: 64px;
  color: #00451c;
  font-size: 26px;
  line-height: 1.2;
}
body.ticket main section#buy h2 {
  margin: 0 0 40px;
}
body.ticket main section#buy article {
  margin: 0 0 20px;
  background: #e9e9e7;
  padding: 25px 0 25px 120px;
  position: relative;
}
body.ticket main section#buy article::before {
  counter-increment: buy_art;
  content: '0' counter(buy_art);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  width: 80px;
  font-size: 40px;
  line-height: 1;
  transform: translate(0, -50%);
  text-align: center;
  color: white;
}
body.ticket main section#buy article::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #00441b transparent transparent;
  border-width: 20px 40px;
}
body.ticket main section#buy article:last-of-type::after {
  display: none;
}
body.ticket main section#buy article h3 {
  font-size: 23px;
  line-height: 1.6;
  color: #00441b;
}
body.ticket main section#buy article h3::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 80px;
  height: 100%;
  background: #00441b;
}
body.ticket main section#buy article h3 span {
  font-size: 18px;
}
body.ticket main section#buy article .tofan {
  position: absolute;
  top: 26px;
  right: 40px;
  z-index: 1;
  width: 224px;
  font-size: 14px;
  line-height: 32px;
  display: block;
  background: white;
  text-align: center;
  color: #222222;
  border-radius: 3px;
}
body.ticket main section#buy article .btn {
  margin: 20px 0 0;
}
body.ticket main section#buy article .btn a {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  font-weight: 500;
  line-height: 70px;
  text-align: center;
  width: 94.5%;
  color: white;
  padding-right: 26px;
  background: url(../images/arrow_white.svg) no-repeat center right 25% / auto 30%;
  background-color: #bfa666;
  border-radius: 4px;
}
body.ticket main section#buy article .btn.half a {
  width: 46%;
  margin-right: 2.5%;
}
body.ticket main section#buy article p {
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  margin: 15px 0 5px;
}
body.ticket main section#buy article p a {
  color: #272727;
  text-decoration: underline;
}
body.ticket main section#buy .link {
  text-align: center;
  margin: 40px 0 0;
}
body.ticket main section#buy .link p {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 500;
  margin: 0 0 15px;
}
body.ticket main section#buy .link a {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  height: 40px;
  width : 100px;
  width: calc((100% - 10px * 2 * 3) / 3);
  margin: 0 10px;
  padding-right: 20px;
  border: solid 1px #00441b;
  border-radius: 4px;
  color: #00441b;
  background: url(../images/icon_exlink_green.svg) no-repeat center right 17%;
  background: url(../images/icon_exlink_green.svg) no-repeat center right 5%;
}
body.ticket main section#buy .link a span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  height: 100%;
}
body.ticket main section#hostgame {
}
body.ticket main section#hostgame h2 {
}
body.ticket main section#hostgame article {
}
body.ticket main section#hostgame article:nth-of-type(even) {
  background: #e9e9e7;
}
body.ticket main section#hostgame article .table {
  position: relative;
}
body.ticket main section#hostgame article .table > div {
  height: 100px;
}
body.ticket main section#hostgame article .season {
  width: auto;
  border: solid 1px #222222;
  font-size: 13px;
  line-height: 1.6;
  padding: 4px 11px 4px;
}
body.ticket main section#hostgame article .setting {
  padding: 0 15px;
  width: 20%;
  padding: 0 15px;
}
body.ticket main section#hostgame article .setting .date {
}
body.ticket main section#hostgame article .setting .date span {
}
body.ticket main section#hostgame article .setting .time {
}
body.ticket main section#hostgame article .setting .place {
  margin: 6px 0 0;
}
body.ticket main section#hostgame article .score {
  text-align: center;
  width: 40%;
}
body.ticket main section#hostgame article .score .team {
  text-align: center;
}
body.ticket main section#hostgame article .score .team::before {
  height: 66px;
  width: 75px;
  margin: 0 auto;
}
body.ticket main section#hostgame article .score .team::after {
  margin: 10px 0 0;
}
body.ticket main section#hostgame article .score .points {
  min-width: auto;
  margin: 0 15px 0 10px;
  font-size: 40px;
  line-height: 1;
}
body.ticket main section#hostgame article .score .points::before {
  content: 'VS';
}
body.ticket main section#hostgame article .link {
  width: 20%;
}
body.ticket main section#hostgame article .link a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  width: 132px;
  border-radius: 6px;
  margin: 5px auto;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #bfa666;
  color: white;
  border: solid 2px #bfa666;
}
body.ticket main section#hostgame .othergame {
  font-size: 18px;
  line-height: 60px;
  display: block;
  margin: 20px 0 0;
  text-align: center;
  border: solid 1px #222222;
  border-radius: 4px;
  color: #222222;
}
body.ticket main section#hostgame .othergame::after {
  content: '';
  background: url(../images/arrow_green_down.svg) no-repeat center / 100%;
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 14px;
  transform: rotate(-90deg);
  margin-left: 22px;
}

body.ticket main section#price {
}
body.ticket main section#price h2 {
}
body.ticket main section#price p.p_txt{
	font-size: 14px;
    line-height: 1.6;
    margin: 10px 0px;
}
body.ticket main section#price .tab {
  margin: 30px 0 0;
  text-align: center;
}
body.ticket main section#price .tab div {
  display: inline-block;
  vertical-align: top;
  width: 33%;
  height: 70px;
  border-left: solid 1px #00441b;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: #858585;
  padding: 13px 0 0;
  cursor: pointer;
}
body.ticket main section#price .tab div:last-child {
  border-right: solid 1px #00441b;
}
body.ticket main section#price .tab div.active {
  color: #00441b;
  background: url(../images/arrow_green_down.svg) no-repeat center top 46px / 16px;
  cursor: auto;
}
body.ticket main section#price .tab div.active::after {
  content: '';
}
body.ticket main section#price article {
  margin: 0 0;
  padding: 0 0;
  display: none;
}
body.ticket main section#price article.active {
  display: block;
}
body.ticket main section#price article .img {
  text-align: center;
  margin: 60px 0 0;
}
body.ticket main section#price article .img img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  max-width: 40%;
  max-height: 600px;
}
body.ticket main section#price article .img img.seat {
  max-width: 20%;
}
body.ticket main section#price article table {
  width: 90%;
  margin: 60px auto 0;
  border-spacing: 0;
  border-left: solid 1px #222;
  border-bottom: solid 1px #222;
}
body.ticket main section#price article p.seat_name{
	font-size: 3rem;
    line-height: 1;
    width: 90%;
    margin: 60px auto 10px;
}
body.ticket main section#price article table.tb{
	margin-top: 0px;
}
body.ticket main section#price article .title th {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
}
body.ticket main section#price article .title td {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 0;
}
body.ticket main section#price article th {
  font-size: 14px;
  text-align: left;
  line-height: 1;
  font-weight: 400;
  background: #e9e9e7;
  border-top: solid 1px #222;
  padding: 0 15px;
  font-weight: 500;
}
body.ticket main section#price article tr:last-child th{
	padding: 10px 15px;
}
body.ticket main section#price article td {
  border-top: solid 1px #222;
  width: 25.5%;
  border-right: solid 1px #222;
  font-size: 23px;
  text-align: center;
  line-height: 1;
  padding: 13px 0;
}
body.ticket main section#price article th.colors {
  width: 20px;
  padding: 0;
}
body.ticket main section#price article th.col1 {
  background: #004f29;
}
body.ticket main section#price article th.col2 {
  background: #f3880d;
}
body.ticket main section#price article th.col3 {
  background: #00a1b8;
}
body.ticket main section#price article th.col4 {
  background: #68b268;
}
body.ticket main section#price article th.col5 {
  background: #86311a;
}
body.ticket main section#price article th.col6 {
  background: #710869;
}
body.ticket main section#price article th.col7 {
  background: #f7e303;
}
body.ticket main section#price article th.col8 {
  background: #eea8ba;
}
body.ticket main section#price article th.col9 {
  background: #6e6c1f;
}
body.ticket main section#price article th.col10 {
  background: #f28a49;
}
body.ticket main section#price article th.col11 {
  background: #df1922;
}
body.ticket main section#price article th.col12 {
  background: #003a8e;
}
body.ticket main section#price article th.col13 {
  background: #7db115;
}
body.ticket main section#price article th.col14 {
  background: #ffc303;
}
body.ticket main section#price article th.col15 {
  background: #de307b;
}
body.ticket main section#price article th.col16 {
  background: #5b9ed6;
}
body.ticket main section#price article th.col17 {
  background: #d19508;
}
body.ticket main section#price article .yen::after {
  content: '円';
  display: inline-block;
  vertical-align: baseline;
  font-size: 13px;
  margin-left: 4px;
}
body.ticket main section#price article th img.icon_wheelchair {
  float: left;
  margin-right: 20px;
}
body.ticket main section#price article .wc_th {
  display: block;
  font-size: 11px;
  line-height: 1.4;
  margin: 2px 0 0;
}
body.ticket main section#price article .wc_td_p {
  display: inline-block;
  vertical-align: middle;
}
body.ticket main section#price article .wc_td_t {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  margin: 10px 0 10px 20px;
}
body.ticket main section#price .attention {
  width: 90%;
  margin: 12px auto 0;
}
body.ticket main section#price .attention li {
  font-size: 14px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
body.ticket main section#price .attention li::before {
  content: '・';
}

body.ticket main section#wheelchair {
}
body.ticket main section#wheelchair h2 {
}
body.ticket main section#wheelchair table {
  width: 100%;
  margin: 30px auto 0;
  border-spacing: 0;
  border-bottom: solid 1px #222;
}
body.ticket main section#wheelchair th {
  font-size: 16px;
  line-height: 1;
  width: 23.5%;
  padding: 48px 0;
  border-top: solid 1px #222;
  background: #e9e9e7;
}
body.ticket main section#wheelchair td {
  padding: 20px 35px;
  border-top: solid 1px #222;
}
body.ticket main section#wheelchair td .t1 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
body.ticket main section#wheelchair td .t2 {
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}
body.ticket main section#wheelchair td .t3 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
body.ticket main section#wheelchair td .t4 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 500;
  color: #00441b;
}
body.ticket main section#wheelchair td .t5 {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
}
body.ticket main section#wheelchair td .t6 {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  margin: 10px 0 0;
}

body.ticket main section#stadium article,
body.ticket main section#practicefield article {
  padding: 0 0 40px;
  margin: 46px 0 0;
  border-bottom: solid 1px #272727;
}
body.ticket main section#stadium article h3,
body.ticket main section#practicefield article h3 {
  font-size: 21px;
  line-height: 26px;
  border-left: solid 10px #00441b;
  padding-left: 20px;
}
body.ticket main section#stadium article .info,
body.ticket main section#practicefield article .info {
  margin: 30px 0 0;
  position: relative;
}
body.ticket main section#stadium article .info table,
body.ticket main section#practicefield article .info table {
  width: 73.5%;
  border-spacing: 0;
  background: #e9e9e7;
}
body.ticket main section#stadium article .info table tr:nth-child(even),
body.ticket main section#practicefield article .info table tr:nth-child(even) {
  background: white;
}
body.ticket main section#stadium article .info table th,
body.ticket main section#practicefield article .info table th {
  padding: 12px 0 12px 17px;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  width: 16.5%;
  border-right: solid 1px #222;
}
body.ticket main section#stadium article .info table td,
body.ticket main section#practicefield article .info table td {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 12px 0 12px 20px;
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
}
body.ticket main section#stadium article .info table td a.map,
body.ticket main section#practicefield article .info table td a.map {
  margin-right: 0.5em;
  padding-right: 5%;
  font-weight: bold;
  color: #00441b;
  background: url(../images/icon_exlink_green.svg) no-repeat top right 5% / 25%;
}
body.ticket main section#stadium article .info a.official,
body.ticket main section#practicefield article .info a.official {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 1em;
  width: 24%;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
  color: white;
  background: url(../images/icon_exlink_white.svg) no-repeat center right 23% / 14px #bfa666;
  border-radius: 4px;
  z-index: 1;
}
body.ticket main section#stadium article .img,
body.ticket main section#practicefield article .img {
  margin: 20px 0 0;
}
body.ticket main section#stadium article .img img,
body.ticket main section#practicefield article .img img {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  max-width: 100%;
}
body.ticket main section#stadium article .img img:last-child,
body.ticket main section#practicefield article .img img:last-child {
  margin-right: 0;
}

body.ticket main section#news {
}
body.ticket main section#news h2 {
}
body.ticket main section#news article {
  margin: 30px 0 0;
  padding: 0;
}
body.ticket main section#news article a {
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  height: 200px;
  margin: 0 3% 110px 0;
  position: relative;
}
body.ticket main section#news article a:last-of-type {
  margin-right: 0;
}
body.ticket main section#news article a figure {
  width: 100%;
  height: 100%;
  margin: 0;
  background-position: center;
  background-size: 100% auto;
  transition: 0.3s;
}
body.ticket main section#news article a .pop {
  position: absolute;
  top: 140px;
  right: 0;
  z-index: 1;
  background: white;
  padding: 13px 30px 20px;
  text-align: left;
  max-width: 79%;
}
body.ticket main section#news article a .pop .category {
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  color: #bfa666;
}
body.ticket main section#news article a .pop .title {
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: bold;
  color: #272727;
  margin: 1rem 0 0;
}
body.ticket main section#news article a .pop .date {
  font-size: 1.2rem;
  line-height: 1;
  color: #272727;
  position: absolute;
  bottom: 0px;
  right: 20px;
}
body.ticket main section#news .otherpost {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  width: 240px;
  color: white;
  padding-right: 8px;
  background: url(../images/arrow_white.svg) no-repeat center right 20% / auto 30%;
  background-color: #bfa666;
  border-radius: 4px;
  margin: 0 auto;
}

body.ticket main section#contact {
	padding: 80px 90px 80px;
}
body.ticket main section#contact h2 {}
body.ticket main section#contact .t1 {
	font-size: 16px;
	line-height: 1.6;
	font-weight: 500;
	margin: 30px 0 0;
}
body.ticket main section#contact .t2 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 500;
}

@media (max-width: 768px) {
  body.ticket {
  }
  body.ticket header .logo_verblitz {
  }
  body.ticket nav {
  }
  body.ticket nav h1 {
    width: 42vw;
    height: 11vw;
  }
  body.ticket nav h1 + p {
  }
  body.ticket nav ul li {
  }
  body.ticket nav .store {
    width: 100%;
    font-size: 4vw;
    padding: 5vw 0 4vw;
  }
  body.ticket main {
    padding-top: 10vw;
    padding-bottom: 20vw;
  }
  body.ticket main section {
    padding: 23vw 0 0;
  }
  body.ticket main section h2 {
    font-size: 5.5vw;
  }
  body.ticket main section::before {
  }
  body.ticket main section#buy {
    padding: 0 5vw;
  }
  body.ticket main section#buy .ticket_outline{
    margin-bottom: 11.2vw;
    font-size: 5.5vw;
  }
  body.ticket main section#buy h2 {
    margin: 0 0 4vw;
  }
  body.ticket main section#buy article {
    padding: 5vw 0 5vw 15vw;
    margin: 0 0 4vw;
  }
  body.ticket main section#buy article::before {
    width: 10vw;
    font-size: 5vw;
  }
  body.ticket main section#buy article::after {
    border-width: 4vw 5vw;
  }
  body.ticket main section#buy article:last-of-type::after {
  }
  body.ticket main section#buy article h3 {
    font-size: 4.5vw;
  }
  body.ticket main section#buy article h3::before {
    width: 10vw;
  }
  body.ticket main section#buy article h3 span {
    font-size: 3.5vw;
  }
  body.ticket main section#buy article .tofan {
    position: static;
    width: auto;
    display: inline-block;
    font-size: 2vw;
    line-height: 6vw;
    margin: 2.5vw 0 0;
    padding: 0 3vw;
  }
  body.ticket main section#buy article .btn {
    margin: 5vw 0 0;
  }
  body.ticket main section#buy article .btn a {
    font-size: 3.5vw;
    padding: 1vw 4vw 0 0;
    line-height: 10vw;
    background-position: center right 3vw;
  }
  body.ticket main section#buy article .btn.half a {
  }
  body.ticket main section#buy article p {
    font-size: 3vw;
    font-weight: 500;
    margin: 3vw 0 0;
    line-height: 1.5;
  }
  body.ticket main section#buy article p a {
  }
  body.ticket main section#buy .link {
    margin: 3vw 0 0;
  }
  body.ticket main section#buy .link p {
    font-size: 3.5vw;
    margin: 0 0 3vw;
  }
  body.ticket main section#buy .link a {
    width: 42vw;
    display: block;
    margin: 0 auto;
    padding-right: 3vw;
    font-size: 3.5vw;
    line-height: 9vw;
    background-position: center right 2vw;
  }
  body.ticket main section#buy .link a:not(:first-of-type) {
    margin-top: 3vw;
  }
  body.ticket main section#hostgame {
  }
  body.ticket main section#hostgame h2 {
    margin: 0 5vw 0;
  }
  body.ticket main section#hostgame article {
    margin: 0;
    padding: 5vw 5vw 9vw;
  }
  body.ticket main section#hostgame article:nth-of-type(even) {
  }
  body.ticket main section#hostgame article .table {
    display: block;
  }
  body.ticket main section#hostgame article .table > div {
    height: auto;
    padding-top: 1vw;
  }
  body.ticket main section#hostgame article .season {
    text-align: center;
    margin: 5vw 0 5.5vw;
  }
  body.ticket main section#hostgame article .setting {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: left;
    padding: 0 2vw 0 0;
    margin: 0;
    max-width: 32vw;
  }
  body.ticket main section#hostgame article .setting .date {
    font-size: 11vw;
    padding: 2vw 0 0 4vw;
    width: 36vw;
  }
  body.ticket main section#hostgame article .setting .date span {
    display: block;
    font-size: 5vw;
    margin: 1vw 0 0;
  }
  body.ticket main section#hostgame article .setting .time {
    font-size: 4vw;
    margin: -4vw 0 0 16vw;
    height: 1em;
  }
  body.ticket main section#hostgame article .setting .place {
    padding: 0 0 0 4vw;
  }
  body.ticket main section#hostgame article .score {
    display: inline-block;
    width: 54vw;
    border-left: solid 1px red;
    text-align: center;
    padding: 1vw 0;
    border-top: none;
    border-left: solid 2px #c2c2c2;
    margin: 0;
  }
  body.ticket main section#hostgame article .score .team {
  }
  body.ticket main section#hostgame article .score .team::before {
    width: 16vw;
    height: 14vw;
  }
  body.ticket main section#hostgame article .score .team::after {
    width: auto;
  }
  body.ticket main section#hostgame article .score .points {
    margin: 0;
    width: 9vw;
    font-size: 7vw;
  }
  body.ticket main section#hostgame article .score .points::before {
  }
  body.ticket main section#hostgame article .link {
    display: block;
    position: static;
    width: 100%;
    margin: 5vw 0 0;
  }
  body.ticket main section#hostgame article .link a {
    width: 100%;
    font-size: 3.5vw;
    line-height: 5vw;
  }
  body.ticket main section#hostgame .othergame {
    margin: 1vw auto 0;
    width: 90vw;
    font-size: 4.5vw;
    line-height: 15vw;
    padding-top: 1vw;
  }
  body.ticket main section#hostgame .othergame::after {
  }
  body.ticket main section#price {
    padding: 23vw 5vw 0;
  }
  body.ticket main section#price h2 {
  }
  body.ticket main section#price .tab {
  }
  body.ticket main section#price .tab div {
    font-size: 3.5vw;
    line-height: 1.4;
    padding: 2vw 0 0;
  }
  body.ticket main section#price .tab div:last-child {
    /*padding: 4.5vw 0 0;*/
  }
  body.ticket main section#price .tab div.active {
  }
  body.ticket main section#price .tab div.active::after {
  }
  body.ticket main section#price article {
  }
  body.ticket main section#price article.active {
  }
  body.ticket main section#price article .img {
    margin: 10vw 0 0;
  }
  body.ticket main section#price article .img img {
    margin: 0 0 4vw;
    max-width: 100%;
    max-height: auto;
  }
  body.ticket main section#price article .img img.seat {
    max-width: 100%;
  }
  body.ticket main section#price article table {
    margin: 6vw auto 0;
  }
  body.ticket main section#price article .title th {
  }
  body.ticket main section#price article .title td {
  }
  body.ticket main section#price article th {
    font-size: 3vw;
    padding: 0 3vw;
  }
  body.ticket main section#price article td {
    font-size: 3.5vw;
    width: 17vw;
  }
  body.ticket main section#price article th.colors {
    width: 3vw;
  }
  body.ticket main section#price article th.col1 {
  }
  body.ticket main section#price article th.col2 {
  }
  body.ticket main section#price article th.col3 {
  }
  body.ticket main section#price article th.col4 {
  }
  body.ticket main section#price article th.col5 {
  }
  body.ticket main section#price article th.col6 {
  }
  body.ticket main section#price article th.col7 {
  }
  body.ticket main section#price article th.col8 {
  }
  body.ticket main section#price article th.col9 {
  }
  body.ticket main section#price article th.col10 {
  }
  body.ticket main section#price article th.col11 {
  }
  body.ticket main section#price article th.col12 {
  }
  body.ticket main section#price article th.col13 {
  }
  body.ticket main section#price article th.col14 {
  }
  body.ticket main section#price article .yen::after {
  }
  body.ticket main section#price article th img.icon_wheelchair {
    width: 7vw;
    margin-right: 3vw;
    margin-top: -2vw;
  }
  body.ticket main section#price article .wc_th {
    clear: both;
    margin: 4vw 0 0;
    font-size: 2vw;
  }
  body.ticket main section#price article .wc_td_p {
  }
  body.ticket main section#price article .wc_td_t {
    display: block;
    margin: 3vw 3vw 0;
    font-size: 3vw;
  }
  body.ticket main section#price .attention {
    margin-top: 2vw;
  }
  body.ticket main section#price .attention li {
    font-size: 3vw;
  }
  body.ticket main section#price .attention li::before {
  }
  body.ticket main section#wheelchair {
    padding: 17vw 5vw 0;
  }
  body.ticket main section#wheelchair h2 {
  }
  body.ticket main section#wheelchair table {
    margin: 7vw 0 0;
  }
  body.ticket main section#wheelchair th {
    width: 1em;
    font-size: 4vw;
    line-height: 1.4;
    padding: 5vw 3.5vw;
  }
  body.ticket main section#wheelchair td {
    padding: 5vw 4vw;
  }
  body.ticket main section#wheelchair td .t1 {
    font-size: 4vw;
  }
  body.ticket main section#wheelchair td .t2 {
    font-size: 3vw;
  }
  body.ticket main section#wheelchair td .t3 {
    font-size: 4vw;
  }
  body.ticket main section#wheelchair td .t4 {
    font-size: 7.5vw;
    line-height: 1.2;
  }
  body.ticket main section#wheelchair td .t5 {
    font-size: 3.5vw;
  }
  body.ticket main section#wheelchair td .t6 {
    font-size: 3.5vw;
    margin: 2vw 0 0;
  }
  body.ticket main section#stadium,
  body.ticket main section#practicefield {
    padding: 17vw 5vw 0;
  }
  body.ticket main section#stadium article,
  body.ticket main section#practicefield article {
    margin: 10vw 0 0;
    padding: 0 0 8vw;
    display: flex;
    flex-direction: column;
  }
  body.ticket main section#stadium article h3,
  body.ticket main section#practicefield article h3 {
    font-size: 5vw;
    line-height: 7vw;
    padding-left: 3vw;
    order: 1;
  }
  body.ticket main section#stadium article .info,
  body.ticket main section#practicefield article .info {
    order: 3;
    margin: 4.5vw 0 0;
  }
  body.ticket main section#stadium article .info table,
  body.ticket main section#practicefield article .info table {
    width: 100%;
  }
  body.ticket main section#stadium article .info table th,
  body.ticket main section#practicefield article .info table th {
    width: 17vw;
    font-size: 3vw;
    padding: 1vw 0 1vw 2vw;
  }
  body.ticket main section#stadium article .info table td,
  body.ticket main section#practicefield article .info table td {
    font-size: 3.5vw;
    padding: 3vw 0 3vw 2vw;
  }
  body.ticket main section#stadium article .info a.official,
  body.ticket main section#practicefield article .info a.official {
    position: static;
    margin: 0;
    height: auto;
    padding: 0;
    width: 100%;
    display: block;
    margin: 5vw 0 0;
    font-size: 3.5vw;
    line-height: 9vw;
    background-position: center left 66%;
    padding-top: 1vw;
  }
  body.ticket main section#stadium article .img,
  body.ticket main section#practicefield article .img {
    order: 2;
  }
  body.ticket main section#stadium article .img img,
  body.ticket main section#practicefield article .img img {
    width: 49%;
    margin-right: 2%;
  }
  body.ticket main section#news {
    padding: 17vw 5vw 0;
  }
  body.ticket main section#news h2 {
  }
  body.ticket main section#news article {
    margin: 8vw 0 0;
    width: 100%;
  }
  body.ticket main section#news article a {
    width: 100%;
    margin: 0 0 25vw;
    height: 43vw;
  }
  body.ticket main section#news article a:last-of-type {
  }
  body.ticket main section#news article a figure {
  }
  body.ticket main section#news article a .pop {
    top: 32vw;
    max-width: 90%;
    padding: 2vw 5vw;
  }
  body.ticket main section#news article a .pop .category {
    font-size: 3vw;
  }
  body.ticket main section#news article a .pop .title {
    font-size: 4vw;
    margin: 0;
  }
  body.ticket main section#news article a .pop .date {
    font-size: 3vw;
    position: static;
    text-align: right;
  }
  body.ticket main section#news .otherpost {
    width: 100%;
    font-size: 3.5vw;
    line-height: 10vw;
  }
  body.ticket main section#contact {
    padding: 17.5vw 5vw 0;
  }
  body.ticket main section#contact h2 {}
  body.ticket main section#contact .t1 {
    font-size: 4vw;
    margin: 8vw 0 0;
  }
  body.ticket main section#contact .t2 {
    font-size: 8vw;
  }
}

/* oym
*/

body.ticket main section#buy article h3 b a {
  font-size: 15px;
  color: #272727;
  text-decoration: underline;
	display: inline-block;
}
@media (max-width: 768px) {
  body.ticket main section#buy article h3 b a {
    font-size: 3vw;
    margin: 1.5vw 0 0;
    display: block;
  }
}
body.ticket main section#buy article .btn.ticket_order b {
  display: block;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 1px;
  padding: 10px 0 0;
}
@media (max-width: 768px) {
  body.ticket main section#buy article .btn.ticket_order b {
    font-size: 3vw;
    padding: 2vw 0 0;
  }
}
body.ticket main section#buy article .btn.ticket_order span {
  line-height: 1;
  display: block;
  padding: 0 0 14px;
}
@media (max-width: 768px) {
  body.ticket main section#buy article .btn.ticket_order span {
    font-size: 3.5vw;
    padding: 1vw 0 3vw 0;
    line-height: 1;
  }
}

body.ticket main section#hostgame img.schedule {
  width: 100%;
  padding: 15px 15px;
}
body.ticket main #news p.latest {
  font-size: 15px;
  line-height: 2;
  font-weight: 600;
  text-align: right;
}
body.ticket main #news p.latest a {
  color: #272727;
  text-decoration: underline;
}


ul.t3 {
  margin-top: 0.5em;
  font-size: 12px;
  line-height: 1.6;
  font-weight: 500;
}
ul.t3 li {
  text-indent: -1em;
  padding-left: 1em;
}
@media (max-width: 768px) {
  ul.t3 {
    font-size: 3.5vw;
  }
}


/* 20220708 */
body.ticket main .btn_area {
  margin: 40px auto;
  display: flex;
  text-align: center;
}
body.ticket main .btn_area:first-child {
  margin-top: 0;
}
body.ticket main .btn_area > .btn {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin: 0 10px;
  width: 100%;
}
body.ticket main .btn_area > .btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  height: 70px;
  border-radius: 4px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  text-align: center;
  margin: 0 auto;
  color: white;
  background: url(../images/arrow_white.svg) no-repeat center right 3% / auto 30%;
  background-color: #00441b;
}
body.ticket main section#buy .table_area {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
body.ticket main section#buy .table_area > table {
  width: 100%;
  min-width: 1500px;
  line-height: 1.4;
  border-collapse: collapse;
  table-layout: fixed;
}
body.ticket main section#buy .table_area > table th,
body.ticket main section#buy .table_area > table td {
  padding: 5px;
}
body.ticket main section#buy .table_area > table th {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  background: #00441b;
}
body.ticket main section#buy .table_area > table th:first-child {
  border-left: 1px solid #00441b;
}
body.ticket main section#buy .table_area > table th:nth-child(n+2) {
  border-left: 1px solid #fff;
}
body.ticket main section#buy .table_area > table td {
  font-size: 13px;
  border: 1px solid #000;
}
body.ticket main section#buy .table_area > table td.recommend {
  font-weight: bold;
}
body.ticket main section#buy .table_area > table td.recommend span.bubble {
  position: relative;
  display: block;
  margin-bottom: 0.5em;
  padding: 5px 0;
  width: 7em;
  text-align: center;
  line-height: 1;
  color: #fff;
  background-color: #eb0a1e;
  border-radius: 5px;
}
body.ticket main section#buy .table_area > table td.recommend span.bubble:before {
  content: '▼';
  position: absolute;
  bottom: -0.8em;
  left: calc(50% - 4px);
  font-size: 8px;
  color: #eb0a1e;
}
body.ticket main section#buy .table_area > table td a {
  padding-right: calc(11px + 0.5em);
  color: #000;
  background: url(../images/icon_exlink_green.svg) no-repeat center right 0;
}
body.ticket main section#buy .table_area > table td ul {
  margin-left: 2em;
}
body.ticket main section#buy .table_area > table td ul li {
  list-style-type: disc;
}
body.ticket main section#buy .table_area > table td ul li + li {
  margin-top: 0.5em;
}
body.ticket main section#buy .table_area > table td .list_box + .list_box {
  margin-top: 1em;
}
body.ticket main section#buy .table_area > table td .list_box.flx {
  display: flex;
}
body.ticket main section#buy .table_area > table td .list_box.flx > div:not(:first-child) {
  margin-left: 3em;
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
  body.ticket main .btn_area {
    display: block;
    margin: 7vw 0;
    text-align: center;
  }
  body.ticket main .btn_area > .btn {
    display: inline-block;
    margin: 0;
    font-size: 4.5vw;
  }
  body.ticket main .btn_area > .btn > a {
    padding-right: calc(15px + 3%);
  }
}
body.ticket main section#contact .t2 a {
  color: #000;
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}


/* 20220928 */
body.ticket main .btn_area > .btn > a {
  flex-direction: column;
}
body.ticket main .btn_area > .btn > a span {
  margin-top: 0.2em;
  font-size: 0.8em;
  color: yellow;
}
body.ticket main section#hostgame img.schedule {
  display: block;
  margin: 0 auto;
  padding: 15px 0 0;
  width: 70%;
  min-width: 550px;
  max-width: 1080px;
}
body.ticket main section#wheelchair .tbox {
  margin: 15px;
}
body.ticket main section#wheelchair p.t1 {
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
}
body.ticket main section#wheelchair .t2 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: 500;
}
body.ticket main section#wheelchair .t2 a {
  color: #000;
  word-break: break-all;
}
body.ticket main section#wheelchair .t1 + .t3 {
  margin-top: 0;
}
@media (max-width: 768px) {
  body.ticket main .btn_area > .btn > a {
    padding-top: 1vw;
    padding-bottom: 1vw;
    height: auto;
    min-height: 60px;
    font-size: 4vw;
    line-height: 1.2;
  }
  body.ticket main section#hostgame img.schedule {
    padding: 5vw 5vw;
    width: 100%;
    min-width: auto;
  }
  body.ticket main section#price .tab div.active {
    background-position-y: bottom;
  }
  body.ticket main section#wheelchair .tbox {
    margin: 5vw 0 0;
  }
  body.ticket main section#wheelchair p.t1 {
    font-size: 3.5vw;
  }
  body.ticket main section#wheelchair .t2 {
    font-size: 8vw;
  }

  /*20230920*/
	body.ticket main section#price p.p_txt{
		font-size: 12px;
		line-height: 1.4;
		margin: 10px 0px;
	}
	body.ticket main section#price article p.seat_name{
		font-size: 2rem;
	}
}

/*20241008*/
.touroku{
	font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
    margin-top: -20px;
}
.touroku img{
	width: 100px;
    margin-top: -20px;
    vertical-align: middle;
}
@media (max-width: 768px) {
	.touroku img {
		width: 80px;
		margin-top: -12px;
		vertical-align: middle;
	}
}