@charset "UTF-8";
.firstViewArea {
  margin: 0;
  position: relative;
  height: 100%;
}

.scroll {
  position: absolute;
  z-index: 19;
  background: #fff url(../img/top/icon_scroll.png) no-repeat center 32px;
  width: 90px;
  height: 48px;
  padding: 15px 0 0;
  left: 50%;
  margin: 0 0 0 -45px;
  bottom: -2px;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 1;
  font-family: 'Montserrat';
}

#mainVisual {
  margin: 91px 0 0;
  position: fixed;
  /*fixedやめる*/
  width: 100%;
}
#mainVisual .img {
  box-sizing: border-box;
  /*position: relative;*/
  padding: 0 40px;
  width: 100%;
  height: 100%;
}
#mainVisual img {
  width: 100%;
}
#mainVisual .blankLink {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/top/icon_mv_blank_pc.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}
#mainVisual .pageLink {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/top/icon_mv_link_pc.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.scrollArea {
  background-color: #FFF;
  background-image: url(../img/cmn/bg_logo.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  z-index: 20;
  padding: 50px 0 0;
}

h2.ttl.news span {
  display: block;
  background-image: url(../img/top/ttl_news_pc.gif);
  background-repeat: no-repeat;
  width: 215px;
  height: 38px;
  margin: -20px auto 0;
}

h2.ttl.movie span {
  display: block;
  background-image: url(../img/top/ttl_movie_pc.gif);
  background-repeat: no-repeat;
  width: 238px;
  height: 38px;
  margin: -20px auto 0;
}

h2.ttl.insta span {
  display: block;
  background-image: url(../img/top/ttl_insta_pc.gif);
  background-repeat: no-repeat;
  width: 357px;
  height: 38px;
  margin: -20px auto 0;
}

h2.ttl.twitter span {
  display: block;
  background-image: url(../img/top/ttl_twitter_pc.gif);
  background-repeat: no-repeat;
  width: 283px;
  height: 38px;
  margin: -20px auto 0;
}

.newsList {
  text-align: center;
  margin: 0 0 40px;
  position: relative;
}
.newsList li {
  width: 230px;
  display: inline-block;
  position: relative;
  text-align: left;
}
.newsList li a {
  text-decoration: none;
}
.newsList li img {
  width: 230px;
}
.newsList li .new {
  position: absolute;
  top: 10px;
  left: 10px;
}
.newsList li .new img {
  width: 44px;
}
.newsList li .date {
  color: #FFF;
  display: inline-block;
  background: #58bdda;
  padding: 7px 9px;
  letter-spacing: 1.5px;
  font-family: 'Montserrat';
  line-height: 1;
}
.newsList li .title {
  margin: 10px 0 0;
}
.newsList #newsSlider {
  padding: 0 60px;
  box-sizing: border-box;
}

.movieList {
  position: relative;
  margin: 0 0 40px;
}
.movieList .playBtn {
  width: 100px;
  height: 100px;
  /*background-image: url(../img/top/btn_play.png);
  background-repeat: no-repeat;
  background-size:100px 100px;*/
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -50px 0 0 -50px;
  display: block;
  text-indent: -9999px;
}
.movieList .playBtn.button {
  background-image: url(../img/top/btn_play_pc.png);
}
.movieList .playBtn.button:hover {
  background-image: url(../img/top/btn_play_pc_hover.png);
}
.movieList .thumb {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.movieList .thumb img {
  width: 1200px;
}

.instaList ul {
  overflow: hidden;
  margin: 0 0 40px;
}
.instaList li {
  float: left;
  width: 16.6%;
}
.instaList li img {
  width: 100%;
  height: 100%;
}

#twitterArea {
  margin: 0;
  overflow: hidden;
}
#twitterArea .performer {
  float: left;
}
#twitterArea .creator {
  float: right;
}
#twitterArea .twList {
  background: #f7f7f7;
  width: 48.5%;
  margin: 0 0 20px;
}
#twitterArea .twTtl {
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #FFF;
  padding: 20px 0;
  font-family: 'Montserrat';
}
#twitterArea .per p,
#twitterArea .cre p {
  padding: 0 0 0 35px;
  display: inline-block;
  font-weight: normal;
}
#twitterArea .per p {
  color: #ffbf00;
  background: url(../img/top/icon_tw.png) no-repeat left center;
}
#twitterArea .cre p {
  color: #fa6473;
  background: url(../img/top/icon_tw2.png) no-repeat left center;
}
#twitterArea .timeline {
  background: #f7f7f7;
  margin: 30px 0 40px;
  padding: 0 40px;
  height: 410px;
  overflow: auto;
  overflow-y: scroll;
}

#footer {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 1280px) {
  #mainVisual .img {
    box-sizing: border-box;
    padding: 0 40px;
  }

  .scroll {
    position: absolute;
    z-index: 19;
    background: #fff url(../img/top/icon_scroll.png) no-repeat center 32px;
    width: 90px;
    height: 48px;
    padding: 15px 0 0;
    left: 50%;
    margin: 0 0 0 -45px;
    bottom: 0;
    text-align: center;
    color: #000;
    font-size: 12px;
    line-height: 1;
    font-family: 'Montserrat';
  }
}
@media screen and (max-width: 920px) {
  #mainVisual {
    margin: 73px 0 0;
  }
  #mainVisual .img {
    box-sizing: border-box;
    padding: 0 20px;
  }
  #mainVisual img {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .firstViewArea {
    overflow: visible;
    position: relative;
    margin: 0;
    overflow: hidden;
    padding: 0 0 15px;
  }

  .scroll {
    display: none;
  }

  #mainVisual {
    margin: 73px 0 0;
    padding: 0;
    position: relative;
  }
  #mainVisual .img {
    box-sizing: border-box;
    padding: 0 20px;
  }
  #mainVisual .blankLink {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/top/icon_mv_blank.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30px 30px;
  }
  #mainVisual .pageLink {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url(../img/top/icon_mv_link.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 30px 30px;
  }
  #mainVisual img {
    width: 100%;
    position: static;
  }

  .scrollArea {
    background-color: #FFF;
    position: static;
    z-index: 20;
    padding: 20px 0 0;
  }

  h2.ttl.news span {
    display: block;
    background-image: url(../img/top/ttl_news_tab.gif);
    background-repeat: no-repeat;
    background-size: 116px 21px;
    width: 116px;
    height: 21px;
    margin: -10px auto 0;
  }

  h2.ttl.movie span {
    display: block;
    background-image: url(../img/top/ttl_movie_tab.gif);
    background-repeat: no-repeat;
    background-size: 128px 21px;
    width: 128px;
    height: 21px;
    margin: -10px auto 0;
  }

  h2.ttl.insta span {
    display: block;
    background-image: url(../img/top/ttl_insta_tab.gif);
    background-repeat: no-repeat;
    background-size: 192px 21px;
    width: 192px;
    height: 21px;
    margin: -10px auto 0;
  }

  h2.ttl.twitter span {
    display: block;
    background-image: url(../img/top/ttl_twitter_tab.gif);
    background-repeat: no-repeat;
    background-size: 152px 21px;
    width: 152px;
    height: 21px;
    margin: -10px auto 0;
  }

  .newsList {
    text-align: center;
    margin: 0 0 20px;
    position: relative;
  }
  .newsList li {
    width: 180px;
    display: inline-block;
    position: relative;
    text-align: left;
  }
  .newsList li a {
    text-decoration: none;
  }
  .newsList li img {
    width: 180px;
  }
  .newsList li .new {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .newsList li .new img {
    width: 20px;
  }
  .newsList li .date {
    color: #FFF;
    display: inline-block;
    background: #58bdda;
    padding: 7px 9px;
    letter-spacing: 1.5px;
    font-family: 'Montserrat';
    line-height: 1;
  }
  .newsList li .title {
    margin: 10px 0 0;
  }
  .newsList .prev {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -20px 0 0;
  }
  .newsList .prev img {
    width: 20px;
    height: 20px;
  }
  .newsList .next {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -20px 0 0;
  }
  .newsList .next img {
    width: 20px;
    height: 20px;
  }
  .newsList #newsSlider {
    padding: 0 30px;
    box-sizing: border-box;
  }

  .movieList {
    position: relative;
    margin: 0 0 20px;
  }
  .movieList .playBtn {
    width: 63px;
    height: 63px;
    /*background-image: url(../img/top/btn_play.png);
    background-repeat: no-repeat;
    background-size:100px 100px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -31px 0 0 -31px;
    display: block;
    text-indent: -9999px;
  }
  .movieList .playBtn.button {
    background-image: url(../img/top/btn_play.png);
    background-size: 63px 63px;
  }
  .movieList .playBtn.button:hover {
    background-image: url(../img/top/btn_play.png);
    background-size: 63px 63px;
  }
  .movieList .thumb {
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .movieList .thumb img {
    width: 100%;
  }
  .movieList .prev {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -20px 0 0;
  }
  .movieList .prev img {
    width: 20px;
    height: 20px;
  }
  .movieList .next {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -20px 0 0;
  }
  .movieList .next img {
    width: 20px;
    height: 20px;
  }

  .instaList ul {
    overflow: hidden;
    margin: 0 0 20px;
  }
  .instaList li {
    float: left;
    width: 25%;
  }
  .instaList li img {
    width: 100%;
    height: 100%;
  }

  #twitterArea {
    margin: 0;
    overflow: hidden;
  }
  #twitterArea .performer {
    float: none;
    margin: 0 0 20px;
  }
  #twitterArea .creator {
    float: none;
  }
  #twitterArea .twList {
    background: #f7f7f7;
    width: 100%;
    margin: 0;
  }
  #twitterArea .twTtl {
    font-size: 14px;
    text-align: center;
    border-bottom: 2px solid #FFF;
    padding: 25px 0;
    font-family: 'Montserrat';
  }
  #twitterArea .per p,
  #twitterArea .cre p {
    padding: 0 0 0 18px;
    display: inline-block;
  }
  #twitterArea .per p {
    color: #ffbf00;
    background-image: url(../img/top/icon_tw.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 11px 9px;
  }
  #twitterArea .cre p {
    color: #fa6473;
    background-image: url(../img/top/icon_tw2.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 11px 9px;
  }
  #twitterArea .timeline {
    background: #f7f7f7;
    margin: 20px 0;
    height: 400px;
    /*overflow:auto;
    overflow-y:scroll;*/
  }
}
@media screen and (max-width: 480px) {
  h2.ttl.news span {
    display: block;
    background-image: url(../img/top/ttl_news_tab.gif);
    background-repeat: no-repeat;
    background-size: 109px 19px;
    width: 109px;
    height: 19px;
    margin: -10px auto 0;
  }

  h2.ttl.movie span {
    display: block;
    background-image: url(../img/top/ttl_movie_tab.gif);
    background-repeat: no-repeat;
    background-size: 118px 19px;
    width: 118px;
    height: 19px;
    margin: -10px auto 0;
  }

  h2.ttl.insta span {
    display: block;
    background-image: url(../img/top/ttl_insta_tab.gif);
    background-repeat: no-repeat;
    background-size: 181px 19px;
    width: 181px;
    height: 19px;
    margin: -10px auto 0;
  }

  h2.ttl.twitter span {
    display: block;
    background-image: url(../img/top/ttl_twitter_tab.gif);
    background-repeat: no-repeat;
    background-size: 144px 19px;
    width: 144px;
    height: 19px;
    margin: -10px auto 0;
  }

  .instaList ul {
    overflow: hidden;
    margin: 0 0 40px;
  }
  .instaList li {
    float: left;
    width: 50%;
  }
  .instaList li img {
    width: 100%;
    height: 100%;
  }

  .scrollArea {
    background-image: none;
  }
}
