@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-regular-webfont.eot");
  src: url("fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-regular-webfont.woff") format("woff"), url("fonts/montserrat-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("fonts/montserrat-bold-webfont.eot");
  src: url("fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-bold-webfont.woff") format("woff"), url("fonts/montserrat-bold-webfont.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 369px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  html {
    font-size: 13px;
  }
}
@media (max-width: 265px) {
  html {
    font-size: 10px;
  }
}

html[lang=en] body {
  font-weight: 400;
}

a {
  transition: 200ms linear;
}
a:link, a:visited {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #0078BF;
  text-decoration: underline;
}

b {
  font-weight: 700;
}

a[data-fancybox] {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none;
}

body {
  opacity: 0;
}
#header {
  background-position: 50% -38px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: 62vw;
}
#header.bg-home {
  background-image: url(../images/header-bg-home.png);
}
#header.bg-blue {
  background-image: url(../images/header-bg-blue.png);
}
#header .logo {
  padding-top: 10px;
  padding-left: 18px;
}
#header .logo img {
  width: 32vw;
  height: 32vw;
  max-width: 160px;
  max-height: 160px;
}
#header .watermark {
  margin-top: 26vw;
  margin-right: 4vw;
  float: right;
}
#header .watermark img {
  width: 30vw;
}

#contentBoxWrapper {
  position: relative;
  top: -26.67vw;
}
#contentBoxWrapper h1 {
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  height: 9.25vw;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
#contentBoxWrapper h1.left {
  text-align: left;
}
#contentBoxWrapper .content-box {
  background: #ffffff;
  border-radius: 20px;
  padding: 1.25rem 0.9rem;
}

.tab-container .tab-nav {
  list-style: none;
  padding: 0;
  width: 100%;
  height: 3.75rem;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  overflow: scroll;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.tab-container .tab-nav li {
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: auto 1.25rem;
  background-image: url(../images/tabnav-bg.png);
  min-width: 5rem;
  height: 3rem;
  margin: 0;
  padding: 0 0.5rem;
  display: inline-block;
  cursor: pointer;
}
.tab-container .tab-nav li, .tab-container .tab-nav li span {
  display: inline-block;
  font-size: 1rem;
  text-align: center;
}
.tab-container .tab-nav li.longer {
  width: 6.5rem;
}
.tab-container .tab-nav li:active span {
  transform: translate(2px, 2px);
}
.tab-container .tab-nav li.active {
  background-repeat: no-repeat, repeat-x;
  background-image: url(../images/tabnav-bg-active.png), url(../images/tabnav-bg.png);
  font-weight: bold;
}

.game-icon-list {
  width: 94vw;
  margin-top: 0.5rem;
  margin-left: 3vw;
  text-align: left;
}

.game-icon-set {
  float: left;
  width: 28vw;
  text-align: center;
}
.game-icon-set .game-icon {
  width: 22vw;
  height: 22vw;
  max-width: 120px;
  max-height: 120px;
}
.game-icon-set .game-icon-caption {
  text-align: center;
  font-size: 1rem;
  margin: 0.25rem 0.125rem;
  height: 3.5rem;
}
@media (max-width: 400px) {
  .game-icon-set .game-icon-caption, .game-icon-set .game-icon-caption small {
    font-size: 0.85rem;
  }
}
@media (max-width: 330px) {
  .game-icon-set .game-icon-caption, .game-icon-set .game-icon-caption small {
    font-size: 0.75rem;
  }
}

#footer {
  position: fixed;
  z-index: 9999;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #ffffff;
  text-align: center;
  padding-top: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  height: 20vw;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.25);
}
#footer .col-nav {
  float: left;
  width: 20%;
  opacity: 0.5;
  text-align: center;
}
#footer .col-nav, #footer .col-nav * {
  -webkit-user-select: none;
          user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
}
#footer .col-nav .icon {
  width: 8vw;
  height: 8vw;
}
#footer .col-nav.register {
  margin-top: -12vw;
  width: 24%;
}
#footer .col-nav.register .icon {
  width: 20vw;
  height: 20vw;
}
#footer .col-nav.disabled {
  opacity: 0.1;
}
#footer .col-nav.register, #footer .col-nav.active {
  opacity: 1;
}
#footer .caption {
  font-size: 0.675rem;
}
#footer a:link, #footer a:visited, #footer a:hover {
  display: block;
  color: #333333;
  text-decoration: none;
}

#desktop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #cccccc;
  justify-content: center;
  z-index: 99999;
}
#desktop div {
  align-self: center;
  text-align: center;
}
#desktop div p {
  font-size: 1rem;
}
#desktop .qrcode {
  width: 60vw;
  height: 100vh;
  max-width: 200px;
  max-height: 200px;
  border: 10px solid #ffffff;
  border-radius: 10px;
  margin-bottom: 10px;
}/*# sourceMappingURL=common.css.map */