.article-list__item {
  padding-top: 4rem
}
@media (max-width: 767px) {
  .article-list__item {
    padding-top: 2rem
  }
}
.article-list__number span, .news-main__date time, .movie-main__date time {
  font-family: 'bebas_neueregular'
}
.article-list__container {
  position: relative
}
.article-list__header {
  padding-bottom: 4rem
}
@media (max-width: 767px) {
  .article-list__header {
    padding-bottom: 2rem
  }
}
.article-list__link {
  flex-grow: 1;
  color: #001e62;
  background-color: #fff;
  border: 1px solid #e6e6e6
}
@media (max-width: 575px) {
  .article-list__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}
.article-list__thumb {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover
}
@media (max-width: 575px) {
  .article-list__thumb {
    width: 30%
  }
}
.article-list__thumb:before {
  content: '';
  width: calc(100% - 24px);
  height: calc(100% - 24px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border: 12px solid rgba(255, 255, 255, 0.3)
}
.article-list__thumb img {
  max-height: 180px;
  min-height: 100px
}
.article-list__number {
  width: 8rem;
  height: 8rem;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
  background-color: rgba(253, 208, 0, 0.9)
}
.article-list__number span {
  padding: 0 0 0 2.7rem;
  background: url('../../images/ico_photo.svg?1532453893') no-repeat left center
}
@media (max-width: 575px) {
  .article-list__number span {
    padding: 0 0 0 1.6rem;
    background-size: 1.2rem auto
  }
}
@media (max-width: 575px) {
  .article-list__number {
    width: 4rem;
    height: 4rem
  }
}
.article-list__detail {
  padding: 2rem;
  border-top: 1px solid #e6e6e6
}
@media (max-width: 575px) {
  .article-list__detail {
    width: 70%;
    border-top: none
  }
}
.article-list__category {
  padding-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 600
}
.article-list__title {
  font-weight: 600
}
@media (max-width: 575px) {
  .article-list__title {
    font-size: 1.2rem
  }
}
.article-list__desc {
  padding-top: 1.2rem
}
.article-list__date {
  display: block;
  margin-top: 5.2rem;
  padding-left: 2.4rem;
  font-size: 1.2rem;
  color: #666;
  font-weight: 600;
  background: url('../../images/ico_date.svg?1532453837') no-repeat 0 center
}
@media (max-width: 575px) {
  .article-list__date {
    margin-top: 2.4rem
  }
}
.article-menu {
  padding-top: 2rem
}
.article-menu__item {
  max-width: 240px;
  padding: 2rem 1rem 0
}
.article-list__filter {
  padding-bottom: 3.6rem;
  margin-bottom: 4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5)
}
.article-list__filter__trigger {
  width: 12rem;
  color: rgba(255, 255, 255, 0.5)
}
.article-list__filter__items {
  width: calc(100% - 12rem)
}
.article-list__filter__item {
  padding-right: 1.2rem;
  color: #fff
}
.article-list__filter__item.is-active {
  color: #fdd000;
  pointer-events: none
}
.article-list__archives {
  padding-top: 2rem
}
@media (max-width: 767px) {
  .article-list__archives {
    padding-top: 0
  }
}
.article-list__archives__item {
  padding-top: 2rem
}
.article-list__archives__btn {
  height: 7.6rem;
  line-height: 7.6rem;
  padding: 0 1.2rem;
  text-align: center;
  display: block;
  font-weight: 600
}
@media (max-width: 575px) {
  .article-list__archives__btn {
    height: 4.4rem;
    line-height: 4.4rem
  }
}
.article-list__search-txt {
  color: #fff;
  margin: 0
}
.news-main, .movie-main {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-attachment: fixed;
  position: relative
}
.news-main:before, .movie-main:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7)
}
.news-main__container, .movie-main__container {
  position: relative
}
.news-main__heading, .movie-main__heading {
  padding-bottom: 2rem;
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
  text-align: center
}
@media (max-width: 575px) {
  .news-main__heading, .movie-main__heading {
    font-size: 2.4rem
  }
}
.news-main__category, .movie-main__category {
  padding-bottom: 1.2rem
}
.news-main__category dt, .movie-main__category dt {
  color: #fff
}
.news-main__date, .movie-main__date {
  width: 100%;
  padding-bottom: 5.2rem;
  text-align: center
}
.news-main__date time, .movie-main__date time {
  padding-left: 2.4rem;
  color: #fff;
  background: url('../../images/ico_date_02.svg?1532453823') no-repeat left center
}
.news-main__detail, .movie-main__detail {
  padding: 6vw;
  margin-bottom: 4rem;
  background-color: #fff
}
@media (max-width: 767px) {
  .news-main__detail, .movie-main__detail {
    margin-bottom: 2rem
  }
}
.news-main__detail img, .movie-main__detail img {
  width: 100%;
  height: auto
}
.news-main__detail__image, .movie-main__detail__image {
  padding-bottom: 2rem
}
.movie-main__detail {
  max-width: 100%;
  height: auto;
  position: relative;
  padding: 0 0 56.25%;
  overflow: hidden;
  background-color: inherit
}
.movie-main__iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.news-main__detail p, .movie-main__detail p {
  font-size: 1.6rem;
  line-height: 1.7;
}

@media only screen and (min-width: 980px) {
.news-main__detail p, .movie-main__detail p {
  font-size: 1.8rem;
  line-height: 1.8;
}
}