﻿@charset "utf-8";

html{
  background: url(../img/top/bg.jpg) 50% 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.tablet {
  background: #4aa3fd;
}
#container {
  background-color: transparent;
  min-width: 960px;
}
.tablet #container {
  height: 100%;
}
#footer {
  opacity: 0;
  position: relative;
  height: 70px;
}
.tablet #footer {
  opacity: 1;
}

/* firstView
------------------------------- */
.firstView {
  position: relative;
  min-width: 960px;
}
.tablet .firstView {
  height: 72%;
}
#wrap {
  position: relative;
  overflow: hidden;
  min-height: 540px;
}
.tablet #wrap {
  height: 1000px;
  opacity: 0;
}
#wrap:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  z-index: 1;
}
.tablet #wrap:after {
  background: url(../img/top/bg.jpg) no-repeat 70% 0;
  -webkit-background-size: cover;
  background-size: cover;
  position: fixed;
  z-index: 0;
}
#movieMario {
  position: fixed;
  width: 100%;
  left: 50%;
  top: 0;
  opacity: 0;
  min-width: 960px;
  min-height: 540px;
}
.tablet #movieMario {
  opacity: 1;
  position: absolute;
}
.movieImg {
  position: absolute;
  z-index: 10;
}
.logo {
  top: 44px;
  right: 50%;
  margin-right: 10px;
}
.logoWii {
  left: 50%;
  margin-left: 400px;
  top: 20px;
}
.obiMv {
  width: 100%;
  height: 117px;
  position: absolute;
  bottom: 30px;
}
.obiMv:after {
  content: '';
  display: block;
  width: 100%;
  height: 117px;
  background: #000;
  opacity: .7;
  position: relative;
  z-index: 1;
}
.obiMv img {
  left: 50%;
  margin-left: -459px;
}
.btnScroll {
  left: 50%;
  margin-left: -41px;
  bottom: -10px;
  z-index: 500;
  opacity: 0;
}
.tablet .btnScroll {
  opacity: 1;
}
.btnWhats {
  width: 304px;
  height: 165px;
  left: 50%;
  margin-left: 190px;
  z-index: 100;
  bottom: 28px;
}
#topMovie {
  right: 50%;
  margin-right: 237px;
  bottom: 184px;
  z-index: 100;
}
#topMovie a {
  display: block;
  width: 245px;
  height: 192px;
  position: relative;
}
.btnWhats,.obiMv,.obiMv img,#topMovie {
  position: fixed;
}

.no-js .btnWhats,.no-js .obiMv,.no-js .obiMv img,.no-js #topMovie,
.tablet .btnWhats,.tablet .obiMv,.tablet .obiMv img,.tablet #topMovie {
  position: absolute;
}
.obiMv img {
  bottom: 19px;
  top: inherit;
}

/* js off */
.movieEnabled {
  width: 405px;
  position: absolute;
  bottom: 155px;
  left: 50%;
  margin-left: -231px;
  background: #0826A0;
  padding: 8px 9px 8px 15px;
  color: #fff;
  font-weight: 700;
}
.movieEnabledBg {
  width: 246px;
  height: 175px;
  background: #000;
  opacity: .6;
  position: absolute;
  bottom: 153px;
  right: 50%;
  margin-right: 236px;
  border-radius: 4px;
  z-index: 100;
}
.movieEnabledText {
  position: relative;
  z-index: 10;
}
.movieEnabledTextBg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #000;
  opacity: .3;
}


/* lightbox
------------------------------- */
#cboxContent iframe {
  margin: 0 auto 0;
  display: block;
}
.movieBtn {
  text-align: center;
  margin: 10px auto 0;
  width: 286px;
  padding-bottom: 20px;
}
.movieBtn li {
  float: left;
  margin-left: 10px;
  -webkit-box-shadow: 0 0 10px #017ca8;
  box-shadow: 0 0 10px #017ca8;
  position: relative;
}
.movieBtn li:first-child {
  margin-left: 0;
}
.movieBtn a {
  display: block;
  position: relative;
}
.movieBtn a:after {
  width: 35px;
  height: 35px;
  border-radius: 18px;
  content: '';
  background: url(../img/top/btn_movie_img.png) no-repeat 13px 50% rgba(1,1,1,.3);
  position: absolute;
  left: 50%;
  top: 28px;
  margin-left: -17px;
}
.movieBtn a:hover:after,
.movieBtn a.active:after {
  background-color: #f12b24;
}
.wrapMovie {
  background: #fff;
  padding: 8px;
  -webkit-box-shadow: 0 0 10px #017ca8;
  box-shadow: 0 0 10px #017ca8;
  margin: 10px;
  width: 722px;
  margin: 0 auto;
}

/* infoSec
------------------------------- */
.infoSec {
  width: 960px;
  margin: 0 auto;
}
/* topicsSec */
.topicsSec {
  width: 300px;
  float: left;
  height: 185px;
  background: #fff;
  padding: 13px 10px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.8);
  box-shadow: 0 0 12px rgba(0,0,0,.8);
}
.topicsSec ol {
  overflow: auto;
  height: 160px;
  padding-right: 5px;
}
.topicsSec ol li {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.topicsDate {
  background: #36b015;
  background: -moz-linear-gradient(top, #36b015 0%, #01a000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36b015), color-stop(100%,#01a000));
  background: -webkit-linear-gradient(top, #36b015 0%,#01a000 100%);
  background: -o-linear-gradient(top, #36b015 0%,#01a000 100%);
  background: -ms-linear-gradient(top, #36b015 0%,#01a000 100%);
  background: linear-gradient(to bottom, #36b015 0%,#01a000 100%);
  border-radius: 2px;
  padding: 1px 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 2px;
  display: inline-block;
}
.topicsTitle {
  display: block;
}
/* infoBox */
.infoBox {
  width: 640px;
  float: right;
  position: relative;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.8);
  box-shadow: 0 0 12px rgba(0,0,0,.8);
}
.btnInfo {
  position: absolute;
}
.btnInfo01 {
  top: 118px;
  left: 128px;
  width: 44px;
  height: 44px;
}
.btnInfo02 {
  top: 116px;
  left: 177px;
  width: 38px;
  height: 46px;
}
.btnInfo03 {
  top: 122px;
  right: 250px;
  width: 151px;
  height: 43px;
}
.btnInfo03:hover {
  opacity: .7;
}
.imgInfo {
  width: 147px;
  height: 120px;
  right: 10px;
  bottom: -16px;
}


/* wrap2
------------------------------- */
#wrap2 {
  max-width: 1339px;
  min-width: 1008px;
  margin: -57px auto 0;
  position: relative;
  padding-bottom: 30px;
  opacity: 0;
}
.no-js #wrap2,
.tablet #wrap2 {
  opacity: 1;
}
.topMenu {
  padding: 81px 0 4px;
  width: 1008px;
  margin: 0 auto;
  text-align: center;
}
.topMenu li {
  display: inline-block;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.8);
  box-shadow: 0 0 12px rgba(0,0,0,.8);
  margin: 0 8px 12px;
  height: 162px;
  position: relative;
  border-radius: 5px;
}
.topMenu li:first-child {
  z-index: 10;
}
.topMenu li a {
  display: inline-block;
  width: 472px;
  height: 162px;
  position: relative;
}
.topMenu a:after {
  position: absolute;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.menu01 a:after {
  content: url(../img/top/btn_01_img.png);
  width: 150px;
  height: 218px;
  display: block;
  right: 0;
  top: -48px;
}
.menu02 a:after {
  content: url(../img/top/btn_02_img.png);
  width: 167px;
  height: 151px;
  display: block;
  right: 0;
  top: -19px;
}
.menu03 a:after {
  content: url(../img/top/btn_03_img.png);
  width: 117px;
  height: 168px;
  display: block;
  right: 26px;
  top: 5px;
}
.menu04 a:after {
  content: url(../img/top/btn_04_img.png);
  width: 214px;
  height: 191px;
  display: block;
  right: -14px;
  top: -13px;
}


/* btn
------------------------------- */

/* Icon Hang */
@-webkit-keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang {
  0% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }

  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }

  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-webkit-keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-hang-sink {
  100% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}
.hvr-icon-hang {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}


/* ----------------------------------------

clearfix

---------------------------------------- */

/* Modern Browsers
------------------------------- */
.infoSec:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
	line-height: 0;
}

/* Legacy IE
------------------------------- */
.infoSec {
	*zoom: 1;
}