#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: url(../img/loading/bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 200;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  text-align: center;
  z-index: 250;
}

.fuwafuwa {
  -webkit-animation-name: fuwafuwa;
  -webkit-animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
  -moz-animation-name: fuwafuwa;
  -moz-animation-duration: 3s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
}

@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}

.top-wrapper {
  position: relative;
  padding-top: 10px;
  margin-bottom: -10px;
}

.top-wrapper section.main-visual {
  position: relative;
}

.top-wrapper section.main-visual h1 {
  position: absolute;
  bottom: 2%;
  left: 0;
  right: 0;
  margin: auto;
  width: 89.2%;
}

.top-wrapper section.main-visual .kv-txt {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 9%;
}

.top-wrapper section.main-visual .onair {
  position: absolute;
  bottom: 3.5%;
  right: 0;
  left: 0;
  margin: auto;
  width: 71.8%;
}

.top-wrapper section.top_onairInfo {
  background: url(../img/top/news_bg_repeat.png) top center repeat-y;
}

.top-wrapper section.top_onairInfo .onair_info_txt {
  width: 84.9%;
  margin: 0 auto;
  padding: 15px 0;
}

.top-wrapper section.top-share {
  background: url(../img/top/twitter_bg_repeat.jpg) top center repeat-y;
}

.top-wrapper section.top-share ul.share-list {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.top-wrapper section.top-share ul.share-list li {
  display: inline-block;
  position: relative;
  width: 13.3%;
  margin-left: 2%;
  margin-right: 2%;
  z-index: 1;
}

.top-wrapper section.news {
  background: url(../img/top/news_bg_repeat.png) top center repeat-y;
}

.top-wrapper section.news h2 {
  width: 66.6%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.top-wrapper section.news ul.news-list {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  text-align: center;
}

.top-wrapper section.news ul.news-list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 137px;
  margin: 10px;
}

.top-wrapper section.news ul.news-list li p.date {
  padding-top: 5px;
  font-size: 13px;
  color: #a79e93;
  text-align: left;
}

.top-wrapper section.news ul.news-list li p.news-title {
  font-size: 12px;
  text-align: left;
  max-height: 100%;
  line-height: 1.5em;
  overflow: hidden;
  width: 137px;
  height: 56px;
}

.top-wrapper section.news ul.news-list li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top-wrapper section.top-twitter {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  background: url(../img/top/twitter_bg_repeat.jpg) top center repeat-y;
}

.top-wrapper section.top-twitter .top-tw-bg {
  background: url(../img/top/twitter_bg_top.jpg) top center no-repeat;
}

.top-wrapper section.top-twitter h2 {
  position: relative;
  width: 66.6%;
  margin: 0 auto;
  margin-bottom: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
}

.top-wrapper section.top-twitter div.tw-timeline {
  position: relative;
  width: 80%;
  height: 300px;
  margin: 0 auto;
  background: url(../img/top/twitter_base_repeat.png) top center repeat-y;
  -webkit-background-size: contain;
  background-size: contain;
}

.top-wrapper section.top-twitter div.tw-timeline div.tw-bg-top {
  position: absolute;
  top: -7%;
  left: 0;
  z-index: 1;
}

.top-wrapper section.top-twitter div.tw-timeline div.tw-bg-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.top-wrapper section.trailer {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
  background: url(../img/top/news_bg_repeat.png) top center repeat-y;
}

.top-wrapper section.trailer h2 {
  width: 66.6%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 20px;
}

.top-wrapper section.trailer div.tlailer-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.top-wrapper section.trailer div.tlailer-inner .trailer-thumb {
  position: relative;
  width: 90%;
  margin: 0 auto;
  /*background: url(/1st/assets/img/movie/pv02.jpg) center center no-repeat;
          -webkit-background-size: 97% 96%;
          background-size: 97% 96%;*/
  overflow: hidden;
}

.top-wrapper section.trailer div.tlailer-inner .trailer-thumb .thumb-border {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16.8%;
  max-height: 50px;
}

.top-wrapper section.trailer div.tlailer-inner a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top-wrapper section.trailer p {
  padding-top: 5px;
  font-size: 15px;
  text-align: center;
}

.trailer-modal-wrapper {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  background-color: rgba(54, 89, 139, 0.9);
}

.trailer-modal-wrapper .modal-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}

.trailer-modal-wrapper section.trailer-modal {
  z-index: 100;
  position: fixed;
  padding: 0;
  margin: 0;
}

.trailer-modal-wrapper section.trailer-modal div.trailer-movie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 40px;
  height: 0;
  overflow: hidden;
}

.trailer-modal-wrapper section.trailer-modal div.trailer-movie .btn-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 9.3%;
}

.news-image {
  position: relative;
  width: 137px;
  height: 78px;
  border-radius: 6px;
}

.news-frame {
  width: 140px;
  height: 74px;
  position: absolute;
  top: -2px;
  left: -2px;
}

.news-thumb {
  width: 100%;
  height: 100%;
}

.top_djeeta_news {
  position: relative;
  padding-bottom: 15px;
}

.top_djeeta_news .ttl_top_djeeta {
  width: 66.5%;
  margin: 0 auto;
}

.top_djeeta_news ul {
  width: 90%;
  margin: 0 auto 20px;
}

.top_djeeta_news ul li {
  position: relative;
}

.top_djeeta_news ul li .d-date {
  font-size: 13px;
  color: #a79e93;
}

.top_djeeta_news ul li .d-desc {
  font-size: 12px;
  text-align: left;
  max-height: 100%;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.top_djeeta_news ul li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.link_bddvd {
  width: 93%;
  margin: 0 auto 15px;
}

.link_store {
  width: 91.8%;
  margin: 0 auto 15px;
}
.link_store a{
 display: block;
}

.link_store .grapass_left{
 float: left;
 width: 43%;
}

.link_store .grapass_right{
 float: left;
 width: 57%;
}

.link_channel {
  width: 93%;
  margin: 0 auto 15px;
}

.link_valentine {
  width: 93%;
  margin: 0 auto 15px;
}

.newyear2017 {
  position: relative;
  width: 90%;
  margin: 30px auto 0 auto;
}

.bahamut_modal {
  display: none;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.bahamut_modal .bahamut_modal_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(162, 206, 255, 0.9);
  z-index: 1;
}

.bahamut_modal .bahamut_modal_inner {
  position: relative;
  top: 20%;
  left: 0;
  margin: auto;
  z-index: 100;
}

.bahamut_modal .bahamut_modal_inner .bahamut_btn_close {
  width: 9.3%;
  position: absolute;
  top: -18%;
  right: 3%;
}

.bahamut_modal .bahamut_modal_inner .bahamut_img {
  position: relative;
  width: 94.4%;
  margin: 0 auto;
}

.bahamut_modal .bahamut_modal_inner .bahamut_img .logo_gbf {
  position: absolute;
  bottom: 12.5%;
  left: 4%;
  width: 38.1%;
}

.bahamut_modal .bahamut_modal_inner .bahamut_img .logo_bahamut {
  position: absolute;
  bottom: 19%;
  right: 4%;
  width: 38.1%;
}

.newYear_modal {
  display: none;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
}

.newYear_modal .newYear_modal_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(162, 206, 255, 0.9);
}

.newYear_modal .newYear_modal_inner {
  position: relative;
  top: 20%;
  left: 0;
  margin: auto;
  z-index: 100;
}

.newYear_modal .newYear_modal_inner .newYear_btn_close {
  width: 9.3%;
  position: absolute;
  top: -18%;
  right: 3%;
}

.newYear_modal .newYear_modal_inner .newYear_img {
  width: 94.4%;
  margin: 0 auto;
}

.bddvd_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  background-color: rgba(162, 206, 255, 0.9);
}

.bddvd_modal .bddvd_modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bddvd_modal .btn_modalClose {
  position: relative;
  margin: 6% 4% 20px auto;
  width: 9.3%;
}

.bddvd_modal .bddvdImg {
  position: relative;
  width: 92%;
  margin: 0 auto 60px;
  z-index: 1;
}