@charset "utf-8";
@font-face {
    font-family: 'BLG';
    src: url(../font/bleage_font.ttf);
    font-weight: normal;
}
.bn-txt{
      font-family: 'BN';
  src: url(../font/BebasNeue-Regular.ttf);
  font-weight: normal;
}
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);
  background-size: cover;
}
.color-white{
  color: white;
}
@media (min-width: 700px) {
.sp-br{
  display: none;
}
}
.pc-br{
  display: none;
}
@media (min-width: 700px) {
.pc-br{
  display: block;
}
}


@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);
  }

.news-ttl{
  font-size: 7rem;
  line-height: 4rem;
  font-weight: normal;
  letter-spacing: 0.5rem;
  text-align: center;
}
@media (min-width: 700px) {
  .news-ttl{
    font-size: 10rem;
    line-height: 6rem;
  }
}

.news-sub-ttl{
  font-size: 2rem;
  padding-top: 1.5rem;
  letter-spacing: 0.5rem;
  text-align: center;
}
@media (min-width: 700px) {
.news-sub-ttl{
  padding-top: 20px;
  font-size: 2rem;
  letter-spacing: 0.5rem;
}
}

.ranking_name{
    font-size: 3rem;
    line-height: 3rem;
}
.ranking_team{
    max-width: 800px;
    margin: 0 auto;
}
.ranking_txt{
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 1rem 0 0;
}
@media (min-width: 700px) {
    .ranking_txt{
            font-size: 1.5rem;
    }
}
.ranking_flex{
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 800px;
    margin: 0 auto;
}
.ranking_team {
    width: calc(100% - 40px);
    margin: 0 auto;
}
.atcl1{
    background-color: white !important;
}