@charset "UTF-8";
@font-face {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}
@font-face {
font-family: 'BN';
src: url(../font/BebasNeue-Regular.ttf);
font-weight: normal;
}
@font-face {
font-family: 'GS';
src: url(../font/GeneralSans-Semibold.ttf);
}
body{
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
}

img{
/* vertical-align: bottom; */
}
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 {
/* background-image: url(../img/outline-bg.webp); */
background-size: contain;
line-height: 1.6875;
}
.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;
}
}

.onlyPC {
  display: none;
}

@media (min-width: 700px) {
  .onlyPC {
    display: block;
  }
}

@media (min-width: 900px) {
  .onlyPC2 {
    display: none;
  }
}

@media (min-width: 700px) {
  .onlySP {
    display: none;
  }
}

.ttl-wrapper{
  width: calc(100% - 50px);
  margin: 0 auto;
}
@media (min-width: 700px) {
  .ttl-wrapper{
    width: calc(100% - 0px);
    max-width: 900px;
  }
}
.ttl-wrapper img{
  width: 100%;
  display: block;
}
@media (min-width: 700px) {
  .ttl-wrapper img{
    height: 100px;
    width: auto;
  }
}
/* ================================================== */
/* タブ */
/* ================================================== */
.tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 30px;
  width: calc(100% - 50px);
  margin: 0rem auto 0rem;
  padding: 5rem 0;
}
@media (min-width: 700px) {
  .tab {
  width: calc(100% - 0px);
  max-width: 900px;
  }
}
.tablist:hover{
  cursor: pointer;
}
.tablist.active {
  background-color: #aba185;
  color: #ffffff;
}

.tablist {
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0;
  list-style-type: none;
  border: 1px solid #aba185;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: #aba185;
}
@media (min-width: 700px) {
  .tablist {
  font-size: 1.6rem;
  font-weight: bold;
  }
}
.tabcontents {
  height: auto;
}
/* ーーーーーーーーーーーーーーーーー */
/* タイトル */
/* ーーーーーーーーーーーーーーーーー */
.ttl-wrapper{
  width: calc(100% - 50px);
  margin: 0 auto;
  max-width: 900px;
}
.ttl-small-span{
  font-size: 4rem;
  font-family: "BN";
}
@media (min-width: 700px) {
  .ttl-small-span{
    font-size: 10rem;
  }
}
.ttl-big{
  font-size: 9rem;
  font-family: "BN";
  letter-spacing: 0.8rem;
  line-height: 7rem;
  color: #aba185;
  padding-top: 1rem;
}

@media (min-width: 700px) {
  .ttl-big{
    font-size: 15rem;
    line-height: 15rem;
    letter-spacing: 1rem;
  }
}
.ttl-small-wrap{
  display: flex;
  gap: 10px;
  align-items: center;
  color: #ffffff;
}
.ttl-small1{
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.6rem;
  color: #aba185;
}
@media (min-width: 700px) {
  .ttl-small1{
    font-size: 2.8rem;
    letter-spacing: 0.7rem;
  }
}

.ttl-small2{
  font-family: "GS";
  font-size: 1.2rem;
  line-height: 1.3rem;
  letter-spacing: 0.3rem;
  color: #aba185;
}
@media (min-width: 700px) {
  .ttl-small2{
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
    line-height: 1.5rem;
  }
}

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

.match-item{
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}
.score-txt{
  color: #222;
  font-size: 1.3rem;
}
@media (min-width: 500px) {
  .score-txt{
    font-size: 1.3rem;
  }
}
@media (min-width: 700px) {
  .score-txt{
    font-size: 1.4rem;
  }
}
@media (min-width: 900px) {
  .score-txt{
    font-size: 1.5rem;
  }
}
.match-td{
  width: 100%;
  border: 0.5px solid #aba185;
}
.match-th{
  width: 100%;
  border: 0.5px solid #aba185;
}

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


/* ================================================== */
/* 結果のテーブル */
/* ================================================== */
.js-list2,.js-list4{
  background-color: #ffffff;
}
.result-table {
  border-collapse: collapse; 
  width: calc(100% - 50px);
  margin: 5rem auto;
  padding: 60px 0 70px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.042);
}
@media (min-width: 700px) {
.result-table {
  width: 900px;
}
}
.result-ttl{
  background-color: #aba185 !important;
  color: #ffffff !important;
}

.result-ttl:nth-child(1){
width: 10%;
}
.result-ttl:nth-child(2){
  width: 70%;
}
.result-ttl:nth-child(3){
  width: 10%;
}
.result-ttl:nth-child(4){
  width: 10%;
}
@media (min-width: 700px) {
  .result-ttl:nth-child(1){
    width: 20%;
    }
    .result-ttl:nth-child(2){
      width: 60%;
      }
      .result-ttl:nth-child(3){
        width: 10%;
      }
      .result-ttl:nth-child(4){
        width: 10%;
      }
}
.result-ttl:nth-child(even) {
	background: #d5d1c0;
}
.result-ttl:nth-child(odd) {
	background: #fbfbfb;
}
.result-rank2:nth-child(2){
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.result-rank4:nth-child(2){
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.pass-line{
  border-bottom: 2px solid rgb(182, 0, 0);
}
.result-table th, td {
  padding: 10px 0;
  text-align: center;
}
.result-club{
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}
.result-table td{
  vertical-align: middle;
}
.result-table tr{
  padding: 0 5px;
  font-size: 1.2rem;
}
@media (min-width: 700px) {
  .result-table 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% - 50px);
  margin: 0 auto;
  max-width: 900px;
  color: #aba185;
}
@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-item2{
  border: 0.5px solid #aba185;
}
.result-item4{
  border: 0.5px solid #aba185;
}
.result-club{
  border-left:  0.5px solid #aba185;
  border-right:  0.5px solid #aba185;
}

.result-win2{
  border-right:  0.5px solid #aba185;
}
.result-win4{
  border-right:  0.5px solid #aba185;
}

/* ーーーーーーーーーーーーーーーーーー */
/* 動き */
/* ーーーーーーーーーーーーーーーーーー */
/* 上から */

.fadeDown{
  animation-name:fadeDownAnime;
  animation-duration:0.5s;
  animation-fill-mode:forwards;
  opacity:0;
  }
  
  @keyframes fadeDownAnime{
    from {
      opacity: 0;
    transform: translateY(-100px);
    }
  
    to {
      opacity: 1;
    transform: translateY(0);
    }
  }
  
  /* タイトル用の動き */
  span.smoothText {
    overflow: hidden;
    display: block;
  }
  
  span.smoothTextTrigger{
    transition: .8s ease-in-out;
    transform: translate3d(0,100%,0) skewY(12deg);
    transform-origin: left;
    display: block;
  }
  span.smoothTextTrigger.smoothTextAppear{
      transform: translate3d(0,0,0) skewY(0);
  }
  

  .result-player-bg1{
    width: 100%;
    padding: 3rem 0;
  }
  .result-player-bg2{
    width: 100%;
  }

  .atcl-result{
    background-color: #ffffff;
  }

  .footer-outline{
    background-color: #ffffff;
  }
  .footer-list-bl{
    color: #000000 !important;
  }
  .footer-copyright-bl{
    color: #000000 !important;
  }

  .footer-result{
    background-color: #ffffff;
  }
  /* @media (min-width: 700px) {
  .footer-contents2{
    width: 500px;
    display: block;
  }
} */

.outline-result{
  background-color: #ffffff;
}


.item-contents{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 5rem 0;
}
@media (min-width: 700px) {
  .item-contents{
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    margin: 10rem 0;
}
}
.item-img{
  width: 100%;
}


.match-table-wrap {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* iOSでスムーズに */
  width: calc(100% - 40px);
  margin: 0 auto;
}

.match-table {
  min-width: 800px; /* 横幅を確保（列数に応じて調整） */
  border-collapse: collapse;
}



/* デフォルト（SP幅から適用） */
@media (min-width: 0px) {
  .match-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* クラブ列だけ固定 */
  .match-td-club,
  .match-th:first-child {
    position: sticky;
    left: 0;
    z-index: 3; /* スクロール時に前面へ */
    background-color: #f0ede7; /* 背景必須 */
  }
}

/* PC幅以上では固定を解除 */
@media (min-width: 700px) {
  .match-td-club,
  .match-th:first-child {
    position: static;
    left: auto;
    z-index: auto;
  }
}
