.infoArea,
.infoSection#movie {
  padding: 0 10px;
  position: relative;
}

.infoSection {
  margin: 20px 0 40px;
}

.infoSection__inner {

}

@media screen and (min-width: 900px){
  .infoArea {
  }

  .infoArea__inner {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 30px auto 0;
  }

  .infoSection {
    margin: 20px 0;
  }


  .infoSection#news {
    width: 65%;
    margin-right: 20px;
  }

  .infoSection#twitter {
    width: 35%;
  }

  .infoSection#movie {
    max-width: 1080px;
    margin: 30px auto 0;
    padding: 0;
  }
}



.topCateHead {
  font-family: 'Roboto', sans-serif;
  letter-spacing: .05em;
  position: relative;
  font-weight: 900;
  line-height: 1;
  font-size: 5.4rem;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  color: #fff;
  margin: 0 0 18px;
}

@media screen and (min-width: 900px){
  .topCateHead {
    font-size: 6rem;
  }
}

.topCateHead {
  background-image: linear-gradient(to bottom, #daa84a 0%, #bd8534 100%);
}

body[data-browser="IE"] .topCateHead {
  color: #bd8534;
  background: none;
}

.newsWrap table,
.newsWrap tbody,
.newsWrap tr,
.newsWrap th,
.newsWrap td {
  display: block;
} 

.newsWrap table {
  font-size: 1.2rem;
  /* padding: 0 1em; */
}

@media screen and (min-width: 900px){
  .newsWrap table {
    font-size: 1.4rem;
  }
}

.newsWrap tr {
  padding: 1em .5em;
  cursor: pointer;
  transition: .3s;
  background: rgba(255, 250, 241, .8);
}

.newsWrap tr:not(:last-child) {
  margin: 0 0 1em;
}

.newsWrap tr.is-noLink {
  pointer-events: none;
}

.newsWrap tr:hover {
  opacity: .6;
}

.newsWrap .day {
  /* color: #d6b460; */
  font-size: 1rem;
  margin: 0 0 .2em;
  color: #906918;
}

@media screen and (min-width: 900px){
  .newsWrap .day {
    font-size: 1.2rem;
  }
}

.newsWrap table a {
  color: inherit;
  text-decoration: none;
  opacity: 1;
}

.moreButton {
  text-align: center;
  line-height: 1.4;
  margin: 1em 0;
}

.moreButton a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  padding: 0 1em;
  font-size: 1.4rem;
  min-width: 170px;
  min-height: 30px;
  font-weight: 500;
  letter-spacing: .05em;
  background: #d6b460;
}

.infoSection .moreButton {
  /* margin-top: -1em; */
}

/* ==========================================
*
*  twitter timeline
*
========================================== */

.twTimelineWrap {
  overflow: hidden;
  margin: 0;
}

.twTimeline {
  overflow-y: auto;
  transition: .3s;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin: 0 auto;
  max-width: 500px;
  min-height: 300px;
  height: 300px;
}

.twTimelineWrap iframe{
  width: 1000px !important;
  max-width: 100% !important;
}

@media screen and (max-width: 599.9px){
  .twTimeline {
    width: 75%;
    height: 375px !important;
  }
}

.topMovieWrap #js-replaceYoutube {

}

.topMovieWrap {
  position: relative;
  padding-top: calc( 100% * 9 / 16 );
}

.topMovieWrap #js-replaceYoutube,
.topMovieWrap #js-replaceYoutube>img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  max-width: none;
  max-height: none;
}

/*
@media screen and (min-width: 900px){

  .topMovieWrap {
    padding-top: 30%;
    position: relative;
    overflow: hidden;
  }

  .topMovieWrap::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
  }

  .topMovieWrap::after {
    content: "▶";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #fff;
    width: 60px;
    height: 60px;
    z-index: 5;
    font-size: 60px;
    line-height: 1;
  }

  .js-clickYouTubeModal {
    cursor: pointer;
  }

  .topMovieWrap #js-replaceYoutube {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200%;
    margin: auto;
    pointer-events: none;
  }
}
*/