.font-questrial {
  font-family: 'Questrial', sans-serif;
}

.contents {
  padding: 40px 0 60px;
}

.hero-area {
  position: relative;
  min-width: 720px;
}

.home__hero {
  position: relative;
  margin-top: -2px;
}

.head-news {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  overflow: hidden;
  padding: 14px 25px;
  box-sizing: border-box;
  font-size: 12px;
  background-color: #fff;
  width: 100%;
  z-index: 9999;
  transition: .3s;
}
.head-news:hover {
  height: 88px;
  background-color: #fe201d;
}
.head-news:hover .head-news__item:first-child {
  margin-bottom: 0;
}
.head-news:hover a {
  color: #fff;
}
.head-news:hover a:before {
  background-position: left top;
}
.head-news ul {
  list-style: none;
}

.head-news__item {
  line-height: 12px;
  position: relative;
}
.head-news__item + .head-news__item {
  margin-top: 12px;
}
.head-news__item a {
  position: relative;
  color: #000;
  padding-left: 27px;
}
.head-news__item a .date {
  margin-right: 12px;
}
.head-news__item a:hover {
  opacity: .7;
  filter: alpha(opacity=70);
}
.head-news__item a:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_newS.png) no-repeat left bottom;
}
.head-news__item:first-child {
  margin-bottom: 16px;
  transition: .3s;
}

.hero-slides {
  width: 100%;
  overflow: hidden;
}

.hero-slides__item {
  float: left;
}

.hero__visual,
.hero-slides__item {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.hero__visual img,
.hero-slides__item img {
  width: 100%;
  height: auto;
}

.slider__nav {
  position: absolute;
  bottom: 32px;
}

.slider__nav-item {
  float: left;
  background: url(../img/common/icon_pickup.png) no-repeat left bottom;
  width: 16px;
  height: 16px;
  display: block;
  color: transparent;
  margin: 0 10px;
}

.slider__nav-item--current { background-position: left top; }

.hero__onair {
  position: absolute;
  top: 20px;
  left: 5%;
  width: 36%;
}
.hero__onair img {
  width: 100%;
  height: auto;
}

.top-bnr {
  position: absolute;
  top: 30px;
  left: 25px;
  width: 20%;
  min-width: 220px;
  max-width: 350px;
}
.hero__video {
  position: absolute;
  top: 30px;
  right: 25px;
  background-position: left bottom;
}
.hero__video:hover:after {
  background-position: left top;
}
/*
.hero__video:before {
  content: '';
  position: absolute;
  left: -24px;
  top: -27px;
  width: 75px;
  height: 75px;
  background: url(../img/top/title_movie.png) no-repeat left top;
  z-index: 1;
}
*/
.hero__video:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 121px;
  background: url(../img/top/filter_movie.png) no-repeat left top;
}

.hero__carta {
  cursor: pointer;
  position: absolute;
  left: 30px;
  bottom: 30px;
  width: 178px;
  height: 228px;
  background: url(../img/top/filter_countdown.png) no-repeat left top;
  padding-top: 20px;
  text-align: center;
  transition: all 0.2s;
}
.hero__carta:hover{
  opacity:0.6;

}
.hero__carta .balloon {
  position: absolute;
  top: -24px;
  right: -24px;
}
.hero__carta .balloon img {
  width: 75px;
  height: 75px;
}
.hero__carta .thumb {
  -webkit-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 100px;
  margin: 0 auto;
}
.hero__carta .thumb img {
  width: 100px;
  height: auto;
}
.hero__carta .countdown {
  margin-top: 50px;
}

.hero__special {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: #fff;
}

.link-banner {
  overflow: hidden;
  position: relative;
  height: 236px;
}
.link-banner ul {
  list-style: none;
}
.link-banner .slick-dots {
  height: 20px;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0px;
  list-style: outside none none;
  text-align: center;
}
.link-banner .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.link-banner .slick-dots .slick-active button {
  background-position: left top;
}
.link-banner .slick-dots button {
  background: url(../img/common/icon_pickup.png) no-repeat left bottom;
  width: 16px;
  height: 16px;
  display: block;
  cursor: pointer;
  color: transparent;
  border: 0;
}

.link-banner__item {
  width: 300px;
  height: 210px;
  float: left;
  background-color: #fff;
}
.link-banner__item img {
  width: 100%;
  height: auto;
}

.home__info {
  margin-top: 40px;
}
.home__info h2 {
  text-align: center;
}
.home__info .info-grid {
  margin: 50px auto 0;
}
.home__info .info-grid__wrapper {
  margin-left: -20px;
}
.home__info .info__child {
  float: left;
  position: relative;
  border: solid 1px #e2e7e9;
  border-top: 0;
  width: 310px;
  box-sizing: border-box;
  margin-left: 20px;
  margin-bottom: 30px;
  padding: 226px 20px 0;
  height: 390px;
  background-color: #fff;
}
.home__info .info__child:after {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 310px;
  height: 4px;
  background: url(../img/common/line_list_top.gif) no-repeat left top #fd201c;
}
.home__info .info__child-title {
  color: #fd201c;
  font-size: 15px;
  font-weight: 700;
}
.home__info .info__child-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: solid 1px #e2e7e9;
}
.home__info .info__child-details {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  height: 3.2em;
  overflow: hidden;
}
.home__info .info__child-details img {
  display: none;
}
.home__info .info__child-info {
  margin-top: 18px;
  color: #999;
  font-size: 11px;
}
.home__info .info__child-date {
  color: #6b6c70;
}
.home__info .info-latest__bottom {
  width: 190px;
  margin: 30px auto 0;
}

/********************************/
.floatcontents{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 500;
}
.floatcontents .wrap{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.9);
}
.floatcontents .banner{
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -225px 0 0 -345px;
}