/*///////////////// style ////////////////*/

article h1 {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    padding: 30px 0 20px;
}

article h2 {
    font-size: 1.2rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
}

article p{
font-size: .9rem;
line-height: 1.6;
text-align: justify;
font-feature-settings: "palt";
}

.cGold{
  background: linear-gradient(90deg, #C99B20 0%,  #AA7701 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sat{
    color: #000080 ;
}

.sun{
    color:#B22222;
}

.cover{
width:100%;
height: 100%;
}


@media (min-width: 768px) {
main{
margin: auto;
width:90vw;
max-width:1200px;
}
article h1 {
  font-size: 32px;
  padding: 60px 0 20px;
}
article p{font-size: 1rem;}

.pc_alt{
display: none;
}
}


/*///////////////// チケット情報 ////////////////*/
#ticket div#con-body{
color:#000;
background-color:#ECECEC;
}

/*
#ticket .sub_nav{
display: flex;
justify-content:space-around;
margin: auto;
max-width: 800px;
}
#ticket .sub_nav li{
width: 30%;
text-align: center;
}
*/

#ticket .sub_nav{
display: flex;
justify-content:center;
margin: auto;
max-width: 800px;
}

#ticket .sub_nav li{
width: 45%;
text-align: center;
margin:0 .5em;
}
#ticket .sub_nav li a
{
display: flex;
justify-content: center;
align-items: center;
color: #fff;
background:#745399;
border:solid 2px #745399;
border-radius: 4px;
text-decoration: none;
box-sizing: border-box;
white-space: nowrap;
padding: .5em;
}

#ticket .sub_nav li a span{
display: block;
font-size: .8em;
line-height: 1.2;
}
#ticket .sub_nav li a span::after
{
display: block;
content: '';
background: url(img/subnav_arrow.svg)center center no-repeat;
background-size: contain;
height: 1em;
margin-top: .5em;
}
#ticket .sub_nav li a:hover
{
color: #A48B78;
border:solid 2px #A48B78;
background:#fff;
box-sizing: border-box;
white-space: nowrap;
padding: .5em;
}


#ticket .in_box{
    background-color: #fff;
}
#ticket .in_box,
#ticket .in_box2
{
    margin: 30px 10px;
    border-radius: 15px;
    padding: 30px 0;
}

#ticket a.btn{
display: block;
background: url(img/btn1.png)center center no-repeat;
background-size: contain;
aspect-ratio:980/224;
max-width: 500px;
min-width: 245px;
width: 80%;
margin:0 auto 2em;

}

#ticket a.btn:hover{
background: url(img/btn1_mo.png)center center no-repeat;
background-size: contain;
}

@media (min-width: 768px) {
#ticket .in_box,
#ticket .in_box2{
    padding: 30px;
    margin: 30px auto;
    max-width: 1200px;
}
#ticket .sub_nav li a span{
display: block;
font-size: 1.1em;
}
}

/*///////////////// チケットの買い方 ////////////////*/
#howto_buy h3{
margin-bottom: 1em;
}

#howto_buy p.txt{
width: 90%;
max-width: 900px;
margin:2em auto;
}

#howto_buy ul.howto li{
position: relative;
background: #ECECEC;
border-radius: 10px;
padding: 1em;
margin:1em auto 3em;
width: 80%;
}
#howto_buy ul.howto li::after{
position: absolute;
bottom: -2em;
left: 50%;
transform: translateX(-50%);
content: '';
background: url(img/arrow.svg) center center no-repeat;
background-size: contain;
aspect-ratio:1/1 ;
height: 1em;
}

#howto_buy ul.howto li:last-of-type::after{
display: none;
}



/*///////////////// 競技実施マップと座席表 ////////////////*/
#map_seat p.txt{
width: 90%;
max-width: 900px;
margin:2em auto;
}

#map_seat ul.icon{
display: flex;
width: 90%;
max-width: 500px;
margin:0 auto 1em;
}
#map_seat ul.icon li{
display: block;
aspect-ratio: 665/96;
width: 50%;
}
#map_seat .icon li:first-child{
background: url(img/mo_session.png) center center no-repeat;
background-size: contain;
}
#map_seat .icon li:last-child{
background: url(img/ev_session.png) center center no-repeat;
background-size: contain;
}

#map_seat ul.att{
list-style-position: outside;
width: 90%;
max-width: 900px;
margin: auto;
}
#map_seat ul.att li{
line-height: 1.6;
margin-left: 2em;
text-indent: -1rem;
}
#map_seat ul.att li::before{
content: '※';
}
@media (min-width: 768px) {
#map_seat p.txt{
width: 95%;
}
}

/*///////////////// button ////////////////*/

#map_seat ul.sessionCD{
display: flex;
flex-wrap: wrap;
justify-content: space-around;
max-width: 800px;
margin: auto;
}

#map_seat .sessionCD li{
display: flex;
flex-wrap: wrap;
justify-content: center;
width: 30%;
margin-top:.5em ;
}

#map_seat .sessionCD li div{
display: flex;
justify-content: center;
width: 100%;
margin-bottom: .3em;
}

#map_seat .sessionCD span{
font-size: .7rem;
line-height: 1.6;
white-space: nowrap;
}
#map_seat .sessionCD .day{
display: inline-block;
background: #000;
color: #fff;
border-radius: 3px;
width:8vw !important;
text-align: center;
margin: .2em;
}

#map_seat .sessionCD li div:first-child span:last-child{
max-width:14vw;
text-align: center;
margin: .2em;
}

#map_seat .sessionCD li span.morning,
#map_seat .sessionCD li span.evening
{
display: block;
aspect-ratio: 1/1;
width:12vw;
margin: .2em;
}


span.morning,
span.evening
{
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}


button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
button .morning{
background: url(img/mo_off.png) no-repeat;
background-size: contain;
}
button .morning:hover,
button.show .morning{
background: url(img/mo_on.png) no-repeat;
background-size: contain;
}

.morning{
background: url(img/mo_no.png) no-repeat;
background-size: contain;
}

button .evening{
background: url(img/ev_off.png) no-repeat;
background-size: contain;
}
button .evening:hover,
button.show .evening{
background: url(img/ev_on.png) no-repeat;
background-size: contain;
}
.evening{
background: url(img/ev_no.png) no-repeat;
background-size: contain;
}

@media (min-width: 768px) {
#map_seat ul.sessionCD{
justify-content: center;
}
#map_seat .sessionCD span{
font-size: .8rem;
}
#map_seat .sessionCD li{
width: 20%;
}
#map_seat .sessionCD li div{
width: 180px;
}
#map_seat .sessionCD .day{
max-width: 50px;
width: 5vw;
}
#map_seat .sessionCD li div:first-child span:last-child{
max-width: 70px;
width: 5vw;
}
#map_seat .sessionCD li span.morning,
#map_seat .sessionCD li span.evening
{
max-width: 70px;
width: 5vw;
}


}

/*///////////////// mapbox ////////////////*/
#mapbox{
width: 90%;
max-width:800px;
margin:2em auto;
}
#mapbox h3
{
text-align: center;
}
#mapbox h3 .day{
display: inline-block;
background: #000;
color: #fff;
border-radius: 3px;
padding:.1em .5em .2em;
margin-right: .5em;
line-height: 1 !important;
}
@media (min-width: 768px) {
#mapbox h3
{
font-size: 1.4rem;
}
}

/*///////////////// scheduleList ////////////////*/
.scheduleList{
border: solid 1px #D9D9D9;
border-radius: 8px;
margin:2em auto;
padding: .5em;
font-size: 14px;
}
.scheduleList table{
width:100%;
}
.scheduleList table td{
padding: .5em;
white-space: nowrap;
}
.scheduleList table td:nth-child(1){
width: 20%;
}
.scheduleList table td:nth-child(3),
.scheduleList table td:last-child{
width: 10%;
text-align: center;
}

@media (min-width: 768px) {
.scheduleList{
font-size: 18px;
}
}
/*///////////////// mapArea ////////////////*/
.map{
aspect-ratio: 1340/1104;
animation: fadeIn 5s forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}


.m-1{
background:url(img/map1.png?new) center center no-repeat;
background-size: contain;
}
.m-2{
background:url(img/map2.png?new) center center no-repeat;
background-size: contain;
}
.m-3{
background:url(img/map3.png?new) center center no-repeat;
background-size: contain;
}
.m-4{
background:url(img/map4.png?new) center center no-repeat;
background-size: contain;
}
.m-5{
background:url(img/map5.png?new) center center no-repeat;
background-size: contain;
}
.m-6{
background:url(img/map6.png?new) center center no-repeat;
background-size: contain;
}
.m-7{
background:url(img/map7.png?new) center center no-repeat;
background-size: contain;
}
.m-8{
background:url(img/map8.png?new) center center no-repeat;
background-size: contain;
}
.m-9{
background:url(img/map9.png?new) center center no-repeat;
background-size: contain;
}
.m-10{
background:url(img/map10.png?new) center center no-repeat;
background-size: contain;
}
.m-11{
background:url(img/map11.png?new) center center no-repeat;
background-size: contain;
}
.m-12{
background:url(img/map12.png?new) center center no-repeat;
background-size: contain;
}
.m-13{
background:url(img/map13.png?new) center center no-repeat;
background-size: contain;
}
.m-14{
background:url(img/map14.png?new) center center no-repeat;
background-size: contain;
}


#ticket a.btn2{
display: block;
background: url(img/btn2.png)center center no-repeat;
background-size: contain;
aspect-ratio:1156/276;
max-width: 500px;
min-width: 245px;
width: 80%;
margin:0 auto 2em;
}

#ticket a.btn2:hover{
background: url(img/btn2_mo.png)center center no-repeat;
background-size: contain;
}


.end{
background: #ECECEC;
margin:0 auto 2em;
max-width: 500px;
min-width: 245px;
width: 80%;
}

.end p{
text-align: center;
padding:1em 0;
font-weight: 700;
}



/*///////////////// table ////////////////*/
.seat_table{
width: 100%;
margin:0 auto;
padding: 0;
display: grid;
justify-content: space-between;
grid-template-columns: 32% 66%;
}
.seat_table table
{
border:solid 1px #D9D9D9;
}

.seat_table.mo .mobg,
.seat_table.ev .evbg,
.seat_table.evd .evdbg
{
background-color:#fff;
text-align: center;
}
.seat_table.evd .mobg,
.seat_table.evd .evbg,
.seat_table.ev .mobg,
.seat_table.ev .evdbg,
.seat_table.mo .evbg,
.seat_table.mo .evdbg{
background-color:#C4C4C4;
text-align: center;
}


.seat_table table {
background: #000;
font-size:12px !important;
border-collapse: separate;
border-radius:10px 10px 0 0;
 overflow: hidden;
border-spacing: 0;
}
.seat_table table thead tr{
background: #000;
white-space: nowrap; 
}
.seat_table table thead th{
padding:1em 0 ;
}

.seat_table table tr{
background: #fff;
}

.seat_table table .mo{
background: url(img/mo_icon.png?newicon) center center no-repeat;
background-size: 13vw;
width: 20%;
}
.seat_table table .evd{
background: url(img/evd_icon.png?newicon) center center no-repeat;
background-size: 13vw;
width: 20%;
}
.seat_table table .ev{
background: url(img/ev_icon.png?newicon) center center no-repeat;
background-size: 13vw;
width: 20%;
}


/* 境界線 */
.seat_table table  td {
box-sizing: border-box;
border: 1px #eeeeee solid;
background: #fff;
height:3em;
line-height: 1;
padding:0 1em;
white-space: nowrap;
}

.row1half{
height:4em;
}
.row2{
height:6em;
}
.row3{
height:9em;
}

.seat_table tr span {
display: block;
width:  1.1rem;
height: 1.1rem;
border-radius: 50%;
line-height: 1rem;
border:1px solid #fff;
text-align: center;
box-sizing: border-box;
margin: auto;
font-size:10px;
font-weight: normal;
}


.seat_table table th{color: #fff;}
.p-1 th{background:#E70022; padding: 0 4px;}
.p-2 th{background:#1DA9DD; padding: 0 4px;}
.c-A th{background:#F8B300; padding: 0 4px;}
.c-B th{background:#75449B; padding: 0 4px;}
.c-C th{background:#71B82B; padding: 0 4px;}

.seat_table table:last-child td:last-child
{
width:100%;
}


@media (max-width: 767px) {
.seat_table table:last-child th
{
width:37%;
white-space: nowrap; 
}
.seat_table table:last-child td:first-child
{
width:28%;
}
}

@media (min-width: 768px) {
.seat_table table {
font-size:16px !important;
}
.seat_table table:last-child th
{
width:20%;
white-space: nowrap;
}
.seat_table tr span {
width:  1.2rem;
height: 1.2rem;
line-height: 1rem;
border:1.5px solid #fff;
font-size:10px;
}
.seat_table table .mo{
background-size:50%;
}
.seat_table table .evd{
background-size:50%;
}
.seat_table table .ev{
background-size:50%;
}
}

/*/////////////////　座席からの見え方 ////////////////*/
.seat_view h3{
font-weight: 400;
margin:0 auto 1em;
width: 90%;
max-width: 800px;
}

.seat_view figure{
width: 90%;
max-width: 800px;
margin: auto;
}


.seat_view figure span.lazy{
display: block;
aspect-ratio:4/3;
background-size: contain;
}
/*/////////////////　国立競技場での過ごし方 ////////////////*/
#howto_spend .lazy{
display: block;
aspect-ratio:4/3;
background-size: contain;
background: #ccc;
}
#howto_spend p.txt{
width: 90%;
max-width: 900px;
margin:2em auto;
}

#howto_spend .check{
vertical-align:baseline;
padding-right: .5em;
}

#howto_spend a.goodsbtn{
display: block;
background: url(img/goodsbtn.png)center center no-repeat;
background-size: contain;
aspect-ratio:784/176;
max-height: 80px;
min-height: 50px;
height: 10vw;
margin:0 auto 2em;
}

#howto_spend a.goodsbtn:hover{
background: url(img/goodsbtn_mo.png)center center no-repeat;
background-size: contain;
}


#howto_spend ul.app{
display: flex;
width: 90%;
max-width: 500px;
margin:0 auto 1em;
}
#howto_spend ul.app li{
width: 50%;
}
#howto_spend ul.app li a{
display: block;
aspect-ratio: 536/176;
width: 100%;
}
#howto_spend ul.app li:first-child a{
background: url(img/app_btn.png) center center no-repeat;
background-size: contain;
}
#howto_spend ul.app li:last-child a{
background: url(img/gplay_btn.png) center center no-repeat;
background-size: contain;
}
#howto_spend ul.app li a:hover{
opacity: .8;
}
/*/////////////////　応援Tips ////////////////*/
#tips .lazy{
display: block;
aspect-ratio:4/3;
background-size: contain;
background: #ccc;
}
#tips p.txt{
width: 90%;
max-width: 900px;
margin:2em auto;
}

/*/////////////////　スタジアムの外でも楽しめる！？ ////////////////*/
#other .lazy{
display: block;
aspect-ratio:4/3;
background-size: contain;
background: #ccc;
}
#other p.txt{
width: 90%;
max-width: 900px;
margin:2em auto;
}

#other a.evebtn{
display: block;
background: url(img/evebtn.png)center center no-repeat;
background-size: contain;
aspect-ratio:840/176;
max-height: 80px;
min-height: 50px;
height: 10vw;
margin:0 auto 2em;
}

#other a.evebtn:hover{
background: url(img/evebtn_mo.png)center center no-repeat;
background-size: contain;
}


/*///////////////// 注意事項 ////////////////*/
#notice {
margin: 3em auto;
}
#notice a{
text-decoration: underline;
color: #0050FF;
}
#notice a:hover{
text-decoration: none;
color: #000;
}

#notice h3
{
margin: 2em 0 1em 0;
}

#notice h4,
#notice p
{
margin:0 0 1em 1em;
}

#notice ul.att{
list-style-position: outside;
}
#notice li{
line-height: 1.6;
margin:0 0 1em 2em;
text-indent: -1rem;
}
#notice ul.att li{
margin-bottom:.5em;
}

#notice ul.att li::before{
content: '※';
}

/*///////////////// lazy ////////////////*/
.lazy {
  position:relative;
  display:block;
  background:center top no-repeat;
  background-size:cover;
  margin:0 auto;
}
.lazy img{
  position:absolute;
  top:0;
  left:0;
}

/*///////////////// SPOT ////////////////*/

.spot-video {
  margin: 45px 10px 0px;
  border-radius: 15px;
  padding: 0 ;
}
.spot-video h2{
  margin-bottom: 10px;
}

.spot-video .video-slide {
  flex: unset !important;
  min-width: unset !important;
}
.spot-video .swiper-container {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px;
}
.spot-video .swiper-wrapper {
  display: flex;
}
.spot-video .swiper-slide {
  flex-shrink: 0 !important;
}
.spot-video .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  max-width:360px ;
}


.video-slide .video-card {
  background-color: #fff;
  box-shadow: 1px 8px 8px #d2d2d2;
  padding: 10px;
  box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  cursor: pointer;
  transition: transform 0.3s ease;
  display: block;
  min-height: calc(175vw / 12);
}

.video-thumb img {
  width: 100%;
  border-radius: 10px;
  display: block;
}
.video-thumb .lazy{
  aspect-ratio: 16/9;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}

.video-text {
  font-size: 1rem;
  color: #222;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-size: .8rem;
  font-weight: 500;
}
.spot-video .video-thumb{
  position: relative;
}

.spot-video .video-thumb::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 50px;
  background: #ff0000;
  border-radius: 10px; 
  transform: translate(-50%, -50%);
  z-index: 2;
}

.spot-video .video-thumb::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-35%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid white;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  z-index: 3;
}

@media (min-width: 768px) {
  .spot-video {
      margin: 50px auto 30px;
      max-width: 1180px;
  }
  .spot-video .swiper-wrapper {
      margin-left: -8px;
    }
     .spot-video .swiper-wrapper .swiper-slide:last-child {
      margin-right: 0 !important;
    }
    .spot-video .swiper-container {
        padding:0 10px 20px;
      }

  .video-slide .video-card {
      padding: 13px;
      box-sizing: border-box;
      width: 100%;
      max-width: 384px;
  }

  .video-thumb img {
      width: 100%;
      border-radius: 10px;
      display: block;
  }

  .video-date {
      font-size: 0.9rem;
      margin: 8px 0 4px;
  }

  .video-text {
      font-size: 1rem;
      color: #222;
      line-height: 1.4;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
  }

}

/*///////////////// 販売終了対応 ////////////////*/

.soldout_note{
  width: 90%;
  margin: 0 auto 40px;
  line-height: 1.6;
  max-width: 900px;

}
.soldout_note li:first-child{
  color:#ff361c ;
  font-weight: 600;

}
#ticket a.btn.official{
  display: block;
  background: url(img/btn_official.png)center center no-repeat;
  background-size: contain;
  aspect-ratio:980/224;
  max-width: 500px;
  min-width: 245px;
  width: 80%;
  margin:0 auto 2em;
  
  }
  
  #ticket a.btn.official:hover{
  background: url(img/btn_official_hover.png)center center no-repeat;
  background-size: contain;
  }

  #ticket a.btn.pia{
    display: block;
    background: url(img/btn_pia.png)center center no-repeat;
    background-size: contain;
    aspect-ratio:980/224;
    max-width: 500px;
    min-width: 245px;
    width: 80%;
    margin:0 auto 2em;
    
    }
    
    #ticket a.btn.pia:hover{
    background: url(img/btn_pia_hover.png)center center no-repeat;
    background-size: contain;
    }

/*///////////////// uniweb ////////////////*/
.accessibility--FPA .map{
  animation:none;
}
.accessibility--FIH .cGold,.accessibility--FITT .cGold{
  background-color: #AA7701;
}

.accessibility--FIH .seat_table .ev .alt,.accessibility--FITT .seat_table .ev .alt,.accessibility--FIH .seat_table .mo .alt,.accessibility--FITT .seat_table .mo .alt,.accessibility--FIH .seat_table .evd .alt,.accessibility--FITT .seat_table .evd .alt,.accessibility--FITT #map_seat .icon .alt,.accessibility--FIH #map_seat .icon .alt{
  position: static;
  width: 100%;
  height: auto;
  border: none;
  font-size: 0.8em;
  line-height: 1.5;
  padding: 1em 0;
}

.accessibility--FIH #map_seat .sessionCD li div,.accessibility--FITT #map_seat .sessionCD li div{
  display: flex;
  flex-direction: column;
}
.accessibility--FIH #map_seat .sessionCD li span.morning,.accessibility--FIH #map_seat .sessionCD li span.evening,.accessibility--FITT #map_seat .sessionCD li span.morning,.accessibility--FITT #map_seat .sessionCD li span.evening{
  aspect-ratio: initial!important;
}
.accessibility--FIH #map_seat .sessionCD li span.morning, .accessibility--FIH #map_seat .sessionCD li span.evening,.accessibility--FITT #map_seat .sessionCD li span.morning,.accessibility--FITT #map_seat .sessionCD li span.evening{
  display: inline;
  text-decoration: underline;
}

.accessibility--FIH #mapbox .btn2,.accessibility--FITT #mapbox .btn2,.accessibility--FIH #howto_buy .btn,.accessibility--FITT #howto_buy .btn{
  border: 1px solid #000;
display: flex;
text-align: center;
justify-content: center;
align-items: center;
width: auto;
padding: 10px;
}
.accessibility--FIH #howto_buy .btn,.accessibility--FITT #howto_buy .btn{
  margin: 0 20px;
}

.accessibility--FIH #mapbox .btn2 .alt,.accessibility--FITT #mapbox .btn2 .alt,.accessibility--FIH #howto_buy .btn .alt,.accessibility--FITT #howto_buy .btn .alt{
  position: static;
  text-align: center;
  height: auto;
  width: auto;
  white-space: normal;
  word-break: break-word;
  line-height: 1.5;
}


[data-uniweb--contrast-modified] #map_seat .icon li:first-child {
  background:url(img/mo_session.png) center center no-repeat, linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-size: contain;
}
[data-uniweb--contrast-modified] #map_seat .icon li:last-child {
  background:url(img/ev_session.png) center center no-repeat, linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-size: contain;
}
 [data-uniweb--contrast-modified] .seat_table table .mo {
  background:url(img/mo_icon.png?newicon) center center no-repeat, linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-size: 13vw;
  width: 20%;
}
[data-uniweb--contrast-modified] .seat_table table .evd {
  background:url(img/evd_icon.png?newicon) center center no-repeat, linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-size: 13vw;
  width: 20%;
}
[data-uniweb--contrast-modified] .seat_table table .ev{
  background:url(img/ev_icon.png?newicon) center center no-repeat, linear-gradient(180deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);
  background-size: 13vw;
    width: 20%;
} 
[data-uniweb--contrast-modified] .seat_table table th{
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  [data-uniweb--contrast-modified] .seat_table table .mo {
      background-size: 50%;
  }
  [data-uniweb--contrast-modified] .seat_table table .evd {
    background-size: 50%;
}
[data-uniweb--contrast-modified] .seat_table table .ev {
  background-size: 50%;
}
.accessibility--FIH #howto_buy .btn,.accessibility--FITT #howto_buy .btn{
  margin: 0 auto;
}
.accessibility--FIH .seat_table .ev .alt, .accessibility--FITT .seat_table .ev .alt, .accessibility--FIH .seat_table .mo .alt, .accessibility--FITT .seat_table .mo .alt, .accessibility--FIH .seat_table .evd .alt, .accessibility--FITT .seat_table .evd .alt, .accessibility--FITT #map_seat .icon .alt, .accessibility--FIH #map_seat .icon .alt{
  line-height: 1.5;
}

}
