@charset "utf-8";
@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);
}
img{
  /* vertical-align: bottom; */
}
body{
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
}

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;
  background-color: #ffffff;
}
.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 */
/* ================================ */
picture img{
  height: auto;
}
.kv-contents {
  position: relative;
}

.kv-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

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

.kv-ttl img{
  height: 100px;
  width: auto;
}

@media (min-width: 700px) {
  .kv-ttl img{
    height: 120px;
  }
  
}
/* ================================================== */
/* OUTLINE */
/* ================================================== */
/* タイトル始まり */
.ttl-wrapper{
  width: calc(100% - 50px);
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 2;
}
.ttl-big{
  font-size: 10rem;
  font-family: "BN";
  letter-spacing: 0.8rem;
  line-height: 10rem;
  color: #222;
  background-color: #ffffffb8;
}
@media (min-width: 700px) {
  .ttl-big{
    font-size: 15rem;
    line-height: 15rem;
    letter-spacing: 1rem;
    background-color: #ffffff00;
  }
}
.ttl-small-wrap{
  display: flex;
  gap: 20px;
  align-items: center;
  color: #222;
}
.ttl-small1{
  font-size: 2.3rem;
  font-weight: bold;
  letter-spacing: 0.6rem;
  background-color: #ffffffb8;
}
@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;
  background-color: #ffffffb8;
}
@media (min-width: 700px) {
  .ttl-small2{
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
    line-height: 1.5rem;
  }
}



/* アウトラインのコンテンツ */
.outline-contents{
  position: relative;
  background-blend-mode:lighten;
  background-color: #ffffff;
}
.outline-bg-illust{
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}
.outline-table{
  width: calc(100% - 50px);
  max-width: 900px;
  font-size: 1.6rem;
  padding: 30px 0 70px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  background-color: #ffffffb8;
}
@media (min-width: 700px) {
  .outline-table{
    padding: 30px 0 30px;
  }
}
.outline-table-dl{
  display: flex;
  border-bottom: 1px solid rgb(197, 197, 197);
  padding: 20px 0;
}
.outline-table-dt{
  font-weight: bold;
  width: 25%;
  font-size: 1.4rem;
  color:#000000;
  letter-spacing: 0.2rem;
  font-weight: normal;
}
@media (min-width: 700px) {
  .outline-table-dt{
  font-size: 1.8rem;
  width: 20%;
  }
}
.outline-table-dd{
  width: 75%;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  color: #000000;
  font-weight: normal;
  line-height: 2rem;
}
@media (min-width: 700px) {
.outline-table-dd{
  width:80%;
  letter-spacing: 0.2rem;
  font-size: 1.6rem;
  line-height: 3rem;
}
}

.outline-table-dd a{
  text-decoration: underline; 
  color: rgb(12, 0, 73);
}



/*===================================
動きの設定
===================================*/
.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);
  }
  
  .outline-bg{
    position: relative;

  }
  footer{
    position: relative;
  }
  .outline-player{
      position: absolute;
      top: 0.5%;
      width: 53%;
      right: 0;
      max-width: 600px;
      z-index: 1;
  }
  .outline-player-bg{
    max-width: 1100px;
    margin: 0 auto;
    background-color: aqua;
  }
  .outline-player2 {
    position: absolute;
    bottom: 50%;
    width: 74%;
    left: 0;
    max-width: 600px;
    opacity: 0.3;
  }
  @media (min-width: 700px) {
    .outline-player2 {
      bottom: 10%;
      left: -10%;
      opacity: 1;
    }
  }
  @media (min-width: 800px) {
    .outline-player2 {
      bottom: 10%;
      width: 64%;
      left: -15%;
    }
  }
  @media (min-width: 1000px) {
    .outline-player2 {
      bottom: 10%;
      width: 64%;
      left: -40%;
    }
  }
  @media (min-width: 1000px) {
    .outline-player2 {
      bottom: 10%;
      width: 64%;
      left: -50%;
    }
  }
  @media (min-width: 700px) {
    .footer-contents2 {
      width: 500px;
      background-color: rgb(255, 255, 255);
      display: block;
      opacity: 1;
    }
  }

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