@charset "utf-8";
@font-face {
    font-family: 'BLG';
    src: url(../font/bleage_font.ttf);
    font-weight: normal;
}
img{
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
p,span,h1,h2,h3,h4,div,nav{
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
}
html {
  scroll-padding-top: 0px; /* 固定ヘッダの高さ分 */
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  line-height: 1.6875;
  /* background: linear-gradient(-65deg, #272727,  #000000) fixed; */
}
.module_title{
  display: none;
}
.blg-font{
  font-family: 'BLG';
  src: url(font/bleage_font.ttf);
}
.color-white{
  color: white;
}
@media (min-width: 700px) {
.sp-br{
  display: none;
}
}
.pc-br{
  display: none;
}
@media (min-width: 700px) {
.pc-br{
  display: block;
}
}
/* KV */
.kv-contents{
  position: relative;
}
.kv-ttl{
  position: absolute;
  align-items: baseline;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
  font-weight: normal;
}
@media (min-width: 700px) {
  .kv-ttl{
    margin-left: 15%;
  }
}
@media (min-width: 1500px) {
  .kv-ttl{

  }
}
.kv-ttl h1{
  font-size: 6rem;
  font-weight: normal;
  line-height: 6rem;
}
@media (min-width: 800px) {
  .kv-ttl h1{
    font-size: 10rem;
    line-height: 8rem;
  }
}
.kv-ttl h2{
  font-size: 2rem;
  margin-left: 10px;
}
@media (min-width: 700px) {
  .kv-ttl h2{
    font-size: 3rem;
    letter-spacing: 1.2rem;
  }
}

.body-bg{
  background-image: url(../img/result-bg.png);
  background-position: bottom;
  background-repeat: no-repeat;
}
/* ================================================== */
/* 対戦表 */
/* ================================================== */
.match01{
margin: 3rem auto;
text-align: center;
display: block;
width: calc(100% - 20px);
max-width: 900px;
}
.match02{
  margin: 3rem auto 0;
  text-align: center;
  display: block;
  max-width: 900px;
  width: calc(100% - 20px);
  }
/* ================================================== */
/* タブ */
/* ================================================== */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
  max-width: 900px;
  margin: 3rem auto;
}
.tab-wrap:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #DC6911;
  display: block;
  order: -1;
}
.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  padding: 15px .5em;
  order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  flex: 1;
  font-size: 1.5rem;
}
.tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
  background: #DC6911;
}
.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  opacity: 1;
  transition: .5s opacity;
}
/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

/* -------------------------------------------- */
/* ------タイトル------------------------------- */
/* -------------------------------------------- */
.ttl-wrappe{
  max-width: 900px;
  margin: 0 auto;
}
.venue-ttl {
  font-size: 8rem;
  line-height: 7rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
  padding-top: 7rem;
  padding-left: 1.5rem;
  color: #DC6911;
}
@media (min-width: 700px) {
  .venue-ttl {
  padding-left: 0rem;
  margin-bottom: 1rem;
  }
}
.venue-sub-ttl{
font-size: 2rem;
letter-spacing: 0.5rem;
padding-left: 1.5rem;
padding-bottom: 3rem;
color: #DC6911;
}
@media (min-width: 700px) {
.venue-sub-ttl{
  padding-left: 0rem;
}
}

/* ================================================== */
/* 対戦表 */
/* ================================================== */
.match-table{
  width: calc(100% - 50px);
  margin: 0 auto;
  background-color: #ffffff;
  margin-top: 3rem;
}
@media (min-width: 700px) {
  .match-table{
    max-width: 900px;
    width: calc(100% - 50px);
    margin-top: 3rem;
  }
}
.match-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (min-width: 700px) {
}

.match-item{
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.score-txt{
  color: #222;
  font-size: 1.2rem;
  text-align: center;
}
@media (min-width: 500px) {
  .score-txt{
    font-size: 1.4rem;
  }
}
@media (min-width: 700px) {
  .score-txt{
    font-size: 2rem;
  }
}
@media (min-width: 900px) {
  .score-txt{
    font-size: 2.5rem;
  }
}
.match-td{
  width: 100%;
  border: 0.1px solid #DC6911;
  display: flex;
  justify-content: center;  /* 水平方向の中央揃え */
  align-items: center; 
}
.match-th{
  width: 100%;
  border: 0.1px solid #DC6911;
}

.match-ttl{
  width: 70%;
  margin: 0 auto;
  height: auto;
  padding: 10px 0;
}
.match-th{
background-color: #f0ede7;
}
.match-td-club{
  background-color: #f0ede7;
  padding: 10px 0;
}
.score1{
  width: 70%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.match-item-west{
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.scorewest1{
  width: 70%;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.js-based{
  display: none;
}



/* ================================================== */
/* ランキングの設定*/
/* ================================================== */
.result-table {
  width: calc(100% - 50px);
  margin: 0 auto;
  padding: 60px 0 70px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.042);
  border: 1px solid #DC6911;
  border-collapse: collapse;
  width: 100%;
}
@media (min-width: 700px) {
.result-table {
  width: 900px;
  margin: 0 auto;
}
}
.result-th:nth-child(1){
width: 10%;
}
.result-th:nth-child(2){
  width: 70%;
}
.result-th:nth-child(3){
  width: 10%;
}
.result-th:nth-child(4){
  width: 10%;
}
@media (min-width: 700px) {
  .result-table .result-th:nth-child(1){
    width: 20%;
    }
    .result-table .result-th:nth-child(2){
      width: 60%;
      }
      .result-table .result-th:nth-child(3){
        width: 10%;
      }
      .result-table .result-th:nth-child(4){
        width: 10%;
      }
}

.result-tr:nth-child(even) {
	background:#fbfbfbf2;
}
.result-tr:nth-child(odd) {
	background: #fbfbfbb8;
}
.result-item{
  border-bottom: 0.1px solid #aaaaaa;
}
.result-item td:nth-child(2){
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.result-item:last-child{
  display: none;
}
.result-item td{
  padding: 20px 0;
}
.pass-line{
  border-bottom: 2px solid rgb(182, 0, 0);
}
.result-th,.result-td {
  padding: 20px 0;
  text-align: center;
}
.result-td{
  vertical-align: middle;
}
.result-th {
  background-color: #DC6911;
  color: #fff;
}
.result-tr{
  padding: 0 5px;
  font-size: 1.2rem;
}
@media (min-width: 700px) {
  .result-tr{
    font-size: 1.5rem;
  }
}
.ranking-logo{
  margin-right: 5px;
  width: 30px;
  display: block;
}
@media (min-width: 700px) {
  .ranking-logo{
    width: 40px;
    margin-right: 15px;
  }
}
.notes-txt{
  text-align: left;
  font-size: 1.2rem;
  padding-top: 10px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media (min-width: 700px) {
  .notes-txt{
    padding-top: 20px;
    font-size: 1.5rem;
    width: calc(100% - 0px);
  }
}

.rank-logo{
  width: 30px;
  margin-right: 15px;
}
@media (min-width: 700px) {
  .rank-logo{
    width: 45px;
    margin-right: 30px;
  }
}

.js-based,.js-based2,.js-based3,.js-based4,.js-based5{
  display: none;
}


.result-item:nth-of-type(2){
  background-color: aqua !important;
}

.result-section{
  padding-bottom: 5rem;
}
/*==================================================
動きの設定
===================================*/

/*背景色が伸びて出現（左から・右から）*/
.bgextendKv{
	animation-name:bgextendAnimeBase;
	animation-duration:1s;
	animation-fill-mode:forwards;
	position: relative;
	overflow: hidden;/*はみ出た色要素を隠す*/
	opacity:0;
}

@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}

/*中の要素*/
.bgappearKv{
	animation-name:bgextendAnimeSecond;
	animation-duration:1s;
	animation-delay: 0.6s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond{
	0% {
	opacity: 0;
	}
	100% {
	opacity: 1;
}
}

/*背景色が伸びて出現（左から）*/
.bgLRextendKv::before{
	animation-name:bgLRextendAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #DC6911;/*伸びる背景色の設定*/
}
@keyframes bgLRextendAnime{
	0% {
		transform-origin:left;
		transform:scaleX(0);
	}
	50% {
		transform-origin:left;
		transform:scaleX(1);
	}
	50.001% {
		transform-origin:right;
	}
	100% {
		transform-origin:right;
		transform:scaleX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定*/
.bgappearTriggerKv,
.bgUDextendTriggerKv,
.bgDUextendTriggerKv,
.bgRLextendTriggerKv,
.bgLRextendTriggerKv{
    opacity: 0;
}


/* fadeup */
.fadeUp{
  animation-name:fadeUpAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeUpAnime{
    from {
      opacity: 0;
    transform: translateY(100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  
  .fadeUpTrigger{
      opacity: 0;
  }



  /* 左から */

.fadeLeft{
  animation-name:fadeLeftAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeLeftAnime{
    from {
      opacity: 0;
    transform: translateX(-100px);
    }
  
    to {
      opacity: 1;
    transform: translateX(0);
    }
  }