/*
price
---------------------------*/
#price .wrap {
  padding: 50px 0;
}
#price .table {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 10px;
  overflow-x: auto;
}
#price .table dl {
  border-bottom: 1px solid #031838;
}
#price .table dl.fixed {
  position: sticky;
  top: 0;
  left: 0;
  width: 150px;
  min-width: 150px;
}
#price .table dl.fixed dd {
  border-right: 1px solid #031838;
}
#price .table dl.fixed dd + dd {
  border-top: 1px solid #031838;
}
#price .table dl.fixed dd.arena {
  background: #A0D8EF;
}
#price .table dl.fixed dd.stand {
  background: #91BED6;
}
#price .table dl.fixed dd p {
  width: 60%;
}
#price .table dl.fixed dd p,
#price .table dl.fixed dd p span {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  color: #031838;
}
#price .table dl.fixed dd ul li {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#price .table dl:not(.fixed) dd ul li {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
#price .table dl:nth-of-type(2) {
  width: 215px;
  min-width: 215px;
}
#price .table dl:nth-of-type(3) {
  width: 135px;
  min-width: 135px;
}
#price .table dl:nth-of-type(3) ul {
  border-left: 1px solid #DDE6ED;
}
#price .table dl + dl dt {
  border-left: 1px solid #DDE6ED;
}
#price .table dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
  background: #006689;
}
#price .table dl dt p {
  padding: 10px 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
}
#price .table dl dt p + p {
  border-top: 1px solid #DDE6ED;
}
#price .table dl dt p.col100 {
  width: 100%;
}
#price .table dl dt p.col50 {
  width: 50%;
}
#price .table dl dt p.col50 + .col50 {
  border-left: 1px solid #DDE6ED;
}
#price .table dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#price .table dl dd + dd {
  border-top: 1px solid #031838;
}
#price .table dl dd.none {
  content: "";
  position: relative;
  height: 138.5px;
  border-left: 1px solid #DDE6ED;
}
#price .table dl dd.none::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -22%;
  margin: auto 0;
  width: 144%;
  height: 1px;
  background: #DDE6ED;
  -webkit-transform: rotate(134deg);
          transform: rotate(134deg);
}
#price .table dl dd.content02 ul {
  width: 50%;
}
#price .table dl dd ul {
  width: 100%;
  background: #ffffff;
}
#price .table dl dd ul + ul {
  border-left: 1px solid #DDE6ED;
}
#price .table dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 5px;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-align: center;
  color: #031838;
}
#price .table dl dd ul li + li {
  border-top: 1px solid #DDE6ED;
}
#price .table dl dd ul li.col02 {
  height: 70px;
}
#price .table dl dd ul li.col03 {
  height: 104px;
}
#price .attention {
  margin-top: 6px;
}
#price .attention p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
#price .boxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 40px;
}
#price .boxWrap .box {
  width: calc((100% - 10px) / 2);
}
#price .boxWrap .box + .box {
  margin-left: 10px;
}
#price .boxWrap .box p {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  text-align: center;
  color: #031838;
}
@media (min-width: 480px) {
  #price .table dl.fixed {
    width: 210px;
    min-width: 210px;
  }
}
@media (min-width: 769px) {
  #price .wrap {
    padding: 72px 0 120px;
  }
  #price .table {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #price .table dl.fixed {
    min-width: 250px;
  }
  #price .table dl.fixed dd p,
  #price .table dl.fixed dd p span {
    font-size: 16px;
  }
  #price .table dl:nth-of-type(2) {
    width: 250px;
  }
  #price .table dl:nth-of-type(3) {
    width: 180px;
  }
  #price .table dl dt {
    height: 96px;
  }
  #price .table dl dt p {
    padding: 14px 5px 16px;
    font-size: 16px;
  }
  #price .table dl dd.none {
    height: 186.5px;
  }
  #price .table dl dd ul li {
    padding: 14px 24px 16px;
    font-size: 16px;
  }
  #price .table dl dd ul li.col02 {
    height: 94px;
  }
  #price .table dl dd ul li.col03 {
    height: 140px;
  }
  #price .attention p {
    font-size: 16px;
  }
  #price .boxWrap {
    margin-top: 80px;
  }
  #price .boxWrap .box {
    width: calc((100% - 24px) / 2);
  }
  #price .boxWrap .box + .box {
    margin-left: 24px;
  }
  #price .boxWrap .box p {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media (min-width: 1000px) {
  #price .table {
    overflow-x: initial;
  }
  #price .table dl.fixed {
    width: 425px;
  }
  #price .table dl.fixed dd p,
  #price .table dl.fixed dd p span {
    font-size: 18px;
  }
  #price .table dl:nth-of-type(2) {
    width: 432px;
  }
  #price .table dl:nth-of-type(3) {
    width: 216px;
  }
  #price .table dl dt p {
    font-size: 18px;
  }
  #price .table dl dd.none {
    height: 195px;
  }
  #price .table dl dd.none::before {
    left: -17%;
    width: 135%;
    -webkit-transform: rotate(138deg);
            transform: rotate(138deg);
  }
  #price .table dl dd ul li {
    font-size: 18px;
  }
  #price .table dl dd ul li.col02 {
    height: 97px;
  }
  #price .table dl dd ul li.col03 {
    height: 146px;
  }
}
@media (min-width: 1440px) {
  #price .table dl.fixed {
    width: 432px;
  }
}

/*
howToBuy
---------------------------*/
#howToBuy .linkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#howToBuy .linkWrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 40px 10px;
  background: #ffffff;
}
#howToBuy .linkWrap .box + .box {
  margin-top: 24px;
}
#howToBuy .linkWrap .box .imgWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  height: 130px;
}
#howToBuy .linkWrap .box .otherWrap {
  width: 100%;
  margin-top: 25px;
}
#howToBuy .linkWrap .box .otherWrap p {
  margin-bottom: 10px;
  font-size: 16px;
  letter-spacing: 0.02em;
  color: #FF070B;
  text-align: center;
}
#howToBuy .linkWrap .box .otherWrap .btnWrap {
  width: 80%;
  max-width: 400px;
  margin: 0 auto;
}
#howToBuy .linkWrap .box .otherWrap .btnWrap a {
  position: relative;
  width: 100%;
  padding: 21px 10px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ffffff;
  background: #02B4E2;
}
#howToBuy .linkWrap .box .otherWrap .btnWrap a::before, #howToBuy .linkWrap .box .otherWrap .btnWrap a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 13px;
  margin: auto 0;
  width: 10.5px;
  height: 1.5px;
  background: #ffffff;
}
#howToBuy .linkWrap .box .otherWrap .btnWrap a::before {
  bottom: 7px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#howToBuy .linkWrap .box .otherWrap .btnWrap a::after {
  top: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (min-width: 769px) {
  #howToBuy .linkWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #howToBuy .linkWrap .box {
    width: calc((100% - 24px) / 2);
    height: 340px;
    padding: 40px 10px;
    background: #ffffff;
  }
  #howToBuy .linkWrap .box + .box {
    margin-top: 0;
  }
  #howToBuy .linkWrap .box:nth-of-type(2n) {
    margin-left: 24px;
  }
  #howToBuy .linkWrap .box:nth-of-type(n+3) {
    margin-top: 24px;
  }
  #howToBuy .linkWrap .box .otherWrap {
    margin-top: 0;
  }
  #howToBuy .linkWrap .box .otherWrap p {
    margin-bottom: 17px;
    font-size: 20px;
  }
  #howToBuy .linkWrap .box .otherWrap .btnWrap {
    width: 300px;
  }
  #howToBuy .linkWrap .box .otherWrap .btnWrap a {
    padding: 21px 10px;
    font-size: 18px;
  }
}

/*
releaseDate
---------------------------*/
#releaseDate .table02 {
  margin-top: 51px;
}
#releaseDate .attention {
  margin-top: 10px;
}
#releaseDate .attention p {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #031838;
}
@media (min-width: 769px) {
  #releaseDate .attention {
    margin-top: 6px;
  }
  #releaseDate .attention p {
    font-size: 16px;
  }
}/*# sourceMappingURL=buy-ticket.css.map */