@media screen and (max-width: 640px) {
  .no-mobile {
    display: none;
  }
}
#Cont {
  width: auto;
}
#ent_container {
  width: 100%;
  overflow: hidden;
}
#ent_container section.top-visual {
  margin: 0 auto;
  background-color: #AACCFF;
  background-image: url("../images/items/top_bg.jpg");
  position: relative;
  z-index: 1;
}
#ent_container section.top-visual h1 {
  width: 960px;
  margin: 0 auto;
  height: 70px;
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  box-sizing: border-box;
  background-image: url("../images/items/top_birds.png");
  background-repeat: no-repeat;
  background-position: right 12px;
}
#ent_container section.top-visual .top-carousel {
  position: relative;
}
#ent_container section.top-visual .top-carousel .carousel-inner .carousel-cell {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 800px;
  margin-right: 20px;
  background-color: #fff;
  border-radius: 20px;
}
#ent_container section.top-visual .top-carousel .carousel-inner .carousel-cell img {
  width: 800px;
  height: auto;
  position: relative;
}
#ent_container section.top-visual .top-carousel .carousel-inner .carousel-cell figure {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  margin: 0;
  border-radius: 15px;
  background-size: cover;
  background-repeat: no-repeat;
}
#ent_container section.top-visual .top-carousel .carousel-inner .carousel-cell.active .cover {
  opacity: 0;
}
#ent_container section.top-visual .top-carousel .carousel-inner .carousel-cell .cover {
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  transition-property: opacity;
  transition-duration: 0.2s;
}
#ent_container section.top-visual .top-carousel .btn-next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 30px);
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 60px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-size: 11px 18px;
  transition-property: background-position;
  transition-duration: 0.1s;
  right: -50px;
  background-image: url("../images/svg/arrow_right.svg");
  background-position: 52% center;
  right: calc(50% - 400px - 33px - 10px);
}
@media screen and (max-width: 640px) {
  #ent_container section.top-visual .top-carousel .btn-next {
    width: 30px;
    height: 30px;
    background-size: 6px 9px;
    top: calc(50% - 15px);
  }
}
#ent_container section.top-visual .top-carousel .btn-next:hover {
  background-position: 55% center;
}
#ent_container section.top-visual .top-carousel .btn-prev {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 30px);
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 60px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-size: 11px 18px;
  transition-property: background-position;
  transition-duration: 0.1s;
  left: -50px;
  background-image: url("../images/svg/arrow_left.svg");
  background-position: 48% center;
  left: calc(50% - 400px - 33px - 10px);
}
@media screen and (max-width: 640px) {
  #ent_container section.top-visual .top-carousel .btn-prev {
    width: 30px;
    height: 30px;
    background-size: 6px 9px;
    top: calc(50% - 15px);
  }
}
#ent_container section.top-visual .top-carousel .btn-prev:hover {
  background-position: 45% center;
}
#ent_container section.top-visual .illust-area {
  position: relative;
  height: 140px;
  background-image: url("../images/items/top_line.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  width: 100%;
}
#ent_container section.top-visual .illust-area figure {
  position: absolute;
  display: block;
  margin: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
#ent_container section.top-visual .illust-area .town {
  width: 1400px;
  height: 121px;
  margin: 0 auto;
  background-image: url("../images/items/top_town_large.gif");
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#ent_container section.top-visual .illust-area .town .chara01 {
  background-image: url("../images/items/top_chara01.gif");
  width: 35px;
  height: 36px;
  position: absolute;
  top: 89px;
  left: 386px;
}
#ent_container section.top-visual .illust-area .town .chara02 {
  background-image: url("../images/items/top_chara02.gif");
  width: 34px;
  height: 43px;
  position: absolute;
  top: 85px;
  left: 536px;
}
#ent_container section.top-visual .illust-area .town .chara03 {
  background-image: url("../images/items/top_chara03.gif");
  width: 36px;
  height: 43px;
  position: absolute;
  top: 83px;
  left: 765px;
}
#ent_container section.top-visual .illust-area .town .chara04 {
  background-image: url("../images/items/top_chara04.gif");
  width: 33px;
  height: 36px;
  position: absolute;
  top: 88px;
  left: 919px;
}
#ent_container section.top-visual .illust-area .town .chara05 {
  background-image: url("../images/items/top_chara05.gif");
  width: 56px;
  height: 44px;
  position: absolute;
  top: 82px;
  left: 1043px;
}
@media screen and (max-width: 960px) {
  #ent_container section.top-visual h1 {
    width: 100%;
    padding-left: 25px;
    background-position: 97% 13px;
  }
  #ent_container section.top-visual .top-carousel .carousel-inner .carousel-cell {
    margin-right: 25px;
    width: calc(100% - 50px);
  }
  #ent_container section.top-visual .top-carousel .carousel-inner .carousel-cell .cover {
    opacity: 0;
  }
  #ent_container section.top-visual .top-carousel .btn-next {
    right: 5px;
  }
  #ent_container section.top-visual .top-carousel .btn-prev {
    left: 5px;
  }
  #ent_container section.top-visual .illust-area .town {
    width: 1120px;
    height: 97px;
  }
  #ent_container section.top-visual .illust-area .town .chara01 {
    position: absolute;
    top: 68px;
    left: 246px;
  }
  #ent_container section.top-visual .illust-area .town .chara02 {
    position: absolute;
    top: 64px;
    left: 402px;
  }
  #ent_container section.top-visual .illust-area .town .chara03 {
    position: absolute;
    top: 62px;
    left: 558px;
  }
  #ent_container section.top-visual .illust-area .town .chara04 {
    position: absolute;
    top: 67px;
    left: 711px;
  }
  #ent_container section.top-visual .illust-area .town .chara05 {
    position: absolute;
    top: 62px;
    left: 853px;
  }
}
@media screen and (max-width: 640px) {
  #ent_container section.top-visual h1 {
    height: 55px;
    padding-left: 15px;
    font-size: 17px;
    font-weight: normal;
    padding-top: 17px;
    background-size: 75px 20px;
    background-position: 95% 17px;
  }
  #ent_container section.top-visual .top-carousel .carousel-inner .carousel-cell {
    margin-right: 15px;
    width: calc(100% - 30px);
    border-radius: 10px;
  }
  #ent_container section.top-visual .top-carousel .carousel-inner .carousel-cell figure {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 7px;
  }
  #ent_container section.top-visual .illust-area {
    height: 60px;
  }
  #ent_container section.top-visual .illust-area .town {
    width: 548px;
    height: 48px;
    background-image: url("../images/items/top_town_large.gif");
  }
  #ent_container section.top-visual .illust-area .town .chara01 {
    width: 25px;
    height: 27px;
    position: absolute;
    top: 26px;
    left: 136px;
  }
  #ent_container section.top-visual .illust-area .town .chara02 {
    width: 25px;
    height: 30px;
    position: absolute;
    top: 23px;
    left: 195px;
  }
  #ent_container section.top-visual .illust-area .town .chara03 {
    width: 26px;
    height: 31px;
    position: absolute;
    top: 25px;
    left: 255px;
  }
  #ent_container section.top-visual .illust-area .town .chara04 {
    width: 24px;
    height: 26px;
    position: absolute;
    top: 28px;
    left: 320px;
  }
  #ent_container section.top-visual .illust-area .town .chara05 {
    width: 35px;
    height: 28px;
    position: absolute;
    top: 27px;
    left: 377px;
  }
}
#ent_container section.entertainment-nav {
  width: 100%;
  background-color: #f5f5f5;
  padding: 30px 0;
}
#ent_container section.entertainment-nav nav {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
}
#ent_container section.entertainment-nav a {
  box-sizing: border-box;
  display: block;
  float: left;
  width: 220px;
  height: 60px;
  background-color: #FFFFFF;
  border: 1px solid #dedede;
  margin-right: 26px;
  border-radius: 100px;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  transition-property: background-color;
  transition-duration: 0.1s;
}
#ent_container section.entertainment-nav a i {
  display: inline-block;
  margin-right: 12px;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
#ent_container section.entertainment-nav a:hover {
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid transparent;
}
#ent_container section.entertainment-nav a.active {
  text-decoration: none;
  color: #FFFFFF;
  border: 1px solid transparent;
}
#ent_container section.entertainment-nav a:last-child {
  margin-right: 0;
}
#ent_container section.entertainment-nav .btn-all i {
  top: -2px;
  width: 16px;
  height: 16px;
  background-image: url("../images/svg/all_color.svg");
}
#ent_container section.entertainment-nav .btn-all:hover {
  background-color: #e42d2d;
}
#ent_container section.entertainment-nav .btn-all:hover i {
  background-image: url("../images/svg/all_white.svg");
}
#ent_container section.entertainment-nav .btn-all.active {
  background-color: #e42d2d;
}
#ent_container section.entertainment-nav .btn-all.active i {
  background-image: url("../images/svg/all_white.svg");
}
#ent_container section.entertainment-nav .btn-exp i {
  top: -2px;
  width: 28px;
  height: 23px;
  background-image: url("../images/svg/exp_color.svg");
}
#ent_container section.entertainment-nav .btn-exp:hover {
  background-color: #ff9c00;
}
#ent_container section.entertainment-nav .btn-exp:hover i {
  background-image: url("../images/svg/exp_white.svg");
}
#ent_container section.entertainment-nav .btn-exp.active {
  background-color: #ff9c00;
}
#ent_container section.entertainment-nav .btn-exp.active i {
  background-image: url("../images/svg/exp_white.svg");
}
#ent_container section.entertainment-nav .btn-play i {
  top: -2px;
  width: 28px;
  height: 28px;
  background-image: url("../images/svg/play_color.svg");
}
#ent_container section.entertainment-nav .btn-play:hover {
  background-color: #0096ff;
}
#ent_container section.entertainment-nav .btn-play:hover i {
  background-image: url("../images/svg/play_white.svg");
}
#ent_container section.entertainment-nav .btn-play.active {
  background-color: #0096ff;
}
#ent_container section.entertainment-nav .btn-play.active i {
  background-image: url("../images/svg/play_white.svg");
}
#ent_container section.entertainment-nav .btn-learn i {
  top: -2px;
  width: 25px;
  height: 18px;
  background-image: url("../images/svg/learn_color.svg");
}
#ent_container section.entertainment-nav .btn-learn:hover {
  background-color: #188113;
}
#ent_container section.entertainment-nav .btn-learn:hover i {
  background-image: url("../images/svg/learn_white.svg");
}
#ent_container section.entertainment-nav .btn-learn.active {
  background-color: #188113;
}
#ent_container section.entertainment-nav .btn-learn.active i {
  background-image: url("../images/svg/learn_white.svg");
}
@media screen and (max-width: 960px) {
  #ent_container section.entertainment-nav {
    padding: 30px;
    width: auto;
  }
  #ent_container section.entertainment-nav nav {
    position: relative;
    width: 100%;
  }
  #ent_container section.entertainment-nav a {
    width: 23.5%;
    margin-right: 2%;
    font-size: 14px;
    height: 80px;
    border-radius: 0;
    line-height: 1;
    position: relative;
  }
  #ent_container section.entertainment-nav a i {
    display: block;
    margin: 0 auto;
  }
  #ent_container section.entertainment-nav a span {
    display: block;
    position: absolute;
    bottom: 18px;
    left: 0;
    text-align: center;
    width: 100%;
    white-space: nowrap;
  }
  #ent_container section.entertainment-nav a.btn-all i {
    top: 17px;
  }
  #ent_container section.entertainment-nav a.btn-exp i {
    top: 12px;
  }
  #ent_container section.entertainment-nav a.btn-play i {
    top: 9px;
  }
  #ent_container section.entertainment-nav a.btn-learn i {
    top: 16px;
  }
}
@media screen and (max-width: 640px) {
  #ent_container section.entertainment-nav {
    padding: 15px 0;
  }
  #ent_container section.entertainment-nav a {
    height: 50px;
    font-size: 9px;
  }
  #ent_container section.entertainment-nav a span {
    bottom: 7px;
  }
  #ent_container section.entertainment-nav a.btn-all {
    border-left: none;
  }
  #ent_container section.entertainment-nav a.btn-all i {
    width: 12px;
    height: 12px;
    top: 11px;
  }
  #ent_container section.entertainment-nav a.btn-exp i {
    width: 21px;
    height: 17px;
    top: 8px;
  }
  #ent_container section.entertainment-nav a.btn-play i {
    width: 20px;
    height: 20px;
    top: 6px;
  }
  #ent_container section.entertainment-nav a.btn-learn {
    border-right: none;
  }
  #ent_container section.entertainment-nav a.btn-learn i {
    width: 20px;
    height: 14px;
    top: 10px;
  }
}
@media screen and (max-width: 374px) {
  #ent_container section.entertainment-nav a.btn-all {
    width: 18.5%;
  }
  #ent_container section.entertainment-nav a.btn-exp {
    width: 28.5%;
  }
  #ent_container section.entertainment-nav a.btn-play {
    width: 21.5%;
  }
  #ent_container section.entertainment-nav a.btn-learn {
    width: 25.5%;
  }
}
#ent_container section.panels {
  position: relative;
  z-index: 2;
}
#ent_container section.panels .inner {
  padding: 50px 0;
  box-sizing: border-box;
  width: 960px;
  margin: 0 auto;
}
#ent_container section.panels .inner .gutter-size {
  width: 33px;
}
#ent_container section.panels .inner .panel {
  width: 215px;
  transition-duration: 0.3s;
  transition-property: opacity;
  display: block;
}
#ent_container section.panels .inner .panel.hide {
  opacity: 0;
}
#ent_container section.panels .inner .panel .img-wrapper {
  box-sizing: border-box;
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #f5f5f5;
}
#ent_container section.panels .inner .banner {
  position: relative;
  color: #000000;
}
#ent_container section.panels .inner .banner.large {
  width: 463px;
}
#ent_container section.panels .inner .banner:hover {
  text-decoration: none;
}
#ent_container section.panels .inner .banner:hover .title {
  text-decoration: underline;
}
#ent_container section.panels .inner .banner:hover .lead {
  text-decoration: none;
}
#ent_container section.panels .inner .banner i {
  box-sizing: border-box;
  display: block;
  position: absolute;
  background-clip: padding-box;
  width: 40px;
  height: 40px;
  background-color: #dedede;
  z-index: 2;
  border-radius: 100px;
  top: -20px;
  border: 2px solid #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
}
#ent_container section.panels .inner .banner i:nth-of-type(1) {
  left: 0;
}
#ent_container section.panels .inner .banner i:nth-of-type(2) {
  left: 42px;
}
#ent_container section.panels .inner .banner i:nth-of-type(3) {
  left: 84px;
}
#ent_container section.panels .inner .banner i.exp {
  background-color: #ff9c00;
  background-image: url("../images/svg/exp_white.svg");
  background-size: 22px 18px;
}
#ent_container section.panels .inner .banner i.play {
  background-color: #0096ff;
  background-image: url("../images/svg/play_white.svg");
  background-size: 22px 22px;
}
#ent_container section.panels .inner .banner i.learn {
  background-color: #188113;
  background-image: url("../images/svg/learn_white.svg");
  background-size: 22px 16px;
}
#ent_container section.panels .inner .banner .img-wrapper {
  border: 1px solid #dedede;
  margin-bottom: -2px;
  background-size: cover;
}
#ent_container section.panels .inner .banner img {
  width: 100%;
  height: auto;
  display: block;
}
#ent_container section.panels .inner .banner span {
  display: block;
}
#ent_container section.panels .inner .banner .title {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 24px;
  text-indent: -24px;
}
#ent_container section.panels .inner .banner .title:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-top;
  margin-right: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/svg/link_internal.svg");
}
#ent_container section.panels .inner .banner.external .title:before {
  background-image: url("../images/svg/link_external.svg");
}
#ent_container section.panels .inner .banner .lead {
  margin-top: -6px;
  font-size: 13px;
  line-height: 21px;
  height: 63px;
}
#ent_container section.panels .inner .banner span.news-badge {
  display: block;
  background-image: url("../images/items/panel_new_badge.png");
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
  top: -25px;
  right: 0;
  transition-property: opacity;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
#ent_container section.panels .inner .banner:hover div.news-bubble {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
#ent_container section.panels .inner .banner.hide-news span.news-badge {
  opacity: 0;
}
#ent_container section.panels .inner .banner.hide-news div.news-bubble {
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  opacity: 0;
}
#ent_container section.panels .inner .banner div.news-bubble {
  z-index: 2;
  position: absolute;
  width: 229px;
  height: 108px;
  top: -132px;
  right: -8px;
  background-size: 229px 108px;
  background-image: url("../images/items/panel_new_bg.png");
  -webkit-transform: rotate(-5deg);
      -ms-transform: rotate(-5deg);
          transform: rotate(-5deg);
  -webkit-transform-origin: 197px 102px;
      -ms-transform-origin: 197px 102px;
          transform-origin: 197px 102px;
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}
#ent_container section.panels .inner .banner div.news-bubble span.date {
  display: block;
  position: absolute;
  color: white;
  font-size: 12px;
  top: 13px;
  left: 22px;
}
#ent_container section.panels .inner .banner div.news-bubble span.text {
  display: block;
  position: absolute;
  left: 20px;
  top: 45px;
  font-size: 12px;
  line-height: 20px;
  width: 190px;
}
#ent_container section.panels .inner .banner.channel .img-wrapper {
  background-size: contain;
  background-position: center top;
  position: relative;
  background-color: #333333;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#ent_container section.panels .inner .banner.channel .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-color: #333333;
  color: #FFFFFF;
}
#ent_container section.panels .inner .banner.channel .info figure {
  border: 2px solid #FFFFFF;
  width: 66px;
  height: 33px;
  background-size: cover;
  float: left;
  margin: 13px 20px 0 13px;
}
#ent_container section.panels .inner .banner.channel .info p {
  font-size: 12px;
  line-height: 18px;
  margin-top: 15px;
  margin-right: 15px;
}
#ent_container section.panels .inner .illust .img-wrapper {
  background-color: #FFFFFF;
}
@media screen and (max-width: 960px) {
  #ent_container section.panels {
    padding: 0 30px;
  }
  #ent_container section.panels .inner {
    width: 100%;
  }
  #ent_container section.panels .inner .gutter-size {
    width: 3.5%;
  }
  #ent_container section.panels .inner .panel {
    width: 31%;
  }
  #ent_container section.panels .inner .banner.large {
    width: 65.5%;
  }
  #ent_container section.panels .inner .banner:hover div.news-bubble {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  #ent_container section.panels {
    padding: 0;
  }
  #ent_container section.panels .inner {
    padding: 50px 4%;
  }
  #ent_container section.panels .inner .gutter-size {
    width: 4%;
  }
  #ent_container section.panels .inner .panel {
    width: 44%;
  }
  #ent_container section.panels .inner .banner.large {
    width: 92%;
  }
  #ent_container section.panels .inner .banner i {
    width: 30px;
    height: 30px;
    z-index: 2;
    top: -15px;
    border: 2px solid #FFFFFF;
  }
  #ent_container section.panels .inner .banner i:nth-of-type(1) {
    left: 0;
  }
  #ent_container section.panels .inner .banner i:nth-of-type(2) {
    left: 30px;
  }
  #ent_container section.panels .inner .banner i:nth-of-type(3) {
    left: 60px;
  }
  #ent_container section.panels .inner .banner i.exp {
    background-color: #ff9c00;
    background-image: url("../images/svg/exp_white.svg");
    background-size: 16px 13px;
  }
  #ent_container section.panels .inner .banner i.play {
    background-color: #0096ff;
    background-image: url("../images/svg/play_white.svg");
    background-size: 16px 16px;
  }
  #ent_container section.panels .inner .banner i.learn {
    background-color: #188113;
    background-image: url("../images/svg/learn_white.svg");
    background-size: 16px 12px;
  }
  #ent_container section.panels .inner .banner .title {
    font-size: 12px;
    margin-top: 1em;
    margin-bottom: 0.8em;
    padding-left: 16px;
    text-indent: -16px;
  }
  #ent_container section.panels .inner .banner .title:before {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
  #ent_container section.panels .inner .banner .lead {
    font-size: 12px;
    line-height: 21px;
    height: 84px;
  }
  #ent_container section.panels .inner .banner span.news-badge {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    top: -19px;
  }
  #ent_container section.panels .inner .banner.channel .info {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background-color: #333333;
    color: #FFFFFF;
  }
  #ent_container section.panels .inner .banner.channel .info figure {
    border: 1px solid #FFFFFF;
    width: 50px;
    height: 27px;
    background-size: cover;
    float: left;
    margin: 8px 10px 0 8px;
  }
  #ent_container section.panels .inner .banner.channel .info p {
    font-size: 12px;
    line-height: 14px;
    margin-top: 8px;
    margin-right: 15px;
  }
}
#ent_container section.channel h2 {
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  width: 960px;
  text-align: center;
  margin: 0 auto 40px;
  color: #e42d2d;
  position: relative;
}
#ent_container section.channel h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #FFFFFF;
  padding: 0 30px;
}
#ent_container section.channel h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e42d2d;
  position: absolute;
  top: 47%;
}
#ent_container section.channel h2 + p.lead {
  font-size: 15px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #ent_container section.channel h2 {
    width: auto;
    margin: 0 20px 40px;
  }
}
@media screen and (max-width: 640px) {
  #ent_container section.channel h2 {
    font-size: 19px;
    margin: 0 30px 15px;
  }
  #ent_container section.channel h2 span {
    padding: 0 15px;
  }
  #ent_container section.channel h2:before {
    height: 1px;
  }
  #ent_container section.channel h2 + p.lead {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
  }
}
#ent_container section.channel .video-area {
  position: relative;
  background-color: #f5f5f5;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
#ent_container section.channel .carousel-wrapper {
  width: 100%;
  min-height: 337px;
  position: relative;
}
#ent_container section.channel .carousel-wrapper .white {
  display: block;
  height: 50%;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}
#ent_container section.channel .carousel-wrapper .carousel-inner {
  position: relative;
}
#ent_container section.channel .carousel-wrapper .carousel-inner .carousel-cell {
  width: 600px;
  height: auto;
  display: block;
  margin-right: 20px;
  background-size: cover;
  border-radius: 10px;
}
#ent_container section.channel .carousel-wrapper .btn-next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 30px);
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 60px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-size: 11px 18px;
  transition-property: background-position;
  transition-duration: 0.1s;
  right: -50px;
  background-image: url("../images/svg/arrow_right.svg");
  background-position: 52% center;
  right: calc(50% - 300px - 33px - 7px);
}
@media screen and (max-width: 760px) {
  #ent_container section.channel .carousel-wrapper .btn-next {
    width: 30px;
    height: 30px;
    background-size: 6px 9px;
    top: calc(50% - 15px);
  }
}
#ent_container section.channel .carousel-wrapper .btn-next:hover {
  background-position: 55% center;
}
#ent_container section.channel .carousel-wrapper .btn-prev {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 30px);
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 60px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-size: 11px 18px;
  transition-property: background-position;
  transition-duration: 0.1s;
  left: -50px;
  background-image: url("../images/svg/arrow_left.svg");
  background-position: 48% center;
  left: calc(50% - 300px - 33px - 7px);
}
@media screen and (max-width: 760px) {
  #ent_container section.channel .carousel-wrapper .btn-prev {
    width: 30px;
    height: 30px;
    background-size: 6px 9px;
    top: calc(50% - 15px);
  }
}
#ent_container section.channel .carousel-wrapper .btn-prev:hover {
  background-position: 45% center;
}
#ent_container section.channel .info {
  position: relative;
  z-index: 2;
  width: 760px;
  margin: 0 auto;
  margin-top: -20px;
  overflow: hidden;
}
#ent_container section.channel .info > div,
#ent_container section.channel .info > a {
  float: left;
}
#ent_container section.channel .controller {
  box-sizing: border-box;
  width: 540px;
  height: 150px;
  background-color: #fff;
  border-radius: 10px;
  margin-right: 20px;
  padding: 30px 30px 20px;
}
#ent_container section.channel .controller .title {
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}
#ent_container section.channel .controller .title figure {
  float: left;
  display: block;
  box-sizing: border-box;
  background-color: #f5f5f5;
  margin: 0 20px 30px 0;
  width: 70px;
  height: 40px;
  border: 1px solid #dedede;
}
#ent_container section.channel .controller .title figure span {
  display: block;
  width: 66px;
  height: 36px;
  border: 1px solid #FFFFFF;
  background-size: cover;
}
#ent_container section.channel .controller ul {
  width: 100%;
  text-align: center;
  margin-top: 14px;
}
#ent_container section.channel .controller ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #dedede;
  border-radius: 10px;
  margin-right: 15px;
  cursor: pointer;
}
#ent_container section.channel .controller ul li.active {
  background-color: #e42d2d;
}
#ent_container section.channel .controller ul li:last-child {
  margin-right: 0;
}
#ent_container section.channel .channel-top {
  display: block;
  width: 200px;
  height: 140px;
  background-color: #fff;
  border-radius: 10px;
  background-image: url("../images/items/channel_large.png");
  background-size: cover;
}
@media screen and (max-width: 760px) {
  #ent_container section.channel .video-area {
    padding-bottom: 30px;
  }
  #ent_container section.channel .carousel-wrapper {
    min-height: 140px;
  }
  #ent_container section.channel .carousel-wrapper .carousel-inner {
    position: relative;
  }
  #ent_container section.channel .carousel-wrapper .carousel-inner .carousel-cell {
    width: 80%;
    margin-right: 10px;
    border-radius: 5px;
  }
  #ent_container section.channel .carousel-wrapper .btn-next {
    right: calc(10% - 22px);
  }
  #ent_container section.channel .carousel-wrapper .btn-prev {
    left: calc(10% - 22px);
  }
  #ent_container section.channel .info {
    width: 100%;
    margin: 0 auto;
    margin-top: -10px;
    overflow: hidden;
  }
  #ent_container section.channel .info > div,
  #ent_container section.channel .info > a {
    float: none;
  }
  #ent_container section.channel .controller {
    width: auto;
    margin: 0 10px 15px;
    height: 115px;
    border-radius: 5px;
    padding: 15px 15px 10px;
  }
  #ent_container section.channel .controller .title figure {
    margin: 0 15px 15px 0;
    width: 60px;
    height: 35px;
  }
  #ent_container section.channel .controller .title figure span {
    width: 56px;
    height: 31px;
  }
  #ent_container section.channel .controller .title p {
    margin-top: 0;
    height: 40px;
    font-size: 12px;
    line-height: 16px;
  }
  #ent_container section.channel .channel-top {
    display: block;
    width: 300px;
    height: 65px;
    background-color: #fff;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    background-image: url("../images/items/channel_small.png");
  }
}
#ent_container section.campaign {
  margin-bottom: 40px;
}
#ent_container section.campaign h2 {
  display: block;
  font-size: 30px;
  line-height: 32px;
  font-weight: bold;
  width: 960px;
  text-align: center;
  margin: 0 auto 40px;
  color: #e42d2d;
  position: relative;
}
#ent_container section.campaign h2 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  background-color: #FFFFFF;
  padding: 0 30px;
}
#ent_container section.campaign h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e42d2d;
  position: absolute;
  top: 47%;
}
#ent_container section.campaign h2 + p.lead {
  font-size: 15px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  #ent_container section.campaign h2 {
    width: auto;
    margin: 0 20px 40px;
  }
}
@media screen and (max-width: 640px) {
  #ent_container section.campaign h2 {
    font-size: 19px;
    margin: 0 30px 15px;
  }
  #ent_container section.campaign h2 span {
    padding: 0 15px;
  }
  #ent_container section.campaign h2:before {
    height: 1px;
  }
  #ent_container section.campaign h2 + p.lead {
    font-size: 12px;
    text-align: center;
    margin-bottom: 15px;
  }
}
#ent_container section.campaign .carousel-wrapper {
  width: 850px;
  box-sizing: border-box;
  margin: 0 auto;
  background-color: #f5f5f5;
  height: 235px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
}
#ent_container section.campaign .carousel-wrapper .carousel-inner {
  margin: 0 auto;
}
#ent_container section.campaign .carousel-wrapper .carousel-inner .carousel-cell {
  display: block;
  margin-right: 15px;
  width: 260px;
  height: 195px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#ent_container section.campaign .carousel-wrapper .btn-next {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 30px);
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 60px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-size: 11px 18px;
  transition-property: background-position;
  transition-duration: 0.1s;
  right: -50px;
  background-image: url("../images/svg/arrow_right.svg");
  background-position: 52% center;
}
@media screen and (max-width: 640px) {
  #ent_container section.campaign .carousel-wrapper .btn-next {
    width: 30px;
    height: 30px;
    background-size: 6px 9px;
    top: calc(50% - 15px);
  }
}
#ent_container section.campaign .carousel-wrapper .btn-next:hover {
  background-position: 55% center;
}
#ent_container section.campaign .carousel-wrapper .btn-prev {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 30px);
  display: block;
  width: 60px;
  height: 60px;
  border: 3px solid rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 60px;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-size: 11px 18px;
  transition-property: background-position;
  transition-duration: 0.1s;
  left: -50px;
  background-image: url("../images/svg/arrow_left.svg");
  background-position: 48% center;
}
@media screen and (max-width: 640px) {
  #ent_container section.campaign .carousel-wrapper .btn-prev {
    width: 30px;
    height: 30px;
    background-size: 6px 9px;
    top: calc(50% - 15px);
  }
}
#ent_container section.campaign .carousel-wrapper .btn-prev:hover {
  background-position: 45% center;
}
#ent_container section.campaign .carousel-wrapper ul.controller {
  width: 100%;
  text-align: center;
  margin-top: 28px;
}
#ent_container section.campaign .carousel-wrapper ul.controller li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #dedede;
  border-radius: 10px;
  margin-right: 15px;
  cursor: pointer;
}
#ent_container section.campaign .carousel-wrapper ul.controller li.active {
  background-color: #e42d2d;
}
#ent_container section.campaign .carousel-wrapper ul.controller li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #ent_container section.campaign .carousel-wrapper {
    width: 100%;
    border-radius: 0;
    padding: 20px 0;
  }
  #ent_container section.campaign .carousel-wrapper .btn-next {
    right: 10px;
  }
  #ent_container section.campaign .carousel-wrapper .btn-prev {
    left: 10px;
  }
}
@media screen and (max-width: 640px) {
  #ent_container section.campaign .carousel-wrapper {
    padding: 15px 0;
    height: 225px;
    margin-bottom: 70px;
  }
  #ent_container section.campaign .carousel-wrapper .carousel-inner .carousel-cell {
    margin-right: 10px;
  }
  #ent_container section.campaign .carousel-wrapper .btn-next {
    right: calc(50% - 130px - 25px);
  }
  #ent_container section.campaign .carousel-wrapper .btn-prev {
    left: calc(50% - 130px - 25px);
  }
}
@media print {
  #ent_container section.channel .carousel-cell {
    background-image: none !important;
    background-color: #dedede !important;
  }
  #ent_container section.campaign .carousel-cell {
    background-image: none !important;
    background-color: #dedede !important;
  }
}
