@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
.altiri-section .button-text-wrapper a {
  color: #5C77FF;
}

.altiri-section .button-text-wrapper .disabled {
  pointer-events: none;
  opacity: 0.4;
}

.altiri-section .button-text-wrapper .with-icon-button {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  width: auto;
  color: #030B1C;
  font-size: 15px;
  padding: 16px;
  line-height: 100%;
  font-weight: 550;
  margin: 40px 0 10px;
  border-radius: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #FFF;
  cursor: pointer;
}

@media screen and (min-width: 840px) {
  .altiri-section .button-text-wrapper .with-icon-button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 17px 45px;
  }
}

.altiri-section .button-text-wrapper .with-icon-button p {
  font-size: 15px;
  letter-spacing: -1px;
}

@media screen and (min-width: 840px) {
  .altiri-section .button-text-wrapper .with-icon-button p {
    letter-spacing: initial;
  }
}

.altiri-section .button-text-wrapper .with-icon-button img {
  width: 18px;
  height: auto;
  margin: 0 0 0 8px;
}

.altiri-section .button-text-wrapper .with-icon-button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.altiri-section .button-text-wrapper .text-anchor {
  margin-top: 12px;
}

.altiri-section .button-text-wrapper .text-annotation {
  margin-top: 20px;
}

.altiri-section .button-text-wrapper .text-annotation p {
  font-size: 15px;
}

.altiri-section .button-text-wrapper .text-annotation .small {
  font-size: 12px;
}

.altiri-section .seat-map {
  width: 100%;
  max-width: 980px;
  margin: 40px;
}

.altiri-section .seat-definition {
  border: 1px solid #3F4652;
  color: #FFF;
  margin-bottom: 40px;
}

.altiri-section .seat-definition dl, .altiri-section .seat-definition dd {
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
}

.altiri-section .seat-definition .section-headline {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 550;
  position: relative;
  text-align: left;
  background-color: #000;
  border-bottom: 1px solid #3F4652;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .section-headline {
    font-size: 18px;
    padding: 12px 56px;
  }
}

.altiri-section .seat-definition .section-headline:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.altiri-section .seat-definition .section-headline:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  right: 16px;
  width: 7px;
  height: 7px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .section-headline:after {
    width: 10px;
    height: 10px;
    right: 60px;
  }
}

.altiri-section .seat-definition .section-headline.open:after {
  top: 35%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.altiri-section .seat-definition .section-headline:last-of-type {
  border-bottom: initial;
}

.altiri-section .seat-definition .seat-headline {
  padding: 8px 12px;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .seat-headline {
    padding: 8px 56px;
  }
}

.altiri-section .seat-definition .seat-headline:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.altiri-section .seat-definition .seat-headline p {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 550;
  font-size: 18px;
  line-height: 160%;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  padding-right: 10px;
  margin-top: 2px;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .seat-headline p {
    font-size: 26px;
    padding-right: 24px;
    margin-top: initial;
  }
}

.altiri-section .seat-definition .seat-headline h3 {
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
}

@media screen and (min-width: 390px) {
  .altiri-section .seat-definition .seat-headline h3 {
    font-size: 14.5px;
  }
}

.altiri-section .seat-definition .seat-headline:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 2px;
  background: #fff;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .seat-headline:before {
    width: 22px;
    right: 56px;
  }
}

.altiri-section .seat-definition .seat-headline:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  height: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 2px;
  height: 15px;
  background: #fff;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .seat-headline:after {
    right: 65.5px;
    height: 22px;
  }
}

.altiri-section .seat-definition .seat-headline.open:after {
  top: 25%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  opacity: 0;
}

.altiri-section .seat-definition .seat-description {
  padding: 16px 8px;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .seat-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 32px 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.altiri-section .seat-definition .seat-description .seat-intrdc {
  width: 100%;
  padding: 0 0 24px 0;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .seat-description .seat-intrdc {
    width: 50%;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.altiri-section .seat-definition .seat-description .seat-intrdc h3 {
  text-align: left;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .seat-description .seat-intrdc h3 {
    font-size: 16px;
  }
}

.altiri-section .seat-definition .seat-description .seat-intrdc img {
  margin: 0 0 8 0;
  width: 100%;
}

.altiri-section .seat-definition .seat-description .seat-intrdc p {
  font-weight: 400;
  line-height: 160%;
  font-size: 15px;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}

.altiri-section .seat-definition .seat-description .seat-intrdc p small {
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 4px;
}

.altiri-section .seat-definition .seat-description .seat-area {
  width: 100%;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .seat-description .seat-area {
    width: 50%;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.altiri-section .seat-definition .seat-description .seat-area img {
  margin: 8 0 0 0;
  width: 100%;
}

.altiri-section .seat-definition .seat-description .seat-area p {
  font-weight: 400;
  line-height: 160%;
  font-size: 12px;
  text-align: left;
}

.altiri-section .seat-definition .seat-description .seat-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin-top: 24px;
  font: 400 12px/160% sans-serif;
  text-align: justify;
  letter-spacing: 1px;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
}

.altiri-section .seat-definition .no-photo {
  display: block;
}

.altiri-section .seat-definition .no-photo .seat-area {
  padding: 0;
}

.altiri-section .seat-definition .no-photo .seat-intrdc {
  margin: 12px 0 0 0;
  padding: 0;
}

.altiri-section .seat-definition .no-photo .seat-intrdc .seat-attention {
  margin-top: 12px;
}

.altiri-section .seat-definition .no-photo .seat-intrdc .seat-attention p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  font: 400 12px/160% sans-serif;
  text-align: justify;
  letter-spacing: 1px;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
  margin: initial;
}

.altiri-section .seat-definition .junior-seat {
  padding: 16px 8px;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .junior-seat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 32px 56px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.altiri-section .seat-definition .junior-seat .seat-intrdc {
  width: 100%;
  padding: 0 0 24px 0;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .junior-seat .seat-intrdc {
    width: 50%;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.altiri-section .seat-definition .junior-seat .seat-intrdc img {
  margin: 0 0 8 0;
  width: 100%;
}

.altiri-section .seat-definition .junior-seat .seat-intrdc p {
  font-weight: 400;
  line-height: 160%;
  font-size: 15px;
  text-align: justify;
  line-break: strict;
  word-break: break-all;
  overflow-wrap: break-word;
}

.altiri-section .seat-definition .junior-seat .seat-intrdc p small {
  font-size: 12px;
  letter-spacing: 1px;
  margin-top: 4px;
}

.altiri-section .seat-definition .junior-seat .seat-area {
  width: 100%;
}

@media screen and (min-width: 840px) {
  .altiri-section .seat-definition .junior-seat .seat-area {
    width: 50%;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.altiri-section .seat-definition .junior-seat .seat-area img {
  margin: 8 0 0 0;
  width: 100%;
}

.altiri-section .seat-definition .junior-seat .seat-area p {
  font-weight: 400;
  line-height: 160%;
  font-size: 12px;
  text-align: left;
}

.altiri-section .seat-definition .junior-seat .seat-attention {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin-top: 24px;
  font: 400 12px/160% sans-serif;
  text-align: justify;
  letter-spacing: 1px;
  word-break: break-all;
  overflow-wrap: break-word;
  line-break: strict;
}

.altiri-section .tickets-slide-animation-wrapper {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.altiri-section .tickets-slide-animation-wrapper .tickets-animation {
  width: 100%;
  min-width: 1154px;
  height: auto;
  margin: 0;
}

@media screen and (min-width: 840px) {
  .altiri-section .tickets-slide-animation-wrapper .tickets-animation {
    min-width: 2034px;
  }
}

.altiri-section .tickets-slide-animation-wrapper .slide-animation-img:first-child {
  -webkit-animation: loop-slide1 150s -75s linear infinite;
          animation: loop-slide1 150s -75s linear infinite;
}

.altiri-section .tickets-slide-animation-wrapper .slide-animation-img:last-child {
  -webkit-animation: loop-slide2 150s linear infinite;
          animation: loop-slide2 150s linear infinite;
}

@-webkit-keyframes loop-slide1 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide1 {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop-slide2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop-slide2 {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

.altiri-section .cbp-seat dt.fr_floor {
  padding-left: 24px;
}

.altiri-section .cbp-seat dt.fr_floor::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #00ffaa;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 840px) {
  .altiri-section .cbp-seat dt.fr_floor {
    padding-left: 74px;
  }
  .altiri-section .cbp-seat dt.fr_floor::before {
    height: 22px;
    left: 56px;
  }
}

.altiri-section .cbp-seat dt.fr_arena {
  padding-left: 24px;
}

.altiri-section .cbp-seat dt.fr_arena::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #d4ff00;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 840px) {
  .altiri-section .cbp-seat dt.fr_arena {
    padding-left: 74px;
  }
  .altiri-section .cbp-seat dt.fr_arena::before {
    height: 22px;
    left: 56px;
  }
}

.altiri-section .cbp-seat dt.fr_pair-group {
  padding-left: 24px;
}

.altiri-section .cbp-seat dt.fr_pair-group::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #ff0055;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 840px) {
  .altiri-section .cbp-seat dt.fr_pair-group {
    padding-left: 74px;
  }
  .altiri-section .cbp-seat dt.fr_pair-group::before {
    height: 22px;
    left: 56px;
  }
}

.altiri-section .cbp-seat dt.sec_arena {
  padding-left: 24px;
}

.altiri-section .cbp-seat dt.sec_arena::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: #3833ff;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 840px) {
  .altiri-section .cbp-seat dt.sec_arena {
    padding-left: 74px;
  }
  .altiri-section .cbp-seat dt.sec_arena::before {
    height: 22px;
    left: 56px;
  }
}

.altiri-section .cbp-seat dt.jnr {
  padding-left: 24px;
}

.altiri-section .cbp-seat dt.jnr::before {
  content: "";
  display: block;
  width: 4px;
  height: 20px;
  background: white;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 840px) {
  .altiri-section .cbp-seat dt.jnr {
    padding-left: 74px;
  }
  .altiri-section .cbp-seat dt.jnr::before {
    height: 22px;
    left: 56px;
  }
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(1) .seat-headline {
  background: rgba(0, 255, 170, 0.7);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(1) .seat-description {
  background: rgba(0, 255, 170, 0.16);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(2) .seat-headline {
  background: rgba(21, 232, 162, 0.7);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(2) .seat-description {
  background: rgba(21, 232, 162, 0.16);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(3) .seat-headline {
  background: rgba(38, 209, 152, 0.7);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(3) .seat-description {
  background: rgba(38, 209, 152, 0.16);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(4) .seat-headline {
  background: rgba(49, 189, 142, 0.7);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(4) .seat-description {
  background: rgba(49, 189, 142, 0.16);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(5) .seat-headline {
  background: rgba(58, 166, 130, 0.7);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(5) .seat-description {
  background: rgba(58, 166, 130, 0.16);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(6) .seat-headline {
  background: rgba(63, 145, 118, 0.7);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(6) .seat-description {
  background: rgba(63, 145, 118, 0.16);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(7) .seat-headline {
  background: rgba(64, 122, 103, 0.7);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(7) .seat-description {
  background: rgba(64, 122, 103, 0.16);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(8) .seat-headline {
  background: rgba(61, 102, 88, 0.7);
}

.altiri-section .cbp-seat dd.fr_floor dl div:nth-child(8) .seat-description {
  background: rgba(61, 102, 88, 0.16);
}

.altiri-section .cbp-seat dd.fr_arena dl div:nth-child(1) .seat-headline {
  background: rgba(212, 255, 0, 0.7);
}

.altiri-section .cbp-seat dd.fr_arena dl div:nth-child(1) .seat-description {
  background: rgba(212, 255, 0, 0.16);
}

.altiri-section .cbp-seat dd.fr_arena dl div:nth-child(2) .seat-headline {
  background: rgba(197, 232, 21, 0.7);
}

.altiri-section .cbp-seat dd.fr_arena dl div:nth-child(2) .seat-description {
  background: rgba(197, 232, 21, 0.16);
}

.altiri-section .cbp-seat dd.fr_arena dl div:nth-child(3) .seat-headline {
  background: rgba(181, 209, 38, 0.7);
}

.altiri-section .cbp-seat dd.fr_arena dl div:nth-child(3) .seat-description {
  background: rgba(181, 209, 38, 0.16);
}

.altiri-section .cbp-seat dd.fr_arena dl div:nth-child(4) .seat-headline {
  background: rgba(165, 189, 49, 0.7);
}

.altiri-section .cbp-seat dd.fr_arena dl div:nth-child(4) .seat-description {
  background: rgba(165, 189, 49, 0.16);
}

.altiri-section .cbp-seat dd.fr_arena dl div:nth-child(5) .seat-headline {
  background: rgba(148, 166, 58, 0.7);
}

.altiri-section .cbp-seat dd.fr_arena dl div:nth-child(5) .seat-description {
  background: rgba(148, 166, 58, 0.16);
}

.altiri-section .cbp-seat dd.fr_pair-group dl div:nth-child(1) .seat-headline {
  background: rgba(255, 0, 85, 0.7);
}

.altiri-section .cbp-seat dd.fr_pair-group dl div:nth-child(1) .seat-description {
  background: rgba(255, 0, 85, 0.16);
}

.altiri-section .cbp-seat dd.fr_pair-group dl div:nth-child(2) .seat-headline {
  background: rgba(232, 21, 91, 0.7);
}

.altiri-section .cbp-seat dd.fr_pair-group dl div:nth-child(2) .seat-description {
  background: rgba(232, 21, 91, 0.16);
}

.altiri-section .cbp-seat dd.fr_pair-group dl div:nth-child(3) .seat-headline {
  background: rgba(209, 38, 95, 0.7);
}

.altiri-section .cbp-seat dd.fr_pair-group dl div:nth-child(3) .seat-description {
  background: rgba(209, 38, 95, 0.16);
}

.altiri-section .cbp-seat dd.fr_pair-group dl div:nth-child(4) .seat-headline {
  background: rgba(189, 49, 96, 0.7);
}

.altiri-section .cbp-seat dd.fr_pair-group dl div:nth-child(4) .seat-description {
  background: rgba(189, 49, 96, 0.16);
}

.altiri-section .cbp-seat dd.fr_pair-group dl div:nth-child(5) .seat-headline {
  background: rgba(166, 58, 94, 0.7);
}

.altiri-section .cbp-seat dd.fr_pair-group dl div:nth-child(5) .seat-description {
  background: rgba(166, 58, 94, 0.16);
}

.altiri-section .cbp-seat dd.fr_pair-group dl div:nth-child(6) .seat-headline {
  background: rgba(139, 49, 79, 0.7);
}

.altiri-section .cbp-seat dd.fr_pair-group dl div:nth-child(6) .seat-description {
  background: rgba(139, 49, 79, 0.16);
}

.altiri-section .cbp-seat dd.sec_arena dl div:nth-child(1) .seat-headline {
  background: rgba(56, 51, 255, 0.7);
}

.altiri-section .cbp-seat dd.sec_arena dl div:nth-child(1) .seat-description {
  background: rgba(56, 51, 255, 0.16);
}

.altiri-section .cbp-seat dd.sec_arena dl div:nth-child(2) .seat-headline {
  background: rgba(70, 67, 232, 0.7);
}

.altiri-section .cbp-seat dd.sec_arena dl div:nth-child(2) .seat-description {
  background: rgba(70, 67, 232, 0.16);
}

.altiri-section .cbp-seat dd.sec_arena dl div:nth-child(3) .seat-headline {
  background: rgba(82, 79, 209, 0.7);
}

.altiri-section .cbp-seat dd.sec_arena dl div:nth-child(3) .seat-description {
  background: rgba(82, 79, 209, 0.16);
}

.altiri-section .cbp-seat dd.sec_arena dl div:nth-child(4) .seat-headline {
  background: rgba(89, 87, 189, 0.7);
}

.altiri-section .cbp-seat dd.sec_arena dl div:nth-child(4) .seat-description {
  background: rgba(89, 87, 189, 0.16);
}

.altiri-section .cbp-seat dd.sec_arena dl div:nth-child(5) .seat-headline {
  background: rgba(92, 91, 166, 0.7);
}

.altiri-section .cbp-seat dd.sec_arena dl div:nth-child(5) .seat-description {
  background: rgba(92, 91, 166, 0.16);
}

.altiri-section .cbp-seat dd.sec_arena dl div:nth-child(6) .seat-headline {
  background: rgba(92, 92, 145, 0.7);
}

.altiri-section .cbp-seat dd.sec_arena dl div:nth-child(6) .seat-description {
  background: rgba(92, 92, 145, 0.16);
}

.altiri-section .cbp-seat dd.jnr dl div:nth-child(1) .seat-headline {
  background: rgba(255, 255, 255, 0.7);
}

.altiri-section .cbp-seat dd.jnr dl div:nth-child(1) .seat-description {
  background: rgba(255, 255, 255, 0.16);
}

.altiri-section .cbp-seat .floor .ryl .seat-headline {
  background: rgba(85, 0, 255, 0.7);
}

.altiri-section .cbp-seat .floor .ryl .seat-description {
  background: rgba(85, 0, 255, 0.16);
}

.altiri-section .cbp-seat .floor .ryl-a .seat-headline {
  background: rgba(106, 77, 255, 0.7);
}

.altiri-section .cbp-seat .floor .ryl-a .seat-description {
  background: rgba(106, 77, 255, 0.16);
}

.altiri-section .cbp-seat .floor .ryl-b .seat-headline {
  background: rgba(60, 36, 178, 0.7);
}

.altiri-section .cbp-seat .floor .ryl-b .seat-description {
  background: rgba(60, 36, 178, 0.16);
}

.altiri-section .cbp-seat .floor .exctng-a .seat-headline {
  background: rgba(255, 77, 106, 0.7);
}

.altiri-section .cbp-seat .floor .exctng-a .seat-description {
  background: rgba(255, 77, 106, 0.16);
}

.altiri-section .cbp-seat .floor .exctng-b .seat-headline {
  background: rgba(178, 36, 60, 0.7);
}

.altiri-section .cbp-seat .floor .exctng-b .seat-description {
  background: rgba(178, 36, 60, 0.16);
}

.altiri-section .cbp-seat .floor .exctng-c .seat-headline {
  background: rgba(102, 0, 17, 0.7);
}

.altiri-section .cbp-seat .floor .exctng-c .seat-description {
  background: rgba(102, 0, 17, 0.16);
}

.altiri-section .cbp-seat .floor .glnd-a .seat-headline {
  background: rgba(255, 166, 77, 0.7);
}

.altiri-section .cbp-seat .floor .glnd-a .seat-description {
  background: rgba(255, 166, 77, 0.16);
}

.altiri-section .cbp-seat .floor .glnd-b .seat-headline {
  background: rgba(178, 107, 36, 0.7);
}

.altiri-section .cbp-seat .floor .glnd-b .seat-description {
  background: rgba(178, 107, 36, 0.16);
}

.altiri-section .cbp-seat .floor .glnd-c .seat-headline {
  background: rgba(102, 51, 0, 0.7);
}

.altiri-section .cbp-seat .floor .glnd-c .seat-description {
  background: rgba(102, 51, 0, 0.16);
}

.altiri-section .cbp-seat .arena .rsrvd-a .seat-headline {
  background: rgba(255, 153, 255, 0.7);
}

.altiri-section .cbp-seat .arena .rsrvd-a .seat-description {
  background: rgba(255, 153, 255, 0.16);
}

.altiri-section .cbp-seat .arena .rsrvd-b .seat-headline {
  background: rgba(217, 98, 213, 0.7);
}

.altiri-section .cbp-seat .arena .rsrvd-b .seat-description {
  background: rgba(217, 98, 213, 0.16);
}

.altiri-section .cbp-seat .arena .rsrvd-c .seat-headline {
  background: rgba(178, 54, 168, 0.7);
}

.altiri-section .cbp-seat .arena .rsrvd-c .seat-description {
  background: rgba(178, 54, 168, 0.16);
}

.altiri-section .cbp-seat .arena .rsrvd-d .seat-headline {
  background: rgba(140, 21, 124, 0.7);
}

.altiri-section .cbp-seat .arena .rsrvd-d .seat-description {
  background: rgba(140, 21, 124, 0.16);
}

.altiri-section .cbp-seat .arena .ctff .seat-headline {
  background: rgba(102, 0, 68, 0.7);
}

.altiri-section .cbp-seat .arena .ctff .seat-description {
  background: rgba(102, 0, 68, 0.16);
}

.altiri-section .cbp-seat .pair-group .pr-a .seat-headline {
  background: rgba(153, 255, 238, 0.7);
}

.altiri-section .cbp-seat .pair-group .pr-a .seat-description {
  background: rgba(153, 255, 238, 0.16);
}

.altiri-section .cbp-seat .pair-group .pr-b .seat-headline {
  background: rgba(98, 217, 197, 0.7);
}

.altiri-section .cbp-seat .pair-group .pr-b .seat-description {
  background: rgba(98, 217, 197, 0.16);
}

.altiri-section .cbp-seat .pair-group .pr-c .seat-headline {
  background: rgba(54, 178, 158, 0.7);
}

.altiri-section .cbp-seat .pair-group .pr-c .seat-description {
  background: rgba(54, 178, 158, 0.16);
}

.altiri-section .cbp-seat .pair-group .tbl .seat-headline {
  background: rgba(21, 140, 120, 0.7);
}

.altiri-section .cbp-seat .pair-group .tbl .seat-description {
  background: rgba(21, 140, 120, 0.16);
}

.altiri-section .cbp-seat .pair-group .drl .seat-headline {
  background: rgba(0, 85, 102, 0.7);
}

.altiri-section .cbp-seat .pair-group .drl .seat-description {
  background: rgba(0, 85, 102, 0.16);
}

.altiri-section .cbp-seat .sec-arena .sec-rsrvd-a .seat-headline {
  background: rgba(153, 204, 255, 0.7);
}

.altiri-section .cbp-seat .sec-arena .sec-rsrvd-a .seat-description {
  background: rgba(153, 204, 255, 0.16);
}

.altiri-section .cbp-seat .sec-arena .sec-rsrvd-b .seat-headline {
  background: rgba(98, 157, 217, 0.7);
}

.altiri-section .cbp-seat .sec-arena .sec-rsrvd-b .seat-description {
  background: rgba(98, 157, 217, 0.16);
}

.altiri-section .cbp-seat .sec-arena .sec-rsrvd-c .seat-headline {
  background: rgba(54, 116, 178, 0.7);
}

.altiri-section .cbp-seat .sec-arena .sec-rsrvd-c .seat-description {
  background: rgba(54, 116, 178, 0.16);
}

.altiri-section .cbp-seat .sec-arena .sec-fr .seat-headline {
  background: rgba(21, 81, 140, 0.7);
}

.altiri-section .cbp-seat .sec-arena .sec-fr .seat-description {
  background: rgba(21, 81, 140, 0.16);
}

.altiri-section .cbp-seat .sec-arena .sec-whlchr .seat-headline {
  background: rgba(0, 0, 102, 0.7);
}

.altiri-section .cbp-seat .sec-arena .sec-whlchr .seat-description {
  background: rgba(0, 0, 102, 0.16);
}

.altiri-section .cbp-seat .junior-seat {
  background: rgba(0, 0, 0, 0.16);
}

.altiri-section .season-seat .floor .ryl .seat-headline {
  background: rgba(255, 0, 92, 0.7);
}

.altiri-section .season-seat .floor .ryl .seat-description {
  background: rgba(255, 0, 92, 0.16);
}

.altiri-section .season-seat .floor .exctng-a .seat-headline {
  background: rgba(255, 106, 0, 0.7);
}

.altiri-section .season-seat .floor .exctng-a .seat-description {
  background: rgba(255, 106, 0, 0.16);
}

.altiri-section .season-seat .floor .exctng-b .seat-headline {
  background: rgba(255, 199, 0, 0.7);
}

.altiri-section .season-seat .floor .exctng-b .seat-description {
  background: rgba(255, 199, 0, 0.16);
}

.altiri-section .season-seat .floor .glnd-a .seat-headline {
  background: rgba(235, 255, 0, 0.7);
}

.altiri-section .season-seat .floor .glnd-a .seat-description {
  background: rgba(235, 255, 0, 0.16);
}

.altiri-section .season-seat .floor .glnd-b .seat-headline {
  background: rgba(66, 255, 0, 0.7);
}

.altiri-section .season-seat .floor .glnd-b .seat-description {
  background: rgba(66, 255, 0, 0.16);
}

.altiri-section .season-seat .arena .rsrvd-a .seat-headline {
  background: rgba(0, 255, 212, 0.7);
}

.altiri-section .season-seat .arena .rsrvd-a .seat-description {
  background: rgba(0, 255, 212, 0.16);
}

.altiri-section .season-seat .arena .rsrvd-b .seat-headline {
  background: rgba(0, 194, 255, 0.7);
}

.altiri-section .season-seat .arena .rsrvd-b .seat-description {
  background: rgba(0, 194, 255, 0.16);
}

.altiri-section .season-seat .arena .rsrvd-c .seat-headline {
  background: rgba(0, 128, 255, 0.7);
}

.altiri-section .season-seat .arena .rsrvd-c .seat-description {
  background: rgba(0, 128, 255, 0.16);
}

.altiri-section .season-seat .pair-group .pr-a .seat-headline {
  background: rgba(85, 0, 255, 0.7);
}

.altiri-section .season-seat .pair-group .pr-a .seat-description {
  background: rgba(85, 0, 255, 0.16);
}

.altiri-section .season-seat .pair-group .pr-b .seat-headline {
  background: rgba(170, 0, 255, 0.7);
}

.altiri-section .season-seat .pair-group .pr-b .seat-description {
  background: rgba(170, 0, 255, 0.16);
}

.altiri-section .season-seat .pair-group .tbl .seat-headline {
  background: rgba(255, 0, 255, 0.7);
}

.altiri-section .season-seat .pair-group .tbl .seat-description {
  background: rgba(255, 0, 255, 0.16);
}

.altiri-section .half-season-seat .rsrvd-a .seat-headline {
  background: rgba(255, 0, 102, 0.7);
}

.altiri-section .half-season-seat .rsrvd-a .seat-description {
  background: rgba(255, 0, 102, 0.16);
}

.altiri-section .half-season-seat .rsrvd-b .seat-headline {
  background: rgba(213, 0, 255, 0.7);
}

.altiri-section .half-season-seat .rsrvd-b .seat-description {
  background: rgba(213, 0, 255, 0.16);
}

.altiri-section .half-season-seat .rsrvd-c .seat-headline {
  background: rgba(85, 0, 255, 0.7);
}

.altiri-section .half-season-seat .rsrvd-c .seat-description {
  background: rgba(85, 0, 255, 0.16);
}

.altiri-section .chiba-port-seat .executive-seat .altiri-accordion-headline .seat-number {
  background: #B30350;
}

.altiri-section .chiba-port-seat .executive-seat .altiri-accordion-hiddenarea::before {
  background: #B30350;
}

.altiri-section .chiba-port-seat .fr-coatside-s .altiri-accordion-headline .seat-number {
  background: #BA5E1E;
}

.altiri-section .chiba-port-seat .fr-coatside-s .altiri-accordion-hiddenarea::before {
  background: #BA5E1E;
}

.altiri-section .chiba-port-seat .fr-coatside-a .altiri-accordion-headline .seat-number {
  background: #B37A08;
}

.altiri-section .chiba-port-seat .fr-coatside-a .altiri-accordion-hiddenarea::before {
  background: #B37A08;
}

.altiri-section .chiba-port-seat .fr-coatside-b .altiri-accordion-headline .seat-number {
  background: #B3A708;
}

.altiri-section .chiba-port-seat .fr-coatside-b .altiri-accordion-hiddenarea::before {
  background: #B3A708;
}

.altiri-section .chiba-port-seat .goalend-a .altiri-accordion-headline .seat-number {
  background: #96B608;
}

.altiri-section .chiba-port-seat .goalend-a .altiri-accordion-hiddenarea::before {
  background: #96B608;
}

.altiri-section .chiba-port-seat .goalend-b .altiri-accordion-headline .seat-number {
  background: #78B608;
}

.altiri-section .chiba-port-seat .goalend-b .altiri-accordion-hiddenarea::before {
  background: #78B608;
}

.altiri-section .chiba-port-seat .goalend-c .altiri-accordion-headline .seat-number {
  background: #3CB608;
}

.altiri-section .chiba-port-seat .goalend-c .altiri-accordion-hiddenarea::before {
  background: #3CB608;
}

.altiri-section .chiba-port-seat .bc-coatside-a .altiri-accordion-headline .seat-number {
  background: #01B69D;
}

.altiri-section .chiba-port-seat .bc-coatside-a .altiri-accordion-hiddenarea::before {
  background: #01B69D;
}

.altiri-section .chiba-port-seat .bc-coatside-b .altiri-accordion-headline .seat-number {
  background: #01B6BB;
}

.altiri-section .chiba-port-seat .bc-coatside-b .altiri-accordion-hiddenarea::before {
  background: #01B6BB;
}

.altiri-section .chiba-port-seat .eblock-a .altiri-accordion-headline .seat-number {
  background: #017ABB;
}

.altiri-section .chiba-port-seat .eblock-a .altiri-accordion-hiddenarea::before {
  background: #017ABB;
}

.altiri-section .chiba-port-seat .eblock-b .altiri-accordion-headline .seat-number {
  background: #015DBB;
}

.altiri-section .chiba-port-seat .eblock-b .altiri-accordion-hiddenarea::before {
  background: #015DBB;
}

.altiri-section .chiba-port-seat .eblock-c .altiri-accordion-headline .seat-number {
  background: #013FBB;
}

.altiri-section .chiba-port-seat .eblock-c .altiri-accordion-hiddenarea::before {
  background: #013FBB;
}

.altiri-section .chiba-port-seat .wblock-a .altiri-accordion-headline .seat-number {
  background: #3C03BB;
}

.altiri-section .chiba-port-seat .wblock-a .altiri-accordion-hiddenarea::before {
  background: #3C03BB;
}

.altiri-section .chiba-port-seat .wblock-b .altiri-accordion-headline .seat-number {
  background: #5A03BB;
}

.altiri-section .chiba-port-seat .wblock-b .altiri-accordion-hiddenarea::before {
  background: #5A03BB;
}

.altiri-section .chiba-port-seat .wblock-c .altiri-accordion-headline .seat-number {
  background: #7803BB;
}

.altiri-section .chiba-port-seat .wblock-c .altiri-accordion-hiddenarea::before {
  background: #7803BB;
}

.altiri-section .chiba-port-seat .nblock-a .altiri-accordion-headline .seat-number {
  background: #9603BB;
}

.altiri-section .chiba-port-seat .nblock-a .altiri-accordion-hiddenarea::before {
  background: #9603BB;
}

.altiri-section .chiba-port-seat .free-seat .altiri-accordion-headline .seat-number {
  background: #B303BB;
}

.altiri-section .chiba-port-seat .free-seat .altiri-accordion-hiddenarea::before {
  background: #B303BB;
}

.altiri-section .chiba-port-seat .junior-seat .altiri-accordion-headline .seat-number {
  background: #B30369;
}

.altiri-section .chiba-port-seat .junior-seat .altiri-accordion-hiddenarea::before {
  background: #B30369;
}

.altiri-section .chiba-port-seat .wheelchair-space .altiri-accordion-headline .seat-number {
  background: #6C6E73;
}

.altiri-section .chiba-port-seat .wheelchair-space .altiri-accordion-hiddenarea::before {
  background: #6C6E73;
}

.altiri-section .chiba-port-tbr-seat .royal-seat .altiri-accordion-headline {
  background: #6A032E;
}

.altiri-section .chiba-port-tbr-seat .royal-seat .altiri-accordion-headline .seat-number {
  background: #6A032E;
}

.altiri-section .chiba-port-tbr-seat .royal-seat .altiri-accordion-hiddenarea::before {
  background: #6A032E;
}

.altiri-section .chiba-port-tbr-seat .executive-seat .altiri-accordion-headline {
  background: #B30350;
}

.altiri-section .chiba-port-tbr-seat .executive-seat .altiri-accordion-headline .seat-number {
  background: #B30350;
}

.altiri-section .chiba-port-tbr-seat .executive-seat .altiri-accordion-hiddenarea::before {
  background: #B30350;
}

.altiri-section .chiba-port-tbr-seat .fr-coatside-s .altiri-accordion-headline {
  background: #B34B08;
}

.altiri-section .chiba-port-tbr-seat .fr-coatside-s .altiri-accordion-headline .seat-number {
  background: #B34B08;
}

.altiri-section .chiba-port-tbr-seat .fr-coatside-s .altiri-accordion-hiddenarea::before {
  background: #B34B08;
}

.altiri-section .chiba-port-tbr-seat .fr-coatside-a .altiri-accordion-headline {
  background: #B36C08;
}

.altiri-section .chiba-port-tbr-seat .fr-coatside-a .altiri-accordion-headline .seat-number {
  background: #B36C08;
}

.altiri-section .chiba-port-tbr-seat .fr-coatside-a .altiri-accordion-hiddenarea::before {
  background: #B36C08;
}

.altiri-section .chiba-port-tbr-seat .fr-coatside-b .altiri-accordion-headline {
  background: #B38308;
}

.altiri-section .chiba-port-tbr-seat .fr-coatside-b .altiri-accordion-headline .seat-number {
  background: #B38308;
}

.altiri-section .chiba-port-tbr-seat .fr-coatside-b .altiri-accordion-hiddenarea::before {
  background: #B38308;
}

.altiri-section .chiba-port-tbr-seat .goalend-a .altiri-accordion-headline {
  background: #B39E08;
}

.altiri-section .chiba-port-tbr-seat .goalend-a .altiri-accordion-headline .seat-number {
  background: #B39E08;
}

.altiri-section .chiba-port-tbr-seat .goalend-a .altiri-accordion-hiddenarea::before {
  background: #B39E08;
}

.altiri-section .chiba-port-tbr-seat .goalend-b .altiri-accordion-headline {
  background: #78B54B;
}

.altiri-section .chiba-port-tbr-seat .goalend-b .altiri-accordion-headline .seat-number {
  background: #78B54B;
}

.altiri-section .chiba-port-tbr-seat .goalend-b .altiri-accordion-hiddenarea::before {
  background: #78B54B;
}

.altiri-section .chiba-port-tbr-seat .bc-coatside-a .altiri-accordion-headline {
  background: #7BB608;
}

.altiri-section .chiba-port-tbr-seat .bc-coatside-a .altiri-accordion-headline .seat-number {
  background: #7BB608;
}

.altiri-section .chiba-port-tbr-seat .bc-coatside-a .altiri-accordion-hiddenarea::before {
  background: #7BB608;
}

.altiri-section .chiba-port-tbr-seat .bc-coatside-b .altiri-accordion-headline {
  background: #45B608;
}

.altiri-section .chiba-port-tbr-seat .bc-coatside-b .altiri-accordion-headline .seat-number {
  background: #45B608;
}

.altiri-section .chiba-port-tbr-seat .bc-coatside-b .altiri-accordion-hiddenarea::before {
  background: #45B608;
}

.altiri-section .chiba-port-tbr-seat .eblock-a .altiri-accordion-headline {
  background: #01B6A3;
}

.altiri-section .chiba-port-tbr-seat .eblock-a .altiri-accordion-headline .seat-number {
  background: #01B6A3;
}

.altiri-section .chiba-port-tbr-seat .eblock-a .altiri-accordion-hiddenarea::before {
  background: #01B6A3;
}

.altiri-section .chiba-port-tbr-seat .eblock-b .altiri-accordion-headline {
  background: #019EBB;
}

.altiri-section .chiba-port-tbr-seat .eblock-b .altiri-accordion-headline .seat-number {
  background: #019EBB;
}

.altiri-section .chiba-port-tbr-seat .eblock-b .altiri-accordion-hiddenarea::before {
  background: #019EBB;
}

.altiri-section .chiba-port-tbr-seat .eblock-c .altiri-accordion-headline {
  background: #0180BB;
}

.altiri-section .chiba-port-tbr-seat .eblock-c .altiri-accordion-headline .seat-number {
  background: #0180BB;
}

.altiri-section .chiba-port-tbr-seat .eblock-c .altiri-accordion-hiddenarea::before {
  background: #0180BB;
}

.altiri-section .chiba-port-tbr-seat .wblock-a .altiri-accordion-headline {
  background: #0162BB;
}

.altiri-section .chiba-port-tbr-seat .wblock-a .altiri-accordion-headline .seat-number {
  background: #0162BB;
}

.altiri-section .chiba-port-tbr-seat .wblock-a .altiri-accordion-hiddenarea::before {
  background: #0162BB;
}

.altiri-section .chiba-port-tbr-seat .wblock-b .altiri-accordion-headline {
  background: #013FBB;
}

.altiri-section .chiba-port-tbr-seat .wblock-b .altiri-accordion-headline .seat-number {
  background: #013FBB;
}

.altiri-section .chiba-port-tbr-seat .wblock-b .altiri-accordion-hiddenarea::before {
  background: #013FBB;
}

.altiri-section .chiba-port-tbr-seat .wblock-c .altiri-accordion-headline {
  background: #0118BB;
}

.altiri-section .chiba-port-tbr-seat .wblock-c .altiri-accordion-headline .seat-number {
  background: #0118BB;
}

.altiri-section .chiba-port-tbr-seat .wblock-c .altiri-accordion-hiddenarea::before {
  background: #0118BB;
}

.altiri-section .chiba-port-tbr-seat .nblock-a .altiri-accordion-headline {
  background: #4803BB;
}

.altiri-section .chiba-port-tbr-seat .nblock-a .altiri-accordion-headline .seat-number {
  background: #4803BB;
}

.altiri-section .chiba-port-tbr-seat .nblock-a .altiri-accordion-hiddenarea::before {
  background: #4803BB;
}

.altiri-section .chiba-port-tbr-seat .free-seat .altiri-accordion-headline {
  background: #6C03BB;
}

.altiri-section .chiba-port-tbr-seat .free-seat .altiri-accordion-headline .seat-number {
  background: #6C03BB;
}

.altiri-section .chiba-port-tbr-seat .free-seat .altiri-accordion-hiddenarea::before {
  background: #6C03BB;
}

.altiri-section .chiba-port-tbr-seat .table-seat .altiri-accordion-headline {
  background: #9003BB;
}

.altiri-section .chiba-port-tbr-seat .table-seat .altiri-accordion-headline .seat-number {
  background: #9003BB;
}

.altiri-section .chiba-port-tbr-seat .table-seat .altiri-accordion-hiddenarea::before {
  background: #9003BB;
}

.altiri-section .chiba-port-tbr-seat .junior-seat .altiri-accordion-headline {
  background: #B303B5;
}

.altiri-section .chiba-port-tbr-seat .junior-seat .altiri-accordion-headline .seat-number {
  background: #B303B5;
}

.altiri-section .chiba-port-tbr-seat .junior-seat .altiri-accordion-hiddenarea::before {
  background: #B303B5;
}

.altiri-section .chiba-port-tbr-seat .wheelchair-space .altiri-accordion-headline {
  background: #6C6E73;
}

.altiri-section .chiba-port-tbr-seat .wheelchair-space .altiri-accordion-headline .seat-number {
  background: #6C6E73;
}

.altiri-section .chiba-port-tbr-seat .wheelchair-space .altiri-accordion-hiddenarea::before {
  background: #6C6E73;
}

.altiri-section .makuhari-seat .executive-seat .altiri-accordion-headline .seat-number {
  background: #B30350;
}

.altiri-section .makuhari-seat .executive-seat .altiri-accordion-hiddenarea::before {
  background: #B30350;
}

.altiri-section .makuhari-seat .fr-coatside-s .altiri-accordion-headline .seat-number {
  background: #B36E08;
}

.altiri-section .makuhari-seat .fr-coatside-s .altiri-accordion-hiddenarea::before {
  background: #B36E08;
}

.altiri-section .makuhari-seat .fr-coatside-a .altiri-accordion-headline .seat-number {
  background: #3CB608;
}

.altiri-section .makuhari-seat .fr-coatside-a .altiri-accordion-hiddenarea::before {
  background: #3CB608;
}

.altiri-section .makuhari-seat .fr-coatside-b .altiri-accordion-headline .seat-number {
  background: #017ABB;
}

.altiri-section .makuhari-seat .fr-coatside-b .altiri-accordion-hiddenarea::before {
  background: #017ABB;
}

.altiri-section .makuhari-seat .goalend-a .altiri-accordion-headline .seat-number {
  background: #3C03BB;
}

.altiri-section .makuhari-seat .goalend-a .altiri-accordion-hiddenarea::before {
  background: #3C03BB;
}

.altiri-section .makuhari-seat .goalend-b .altiri-accordion-headline .seat-number {
  background: #9603BB;
}

.altiri-section .makuhari-seat .goalend-b .altiri-accordion-hiddenarea::before {
  background: #9603BB;
}

.altiri-section .makuhari-seat .junior-seat .altiri-accordion-headline .seat-number {
  background: #B30389;
}

.altiri-section .makuhari-seat .junior-seat .altiri-accordion-hiddenarea::before {
  background: #B30389;
}

.altiri-section .oami-seat .fr-coatside-a .altiri-accordion-headline .seat-number {
  background: #B30350;
}

.altiri-section .oami-seat .fr-coatside-a .altiri-accordion-hiddenarea::before {
  background: #B30350;
}

.altiri-section .oami-seat .fr-coatside-b .altiri-accordion-headline .seat-number {
  background: #B36E08;
}

.altiri-section .oami-seat .fr-coatside-b .altiri-accordion-hiddenarea::before {
  background: #B36E08;
}

.altiri-section .oami-seat .bc-coatside-a .altiri-accordion-headline .seat-number {
  background: #9CB608;
}

.altiri-section .oami-seat .bc-coatside-a .altiri-accordion-hiddenarea::before {
  background: #9CB608;
}

.altiri-section .oami-seat .goalend-a .altiri-accordion-headline .seat-number {
  background: #3CB608;
}

.altiri-section .oami-seat .goalend-a .altiri-accordion-hiddenarea::before {
  background: #3CB608;
}

.altiri-section .oami-seat .goalend-b .altiri-accordion-headline .seat-number {
  background: #017ABB;
}

.altiri-section .oami-seat .goalend-b .altiri-accordion-hiddenarea::before {
  background: #017ABB;
}

.altiri-section .oami-seat .sec-floor-a .altiri-accordion-headline .seat-number {
  background: #3C03BB;
}

.altiri-section .oami-seat .sec-floor-a .altiri-accordion-hiddenarea::before {
  background: #3C03BB;
}

.altiri-section .oami-seat .sec-floor-b .altiri-accordion-headline .seat-number {
  background: #7803BB;
}

.altiri-section .oami-seat .sec-floor-b .altiri-accordion-hiddenarea::before {
  background: #7803BB;
}

.altiri-section .oami-seat .junior-seat .altiri-accordion-headline .seat-number {
  background: #B303BB;
}

.altiri-section .oami-seat .junior-seat .altiri-accordion-hiddenarea::before {
  background: #B303BB;
}

.altiri-section .oami-seat .wheelchair-space .altiri-accordion-headline .seat-number {
  background: #6C6E73;
}

.altiri-section .oami-seat .wheelchair-space .altiri-accordion-hiddenarea::before {
  background: #6C6E73;
}

.altiri-section .inzai-seat .fr-coatside_s .altiri-accordion-headline .seat-number {
  background: #B30350;
}

.altiri-section .inzai-seat .fr-coatside_s .altiri-accordion-hiddenarea::before {
  background: #B30350;
}

.altiri-section .inzai-seat .fr-coatside_a .altiri-accordion-headline .seat-number {
  background: #B34E08;
}

.altiri-section .inzai-seat .fr-coatside_a .altiri-accordion-hiddenarea::before {
  background: #B34E08;
}

.altiri-section .inzai-seat .fr-coatside_b .altiri-accordion-headline .seat-number {
  background: #B37A08;
}

.altiri-section .inzai-seat .fr-coatside_b .altiri-accordion-hiddenarea::before {
  background: #B37A08;
}

.altiri-section .inzai-seat .bc-coatside .altiri-accordion-headline .seat-number {
  background: #B0B608;
}

.altiri-section .inzai-seat .bc-coatside .altiri-accordion-hiddenarea::before {
  background: #B0B608;
}

.altiri-section .inzai-seat .goalend_a .altiri-accordion-headline .seat-number {
  background: #3CB608;
}

.altiri-section .inzai-seat .goalend_a .altiri-accordion-hiddenarea::before {
  background: #3CB608;
}

.altiri-section .inzai-seat .goalend_b .altiri-accordion-headline .seat-number {
  background: #01B6BB;
}

.altiri-section .inzai-seat .goalend_b .altiri-accordion-hiddenarea::before {
  background: #01B6BB;
}

.altiri-section .inzai-seat .sec-floor_a .altiri-accordion-headline .seat-number {
  background: #015DBB;
}

.altiri-section .inzai-seat .sec-floor_a .altiri-accordion-hiddenarea::before {
  background: #015DBB;
}

.altiri-section .inzai-seat .sec-floor_b .altiri-accordion-headline .seat-number {
  background: #3C03BB;
}

.altiri-section .inzai-seat .sec-floor_b .altiri-accordion-hiddenarea::before {
  background: #3C03BB;
}

.altiri-section .inzai-seat .sec-floor_c .altiri-accordion-headline .seat-number {
  background: #7803BB;
}

.altiri-section .inzai-seat .sec-floor_c .altiri-accordion-hiddenarea::before {
  background: #7803BB;
}

.altiri-section .inzai-seat .junior-seat .altiri-accordion-headline .seat-number {
  background: #B303BB;
}

.altiri-section .inzai-seat .junior-seat .altiri-accordion-hiddenarea::before {
  background: #B303BB;
}

.altiri-section .inzai-seat .wheelchair-space .altiri-accordion-headline .seat-number {
  background: #6C6E73;
}

.altiri-section .inzai-seat .wheelchair-space .altiri-accordion-hiddenarea::before {
  background: #6C6E73;
}

.altiri-section .urayasu-seat .executive-seat .altiri-accordion-headline .seat-number {
  background: #B30350;
}

.altiri-section .urayasu-seat .executive-seat .altiri-accordion-hiddenarea::before {
  background: #B30350;
}

.altiri-section .urayasu-seat .fr-coatside_a .altiri-accordion-headline .seat-number {
  background: #B34E08;
}

.altiri-section .urayasu-seat .fr-coatside_a .altiri-accordion-hiddenarea::before {
  background: #B34E08;
}

.altiri-section .urayasu-seat .fr-coatside_b .altiri-accordion-headline .seat-number {
  background: #B37A08;
}

.altiri-section .urayasu-seat .fr-coatside_b .altiri-accordion-hiddenarea::before {
  background: #B37A08;
}

.altiri-section .urayasu-seat .bc-coatside .altiri-accordion-headline .seat-number {
  background: #B0B608;
}

.altiri-section .urayasu-seat .bc-coatside .altiri-accordion-hiddenarea::before {
  background: #B0B608;
}

.altiri-section .urayasu-seat .goalend_a .altiri-accordion-headline .seat-number {
  background: #3CB608;
}

.altiri-section .urayasu-seat .goalend_a .altiri-accordion-hiddenarea::before {
  background: #3CB608;
}

.altiri-section .urayasu-seat .goalend_b .altiri-accordion-headline .seat-number {
  background: #01B6BB;
}

.altiri-section .urayasu-seat .goalend_b .altiri-accordion-hiddenarea::before {
  background: #01B6BB;
}

.altiri-section .urayasu-seat .sec-floor_a .altiri-accordion-headline .seat-number {
  background: #015DBB;
}

.altiri-section .urayasu-seat .sec-floor_a .altiri-accordion-hiddenarea::before {
  background: #015DBB;
}

.altiri-section .urayasu-seat .sec-floor_b .altiri-accordion-headline .seat-number {
  background: #3C03BB;
}

.altiri-section .urayasu-seat .sec-floor_b .altiri-accordion-hiddenarea::before {
  background: #3C03BB;
}

.altiri-section .urayasu-seat .sec-floor_c .altiri-accordion-headline .seat-number {
  background: #7803BB;
}

.altiri-section .urayasu-seat .sec-floor_c .altiri-accordion-hiddenarea::before {
  background: #7803BB;
}

.altiri-section .urayasu-seat .junior-seat .altiri-accordion-headline .seat-number {
  background: #B303BB;
}

.altiri-section .urayasu-seat .junior-seat .altiri-accordion-hiddenarea::before {
  background: #B303BB;
}

.altiri-section .urayasu-seat .wheelchair-space .altiri-accordion-headline .seat-number {
  background: #6C6E73;
}

.altiri-section .urayasu-seat .wheelchair-space .altiri-accordion-hiddenarea::before {
  background: #6C6E73;
}

.altiri-section .season-tickets-accordion {
  margin-bottom: 24px;
}

.altiri-section .season-tickets-accordion .fr-coatside-s .altiri-accordion-headline .seat-number {
  background: #B34E08;
}

.altiri-section .season-tickets-accordion .fr-coatside-s .altiri-accordion-hiddenarea::before {
  background: #B34E08;
}

.altiri-section .season-tickets-accordion .fr-coatside-a .altiri-accordion-headline .seat-number {
  background: #B37A08;
}

.altiri-section .season-tickets-accordion .fr-coatside-a .altiri-accordion-hiddenarea::before {
  background: #B37A08;
}

.altiri-section .season-tickets-accordion .fr-coatside-b .altiri-accordion-headline .seat-number {
  background: #96B608;
}

.altiri-section .season-tickets-accordion .fr-coatside-b .altiri-accordion-hiddenarea::before {
  background: #96B608;
}

.altiri-section .season-tickets-accordion .goalend-a .altiri-accordion-headline .seat-number {
  background: #3CB608;
}

.altiri-section .season-tickets-accordion .goalend-a .altiri-accordion-hiddenarea::before {
  background: #3CB608;
}

.altiri-section .season-tickets-accordion .goalend-b .altiri-accordion-headline .seat-number {
  background: #01B6BB;
}

.altiri-section .season-tickets-accordion .goalend-b .altiri-accordion-hiddenarea::before {
  background: #01B6BB;
}

.altiri-section .season-tickets-accordion .bc-coatside-a .altiri-accordion-headline .seat-number {
  background: #017ABB;
}

.altiri-section .season-tickets-accordion .bc-coatside-a .altiri-accordion-hiddenarea::before {
  background: #017ABB;
}

.altiri-section .season-tickets-accordion .bc-coatside-b .altiri-accordion-headline .seat-number {
  background: #013FBB;
}

.altiri-section .season-tickets-accordion .bc-coatside-b .altiri-accordion-hiddenarea::before {
  background: #013FBB;
}

.altiri-section .season-tickets-accordion .eblock-a .altiri-accordion-headline .seat-number {
  background: #5A03BB;
}

.altiri-section .season-tickets-accordion .eblock-a .altiri-accordion-hiddenarea::before {
  background: #5A03BB;
}

.altiri-section .season-tickets-accordion .free-seat .altiri-accordion-headline .seat-number {
  background: #9603BB;
}

.altiri-section .season-tickets-accordion .free-seat .altiri-accordion-hiddenarea::before {
  background: #9603BB;
}

.altiri-section .half-season-tickets-accordion {
  margin-bottom: 24px;
}

.altiri-section .half-season-tickets-accordion .fr-coatside-a .altiri-accordion-headline .seat-number {
  background: #B30350;
}

.altiri-section .half-season-tickets-accordion .fr-coatside-a .altiri-accordion-hiddenarea::before {
  background: #B30350;
}

.altiri-section .half-season-tickets-accordion .fr-coatside-b .altiri-accordion-headline .seat-number {
  background: #B34E08;
}

.altiri-section .half-season-tickets-accordion .fr-coatside-b .altiri-accordion-hiddenarea::before {
  background: #B34E08;
}

.altiri-section .half-season-tickets-accordion .goalend-a .altiri-accordion-headline .seat-number {
  background: #B3A708;
}

.altiri-section .half-season-tickets-accordion .goalend-a .altiri-accordion-hiddenarea::before {
  background: #B3A708;
}

.altiri-section .half-season-tickets-accordion .goalend-b .altiri-accordion-headline .seat-number {
  background: #78B608;
}

.altiri-section .half-season-tickets-accordion .goalend-b .altiri-accordion-hiddenarea::before {
  background: #78B608;
}

.altiri-section .half-season-tickets-accordion .bc-coatside-a .altiri-accordion-headline .seat-number {
  background: #017ABB;
}

.altiri-section .half-season-tickets-accordion .bc-coatside-a .altiri-accordion-hiddenarea::before {
  background: #017ABB;
}

.altiri-section .half-season-tickets-accordion .bc-coatside-b .altiri-accordion-headline .seat-number {
  background: #013FBB;
}

.altiri-section .half-season-tickets-accordion .bc-coatside-b .altiri-accordion-hiddenarea::before {
  background: #013FBB;
}

.altiri-section .half-season-tickets-accordion .eblock-a .altiri-accordion-headline .seat-number {
  background: #9603BB;
}

.altiri-section .half-season-tickets-accordion .eblock-a .altiri-accordion-hiddenarea::before {
  background: #9603BB;
}

.altiri-section .sec-half-season-tickets-accordion .executive-seat .altiri-accordion-headline .seat-number {
  background: #B30350;
}

.altiri-section .sec-half-season-tickets-accordion .executive-seat .altiri-accordion-hiddenarea::before {
  background: #B30350;
}

.altiri-section .sec-half-season-tickets-accordion .fr-coatside-s .altiri-accordion-headline .seat-number {
  background: #B34E08;
}

.altiri-section .sec-half-season-tickets-accordion .fr-coatside-s .altiri-accordion-hiddenarea::before {
  background: #B34E08;
}

.altiri-section .sec-half-season-tickets-accordion .fr-coatside-a .altiri-accordion-headline .seat-number {
  background: #B37A08;
}

.altiri-section .sec-half-season-tickets-accordion .fr-coatside-a .altiri-accordion-hiddenarea::before {
  background: #B37A08;
}

.altiri-section .sec-half-season-tickets-accordion .fr-coatside-b .altiri-accordion-headline .seat-number {
  background: #B0B608;
}

.altiri-section .sec-half-season-tickets-accordion .fr-coatside-b .altiri-accordion-hiddenarea::before {
  background: #B0B608;
}

.altiri-section .sec-half-season-tickets-accordion .goalend-a .altiri-accordion-headline .seat-number {
  background: #3CB608;
}

.altiri-section .sec-half-season-tickets-accordion .goalend-a .altiri-accordion-hiddenarea::before {
  background: #3CB608;
}

.altiri-section .sec-half-season-tickets-accordion .goalend-b .altiri-accordion-headline .seat-number {
  background: #01B6BB;
}

.altiri-section .sec-half-season-tickets-accordion .goalend-b .altiri-accordion-hiddenarea::before {
  background: #01B6BB;
}

.altiri-section .sec-half-season-tickets-accordion .bc-coatside-a .altiri-accordion-headline .seat-number {
  background: #015DBB;
}

.altiri-section .sec-half-season-tickets-accordion .bc-coatside-a .altiri-accordion-hiddenarea::before {
  background: #015DBB;
}

.altiri-section .sec-half-season-tickets-accordion .bc-coatside-b .altiri-accordion-headline .seat-number {
  background: #3C03BB;
}

.altiri-section .sec-half-season-tickets-accordion .bc-coatside-b .altiri-accordion-hiddenarea::before {
  background: #3C03BB;
}

.altiri-section .sec-half-season-tickets-accordion .eblock-a .altiri-accordion-headline .seat-number {
  background: #7803BB;
}

.altiri-section .sec-half-season-tickets-accordion .eblock-a .altiri-accordion-hiddenarea::before {
  background: #7803BB;
}

.altiri-ticket-slider-container {
  padding: 0 24px;
  margin-bottom: 56px;
}

.altiri-ticket-slider-container img {
  margin: 0;
  width: 100%;
}

.altiri-ticket-slider-container .swiper {
  overflow: hidden;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.altiri-ticket-slider-container .swiper::-webkit-scrollbar {
  display: none;
}

.altiri-ticket-slider-container .swiper-slide {
  width: 36rem;
  text-decoration: none;
}

.altiri-ticket-slider-container .swiper-wrapper {
  margin-bottom: 24px;
}

.altiri-ticket-slider-container .swiper-slide {
  color: #ffffff;
  width: 100%;
  height: auto;
  background: #030B1C;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.altiri-ticket-slider-container .swiper-slide .altiri-silider-textcontents {
  padding: 8px 16px 16px;
  background: #030B1C;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.altiri-ticket-slider-container .swiper-slide .food-store-name {
  text-align: inherit;
  margin-bottom: 4px;
}

.altiri-ticket-slider-container .swiper-slide .food-category {
  font-size: 12px;
  font-weight: 500;
}

.altiri-ticket-slider-container .swiper-horizontal > .swiper-scrollbar,
.altiri-ticket-slider-container .swiper-scrohorizontalllbar.swiper-scrollbar- {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  position: static;
  width: auto;
}

.altiri-ticket-slider-container .swiper-horizontal > .swiper-scrollbar .swiper-scrollbar-drag,
.altiri-ticket-slider-container .swiper-scrohorizontalllbar.swiper-scrollbar- .swiper-scrollbar-drag {
  background: #fff;
  border-radius: 0;
}

.altiri-ticket-slider-container .swiper-horizontal > .swiper-scrollbar,
.altiri-ticket-slider-container .swiper-scrohorizontalllbar.swiper-scrollbar-:hover {
  cursor: pointer;
}
/*# sourceMappingURL=altiri-floor-map.css.map */