@charset "UTF-8";

/* CSS Document */
/* ================================

================================ */
.slick-slide img {
    width: 100%;
}
/* .header {
  margin-bottom: 0;
  margin-bottom: 0;
  z-index: 9999999;
  width: 100%;
  position: fixed;
} */


/* ================================

================================ */
/* .wrap_inner {
  position: inherit;
} */


/* ================================
	 hero
================================ */
.hero {
    margin-bottom: 4rem;
    padding-top: 4rem;
}

/* ================================
	 biz
================================ */
.biz {
  margin-bottom: 15rem;
}

.biz .container {
  max-width: 1620px;
/*  width: 81%;*/
  margin: 0 auto;
}

.biz .txt_area {
    border-left: 1px solid #000;
    margin-left: 8.5rem;
    padding: 6rem 0 6rem 5.5rem;
}

.biz h2 {
    margin-bottom: 5rem;
}

.biz h2 + p {
  line-height: 2;
}

.biz ul.flex {
  justify-content: space-between;
  flex-wrap: wrap;
}

.biz ul.flex li {
  width: 30%;
}


/* ================================
	 contact／audition　共通
================================ */
.top_sec__common {
  text-align: center;
  margin-bottom: 20rem;
}

.contact.top_sec__common {
  margin-bottom: 10rem;
}

.top_sec__common .container {
  padding: 0 10%;
}

.top_sec__common .inner {
  max-width: 1300px;
  max-height: 60rem;
  margin: 0 auto;
}



.top_sec__common .cnt h2 {
  margin-bottom: 5rem;
}

.top_sec__common .cnt h2 + p {
  margin-bottom: 5rem;
}

.top_sec__common .common_btn {
  max-width: 56rem;
  margin: auto;
    /* width: 90rem;
    max-width: 70%; */
}

@media only screen and (max-width:3000px) {
.top_sec__common .btn {
    width: 36rem;
}
}
@media only screen and (max-width:1024px) {

  /* ================================
	 biz
================================ */


  .biz ul.flex li {
    width: 31%;
  }


  /* ================================
	 contact／audition　共通
================================ */

  .top_sec__common .cnt {
    margin: 0 auto;
  }

  .top_sec__common .cnt h2 {
    margin: 0 auto 5%;
  }

  .top_sec__common .cnt h2 + p {
    margin-bottom: 5%;
  }
}





@media only screen and (max-width:768px) {

  /* ================================
	 hero
================================ */
  .hero {
    margin-bottom: 4rem;
  }


  /* ================================
	 biz
================================ */
  .biz {
    margin-bottom: 20%;
  }

  .biz .txt_area {
      margin-left: 2rem;
      padding: 3rem 0 3rem 2rem;
  }

  .biz h2 {
    width: 80%;
    margin-bottom: 5%;
  }

  .biz h2 + p {
    line-height: 1.7;
    font-size: 1.8rem;
}

  .biz ul{
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
  }
  .biz ul.flex li {
      width: calc(50% - 1rem);
      margin-bottom: 2rem;
  }

  .top_sec__common .cnt h2 + p{
    font-size: 1.8rem;
    line-height: 1.7;
  }

}





/* ================================
	背景映像
================================ */
/* .wrapper {
  position: relative;
}

.wrapper .video-box {
   position: relative;
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100vh;
} */

/* .wrapper .video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
} */


.video-box {
  position: fixed;
  height: 100vh;
  z-index: -1;
  right: 0;
}

.video-box video {
  transform: scale(-1, 1);
  transition: 0.3s;
}

@media screen and (max-width:1366px) {
  .video-box video {
    margin-right: -50vh;
  }
}

@media screen and (max-width:768px) {
  .video-box video {
    height: 100vh;
    margin-right: -50vh;
  }
}

@media screen and (max-width:768px) {}



  /* ================================
  	スライダー
  ================================ */

  /* MVスライド */
  .slide_wrap {
    margin-bottom: 2rem;
}
  .slide_wrap a{
    display: block;
  }
  .slide_wrap a:hover{
    opacity: 1;
  }
  .mv_slide_thum_wrap .slick-initialized .slick-slide {
      display: block;
      max-width: 6rem;
      margin-left: 2rem;
      float: none;
  }
  .mv_slide_thum_wrap .slick-track {
      width: 100%!important;
      display: flex;
      justify-content: flex-end;
      transform: translate3d(0, 0, 0)!important;
  }
  .mv_slide_thum_wrap li:hover {
    cursor: pointer;
  }
  @media screen and (max-width:768px) {
    .mv{
      padding: 0 4rem;
    }

  .mv_slide_thum_wrap {
      width: 100%;
      margin-left: auto;
  }
  }
  /* @media screen and (min-width: 769px){   
      .pc { display:block; }
      .sp { display:none; }
    } */
  /* @media screen and (max-width: 768px){   
      .pc { display:none; }
      .sp { display:block; }
    } */
    @media screen and (min-width: 768px){
    .sp { 
      display:none; 
    }
  }
