@charset "UTF-8";
/*------------------------
  ブレイクポイント
------------------------*/
#wrap {
  width: 100%;
  height: auto;
  position: relative;
}

@media screen and (min-width: 1025px) {
  #mainVisual-v2 {
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
  }
  #mainVisual-v2 .visual {
    width: 100%;
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
    text-align: center;
  }
  #mainVisual-v2 .leaditem {
    width: 15vw;
    position: absolute;
    top: 300px;
    left: calc(50% - 40vw);
    animation-delay: 2.8s;
    max-width: 202px;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  #mainVisual-v2 .catch {
    width: 17vw;
    position: absolute;
    top: 150px;
    flex: none;
    right: calc(50% - 45vw);
    animation-delay: 3.1s;
    max-width: 318px;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
  #mainVisual-v2 .anniv-logo {
    width: 90%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    flex: none;
    animation-delay: 3.4s;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 1024px) {
  #mainVisual-v2 {
    width: 100%;
    height: 100%;
    margin-top: -10px;
  }
}
@media screen and (min-width: 1025px) {
  #mainVisual {
    width: 100%;
    background-image: url("../images/top-new-v/bg.jpg");
    background-attachment: fixed;
    background-position: center top;
    background-size: cover;
  }

  .visual {
    width: 100%;
    position: relative;
    max-width: 1244px;
    margin: 0 auto;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
  }

  .leaditem {
    width: 15vw;
    position: absolute;
    top: 300px;
    left: calc(50% - 40vw);
    animation-delay: 2.8s;
    max-width: 202px;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }

  .catch {
    width: 17vw;
    position: absolute;
    top: 150px;
    flex: none;
    right: calc(50% - 45vw);
    animation-delay: 3.1s;
    max-width: 318px;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }

  .anniv-logo {
    width: 90%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    flex: none;
    animation-delay: 3.4s;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
}
@media screen and (max-width: 1024px) {
  #mainVisual {
    width: 100%;
    background-image: url("../images/top/sp_bg.jpg");
    background-size: cover;
    background-position: center top;
  }

  .visual {
    width: 100%;
    padding-top: 60px;
    position: relative;
    margin: 0 auto;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
  }

  .leaditem {
    width: 15vw;
    position: absolute;
    top: 110px;
    left: calc(50% - 40vw);
    animation-delay: 2.8s;
    max-width: 202px;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }

  .catch {
    width: 17vw;
    position: absolute;
    top: 100px;
    flex: none;
    right: calc(50% - 45vw);
    animation-delay: 3.1s;
    max-width: 318px;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }

  .anniv-logo {
    width: 80%;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    flex: none;
    animation-delay: 3.4s;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
  }
}
@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/bgpt.jpg);
  background-attachment: fixed;
  background-position: center;
  padding: 100px 0px;
}

.news-box {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 50px auto;
}

/*------------------------
  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;
}
.int-area .int-over {
  background: url(../images/mov_bg.png);
  padding: 100px 0px;
}
.int-area .int-box {
  width: 90%;
  font-size: 1.2em;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  opacity: 0;
}
.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;
}

/*------------------------
  STAFF-LIST
------------------------*/
.staff-area {
  background: url(../images/top/bgpt.jpg);
  background-attachment: fixed;
  background-position: center;
  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;
  }
}
