/* CSS Document */
/* CSS Document */
@import url(//fonts.googleapis.com/earlyaccess/notosansscsliced.css);
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c|Nova+Square");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

/* CSS Document */
@font-face {
  font-family: "DINPro-Light";
  src: url("fonts/DINPro-Light.eot");
  src: url("fonts/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Light.woff") format("woff"), url("fonts/DINPro-Light.ttf") format("truetype"), url("fonts/DINPro-Light.svg#DINPro-Light") format("svg");
}

@font-face {
  font-family: "DINPro-Bold";
  src: url("fonts/DINPro-Bold.eot");
  src: url("fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
}

@font-face {
  font-family: "DINCond-Black";
  src: url("fonts/DINCond-Black.eot");
  src: url("fonts/DINCond-Black.eot?#iefix") format("embedded-opentype"), url("fonts/DINCond-Black.woff") format("woff"), url("fonts/DINCond-Black.ttf") format("truetype"), url("fonts/DINCond-Black.svg#DINCond-Black") format("svg");
}

@-webkit-keyframes titleshadow {
  0% {
    -webkit-text-shadow: #fff 0 0 0px;
    -moz-text-shadow: #fff 0 0 0px;
    text-shadow: #fff 0 0 0px;
  }
  50% {
    -webkit-text-shadow: #fff 0 0 30px;
    -moz-text-shadow: #fff 0 0 30px;
    text-shadow: #fff 0 0 30px;
  }
  100% {
    -webkit-text-shadow: #fff 0 0 0px;
    -moz-text-shadow: #fff 0 0 0px;
    text-shadow: #fff 0 0 0px;
  }
}

@keyframes titleshadow {
  0% {
    -webkit-text-shadow: #fff 0 0 0px;
    -moz-text-shadow: #fff 0 0 0px;
    text-shadow: #fff 0 0 0px;
  }
  50% {
    -webkit-text-shadow: #fff 0 0 30px;
    -moz-text-shadow: #fff 0 0 30px;
    text-shadow: #fff 0 0 30px;
  }
  100% {
    -webkit-text-shadow: #fff 0 0 0px;
    -moz-text-shadow: #fff 0 0 0px;
    text-shadow: #fff 0 0 0px;
  }
}

@-webkit-keyframes flight {
  0% {
    padding: 0;
  }
  50% {
    padding: 1px 0 0;
  }
  100% {
    padding: 0;
  }
}

@keyframes flight {
  0% {
    padding: 0;
  }
  50% {
    padding: 1px 0 0;
  }
  100% {
    padding: 0;
  }
}

/*----landing page-----*/
body {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar {
  margin-bottom: 0;
}

@media screen and (min-width: 960px) {
  #header {
    display: none;
  }
}

#toolbar {
  position: fixed;
  z-index: 9000;
  right: 0;
  bottom: 0;
  display: none;
}

#toolbar li {
  position: relative;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
  background: #fff;
  right: 0;
  color: #fff;
  padding: 10px;
  cursor: pointer;
}

#toolbar li a {
  color: #fff;
  dislpay: block;
}

#toolbar li:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#toolbar li .svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  vertical-align: middle;
}

#toolbar li:last-child {
  background: #f00;
}

#toolbar li:last-child .svg {
  fill: #fff;
}

#toolbar li:hover {
  opacity: 1;
  right: 0;
  background: #f00;
}

#toolbar li:hover .svg {
  fill: #fff;
}

#tokyoGS {
  font-family: "DINPro-Bold";
  font-size: 22px;
  color: #fff;
  padding-bottom: 5%;
  word-break: normal;
  background: url(../images/s1-bg2.jpg) top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  /*kv*/
  /*chooseDT*/
  /*joinus*/
  /*redeem*/
  /*wtb*/
  /*terms*/
}

#tokyoGS img {
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
  #tokyoGS {
    font-size: 20px;
  }
}

#tokyoGS a {
  text-decoration: none;
}

#tokyoGS sup {
  font-size: 50%;
  vertical-align: super;
}

#tokyoGS section {
  padding: 5em 0;
}

#tokyoGS .show {
  display: block;
}

@media screen and (max-width: 960px) {
  #tokyoGS .show {
    display: none !important;
  }
}

#tokyoGS .noshow {
  display: none;
}

@media screen and (max-width: 960px) {
  #tokyoGS .noshow {
    display: block;
  }
}

#tokyoGS .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

#tokyoGS .titlebox {
  display: table;
  width: 100%;
  margin: 0 auto;
  font-family: "DINPro-Bold";
  font-size: 48px;
  margin-bottom: 1em;
  text-transform: uppercase;
  -webkit-text-shadow: #666 2px 2px 10px;
  -moz-text-shadow: #666 2px 2px 10px;
  text-shadow: #666 2px 2px 10px;
  -webkit-animation: titleshadow 1s infinite;
  animation: titleshadow 1s infinite;
}

#tokyoGS .titlebox .tr {
  display: table-row;
}

#tokyoGS .titlebox .th {
  display: table-cell;
  width: 80%;
}

#tokyoGS .titlebox .td {
  display: table-cell;
  width: 20%;
}

@media screen and (max-width: 1280px) {
  #tokyoGS .titlebox {
    font-size: 38.4px;
  }
}

@media screen and (max-width: 960px) {
  #tokyoGS .titlebox {
    font-size: 24px;
  }
}

#tokyoGS .titlebox .bk {
  color: #000;
}

#tokyoGS .titlebox .tdlt {
  background: url(../images/line.jpg) left center no-repeat;
}

#tokyoGS .titlebox .tdrt {
  background: url(../images/line.jpg) right center no-repeat;
}

#tokyoGS #kv {
  position: relative;
  display: table;
  width: 100%;
  height: 100vh;
  position: relative;
  font-family: "DINCond-Black";
  background: url(../images/kv-bg.jpg) top center no-repeat ;
  background-size: cover;
}

@media screen and (max-width: 960px) {
  #tokyoGS #kv {
    height: auto;
  }
}

#tokyoGS #kv .intel {
  position: absolute;
  right: 2%;
  width: 5%;
  bottom: 3%;
  z-index: 10;
  text-align: right;
}

@media screen and (max-width: 1366px) {
  #tokyoGS #kv .intel {
    width: 7%;
  }
}

@media screen and (max-width: 960px) {
  #tokyoGS #kv .intel {
    width: 10%;
    top: 45px;
    right: 5%;
  }
}

#tokyoGS #kv .kv {
  position: relative;
  width: 100%;
  text-align: left;
  display: table;
  height: 88vh;
  margin-top: 6vh;
  overflow: hidden;
}

#tokyoGS #kv .kv .datebox {
  display: table-cell;
  width: 40%;
  position: relative;
  vertical-align: top;
}

#tokyoGS #kv .kv .datebox .datebg {
  position: absolute;
  width: 100%;
}

#tokyoGS #kv .kv .datebox .datebg img {
  width: 100%;
}

#tokyoGS #kv .kv .datebox .datebgm {
  display: none;
}

#tokyoGS #kv .kv .datebox .img {
  position: relative;
  padding-top: 87%;
  color: #f00;
  text-transform: uppercase;
  font-size: 32px;
}

@media screen and (max-width: 960px) {
  #tokyoGS #kv .kv .datebox {
    display: block;
    width: 100%;
    margin: 0;
  }
  #tokyoGS #kv .kv .datebox .datebg {
    display: none;
  }
  #tokyoGS #kv .kv .datebox .datebgm {
    display: block;
  }
  #tokyoGS #kv .kv .datebox .img {
    padding-top: 25px;
    background: url(../images/kv-bgbox.png) top left repeat;
    text-align: center;
  }
}

#tokyoGS #kv .kv .txtbox {
  display: table-cell;
  width: 60%;
  color: #000;
  padding: 1% 0;
  height: 80vh;
  vertical-align: middle;
  background: url(../images/kv-bgbox.png) top left repeat;
}

@media screen and (max-width: 1366px) {
  #tokyoGS #kv .kv .txtbox {
    vertical-align: top;
  }
}

@media screen and (max-width: 960px) {
  #tokyoGS #kv .kv .txtbox {
    display: block;
    width: 100%;
    padding-top: 0;
    margin-top: 0;
    height: auto;
  }
}

#tokyoGS #kv .kv .txtbox .title {
  padding-bottom: 1%;
}

#tokyoGS #kv .kv .txtbox .t1, #tokyoGS #kv .kv .txtbox .t2 {
  text-transform: uppercase;
  font-size: 58px !important;
  color: #000 !important;
}

#tokyoGS #kv .kv .txtbox .t1 img, #tokyoGS #kv .kv .txtbox .t2 img {
  vertical-align: middle;
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #tokyoGS #kv .kv .txtbox .t1, #tokyoGS #kv .kv .txtbox .t2 {
    font-size: 50px !important;
  }
}

@media screen and (max-width: 1366px) {
  #tokyoGS #kv .kv .txtbox .t1, #tokyoGS #kv .kv .txtbox .t2 {
    font-size: 36px !important;
  }
  #tokyoGS #kv .kv .txtbox .t1 img, #tokyoGS #kv .kv .txtbox .t2 img {
    width: 40%;
  }
}

@media screen and (max-width: 960px) {
  #tokyoGS #kv .kv .txtbox .t1, #tokyoGS #kv .kv .txtbox .t2 {
    font-size: 30px !important;
    text-align: center;
  }
  #tokyoGS #kv .kv .txtbox .t1 img, #tokyoGS #kv .kv .txtbox .t2 img {
    width: 40%;
  }
}

#tokyoGS #kv .kv .txtbox .pdimg, #tokyoGS #kv .kv .txtbox .logo {
  text-align: center;
}

@media screen and (max-width: 1680px) and (max-height: 1050px) {
  #tokyoGS #kv .kv {
    height: 87vh;
    margin-top: 5vh;
  }
}

@media screen and (max-width: 1366px) {
  #tokyoGS #kv .kv {
    height: 90vh;
    margin-top: 5vh;
  }
  #tokyoGS #kv .kv .logo {
    padding-top: 5%;
  }
  #tokyoGS #kv .kv .logo img {
    max-width: 250px;
  }
  #tokyoGS #kv .kv .pdimg img {
    width: 90%;
  }
}

@media screen and (max-width: 960px) {
  #tokyoGS #kv .kv {
    height: auto;
    padding-top: 30px;
    display: block;
  }
  #tokyoGS #kv .kv .logo {
    display: none;
  }
}

#tokyoGS #kv .note {
  width: 100%;
  height: 6vh;
  line-height: 6vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-family: "DINPro-Bold";
  letter-spacing: 2px;
}

@media screen and (max-width: 960px) {
  #tokyoGS #kv .note {
    height: auto;
    padding: 10px;
    line-height: 20px;
  }
}

#tokyoGS #kvm {
  display: none;
  width: 100%;
}

#tokyoGS #kvm img {
  width: 100%;
}

@media screen and (max-width: 960px) {
  #tokyoGS #kvm {
    display: block;
  }
}

#tokyoGS #kv-au {
  position: relative;
}

@media screen and (max-width: 960px) {
  #tokyoGS #kv-au {
    display: none;
  }
}

#tokyoGS #kv-au .bg {
  position: relative;
}

#tokyoGS #kv-au .img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#tokyoGS #kv-au .delay {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#tokyoGS #kv-au .date {
  position: absolute;
  top: 85%;
  left: 55%;
  color: #fff;
  font-size: 36px;
  font-style: italic;
  -webkit-text-shadow: #f00 0 0 50px;
  -moz-text-shadow: #f00 0 0 50px;
  text-shadow: #f00 0 0 50px;
}

#tokyoGS #chooseDT {
  background-attachment: fixed;
  position: relative;
}

#tokyoGS #chooseDT .bg {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
}

#tokyoGS #chooseDT .img {
  padding-top: 1em;
}

#tokyoGS #chooseDT .txt1 {
  text-transform: uppercase;
  line-height: 150%;
  padding-bottom: 1.5em;
}

#tokyoGS #chooseDT .txt1 strong {
  color: #f00;
  font-size: 120%;
}

#tokyoGS #chooseDT a img {
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#tokyoGS #chooseDT a img:hover {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

#tokyoGS #chooseDT .pdtb {
  display: table;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

#tokyoGS #chooseDT .pdtb .tr {
  display: table-row;
}

#tokyoGS #chooseDT .pdtb .th {
  display: table-cell;
  width: 50%;
}

#tokyoGS #chooseDT .pdtb .td {
  display: table-cell;
  width: 50%;
}

#tokyoGS #joinus {
  padding-bottom: 5em;
  background: url(../images/s2-bg.jpg) top center repeat;
  background-attachment: fixed;
}

#tokyoGS #joinus .txt1 {
  text-transform: uppercase;
  color: #333;
  line-height: 150%;
  padding-bottom: 1.5em;
}

#tokyoGS #joinus .txt1 strong {
  color: #c00;
  font-size: 120%;
}

#tokyoGS #joinus .pzbox {
  background: url(../images/tbline-top.png) top center no-repeat;
  border: #ccc 13px solid;
  border-top: none;
  position: relative;
  padding-top: 13px;
  margin-top: 30px;
}

#tokyoGS #joinus .pzbox .tbox {
  position: absolute;
  top: -25px;
  width: 100%;
}

#tokyoGS #joinus .pzbox .title {
  width: 100%;
  margin: 0 auto;
  max-width: 304px;
  background: url(../images/tbline-title.png) center center no-repeat ;
  background-size: cover;
  font-size: 30px;
  padding: 10px 0;
}

#tokyoGS #joinus .pzbox .subtitle {
  background: url(../images/tbline-bg.jpg) center center no-repeat ;
  background-size: cover;
  padding: 40px 10px 15px;
  -webkit-text-shadow: #000 0 0 30px;
  -moz-text-shadow: #000 0 0 30px;
  text-shadow: #000 0 0 30px;
  text-transform: uppercase;
  font-size: 36px;
}

#tokyoGS #joinus .pzbox .no1tb {
  display: table;
  width: 90%;
  margin: 0 auto;
  margin-top: 3%;
}

#tokyoGS #joinus .pzbox .no1tb .tr {
  display: table-row;
}

#tokyoGS #joinus .pzbox .no1tb .th {
  display: table-cell;
  width: 30%;
}

#tokyoGS #joinus .pzbox .no1tb .td {
  display: table-cell;
  width: 5%;
}

#tokyoGS #joinus .pzbox .no1tb .td, #tokyoGS #joinus .pzbox .no1tb .th {
  vertical-align: middle;
  position: relative;
}

#tokyoGS #joinus .pzbox .no1tb .td {
  padding-bottom: 3%;
}

#tokyoGS #joinus .pzbox .no1tb p {
  position: absolute;
  width: 100%;
  bottom: -15px;
  color: #333;
  text-transform: uppercase;
  font-size: 16px;
}

@media screen and (max-width: 960px) {
  #tokyoGS #joinus .pzbox .no1tb .td, #tokyoGS #joinus .pzbox .no1tb .th {
    display: block;
    width: 100%;
  }
  #tokyoGS #joinus .pzbox .no1tb p {
    position: relative;
    bottom: auto;
  }
}

#tokyoGS #joinus .pzbox .date {
  padding: 3% 0 2%;
  color: #333;
  text-transform: uppercase;
  font-style: italic;
}

#tokyoGS #joinus .pzbox .pdbg {
  position: absolute;
  bottom: 0;
  z-index: 0;
  width: 100%;
}

#tokyoGS #joinus .pzbox .pdbg img {
  width: 100%;
}

#tokyoGS #joinus .pzbox .img {
  position: relative;
  z-index: 2;
  padding-top: 15px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#tokyoGS #joinus .pzbox h2 {
  position: relative;
  z-index: 2;
  -webkit-text-shadow: #000 0 0 30px;
  -moz-text-shadow: #000 0 0 30px;
  text-shadow: #000 0 0 30px;
  font-size: 24px;
  padding-bottom: 8px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#tokyoGS #joinus .pzbox a {
  color: #fff;
}

#tokyoGS #joinus .pzbox a:hover .img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#tokyoGS #joinus .pzbox a:hover h2 {
  text-transform: uppercase;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

#tokyoGS #joinus .no23box {
  margin-top: 30px;
}

#tokyoGS #joinus .no23box:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#tokyoGS #joinus .no23box .boxlt {
  float: left;
  width: 49%;
  max-width: auto;
}

#tokyoGS #joinus .no23box .boxrt {
  float: right;
  width: 49%;
  max-width: auto;
}

#tokyoGS #joinus .no23box .note {
  font-size: 14px;
  color: #000;
  padding-top: 10px;
}

@media screen and (max-width: 960px) {
  #tokyoGS #joinus .no23box .boxlt, #tokyoGS #joinus .no23box .boxrt {
    float: none;
    width: 100%;
    max-width: auto;
  }
}

#tokyoGS #redeem {
  padding-top: 8%;
  padding-bottom: 8%;
}

@media screen and (max-width: 960px) {
  #tokyoGS #redeem .title {
    text-align: center;
    padding-bottom: 15px;
  }
  #tokyoGS #redeem .title img {
    width: 200px;
  }
}

#tokyoGS #redeem .steptb {
  padding-top: 0%;
  display: table;
  width: 100%;
  margin: 0 auto;
  font-family: "DINPro-Bold";
  line-height: 140%;
}

#tokyoGS #redeem .steptb .tr {
  display: table-row;
}

#tokyoGS #redeem .steptb .th {
  display: table-cell;
  width: 184px;
}

#tokyoGS #redeem .steptb .td {
  display: table-cell;
  width: auto;
}

#tokyoGS #redeem .steptb .thtxt {
  vertical-align: top;
  width: 22%;
  padding-top: 1.5%;
}

#tokyoGS #redeem .steptb .iconbox {
  width: 184px;
  height: 173px;
  position: relative;
  margin: auto;
}

#tokyoGS #redeem .steptb .iconbg {
  width: 184px;
  height: 173px;
  position: relative;
  background: url(../images/bg-icon.png) center center no-repeat ;
  background-size: cover;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#tokyoGS #redeem .steptb .icon {
  position: absolute;
  top: 0;
}

#tokyoGS #redeem .steptb .th {
  background: rgba(0, 0, 0, 0.2);
  padding: 15px;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#tokyoGS #redeem .steptb .th:hover {
  background: rgba(0, 0, 0, 0.9);
}

#tokyoGS #redeem .steptb .th:hover span {
  color: #000;
  background: #f00;
  color: #fff;
}

#tokyoGS #redeem .steptb .td {
  vertical-align: middle;
  padding-bottom: 4%;
}

#tokyoGS #redeem .steptb p {
  font-size: 80%;
  color: #fff;
  padding-top: 20px;
  line-height: 130%;
}

#tokyoGS #redeem .steptb p span {
  color: #f00;
}

#tokyoGS #redeem .steptb i {
  font-size: 180%;
  -webkit-text-shadow: #f00 0 0 50px;
  -moz-text-shadow: #f00 0 0 50px;
  text-shadow: #f00 0 0 50px;
}

#tokyoGS #redeem .steptb .rewards {
  font-size: 90%;
  padding: 30px;
  max-width: 100%;
  margin: auto;
  vertical-align: middle;
}

#tokyoGS #redeem .steptb .rewards span {
  color: #f00;
}

@media screen and (max-width: 960px) {
  #tokyoGS #redeem .steptb .th, #tokyoGS #redeem .steptb .td {
    display: block;
    width: 100%;
  }
  #tokyoGS #redeem .steptb .td {
    padding-bottom: 0;
  }
  #tokyoGS #redeem .steptb .td i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

#tokyoGS #wtb {
  background: url(../images/s2-bg.jpg) top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 5%;
}

@media screen and (max-width: 960px) {
  #tokyoGS #wtb .title {
    text-align: center;
    padding-bottom: 15px;
  }
  #tokyoGS #wtb .title img {
    width: 200px;
  }
}

#tokyoGS #wtb .malltb {
  padding-top: 0%;
  display: table;
  width: auto;
  margin: 0 auto;
  text-align: center;
}

#tokyoGS #wtb .malltb .tr {
  dispaly: table-row;
}

#tokyoGS #wtb .malltb .td {
  display: table-cell;
  width: auto;
  padding: 10px;
}

#tokyoGS #wtb .malltb .td a {
  display: inline-block;
  color: #999;
  font-size: 16px;
  line-height: 28px;
}

#tokyoGS #wtb .malltb .td a img {
  padding-bottom: 5px;
}

#tokyoGS #wtb .malltb .td a strong {
  color: #000;
  font-size: 20px;
}

#tokyoGS #wtb .malltb .td a:hover {
  color: #f00;
}

#tokyoGS #wtb .malltb .td a:hover strong {
  color: #f00;
}

@media screen and (max-width: 960px) {
  #tokyoGS #wtb .malltb {
    padding-top: 40px;
  }
  #tokyoGS #wtb .malltb .tr, #tokyoGS #wtb .malltb .td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

#tokyoGS #wtb section {
  padding: 0 !important;
}

#tokyoGS #wtb section select {
  color: #fff;
}

#tokyoGS #wtb section button {
  color: #fff;
}

#tokyoGS #terms {
  padding-top: 5%;
}

#tokyoGS #terms #tc {
  display: none;
}

#tokyoGS #terms .tabs {
  list-style: none;
  display: table;
  width: 100%;
  margin: 0 auto;
  border-bottom: #f00 3px solid;
}

#tokyoGS #terms .tabs li {
  display: table-cell;
  width: 50%;
  vertical-align: auto;
}

#tokyoGS #terms .tabs li {
  text-align: center;
  border: #333 1px solid;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-transform: uppercase;
}

#tokyoGS #terms .tabs li:hover, #tokyoGS #terms .tabs li.active {
  background: #f00;
}

@media screen and (max-width: 960px) {
  #tokyoGS #terms .title {
    text-align: center;
    padding-bottom: 15px;
  }
  #tokyoGS #terms .title img {
    width: 200px;
  }
}

#tokyoGS #terms a {
  color: #f00;
}

#tokyoGS #terms a:hover {
  background: #c00;
  color: #fff;
}

#tokyoGS #terms .termbox {
  text-align: left;
  background: rgba(0, 0, 0, 0.2);
  border: #333 1px solid;
  font-size: 18px;
  line-height: 24px;
}

@media screen and (max-width: 960px) {
  #tokyoGS #terms .termbox {
    background: none;
    border: none;
  }
}

#tokyoGS #terms .termtb {
  padding: 1.5% 3%;
  word-break: normal;
}

#tokyoGS #terms .termtb ul.dot {
  margin-left: 25px;
  padding-bottom: 20px;
}

#tokyoGS #terms .termtb ul.dot li {
  list-style: square;
  padding: 5px 0;
  word-break: break-all;
}

#tokyoGS #terms .termtb ul.dot li a {
  word-break: break-all;
}

#tokyoGS #terms .termtb ul.dot li ol {
  margin-left: 25px;
}

#tokyoGS #terms .termtb ul.dot li ol li {
  list-style: lower-latin;
}

#tokyoGS #terms .termtb ul.low {
  margin-left: 25px;
  padding-bottom: 20px;
}

#tokyoGS #terms .termtb ul.low li {
  list-style: lower-roman;
  padding: 5px 0;
  word-break: break-all;
}

#tokyoGS #terms .termtb ul.low li a {
  word-break: break-all;
}

#tokyoGS #terms .termtb ul.low li ol {
  margin-left: 25px;
}

#tokyoGS #terms .termtb ul.low li ol li {
  list-style: lower-latin;
}

#tokyoGS #terms .termtb ul.noSty li {
  list-style: none !important;
  color: #c00;
  font-size: 90%;
}

#tokyoGS #terms .termtb .subtitle {
  font-family: "DINPro-Bold";
  font-size: 26px;
  padding: 20px 0;
  margin: 20px 0;
  text-align: center;
  border-bottom: #333 5px solid;
  text-align: left;
  color: #f00;
}

#tokyoGS #terms .termtb .ultitle {
  color: #f00;
  font-family: "DINPro-Bold";
  font-size: 18px;
  padding: 10px 0 5px;
}

#tokyoGS #terms .termtb p {
  padding-bottom: 20px;
}

#tokyoGS #terms .termtb strong {
  font-family: "DINPro-Bold";
  border-bottom: #fff 1px dotted;
}

#tokyoGS #terms .bttitle {
  background: rgba(31, 139, 207, 0.2);
  border: #f00 1px solid;
  padding: 10px 0;
  text-align: center;
  display: none;
}

#tokyoGS #terms .bttitle.active {
  background: #f00;
}

@media screen and (max-width: 960px) {
  #tokyoGS #terms .bttitle {
    display: block;
  }
}

#tokyoGS .ft {
  padding-top: 0%;
  color: #ccc;
  font-size: 18px;
  line-height: 28px;
}

#tokyoGS .winner {
  color: #000;
  font-family: 'Noto Sans SC Sliced', sans-serif;
}

#tokyoGS .winner .t1 {
  color: #f00;
  font-family: "DINPro-Bold";
  font-size: 35px;
  text-align: left;
}

#tokyoGS .winner .t1 span {
  color: #000;
  font-size: 50%;
  padding-left: 10px;
}

#tokyoGS .winner .t1 .material-icons {
  font-size: 30px;
  vertical-align: middle;
  margin-right: 5px;
  color: #c00;
  border: #c00 1px solid;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 10px;
}

#tokyoGS .winner .tbline img {
  height: 3px;
}

#tokyoGS .winner .tbline2 {
  margin-bottom: 30px;
}

#tokyoGS .winner .tbline2 img {
  height: 1px;
}

#tokyoGS .winner .tb {
  background: rgba(255, 255, 255, 0.6);
  width: 100%;
  display: table;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  -webkit-box-shadow: #999 0 0 30px;
  -moz-box-shadow: #999 0 0 30px;
  box-shadow: #999 0 0 30px;
  border-bottom: #f7bf0a 1px solid;
  margin-bottom: 80px;
}

#tokyoGS .winner .tb .th {
  background: url(../images/tbline-bg.jpg) top center no-repeat;
  margin: 1px;
  border: #fff 1px solid;
  padding: 20px 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}

#tokyoGS .winner .tb .td {
  padding: 20px 0;
  font-size: 16px;
  border-bottom: #ccc 1px dashed;
}

#tokyoGS .winner .tb .tr {
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#tokyoGS .winner .tb .tr:nth-child(even) {
  background: rgba(255, 255, 255, 0.6);
}

#tokyoGS .winner .tb .tr:last-child .td {
  border-bottom: none;
}

#tokyoGS .winner .tb .tr:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  border: #ccc 2px solid;
  background: white;
  -webkit-box-shadow: #f6b60c 0 0 30px;
  -moz-box-shadow: #f6b60c 0 0 30px;
  box-shadow: #f6b60c 0 0 30px;
}

#tokyoGS .winner .tb .tr:hover .td {
  border-bottom: none;
}

#tokyoGS .winner .tb .tr:first-child:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  #tokyoGS .winner .t1 {
    font-size: 24px;
  }
  #tokyoGS .winner .t1 span {
    font-size: 65%;
  }
  #tokyoGS .winner .t1 .material-icons {
    font-size: 22px;
    padding: 5px;
  }
}

@media screen and (max-width: 480px) {
  #tokyoGS .winner .tb, #tokyoGS .winner .tr, #tokyoGS .winner .th, #tokyoGS .winner .td {
    display: block;
  }
  #tokyoGS .winner .tb .tr:first-child {
    display: none;
  }
  #tokyoGS .winner .tb .tr {
    padding: 10px;
    border-bottom: #ccc 1px dashed;
  }
  #tokyoGS .winner .tb .tr .td:nth-child(1) {
    color: #f00;
    font-weight: bold;
  }
  #tokyoGS .winner .tb .td {
    border: none;
    padding: 5px 0;
  }
}

/*.owl-carousel*/
.owl-carousel {
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
}

.owl-carousel .item {
  padding: 0 !important;
  margin: 0 !important;
}

.owl-carousel img {
  vertical-align: bottom;
}

.owl-carousel .owl-prev,
.owl-carousel .owl-next {
  position: absolute;
  top: 45%;
  left: 30px;
  color: #fff;
  font-size: 120px !important;
  z-index: 50;
  outline: none;
}

.owl-carousel .owl-prev:hover,
.owl-carousel .owl-next:hover {
  color: #000 !important;
}

@media screen and (max-width: 960px) {
  .owl-carousel .owl-prev,
  .owl-carousel .owl-next {
    display: none;
  }
}

.owl-carousel .owl-next {
  left: auto;
  right: 30px;
}

.owl-dots {
  display: none;
}

.ContentFlow .flow .item.active {
  cursor: default;
}

.ContentFlow .flow .item .btn_link {
  cursor: pointer;
}

.ContentFlow {
  padding-top: 10px;
  padding-bottom: 0px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  cursor: pointer;
  max-width: 16500px;
  margin: 0 auto;
}

a.btn_link {
  position: relative;
  width: 100%;
  height: 100%;
}

a.btn_link div {
  position: absolute;
  width: 100%;
  top: 80%;
}

#promotion {
  padding-top: 3%;
}

#promotion .nav-tabs.nav-justified > li > a {
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  color: #ff0000;
  text-transform: uppercase;
  font-family: 'DINCondMediumRegular', 'bebas_neue_cyrillicregular', 'BebasNeueTurkishSubset', 'BebasNeuePolishSubset', sans-serif;
}

#promotion .nav-tabs.nav-justified > .active > a {
  color: #ff0000;
  background: #FFF;
}

.btn-primary.outline {
  background: none;
  border: 2px solid #FFF;
  color: #FF0004;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 10px;
}

.btn-primary.outline:hover {
  background: #FF0004;
  border: 2px solid #FF0004;
  color: #FFF;
  border-radius: 10px;
}

.promotion {
  color: white;
  margin-bottom: 10px;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#CURVED .promotion h3 {
  font-size: 1.5em;
}

.promotion .thumbnail {
  background: #101010;
  border: 0px;
  color: #FFF;
  padding: 10px;
  min-height: 500px;
}

.Promotion_title {
  font-size: 20px;
  font-weight: normal;
  color: #FFF;
}

.Promotion_date {
  display: block;
  background: #000000;
  border-radius: 5px;
  height: auto;
  color: #fff;
  padding: 5px;
  font-family: "DINPro-Light";
  /*width:70%;*/
}

.Promotion_date h2 {
  padding: 5px;
  text-indent: 5px;
  line-height: 15px;
  font-size: 15px;
  font-weight: normal;
  color: #FF0004;
}

.Promotion_excerpt {
  padding-bottom: 20px;
  color: #fff;
}

.post_thumbnail {
  -webkit-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  z-index: 2;
}

.pormotion_thumbnail {
  overflow: hidden;
  position: relative;
  height: 200px;
}

.thumbnail .pormotion_thumbnail div {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  top: 0;
  -webkit-transition: -webkit-transform .7s;
  transition: -webkit-transform .7s;
  -o-transition: transform .7s;
  transition: transform .7s;
  transition: transform .7s, -webkit-transform .7s;
  z-index: 1;
  min-height: 200px;
}

.thumbnail:focus .pormotion_thumbnail div,
.thumbnail:hover .pormotion_thumbnail div {
  -webkit-transform: rotate(-10deg) scale(1.25);
  -ms-transform: rotate(-10deg) scale(1.25);
  transform: rotate(-10deg) scale(1.25);
}

.thumbnail .pormotion_thumbnail:before {
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  z-index: 2;
}

.thumbnail:focus .pormotion_thumbnail:before,
.thumbnail:hover .pormotion_thumbnail:before {
  background-color: rgba(230, 0, 20, 0.5);
}

.footer .row {
  margin: 0;
}

.expandable {
  overflow: hidden;
  position: relative;
  z-index: 10;
  width: 100%;
  margin: 5px 0 20px 0;
}

h2.filter {
  margin-right: 10px;
}

h2.filter, .filter-list, .filter-list ul, .filter-list ul li {
  float: left;
}

.filter-list ul li {
  list-style: none;
  font-size: 20px;
  font-family: 'DINCondMediumRegular', 'bebas_neue_cyrillicregular', 'BebasNeueTurkishSubset', 'BebasNeuePolishSubset', sans-serif;
}

.filter-list ul li a {
  padding: 0;
  margin: 24px 15px 0 0;
  line-height: 20px;
  display: block;
}

.filter-list ul li a.active {
  color: #f00;
  font-weight: bold;
}

.pdlist .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 200px;
  height: 175px;
  margin: 5px 5px 80px;
  vertical-align: top;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
}

.pdlist .item p {
  background: #900;
}

.pdlist .item:hover {
  background: #f00;
}

.pdlist .item img {
  max-width: 200px;
  max-height: 175px;
}
