@charset "UTF-8";
/*------------------------
  ブレイクポイント
------------------------*/
#wrap {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

#mainVisual-v2 .visual {
width: 100%;
position: relative;
max-width: 1920px;
margin: 0 auto;
text-align: center;
}

#mainVisual-v2 .logo {
position: absolute;
left: 50%;
transform: translateX(-50%);
flex: none;
filter: drop-shadow(0 0 0.3rem #000);
}

#mainVisual-v2 .copy {
position: absolute;
left: 50%;
transform: translateX(-50%);
filter: drop-shadow(0 0 0.2rem #000);
}

#mainVisual-v2 .leaditem {
position: absolute;
left: 50%;
transform: translateX(-50%);
filter: drop-shadow(0 0 0.3rem #000);
}


@media screen and (min-width: 1025px) {

  #mainVisual-v2 {
    padding-top: 80px;
    position: relative;
  }

  #mainVisual-v2 .logo {
    width: 90%;
    max-width: 1200px;
    bottom: 70px;
  }

  #mainVisual-v2 .copy {
    width: 80%;
    max-width: 1000px;
    top: 99px;
  }

  #mainVisual-v2 .leaditem {
    width: 50%;
    top:170px;
    max-width: 800px;
  }


.fadeInAnime{
animation-name: fadeIn;
animation-delay: 3s;
animation-duration: 0.5s;
animation-fill-mode: forwards;
}


.mainvisualanime {
  animation-name: mainvisual;
  animation-delay: 2.2s;/*2.3*/
  animation-duration: 5s;
  animation-fill-mode: backwards;
/*  animation-timing-function:ease-in-out;*/
}

.mainvisualcopyanime {
  animation-name: textanime;
  animation-delay: 7s;
  animation-duration: 1.1s;
  animation-fill-mode: backwards;
  animation-timing-function:ease-in;
}
.mainvisualtextanime {
  animation-name: textanime;
  animation-delay: 10s;
  animation-duration: 1.1s;
  animation-fill-mode: backwards;
  animation-timing-function:ease-in;
}

  @keyframes mainvisual {
    from {
      transform: translateY(-45%);
      background-position-y: 500px;
    }
    to {
      transform: translateY(0);
      background-position-y: 0;
    }
  }

  @keyframes textanime {
    from {
      filter: blur(10px);
      opacity: 0;
      filter: drop-shadow(0 0 0.3rem rgba(0, 0, 0, 0));
    }
    to {
      filter: blur(0);
      opacity: 1;
      filter: drop-shadow(0 0 0.3rem #000);
    }
  }

}

@media screen and (max-width: 1210px) {
  #mainVisual-v2 {
    padding-top: 60px;
  }
  #mainVisual-v2 .leaditem {
    top: 140px;
  }
   #mainVisual-v2 .copy {
    top:70px;
   }
}


@media screen and (max-width: 1024px) {
  #mainVisual-v2 {
    width: 100%;
    padding-top: 60px;
    position: relative;
  }

  #mainVisual-v2 .visual {

  }

  #mainVisual-v2 .leaditem {
    /*width: 80%;*/
    position: absolute;
    top: 130px;
    animation-delay: 4s;
  }

  #mainVisual-v2 .logo {
    width: 90%;
    position: absolute;
    bottom: 10%;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }

  #mainVisual-v2 .copy {
    width: 90%;
    position: absolute;
    top: calc(60px + 1%);
  }

.scloll {
position: absolute;
display: block;
bottom: 7%;
left: 48%;
z-index: 99;
filter: drop-shadow(0 0 0.3rem #000);
animation: arrowmove 1s ease-in-out infinite;
}

@keyframes arrowmove{
      0%{bottom:7%;}
      50%{bottom:8%;}
     100%{bottom:7%;}
 }

.arrow {
}

.arrow::before,
.arrow::after{
position: absolute;
content: "";
width: 18px;
height: 18px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
transform: rotate(135deg);
-webkit-transform: rotate(135deg);
}

}

@media screen and (max-width: 767px) {
  #mainVisual-v2 .leaditem {
    top:calc(60px + 6%);
    width: 65%;
  }
}




@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#top-contents h2 {
  font-family: 'Abel', sans-serif;
  text-align: center;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  display: block;
}

.fd-in {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*------------------------
  NEWS-LIST
------------------------*/
.news-area {
  background: url(../images/top/topbg.png);
  background-attachment: fixed;
  background-position: center;
  background-size:cover;
  padding: 100px 0px;
}

.news-box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

.news-area h2 {
  color: #000;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .news-area h2 span {
    position: relative;
    padding: 0 0.5em;
    display: block;
  }
  .news-area h2 span::before, .news-area h2 span::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 41%;
    height: 1px;
    background-color: #000;
  }
  .news-area h2 span::before {
    left: 0;
  }
  .news-area h2 span::after {
    right: 0;
  }}

@media screen and (max-width: 1024px) {
  .news-area h2 span {
    position: relative;
    padding: 0 0.5em;
    display: block;
  }
  .news-area h2 span::before, .news-area h2 span::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 30%;
    height: 1px;
    background-color: #000;
  }
  .news-area h2 span::before {
    left: 0;
  }
  .news-area h2 span::after {
    right: 0;
  }
  }

/*------------------------
  INTRODUCTION-LIST
------------------------*/
.int-area {
  width: 100%;
  background-image: url(../images/top/int_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.int-area h2 {
  color: #fff;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.int-area .int-over {
  background: url(../images/mov_bg.png);
  padding: 100px 0px;
}

.int-area .int-over h2 span {
    position: relative;
    padding: 0 0.5em;
    display: block;
}
.int-area .int-over h2 span::before, .int-area .int-over h2 span::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 38%;
    height: 1px;
    background-color: rgba(255,255,255,0.6);
}
.int-area .int-over h2 span::before {
    left: 0;
}
.int-area .int-over h2 span::after {
    right: 0;
}

.int-area .int-box {
  width: 90%;
  font-size: 1.2em;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0;
  line-height: 2;
}
.int-area .int-box p {
  text-shadow: 0px 0px 10px #000;
}
.int-area .int-box span.start {
  font-size: 1.5em;
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  line-height: 1;
}

@media screen and (max-width: 1050px) {
.int-area .int-over h2 span::before, .int-area .int-over h2 span::after {
    width: 30%;
}
}
@media screen and (max-width: 1024px) {
  .int-area .int-box {
    font-size: 1em;
    line-height: 1.8;
  }
  .int-area .int-box span.start{
    font-size: 2.5em;
  }
  .int-area .int-over h2 span::before, .int-area .int-over h2 span::after {
    width: 30%;
}
}
@media screen and (max-width: 768px) {
  .int-area .int-box span.start{
    font-size: 6vw;
  }
}
@media screen and (max-width: 650px) {
.int-area .int-over h2 span::before, .int-area .int-over h2 span::after {
    width: 20%;
}
}
@media screen and (max-width: 430px) {
.int-area .int-over h2 span::before, .int-area .int-over h2 span::after {
    width: 10%;
}
}
/*------------------------
  STAFF-LIST
------------------------*/
.staff-area {
  background: url(../images/top/topbg.png);
  background-attachment: fixed;
  background-position: center;
  background-size:cover;
  padding: 100px 0px;
}
.staff-area .staff-top {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .staff-area .staff-top h3 {
    text-align: center;
    font-size: 2.5em;
    margin-bottom: 50px;
  }
  .staff-area .staff-top h3 span {
    position: relative;
    padding: 0 0.5em;
    display: block;
  }
  .staff-area .staff-top h3 span::before, .staff-area .staff-top h3 span::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 41%;
    height: 1px;
    background-color: #000;
  }
  .staff-area .staff-top h3 span::before {
    left: 0;
  }
  .staff-area .staff-top h3 span::after {
    right: 0;
  }
  .staff-area .staff-top .staff {
    padding-bottom: 100px;
  }
  .staff-area .staff-top .staff-list, .staff-area .staff-top .cast-list {
    margin-bottom: 50px;
  }
  .staff-area .staff-top .staff-list dl, .staff-area .staff-top .cast-list dl {
    padding-bottom: 40px;
    text-align: center;
  }
  .staff-area .staff-top .staff-list dl dt, .staff-area .staff-top .cast-list dl dt {
    font-weight: normal;
    font-size: 0.9rem;
    margin-bottom: 15px;
    color: #a977bc;
    border-bottom: 1px solid #a977bc;
    display: inline-block;
  }
  .staff-area .staff-top .staff-list dl dd, .staff-area .staff-top .cast-list dl dd {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 400;
  }
  .staff-area .staff-top .staff-list dl dd span, .staff-area .staff-top .cast-list dl dd span {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1024px) {
  .staff-area .staff-top h3 {
    text-align: center;
    font-size: 2em;
    margin-bottom: 50px;
  }
  .staff-area .staff-top h3 span {
    position: relative;
    padding: 0 0.5em;
    display: block;
  }
  .staff-area .staff-top h3 span::before, .staff-area .staff-top h3 span::after {
    position: absolute;
    top: 50%;
    content: "";
    width: 30%;
    height: 1px;
    background-color: #000;
  }
  .staff-area .staff-top h3 span::before {
    left: 0;
  }
  .staff-area .staff-top h3 span::after {
    right: 0;
  }
  .staff-area .staff-top .staff {
    padding-bottom: 50px;
  }
  .staff-area .staff-top .staff-list, .staff-area .staff-top .cast-list {
    margin-bottom: 50px;
  }
  .staff-area .staff-top .staff-list dl, .staff-area .staff-top .cast-list dl {
    padding-bottom: 40px;
    text-align: left;
  }
  .staff-area .staff-top .staff-list dl dt, .staff-area .staff-top .cast-list dl dt {
    font-weight: normal;
    font-size: 0.6rem;
    margin-bottom: 15px;
    color: #a977bc;
    border-bottom: 1px solid #a977bc;
    display: inline-block;
  }
  .staff-area .staff-top .staff-list dl dd, .staff-area .staff-top .cast-list dl dd {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 400;
  }
  .staff-area .staff-top .staff-list dl dd span, .staff-area .staff-top .cast-list dl dd span {
    font-size: 0.6rem;
  }
}

.mov-area {
  width: 100%;
  background: #000;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (min-width: 1025px) {
  .mov-area {
    height: 520px;
  }
}
@media screen and (max-width: 1024px) {
  .mov-area {
    height: 200px;
  }
}
#youtube-area {
  z-index: 1;
  /*最背面に設定*/
  overflow: hidden;
  opacity: 0;
}

/*jQueryで付与されたappearクラスがついたらYoutubeエリアをふわっと表示*/
#youtube-area.appear {
  animation-name: PageAnimeAppear;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.youtube-link {
  position: absolute;
  z-index: 2;
  /*下から2番目に表示*/
  /*天地中央配置*/
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@keyframes PageAnimeAppear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#youtube {
  /*縦横幅指定*/
  width: 100vw;
  /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw;
  /* 16:9の幅 → 9 ÷ 16 = 56.25% */
}

/*youtubeがクリックされないためのマスク*/
#youtube-mask {
  position: absolute;
  z-index: 2;
  /*下から2番目に表示*/
  top: 0;
  width: 100vw;
  height: 100%;
  background: url(../images/mov_bg.png);
}

.youtube-link {
  width: 100%;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/*下のコンテンツ*/
#container {
  position: relative;
  /*relativeを指定してfixed指定をした#youtube-areaの上に表示*/
  z-index: 3;
  /*一番上に表示*/
  /*見た目の調整*/
  background: #333;
  color: #fff;
  padding: 300px 0;
  text-align: center;
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  background: #fff;
  text-align: center;
  color: #fff;
  z-index: 99999;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#splash_logo img {
  width: 100%;
}

@media screen and (min-width: 766px) {
  #splash_logo img {
    width: 560px;
  }
}
