@charset "utf-8";

@import url("https://use.fontawesome.com/releases/v5.15.4/css/all.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick.css");
@import url("//cdn.jsdelivr.net/gh/kenwheeler/slick@1.8.1/slick/slick-theme.css");
@import url("//fonts.googleapis.com/css2?family=Antonio:wght@100;200;300;400;500;600;700&display=swap");
@import url("//code.ionicframework.com/ionicons/2.0.0/css/ionicons.min.css");
@import url("//use.fontawesome.com/releases/v5.0.6/css/all.css");
/*-----------------------------------

/*-----------------------

http://www.jleague.jp/css/sp/j1sannyu.css
2017/10/16 ISM

------------------------*/





/*tournamentArea*/
.tournamentArea figure img{
    display: block;
}
.tournamentArea ul{
    margin-top: 5px;
}

.tournamentArea ul li{
    list-style-type: disc;
    font-size: 11px;
    list-style-position: inside;
    margin-bottom: 5px;
}


.tournamentArea .kome:first-child{
	padding: 0 0;
}
.tournamentArea .kome:nth-child(n+2){
	padding: 0 0 5px 0;
}



body.photoTab .tabSelecter .tab li.photoTab a,
body.videoTab .tabSelecter .tab li.videoTab a {
    position: relative;
    top: 1px;
    background: #FFFFFF;
    color: #464646;
    font-weight: bold;
}




.commonTable tbody th{
	white-space: normal;
	width: 30%;
}

.scoreTable01 span.embS {
    position: relative;
    top: 3px;
    margin-right: 2px;
}
.scoreTable01 td.tdTeam {
    text-align: left;
}

.contents iframe {
    width: 100%;
    height: auto;
}

.nolink {
	background-color: #B2B2B2;
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.nolinktxt {
		color: #8E8E8E;
}
.textArea {
    widows: 100%;
}
.textArea ul {
	margin-bottom: 30px;
	padding: 10px;
	background: #efefef;
}
.textArea ul li {
    margin: 10px;
    line-height: 1.3em;
}
.textArea p {
		line-height: 1.5em;
		margin-bottom: 30px;
}
.textArea p > i {
    color: #f00;
    font-style: normal;
    font-weight: bold;
}

.m_tournamentArea img {
    margin-bottom: 20px;
	}

.mrgT20sp {
	margin-top: 20px;
}




/* 追加改修 */



.ticketArea__list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .ticketArea__list--item {
    width: calc(50% - 10px)!important;
    margin: 0 0 20px;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
    overflow: hidden;
  }
  .ticketArea__list--item .ttl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: -ms- space-between;
        justify-content: -ms- space-between;
    justify-content: -webkit- space-between;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-align: -ms- stretch;
        align-items: -ms- stretch;
    align-items: -webkit- stretch;
    -webkit-box-align: stretch;
            align-items: stretch;
    background: #E4E4E4;
  }
  .ticketArea__list--item .ttl span:nth-child(1) {
    font-weight: bold;
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 0.9vw;
    font-size: min(0.9vw, 12px);
    width: calc(100% - 4vw);
    text-align: center;
    padding: 10px 0;
  }
  .ticketArea__list--item .ttl span:nth-child(2) {
    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
    font-size: 1vw;
    font-size: min(1vw, 12px);
    width: 4vw;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: -ms- center;
        justify-content: -ms- center;
    justify-content: -webkit- center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: -ms- center;
        align-items: -ms- center;
    align-items: -webkit- center;
    -webkit-box-align: center;
            align-items: center;
  }
  .ticketArea__list--item .matchcard {
    padding: 20px 10px;
  }
  .ticketArea__list--item .matchcard .match {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: -ms- center;
        justify-content: -ms- center;
    justify-content: -webkit- center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: -ms- flex-end;
        align-items: -ms- flex-end;
    align-items: -webkit- flex-end;
    -webkit-box-align: end;
            align-items: flex-end;
  }
  .ticketArea__list--item .matchcard .match .day {
    font-size: 50px;
    font-size: 5rem;
    font-size: 4vw;
    font-size: min(4vw, 50px);
    font-family: "Antonio", sans-serif;
    font-weight: bold;
    line-height: 1;
  }
  .ticketArea__list--item .matchcard .match .yobi {
    font-weight: bold;
    margin: 0 3px;
    font-size: 20px;
    font-size: 2rem;
    font-size: 1.3vw;
    font-size: min(1.3vw, 20px);
  }
  .ticketArea__list--item .matchcard .match .time {
    font-family: "Antonio", sans-serif;
    font-weight: bold;
    font-size: 22px;
    font-size: 2.2rem;
    font-size: 1.7vw;
    font-size: min(1.7vw, 22x);
    line-height: 1;
  }
  .ticketArea__list--item .matchcard .match .time span {
    line-height: 1;
    font-weight: bold;
    display: block;
  }
  .ticketArea__list--item .matchcard .match .time span:nth-child(1) {
    margin-bottom: 3px;
  }
  .ticketArea__list--item .matchcard .place {
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 1vw;
    font-size: min(1vw, 14px);
    text-align: center;
    margin-bottom: 5px;
  }
  .ticketArea__list--item .matchcard .matchemb {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: -ms- center;
        justify-content: -ms- center;
    justify-content: -webkit- center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: -ms- center;
        align-items: -ms- center;
    align-items: -webkit- center;
    -webkit-box-align: center;
            align-items: center;
  }
  .ticketArea__list--item .matchcard .matchemb .emb {
    text-align: center;
  }
  .ticketArea__list--item .matchcard .matchemb .emb img {
    width: 90px;
  }
  .ticketArea__list--item .matchcard .matchemb .embname {
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 1vw;
    font-size: min(1vw, 14px);
  }
  .ticketArea__list--item .matchcard .matchemb .vs {
    margin: 0 10px;
  }
  .ticketArea__list--item .matchcard .matchemb .vs img {
    height: 35px;
  }
  .ticketArea__list--item a {
    background: #E60C11;
    color: #fff;
    position: relative;
    padding: 10px 55px 10px 5px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: -ms- center;
        justify-content: -ms- center;
    justify-content: -webkit- center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: -ms- center;
        align-items: -ms- center;
    align-items: -webkit- center;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-shadow: 0 3px 0 #000;
            box-shadow: 0 3px 0 #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 5px;
    border: 3px solid #000;
  }
  .ticketArea__list--item a.pcDISP {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ticketArea__list--item a.spDISP {
    display: none !important;
  }
  .ticketArea__list--item a:after {
    content: "";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 10px;
    color: #000;
    background: url(/img/leaguecup/2023/semifinal/icon_right.svg) no-repeat 50% 50%;
    background-size: 15px;
    height: 15px;
    width: 15px;
  }
  .ticketArea__list--item a.nolink {
    background: #b4b4b4;
    color: #828282;
    pointer-events: none;
  }
  .ticketArea__list--item a.nolink:hover {
    -webkit-transform: inherit;
            transform: inherit;
  }
  .ticketArea__list--item a.nolink:hover img {
    opacity: 1;
  }
  .ticketArea__list--item a.nolink:after {
    opacity: 0.3;
  }
  .ticketArea__list--item a:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
  }
  .ticketArea__list--item a:hover img {
    opacity: 1;
  }
  .ticketArea__list--item a img {
    height: 22px;
    width: auto;
    margin-right: 5px;
  }
  .ticketArea__list--item a p {
    font-weight: 900;
    line-height: 1.3;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 1vw;
    font-size: min(1vw, 14px);
  }
.ticketArea__list--item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .ticketArea__list--item .ttl span:nth-child(1) {
    font-size: 4vw;
    width: calc(100% - 20vw);
  }
  .ticketArea__list--item .ttl span:nth-child(2) {
    font-size: 4vw;
    width: 20vw;
  }
  .ticketArea__list--item .matchcard {
    padding: 5%;
  }
  .ticketArea__list--item .matchcard .match {
    margin-bottom: 4vw;
  }
  .ticketArea__list--item .matchcard .match .day {
    font-size: 17vw;
  }
  .ticketArea__list--item .matchcard .match .yobi {
    font-size: 6vw;
    line-height: initial;
  }
  .ticketArea__list--item .matchcard .match .time {
    font-size: 7vw;
  }
  .ticketArea__list--item .matchcard .place {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .ticketArea__list--item .matchcard .matchemb .embname {
    font-size: 3vw;
    font-weight: bold;
  }
  .ticketArea__list--item a.pcDISP {
    display: none !important;
  }
  .ticketArea__list--item a.spDISP {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ticketArea__list--item a:after {
    background-size: 5vw;
    height: 6vw;
    width: 6vw;
  }
  .ticketArea__list--item a p {
    font-size: 4vw;
  }
  .ticketArea__list--item a img {
    height: 6vw;
    margin-right: 3vw;
  }
  .ticketArea__list--item .ttl span:nth-child(1) {
    padding: 15px 0;
  }



  .heading__main {
    background: #000!important;
    margin-bottom: 30px;
  }
  .heading__main .eng {
    font-family: "Antonio", sans-serif;
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
  }
  .heading__main .jp {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
  }
  .heading__main .eng {
    font-size: 12vw;
  }
  .heading__main .jp {
    font-size: 4.5vw;
  }



  .btn__ticket {
    padding: 0.3em 1.6em 0.3em 0.5em;
    -webkit-box-shadow: 0 3px 0 #000;
            box-shadow: 0 3px 0 #000;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    width: 24.25%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: -ms- center;
        justify-content: -ms- center;
    justify-content: -webkit- center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: -ms- center;
        align-items: -ms- center;
    align-items: -webkit- center;
    -webkit-box-align: center;
            align-items: center;
    margin-right: 1%;
    background: #e60b10;
    border-radius: 5px;
    border: 2px solid #000;
    position: relative;
  }
  .btn__ticket:nth-child(4) {
    margin-right: 0;
  }
  .btn__ticket:after {
    content: "";
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    color: #000;
    background: url(/img/leaguecup/2023/semifinal/icon_right.svg) no-repeat 50% 50%;
    background-size: 15px;
    height: 15px;
    width: 15px;
  }
  .btn__ticket:hover {
    -webkit-transform: translate3d(0, 3px, 0);
            transform: translate3d(0, 3px, 0);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .btn__ticket .emb {
    width: 40px;
  }
  .btn__ticket .txt {
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
    font-size: 1vw;
    font-size: min(1vw, 16px);
    line-height: 1.3;
    margin-bottom: 0;
  }
  .btn__ticket.nolink {
    background: #b4b4b4;
    color: #828282;
    pointer-events: none;
  }
  .btn__ticket.nolink .txt {
    color: #828282;
  }
  .btn__ticket.nolink:after {
    opacity: 0.3;
  }
.floatingArea {
  padding: 20px;
  background: #fff;
  background-size: cover;
  width: 100%;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 1;
  position: sticky;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1001;
}
.floatingArea__wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
}
.floatingArea__lead {
  padding-right: 20px;
  width: 15%;
  text-align: center;
}
.floatingArea__lead p {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 1vw;
  font-size: min(1vw, 16px);
}
.floatingArea__lead img {
  width: 70px;
  margin-bottom: 5px;
}
.floatingArea__ticket {
  width: 85%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
}
.floatingArea__ticket.pcDISP {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}


.floatingArea {
  padding: 3% 2% 1%;
  -webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
}
.floatingArea__wrap {
  display: block;
}
.floatingArea__lead {
  width: 100%;
  padding: 0;
  margin-bottom: 2vw;
}
.floatingArea__lead img {
  display: none;
}
.floatingArea__lead p {
  vertical-align: middle;
  font-size: 3.5vw;
  display: inline-block;
}
.floatingArea__ticket.pcDISP {
  display: none !important;
}
.floatingArea__ticket.spDISP {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2%;
}
.floatingArea__ticket.spDISP .btn__ticket {
  color: #fff;
  border-radius: 3px;
  width: 49%;
  padding: 2vw 0;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1%;
  -webkit-box-shadow: 0 2px 0 #000;
          box-shadow: 0 2px 0 #000;
  border: 1px solid #000;
}
.floatingArea__ticket.spDISP .btn__ticket:hover {
  -webkit-transform: translate3d(0, 2px, 0);
          transform: translate3d(0, 2px, 0);
}
.floatingArea__ticket.spDISP .btn__ticket.nolink {
  background: #b4b4b4;
  color: #828282;
  pointer-events: none;
}
.floatingArea__ticket.spDISP .btn__ticket.nolink:hover {
  -webkit-transform: inherit;
          transform: inherit;
}
.floatingArea__ticket.spDISP .btn__ticket.nolink .match {
  color: #828282;
}
.floatingArea__ticket.spDISP .btn__ticket.nolink .matchemb {
  opacity: 0.3;
}
.floatingArea__ticket.spDISP .btn__ticket .txt {
  font-size: 2vw;
}
.floatingArea__ticket.spDISP .btn__ticket .match {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- flex-end;
      align-items: -ms- flex-end;
  align-items: -webkit- flex-end;
  -webkit-box-align: end;
          align-items: flex-end;
  margin-right: 3vw;
}
.floatingArea__ticket.spDISP .btn__ticket .match .day {
  font-family: "Antonio", sans-serif;
  font-size: 7vw;
  font-weight: bold;
  line-height: 1;
}
.floatingArea__ticket.spDISP .btn__ticket .match .yobi {
  font-size: 2vw;
  line-height: initial;
  font-weight: bold;
  margin: 0 0.5vw;
}
.floatingArea__ticket.spDISP .btn__ticket .match .time {
  font-size: 3.5vw;
  font-family: "Antonio", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.floatingArea__ticket.spDISP .btn__ticket .match .time span {
  display: block;
  line-height: 1;
}
.floatingArea__ticket.spDISP .btn__ticket .matchemb {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: -ms- center;
      justify-content: -ms- center;
  justify-content: -webkit- center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: -ms- center;
      align-items: -ms- center;
  align-items: -webkit- center;
  -webkit-box-align: center;
          align-items: center;
}
.floatingArea__ticket.spDISP .btn__ticket .matchemb .emb {
  width: 7vw;
}
.floatingArea__ticket.spDISP .btn__ticket .matchemb .emb img {
  width: 100%;
}
.floatingArea__ticket.spDISP .btn__ticket:nth-child(n+3) {
  margin-bottom: 0;
}
.floatingArea__ticket.spDISP .btn__ticket:nth-child(2n) {
  margin-right: 0;
}
.floatingArea__ticket.spDISP .btn__ticket:after {
  content: none;
}

#pageTopBtn a {
  bottom: 20vw;
}

/*.embS{
  background-size: 240px;
  height: 30px;
  width: 30px;
}

.embS.embVvn, .embS.embNagasaki{
  background-position: -210px -150px!important;
}

.embS.embVeg, .embS.embSendai{
  background-position: -90px 0px!important;
}

.embS.embMon, .embS.embYamagata{
  background-position: -120px 0px!important;
}

.embS.embFag, .embS.embOkayama{
  background-position: -210px -120px!important;
}*/

.outline_image{
  margin-bottom: 10px;
}