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

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


/* /*================================================== */
/* KV */
/* /*================================================== */

.bn-txt{
  font-family:'BN';
}
.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: 8rem;
  font-weight: normal;
  line-height: 6rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 700px) {
  .kv-ttl h1{
    font-size: 15rem;
    line-height: 13rem;
    letter-spacing: 0.5rem;
  }
}
.kv-ttl h2{
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 700px) {
  .kv-ttl h2{
    font-size: 3rem;
    letter-spacing: 1.2rem;
  }
}


.tournament_img{
    width: calc(100% - 40px);
    margin: 3rem auto 0;
    display: block;
}
@media (min-width: 700px) {
    .tournament_img{
    width: calc(100% - 0px);
    max-width: 800px;
    margin: 3rem auto 0;
}
}



.gallery{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (min-width: 700px) {
  .gallery{
    display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
