@charset "utf-8";

/*=====================
共通
=====================*/
.infoMovieWrapper {
  position: relative;
}

/*=====================
NEWS & Twitter
=====================*/
.newsWrap,
.twitterWrap {
  height: 100%;
  margin: 0 auto;
  padding: 0 5vw 3.0em;
  max-width: 900px;
}

.newsWrap h2,
.twitterWrap h2 {
  font-family: 'Coda', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 3rem;
  margin: 0 0 0.1em;
}

.twitterWrap h2 span {
  font-size: 50%;
  font-weight: normal;
}

.newsWrap h2::after,
.twitterWrap h2::after {
  content: "";
  display: block;
  border-bottom: 2px solid #fff;
}

.newsListWrap,
.twTimelineWrap {
  overflow: hidden;
}

.newsList,
.twTimeline {
  overflow-y: auto;
  max-height: 300px;
  transition: .3s;
  -webkit-overflow-scrolling: touch;
}

.newsWrap dl dt,
.newsWrap dl dd {
  padding: 0;
  margin: 0;
  position: relative;
}

@media screen and (max-width:767px) {
  .newsWrap,
  .twitterWrap {
    margin: 0 auto;
    max-width: 600px;
    padding: 0 8vw 3.0em;
  }

  .newsWrap h2,
  .twitterWrap h2 {
    font-size: 3rem;
    text-align: center;
  }

  .newsWrap h2::after,
  .twitterWrap h2::after {
    display: none;
  }

  .newsList,
  .twTimeline {
    max-height: 250px !important
  }
}

@media screen and (max-width:767px) and (min-width:500px) {
  .newsWrap h2,
  .twitterWrap h2 {
    font-size: 3.8rem;
  }
}

.newsWrap dl dt {
  font-size: 1rem;
  font-weight: normal;
}

.newsWrap dl dd {
  margin-bottom: 3%;
  line-height: 1.4em;
}

.newsWrap a {
  color: inherit;
}

.newsWrap a:hover {
  opacity: .8;
}

.twTimelineWrap iframe {
  width: 1000px !important;
  max-width: 100% !important;
}

/*=====================
MOVIE
=====================*/
.movieWrap {
  display: none;
}

.movieArea {
  width: 100%;
  padding: 0 2vw 3.0em;
}

.movieArea h2 {
  font-family: 'Coda', 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-size: 3rem;
  margin: 0 auto;
  padding-bottom: .1em;
  text-align: center;
}

.movieAreaIframe {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}

.movieAreaIframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width:767px) {
  .movieWrap {
    display: block;
    margin-bottom: 3.0em;
  }

  .movieArea {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
  }
}

@media screen and (max-width:767px) and (min-width:500px) {
  .movieArea h2 {
    font-size: 3.8rem;
  }
}