@charset "UTF-8";
/**
 * index.css : for PC
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

span.customSelect {
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  position: relative;
  min-width: 165px;
  width: auto;
}

span.customSelect:after {
  background: transparent url(../img/icon_selectArrow.png) no-repeat;
  content: " ";
  display: block;
  height: 17px;
  margin: -8px 0 0;
  overflow: hidden;
  position: absolute;
  right: 8px;
  top: 50%;
  width: 8px;
  z-index: -1;
}

span.customSelectInner {
  padding-right: 25px;
}

span.customSelectInner:before {
  content: "Language : ";
  padding: 0 10px;
}

.customSelect.customSelectChanged {
  -webkit-animation: changed 0.5s;
  animation: changed 0.5s;
}

@-webkit-keyframes changed {
  0%, 100% {
    box-shadow: 0px 0px 14px 5px rgba(151, 67, 159, 0);
  }
  50% {
    box-shadow: 0px 0px 14px 5px rgba(255, 255, 255, 0);
  }
}

@keyframes changed {
  0%, 100% {
    box-shadow: 0px 0px 14px 5px rgba(255, 255, 255, 0);
  }
  50% {
    box-shadow: 0px 0px 14px 5px rgba(255, 255, 255, 0);
  }
}

/**
 * fonts
 */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url("/tfmworld/shared/fonts/Montserrat-Regular.eot");
  /* IE9 Compat Modes */
  src: url("/tfmworld/shared/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/tfmworld/shared/fonts/Montserrat-Regular.woff") format("woff"), url("/tfmworld/shared/fonts/Montserrat-Regular.ttf") format("truetype"), url("/tfmworld/shared/fonts/Montserrat-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-style: bold;
  font-weight: 700;
  src: url("/tfmworld/shared/fonts/Montserrat-Bold.eot");
  /* IE9 Compat Modes */
  src: url("/tfmworld/shared/fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/tfmworld/shared/fonts/Montserrat-Bold.woff") format("woff"), url("/tfmworld/shared/fonts/Montserrat-Bold.ttf") format("truetype"), url("/tfmworld/shared/fonts/Montserrat-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'icomoon';
  src: url("/tfmworld/shared/fonts/icomoon.eot?2pat2y");
  src: url("/tfmworld/shared/fonts/icomoon.eot?#iefix2pat2y") format("embedded-opentype"), url("/tfmworld/shared/fonts/icomoon.ttf?2pat2y") format("truetype"), url("/tfmworld/shared/fonts/icomoon.woff?2pat2y") format("woff"), url("/tfmworld/shared/fonts/icomoon.svg?2pat2y#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tunein:before {
  content: "\e608";
}

.icon-arrow_back:before {
  content: "\e609";
}

.icon-arrow_down:before {
  content: "\e60a";
}

.icon-minus:before {
  content: "\e60b";
}

.icon-plus:before {
  content: "\e60c";
}

.icon-category_news:before {
  content: "\e600";
}

.icon-category_local:before {
  content: "\e601";
}

.icon-category_entertainment:before {
  content: "\e602";
}

.icon-category_music:before {
  content: "\e603";
}

.icon-category_calture:before {
  content: "\e604";
}

.icon-category_lifestyle:before {
  content: "\e605";
}

.icon-category_education:before {
  content: "\e606";
}

.icon-category_travel:before {
  content: "\e607";
}

/* .share */
.share {
  transition: all 0.4s ease;
  z-index: 1;
}

.share ul {
  margin: 0;
  padding: 0;
}

.share li {
  display: inline-block;
  font-size: 0;
  list-style-type: none;
  padding: 0 4px;
}

.share li:last-child {
  padding: 0 0 0 4px;
}

/**
 * header
 */
body > header {
  height: 50px;
  left: 0;
  min-width: 1280px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

body > header > * {
  position: relative;
  z-index: 2;
}

body > header:before {
  background-color: #000;
  content: " ";
  height: 100%;
  left: 0;
  position: absolute;
  opacity: .75;
  filter: alpha(opacity=75);
  top: 0;
  width: 100%;
  z-index: 1;
}

body > header ul {
  margin: 0;
  overflow: hidden;
  padding: 0 20px;
  zoom: 1;
}

body > header ul li {
  float: left;
  list-style-type: none;
  zoom: 1;
}

body > header ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
}

body > header ul li a span {
  position: relative;
}

body > header ul li a span:before {
  background-color: #fff;
  bottom: -2px;
  content: " ";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  transition: all 0.3s ease;
  width: 0;
}

body > header ul li a:hover span:before,
body > header ul li a:focus span:before,
body > header ul li a.current span:before {
  left: 0;
  width: 100%;
}

body > header .lang {
  border: 1px solid #fff;
  height: 34px;
  overflow: hidden;
  position: absolute;
  right: 210px;
  top: 7px;
}

body > header .lang select {
  float: right;
  position: absolute;
  width: 100%;
  z-index: 5;
}

body > header .backBtn {
  background-color: #fff;
  color: #e6047f;
  font-size: 14px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
  transition: all 0.3s ease;
  width: 200px;
}

body > header .backBtn:focus,
body > header .backBtn:hover {
  background-color: #e6047f;
  color: #fff;
}

body > header .backBtn i {
  font-size: 28px;
  line-height: 50px;
  padding: 0 5px 0 0;
  vertical-align: middle;
}

/**
 * .section
 */
.section {
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.sectionInner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

/**
 * sectionTitle
 */
.sectionTitle {
  height: 125px;
  margin: 30px 0 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  zoom: 1;
}

.sectionTitle h2 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  line-height: 125px;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

.sectionTitle > div:after {
  background-color: #fff;
  content: " ";
  display: block;
  height: 1px;
  position: absolute;
  width: 0;
  transition: all 0.3s linear;
}

.sectionTitle > div i {
  display: block;
  height: 100%;
  position: absolute;
  overflow: hidden;
  width: 0;
}

.sectionTitle > div i:before {
  content: " ";
  display: block;
}

/* animate */
.sectionTitle.animate i {
  height: 125px;
  transition: all 0.8s linear 0.3s;
  width: 100%;
}

.sectionTitle.animate > div:after {
  width: 9998px;
}

/* .sectionTitleLeft */
.sectionTitleLeft {
  bottom: 0;
  height: 78px;
  left: 50%;
  position: absolute;
  text-align: left;
  width: 50%;
}

.sectionTitleLeft:after {
  margin: 0 0 0 -9998px;
}

/* .sectionTitleRight */
.sectionTitleRight {
  height: 117px;
  right: 50%;
  position: absolute;
  text-align: right;
  width: 50%;
}

.sectionTitleRight i:before {
  position: absolute;
  right: 0;
}

.sectionTitleRight:after {
  margin: 0 -9998px 0;
}

.parallaxBg {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.parallaxBg > div {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  -webkit-transform-origin: 0 100%;
      -ms-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: translate3d(0, 0, 0);
  width: 100%;
}

.parallaxBg > div:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-repeat: no-repeat;
  background-position: bottom center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  content: " ";
  height: 140px;
  left: 0;
  position: absolute;
  top: -139px;
  width: 100%;
}

.parallaxBg-top {
  top: 0;
}

.parallaxBg-middle {
  top: 80px;
}

.parallaxBg-bottom {
  top: 160px;
}

.isParallax .parallaxBg-middle {
  height: 100%;
  top: auto;
}

.isParallax .parallaxBg-bottom {
  height: 100%;
  top: auto;
}

.pBox {
  list-style-type: none;
  opacity: 0;
  filter: alpha(opacity=0);
  padding: 0;
  position: relative;
  margin: 0 0 10px;
  -webkit-transform: rotateX(100deg);
          transform: rotateX(100deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: all 0.6s ease 0.2s;
  width: 555px;
}

.pBox.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.pBox > a {
  display: block;
  height: 110px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 100%;
}

.pBox > a:before {
  content: " ";
  display: block;
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 80px;
}

.pBox > a > i {
  border: 2px solid #fff;
  color: #fff;
  font-style: normal;
  height: 46px;
  line-height: 46px;
  margin: -23px 0 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 50%;
  transition: all 0.3s ease;
  width: 46px;
  z-index: 10;
}

.pBox > a > i:before {
  font-family: "icomoon";
  content: "\e60c";
  display: block;
  font-size: 36px;
  height: 46px;
  line-height: 46px;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 46px;
}

.pBox.open > a > i:before {
  display: none;
}

.pBox > a > i:after {
  font-family: "icomoon";
  color: #1e1e1e;
  content: "\e60b";
  display: none;
  font-size: 36px;
  height: 46px;
  left: 0;
  line-height: 46px;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  top: 0;
  width: 46px;
}

.pBox.open > a > i:after {
  display: block;
}

.pBox > a:hover > i {
  background-color: #fff;
  color: #1e1e1e;
}

.pBox.open > a > i {
  background-color: #fff;
  color: #1e1e1e;
}

.csstransforms .pBox > a > i:before {
  -webkit-transform-style: flat;
          transform-style: flat;
  transition: -webkit-transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.csstransforms .pBox > a > i:after {
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-style: flat;
          transform-style: flat;
  transition: -webkit-transform 0.6s ease, opacity 0.6s ease;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.csstransforms .pBox.open > a > i:before {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.csstransforms .pBox.open > a > i:after {
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.pBox > a > div {
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
}

.pBox a > div > div {
  display: table-cell;
  vertical-align: middle;
}

.pBoxCategory {
  color: #fff;
  height: 110px;
  text-align: center;
  width: 80px;
}

.pBoxCategory > div:before {
  font-family: "icomoon";
  font-size: 52px;
}

.pBoxCategory p {
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.2;
  margin: -1px 0 4px;
  padding: 0;
}

.pBoxTitle {
  background-color: #000;
  color: #fff;
  height: 110px;
  position: relative;
  text-align: left;
  width: 475px;
}

.pBoxTitle img {
  opacity: .25;
  filter: alpha(opacity=25);
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.pBoxTitle > div {
  padding: 0 20px;
  position: relative;
  z-index: 3;
}

.pBoxTitle > div > * {
  margin: 0;
  padding: 0;
  width: 388px;
}

.pBoxTitle > div p {
  font-size: 16px;
  line-height: 30px;
}

.pBoxTitle strong {
  display: block;
  font-size: 28px;
  line-height: 30px;
}

.pBoxTitle span {
  display: block;
  font-size: 16px;
  line-height: 25px;
}

.pBoxBody {
  background-color: #fff;
  display: none;
  overflow: hidden;
  padding: 18px 18px 12px;
}

.pBoxBody p {
  color: #1e1e1e;
  font-size: 16px;
  letter-spacing: .4px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.pBoxBody ul {
  margin: 0;
  padding: 7px 0 0;
  text-align: left;
}

.pBoxBody ul li {
  list-style-type: none;
  margin: 0;
  padding: 5px 0;
}

.pBoxBody ul li a {
  background: url(../img/icon_blank.gif) no-repeat 0 50%;
  padding: 0 0 0 20px;
}

.pBoxFooter {
  display: table;
  height: 35px;
  width: 100%;
}

.pBoxFooter dl {
  background-color: #7d7d7d;
  color: #fff;
  display: table-cell;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  text-align: left;
}

.pBoxFooter dl > * {
  display: inline-block;
}

.pBoxFooter dl dt {
  border-right: 2px dotted #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  padding: 0 10px 0 15px;
}

.pBoxFooter dl dd {
  font-size: 14px;
  padding: 0 0 0 5px;
  margin: 0;
}

.pBoxFooter .link {
  display: table-cell;
  height: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  width: 250px;
}

.pBoxFooter .link a {
  background-color: #36aa9d;
  color: #fff;
  display: block;
  font-size: 14px;
  height: 35px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
}

.pBoxFooter .link a:before {
  font-family: "icomoon";
  content: "\e608";
  display: inline;
  font-size: 20px;
  line-height: 35px;
  padding: 0 5px 0 0;
  position: relative;
  vertical-align: bottom;
}

.pBoxFooter .link a:focus,
.pBoxFooter .link a:hover {
  background-color: #c8c8c8;
}

/* travel */
.pBox.travel > a:before {
  background-color: #e00000;
}

.pBox.travel .pBoxCategory > div:before {
  content: "\e607";
}

.pBox.travel .pBoxBody a {
  color: #e00000;
}

/* music */
.pBox.music > a:before {
  background-color: #ff6400;
}

.pBox.music .pBoxCategory > div:before {
  content: "\e603";
}

.pBox.music .pBoxBody a {
  color: #ff6400;
}

/* local */
.pBox.local > a:before {
  background-color: #f4648b;
}

.pBox.local .pBoxCategory > div:before {
  content: "\e601";
}

.pBox.local .pBoxBody a {
  color: #f4648b;
}

/* lifestyle */
.pBox.lifestyle > a:before {
  background-color: #78bd00;
}

.pBox.lifestyle .pBoxCategory > div:before {
  content: "\e605";
}

.pBox.lifestyle .pBoxBody a {
  color: #78bd00;
}

/* culture */
.pBox.culture > a:before {
  background-color: #8128b3;
}

.pBox.culture .pBoxCategory > div:before {
  content: "\e604";
}

.pBox.culture .pBoxBody a {
  color: #8128b3;
}

/* entertainment */
.pBox.entertainment > a:before {
  background-color: #008be5;
}

.pBox.entertainment .pBoxCategory > div:before {
  content: "\e602";
}

.pBox.entertainment .pBoxBody a {
  color: #008be5;
}

/* education */
.pBox.education > a:before {
  background-color: #0032b4;
}

.pBox.education .pBoxCategory > div:before {
  content: "\e606";
}

.pBox.education .pBoxBody a {
  color: #0032b4;
}

/* news */
.pBox.news > a:before {
  background-color: #ffa900;
}

.pBox.news .pBoxCategory > div:before {
  content: "\e600";
}

.pBox.news .pBoxBody a {
  color: #ffa900;
}

.container > footer {
  height: auto;
  min-height: 0;
  position: relative;
  z-index: 3;
}

.container > footer p {
  color: #fff;
  font-size: 12px;
  letter-spacing: .3px;
  margin: 0;
  padding: 74px 0 20px;
  text-align: center;
}

.container > footer {
  background-color: #323232;
}

.container > footer:before {
  background: url(../img/footer_bg_top.png) no-repeat bottom center;
  content: " ";
  height: 140px;
  left: 0;
  position: absolute;
  top: -140px;
  width: 100%;
}

.container > footer ul {
  font-size: 0;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 60px 0 0;
  text-align: center;
  width: 1020px;
}

.container > footer ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 10px;
}

* {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

html, body {
  color: #1e1e1e;
  height: 100%;
  letter-spacing: .8px;
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  overflow-y: scroll;
}

.ja body {
  font-family: "Montserrat", "YuGothic", "游ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
}

.zh-cn body,
.zh-tw body {
  font-family: "Montserrat", "Simhei", "MS UI Gothic", "Hei", sans-serif;
}

a {
  transition: all 0.4s ease;
}

.container {
  height: 100%;
  min-width: 1280px;
  position: relative;
  width: 100%;
}

/**
 * .loading
 */
.loading .container {
  overflow: hidden;
  z-index: 10;
}

.loading > header {
  visibility: hidden;
}

.loading .section {
  visibility: hidden;
}

.loading #top {
  visibility: visible;
}

.loading #top img#topLogo-full {
  display: none;
}

/**
 * .hideContents
 */
.hideContents #top {
  z-index: 1;
}

html.video .hideContents #top {
  z-index: 20;
}

.hideContents #top .share {
  opacity: 0;
  filter: alpha(opacity=0);
}

/**
 * #loadAnime
 */
#loadAnime {
  background-color: #000;
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#loadAnime > div {
  height: 163px;
  left: 50%;
  margin: -81px 0 0 -255px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  width: 510px;
}

#loadAnime svg path {
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  -webkit-animation: dash 3s linear alternate forwards;
          animation: dash 3s linear alternate forwards;
  -webkit-animation: dash 3s linear 0s forwards;
          animation: dash 3s linear 0s forwards;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes dash {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

#loadAnime .mask {
  background-color: #000;
  height: 163px;
  position: absolute;
  right: -30%;
  top: 0;
  width: 130%;
}

#loadAnime div img {
  left: 0;
  position: absolute;
  top: 0;
}

/**
 * #video
 */
#video {
  background-color: #000;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
  zoom: 1;
}

#video > div {
  background-color: #000;
  content: " ";
  height: 100%;
  left: 0;
  opacity: .05;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
}

#video video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}

#video img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
}

/**
 * #top
 */
#top {
  height: 100%;
  min-height: 600px;
}

#top .sectionInner {
  display: table;
  height: 100%;
  overflow: hidden;
  width: 100%;
  z-index: 1;
}

#top .sectionInner > div {
  display: table-cell;
  height: auto;
  min-height: 100%;
  vertical-align: middle;
  text-align: center;
}

#top h1 {
  margin: 50px auto 0;
  position: relative;
  width: 677px;
}

#top h1 img#topLogo {
  opacity: 0;
  filter: alpha(opacity=0);
  vertical-align: middle;
}

#top h1 img#topLogo-full {
  vertical-align: middle;
}

#top h1 #logoAnime {
  display: none;
  fill: none;
  height: 213px;
  left: 78px;
  position: absolute;
  stroke: #fff;
  stroke-width: 2px;
  top: 80px;
  width: 518px;
}

#top .share {
  position: absolute;
  right: 20px;
  top: 70px;
  z-index: 1;
}

/**
 * #introduction
 */
#introduction {
  color: #fff;
  height: 100%;
  min-height: 600px;
  padding: 0 0 150px;
  text-align: center;
}

#introduction .sectionInner {
  display: table;
  height: 100%;
  overflow: hidden;
  width: 100%;
}

#introduction .sectionInner > div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

#introduction h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 0 0 28px;
  margin: 0;
}

#introduction p {
  font-size: 20px;
  letter-spacing: .5px;
  line-height: 44px;
  margin: 0;
  padding: 0 0 65px;
}

#introduction .btn {
  border: 2px solid #fff;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  height: 66px;
  letter-spacing: .7px;
  line-height: 60px;
  margin: 0 auto;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  width: 356px;
}

#introduction .btn:focus,
#introduction .btn:hover {
  background-color: #fff;
  color: #1e1e1e;
}

#introduction .btn i {
  bottom: -2px;
  font-size: 32px;
  margin: 0 0 0 -10px;
  position: absolute;
  left: 50%;
  text-align: center;
  width: 20px;
}

/**
 * #program
 */
/* .parallax */
#program .parallaxBg-top {
  background-color: #4b4b67;
}

#program .parallaxBg-top:before {
  background-image: url(../img/program_bg_top.png);
}

#program .parallaxBg-middle {
  background-color: #434360;
}

#program .parallaxBg-middle:before {
  background-image: url(../img/program_bg_middle.png);
}

#program .parallaxBg-bottom {
  background-color: #3c3c5a;
}

#program .parallaxBg-bottom:before {
  background-image: url(../img/program_bg_bottom.png);
}

/* .sectionTitle */
#program .sectionTitle .sectionTitleLeft {
  bottom: 4px;
}

#program .sectionTitle .sectionTitleLeft i {
  left: -720px;
}

#program .sectionTitle .sectionTitleLeft i:before {
  background: url(../img/program_sectionTitle_left.png) no-repeat;
  height: 78px;
  width: 633px;
}

#program .sectionTitle .sectionTitleLeft:after {
  left: -633px;
  top: 17px;
}

#program .sectionTitle .sectionTitleRight {
  top: 0;
}

#program .sectionTitle .sectionTitleRight i {
  right: -720px;
}

#program .sectionTitle .sectionTitleRight i:before {
  background: url(../img/program_sectionTitle_right.png) no-repeat;
  height: 117px;
  width: 858px;
}

#program .sectionTitle .sectionTitleRight:after {
  right: -720px;
  top: 60px;
}

#program .sectionTitle.animate .sectionTitleLeft i {
  width: 633px;
}

#program .sectionTitle.animate .sectionTitleRight i {
  width: 858px;
}

/* .sectionContents */
#program .sectionContents {
  margin: 0 auto;
  overflow: hidden;
  padding: 45px 0 190px;
  width: 1122px;
  zoom: 1;
}

#program .sectionContents > div {
  width: 555px;
}

#program .programLeft {
  float: left;
}

#program .programRight {
  float: right;
}

/**
 * #howto
 */
/* .parallax */
#howto .parallaxBg-top {
  background-color: #76ccd4;
}

#howto .parallaxBg-top:before {
  background-image: url(../img/howto_bg_top.png);
}

#howto .parallaxBg-middle {
  background-color: #62c5ce;
}

#howto .parallaxBg-middle:before {
  background-image: url(../img/howto_bg_middle.png);
}

#howto .parallaxBg-bottom {
  background-color: #50bdc7;
}

#howto .parallaxBg-bottom:before {
  background-image: url(../img/howto_bg_bottom.png);
}

/* .sectionTitle */
#howto .sectionTitle .sectionTitleLeft {
  bottom: 11px;
}

#howto .sectionTitle .sectionTitleLeft i {
  left: -720px;
}

#howto .sectionTitle .sectionTitleLeft i:before {
  background: url(../img/howto_sectionTitle_left.png) no-repeat;
  height: 87px;
  width: 623px;
}

#howto .sectionTitle .sectionTitleLeft:after {
  left: -623px;
  top: 26px;
}

#howto .sectionTitle .sectionTitleRight {
  top: 2px;
}

#howto .sectionTitle .sectionTitleRight i {
  right: -720px;
}

#howto .sectionTitle .sectionTitleRight i:before {
  background: url(../img/howto_sectionTitle_right.png) no-repeat;
  height: 117px;
  width: 848px;
}

#howto .sectionTitle .sectionTitleRight:after {
  right: -720px;
  top: 60px;
}

#howto .sectionTitle.animate .sectionTitleLeft i {
  width: 623px;
}

#howto .sectionTitle.animate .sectionTitleRight i {
  width: 848px;
}

/* .sectionContents */
#howto .sectionContents {
  padding: 46px 0 0;
}

#howto .sectionContentsTitle .icon-tunein {
  background-color: #fff;
  border-radius: 3px;
  display: block;
  color: #35b3a6;
  line-height: 100px;
  font-size: 75px;
  height: 100px;
  margin: 0 auto;
  text-align: center;
  width: 100px;
}

#howto .sectionContentsTitle h3 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  padding: 43px 0 14px;
}

#howto .sectionContentsTitle h3 a {
  color: #fff;
  text-decoration: none;
}

#howto .sectionContentsTitle > p {
  font-size: 14px;
  letter-spacing: .3px;
}

#howto .sectionContentsTitle > p a {
  border-bottom: 1px solid #1e1e1e;
  color: #1e1e1e;
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  margin: 0 8px;
  padding: 0 2px;
  text-decoration: none;
}

#howto .sectionContentsTitle > p a:focus,
#howto .sectionContentsTitle > p a:hover {
  background-color: #1e1e1e;
  color: #fff;
}

#howto .steps {
  margin: 0 auto;
  overflow: hidden;
  padding: 32px 0 196px;
  width: 1080px;
  zoom: 1;
}

#howto div[class^="step-"] {
  float: left;
  height: 260px;
  position: relative;
  width: 360px;
  z-index: -1;
}

#howto div[class^="step-"]:before {
  background: url(../img/icon_arrow.png) no-repeat;
  content: "";
  display: block;
  height: 12px;
  overflow: hidden;
  position: absolute;
  left: 355px;
  top: 50%;
  width: 8px;
  zoom: 1;
  z-index: 10;
}

#howto .steps .step-3:before {
  display: none;
}

#howto div[class^="step-"] img {
  width: 261px;
}

#howto div[class^="step-"] p {
  color: #1e1e1e;
  font-size: 20px;
  margin: 0;
  padding: 6px 0 0;
}

.csstransforms #howto .sectionContentsTitle {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.8s ease;
  -webkit-transform: translateY(100px);
      -ms-transform: translateY(100px);
          transform: translateY(100px);
}

.csstransforms #howto .sectionContentsTitle.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.csstransforms #howto .steps > div {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}

.csstransforms #howto .steps > div:before {
  opacity: 0;
  filter: alpha(opacity=0);
}

.csstransforms #howto .steps > div > p {
  opacity: 0;
  filter: alpha(opacity=0);
}

.csstransforms #howto .steps .step-1 {
  transition: all 0.6s ease;
  z-index: 3;
}

.csstransforms #howto .steps .step-1:before {
  transition: all 0.6s ease 1.5s;
}

.csstransforms #howto .steps .step-1 p {
  transition: all 0.6s ease 0.5s;
}

.csstransforms #howto .steps .step-2 {
  transition: all 0.6s ease 0.5s;
  -webkit-transform: translateX(-360px);
      -ms-transform: translateX(-360px);
          transform: translateX(-360px);
  z-index: 2;
}

.csstransforms #howto .steps .step-2:before {
  transition: all 0.6s ease 2s;
}

.csstransforms #howto .steps .step-2 p {
  transition: all 0.6s ease 1.5s;
}

.csstransforms #howto .steps .step-3 {
  transition: all 0.6s ease 1.5s;
  -webkit-transform: translateX(-360px);
      -ms-transform: translateX(-360px);
          transform: translateX(-360px);
  z-index: 1;
}

.csstransforms #howto .steps .step-3 p {
  transition: all 0.6s ease 2s;
}

.csstransforms #howto .steps.animate > div {
  opacity: 1;
  filter: alpha(opacity=100);
}

.csstransforms #howto .steps.animate > div:before {
  opacity: 1;
  filter: alpha(opacity=100);
}

.csstransforms #howto .steps.animate > div > p {
  opacity: 1;
  filter: alpha(opacity=100);
}

.csstransforms #howto .steps.animate .step-2 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.csstransforms #howto .steps.animate .step-3 {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* #movie */
#movie {
  background-color: #e5e5e5;
  position: relative;
  width: 100%;
}

#movie:before {
  background: url(../img/movie_bg_top.png) no-repeat bottom center;
  content: " ";
  height: 140px;
  left: 0;
  position: absolute;
  top: -139px;
  width: 100%;
}

#movie .sectionTitle h2 {
  color: #1e1e1e !important;
}

#movie .sectionTitle .sectionTitleLeft {
  top: 37px;
}

#movie .sectionTitle .sectionTitleLeft i {
  left: -720px;
}

#movie .sectionTitle .sectionTitleLeft i:before {
  background: url(../img/movie_sectionTitle_left.png) no-repeat;
  height: 87px;
  width: 697px;
}

#movie .sectionTitle .sectionTitleLeft:after {
  background-color: #1e1e1e;
  left: -720px;
  top: 26px;
}

#movie .sectionTitle .sectionTitleRight {
  top: 3px;
}

#movie .sectionTitle .sectionTitleRight i {
  right: -720px;
}

#movie .sectionTitle .sectionTitleRight i:before {
  background: url(../img/movie_sectionTitle_right.png) no-repeat;
  height: 117px;
  width: 727px;
}

#movie .sectionTitle .sectionTitleRight:after {
  background-color: #1e1e1e;
  right: -720px;
  top: 60px;
}

#movie .sectionTitle.animate .sectionTitleLeft i {
  width: 697px;
}

#movie .sectionTitle.animate .sectionTitleRight i {
  width: 727px;
}

/* .sectionContents */
#movie .sectionContents {
  margin: 0 auto;
  padding: 27px 0 216px;
  width: 640px;
}

#movie .sectionContents .youtube {
  height: 360px;
  padding: 20px 0 0;
}

/**
 * #about
 */
/* .parallax */
#about .parallaxBg-top {
  background-color: #f1baaf;
}

#about .parallaxBg-top:before {
  background-image: url(../img/about_bg_top.png);
}

#about .parallaxBg-middle {
  background-color: #f1aa9d;
}

#about .parallaxBg-middle:before {
  background-image: url(../img/about_bg_middle.png);
}

#about .parallaxBg-bottom {
  background-color: #ef9f90;
}

#about .parallaxBg-bottom:before {
  background-image: url(../img/about_bg_bottom.png);
}

/* .sectionTitle */
#about .sectionTitle .sectionTitleLeft {
  top: 0;
}

#about .sectionTitle .sectionTitleLeft i {
  left: -720px;
}

#about .sectionTitle .sectionTitleLeft i:before {
  background: url(../img/about_sectionTitle_left.png) no-repeat;
  height: 117px;
  width: 768px;
}

#about .sectionTitle .sectionTitleLeft:after {
  left: -720px;
  top: 60px;
}

#about .sectionTitle .sectionTitleRight {
  top: 34px;
}

#about .sectionTitle .sectionTitleRight i {
  right: -720px;
}

#about .sectionTitle .sectionTitleRight i:before {
  background: url(../img/about_sectionTitle_right.png) no-repeat;
  height: 87px;
  width: 563px;
}

#about .sectionTitle .sectionTitleRight:after {
  right: -720px;
  top: 26px;
}

#about .sectionTitle.animate .sectionTitleLeft i {
  width: 633px;
}

#about .sectionTitle.animate .sectionTitleRight i {
  width: 563px;
}

/* .sectionContents */
#about h3 {
  font-size: 30px;
  font-weight: bold;
  padding: 38px 0 0;
  margin: 0;
}

#about .boxWrapper {
  margin: 0 auto;
  overflow: hidden;
  padding: 40px 0 195px;
  width: 1220px;
  zoom: 1;
}

#about .boxWrapper > * {
  float: left;
  padding: 0 10.5px;
  text-align: center;
  width: 284px;
}

#about .boxWrapper > * > p {
  font-size: 16px;
  letter-spacing: .6px;
  line-height: 24px;
  margin: 0;
  padding: 7px 0 0;
}

#about .boxWrapper > * > img {
  width: 280px;
}

.csstransforms #about h3 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  transition: all 0.6s ease;
}

.csstransforms #about .boxWrapper > * {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.8s ease 0.5s;
}

.csstransforms #about .boxWrapper > * > p {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.6s ease 1s;
}

.csstransforms #about .boxWrapper .box-1 {
  -webkit-transform: translateX(460px);
      -ms-transform: translateX(460px);
          transform: translateX(460px);
}

.csstransforms #about .boxWrapper .box-2 {
  -webkit-transform: translateX(155px);
      -ms-transform: translateX(155px);
          transform: translateX(155px);
}

.csstransforms #about .boxWrapper .box-3 {
  -webkit-transform: translateX(-155px);
      -ms-transform: translateX(-155px);
          transform: translateX(-155px);
}

.csstransforms #about .boxWrapper .box-4 {
  -webkit-transform: translateX(-460px);
      -ms-transform: translateX(-460px);
          transform: translateX(-460px);
}

.csstransforms #about h3.animate {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.csstransforms #about .boxWrapper.animate > * {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.csstransforms #about .boxWrapper.animate > * > p {
  opacity: 1;
  filter: alpha(opacity=100);
}

/**
 * #company
 */
/* .parallax */
#company .parallaxBg-top {
  background-color: #ead1a6;
}

#company .parallaxBg-top:before {
  background-image: url(../img/company_bg_top.png);
}

/* .sectionTitle */
#company .sectionTitle h2 {
  color: #1e1e1e !important;
}

#company .sectionTitle .sectionTitleLeft {
  top: 40px;
}

#company .sectionTitle .sectionTitleLeft i {
  left: -720px;
}

#company .sectionTitle .sectionTitleLeft i:before {
  background: url(../img/company_sectionTitle_left.png) no-repeat;
  height: 87px;
  width: 657px;
}

#company .sectionTitle .sectionTitleLeft:after {
  background-color: #1e1e1e;
  left: -720px;
  top: 26px;
}

#company .sectionTitle .sectionTitleRight {
  top: 6px;
}

#company .sectionTitle .sectionTitleRight i {
  right: -720px;
}

#company .sectionTitle .sectionTitleRight i:before {
  background: url(../img/company_sectionTitle_right.png) no-repeat;
  height: 117px;
  width: 743px;
}

#company .sectionTitle .sectionTitleRight:after {
  background-color: #1e1e1e;
  right: -720px;
  top: 60px;
}

#company .sectionTitle.animate .sectionTitleLeft i {
  width: 657px;
}

#company .sectionTitle.animate .sectionTitleRight i {
  width: 743px;
}

/* .sectionContents */
#company .sectionContents {
  padding: 23px 0 175px;
}

#company .sectionContents dt {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .8px;
  padding: 0 0 24px;
}

#company .sectionContents dd {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 7px 0;
}

#company .sectionContents dd span {
  font-size: 12px;
}

#company .sectionContents dd a {
  border-bottom: 1px solid #1e1e1e;
  color: #1e1e1e;
  display: inline-block;
  line-height: 12px;
  padding: 2px;
  text-decoration: none;
}

#company .sectionContents dd a:focus,
#company .sectionContents dd a:hover {
  background-color: #1e1e1e;
  color: #fff;
}
