@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-image: url(../img/bg_schedule.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.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;
  display: flex;
  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;
}
@media (min-width: 700px) {
  .kv-ttl h1{
    font-size: 10rem;
  }
}
.kv-ttl h2{
  font-size: 2rem;
  margin-left: 10px;
}
@media (min-width: 700px) {
  .kv-ttl h2{
    font-size: 3rem;
    letter-spacing: 1.2rem;
  }
}

/* ================================================== */
/* タブ */
/* ================================================== */
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  margin:20px 0;
  max-width: 900px;
  margin: 5rem 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: 20px .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;
}

.venue-ttl {
  font-size: 8rem;
  line-height: 7rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
  padding-top: 3rem;
  padding-left: 1.5rem;
}
.venue-sub-ttl{
font-size: 2rem;
letter-spacing: 0.5rem;
padding-left: 1.5rem;
padding-bottom: 3rem;
}
/* ================================================== */
/* スケジュール設定 */
/* ================================================== */
.schedule-contents{
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  width: calc(100% - 30px);
  margin: 0 auto;
  padding: 30px 0;
}
@media (min-width: 600px) {
  .schedule-contents{
    max-width: 900px;
    grid-template-columns: 1fr 1fr;
    width: calc(100% - 0px);
    padding: 40px 0 100px;
    gap: 50px;
  }
}


.schedule-item,.schedule-item-east,.schedule-item-central,.schedule-item-west,.schedule-item-south{
  background-color: #fff;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}

.schedule-item-wrapper{
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 15px 0;
  align-items: center;
}
@media (min-width: 700px) {
  .schedule-item-wrapper{
    justify-content: center;
    padding: 20px 10px;
  }
}
.schedule-item-num{
  font-size: 1.8rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
@media (min-width: 700px) {
  .schedule-item-num{
    font-size: 2.5rem;
  }
}
.schedule-item-logo img{
  width: 80px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 700px) {
  .schedule-item-logo img{
    width: 80px;
  }
}
.schedule-item-logo p{
  text-align: center;
  font-size: 1.5rem;
}
@media (min-width: 700px) {
  .schedule-item-logo p{
    text-align: center;
  }
}
.date{
  padding: 5px;
  background-color: #DC6911;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
@media (min-width: 700px) {
  .date{
    font-size: 1.6rem;
  }
}
.schedule-btn{
  display: block;
  padding: 3px 0;
  text-decoration: none;
  color: #fff;
  text-align: center;
  margin-bottom: 10px;
  font-size: 1.3rem;
  width: calc(100% - 20px);
  margin: 0 auto 5px;
}
@media (min-width: 700px) {
  .schedule-btn{
    font-size: 1.4rem;
    padding: 6px 0;
    margin: 0 auto 10px;
  }
}
.info{
  font-size: 1.3rem;
}
@media (min-width: 700px) {
.info{
  font-size: 1.3rem;
}
}
@media (min-width: 700px) {
  .gym{
    font-size: 1.3rem;
  }
}
.basket-live-btn{
  background-color: #C30100;
}
.youtube-btn{
  background-color:#000000;
}
.box-score-btn-north,.box-score-btn-east,.box-score-btn-central,.box-score-btn-west,.box-score-btn-south{
  background-color:#000000;
  color: #ffffff;
}

.js-based-schedule{
  display: none;
}
.js-based-schedule-east{
  display: none;
}
.js-based-schedule-central{
  display: none;
}
.js-based-schedule-west{
  display: none;
}
.js-based-schedule-south{
  display: none;
}
.num-home{
  padding-right: 4px;
}
.num-away{
  padding-left: 4px;
}

/*==================================================
動きの設定
===================================*/

/*背景色が伸びて出現（左から・右から）*/
.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);
    }
  }