@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");
/*-----------------------------------

article > section{
	margin-bottom: 30px;
}



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

.tournamentArea ul li,
.shokakutableArea 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;
}

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

.nolinktxt {
		color: #8E8E8E;
}

.bgBK {
	background-color: #000000;
}

.textArea {
    widows: 100%;
}
.textArea ul {
	margin-bottom: 30px;
	padding: 10px;
	background: #efefef;
}
.textArea ul li {
    margin: 10px;
    line-height: 1.3em;
    font-size: 14px;
}
.textArea p {
		font-size: 15px;
		line-height: 1.5em;
		margin-bottom: 30px;
}
.textArea p > i {
    color: #f00;
    font-style: normal;
    font-weight: bold;
}
.m_tournamentArea img {
    margin-bottom: 20px;
}
h5.leftRedTit {
    font-size: 16px;
}

.videoArea .bodyArea p {
    font-size: 15px;
    line-height: 1.2em;
	margin: 10px 0 20px 0;
}

.photo .photoArea, .video .photoArea {
    margin-top: 20px;
}

.leftRedTit {
    border-left: 5px solid #3B1E87;
}



/* 追加改修 */


.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: 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 25px 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 {
    /*padding: 15px 25px 15px 5px;*/
    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);
  }


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


  .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%;
    height: 44px;
    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;
    color: #fff;
    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;
    width: 100%;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1001;
    -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.is-active {
    height: inherit;
    opacity: 1;
    position: fixed;
    left: 0;
  }
  .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;
  }

.spDISP {
  display: none;
}

#pageTop {
  bottom: 110px;
}

footer #bottomArea {
  padding: 25px 0 150px;
}

.infoBlock li:last-child{
	margin-bottom: 20px;
}

.outline_image{
  margin-bottom: 20px;
}

.content .kvArea ul.navList.eightbreak li{
  width: calc(100% / 7);
}

.embL.embKochi{
  background: url("/img/J3jflplayoff/2024/kochi.svg") no-repeat;
  display: block;
  height: 80px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 60px;
}

.embM.embKochi{
  background: url("/img/J3jflplayoff/2024/kochi.svg") no-repeat;
  display: block;
  height: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 40px;
  margin: auto;
}

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