section.hero {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 150px;
  width: 83.33%;
  width: calc(100% - 150px);
  min-width: 570px;
  height: 100%;
  background: #e6d9c9;
}

section.hero .hero__photo {
  width: 100%;
  background: #e6d9c9;
}

section.hero .hero__photo img {
  width: 100%;
  height: auto;
}

section.content {
  width: 43.75%;
  max-width: 3000px;
  height: 100%;
  position: relative;
  margin-left: 56.25%;
}

section.content .content__main {
  width: 80%;
  max-width: 1000px;
  min-width: 560px;
  margin: 0 auto;
}

section.content .content__detail {
  display: none;
}
section.content .banner-top {
  width: 520px;
  margin: 30px auto 0;
  text-align: center;
}

section.content .banner {
  width: 100%;
  margin: 30px auto 0;
  text-align: center;
}

section.content .banner .swiper-container {
  width: 518px;
}

section.content .banner .swiper-slide {
  width: 250px;
  height: 150px;
}

section.content .banner .banner__list {
  margin: 0 auto 0;
  letter-spacing: -.4em;
  text-align: center;
}

section.content .banner .banner__list .banner__list-item {
  width: 250px;
  height: 150px;
  overflow: hidden;
  border-radius: 5px;
  display: inline-block;
  margin: 0 0px;
  vertical-align: top;
  letter-spacing: normal;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}

section.content .banner .banner__list .banner__list-item--movie:before {
  content: '';
  width: 250px;
  height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #0a0a0a;
  opacity: .2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
}

section.content .banner .banner__list .banner__list-item--movie:after {
  content: '';
  width: 54px;
  height: 54px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  margin-left: -27px;
  z-index: 1;
  background: url(../img/common/menu/icon_movie_play.png) top center repeat;
}

section.content .banner ul.banner__pager {
  margin: 12px auto 0;
  letter-spacing: -.4em;
  text-align: center;
}

section.content .banner ul.banner__pager li {
  width: 52px;
  height: 52px;
  position: relative;
  margin: 0 9px;
  overflow: hidden;
  background: none;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  left: auto;
}

section.content .banner ul.banner__pager li.swiper-button-disabled {
  cursor: default;
}

section.content .banner ul.banner__pager li.swiper-button-disabled img {
  margin-top: -52px;
}

section.content .banner ul.banner__pager li:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: 4px;
  left: 1px;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}

section.content .news {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

section.content .news h2 {
  width: 250px;
  margin: 30px auto 14px;
}

section.content .news ul.news__list {
  margin: 35px auto 0;
  letter-spacing: -.4em;
  text-align: center;
}

section.content .news ul.news__list li {
  width: 250px;
  height: 310px;
  position: relative;
  margin: 0 10px 23px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

section.content .news ul.news__list li:before {
  content: "";
  width: 250px;
  height: 312px;
  position: absolute;
  bottom: 4px;
  left: 1px;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}

section.content .news ul.news__list li.new .newsList__thumb:before {
  content: "";
  width: 56px;
  height: 56px;
  position: absolute;
  top: -8px;
  right: -8px;
  background: url(../img/common/icon_new.png) top center no-repeat;
}

section.content .news ul.news__list li .newsList__thumb {
  position: relative;
  width: 230px;
  height: 154px;
  margin: 5px auto 0;
}

section.content .news ul.news__list li .newsList__text {
  position: relative;
  text-align: left;
  padding: 18px 19px 18px;
  color: #523f10;
}

section.content .news ul.news__list li .newsList__text .newsList__text-category {
  padding: 3px 8px;
  display: inline-block;
  color: #fff;
  font-size: 20.8px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1em;
}

section.content .news ul.news__list li .newsList__text .newsList__text-category--INFORMATION {
  background: #f77b44;
}

section.content .news ul.news__list li .newsList__text .newsList__text-category--ONAIR {
  background: #fb7bc0;
}

section.content .news ul.news__list li .newsList__text .newsList__text-category--EVENT {
  background: #40caf4;
}

section.content .news ul.news__list li .newsList__text .newsList__text-category--Blu-ray_DVD {
  background: #81d810;
}

section.content .news ul.news__list li .newsList__text .newsList__text-category--GOODS {
  background: #d8be10;
}

section.content .news ul.news__list li .newsList__text .newsList__text-category--MEDIA {
  background: #f27676;
}

section.content .news ul.news__list li .newsList__text .newsList__title {
  height: 4.6em;
  padding: 6px 0 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4em;
  color: #523f10;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

section.content .news ul.news__list li .newsList__text .newsList__date {
  padding: 3px 0 0;
  font-size: 20.8px;
  font-size: 1.3rem;
  color: #6c6c6c;
}

section.content .news ul.news__list li .newsList__pin {
  width: 44px;
  height: 34px;
  position: absolute;
  top: -30px;
  right: auto;
  bottom: auto;
  left: 50%;
  margin-left: -22px;
}

section.content .news ul.news__list li .newsList__pin--01,
section.content .news ul.news__list li .newsList__pin--EVENT {
  background: url(../img/common/icon_pin_blue.png) top center no-repeat;
}

section.content .news ul.news__list li .newsList__pin--02,
section.content .news ul.news__list li .newsList__pin--Blu-ray_DVD {
  background: url(../img/common/icon_pin_green.png) top center no-repeat;
}

section.content .news ul.news__list li .newsList__pin--03,
section.content .news ul.news__list li .newsList__pin--INFORMATION {
  background: url(../img/common/icon_pin_orange.png) top center no-repeat;
}

section.content .news ul.news__list li .newsList__pin--04,
section.content .news ul.news__list li .newsList__pin--ONAIR {
  background: url(../img/common/icon_pin_pink.png) top center no-repeat;
}

section.content .news ul.news__list li .newsList__pin--05,
section.content .news ul.news__list li .newsList__pin--GOODS {
  background: url(../img/common/icon_pin_yellow.png) top center no-repeat;
}

section.content .news ul.news__list li .newsList__pin--MEDIA {
  background: url(../img/common/icon_pin_red.png) top center no-repeat;
}

section.content .news ul.news__list li > a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

section.content .news .btn-more {
  width: 260px;
  margin: 0 auto;
}

section.content .news.hotnews {
  width: 100%;
  margin: 65px auto 0;
  text-align: center;
}

section.content .news.hotnews h2 {
  width: 298px;
  margin: 0 auto 0;
}

section.content .news.hotnews .news__list {
  margin: 40px auto 0;
}

section.content .twitter {
  width: 100%;
  margin: 38px auto 37px;
  text-align: center;
}

section.content .twitter h2 {
  width: 246px;
  margin: 0 auto 0;
}

section.content .twitter .twitter__list {
  width: 520px;
  height: 300px;
  position: relative;
  margin: 35px 10px 23px;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

section.content .twitter .twitter__list .twitterList--btn-follow {
  position: relative;
  padding: 18px 32px 10px 0;
  float: right;
}

section.content .twitter .twitter__list > iframe {
  position: relative !important;
}

section.content .twitter .twitter__list:before {
  content: "";
  width: 520px;
  height: 300px;
  position: absolute;
  bottom: 4px;
  left: 1px;
  background: #fff;
  overflow: hidden;
  border-radius: 5px;
  display: block;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}

section.content .twitter .twitter__list .twitterList__pin {
  width: 44px;
  height: 34px;
  position: absolute;
}

section.content .twitter .twitter__list .twitterList__pin--left {
  background: url(../img/common/icon_pin_pink.png) top center no-repeat;
  top: -27px;
  left: -7px;
}

section.content .twitter .twitter__list .twitterList__pin--right {
  background: url(../img/common/icon_pin_blue.png) top center no-repeat;
  top: -20px;
  right: -12px;
  -webkit-transform: rotateZ(50deg);
      -ms-transform: rotate(50deg);
          transform: rotateZ(50deg);
}

section.content .content__detail {
  width: 80%;
  max-width: 1000px;
  min-width: 530px;
  margin: 0 auto;
  position: relative;
}

section.content .content__detail .contentDetail__btn-close {
  position: absolute;
  top: -70px;
  right: 2px;
  bottom: auto;
  left: auto;
}

section.content .content__detail .news-detail {
  background: #fff;
  position: relative;
  padding: 20px 30px 0 0;
  margin: 92px auto auto 30px;
  line-height: 30px;
  min-height: 600px;
  min-height: 60vh;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 5px 5px 0;
}

section.content .content__detail .news-detail iframe {
  max-width: 100%;
}

section.content .content__detail .news-detail img {
  max-width: 100%;
}

section.content .content__detail .news-detail:before {
  content: '';
  display: block;
  width: 30px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -30px;
  -webkit-box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
}

section.content .content__detail .news-detail:after {
  content: '';
  display: block;
  width: 15px;
  height: 96%;
  background: url(../img/top/detail/bg_note_side.png) top center repeat-y;
  position: absolute;
  top: 2%;
  left: -28px;
}

section.content .content__detail .news-detail .newsDetail__header {
  position: relative;
}

section.content .content__detail .news-detail .newsDetail__header .newsDetail__header-category span {
  padding: 3px 5px;
  margin-left: 7px;
  font-weight: bold;
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #fff;
}

section.content .content__detail .news-detail .newsDetail__header .newsDetail__header-category--INFORMATION {
  background: #f77b44;
}

section.content .content__detail .news-detail .newsDetail__header .newsDetail__header-category--ONAIR {
  background: #fb7bc0;
}

section.content .content__detail .news-detail .newsDetail__header .newsDetail__header-category--EVENT {
  background: #40caf4;
}

section.content .content__detail .news-detail .newsDetail__header .newsDetail__header-category--Blu-ray_DVD {
  background: #81d810;
}

section.content .content__detail .news-detail .newsDetail__header .newsDetail__header-category--GOODS {
  background: #d8be10;
}

section.content .content__detail .news-detail .newsDetail__header .newsDetail__header-category--MEDIA {
  background: #f27676;
}

section.content .content__detail .news-detail .newsDetail__header .newsDetail__header-title {
  color: #523f10;
  font-weight: bold;
  font-size: 28.8px;
  font-size: 1.8rem;
  line-height: 1.6em;
}

section.content .content__detail .news-detail .newsDetail__header .newsDetail__header-date {
  color: #6c6c6c;
  font-weight: bold;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 1.6em;
  text-indent: .5em;
}

section.content .content__detail .news-detail .newsDetail__header:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: url(../img/top/detail/line_news.png) top center repeat-x;
  position: absolute;
  bottom: -8px;
  left: 0;
}

section.content .content__detail .news-detail .newsDetail__main {
  background: url(../img/news/bg_note_line.png) top center repeat #fff;
  margin: 31px 0 31px;
  background-position: 0 0;
}

section.content .content__detail .news-detail .newsDetail__main .newsDetail__main-text img {
  max-width: 98%;
}

section.content .content__detail .news-detail .newsDetail__main .newsDetail__main-text a {
  text-decoration: none;
  color: #fd72a1;
}

section.content .content__detail .news-detail .newsDetail__main .newsDetail__main-text a:hover {
  text-decoration: underline;
}

section.content .content__detail .news-detail .newsDetail__footer {
  padding: 0 0 21px;
}

section.content .content__detail .news-detail .newsDetail__footer .newsDetail__footer-sns {
  background: url(../img/common/bg_pink.png) top center repeat;
  width: 100%;
  padding: 15px;
}

section.content .content__detail .news-detail .newsDetail__footer .newsDetail__footer-sns ul.newsDetail__footer-sns-list {
  letter-spacing: -.4em;
  margin: 0 5px;
}

section.content .content__detail .news-detail .newsDetail__footer .newsDetail__footer-sns ul.newsDetail__footer-sns-list li {
  margin-right: 11px;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

section.content .content__detail .news-detail .newsDetail__footer .newsDetail__footer-sns ul.newsDetail__footer-sns-list li .fb-like span {
  vertical-align: top !important;
}

section.content .content__detail .news-detail .newsDetail__footer-pager {
  margin: 0 auto;
  padding-bottom: 25px;
}

section.content .content__detail .news-detail .newsDetail__footer-pager .newsDetail__footer-pager-btn {
  width: 88px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
}

section.content .content__detail .news-detail .newsDetail__footer-pager .newsDetail__footer-pager-btn--prev {
  float: left;
}

section.content .content__detail .news-detail .newsDetail__footer-pager .newsDetail__footer-pager-btn--prev:hover img {
  margin-top: -30px;
}

section.content .content__detail .news-detail .newsDetail__footer-pager .newsDetail__footer-pager-btn--next {
  float: right;
}

section.content .content__detail .news-detail .newsDetail__footer-pager .newsDetail__footer-pager-btn--next:hover img {
  margin-top: -30px;
}

section.content .content__detail .contentDetail__btn-top {
  width: 260px;
  margin: 35px auto 55px;
  cursor: pointer;
}