@charset "UTF-8";
@font-face {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}

img {
  height: auto;
  max-width: 100%;
}
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;
  background-image: url(../img/bg_sahre.webp);
}
.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;
  }
}

/* ================================ */
/* TEAM */
/* ================================ */
.team-modal{
  box-sizing: border-box;
}

.team__in.is-anime .team-item {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.team-contents{
  padding: 5rem 0;
}
.team-ttl {
  color: #c42c28;
}

.team-item {
  margin-bottom: 20px;
  color: #000000;
  text-align: center;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  opacity: 1;
}

.team-item__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.team-item__logo {
  max-width: 50px;
}

.team-item__name {
  margin-left: 5px;
  font-size: 1.6rem;
}

.team-item__link {
  cursor: pointer;
}

.team-item__bg {
  width: calc(100% - 30px);
  margin: 0 auto;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .team-item__bg {
    width: calc(100% - 0px);
  }
}

.team-item__bgLogo img {
  width: 120px;
}

.team-item__bgLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-item__img{
  width: calc(100% - 30px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .team-item__img{
    width: calc(100% - 0px);
  }
}
.team-item__txt {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  background: #000000;
  max-width: 250px;
  margin: 0 auto;
  padding: 5px;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.team-item__txt:hover {
  background: #fff;
  color: #DC6911;
}

.team-modal {
  display: none;
  background: rgba(0, 0, 0, 0.934);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 20px;
  overflow-y: scroll;
  color: #fff;
  z-index: 101;
}
@media screen and (min-width: 768px) {
  .team-modal__bg{
    padding-bottom:  60px;
  }
}
.team-modal__bg{
  width: calc(100% - 30px);
  margin: 0 auto 35px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-bottom:  35px;
}
@media screen and (min-width: 768px) {
  .team-modal__bg{
    padding-bottom:  60px;
  }
}
.team-modal__bgLogo img{
  width: 120px;
}
@media screen and (min-width: 768px) {
  .team-modal__bgLogo img{
    width: 300px;
  }
}
.team-modal__bgLogo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-modal-table tr:nth-child(odd) td {
  background: #4a4a4a;
}
.team-modal-table tr {
  color: #ffffff;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .team-modal-table tr {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {}

.team-modal__in {
  max-width: 840px;
  margin: 0 auto;
}

.team-modal__img {
  margin-bottom: 20px;
  text-align: center;
}

.team-modal__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.team-modal__logo {
  max-width: 50px;
}

.team-modal__name {
  margin-left: 5px;
}

.team-modal__close {
  background: url(../img/team_modal_close_white.png) no-repeat center top/contain;
  position: absolute;
  top: 20px;
  right: 20px;
  padding-top: 35px;
  cursor: pointer;
}

.team-modal__close span {
  font-size: 1rem;
}

.team-modal table,
.team-modal td,
.team-modal th {
  width: 100%;
  border: 1px solid #ffffff;
  border-collapse: collapse;
}

.team-modal td,
.team-modal th {
  padding: 6px 3px;
}

.team-modal td {
  width: 26%;
  text-align: center;
}

.team-modal td:first-child {
  width: 7%;
}

.team-modal td:nth-child(2) {
  width: 18%;
}

.team-modal td:nth-child(3) {
  width: 30%;
}
.team-modal td:nth-child(4) {
  width: 22%;
}
.team-modal td:nth-child(5) {
  width: 22%;
}

.team-modal-close-link {
  display: block;
  background-color: #fff;
  /* background: #fff url(../img/team_modal_close_black.png) no-repeat 15px center/19px; */
  width: 300px;
  margin: 35px auto 0;
  padding: 10px 0  ;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.tab .select {
  background: #171790;
  color: #fff;
}
.note-txt{
  color: #fff;
  font-size: 1.5rem;
  padding: 10px;
}
@media screen and (min-width: 768px) {
.note-txt{
  color: #fff;
  font-size: 1.6rem;
}
}

@media screen and (min-width: 768px) {
  .team {
    background: #000 url(../img/team_bg_pc.png) no-repeat center bottom;
  }

  .team__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
  }

  .team-item {
    width: 48%;
    margin-bottom: 80px;
  }

  .team-item__ttl {
    margin-bottom: 30px;
  }

  .team-item__name {
    padding-left: 10px;
    font-size: 2rem;
  }

  .team-item__txt {
    max-width: 300px;
    font-size: 1.6rem;
  }

  .team-modal__in {
    padding: 60px 45px;
  }

  .team-modal__img {
    margin-bottom: 40px;
  }

  .team-modal__ttl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }

  .team-modal__name {
    padding-left: 10px;
    font-size: 1.8rem;
  }

  .team-modal__close {
    top: 40px;
    right: 60px;
  }

  .team-modal td,
  .team-modal th {
    padding: 12px 3px;
  }

  .team-modal-close-link {
    background-color: #fff;
    /* background: #fff url(../img/team_modal_close_black.png) no-repeat 55px center/36px; */
    width: 400px;
    margin: 100px auto 0;
    padding: 10px 0;
    font-size: 1.6rem;
  }
}

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

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