/*team color*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900");
@font-face {
  font-family: 'Helvetica Neue';
  src: local("Helvetica Neue Regular");
}
@font-face {
  font-family: 'HelveticaNeue-CondensedBold';
  src: local("HelveticaNeue-CondensedBold");
}
@font-face {
  font-family: 'bleagueFont';
  src: url("/fonts/bleage_font.eot") format("eot"), url("/fonts/bleage_font.eot?#iefix") format("embedded-opentype"), url("/fonts/bleage_font.woff") format("woff"), url("/fonts/bleage_font.ttf") format("truetype");
}
/* line 8, ../../sass/ticket/style.scss */
.ticket .mv-block .mv-ttl {
  padding: 3.5rem 0;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2rem;
  background: #f1f1f1;
}
@media screen and (max-width: 1140px) {
  /* line 26, ../../sass/ticket/style.scss */
  .ticket .mv-block .mv-ttl {
    font-size: calc((28 - 22) * ((100vw - 375px) / (1140 - 375)) + 2.2rem);
  }
}
@media screen and (max-width: 640px) {
  /* line 40, ../../sass/ticket/style.scss */
  .ticket .mv-block .mv-ttl {
    padding: 2rem 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
}

/* line 7, ../../sass/ticket/_page.scss */
.page {
  /* =====================
    ttl
  ===================== */
  /* =====================
    detail-block
  ===================== */
  /* =====================
    ticket-block
  ===================== */
  /* =====================
    access-block
  ===================== */
  /* =====================
    contact-block
  ===================== */
}
/* line 11, ../../sass/ticket/_page.scss */
.page h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .2rem;
}
/* line 26, ../../sass/ticket/_page.scss */
.page .detail-block {
  background: url("/img/ticket/share/detail-bg.jpg") center no-repeat;
  background-size: cover;
}
/* line 30, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 3rem 0 4rem;
  border-bottom: 1px solid #6b6b6b;
}
/* line 38, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box {
  order: 1;
  width: 37.54386%;
  text-align: center;
}
/* line 42, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box p {
  font-weight: bold;
}
/* line 47, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box .date {
  margin-bottom: 1rem;
  font-family: 'bleagueFont';
  font-size: 80px;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: .5rem;
}
/* line 54, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box .date span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 37.5%;
  letter-spacing: normal;
}
/* line 58, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box .date span.sat {
  color: #47a2ff;
}
/* line 62, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box .date span.sun {
  color: #ff3939;
}
/* line 70, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box .time {
  display: inline-block;
  padding: .3rem 2.5rem .2rem;
  font-family: 'bleagueFont';
  font-size: 26px;
  font-size: 2.6rem;
  color: #fff;
  line-height: 1;
  letter-spacing: .2rem;
  background: #000;
}
/* line 79, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box .time span {
  position: relative;
  top: -.2rem;
  margin-left: .5rem;
  font-size: 76.92308%;
}
/* line 88, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box .vs {
  margin: 2rem 0 1rem;
  font-family: 'bleagueFont';
  font-size: 50px;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: .05em;
}
/* line 97, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box .place {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1rem;
}
/* line 101, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box .place span {
  display: block;
}
/* line 107, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 112, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box ul li {
  width: 115px;
  padding: .3rem 0 .5rem;
  text-align: center;
  line-height: 1;
  border: 1px solid #000;
}
/* line 118, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .date-box ul li:first-child {
  color: #fff;
  background: #000;
}
/* line 131, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .team-vs {
  display: none;
}
/* line 137, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .team-box {
  position: relative;
  width: 31.22807%;
  text-align: center;
}
/* line 141, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .team-box p {
  font-weight: bold;
}
/* line 146, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .team-box .game {
  position: absolute;
  top: 50%;
  font-size: 20px;
  font-size: 2rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  letter-spacing: .1rem;
  transform: translateY(-50%);
}
/* line 157, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .team-box .img {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 163, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .team-box .team {
  margin-top: 3rem;
  font-size: 28px;
  font-size: 2.8rem;
  letter-spacing: .2rem;
}
/* line 170, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .team-box.home {
  order: 0;
  padding-left: 1rem;
}
/* line 173, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .team-box.home .game {
  left: 0;
}
/* line 178, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .team-box.away {
  order: 2;
  padding-right: 1rem;
}
/* line 181, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .team-box.away .game {
  right: 0;
}
/* line 188, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .btn {
  order: 3;
  width: 280px;
  margin: auto;
}
/* line 192, ../../sass/ticket/_page.scss */
.page .detail-block .detail-head .btn a {
  padding: .5rem 0 .6rem;
}
/* line 200, ../../sass/ticket/_page.scss */
.page .detail-block .detail-txt {
  padding: 3rem 0 2rem;
}
/* line 202, ../../sass/ticket/_page.scss */
.page .detail-block .detail-txt .release {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #ff0000;
}
/* line 209, ../../sass/ticket/_page.scss */
.page .detail-block .detail-txt p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 2;
}
/* line 212, ../../sass/ticket/_page.scss */
.page .detail-block .detail-txt p a {
  font-weight: bold;
  color: #3498db;
  transition: all .2s ease-out;
}
/* line 216, ../../sass/ticket/_page.scss */
.page .detail-block .detail-txt p a:hover {
  color: #000;
}
/* line 232, ../../sass/ticket/_page.scss */
.page .ticket-block {
  padding: 3rem 0 8rem;
  /* ---------------------
    ticket-head
  --------------------- */
  /* ---------------------
    ticket-inner
  --------------------- */
}
/* line 238, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head {
  /*@include display-flex;
  @include flex-flow(row wrap);
  @include justify-content(space-between);*/
  margin-bottom: 4.5rem;
}
/* line 243, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head.select {
  margin-bottom: 15rem;
}
/* line 248, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .txt-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
}
/* line 253, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .txt-box .txt {
  margin-right: 2rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #f31918;
  letter-spacing: .1rem;
}
/* line 262, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .txt-box .btn {
  width: 17.54386%;
  min-width: 200px;
}
/* line 266, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .txt-box .btn a, .page .ticket-block .ticket-head .txt-box .btn span {
  width: 100%;
  padding: .3rem 0 .4rem;
}
/* line 275, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 41.57895%;
}
/* line 280, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head form input {
  visibility: hidden;
  width: 0;
  height: 0;
}
/* line 288, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head form .select-box label {
  display: block;
  padding: 1.2rem 1rem 1.2rem 0;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
}
/* line 303, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .select-box {
  position: relative;
  width: 35.86498%;
  height: 44px;
}
/* line 307, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .select-box .select-txt {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
/* line 313, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .select-box .select-txt label {
  background: #000;
  border-radius: 3px;
}
/* line 318, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .select-box .select-txt:after {
  position: absolute;
  z-index: 2;
  content: "";
  top: 50%;
  right: 1.4rem;
  cursor: pointer;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  transform: translateY(-50%);
}
/* line 332, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .select-box .select-txt.open:after {
  top: 18px;
  border-top: none;
  border-bottom: 6px solid #fff;
  transform: translateY(0);
}
/* line 342, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .select-box .select-list {
  position: absolute;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  background: #000;
  border-radius: 3px;
}
/* line 351, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .select-box .select-list.show {
  display: block;
}
/* line 358, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .select-box .select-list ul li:not(:last-child) {
  border-bottom: 1px solid #777;
}
/* line 363, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .select-box .select-list ul li.active:after {
  transform: translateY(-50%) rotate(180deg);
}
/* line 374, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .check-box {
  width: 59.91561%;
}
/* line 376, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .check-box ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: .9rem 2rem 1rem;
  background: #f1f1f1;
  border-radius: 3px;
}
/* line 385, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .check-box ul li label {
  position: relative;
  display: inline-block;
  padding-left: 3rem;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  cursor: pointer;
}
/* line 393, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .check-box ul li label:before, .page .ticket-block .ticket-head .check-box ul li label:after {
  position: absolute;
  content: "";
}
/* line 398, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .check-box ul li label:before {
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 2px solid #c5c8cb;
  border-radius: 3px;
  transform: translateY(-50%);
}
/* line 412, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .check-box ul li input[type="checkbox"]:checked + label:before {
  background: #000;
  border: 2px solid #000;
}
/* line 417, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .check-box ul li input[type="checkbox"]:checked + label:after {
  top: 30%;
  width: 9px;
  height: 6px;
  left: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}
/* line 429, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-head .check-box ul li:first-child {
  margin-right: 2rem;
}
/* line 445, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box {
  position: relative;
  padding: 5rem 4rem 2.5rem 5rem;
  border: 2px solid #c5c8cb;
}
/* line 450, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box ul {
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  top: -2px;
  left: -2px;
}
/* line 457, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box ul li {
  width: 138px;
  margin-right: 2px;
  padding: .2rem 0;
  color: #fff;
  text-align: center;
}
/* line 463, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box ul li.limited {
  background: #ff7b1f;
}
/* line 467, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box ul li.general {
  background: #000;
}
/* line 471, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box ul li.before {
  background: #f31918;
}
/* line 475, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box ul li.end {
  background: #7b7b7b;
}
/* line 483, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box .ticket-txt {
  width: calc(100% - 320px);
}
/* line 485, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box .ticket-txt p {
  letter-spacing: .1rem;
}
/* line 490, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box .ticket-txt .ttl {
  margin-bottom: 2rem;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
}
/* line 497, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box .ticket-txt .txt {
  margin-bottom: 1.5rem;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 502, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box .ticket-txt .period {
  font-size: 13px;
  font-size: 1.3rem;
  color: #999;
  line-height: 1.4;
}
/* line 506, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box .ticket-txt .period dt, .page .ticket-block .ticket-inner .ticket-box .ticket-txt .period dd {
  display: inline;
}
/* line 513, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box .ticket-txt .ticket-btn {
  position: absolute;
  top: 50%;
  right: 4rem;
  -webkit-align-self: center;
  align-self: center;
  width: 280px;
  transform: translateY(-50%);
}
/* line 520, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box .ticket-txt .ticket-btn a {
  width: 100%;
  padding: .8rem 0 .9rem;
  font-size: 16px;
  font-size: 1.6rem;
  color: #999;
  border-color: #999;
}
/* line 527, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box .ticket-txt .ticket-btn a .sm {
  display: inline-block;
  font-size: 70%;
}
/* line 532, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box .ticket-txt .ticket-btn a:hover {
  color: #fff;
  background: #999;
}
/* line 543, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box.not-sold {
  background: #f8f8f8;
}
/* line 546, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box.not-sold .ticket-txt .ttl, .page .ticket-block .ticket-inner .ticket-box.not-sold .ticket-txt .txt, .page .ticket-block .ticket-inner .ticket-box.not-sold .ticket-txt .period {
  color: #999;
}
/* line 548, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box.not-sold .ticket-txt .ttl.red, .page .ticket-block .ticket-inner .ticket-box.not-sold .ticket-txt .txt.red, .page .ticket-block .ticket-inner .ticket-box.not-sold .ticket-txt .period.red {
  color: #f31918;
}
/* line 557, ../../sass/ticket/_page.scss */
.page .ticket-block .ticket-inner .ticket-box:not(:last-of-type) {
  margin-bottom: 3.42105%;
}
/* line 572, ../../sass/ticket/_page.scss */
.page .access-block {
  padding: 7rem 0;
  background: #f1f1f1;
}
/* line 575, ../../sass/ticket/_page.scss */
.page .access-block h3 {
  margin-bottom: 6rem;
}
/* line 581, ../../sass/ticket/_page.scss */
.page .access-block .access-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
/* line 585, ../../sass/ticket/_page.scss */
.page .access-block .access-inner .access-txt {
  width: 46.31579%;
}
/* line 587, ../../sass/ticket/_page.scss */
.page .access-block .access-inner .access-txt table {
  border-top: 1px solid #c5c8cb;
}
/* line 590, ../../sass/ticket/_page.scss */
.page .access-block .access-inner .access-txt table tr th, .page .access-block .access-inner .access-txt table tr td {
  text-align: left;
  vertical-align: middle;
  letter-spacing: .1rem;
  border-bottom: 1px solid #c5c8cb;
}
/* line 597, ../../sass/ticket/_page.scss */
.page .access-block .access-inner .access-txt table tr th {
  width: 142px;
  padding-left: 3rem;
  font-size: 16px;
  font-size: 1.6rem;
  background: #e6e6e6;
}
/* line 604, ../../sass/ticket/_page.scss */
.page .access-block .access-inner .access-txt table tr td {
  padding: 2.5rem 4rem;
}
/* line 613, ../../sass/ticket/_page.scss */
.page .access-block .access-inner .access-map {
  width: 50%;
}
/* line 615, ../../sass/ticket/_page.scss */
.page .access-block .access-inner .access-map iframe {
  width: 100%;
}
/* line 630, ../../sass/ticket/_page.scss */
.page .contact-block {
  padding: 8rem 0;
}
/* line 632, ../../sass/ticket/_page.scss */
.page .contact-block .btn {
  margin-top: 1rem;
  text-align: center;
}
/* line 635, ../../sass/ticket/_page.scss */
.page .contact-block .btn a {
  width: 250px;
  padding: .5rem 0 .6rem;
}
/* line 643, ../../sass/ticket/_page.scss */
.page .contact-block .contact-inner {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
}
/* line 650, ../../sass/ticket/_page.scss */
.page .contact-block .contact-inner:after {
  position: absolute;
  content: "";
  top: 0;
  left: 32.01754%;
  width: 1px;
  height: 100%;
  background: #c5c8cb;
}
/* line 661, ../../sass/ticket/_page.scss */
.page .contact-block .contact-inner .contact-box {
  width: 28.94737%;
  text-align: center;
}
/* line 667, ../../sass/ticket/_page.scss */
.page .contact-block .contact-inner .contact-box .office {
  margin: 2rem 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .1rem;
}
/* line 676, ../../sass/ticket/_page.scss */
.page .contact-block .contact-inner .contact-box ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  justify-content: center;
  width: 96.9697%;
  margin: auto;
}
/* line 683, ../../sass/ticket/_page.scss */
.page .contact-block .contact-inner .contact-box ul li a {
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 689, ../../sass/ticket/_page.scss */
.page .contact-block .contact-inner .contact-box ul li.btn01 {
  width: 50%;
}
/* line 691, ../../sass/ticket/_page.scss */
.page .contact-block .contact-inner .contact-box ul li.btn01 a {
  padding-right: 1rem;
}
/* line 693, ../../sass/ticket/_page.scss */
.page .contact-block .contact-inner .contact-box ul li.btn01 a span {
  right: 1rem;
}
/* line 700, ../../sass/ticket/_page.scss */
.page .contact-block .contact-inner .contact-box ul li.btn02 {
  width: 43.75%;
  margin-left: 6.25%;
}
/* line 703, ../../sass/ticket/_page.scss */
.page .contact-block .contact-inner .contact-box ul li.btn02 a {
  color: #f31918;
  border-color: #f31918;
}
/* line 706, ../../sass/ticket/_page.scss */
.page .contact-block .contact-inner .contact-box ul li.btn02 a:hover {
  color: #fff;
  background: #f31918;
}
/* line 720, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 60.17544%;
  margin-right: 3.15789%;
  padding-top: 3rem;
}
/* line 728, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-notes {
  order: 2;
  margin-top: 2rem;
  padding-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #999;
  text-indent: -1em;
  letter-spacing: .1rem;
}
/* line 742, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box p {
  font-weight: bold;
}
/* line 747, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box .ttl {
  display: inline-block;
  width: 65px;
  color: #999;
  text-align: center;
  background: #e6e6e6;
}
/* line 755, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box .txt {
  line-height: 1.6;
}
/* line 757, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box .txt .icon {
  display: none;
}
/* line 764, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box.tel-box {
  order: 0;
  width: 41.54519%;
}
/* line 767, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box.tel-box .ttl {
  margin-bottom: 1rem;
}
/* line 771, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box.tel-box .txt {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: .2rem;
}
/* line 776, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box.tel-box .time {
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 783, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box.inquiry-box {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  order: 1;
  width: 58.30904%;
}
/* line 788, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box.inquiry-box .btn {
  margin-top: 3.5rem;
}
/* line 792, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box.inquiry-box .ttl {
  margin-bottom: 1.8rem;
}
/* line 796, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box.inquiry-box .txt {
  font-size: 20px;
  font-size: 2rem;
}
/* line 798, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box.inquiry-box .txt a {
  text-decoration: underline;
  letter-spacing: .1rem;
  transition: all .3s ease-out;
}
/* line 803, ../../sass/ticket/_page.scss */
.page .contact-block .contact-info .info-box.inquiry-box .txt a:hover {
  color: #f31918;
}
@media screen and (max-width: 1140px) {
  /* line 7, ../../sass/ticket/_page.scss */
  .page {
    /* =====================
      ttl
    ===================== */
    /* =====================
      detail-block
    ===================== */
    /* =====================
      ticket-block
    ===================== */
    /* =====================
      access-block
    ===================== */
    /* =====================
      contact-block
    ===================== */
  }
  /* line 823, ../../sass/ticket/_page.scss */
  .page h3 {
    font-size: calc((28 - 20) * ((100vw - 375px) / (1140 - 375)) + 2rem);
  }
  /* line 837, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box .date {
    font-size: calc((80 - 40) * ((100vw - 375px) / (1140 - 375)) + 4rem);
  }
  /* line 841, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box .time {
    font-size: calc((26 - 16) * ((100vw - 375px) / (1140 - 375)) + 1.6rem);
  }
  /* line 845, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box .vs {
    font-size: calc((100 - 70) * ((100vw - 375px) / (1140 - 375)) + 7rem);
    letter-spacing: .5rem;
  }
  /* line 850, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box .place {
    font-size: calc((16 - 13) * ((100vw - 375px) / (1140 - 375)) + 1.3rem);
  }
  /* line 852, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box .place span {
    display: inline-block;
  }
  /* line 859, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box ul li {
    width: 100px;
  }
  /* line 867, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .team-box .game {
    font-size: calc((20 - 13) * ((100vw - 375px) / (1140 - 375)) + 1.3rem);
  }
  /* line 872, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .team-box .img img {
    max-width: 70%;
  }
  /* line 877, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .team-box .team {
    font-size: calc((26 - 14) * ((100vw - 375px) / (1140 - 375)) + 1.4rem);
  }
  /* line 892, ../../sass/ticket/_page.scss */
  .page .ticket-block {
    /* ---------------------
      ticket-inner
    --------------------- */
  }
  /* line 897, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box {
    padding: 6rem 3rem 4rem;
  }
  /* line 900, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box .ticket-txt .ttl {
    font-size: calc((24 - 17) * ((100vw - 375px) / (1140 - 375)) + 1.7rem);
  }
  /* line 921, ../../sass/ticket/_page.scss */
  .page .access-block .access-inner .access-txt table tr th {
    width: 90px;
    padding-left: 2rem;
    font-size: calc((15 - 13) * ((100vw - 375px) / (1140 - 375)) + 1.3rem);
  }
  /* line 927, ../../sass/ticket/_page.scss */
  .page .access-block .access-inner .access-txt table tr td {
    padding: 2rem;
  }
  /* line 937, ../../sass/ticket/_page.scss */
  .page .access-block .access-inner .access-map iframe {
    height: 300px;
  }
  /* line 954, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner:after {
    left: 33%;
  }
  /* line 959, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box {
    width: 32%;
  }
  /* line 961, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box .office {
    font-size: calc((16 - 14) * ((100vw - 375px) / (1140 - 375)) + 1.4rem);
  }
  /* line 969, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info {
    width: 62%;
  }
  /* line 973, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.tel-box .txt {
    font-size: calc((30 - 30) * ((100vw - 375px) / (1140 - 375)) + 3rem);
    letter-spacing: .1rem;
  }
  /* line 981, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.inquiry-box .txt {
    font-size: calc((20 - 16) * ((100vw - 375px) / (1140 - 375)) + 1.6rem);
  }
}
@media screen and (max-width: 960px) {
  /* line 7, ../../sass/ticket/_page.scss */
  .page {
    /* =====================
      ticket-block
    ===================== */
    /* =====================
      contact-block
    ===================== */
  }
  /* line 1001, ../../sass/ticket/_page.scss */
  .page .ticket-block {
    /* ---------------------
      ticket-head
    --------------------- */
  }
  /* line 1005, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head {
    margin-bottom: 3.5rem;
  }
  /* line 1008, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head.select {
    margin-bottom: 4rem;
  }
  /* line 1013, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head .txt-box {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* line 1018, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head .txt-box .txt {
    margin: 0 0 1rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1023, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head .txt-box .btn {
    margin: 0 auto;
  }
  /* line 1030, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head form {
    width: 100%;
  }
  /* line 1035, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head .select-box {
    width: 40%;
    margin-bottom: 2.5rem;
  }
  /* line 1041, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head .check-box {
    width: 56%;
  }
  /* line 1043, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head .check-box ul {
    padding: 0.9rem 4.34783% 1rem;
  }
  /* line 1059, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner {
    display: block;
  }
  /* line 1061, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner:after {
    display: none;
  }
  /* line 1067, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box {
    width: 100%;
    text-align: center;
  }
  /* line 1072, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box ul li.btn01 {
    width: 40%;
  }
  /* line 1076, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box ul li.btn02 {
    width: 40%;
    margin-left: 5%;
  }
  /* line 1087, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info {
    width: 100%;
    margin-top: 4rem;
    padding-top: 0;
  }
  /* line 1091, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-notes {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 7, ../../sass/ticket/_page.scss */
  .page {
    /* =====================
      ttl
    ===================== */
    /* =====================
      detail-block
    ===================== */
    /* =====================
      ticket-block
    ===================== */
    /* =====================
      access-block
    ===================== */
    /* =====================
      contact-block
    ===================== */
  }
  /* line 1128, ../../sass/ticket/_page.scss */
  .page .detail-block {
    background: url("/img/ticket/share/sp-detail-bg.jpg") center no-repeat;
    background-size: cover;
  }
  /* line 1131, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head {
    padding: 3rem 0 2rem;
  }
  /* line 1133, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box {
    order: 0;
    width: 100%;
  }
  /* line 1136, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box .date {
    display: inline-block;
    margin: 0 1rem 0 0;
    letter-spacing: .5rem;
  }
  /* line 1143, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box .time {
    position: relative;
    top: -2px;
    padding: .3rem .5rem .2rem;
  }
  /* line 1148, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box .time span {
    position: static;
    margin-left: .3rem;
  }
  /* line 1154, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box .vs {
    display: none;
  }
  /* line 1158, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box .place {
    margin-top: 1.5rem;
  }
  /* line 1164, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box ul {
    margin-top: 1rem;
  }
  /* line 1166, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .date-box ul li {
    width: 95px;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1175, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .team-vs {
    order: 2;
    display: block;
    width: 22px;
    font-family: 'bleagueFont';
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: .1rem;
  }
  /* line 1186, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .team-box {
    width: calc(50% - 11px);
    margin-top: 1.5rem;
  }
  /* line 1194, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .team-box .img img {
    width: 60%;
  }
  /* line 1199, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .team-box .team {
    margin-top: 1rem;
    letter-spacing: .1rem;
  }
  /* line 1206, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .team-box.home {
    order: 1;
    padding-left: 1rem;
  }
  /* line 1209, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .team-box.home .game {
    left: 0;
  }
  /* line 1215, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .team-box.away {
    order: 3;
    padding-right: 1rem;
  }
  /* line 1218, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .team-box.away .game {
    right: 0;
  }
  /* line 1225, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-head .btn {
    width: 63.76812%;
    min-width: 220px;
    margin: 3rem auto 0;
  }
  /* line 1234, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-txt {
    padding: 2rem 0;
  }
  /* line 1236, ../../sass/ticket/_page.scss */
  .page .detail-block .detail-txt p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1250, ../../sass/ticket/_page.scss */
  .page .ticket-block {
    padding: 3rem 0 6rem;
    /* ---------------------
      ticket-head
    --------------------- */
    /* ---------------------
      ticket-inner
    --------------------- */
  }
  /* line 1258, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head .txt-box .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1263, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head .txt-box .btn {
    width: 63.76812%;
    min-width: 220px;
  }
  /* line 1266, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head .txt-box .btn a, .page .ticket-block .ticket-head .txt-box .btn span {
    width: 100%;
    padding: 1rem 0;
  }
  /* line 1275, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head form {
    display: block;
  }
  /* line 1280, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head .select-box {
    width: 50%;
  }
  /* line 1285, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head .check-box {
    width: 100%;
  }
  /* line 1298, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box {
    position: relative;
    display: block;
    padding: 4rem 4.34783% 2rem;
    border-width: 1px;
  }
  /* line 1303, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box ul {
    top: -1px;
    left: -1px;
  }
  /* line 1306, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box ul li {
    width: 100px;
    padding: 0 0 .1rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1315, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box .ticket-txt {
    width: 100%;
  }
  /* line 1317, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box .ticket-txt .ttl {
    width: 100%;
    margin-bottom: 1rem;
  }
  /* line 1322, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box .ticket-txt .txt {
    width: 100%;
    margin-bottom: 1rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1328, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box .ticket-txt .period {
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1332, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box .ticket-txt .period dt, .page .ticket-block .ticket-inner .ticket-box .ticket-txt .period dd {
    display: block;
  }
  /* line 1339, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box .ticket-txt .ticket-btn {
    position: static;
    width: 240px;
    margin: 0 auto;
    transform: translateY(0);
  }
  /* line 1344, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box .ticket-txt .ticket-btn a {
    padding: .8rem 0 .9rem;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1353, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box:not(:last-of-type) {
    margin-bottom: 8.69565%;
  }
  /* line 1368, ../../sass/ticket/_page.scss */
  .page .access-block {
    padding: 6rem 0;
  }
  /* line 1370, ../../sass/ticket/_page.scss */
  .page .access-block h3 {
    margin-bottom: 4rem;
  }
  /* line 1375, ../../sass/ticket/_page.scss */
  .page .access-block .access-inner {
    display: block;
  }
  /* line 1377, ../../sass/ticket/_page.scss */
  .page .access-block .access-inner .access-txt {
    width: 100%;
    margin-bottom: 4rem;
  }
  /* line 1382, ../../sass/ticket/_page.scss */
  .page .access-block .access-inner .access-txt table tr th {
    width: 100px;
    background: #e6e6e6;
  }
  /* line 1387, ../../sass/ticket/_page.scss */
  .page .access-block .access-inner .access-txt table tr td {
    padding: 1.5rem 2rem;
  }
  /* line 1396, ../../sass/ticket/_page.scss */
  .page .access-block .access-inner .access-map {
    width: 100%;
  }
  /* line 1398, ../../sass/ticket/_page.scss */
  .page .access-block .access-inner .access-map iframe {
    height: 250px;
  }
  /* line 1412, ../../sass/ticket/_page.scss */
  .page .contact-block {
    padding: 6rem 0;
  }
  /* line 1414, ../../sass/ticket/_page.scss */
  .page .contact-block .btn {
    margin-top: 1rem;
  }
  /* line 1416, ../../sass/ticket/_page.scss */
  .page .contact-block .btn a {
    width: 63.76812%;
    min-width: 220px;
    padding: 1rem 0;
  }
  /* line 1425, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner {
    margin-top: 3rem;
  }
  /* line 1429, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box .logo img {
    width: 47.82609%;
  }
  /* line 1435, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box .office {
    margin: 2rem 0 1rem;
  }
  /* line 1440, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box ul {
    width: 91.30435%;
    margin: auto;
  }
  /* line 1444, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box ul li a {
    width: 100%;
    min-width: inherit;
    padding: 1rem 0;
  }
  /* line 1450, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box ul li.btn01 {
    width: 49.20635%;
    margin-right: 0;
  }
  /* line 1455, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box ul li.btn02 {
    width: 49.20635%;
    margin-left: 1.5873%;
  }
  /* line 1467, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info {
    display: block;
    width: 91.30435%;
    margin: 4rem auto 0;
    padding-top: 0;
  }
  /* line 1472, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-notes {
    margin: 1rem 0 3rem;
    padding-left: 1em;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #999;
    text-indent: -1em;
    letter-spacing: .1rem;
  }
  /* line 1485, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box p {
    font-weight: bold;
  }
  /* line 1490, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box .ttl {
    display: none;
  }
  /* line 1495, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box .txt {
    position: relative;
    text-align: center;
  }
  /* line 1499, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box .txt .tel, .page .contact-block .contact-info .info-box .txt a {
    position: relative;
    display: block;
    width: 63.76812%;
    min-width: 240px;
    margin: 0 auto;
    color: #fff;
    background: #000;
    border: 2px solid #000;
    border-radius: 30px;
    transition: all .3s ease-out;
  }
  /* line 1510, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box .txt .tel .icon, .page .contact-block .contact-info .info-box .txt a .icon {
    position: absolute;
    display: block;
    top: 50%;
    transform: translateY(-50%);
  }
  /* line 1516, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box .txt .tel .icon svg, .page .contact-block .contact-info .info-box .txt a .icon svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    transition: all .3s ease-out;
  }
  /* line 1536, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.tel-box {
    width: 100%;
  }
  /* line 1538, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.tel-box .txt {
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: .1rem;
  }
  /* line 1541, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.tel-box .txt .tel, .page .contact-block .contact-info .info-box.tel-box .txt a {
    padding: .7rem 0 .8rem;
  }
  /* line 1543, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.tel-box .txt .tel .icon, .page .contact-block .contact-info .info-box.tel-box .txt a .icon {
    left: 2rem;
    width: 12px;
    height: 16px;
  }
  /* line 1552, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.tel-box .txt a:hover {
    color: #000;
    background: #fff;
  }
  /* line 1556, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.tel-box .txt a:hover .icon svg {
    stroke: #000;
  }
  /* line 1565, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.tel-box .time {
    margin-top: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
  /* line 1574, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.inquiry-box {
    width: 100%;
    -webkit-justify-content: center;
    justify-content: center;
  }
  /* line 1577, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.inquiry-box .btn {
    margin-top: 0;
  }
  /* line 1582, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.inquiry-box .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1584, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.inquiry-box .txt a {
    padding: .9rem 0 .9rem 1rem;
    text-decoration: none;
    letter-spacing: inherit;
  }
  /* line 1588, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.inquiry-box .txt a .icon {
    left: 1.5rem;
    width: 16px;
    height: 12px;
  }
  /* line 1594, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.inquiry-box .txt a:hover {
    color: #000;
    background: #fff;
  }
  /* line 1598, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.inquiry-box .txt a:hover .icon svg {
    stroke: #000;
  }
}
@media screen and (max-width: 360px) {
  /* line 7, ../../sass/ticket/_page.scss */
  .page {
    /* =====================
      ttl
    ===================== */
    /* =====================
      ticket-block
    ===================== */
    /* =====================
      access-block
    ===================== */
    /* =====================
      contact-block
    ===================== */
  }
  /* line 1621, ../../sass/ticket/_page.scss */
  .page h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  /* line 1633, ../../sass/ticket/_page.scss */
  .page .ticket-block {
    /* ---------------------
      ticket-head
    --------------------- */
    /* ---------------------
      ticket-inner
    --------------------- */
  }
  /* line 1640, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-head .txt-box .btn a, .page .ticket-block .ticket-head .txt-box .btn span {
    padding: .8rem 0;
  }
  /* line 1655, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box {
    padding: 5rem 4.34783% 3rem;
  }
  /* line 1658, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box .ticket-txt .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 1667, ../../sass/ticket/_page.scss */
  .page .ticket-block .ticket-inner .ticket-box .ticket-txt .ticket-btn a {
    padding: .8rem 0 .9rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1686, ../../sass/ticket/_page.scss */
  .page .access-block h3 {
    margin-bottom: 3rem;
  }
  /* line 1698, ../../sass/ticket/_page.scss */
  .page .access-block .access-inner .access-txt table tr th {
    width: 80px;
    padding-left: 1.5rem;
  }
  /* line 1703, ../../sass/ticket/_page.scss */
  .page .access-block .access-inner .access-txt table tr td {
    padding: 1.5rem;
  }
  /* line 1722, ../../sass/ticket/_page.scss */
  .page .contact-block .btn a {
    padding: .8rem 0;
  }
  /* line 1731, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box .office {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 1737, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-inner .contact-box ul li a {
    padding: .8rem 0;
    font-size: 11px;
    font-size: 1.1rem;
  }
  /* line 1752, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.tel-box .txt a {
    padding-left: .5rem;
  }
  /* line 1760, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.inquiry-box .txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 1762, ../../sass/ticket/_page.scss */
  .page .contact-block .contact-info .info-box.inquiry-box .txt a {
    padding-left: 2rem;
  }
}

/* line 7, ../../sass/ticket/_modal.scss */
.modal-block {
  position: fixed;
  display: none;
  z-index: 9999999999;
  width: 748px;
  padding: 9rem 0 6rem;
  background: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 15, ../../sass/ticket/_modal.scss */
.modal-block .modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
/* line 23, ../../sass/ticket/_modal.scss */
.modal-block .modal-close:before, .modal-block .modal-close:after {
  position: absolute;
  content: "";
  top: 10px;
  width: 100%;
  height: 3px;
  background: #000;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 33, ../../sass/ticket/_modal.scss */
.modal-block .modal-close:before {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 37, ../../sass/ticket/_modal.scss */
.modal-block .modal-close:after {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 43, ../../sass/ticket/_modal.scss */
.modal-block .modal-close:hover:before, .modal-block .modal-close:hover:after {
  background: #f31918;
}
/* line 51, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap {
  width: 630px;
  margin: 0 auto;
}
/* line 54, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap .modal-txt {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
/* line 58, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap .modal-txt span {
  display: inline-block;
}
/* line 64, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap .modal-notes {
  margin: 3rem 0 4.5rem;
  padding: 1rem;
  background: #ffecec;
  border: 1px solid #f31918;
}
/* line 69, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap .modal-notes p {
  padding-left: 1em;
  font-weight: bold;
  color: #f31918;
  text-align: center;
  text-indent: -1em;
}
/* line 79, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap .modal-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
/* line 85, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap .modal-btn li a {
  display: block;
  padding: 1rem 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 96, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap .modal-btn li.login {
  width: 36.50794%;
}
/* line 98, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap .modal-btn li.login a {
  color: #fff;
  background: #e95757;
  border: 2px solid #e95757;
}
/* line 103, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap .modal-btn li.login a:hover {
  color: #e95757;
  background: #fff;
}
/* line 111, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap .modal-btn li.regist {
  width: 58.73016%;
}
/* line 113, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap .modal-btn li.regist a {
  color: #000;
  background: #fff;
  border: 2px solid #000;
}
/* line 118, ../../sass/ticket/_modal.scss */
.modal-block .modal-wrap .modal-btn li.regist a:hover {
  color: #fff;
  background: #000;
}

/* line 131, ../../sass/ticket/_modal.scss */
.modal-overlay {
  position: fixed;
  display: none;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1140px) {
  /* line 151, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap .modal-txt {
    font-size: calc((16 - 14) * ((100vw - 375px) / (1140 - 375)) + 1.4rem);
  }
  /* line 158, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap .modal-btn li a {
    font-size: calc((18 - 14) * ((100vw - 375px) / (1140 - 375)) + 1.4rem);
  }
}
@media screen and (max-width: 960px) {
  /* line 174, ../../sass/ticket/_modal.scss */
  .modal-block {
    width: 84%;
  }
  /* line 176, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap {
    width: 84.12698%;
  }
}
@media screen and (max-width: 768px) {
  /* line 193, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap .modal-btn li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  /* line 209, ../../sass/ticket/_modal.scss */
  .modal-block {
    position: absolute;
    padding: 5rem 0 4rem;
  }
  /* line 212, ../../sass/ticket/_modal.scss */
  .modal-block .modal-close {
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
  }
  /* line 218, ../../sass/ticket/_modal.scss */
  .modal-block .modal-close:before, .modal-block .modal-close:after {
    top: 12px;
    height: 2px;
  }
  /* line 226, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap .modal-txt {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  /* line 229, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap .modal-txt span {
    display: inline;
  }
  /* line 235, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap .modal-notes {
    margin: 2rem 0 3rem;
    padding: 3.77358%;
  }
  /* line 238, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap .modal-notes p {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
  }
  /* line 245, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap .modal-btn {
    display: block;
  }
  /* line 248, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap .modal-btn li a {
    padding: 1rem 0;
  }
  /* line 252, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap .modal-btn li.login {
    width: 100%;
    margin-bottom: 9.43396%;
  }
  /* line 257, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap .modal-btn li.regist {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  /* line 273, ../../sass/ticket/_modal.scss */
  .modal-block {
    width: 90%;
  }
  /* line 278, ../../sass/ticket/_modal.scss */
  .modal-block .modal-wrap .modal-btn li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
