@charset "utf-8";
@font-face {
    font-family: 'BLG';
    src: url(../font/bleage_font.ttf);
}
img{
  vertical-align: bottom;
  width: 100%;
}
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;
}
.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;
  color: #fff;
}

@media (min-width: 700px) {
  .kv-ttl {
    margin-left: 15%;
  }
}

.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;
  }
}
/* ================================================== */
/* RESULTのタブ*/
/* ================================================== */
* {
  box-sizing: border-box;
}
.slide__tabs, .slide__list {
  opacity: 0;
  transition: opacity 0.3s linear;
}
.slick-initialized {
  opacity: 1;
}
.slide__tabs {
  padding: 60px 0 0;
  width: max-content;
}
@media (min-width: 700px) {
  .slide__tabs {
    width: 100%;
  }
}
.slide__tabs__wrap {
  top: 0;
  z-index: 1;
  overflow-x: scroll;
  border-bottom: 5px solid #beb49b;
  transition: All 0.2s ease;

  -ms-overflow-style: none; 
  scrollbar-width: none; 
}
.tab {
  width: 120px;
  margin-top: 5px;
  padding: 12px 10px;
  min-width: 56px;
  border: 1px solid #beb49b;
  border-bottom: none;
  color: #625b49;
  text-align: center;
  font-size: 1.5rem;
  cursor: pointer;
  background-color: #fff;
}
.tab2{
  color: #beb49b;
  background-color: #000000;
}
@media (min-width: 700px) {
  .tab {
    width: 175px;
  }
}
.slide__tabs .slick-active.tab {
  margin-top: 0;
  padding: 15px 10px;
  border: none;
  background: #beb49b;
  color: #000000;
  font-weight: bold;
  border: 1px solid #beb49b;
}
.slide__tabs .slick-slide:not(:last-child) {
  margin-right: 5px;
}
.slide__tabs .slick-list {
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.slide__tabs .slick-list::-webkit-scrollbar {
  display: none;
}
.slide__tabs .slick-track {
  width: max-content !important;
  transform: none !important;
}
.slide__list .item p {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item{
  padding:60px 0 70px; 
}
/* ================================================== */
/* ランキングの設定*/
/* ================================================== */
.js-list1,.js-list3,.js-list5{
  background-color: #fff;
}
.js-list2,.js-list4{
  background-color: #efefe5;
}
table {
  border-collapse: collapse; 
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 60px 0 70px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.042);
}
@media (min-width: 700px) {
table {
  width: 900px;
  margin: 0 auto;

}
}
th:nth-child(1){
width: 10%;
}
th:nth-child(2){
  width: 70%;
}
th:nth-child(3){
  width: 10%;
}
th:nth-child(4){
  width: 10%;
}
@media (min-width: 700px) {
  table th:nth-child(1){
    width: 20%;
    }
    table th:nth-child(2){
      width: 60%;
      }
      table th:nth-child(3){
        width: 10%;
      }
      table th:nth-child(4){
        width: 10%;
      }
}
tr:nth-child(even) {
	background: #d5d1c0;
}
tr:nth-child(odd) {
	background: #fbfbfb;
}
td:nth-child(2){
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.pass-line{
  border-bottom: 2px solid rgb(182, 0, 0);
}
th, td {
  padding: 10px 0;
  text-align: center;
}
td{
  vertical-align: middle;
}
th {
  background-color: #000;
  color: #fff;
}
tr{
  padding: 0 5px;
  font-size: 1.2rem;
}
@media (min-width: 700px) {
  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;
}

table .result-item:nth-child(4){
  border-bottom: 3px solid rgb(182, 0, 0);
}

table .result-item2:nth-child(4){
  border-bottom: 3px solid rgb(182, 0, 0);
}
table .result-item3:nth-child(4){
  border-bottom: 3px solid rgb(182, 0, 0);
}
table .result-item4:nth-child(4){
  border-bottom: 3px solid rgb(182, 0, 0);
}
table .result-item5:nth-child(4){
  border-bottom: 3px solid rgb(182, 0, 0);
}
/*==================================================
動きの設定
===================================*/

/*背景色が伸びて出現（左から・右から）*/
.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: #beb49b;/*伸びる背景色の設定*/
}
@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;
  }
  .fadeUpTrigger2{
    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);
    }
  }
  


