@charset "UTF-8";
/*********************************************************
top専用
/*********************************************************/
.circle {
  display: none;
}

.top .firstview {
  position: relative;
  width: 100%;
  margin-top: -82px;
  line-height: 0;
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .top .firstview {
    margin-top: -2px;
    padding-top: 57px;
  }
}
.top .firstview .video {
  position: relative;
  z-index: 5;
}
.top .firstview .video .is-video {
  width: 100%;
}
.top .news-box {
  position: relative;
  background-image: url(../../img/news-bg.jpg);
  background-position: top center;
  background-size: 100% auto;
  color: #111;
  padding: 65px 0 70px;
}
@media screen and (max-width: 480px) {
  .top .news-box {
    padding: 40px 0 45px;
    background-size: auto 150px;
  }
}
.top .news-box .news {
  border-left: 5px solid #000;
  /*日付*/
  /*内容*/
}
.top .news-box .news a {
  color: #111;
  display: inline;
  padding: 0 5px;
}
.top .news-box .news a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.top .news-box .news h1 {
  font-family: "Goldman", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
  font-weight: 400;
  line-height: 0.6;
  letter-spacing: -1px;
  font-size: 5.5rem;
}
@media screen and (max-width: 480px) {
  .top .news-box .news h1 {
    font-size: 4.2rem;
  }
}
.top .news-box .news h1 span {
  font-size: 50%;
}
.top .news-box .news h1 img {
  height: 0.6em;
}
.top .news-box .news dl {
  padding: 20px 30px;
  height: 200px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 480px) {
  .top .news-box .news dl {
    padding: 15px 20px;
  }
}
.top .news-box .news dt {
  float: left;
  font-family: "Orbitron", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "游ゴシック", YuGothic, monospace;
  letter-spacing: 0px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  .top .news-box .news dt {
    float: none;
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}
.top .news-box .news dd {
  padding: 1px 0 20px 140px;
  margin-bottom: 20px;
  font-size: 1.4rem;
  border-bottom: 1px dotted #000;
}
@media screen and (max-width: 480px) {
  .top .news-box .news dd {
    padding: 0 0 20px;
    font-size: 1.2rem;
  }
}
.top .news-box .bn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.top .news-box .bn .over-border {
  width: 31.333%;
  margin: 1%;
}
@media screen and (max-width: 480px) {
  .top .news-box .bn .over-border {
    width: 100%;
    margin: 1% 0%;
  }
}
.top .news-box .bn .over-border::before {
  width: 70%;
  height: 40%;
}
.top .news-box .bn .over-border:hover {
  transform: scale(1.05);
}
.top .news-box .bn .over-border:hover::before {
  width: 92%;
  height: 68%;
  transform: translateY(-1px);
}
.top .main {
  background-image: url(../../img/bg.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-size: cover;
  position: relative;
  text-shadow: 0px 0px 10px rgba(255, 232, 169, 0.57);
}
@media screen and (max-width: 480px) {
  .top .main {
    background-size: 200% auto;
  }
}
.top .main .bgbox {
  background-image: url(../../img/chara.png);
  background-repeat: no-repeat;
  background-position: center 180px;
}
@media screen and (max-width: 480px) {
  .top .main .bgbox {
    background-size: 180% auto;
    background-position: center 20px;
  }
}
.top .main .catch {
  text-align: left;
  padding: 150px 0 350px;
}
@media screen and (max-width: 480px) {
  .top .main .catch {
    padding: 120px 0 100px;
  }
}
.top .main .catch img {
  width: 850px;
  margin: 10px 10% 10px;
}
@media screen and (max-width: 480px) {
  .top .main .catch img {
    width: 300px;
    margin: 5px 10% 5px;
  }
}
.top .main .catch .fadein {
  transition: all 1.2s ease;
}
.top .main .catch .fadein:nth-of-type(2) {
  transition-delay: 0.5s;
}
.top .main .catch .fadein:nth-of-type(3) {
  transition-delay: 1s;
}
.top .main .trailer {
  padding-bottom: 40px;
  margin-bottom: 200px;
}
@media screen and (max-width: 480px) {
  .top .main .trailer {
    padding-bottom: 30px;
    margin-bottom: 120px;
  }
}
.top .main .trailer.solo {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .top .main .trailer.solo {
    width: 100%;
    padding: 0 7.5vw 30px;
  }
}
.top .main .trailer .swiper-slide {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.top .main .trailer p {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1.2;
  vertical-align: middle;
  padding: 5px 0 10px;
}
@media screen and (max-width: 480px) {
  .top .main .trailer p {
    font-size: 1.8rem;
    padding-bottom: 7px;
  }
}
.top .main .trailer p small {
  font-size: 46%;
  display: inline-block;
  margin-right: 20px;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 2px 7px;
  vertical-align: middle;
}
@media screen and (max-width: 480px) {
  .top .main .trailer p small {
    display: block;
    background-color: transparent;
    margin-right: 0;
    color: #fff;
    font-size: 1.0rem;
  }
}
.top .main .images {
  display: flex;
  margin-bottom: 180px;
}
@media screen and (max-width: 480px) {
  .top .main .images {
    display: block;
    margin-bottom: 80px;
  }
}
.top .main .images p {
  padding: 1px;
}
.top .main .images a {
  display: inline-block;
}
.top .main .images a img {
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  zoom: 1;
  transition: all 0.2s ease;
}
.top .main .images a:hover {
  background-color: #fff;
}
.top .main .images a:hover img {
  opacity: 0.8;
}
.top .main .images .left, .top .main .images .right {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
@media screen and (max-width: 480px) {
  .top .main .images .left, .top .main .images .right {
    width: 100%;
  }
}
.top .main .images .w50 {
  width: 50%;
}
.top .main .images .w33 {
  width: 33.3333%;
}
.top .main .images .w66 {
  width: 66.6666%;
}
.top .main .images .w100 {
  width: 100%;
}
.top .main .images .mt {
  margin-top: 1px;
}
.top .main .staff-tw {
  position: relative;
}
.top .main .staff-tw::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.4), transparent);
}
.top .main .staff-tw .staff, .top .main .staff-tw .tw {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  .top .main .staff-tw .flex {
    flex-wrap: wrap;
  }
}
.top .main .staff-tw .staff {
  width: calc(100% - 500px);
}
@media screen and (max-width: 480px) {
  .top .main .staff-tw .staff {
    width: 100%;
    order: 2;
    padding-bottom: 80px;
  }
}
.top .main .staff-tw .staff dl {
  line-height: 1.4;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .top .main .staff-tw .staff dl {
    margin-bottom: 50px;
    display: block;
  }
}
.top .main .staff-tw .staff dt {
  line-height: 1;
  width: 50%;
  font-size: 2.0rem;
  text-align: right;
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  .top .main .staff-tw .staff dt {
    font-size: 5vw;
    width: 100%;
    text-align: center;
    padding-right: 0;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 5px 0;
  }
}
.top .main .staff-tw .staff dt small {
  display: block;
  font-size: 60%;
  margin-left: 1px;
  margin-top: 5px;
}
.top .main .staff-tw .staff dd {
  padding-left: 30px;
  font-size: 2.0rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
  width: 50%;
  letter-spacing: 1px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 480px) {
  .top .main .staff-tw .staff dd {
    text-align: center;
    padding-left: 0;
    margin-top: 15px;
    font-size: 5vw;
    width: 100%;
    border: none;
  }
}
.top .main .staff-tw .staff dd small {
  display: block;
  font-size: 65%;
}
.top .main .staff-tw .tw {
  padding-bottom: 280px;
  width: 500px;
}
@media screen and (max-width: 480px) {
  .top .main .staff-tw .tw {
    width: 100%;
    order: 1;
    padding-bottom: 60px;
  }
}
.top .main .staff-tw .tw .widget {
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding: 15px;
  margin: 0 40px;
  background-size: 100% 100%;
  background-image: url(../../img/tw-bg.png);
}
@media screen and (max-width: 480px) {
  .top .main .staff-tw .tw .widget {
    margin: 0;
  }
}
.top .main .staff-tw .tw .widget .box {
  background-color: #fff;
}

/*# sourceMappingURL=top.css.map */
