@charset "UTF-8";
html {
  font-size: 62.5%;
  overflow-y: auto;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
  background: white;
  background-size: 100% auto;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  font-family: "Noto Sans JP", "メイリオ", sans-serif;
  font-weight: 400;
  color: #333;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
body img {
  vertical-align: top;
}
@media (min-width: 768px) {
  body {
    min-width: 1025px;
  }
}

body * {
  box-sizing: border-box;
}

img {
  width: 100%;
}

.txt-bold-red {
  font-weight: bold;
  color: #c50930;
}

.txt-s {
  font-size: 80%;
  line-height: 1.5em;
}

a {
  color: #c50930;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

a.txt-link {
  color: black;
  text-decoration: underline;
}

a.no-link {
  pointer-events: none;
}

.btn {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  line-height: 1.3em;
  display: inline-block;
  color: #c50930;
  border: 1px solid #c50930;
  border-radius: 25px;
  background: white;
  cursor: pointer;
}
@media (min-width: 768px) {
  .btn {
    width: 90%;
    height: 50px;
    font-size: 26px;
    line-height: 26px;
  }
}
.btn:hover {
  color: white;
  background: #c50930;
}

.footer {
  background: #F4F2F2;
}
.footer__sns {
  margin: auto;
  padding: 30px 10% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 7vw;
}
@media (min-width: 768px) {
  .footer__sns {
    width: 500px;
    padding: 50px 15px 0;
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .footer__sns li a {
    color: #c50930;
    transition: 0.3s all;
  }
}
@media (min-width: 768px) {
  .footer__sns li a i {
    transition: 0.3s all;
  }
}
@media (min-width: 768px) {
  .footer__sns li a:hover {
    color: black;
  }
}
@media (min-width: 768px) {
  .footer__sns li a:hover i {
    transform: scale(1.1);
  }
}
.footer__logo {
  width: 270px;
  margin: auto;
  padding: 20px 0 50px;
  display: block;
  transition: 0.2s all;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 420px;
    padding: 30px 0 50px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__logo:hover {
  transform: scale(1.1);
}
.footer__copyright {
  width: 100%;
  background: black;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  height: 50px;
  line-height: 50px;
  color: white;
  text-align: center;
}

#pageTop {
  position: fixed;
  right: -1px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #000;
  border: 1px solid #fff;
  z-index: 11;
  text-align: center;
}
@media (min-width: 768px) {
  #pageTop {
    right: 0;
    bottom: 50px;
    border: none;
  }
}

#pageTop i {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 800;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .pc-disp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .sp-disp {
    display: none !important;
  }
}
.fade-here,
.fade-scale,
.fade-up,
.fade-from-left,
.fade-from-right_up,
.fade-from-left_up,
.fade-from-right {
  transition: all 2s ease-in-out;
}

.fade-scale2 {
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-match {
  width: 100%;
  height: 100%;
  padding: 0 0 20px 0;
}
@media (min-width: 768px) {
  .slide-match {
    padding: 0 0 40px 0;
  }
}
@media (min-width: 768px) {
  .slide-match li {
    margin: 0 20px;
  }
}

.slick-dots {
  width: 80%;
  margin-bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .slick-dots {
    width: 100%;
  }
}

.slick-dots li button:before {
  opacity: 0.35;
  color: #c50930;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #c50930;
}
.slick-dots li button:before {
  font-size: 20px; /*初期値は6px*/
}

.slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 30px;
  height: 50px;
  z-index: 1;
  background: white;
  display: none;
}
@media (min-width: 768px) {
  .slick-arrow {
    width: 50px;
  }
}

.slick-arrow:hover {
  opacity: 1;
  background: white;
}

.slick-next::before,
.slick-next::after,
.slick-prev::before,
.slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.slick-next::before,
.slick-prev::before {
  width: 0;
  height: 0;
  background: #c50930;
}
@media (min-width: 768px) {
  .slick-next::before,
  .slick-prev::before {
    width: 30px;
    height: 2px;
  }
}

.slick-next::after,
.slick-prev::after {
  width: 20px;
  height: 20px;
  border-top: 2px solid #c50930;
  border-right: 2px solid #c50930;
}

/* next */
.slick-next {
  top: 50px;
  right: 0px;
}
@media (min-width: 768px) {
  .slick-next {
    right: -50px;
  }
}

.slick-next::before {
  right: 10px;
}

.slick-next::after {
  right: 10px;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .slick-next::after {
    right: 14px;
  }
}

/* prev */
.slick-prev {
  top: 50px;
  left: 0px;
}
@media (min-width: 768px) {
  .slick-prev {
    left: -50px;
  }
}

.slick-prev::before {
  left: 10px;
}

.slick-prev::after {
  left: 10px;
  transform: rotate(-135deg);
}
@media (min-width: 768px) {
  .slick-prev::after {
    left: 14px;
  }
}

.accordionIndex,
.accordionIndex_open {
  width: 100%;
  padding: 10px 30px 10px 0;
  font-size: 18px;
  color: white;
  line-height: 1.3em;
  border: 1px solid #c50930;
  border-radius: 25px;
  background: #c50930;
  display: inline-flex;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  position: relative;
  justify-content: center;
}
@media (min-width: 768px) {
  .accordionIndex,
  .accordionIndex_open {
    width: 70%;
    height: 50px;
    font-size: 26px;
    line-height: 26px;
  }
}
.accordionIndex:hover,
.accordionIndex_open:hover {
  background: white;
  color: #c50930;
}
.accordionIndex:hover:before, .accordionIndex:hover:after,
.accordionIndex_open:hover:before,
.accordionIndex_open:hover:after {
  background-color: #c50930;
}
.accordionIndex:before,
.accordionIndex_open:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 25px;
  width: 2px;
  height: 20px;
  background: white;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .accordionIndex:before,
  .accordionIndex_open:before {
    height: 30px;
    top: 10px;
    right: 35px;
  }
}
.accordionIndex:after,
.accordionIndex_open:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 25px;
  width: 2px;
  height: 20px;
  background: white;
  border-radius: inherit;
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .accordionIndex:after,
  .accordionIndex_open:after {
    height: 30px;
    top: 10px;
    right: 35px;
  }
}
.accordionIndex.active:after,
.accordionIndex_open.active:after {
  transform: rotate(90deg);
}

.accordionIndex_open:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 25px;
  width: 2px;
  height: 20px;
  background: white;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .accordionIndex_open:before {
    height: 30px;
    top: 10px;
    right: 35px;
  }
}
.accordionIndex_open:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 25px;
  width: 2px;
  height: 20px;
  background: white;
  border-radius: inherit;
  transition: 0.3s ease-in-out;
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .accordionIndex_open:after {
    height: 30px;
    top: 10px;
    right: 35px;
  }
}
.accordionIndex_open.active:after {
  transform: rotate(0);
}

.kv-area {
  width: 100%;
  min-width: 100%;
}
.kv-area img {
  width: 100%;
  min-width: 100%;
}

.nav-area {
  width: 100%;
  margin-top: 1px;
  background: black;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
}
.nav-area ul {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.nav-area ul li {
  width: 50%;
  margin: 5px 0;
  text-align: center;
}
.nav-area a {
  color: white;
  font-size: 21px;
}
@media (min-width: 768px) {
  .nav-area {
    margin-top: 2px;
  }
  .nav-area ul li {
    width: 20%;
    margin: 10px 0;
  }
  .nav-area a {
    font-size: 30px;
  }
}

main {
  padding-bottom: 20px;
  text-align: center;
  background: url(../images/bg_sp.jpg) top center repeat-y;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  main {
    padding-bottom: 0;
    background: url(../images/bg_pc.jpg) top center repeat-y;
    background-size: 100% auto;
  }
}

.leadtext-area {
  padding: 30px 5%;
  font-size: 16px;
  line-height: 3em;
  font-weight: bold;
  font-family: serif;
}
@media (min-width: 768px) {
  .leadtext-area {
    padding: 100px 0;
    font-size: 28px;
  }
}
.leadtext-area p {
  margin: 20px 0;
}

.vote-title-area {
  margin: 0 auto;
  animation: purupuru_anim 3s infinite;
}
@media (min-width: 768px) {
  .vote-title-area {
    min-width: 1024px;
    margin: 100px auto 0;
  }
}

@keyframes purupuru_anim {
  0% {
    transform: translate(0, 0);
  }
  1.5% {
    transform: translate(-5px, 0);
  }
  3% {
    transform: translate(5px, 0);
  }
  4.5% {
    transform: translate(-5px, 0);
  }
  6% {
    transform: translate(5px, 0);
  }
  7.5% {
    transform: translate(-5px, 0);
  }
  9% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
.vote-txt-area {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto 20px;
  padding: 15px 0 10px;
  color: white;
  background: url(../images/txt-bg_1l.png), url(../images/txt-bg_1l.png);
  background-position: top, bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
}
@media (min-width: 768px) {
  .vote-txt-area {
    min-width: 1024px;
    margin: 0px auto 50px;
    padding: 100px 0 50px;
  }
}
.vote-txt-area h2 {
  padding: 5px 0;
  color: white;
  font-size: 21px;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  .vote-txt-area h2 {
    margin-top: -20px;
    letter-spacing: 0.1em;
    font-size: 36px;
  }
}

.img-slide-area {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .img-slide-area {
    margin: 50px 0;
  }
}

.best-4-match {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 50px 0 0;
}
@media (min-width: 768px) {
  .best-4-match {
    padding: 100px 0 50px;
  }
}
.best-4-match h3 {
  margin-bottom: 30px;
  padding: 5px 0;
  color: #c50930;
  font-size: 21px;
  line-height: 1.3em;
  border-top: 2px solid #c50930;
  border-bottom: 2px solid #c50930;
}
@media (min-width: 768px) {
  .best-4-match h3 {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
.best-4-match__inner {
  width: 100%;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .best-4-match__inner:not(:last-of-type) {
    margin-bottom: 100px;
  }
}
.best-4-match__inner dl {
  margin-bottom: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .best-4-match__inner dl {
    margin-bottom: 200px;
  }
}
.best-4-match__inner:first-child dl, .best-4-match__inner:last-child dl {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .best-4-match__inner:first-child dl, .best-4-match__inner:last-child dl {
    position: relative;
    margin-bottom: 300px;
  }
}
.best-4-match__inner dt {
  width: 90%;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  .best-4-match__inner dt {
    width: 60%;
  }
}
.best-4-match__inner dd {
  width: 95%;
  margin: -30px 0 0 7px;
  text-align: left;
  color: white;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .best-4-match__inner dd {
    width: 40%;
    position: absolute;
    right: 0;
    top: 20%;
  }
}
.best-4-match__inner-txt {
  margin: 20px 0 0 0;
  padding: 20px;
  text-align: justify;
  box-shadow: 7px 7px 0 rgba(0, 0, 0, 0.3);
  background: rgba(197, 0, 48, 0.7);
}
.best-4-match__inner-txt h4 {
  font-size: 18px;
  line-height: 1.5em;
}
.best-4-match__inner-txt p {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .best-4-match__inner-txt {
    margin: 30px 0 0 -13%;
    padding: 30px;
  }
  .best-4-match__inner-txt h4 {
    font-size: 21px;
  }
}
.best-4-match__inner:nth-child(even) dt {
  margin: 0 0 0 auto;
}
.best-4-match__inner:nth-child(even) dd {
  margin: -30px auto 0 0;
}
@media (min-width: 768px) {
  .best-4-match__inner:nth-child(even) dd {
    left: 0;
  }
}
@media (min-width: 768px) {
  .best-4-match__inner:nth-child(even) dd div {
    margin: 30px -13% 0 0;
  }
}
.best-4-match__inner .img-slide-area {
  margin: 50px calc(50% - 50vw);
  width: 100vw;
}
@media (min-width: 768px) {
  .best-4-match__inner .img-slide-area {
    margin: 100px calc(50% - 50vw);
  }
}
.best-4-match__episode-txt-r {
  width: 95%;
  margin: 30px 0;
  padding: 20px;
  position: relative;
  background: white;
  text-align: left;
  border: 1px solid #c50930;
  border-radius: 15px;
}
.best-4-match__episode-txt-r:after, .best-4-match__episode-txt-r:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  left: 100%;
  top: 50%;
}
.best-4-match__episode-txt-r:after {
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -25px;
  border-left-color: white;
}
.best-4-match__episode-txt-r:before {
  border-top-width: 31px;
  border-bottom-width: 31px;
  border-left-width: 21px;
  border-right-width: 21px;
  margin-top: -26px;
  margin-left: 1px;
  border-left-color: #c50930;
}
@media (min-width: 768px) {
  .best-4-match__episode-txt-r {
    width: 98%;
    margin: 50px 0;
  }
  .best-4-match__episode-txt-r:after {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 30px;
    border-right-width: 30px;
    margin-top: -20px;
    border-left-color: white;
  }
  .best-4-match__episode-txt-r:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    border-left-width: 31px;
    border-right-width: 31px;
    margin-top: -21px;
    margin-left: 1px;
    border-left-color: #c50930;
  }
}
.best-4-match__episode-txt-l {
  width: 95%;
  margin: 30px 0 0 5%;
  padding: 20px;
  position: relative;
  background: white;
  text-align: left;
  border: 1px solid #c50930;
  border-radius: 15px;
}
.best-4-match__episode-txt-l:after, .best-4-match__episode-txt-l:before {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  right: 100%;
  top: 50%;
}
.best-4-match__episode-txt-l:after {
  border-top-width: 30px;
  border-bottom-width: 30px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-top: -25px;
  border-right-color: white;
}
.best-4-match__episode-txt-l:before {
  border-top-width: 31px;
  border-bottom-width: 31px;
  border-left-width: 21px;
  border-right-width: 21px;
  margin-top: -26px;
  margin-left: 1px;
  border-right-color: #c50930;
}
@media (min-width: 768px) {
  .best-4-match__episode-txt-l {
    width: 98%;
    margin: 50px 0 50px 2%;
  }
  .best-4-match__episode-txt-l:after {
    border-top-width: 20px;
    border-bottom-width: 20px;
    border-left-width: 30px;
    border-right-width: 30px;
    margin-top: -20px;
    border-right-color: white;
  }
  .best-4-match__episode-txt-l:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    border-left-width: 31px;
    border-right-width: 31px;
    margin-top: -21px;
    margin-left: 1px;
    border-right-color: #c50930;
  }
}

.ticket-area,
.event-area {
  width: 90%;
  max-width: 1340px;
  margin: 30px auto 50px;
  text-align: center;
}
@media (min-width: 768px) {
  .ticket-area,
  .event-area {
    margin: 50px auto 100px;
  }
}
.ticket-area h2,
.event-area h2 {
  margin-bottom: 30px;
  font-size: 35px;
  font-family: "Roboto Condensed", sans-serif;
  font-style: italic;
  color: black;
}
@media (min-width: 768px) {
  .ticket-area h2,
  .event-area h2 {
    margin-bottom: 50px;
    font-size: 60px;
  }
}
.ticket-area h3,
.event-area h3 {
  padding-right: 30px;
  font-size: 20px;
  color: white;
  position: relative;
}
@media (min-width: 768px) {
  .ticket-area h3,
  .event-area h3 {
    padding-right: 50px;
    font-size: 32px;
  }
}
.ticket-area h3:after,
.event-area h3:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 0px;
  border: 10px solid transparent;
  border-top: 10px solid white;
}
@media (min-width: 768px) {
  .ticket-area h3:after,
  .event-area h3:after {
    top: 25px;
    right: 0px;
    border: 15px solid transparent;
    border-top: 15px solid white;
  }
}
.ticket-area__btn p:nth-child(1),
.event-area__btn p:nth-child(1) {
  font-size: 18px;
  color: #c50930;
  line-height: 1.3em;
  font-weight: bold;
}
@media (min-width: 768px) {
  .ticket-area__btn p:nth-child(1),
  .event-area__btn p:nth-child(1) {
    font-size: 24px;
  }
}
.ticket-area__btn p,
.event-area__btn p {
  margin-bottom: 20px;
}
.ticket-area__btn p:last-child,
.event-area__btn p:last-child {
  margin: 0;
}
@media (min-width: 768px) {
  .ticket-area__btn p,
  .event-area__btn p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .ticket-area__btn ul,
  .event-area__btn ul {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .ticket-area__btn ul li,
  .event-area__btn ul li {
    width: 48%;
  }
}
.ticket-area__btn ul li a,
.event-area__btn ul li a {
  width: 100%;
  margin-bottom: 15px;
  padding: 10px 0;
  display: block;
  font-weight: bold;
  line-height: 1.5em;
  color: white;
}
@media (min-width: 768px) {
  .ticket-area__btn ul li a,
  .event-area__btn ul li a {
    padding: 20px 0;
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.ticket-area__btn ul li:first-child a,
.event-area__btn ul li:first-child a {
  background: black;
}
@media (min-width: 768px) {
  .ticket-area__btn ul li:first-child a,
  .event-area__btn ul li:first-child a {
    margin: 0;
  }
}
.ticket-area__btn ul li:last-child a,
.event-area__btn ul li:last-child a {
  background: #c50930;
}

.event-area div {
  display: block;
}
.event-area div p {
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .event-area div {
    display: flex;
    justify-content: space-between;
  }
  .event-area div p {
    width: 48%;
    margin-bottom: 0;
  }
}

.history-area {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .history-area {
    width: 1024px;
  }
}
.history-area ul {
  margin: -20px 0 0 0;
  padding: 40px 0 0;
  background: url(../images/history_line.png) 1% center repeat-y;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.5em;
}
.history-area ul li.history__item {
  width: 90%;
  margin-left: 10%;
  margin-bottom: 30px;
  position: relative;
}
.history-area ul li.history__item::before {
  content: "";
  background: url(../images/history_line_r.png) left center no-repeat;
  top: 11px;
  left: -11%;
  overflow: hidden;
  width: 10%;
  height: 13px;
  position: absolute;
}
.history-area ul li.history__item h3 {
  margin-bottom: 10px;
  padding: 5px 0;
  color: #c50930;
  font-size: 21px;
  line-height: 1em;
  text-align: left;
}
@media (min-width: 768px) {
  .history-area ul li.history__item h3 {
    font-size: 24px;
    text-align: right;
  }
}
.history-area ul li.history__item p {
  margin-bottom: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  .history-area ul li.history__item {
    float: left;
    width: 418px;
    margin-left: 0;
    position: relative;
  }
  .history-area ul li.history__item::before {
    content: "";
    background: url(../images/history_line_l.png) right center no-repeat;
    width: 99px;
    height: 13px;
    display: block;
    position: absolute;
    top: 12px;
    right: -100px;
    left: auto;
  }
  .history-area ul li.history__item p {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .history-area ul {
    background: url(../images/history_line.png) center center repeat-y;
  }
  .history-area ul li.history__item:nth-child(2n) {
    float: right;
    margin-top: 50px;
  }
  .history-area ul li.history__item:nth-child(2n)::before {
    content: "";
    background: url(../images/history_line_r.png) left center no-repeat;
    left: -100px;
  }
  .history-area ul li.history__item:nth-child(2n) h3 {
    text-align: left;
  }
  .history-area ul li.history__item:nth-child(2n) p {
    text-align: left;
  }
}
.history-area .accordionIndex {
  width: 100%;
  margin-top: -10px;
}
@media (min-width: 768px) {
  .history-area .accordionIndex {
    width: 200px;
  }
}

.bg-red {
  padding: 30px 0;
  background: #c50930;
}
.bg-red .ticket-area h2, .bg-red .ticket-area p, .bg-red .ticket-area span, .bg-red .ticket-area a {
  color: white;
}
.bg-red .ticket-area ul li:last-child a {
  color: #c50930;
  background: white;
}/*# sourceMappingURL=common.css.map */