@charset "UTF-8";

@font-face {
  font-family: 'BLG';
  src: url(../font/bleage_font.ttf);
  font-weight: normal;
}
@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);
}
body{
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-feature-settings: "palt";
}
img{
  vertical-align: bottom;
}
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 */
/* ================================ */
/* タイトル始まり */
.ttl-wrapper{
  width: calc(100% - 50px);
  margin: 0 auto;
  max-width: 900px;
  position: relative;
  z-index: 5;
}
.ttl-big{
  font-size: 10rem;
  font-family: "BN";
  letter-spacing: 0.8rem;
  line-height: 10rem;
  color: #222;
  background-color: #ffffff7b;
}
@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: #ffffff7b;
}
@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: #ffffff7b;
}
@media (min-width: 700px) {
  .ttl-small2{
    font-size: 1.4rem;
    letter-spacing: 0.5rem;
    line-height: 1.5rem;
  }
}


picture img{
  width: 100%;
  height: auto;
}
.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;
  }
}

/* ================================================== */
/* 2カラムタブ */
/* ================================================== */
.ttl-wrapper{
  width: calc(100% - 50px);
  margin:  0 auto;
}
@media (min-width: 700px) {
  .ttl-wrapper{
    max-width: 900px;
    width: calc(100% - 0px);
  }
}
.ttl-wrapper img{
  height: 100px;
}
@media (min-width: 700px) {
  .ttl-wrapper img{
    height: 150px;
  }
}
.atcl1-team{
  background-color: #ffffff;
}
.team-player-bg{
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 3;
}
.team-player{
  position: absolute;
  width: 55%;
  right: 0%;
  top: -19%;
  padding-bottom: 5rem;
  max-width: 400px;
}
@media (min-width: 500px) {
  .team-player{
    top: -15%;
  }
}
@media (min-width: 700px) {
  .team-player{
    top: -32%;
    width: 85%;
  }
}
@media (min-width: 1000px) {
  .team-player{
    top: -37%;
    width: 85%;
    right: -10%;
    max-width: 450px;
  }
}
@media (min-width: 1200px) {
  .team-player{
    top: -33%;
    width: 100%;
    right: -30%;
    max-width: 500px;
  }
}
/*タブ */
.tab {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 10px;
  width: calc(100% - 50px);
  margin: 0rem auto 3rem;
  position: relative;
  z-index: 5;
}
@media (min-width: 700px) {
  .tab {
  width: calc(100% - 0px);
  max-width: 900px;
  gap: 30px;
  }
}

.tablist.active {
  background-color: #222;
  color: white;
  border: 0.5px solid #aba185;
  color:#aba185 ;
}

.tablist {
  padding: 0;
  list-style-type: none;
  border: 0.5px solid #aba185;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  color: #ffffff;
  background-color: #2222228f;
}
@media (min-width: 700px) {
  .tablist {
  font-size: 1.6rem;
  font-weight: bold;
  }
}
.tabcontents {
  height: auto;
}
/* ================================ */
/* TEAM */
/* ================================ */
.team-modal{
  box-sizing: border-box;
}

.team__in{
  width: calc(100% - 50px);
  margin: 0 auto;
  gap: 10px;
}
@media (min-width: 700px) {
.team__in{
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: calc(100% - 0px);
  margin: 0 auto;
  gap: 30px;
  max-width: 900px;
}
}
.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: flex;
  align-items: center;
  margin-bottom: 15px;
  margin: 0 auto;
}

.team-item__logo {
  max-width: 50px;
}
@media (min-width: 700px) {
  .team-item__logo {
    max-width: 80px;
  }
}
.team-item__logo img{
  width: 100%;
}

.team-item__name {
  margin-left: 5px;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  text-align: left;
  color: #aba185;
}

.team-item__link {
  cursor: pointer;
}

.team-item__bg img{
  width: 100%;
}

.team-item__bg {
  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: 80px;
}

@media screen and (min-width: 768px) {
  .team-item__bgLogo img {
    width: 150px;
  }
}

.team-item__bgLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-item__img{
  width: calc(100% - 30px);
  margin: 0 auto;
}
.team-item__img img{
  width: calc(100% - 0px);
}
@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: #222;
  max-width: 250px;
  margin: 0 auto;
  padding: 10px 5px; 
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  font-weight: bold;
  color: #beb49b;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 0.5px solid #beb49b;
  background-image: url(../img/icon_arrowR3.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: right center; /* 矢印を右中央に配置 */
  padding-right: 25px; 
}
@media screen and (min-width: 768px) {
  .team-item__txt {
  background-size: 30px;
  }
}
.team-item__txt:hover {
  background: #beb49b;
  color: #ffffff;
}

.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 img{
  width: 100%;
}
.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;
  display: block;
}
@media screen and (min-width: 768px) {
  .team-modal__bg{
    padding-bottom:  60px;
    max-width: 900px;
  }
}
.team-modal__bgLogo img{
  width: 120px;
}
@media screen and (min-width: 768px) {
  .team-modal__bgLogo img{
    width: 180px;
  }
}
.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__img img{
  width: 100%;
}

.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__logo img{
  width: 100%;
}
.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-item {
    margin-bottom: 80px;
  }

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

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

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

/*==================================================
動きの設定
===================================*/
.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);
  }


  /* .footer-contents-team{
    position: relative;
    max-width: 900px;
  } */
  /* .footer-player-bg{
    position: relative;
    max-width: 900px;
    margin: 0 auto;
  } */
  .team-player2{
    position: absolute;
    width: 75%;
    display: block;
    z-index: 1;
    opacity: 0.7;
  }

  @media screen and (min-width: 700px) {
    .team-player2{
        width: 56%;
        bottom: 0;
        max-width: 400px;
        opacity: 1;
    }
  }

  @media screen and (min-width: 1000px) {
    .team-player2{
        bottom: 0;
        max-width: 450px;
        left: -30%;
    }
  }

  @media screen and (min-width: 1200px) {
    .team-player2{
      width: 65%;
      left: -35%;
      max-width: 500px;
    }
  }

  .footer-list-bl{
    color: #222;
  }

  .footer-copyright-bl{
    color: #222 !important;
  }
  @media screen and (min-width: 700px) {
  .footer-contents2{
    width: 500px;
    display: block;
  }
}