@charset "UTF-8";
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,
shops,
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,
shops,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 1;
  overflow-x: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

body {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
  background: #70cff4; }

.gh__header {
  display: block; }

section {
  overflow: hidden;
  position: relative; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

.bg-white {
  background: #ffffff; }

.bg-grey {
  background: #F6F6F6; }

.active {
  display: block !important; }

.hide {
  display: none !important; }

h2, section h2 {
  font-size: 48px;
  text-transform: uppercase;
  font-weight: 800 !important;
  line-height: 1.2 !important; }

h3, section h3 {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: bold !important;
  line-height: 1.6 !important; }

h4 {
  font-size: 24px;
  font-weight: bold; }

section p {
  font-size: 16px; }

.textcenter {
  text-align: center !important; }

.textleft {
  text-align: left !important; }

.small {
  color: #666666;
  font-size: 14px; }

.btn-black-fill, .btn-grey-fill {
  font-size: 16px !important; }

.pc-show {
  display: block; }

.mobile-show {
  display: none; }

@media (max-width: 599px) {
  .pc-show {
    display: none; }
  .mobile-show {
    display: block; } }

#menu-bar nav {
  width: 100%;
  height: 65px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  position: fixed;
  top: 0;
  z-index: 50;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

#menu-bar nav .navShadow {
  -webkit-box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px -5px rgba(0, 0, 0, 0.2);
  height: 65px; }

#menu-bar #brand #logo {
  display: block;
  width: 120px;
  height: 32px;
  background-image: url(http://www.garmin.co.jp/m/buzz/minisite/images/garmin_logo_on_w.svg);
  background-size: 120px 32px;
  position: absolute;
  top: 15px;
  left: 20px;
  z-index: 200; }

#menu-bar #brand ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }

#menu-bar #brand ul li {
  list-style: none; }

#menu-bar #brand ul li a {
  width: 120px;
  height: 20px;
  display: block;
  border-radius: 90px;
  text-decoration: none;
  color: #ffffff;
  position: relative; }

#menu-bar nav #menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

#menu-bar nav .nav-pc {
  display: block; }

#menu-bar nav .nav-mobile {
  display: none; }

#menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0; }

#menu ul li {
  list-style: none; }

#menu ul li.active a {
  color: #70cff4;
  background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), to(#70cff4));
  background-image: -webkit-linear-gradient(left, #70cff4, #70cff4 100%);
  background-image: -o-linear-gradient(left, #70cff4, #70cff4 100%);
  background-image: linear-gradient(to right, #70cff4, #70cff4 100%);
  background-position: -200%; }

#menu ul li.active a:before {
  display: block;
  content: '';
  width: 100%;
  height: 4px;
  bottom: 5px;
  left: 0;
  bottom: -16px;
  z-index: 0;
  position: absolute;
  background: #70cff4; }

#menu-bar nav #menu {
	
  padding-right: 0px;
  height: 65px; }

.home {
  margin: 0;
  display: block;
  margin-bottom: 6px; }

#menu ul .home a {
  margin: 0 10px 0 0;
  -webkit-text-fill-color: #fff; }

#menu ul .home a.active {
  margin: 0 10px 0 0;
  -webkit-text-fill-color: #6DCFF6; }

#menu ul li.social {
  margin: 0;
  display: block;
  margin-left: 5px; }
  #menu ul li.social a {
    margin: 0 10px 0 0;
    -webkit-text-fill-color: #fff; }
  #menu ul li.social a:hover svg {
    fill: #70cff4; }

#menu ul li svg {
  fill: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 12px;
  width: 24px;
  height: 24px; }

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 10px;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#menu ul .icon-home::after {
  display: none; }

#menu .icon-home a:after,
#menu .icon-home a:hover {
  width: 0;
  height: 0;
  border: 0;
  z-index: -1; }

#menu ul li a, #menu-bar .signup {
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 0 10px 0 10px;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-align: center;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), color-stop(50%, #70cff4), color-stop(50%, #fff));
  background-image: -webkit-linear-gradient(left, #70cff4, #70cff4 50%, #fff 50%);
  background-image: -o-linear-gradient(left, #70cff4, #70cff4 50%, #fff 50%);
  background-image: linear-gradient(to right, #70cff4, #70cff4 50%, #fff 50%);
  background-size: 200% 100%;
  background-position: -100%;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#menu ul li a span {
  display: none;
  font-size: 0.8rem; }

#menu ul li a:before {
  display: block;
  content: '';
  width: 0;
  height: 4px;
  bottom: 5px;
  left: 0;
  bottom: -16px;
  z-index: 0;
  position: absolute;
  background: #70cff4;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

#menu ul li a:hover, #menu-bar .signup a:hover {
  background-position: 0%; }

#menu ul li a:hover:before {
  width: 100%; }

#menu ul li a.active {
  color: #70cff4;
  background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), color-stop(50%, #70cff4), color-stop(50%, #70cff4));
  background-image: -webkit-linear-gradient(left, #70cff4, #70cff4 50%, #70cff4 50%);
  background-image: -o-linear-gradient(left, #70cff4, #70cff4 50%, #70cff4 50%);
  background-image: linear-gradient(to right, #70cff4, #70cff4 50%, #70cff4 50%); }

#menu ul li a.active:before, #menu ul li .active:before {
  content: '';
  display: block;
  position: absolute;
  left: 0%;
  bottom: -16px;
  width: 100%;
  height: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), color-stop(50%, #70cff4), color-stop(50%, #70cff4));
  background-image: -webkit-linear-gradient(left, #70cff4, #70cff4 50%, #70cff4 50%);
  background-image: -o-linear-gradient(left, #70cff4, #70cff4 50%, #70cff4 50%);
  background-image: linear-gradient(to right, #70cff4, #70cff4 50%, #70cff4 50%); }

#menu ul .home a:hover:before,
#menu ul .home a.active:before,
#menu ul .social a:hover:before,
#menu ul .social a.active:before {
  display: none; }

#menu-bar .signup {
  width: 130px;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: inline-block;
  z-index: 20;
  overflow: hidden;
  padding: 0;
  letter-spacing: 1px;
  text-transform: uppercase; }
  #menu-bar .signup a:hover {
    background-position: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), color-stop(50%, #0083b6));
    background-image: -webkit-linear-gradient(left, #70cff4, #0083b6 50%);
    background-image: -o-linear-gradient(left, #70cff4, #0083b6 50%);
    background-image: linear-gradient(to right, #70cff4, #0083b6 50%);
    background: #70cff4;
    -webkit-text-fill-color: #ffffff;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out; }
  #menu-bar .signup li a:hover, #menu-bar .signup li a:active, #menu-bar .signup li a:visited {
    background: #70cff4; }
  #menu-bar .signup a {
	  font-size:12px;
	  letter-spacing:0 !important;
    width: 130px;
    background: #6DCFF6;
    text-align: center;
    margin: 0;
    padding: 5px 5px;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-text-fill-color: #ffffff;
    color: #70cff4 !important; }

#menu-bar .signup a:hover:before {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#menu-bar .signup a.active {
  color: #70cff4;
  background-image: -webkit-gradient(linear, left top, right top, from(#70cff4), color-stop(50%, #70cff4), color-stop(50%, #70cff4));
  background-image: -webkit-linear-gradient(left, #70cff4, #70cff4 50%, #70cff4 50%);
  background-image: -o-linear-gradient(left, #70cff4, #70cff4 50%, #70cff4 50%);
  background-image: linear-gradient(to right, #70cff4, #70cff4 50%, #70cff4 50%); }

#menu-bar .signup a.active:before {
  display: none; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7)); } }

@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(calc(-250px * 7));
    transform: translateX(calc(-250px * 7)); } }

@-webkit-keyframes flash {
  0% {
    opacity: .4; }
  100% {
    opacity: 1; } }

@-webkit-keyframes shine {
  100% {
    left: 120%; } }

@keyframes shine {
  100% {
    left: 120%; } }

#logo-hero {
  position: relative;
  background-color: #70cff4;
  height: 180px;
  margin-top: 67px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  #logo-hero h2 {
    color: #ffffff;
    font-size: 4.5vw;
    margin-left: 52px;
    margin-top: 17px;
    font-weight: 500 !important;
    z-index: 5; }
  #logo-hero .city {
    width: 100%;
    max-width: 180px;
    position: absolute;
    left: -40px;
    bottom: -20px;
    z-index: 10; }
  #logo-hero .logo {
    position: absolute;
    z-index: 3;
    left: 16%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform; }
    #logo-hero .logo img {
      max-width: 150px; }
  #logo-hero .logo:hover {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9); }
    #logo-hero .logo:hover:after {
      left: 120%;
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  #logo-hero .container {
    width: 70% !important; }
  #logo-hero .slider {
    height: auto;
    margin: 2vw auto;
    overflow: hidden;
    position: relative;
    width: 70%;
    margin: 2vw 3vw 2vw auto;
    z-index: 2; }
    #logo-hero .slider .slide-track {
      -webkit-animation: scroll 40s linear infinite;
      animation: scroll 40s linear infinite;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 5000px; }
  #logo-hero .slider .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #logo-hero .slider img {
    margin: 0 10px;
    height: 90px; }

#logo-hero:after {
  content: "";
  background-image: url(../images/bar-bg-2.jpg);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  height: 180px;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 0;
  right: 0; }

@-webkit-keyframes marquee {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

@keyframes marquee {
  0% {
    left: 0; }
  100% {
    left: -100%; } }

.white-bg {
  background-color: #ffffff !important; }

@-webkit-keyframes ribbon {
  0% {
    -webkit-transform: translateX(-2.5%);
    transform: translateX(-2.5%); }
  25% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  50% {
    -webkit-transform: translate(1%, -1%);
    transform: translate(1%, -1%); }
  75% {
    -webkit-transform: translate(-1%, 1%);
    transform: translate(-1%, 1%); }
  100% {
    -webkit-transform: translateX(-2.5%);
    transform: translateX(-2.5%); } }

@keyframes ribbon {
  0% {
    -webkit-transform: translateX(-2.5%);
    transform: translateX(-2.5%); }
  25% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%); }
  50% {
    -webkit-transform: translate(1%, -1%);
    transform: translate(1%, -1%); }
  75% {
    -webkit-transform: translate(-1%, 1%);
    transform: translate(-1%, 1%); }
  100% {
    -webkit-transform: translateX(-2.5%);
    transform: translateX(-2.5%); } }

#hero {
  height: 120vh;
  min-height: 900px;
  max-height: 1050px;
  overflow: hidden;
  position: relative;
  background: white; }
  #hero .kv {
    width: 100%;
    height: 120vh;
    min-height: 900px;
    max-height: 1050px;
    position: relative;
    margin-top: 0;
    background-position: top center;
    background-size: cover;
    background-image: url(../images/kv-bg.jpg);
    display: block !important; }
    #hero .kv .title {
      position: absolute;
      top: 23%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: 20;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #hero .kv .title h2 {
        font-size: 9vw;
        font-weight: bold;
        color: white;
        -webkit-text-stroke: 1px black;
        text-stroke: 1px black;
        margin-top: -40px; }
    #hero .kv .people {
      position: absolute;
      bottom: -10px;
      z-index: 5;
      -webkit-transform: translateY(150px);
      -ms-transform: translateY(150px);
      transform: translateY(150px);
      width: 100vw;
      -webkit-animation-name: ribbon;
      animation-name: ribbon;
      -webkit-animation-duration: 1.5s;
      animation-duration: 1.5s;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: absolute;
      width: 100%;
      z-index: 12; }
      #hero .kv .people .subject img {
        width: 80%;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
    #hero .kv .scene {
      left: -4% !important;
      bottom: 0 !important; }
    #hero .kv .building {
      position: absolute;
      width: 105%;
      z-index: 4; }
    #hero .kv .fromzero {
      width: 100%;
      max-width: 1200px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      opacity: 0;
      z-index: 20; }
    #hero .kv .tohero {
      width: 100%;
      position: absolute;
      max-width: 1200px;
      bottom: 13%;
      left: 20%;
      -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
      transform: translateX(50%);
      opacity: 0;
      z-index: 15; }

.pull-in .char {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transition-delay: calc( 0.2s * ( 1 - var(--distance-percent) ));
  -o-transition-delay: calc( 0.2s * ( 1 - var(--distance-percent) ));
  transition-delay: calc( 0.2s * ( 1 - var(--distance-percent) )); }

.pull-in:hover .char {
  -webkit-transition-delay: calc( 0.2s * var(--distance-percent));
  -o-transition-delay: calc( 0.2s * var(--distance-percent));
  transition-delay: calc( 0.2s * var(--distance-percent));
  -webkit-transform: scale(0.5) translateX(calc(-1.5em * var(--distance-sine)));
  -ms-transform: scale(0.5) translateX(calc(-1.5em * var(--distance-sine)));
  transform: scale(0.5) translateX(calc(-1.5em * var(--distance-sine))); }

#hero .kv .people .subject {
  display: inline-block;
  /* text-align: left; */
  overflow: hidden;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 9%;
  right: 10%; }

#hero .kv .people .subject img:nth-child(2),
#hero .kv .people .subject img:nth-child(3),
#hero .kv .people .subject img:nth-child(4),
#hero .kv .people .subject img:nth-child(5) {
  visibility: hidden;
  -webkit-animation: 2s autoplay1 infinite;
  animation: 2s autoplay1 infinite;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

#hero .kv .people .subject img:nth-child(1) {
  z-index: 30 !important;
  position: relative; }

#hero .kv .people .subject img:nth-child(2) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  z-index: 20; }

#hero .kv .people .subject img:nth-child(3) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  z-index: 20; }

#hero .kv .people .subject img:nth-child(4) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

#hero .kv .people .subject img:nth-child(5) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

@-webkit-keyframes autoplay1 {
  0% {
    visibility: visible; }
  25% {
    visibility: hidden; } }

@keyframes autoplay1 {
  0% {
    visibility: visible; }
  25% {
    visibility: hidden; } }

#hero .bluebg {
  display: block;
  content: '';
  width: 100%;
  height: 30%;
  bottom: -60%;
  z-index: 20;
  position: absolute;
  background: #6DCFF6; }

#kv-sponsor {
  background: #FFFFFF;
  position: absolute;
  z-index: 20;
  width: 90%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 15px;
  border: 1px solid #b0b0b0; }
  #kv-sponsor .container {
    width: 100% !important; }
  #kv-sponsor .logo {
    margin: 0 auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #kv-sponsor .logo div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-transform: uppercase;
      font-weight: 400;
      margin: 30px 15px; }
      #kv-sponsor .logo div p {
        font-family: 'Oswald';
        line-height: 1.4 !important;
        font-size: 14px;
        text-align: left;
        color: #555555;
        margin-bottom: 0;
        margin-right: 20px; }
  #kv-sponsor img {
    height: 90px; }

.slider {
  height: auto;
  margin: 8vw auto 2vw auto;
  overflow: hidden;
  position: relative;
  width: 90%; }
  .slider img {
    margin: 0 10px;
    height: 120px; }
  .slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 3000px; }
  .slider .slide {
    height: 120px; }

.container {
  -webkit-transition: opacity 1s 2s;
  -o-transition: opacity 1s 2s;
  transition: opacity 1s 2s; }

.container.out {
  opacity: 0; }

.fade {
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

.fade.out {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

.flow {
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s; }

.flow.out {
  opacity: 0; }

.flowcontent {
  position: relative; }

.flowcontent:before {
  display: table;
  content: '';
  width: 1px;
  height: 1200px; }

.flowcontent .caption {
  position: absolute;
  border-radius: 3px;
  padding: 20px;
  display: block;
  top: 50%;
  left: 10%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

/* title styles */
.reveal span {
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 1.2;
  opacity: 1; }

.reveal span::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #6DCFF6;
  -webkit-animation: a-ltr-after 0.5s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  animation: a-ltr-after 0.5s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  -webkit-transform: translateX(-101%);
  -ms-transform: translateX(-101%);
  transform: translateX(-101%); }

.reveal span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  -webkit-animation: a-ltr-before 0.5s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  animation: a-ltr-before 0.5s cubic-bezier(0.77, 0, 0.18, 1) forwards;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.reveal span:nth-of-type(1)::before,
.reveal span:nth-of-type(1)::after {
  -webkit-animation-delay: .5s;
  animation-delay: .5s; }

.reveal span:nth-of-type(2)::before,
.reveal span:nth-of-type(2)::after {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

@-webkit-keyframes a-ltr-after {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%); } }

@keyframes a-ltr-after {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  100% {
    -webkit-transform: translateX(101%);
    transform: translateX(101%); } }

@-webkit-keyframes a-ltr-before {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); } }

@keyframes a-ltr-before {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%); } }

#index-intro {
  background: #6DCFF6;
  height: auto;
  overflow: hidden; }
  #index-intro .bg {
    background-image: url(../images/asiaseries-bg-building.png);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    height: 100vh;
    top: 0 !important;
    opacity: 0; }
  #index-intro a {
    z-index: 20; }
  #index-intro .container {
    width: 80% !important;
    line-height: 1;
    height: auto;
    padding: 8vw 0 8vw 0;
    max-height: 1000px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    #index-intro .container .text {
      width: 50%; }
    #index-intro .container .image {
      width: 50%;
      height: 670px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      position: relative; }
      #index-intro .container .image img {
        width: 100%;
        max-width: 600px;
        position: absolute;
        right: 0px;
        top: 150px; }
      #index-intro .container .image h2 {
        font-size: 8vw;
        line-height: 1 !important;
        text-align: right;
        color: #42B2DE; }
        #index-intro .container .image h2 span {
          font-size: 8 !important;
          padding: 0;
          margin-bottom: -30px !important; }
  #index-intro p {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    margin: 0 auto;
    text-align: left;
    line-height: 1.6 !important; }
    #index-intro p .blue {
      color: #0179D8; }
  #index-intro hr {
    width: 75%;
    border-top: 1px solid #0179D8;
    margin: 30px 0 30px 0; }
  #index-intro h3 {
    margin: 0;
    padding: 0;
    text-align: left;
    line-height: 1.4 !important;
    color: #ffffff;
    position: relative;
    font-weight: 500 !important;
    z-index: 20; }
  #index-intro a {
    margin-top: 30px; }
  #index-intro .num20 {
    position: absolute;
    top: 30px;
    left: 0%; }
  #index-intro .num24 {
    position: absolute;
    top: 30px;
    right: 0%; }
/* ---------------------------------- */
.alltexta {
  background: #6ecff6;
  color: white;
  height: 300px;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  font-size: 7.5vw;
  line-height: 1 !important;
  text-align: right;
  color: #42B2DE; }

article {
  background-image: -webkit-radial-gradient(#0090c9, #43caff, #002d97), conic-gradient(#42B2DE, #01a6af);
  background-image: -o-radial-gradient(#0090c9, #43caff, #002d97), conic-gradient(#42B2DE, #01a6af);
  background-image: radial-gradient(#0090c9, #43caff, #002d97), conic-gradient(#42B2DE, #01a6af);
  background-attachment: fixed;
  color: #42B2DE;
  /* 回退樣式 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center; }

/* ---------------------------------- */
.pull-in .char {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: -webkit-transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  -o-transition: transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  transition: transform 1s cubic-bezier(0.8, 0, 0.2, 1), -webkit-transform 1s cubic-bezier(0.8, 0, 0.2, 1);
  -webkit-transition-delay: calc( 0.2s * ( 1 - var(--distance-percent) ));
  -o-transition-delay: calc( 0.2s * ( 1 - var(--distance-percent) ));
  transition-delay: calc( 0.2s * ( 1 - var(--distance-percent) )); }

.pull-in .char {
  -webkit-transition-delay: calc( 0.2s * var(--distance-percent));
  -o-transition-delay: calc( 0.2s * var(--distance-percent));
  transition-delay: calc( 0.2s * var(--distance-percent));
  -webkit-transform: scale(0.5) translateX(calc(-1.5em * var(--distance-sine)));
  -ms-transform: scale(0.5) translateX(calc(-1.5em * var(--distance-sine)));
  transform: scale(0.5) translateX(calc(-1.5em * var(--distance-sine))); }

.splitting .char {
  -webkit-animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation: slide-in 1s cubic-bezier(0.5, 0, 0.5, 1) both;
  -webkit-animation-delay: calc(60ms * var(--char-index));
  animation-delay: calc(60ms * var(--char-index)); }

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
    opacity: 0; } }

@keyframes slide-in {
  from {
    -webkit-transform: translateY(-1em);
    transform: translateY(-1em);
    opacity: 0; } }

/* ---------------------------------- */
#index-activity-content {
  background-color: #F5F5F5;
  background-image: url("../images/asiaseries-bg-station-black.jpg");
  background-size: cover;
  z-index: 40; }
  #index-activity-content .container {
    line-height: 0;
    height: auto;
    padding: 8vw 0;
    max-height: 800px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
  #index-activity-content .place {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
    #index-activity-content .place img {
      width: 70%;
      max-width: 800px; }
  #index-activity-content p {
    font-size: 14px;
    font-weight: 800;
    margin: 20px 0; }
  #index-activity-content a {
    margin: 0 auto; }
  #index-activity-content h2, #index-activity-content h3, #index-activity-content p {
    color: #ffffff; }
  #index-activity-content h2 {
    font-size: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    height: 130px; }
    #index-activity-content h2 span {
      font-size: 100px;
      color: #6DCFF6; }
  #index-activity-content h3 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    margin: 0;
    padding: 0;
    font-weight: 400 !important; }
  #index-activity-content .dot {
    color: #6DCFF6;
    margin: 0 10px 10px 10px;
    font-size: 20px; }
  #index-activity-content .btn-white-empty:active, #index-activity-content .btn-white-empty:hover {
    color: #ffffff !important; }

.video {
  position: relative;
  background: #333;
  height: 50vh;
  min-height: 450px;
  background-size: cover;
  background-position: center;
  overflow: hidden; }

.video:after,
.video-2:after {
  content: "";
  background: #00374c;
  width: 100%;
  height: 100%;
  opacity: .7;
  position: absolute;
  left: 0;
  top: 0; }

.video:before,
.video-2:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4; }

.video .video-bc,
.video-2 .video-bc {
  position: relative;
  min-height: 600px;
  height: auto;
  opacity: .8;
  background: center center no-repeat;
  background-position: 100% 0;
  background-size: cover; }

.slogan-container {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translateY(-50%, -50%);
  width: 90%;
  z-index: 4; }

.slogan-container a {
  text-decoration: none;
  display: block;
  text-align: center; }

.slogan-container a:hover {
  text-decoration: none; }

.slogan-container a:hover circle {
  fill: #fff;
  opacity: 0.8; }

.slogan-container a:hover path {
  fill: #000; }

.slogan-container h2,
.slogan-container span {
  font-size: 28px;
  letter-spacing: 10px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  margin: 0;
  vertical-align: middle; }

.slogan-container span {
  display: none; }

.video h2:first-letter,
.video span:first-letter,
.video-2 h2:first-letter,
.video-2 span:first-letter {
  margin-left: 30px; }

.video .play-video-button,
.video-2 .play-video-button {
  width: 70px;
  height: 70px;
  vertical-align: middle; }

.video video,
.video-2 video {
  width: 100%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%); }

@media (max-width: 1024px) {
  .video, .video-2 {
    height: 40vh; } }

@media (max-width: 900px) {
  .video video,
  .video-2 video {
    width: initial;
    height: 100%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%, -50%); } }

@media (max-width: 768px) {
  .video, .video-2 {
    min-height: 350px; }
  .video, .video-2 {
    height: 60vh;
    background-position: 1000px center; } }

@media (max-width: 599px) {
  .video,
  .video-2 {
    height: 400px;
    background-position: 700px center; } }

#album-content {
  background-color: #F5F5F5;
  background-image: url("../images/album-bg.jpg");
  background-size: cover;
  background-position: bottom center;
  z-index: 40; }
  #album-content hr {
    width: 100%;
    border-top: 1px solid #6ecff6;
    margin: 0px 0 0px 0; }
  #album-content .container {
    line-height: 0;
    height: auto;
    padding: 6vw 0;
    width: 100% !important;
    max-height: 800px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    z-index: 4; }
    #album-content .container h3 {
      color: #ffffff; }
    #album-content .container img {
      width: 100%;
      max-width: 1300px; }
  #album-content .nobg {
    background-color: transparent; }

#album-content:after {
  content: "2025";
  width: 50%;
  height: auto;
  opacity: 1;
  position: absolute;
  height: 150px;
  font-size: 180px;
  color: #6ecff6;
  font-family: 'oswald';
  font-weight: 500;
  opacity: .4;
  right: 50px;
  top: 100px;
  z-index: 1;
  text-align: right; }

#uber {
  background-color: #000000;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 5vw 0; }
  #uber .container {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 40px 0;
    width: 80% !important;
    max-width: 1170px; }
  #uber h3 {
    font-weight: normal !important;
    margin-bottom: 0px;
    color: #222222; }
  #uber h4 {
    margin-bottom: 15px; }
  #uber h2 {
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #uber img {
    max-width: 600px;
    margin-bottom: 0px; }

#starlux {
  padding-top: 0;
  background-color: #ffffff;
  text-align: center;
  overflow: hidden;
  background-image: url(../images/starlux-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  max-height: 1200px;
  min-height: 900px; }
  #starlux .container {
    padding: 3vw 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }
  #starlux h3 {
    font-weight: normal !important;
    margin-bottom: 0px;
    color: #222222; }
  #starlux h4 {
    margin-bottom: 15px; }
  #starlux h2 {
    color: #000000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #starlux img {
    max-width: 600px;
    margin-bottom: 0px; }
  #starlux span {
    color: #847249;
    font-size: 32px; }
  #starlux .airplane {
    max-width: 350px;
    margin-bottom: 15px; }

#uber h3, #uber h4 {
  text-transform: none !important; }

#uber img {
  max-width: 350px; }

#uber span {
  color: #a06101;
  font-size: 32px; }

.fancybox-slide ol li h4 {
  color: #20a0d2; }

.fancybox-slide span {
  color: #777777; }

.fancybox-content {
  width: 90%;
  max-width: 1200px !important;
  max-height: 90%;
  border-radius: 15px; }

.fancybox-stage h3 {
  color: #20a0d2;
  font-size: 36px;
  text-align: center;
  margin-bottom: 30px; }

.fancybox-stage .wrapper {
  width: 100%;
  margin: 0 auto;
  border: 10px solid #6DCFF6;
  padding: 30px 60px;
  border-radius: 15px; }

.fancybox-button:after,
.fancybox-button:before {
  content: none !important; }

.fancybox-button,
.fancybox-infobar__body {
  background: #000 !important;
  border-radius: 50% !important; }

.fancybox-button svg {
  color: #fff !important; }

.fancybox-slide--html .fancybox-close-small {
  position: absolute !important;
  top: 20px !important;
  right: 20px !important; }

.fancybox-container li {
  margin-bottom: 10px; }

#index-award {
  background-color: #FFFFFF;
  text-align: center;
  position: relative;
  overflow: hidden;
  max-height: 850px;
  padding: 3.5vw 0 5vw 0; }
  #index-award h2 {
    color: #000000;
    margin: 0 auto 30px auto; }
  #index-award .container {
    padding: 1vw 0 3vw 0;
    z-index: 1;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #index-award .photo {
    width: 60%; }
    #index-award .photo .cloth {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 2; }
      #index-award .photo .cloth img {
        max-width: 1100px; }
  #index-award .buttons {
    width: 40%;
    max-width: 360px;
    position: relative;
    right: 3vw;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    #index-award .buttons a {
      width: 170px;
      height: 170px;
      background-color: #F5F5F5;
      border-radius: 10px;
      font-size: 20px;
      line-height: 1.4 !important;
      font-weight: bold;
      color: #000000;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-transform: uppercase; }
      #index-award .buttons a img {
        width: 30px;
        margin-bottom: 10px; }
    #index-award .buttons a:nth-child(5) {
      width: 350px;
      background-position: center; }
    #index-award .buttons svg {
      margin-bottom: 10px;
      max-width: 36px; }
    #index-award .buttons :hover {
      background-color: #6DCFF6;
      color: #ffffff; }
      #index-award .buttons :hover svg, #index-award .buttons :hover .cls-1, #index-award .buttons :hover .cls-3, #index-award .buttons :hover .st2 {
        fill: #ffffff; }
    #index-award .buttons .virtual-bn img {
      width: 60px;
      margin-bottom: 5px; }

#grc .title:before {
  display: block;
  content: '';
  width: 100%;
  height: 100px;
  bottom: 0px;
  z-index: 0;
  position: absolute;
  background-color: #F5F5F5; }

#grc {
  background-color: #F5F5F5;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 60px 0; }
  #grc .title {
    height: 200px;
    background-color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #grc .title h2 {
      font-size: 150px;
      color: #000000;
      position: relative;
      z-index: 10;
      scale: 2;
      opacity: 0; }
  #grc .container {
    padding: 0; }
  #grc ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
  #grc svg {
    width: 40px;
    height: 40px;
    margin: 0 10px; }
  #grc h3 {
    line-height: 1.2 !important; }

#watchface-content {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/watch-face.jpg);
  background-color: #000000;
  height: 60vh;
  max-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #watchface-content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1200px !important; }
  #watchface-content .watch {
    width: 50%; }
  #watchface-content .text {
    width: 50%;
    text-align: center; }
    #watchface-content .text h2 {
      padding: 0;
      color: #FFFFFF;
      margin: 0 auto 0 auto;
      text-align: center;
      line-height: 1.2 !important; }
    #watchface-content .text p {
      color: #FFFFFF;
      font-size: 18px;
      margin: 15px auto; }

#pacer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  position: relative;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-color: #000000;
  height: auto;
  width: 100%; }
  #pacer-content h2 {
    display: block;
    margin: 60px auto;
    color: #ffffff;
    text-align: center; }
  #pacer-content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 0;
    width: 100% !important;
    height: 500px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    #pacer-content .container div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
      width: calc(100% / 6);
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: start;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #pacer-content .container div h2 {
        margin: 0;
        padding: 0;
        color: #FFFFFF;
        margin: 0 auto;
        text-align: center;
        line-height: 1.2 !important; }
      #pacer-content .container div h3 {
        font-size: 32px;
        color: #ffffff;
        text-align: left;
        font-weight: bold;
        opacity: .9;
        line-height: 1.2 !important;
        position: relative;
        z-index: 5;
        margin-left: 30px;
        margin-bottom: 30px;
        font-weight: 500 !important; }
      #pacer-content .container div p {
        font-size: 16px;
        opacity: .9;
        margin: 0;
        color: #ffffff;
        text-align: left;
        position: relative;
        z-index: 5;
        margin-left: 30px;
        margin-bottom: 0; }
      #pacer-content .container div .bg {
        background-size: cover;
        background-position: top center;
        position: absolute;
        height: 500px;
        width: 100%; }
    #pacer-content .container .people01, #pacer-content .container .people02, #pacer-content .container .people03, #pacer-content .container .people04, #pacer-content .container .people05, #pacer-content .container .people06 {
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      transform: translateX(100%);
      opacity: 0; }
    #pacer-content .container .people01 {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      #pacer-content .container .people01 .bg {
        background-image: url(../images/people-id-01.jpg); }
    #pacer-content .container .people02 {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      #pacer-content .container .people02 .bg {
        background-image: url(../images/people-tw-01.jpg); }
    #pacer-content .container .people03 {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      #pacer-content .container .people03 .bg {
        background-image: url(../images/player-sg-01.jpg); }
    #pacer-content .container .people04 {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      #pacer-content .container .people04 .bg {
        background-image: url(../images/player-kr-01.jpg); }
    #pacer-content .container .people05 {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      #pacer-content .container .people05 .bg {
        background-image: url(../images/player-my-01.jpg); }
    #pacer-content .container .people06 {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: end; }
      #pacer-content .container .people06 .bg {
        background-image: url(../images/player-jp-01.jpg); }

#pacer-content .container .people01 .bg:before,
#pacer-content .container .people02 .bg:before,
#pacer-content .container .people03 .bg:before,
#pacer-content .container .people04 .bg:before,
#pacer-content .container .people05 .bg:before,
#pacer-content .container .people06 .bg:before {
  display: block;
  content: '';
  width: 100%;
  height: 500px;
  z-index: 0;
  position: absolute;
  background: rgba(0, 124, 174, 0.5);
  z-index: 2;
  top: 0; }

#pacer-content .container .people01:hover .bg:before,
#pacer-content .container .people02:hover .bg:before,
#pacer-content .container .people03:hover .bg:before,
#pacer-content .container .people04:hover .bg:before,
#pacer-content .container .people05:hover .bg:before,
#pacer-content .container .people06:hover .bg:before {
  display: block;
  content: '';
  width: 100%;
  height: 500px;
  z-index: 0;
  position: absolute;
  background: rgba(0, 124, 174, 0);
  z-index: 2;
  top: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out; }

#index-otherevent {
  background-color: #F5F5F5;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 3vw 0 3vw 0; }
  #index-otherevent h2 {
    color: #000000;
    margin-bottom: 30px; }
  #index-otherevent .title {
    height: 200px;
    background-color: #ffffff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #index-otherevent .container {
    padding: 0; }
  #index-otherevent ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    padding: 0; }
  #index-otherevent .swiper {
    width: 100%;
    height: 500px;
    padding: 30px 0; }
  #index-otherevent .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    background-size: cover;
    background-position: center; }
  #index-otherevent .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  #index-otherevent a {
    font-size: 14px;
    padding: 0.4em 1.2em;
    margin-left: 15px;
    margin-bottom: 15px; }
  #index-otherevent h3 {
    color: #ffffff;
    font-weight: normal !important;
    margin: 0;
    margin-left: 15px; }
  #index-otherevent .bg01 {
    background-image: url(../images/other-event-01.jpg); }
  #index-otherevent .bg02 {
    background-image: url(../images/other-event-01.jpg); }
  #index-otherevent .bg03 {
    background-image: url(../images/other-event-01.jpg); }
  #index-otherevent .bg04 {
    background-image: url(../images/other-event-01.jpg); }
  #index-otherevent .bg05 {
    background-image: url(../images/other-event-01.jpg); }

.swiper-button-next, .swiper-button-prev {
  color: #ffffff !important; }

.swiper-pagination-bullet-active {
  background-color: #ffffff !important; }

.card__one {
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  -o-transition: transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s; }
  .card__one::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    content: '';
    opacity: 0;
    z-index: -1; }
  .card__one:hover, .card__one:focus {
    -webkit-transform: scale3d(1.006, 1.006, 1);
    transform: scale3d(1.006, 1.006, 1); }
    .card__one:hover::after, .card__one:focus::after {
      opacity: 1; }

#index-sponsor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background-repeat: repeat;
  overflow: hidden;
  background: #FFFFFF; }
  #index-sponsor h2 {
    margin: 15px auto 0 auto;
    text-align: center;
    color: #333333 !important;
    font-size: 28px; }
  #index-sponsor .container {
    margin: 0 auto;
    padding: 5vw 0; }
  #index-sponsor .container div {
    margin: 0 auto;
    width: 80%;
    padding: 1vh 0;
    text-align: center; }
  #index-sponsor div img {
    width: 100%;
    max-width: 180px;
    margin: 10px 0; }
  #index-sponsor div .biglogo {
    width: 100%;
    max-width: 240px;
    margin: 10px 0; }
  #index-sponsor div .spcial-logo-01 {
    width: 281px;
    height: 100px;
    max-width: 281px;
    margin: 10px 0; }
  #index-sponsor div .spcial-logo-02 {
    width: 594px;
    height: 100px;
    max-width: 594px;
    margin: 10px 0; }
  #index-sponsor .twologo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 30px; }

/*倒數計時*/
#time {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 40vh;
  min-height: 30vh;
  position: relative;
  background-position: 0 center;
  background-size: cover;
  z-index: 3;
  background: #eee; }

#time .container {
  width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#time .container h2 {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #000;
  text-transform: uppercase;
  text-align: center; }

#time ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0; }

#time ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 20px; }

#time ul li .digit {
  color: #000000;
  font-size: 4rem;
  font-weight: 200;
  margin: 10px;
  text-align: center; }

#time ul li .text {
  color: #000000;
  font-size: 25px;
  font-weight: 40;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center; }

#time h3 {
  color: #cda871;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 50px;
  z-index: 1;
  line-height: 1.6;
  padding: 0em 2em;
  text-align: center; }

#time .timer_bc {
  position: absolute;
  background-size: cover;
  height: 100vh;
  width: 100vw; }

#time [data-id="footer"] {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  font-size: 0.8rem;
  text-align: center; }

#kv-page-bar {
  border-top: 3px solid #000000;
  border-bottom: 3px solid #000000;
  background-color: #fff;
  position: relative;
  background-image: url(../images/category-subtitle.jpg);
  background-size: cover; }
  #kv-page-bar .bg {
    width: 100%; }
  #kv-page-bar h2 {
    font-size: 3.2vw;
    color: #000000;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #kv-page-bar .container {
    padding: 0; }

#news-content {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 5vh; }
  #news-content h2 {
    margin: 0;
    padding: 0;
    color: #6DCFF6; }
  #news-content h3 {
    margin: 0;
    padding: 0;
    line-height: 1.4 !important; }
  #news-content h4 {
    color: #000000;
    text-align: center;
    font-size: 24px;
    font-weight: bold; }
  #news-content h4.margint30 {
    margin-top: 30px; }
  #news-content p {
    margin: 10px auto 20px auto;
    text-align: left; }
  #news-content p.line-border {
    border-bottom: 1px solid #777777;
    margin: 60px 0 60px 0; }
  #news-content li {
    color: #222;
    line-height: 1.8 !important; }
  #news-content .pic-one {
    width: 100%;
    max-width: 1170px;
    margin: 20px auto; }
  #news-content .pic-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    #news-content .pic-two img {
      width: 50% !important; }
  #news-content .pic-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0; }
    #news-content .pic-three img {
      width: 33.33% !important;
      padding: 0 10px; }
  #news-content .link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #news-content .link a {
      margin: 20px 10px; }
  #news-content .note {
    font-size: 14px;
    margin: 0 auto;
    text-align: center; }

.news__member {
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 700px;
  text-align: center; }
  .news__member h4 {
    padding-top: 20px; }
  .news__member .note {
    color: #20a0d2;
    font-size: 20px; }

.news__cover {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 24px; }

.news__btnlist {
  margin-bottom: 12px;
  text-align: center; }

#info-main-content {
  overflow: hidden;
  position: relative;
  background: white;
  width: 100%;
  padding: 3vw 0; }
  #info-main-content h2 {
    font-weight: bold;
    margin: 0 0 30px 0;
    padding: 0;
    color: #000000;
    line-height: 1.4 !important;
    text-align: center; }
  #info-main-content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0; }
  #info-main-content .frame {
    width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #info-main-content .frame h2 {
      font-size: 32px;
      font-weight: bold;
      margin: 0;
      padding: 0;
      color: #20a0d2; }
    #info-main-content .frame h3 {
      font-size: 32px;
      font-weight: bold;
      margin: 0;
      padding: 0;
      color: #000000;
      line-height: 1.2 !important; }
  #info-main-content .headerdivider {
    border-left: 3px solid #000;
    height: 150px;
    width: 3px;
    padding: 10px 0; }

#info-link-group {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0 60px 0; }
  #info-link-group .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0; }
    #info-link-group .container .list {
      text-align: center; }
      #info-link-group .container .list a {
        margin: 0 5px; }

#info-activity {
  overflow: hidden;
  position: relative;
  background: #F5F5F5;
  width: 100%;
  min-height: 500px;
  max-height: 550px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  #info-activity .bg {
    width: 50%;
    max-height: 700px;
    background-image: url(../images/info-series.jpg);
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat; }
  #info-activity .text {
    width: 50%;
    padding: 3vw 5vw; }
    #info-activity .text hr {
      border-bottom: 3px solid #20A0D2; }
    #info-activity .text h3 {
      color: #111111;
      font-weight: bold;
      margin: 0;
      padding: 0; }
    #info-activity .text p {
      color: #111111;
      font-size: 18px;
      margin: 5px 0;
      line-height: 1.4 !important; }
      #info-activity .text p span {
        color: #76c7f3;
        padding-right: 15px; }

#asia-race {
  padding: 30px 0;
  background-color: #000000; }
  #asia-race h3 {
    text-align: center;
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 30px; }
  #asia-race .wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 1vw 3vw 0 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    #asia-race .wrapper ol {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding-left: 0; }
      #asia-race .wrapper ol li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 18px;
        margin: 15px;
        text-transform: uppercase;
        color: #666666; }
        #asia-race .wrapper ol li a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          justify-self: center;
          color: #ffffff !important;
          line-height: 1.4 !important; }
          #asia-race .wrapper ol li a img {
            width: 32px;
            margin-bottom: 5px; }
        #asia-race .wrapper ol li .grey {
          cursor: default;
          color: #666666 !important; }
        #asia-race .wrapper ol li span {
          display: block;
          font-size: 13px;
          color: #8edfff !important; }
      #asia-race .wrapper ol hr {
        width: 10px;
        color: #666666;
        margin: 15px 10px 0 10px; }

/*比賽詳細清單*/
#race-table .list, #bus-table .list {
  margin-top: 30px; }
  #race-table .list h2, #bus-table .list h2 {
    margin-bottom: 5px;
    color: #000;
    text-align: center; }
  #race-table .list h4, #bus-table .list h4 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    text-align: center; }
  #race-table .list table, #bus-table .list table {
    width: 100%; }
  #race-table .list table thead tr, #bus-table .list table thead tr {
    background: #70cff4;
    background: -moz-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
    background: -webkit-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
    background: -webkit-gradient(linear, left top, right top, from(#70cff4), to(#20a0d2));
    background: -o-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
    background: linear-gradient(to right, #70cff4 0%, #20a0d2 100%);
    text-align: center;
    color: #ffffff;
    border: .5px solid #70cff4; }
  #race-table .list table tbody tr:nth-child(odd), #bus-table .list table tbody tr:nth-child(odd) {
    background-color: #333333; }
  #race-table .list table tbody tr:nth-child(even), #bus-table .list table tbody tr:nth-child(even) {
    background-color: #111111; }
  #race-table .list table tbody tr td, #bus-table .list table tbody tr td {
    vertical-align: middle;
    border: none;
    font-weight: normal;
    border: .5px solid #70cff4;
    white-space: pre-line; }
  #race-table .list table tbody tr td:nth-child(1), #bus-table .list table tbody tr td:nth-child(1) {
    width: 25%;
    text-align: center; }
  #race-table .list table tbody tr td:nth-child(2), #bus-table .list table tbody tr td:nth-child(2) {
    width: 25%;
    text-align: center; }
  #race-table .list table tbody tr td:nth-child(3), #bus-table .list table tbody tr td:nth-child(3) {
    width: 25%;
    text-align: center; }
  #race-table .list table tbody tr td:nth-child(4), #bus-table .list table tbody tr td:nth-child(4) {
    width: 25%;
    text-align: center; }
  #race-table .list table tbody tr td.label, #bus-table .list table tbody tr td.label {
    width: 15%; }
  #race-table .list table tbody tr td img, #bus-table .list table tbody tr td img {
    width: 35px; }
  #race-table .list td, #bus-table .list td {
    font-size: 1rem;
    line-height: 1.6em;
    padding: 15px 10px;
    border: .5px solid #70cff4;
    color: #fff; }

#race-table .wrapper, #bus-table .wrapper {
  width: 1170px;
  margin: 0 auto;
  padding: 0 0 3vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  #race-table .wrapper div, #bus-table .wrapper div {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: auto; }
  #race-table .wrapper a, #bus-table .wrapper a {
    margin-top: 30px; }

#asia-series-info {
  background-image: url("../images/asiaseries-bg-station-blue.jpg"); }
  #asia-series-info .container {
    line-height: 0;
    height: auto;
    padding: 0 0 0 0;
    max-height: 600px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    #asia-series-info .container .medal {
      width: 30%;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #asia-series-info .container .medal img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        max-width: 400px;
        margin-top: -160px; }
    #asia-series-info .container .text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #asia-series-info .container .text h3 {
        font-size: 42px; }
      #asia-series-info .container .text img {
        width: 150px;
        margin-bottom: 10px; }
  #asia-series-info a {
    margin: 0 auto; }
  #asia-series-info h2, #asia-series-info h3, #asia-series-info p {
    color: #ffffff;
    text-align: center; }
  #asia-series-info h2 {
    font-size: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    height: 130px; }
    #asia-series-info h2 span {
      font-size: 100px;
      color: #6DCFF6; }
  #asia-series-info h3 {
    font-weight: normal !important;
    margin-top: 30px;
    margin: 0;
    padding: 0; }
  #asia-series-info p {
    font-size: 21px;
    font-weight: 800;
    margin: 20px 0;
    text-align: left;
    font-weight: normal; }

#medal .container {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 60px; }
  #medal .container .info-award ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #medal .container .info-award ol li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #medal .container .info-award ol li h3 {
        margin-top: 0;
        padding: 0 2rem;
        line-height: 1.4 !important;
        font-size: 18px;
        text-align: center; }
  #medal .container h3 {
    margin-top: 30px; }

#series {
  position: relative;
  background-color: #F5F5F5;
  z-index: 10; }
  #series a:hover p {
    color: #137ec1; }
  #series .container {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px 0; }
    #series .container h2 {
      text-align: center;
      color: #000000;
      font-size: 48px;
      margin-bottom: 0;
      font-weight: normal; }
    #series .container h3 {
      text-align: center;
      line-height: 1.4 !important;
      font-size: 24px; }
    #series .container a p {
      margin: 60px auto 0 auto;
      text-align: center;
      font-size: 18px; }
    #series .container .all-grpup {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-top: 30px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #series .container .group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #series .container .group h3 {
        color: #555555;
        font-size: 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; }
        #series .container .group h3 hr {
          border-top: 1px solid #acacac;
          width: 100%;
          max-width: 50px;
          margin: 0 5px; }
      #series .container .group ol {
        width: 100%;
        padding: 0 3vw;
        margin: 20px auto;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        z-index: 4; }
      #series .container .group li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 1em; }
        #series .container .group li h3 {
          font-size: 21px;
          margin-bottom: 0;
          font-weight: normal !important; }
        #series .container .group li p {
          margin: 0px auto 10px auto;
          text-align: center;
          font-size: 14px;
          line-height: 1.4 !important;
          color: #555555; }
        #series .container .group li a {
          font-size: 13px; }
        #series .container .group li img {
          max-width: 200px; }

#route-content {
  background-color: #fff;
  text-align: left;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  #route-content .container {
    padding: 3vw 0 3vw 0;
    width: 70% !important; }
    #route-content .container img {
      padding: 30px 0;
      width: 100%;
      max-width: 1200px; }
  #route-content hr {
    width: 100%;
    margin-top: 3vw; }
  #route-content .notice {
    width: 50px;
    margin: 3vw auto 15px auto; }
  #route-content .text {
    margin: 0 auto 0 auto;
    width: 70%;
    color: #0c9dd0;
    text-align: left; }
  #route-content h2 {
    margin: 0;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    line-height: 1.2 !important; }
  #route-content h3 {
    margin: 0;
    padding: 0;
    line-height: 1.6 !important; }
  #route-content h4 {
    font-size: 21px; }

#rule, #scientific-training {
  background-color: #ffffff; }
  #rule .intro .container h2, #scientific-training .intro .container h2 {
    padding-top: 3vw; }

#rule-content, #scientific-training-content, #faq-content, #terms-content {
  width: 100%;
  padding: 3vw 0;
  background-color: #ffffff; }
  #rule-content .container, #scientific-training-content .container, #faq-content .container, #terms-content .container {
    margin-bottom: 30px;
    padding: 0; }
    #rule-content .container p, #scientific-training-content .container p, #faq-content .container p, #terms-content .container p {
      line-height: 1.8 !important;
      margin-bottom: 15px; }
    #rule-content .container .dot, #scientific-training-content .container .dot, #faq-content .container .dot, #terms-content .container .dot {
      color: #6DCFF6;
      margin: 5px 10px 0 10px;
      font-size: 10px; }
  #rule-content h3, #scientific-training-content h3, #faq-content h3, #terms-content h3 {
    color: #20a0d2; }
  #rule-content h4, #scientific-training-content h4, #faq-content h4, #terms-content h4 {
    color: #20a0d2; }
  #rule-content span, #scientific-training-content span, #faq-content span, #terms-content span {
    color: #777777; }
  #rule-content ol, #scientific-training-content ol, #faq-content ol, #terms-content ol {
    margin-bottom: 0;
    padding-bottom: 0; }
  #rule-content li, #scientific-training-content li, #faq-content li, #terms-content li {
    color: #000000;
    margin-bottom: 10px;
    line-height: 1.8;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start; }
    #rule-content li .blank, #scientific-training-content li .blank, #faq-content li .blank, #terms-content li .blank {
      margin-left: 45px;
      display: block; }
  #rule-content .link, #scientific-training-content .link, #faq-content .link, #terms-content .link {
    margin: 60px auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

.rule-table {
  background-color: #ffffff; }
  .rule-table .list p {
    text-align: center; }
  .rule-table .list table {
    width: 100%;
    margin-bottom: 30px;
    text-align: center; }
  .rule-table .list table .dark tr {
    background: #6DCFF6;
    background: -moz-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
    background: -webkit-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
    background: -webkit-gradient(linear, left top, right top, from(#70cff4), to(#20a0d2));
    background: -o-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
    background: linear-gradient(to right, #70cff4 0%, #20a0d2 100%);
    color: #ffffff;
    border: 0.5px solid #6DCFF6; }
  .rule-table .list table .light tr {
    background: #21a1d3;
    color: #ffffff;
    border: 0.5px solid #6DCFF6; }
  .rule-table .list table tbody tr:nth-child(odd) {
    background-color: #333333; }
  .rule-table .list table tbody tr:nth-child(even) {
    background-color: #111111; }
  .rule-table .list table tbody tr td {
    vertical-align: middle;
    border: none;
    font-weight: normal;
    border: .5px solid #70cff4;
    text-align: center; }
    .rule-table .list table tbody tr td span {
      color: #bfbfbf !important;
      display: block; }
  .rule-table .list tbody.left tr td {
    text-align: left; }
  .rule-table .list table .week tr td.label {
    background: #21a1d3;
    text-align: center;
    color: #ffffff;
    border: .5px solid #70cff4; }
  .rule-table .list table tbody tr td img {
    width: 35px; }
  .rule-table .list td {
    font-size: 16px;
    line-height: 1.6em;
    padding: 10px 10px;
    border: none;
    color: #fff;
    vertical-align: middle; }
  .rule-table .wrapper {
    width: 1170px;
    margin: 0 auto;
    padding: 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

#rule-content img {
  width: 100%;
  max-width: 400px; }

#allgift {
  padding: 3vw 0;
  background-color: #ffffff; }

#gift {
  padding-top: 60px; }

#gift, #gift-02 {
  background-color: #ffffff;
  width: 100%; }
  #gift .wrapper, #gift-02 .wrapper {
    width: 100%; }
  #gift a, #gift-02 a {
    margin: 0px auto 0 auto; }
  #gift .link, #gift-02 .link {
    width: 300px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #gift .list, #gift-02 .list {
    margin-bottom: 60px;
    width: 100%; }
    #gift .list h2, #gift-02 .list h2 {
      margin-bottom: 30px;
      text-align: center;
      color: #000000; }
    #gift .list h4, #gift-02 .list h4 {
      margin-bottom: 15px;
      color: #777777;
      text-align: center;
	  margin-bottom:0;
      line-height: 1.4 !important; }
    #gift .list .link, #gift-02 .list .link {
      width: 80%;
      margin: 30px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    #gift .list .completed, #gift-02 .list .completed {
      width: 80%;
      max-width: 1170px;
      margin: 20px auto 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      #gift .list .completed .award, #gift-02 .list .completed .award {
        width: calc(100% / 3);
        background-color: #F5F5F5;
        border-radius: 10px;
        padding: 30px 0;
        margin: 0 15px;
        overflow: hidden; }
        #gift .list .completed .award h5, #gift-02 .list .completed .award h5 {
          font-size: 24px;
          margin-bottom: 5px;
          color: #000000; }
        #gift .list .completed .award p, #gift-02 .list .completed .award p {
          color: #777777;
		  font-size:13px;}
        #gift .list .completed .award img, #gift-02 .list .completed .award img {
          width: 100%;
          max-width: 300px;
          padding: 0 20px; }
        #gift .list .completed .award div, #gift-02 .list .completed .award div {
          height: 100px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
    #gift .list .small, #gift-02 .list .small {
      text-align: center;
      margin: 20px auto 0 auto; }
  #gift .full-list, #gift-02 .full-list {
    width: 100%;
    background-color: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 30px 0; }
    #gift .full-list .container, #gift-02 .full-list .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      #gift .full-list .container .photo, #gift-02 .full-list .container .photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #gift .full-list .container .photo img, #gift-02 .full-list .container .photo img {
          width: 100%;
          max-width: 400px; }
      #gift .full-list .container .text, #gift-02 .full-list .container .text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
  #gift .straight .container, #gift-02 .straight .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 3vw 0; }
    #gift .straight .container .photo img, #gift-02 .straight .container .photo img {
      max-width: 800px; }
  #gift .note, #gift-02 .note {
    font-size: .9rem;
    margin: 0 0 10px 0;
    color: #777777;
    margin: 0 auto 30px auto;
    text-align: center; }

.gift-02 .full-list .container {
  padding: 30px 0 !important; }

.gift-02 .full-list .container .photo img {
  margin-left: 30px; }

#gift-02 .list h4 {
  margin-bottom: 5px; }

.about-group-table,
.about-group-table-2,
.about-group-table-3 {
  background-color: #FFFFFF;
  padding: 3vw 0; }
  .about-group-table .wrapper,
  .about-group-table-2 .wrapper,
  .about-group-table-3 .wrapper {
    width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .about-group-table .wrapper div,
    .about-group-table-2 .wrapper div,
    .about-group-table-3 .wrapper div {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
  .about-group-table .list,
  .about-group-table-2 .list,
  .about-group-table-3 .list {
    margin-top: 30px; }
    .about-group-table .list h2,
    .about-group-table-2 .list h2,
    .about-group-table-3 .list h2 {
      margin-bottom: 0;
      color: #000000;
      line-height: 1.2 !important;
      text-align: center; }
    .about-group-table .list h4,
    .about-group-table-2 .list h4,
    .about-group-table-3 .list h4 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #777777;
      text-align: center; }
    .about-group-table .list table,
    .about-group-table-2 .list table,
    .about-group-table-3 .list table {
      width: 100%; }
    .about-group-table .list table thead tr,
    .about-group-table-2 .list table thead tr,
    .about-group-table-3 .list table thead tr {
      background: #70cff4;
      background: -moz-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
      background: -webkit-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
      background: -webkit-gradient(linear, left top, right top, from(#70cff4), to(#20a0d2));
      background: -o-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
      background: linear-gradient(to right, #70cff4 0%, #20a0d2 100%);
      text-align: center;
      color: #ffffff;
      border: .5px solid #70cff4; }
    .about-group-table .list table tbody tr:nth-child(odd),
    .about-group-table-2 .list table tbody tr:nth-child(odd),
    .about-group-table-3 .list table tbody tr:nth-child(odd) {
      background-color: #333333; }
    .about-group-table .list table tbody tr:nth-child(even),
    .about-group-table-2 .list table tbody tr:nth-child(even),
    .about-group-table-3 .list table tbody tr:nth-child(even) {
      background-color: #111111; }
    .about-group-table .list table tbody tr td,
    .about-group-table-2 .list table tbody tr td,
    .about-group-table-3 .list table tbody tr td {
      vertical-align: middle;
      border: none;
      font-weight: normal;
      border: .5px solid #70cff4;
      vertical-align: middle; }
    .about-group-table .list table tbody tr td.label,
    .about-group-table-2 .list table tbody tr td.label,
    .about-group-table-3 .list table tbody tr td.label {
      width: 15%;
      vertical-align: middle; }
    .about-group-table .list table thead tr td.label span,
    .about-group-table-2 .list table thead tr td.label span,
    .about-group-table-3 .list table thead tr td.label span {
      color: #ffffff;
      display: block;
      font-size: 12px; }
    .about-group-table .list table tbody tr td img,
    .about-group-table-2 .list table tbody tr td img,
    .about-group-table-3 .list table tbody tr td img {
      width: 35px; }
    .about-group-table .list td,
    .about-group-table-2 .list td,
    .about-group-table-3 .list td {
      font-size: 1rem;
      line-height: 1.6em;
      padding: 15px 10px;
      border: none;
      color: #fff;
      vertical-align: middle; }
    .about-group-table .list .small, .about-group-table .list .note,
    .about-group-table-2 .list .small,
    .about-group-table-2 .list .note,
    .about-group-table-3 .list .small,
    .about-group-table-3 .list .note {
      font-size: 16px;
      margin: 0 0 10px 0;
      color: #20a0d2;
      margin: 0 auto; }
  .about-group-table .group h2,
  .about-group-table-2 .group h2,
  .about-group-table-3 .group h2 {
    margin-bottom: 20px; }
  .about-group-table .group table,
  .about-group-table-2 .group table,
  .about-group-table-3 .group table {
    margin-bottom: 30px; }

.about-group-table .completed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 50px 0 50px 0 !important; }
  .about-group-table .completed .award p {
    font-size: 20px;
    margin: 0 auto; }
  .about-group-table .completed .award .small {
    font-size: .9rem;
    margin: 0 0 10px 0;
    color: #333333;
    margin: 0 auto; }
  .about-group-table .completed .award img {
    width: 33.3%;
    min-width: 300px; }

.about-group-table .wrapper .list table tbody tr.h {
  background: #003A5C; }

.about-group-table .list .dot {
  font-size: .9rem; }

.about-group-table .list table tbody tr td:nth-child(1) {
  width: 40%;
  text-align: center; }

.about-group-table .list table tbody tr td:nth-child(2), .about-group-table .list table tbody tr td:nth-child(3), .about-group-table .list table tbody tr td:nth-child(4) {
  width: 20%;
  text-align: center; }

.about-group-table .small {
  margin: 0 0 30px 0; }

.about-group-table-2 .list h2 {
  margin-bottom: 10px; }

.about-group-table-2 .list table tbody tr td {
  width: 33.33%;
  text-align: center; }

.about-group-table-3 {
  padding: 0 0 3vw 0; }
  .about-group-table-3 .list table tbody tr td:nth-child(1) {
    width: 30%;
    text-align: center; }
  .about-group-table-3 .list table tbody tr td:nth-child(2), .about-group-table-3 .list table tbody tr td:nth-child(3), .about-group-table-3 .list table tbody tr td:nth-child(4) {
    width: 35%;
    text-align: center; }

#nav {
  opacity: 1;
  text-align: center;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #ffffff;
  background-color: #6CCEF5;
  z-index: 10; }
  #nav .nav-type {
    overflow: hidden;
    height: 80px; }
    #nav .nav-type a {
      padding: 15px 10px;
      cursor: pointer;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      margin: 0; }
    #nav .nav-type a:before {
      content: "";
      background-color: #6CCEF5;
      -webkit-transition: background-color 0.1s ease-out 0s;
      -o-transition: background-color 0.1s ease-out 0s;
      transition: background-color 0.1s ease-out 0s;
      position: absolute;
      width: 100%;
      height: 100%;
      height: 80px;
      top: 0;
      left: 0; }

#nav .nav-type a:before {
  content: "";
  background-color: #6CCEF5;
  -webkit-transition: background-color 0.1s ease-out 0s;
  -o-transition: background-color 0.1s ease-out 0s;
  transition: background-color 0.1s ease-out 0s;
  position: absolute;
  width: 100%;
  height: 100%;
  height: 80px; }

#nav .nav-type a.active:before {
  background-color: #fff;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

#nav .nav-type a.active h3,
#nav .nav-type a.active h4 {
  color: #6CCEF5;
  z-index: 100 !important;
  position: relative; }

#nav .nav-type h3,
#nav .nav-type h4 {
  color: #fff;
  font-size: 24px !important;
  z-index: 1;
  margin-bottom: 0; }

#nav .nav-type p {
  display: none; }

#nav .nav-type span {
  display: block;
  font-size: 14px; }

#nav.dark {
  background-color: #fff; }
  #nav.dark .nav-type a:before {
    content: "";
    background-color: #fff; }
  #nav.dark .nav-type a.active:before {
    background-color: #6CCEF5; }

#nav.dark .nav-type a.active h3,
#nav.dark .nav-type a.active h4 {
  color: #fff; }

#nav.dark .nav-type h3,
#nav.dark .nav-type h4 {
  color: #000000;
  font-weight: normal !important; }

#type .pd-nav {
  width: 100%;
  max-width: 1170px;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 100px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

#type .pd-nav > * {
  max-width: calc(100% / 5); }

#type .pd-nav > * img {
  width: 100%;
  max-width: 140px; }

#type .pd-nav > * h5 {
  padding: 0 10px;
  margin-bottom: 5px; }

#type {
  position: relative;
  -webkit-transition: opacity 0.3s ease-out 0.2s;
  -o-transition: opacity 0.3s ease-out 0.2s;
  transition: opacity 0.3s ease-out 0.2s; }
  #type .wrapper > [id] {
    opacity: 0;
    height: 0; }
  #type .wrapper > [id].active {
    opacity: 1;
    height: auto; }
  #type h2 {
    color: #000000;
    margin: 0 auto;
    text-align: center; }
  #type span {
    margin-top: 5px; }
  #type .intro {
    padding-top: 30px; }

.intro .container .class-area .photo:after {
  content: "";
  background: #F5F5F5;
  width: 100vw;
  height: 400px;
  opacity: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

#rungroup, #virtualrun {
  width: 100%;
  overflow: hidden; }
  #rungroup .intro, #virtualrun .intro {
    position: relative;
    z-index: 10;
    text-align: center;
    padding-bottom: 30px;
    background: #ffffff; }
    #rungroup .intro .container, #virtualrun .intro .container {
      height: auto;
      padding: 100px 0 0 0;
      width: 100% !important;
      position: relative;
      top: 0;
      z-index: 20; }
      #rungroup .intro .container h2, #virtualrun .intro .container h2 {
        margin-bottom: 30px;
        color: #000000;
        line-height: 1.2 !important;
        text-transform: uppercase; }
      #rungroup .intro .container .class-area, #virtualrun .intro .container .class-area {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        #rungroup .intro .container .class-area .photo, #virtualrun .intro .container .class-area .photo {
          position: relative;
          height: 450px;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
        #rungroup .intro .container .class-area .bg, #virtualrun .intro .container .class-area .bg {
          margin-top: 30px;
          width: 50%;
          height: 500px;
          background-position: top center;
          background-size: cover;
          background-image: url(../images/class-area-bg-01.jpg);
          z-index: 10; }
        #rungroup .intro .container .class-area .text, #virtualrun .intro .container .class-area .text {
          background-color: #F5F5F5;
          width: 100%;
          padding: 60px 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          #rungroup .intro .container .class-area .text ol, #virtualrun .intro .container .class-area .text ol {
            margin: 0;
            padding: 0;
            width: 50%;
            max-width: 420px; }
            #rungroup .intro .container .class-area .text ol li, #virtualrun .intro .container .class-area .text ol li {
              font-size: 16px;
              color: #333333;
              text-align: left;
              margin: 5px 0; }
              #rungroup .intro .container .class-area .text ol li .dot, #virtualrun .intro .container .class-area .text ol li .dot {
                color: #6DCFF6; }
            #rungroup .intro .container .class-area .text ol .small, #virtualrun .intro .container .class-area .text ol .small {
              color: #777777 !important; }
        #rungroup .intro .container .class-area hr, #virtualrun .intro .container .class-area hr {
          color: #D9D9D9;
          width: 100%;
          margin-bottom: 40px;
          margin-top: 0; }
        #rungroup .intro .container .class-area .link, #virtualrun .intro .container .class-area .link {
          background-color: #F5F5F5;
          width: 100%; }
          #rungroup .intro .container .class-area .link .small, #virtualrun .intro .container .class-area .link .small {
            padding: 10px 0 60px 0;
            color: #6DCFF6; }

#virtualrun .intro .container .class-area .link {
  padding-bottom: 30px; }

#rungroup .intro .container .class-area .bg {
  background-position: top center;
  background-image: url(../images/class-area-bg-01.jpg); }

#rungroup .intro .container .class-area a {
  margin-bottom: 60px; }

#coach, #runclass {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: white;
  width: 100%; }
  #coach .container, #runclass .container {
    padding: 100px 0 0 0; }
    #coach .container .class p, #coach .container .class li, #runclass .container .class p, #runclass .container .class li {
      text-align: left; }
    #coach .container .class .activity__member, #runclass .container .class .activity__member {
      margin: 0 auto;
      text-align: center; }
    #coach .container .class .btn-black-fill, #coach .container .class .btn-grey-fill, #runclass .container .class .btn-black-fill, #runclass .container .class .btn-grey-fill {
      margin: 10px 0; }
    #coach .container .link, #runclass .container .link {
      text-align: center;
      margin: 30px auto 0px auto; }
  #coach .container-info, #runclass .container-info {
    padding: 100px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #coach .container-info img, #runclass .container-info img {
      width: auto;
      max-height: 500px;
      margin: 15px auto; }
  #coach hr, #runclass hr {
    width: 100%;
    margin: 0 auto; }
  #coach h2, #runclass h2 {
    text-align: center;
    color: #000000;
    margin-bottom: 10px; }
  #coach h3, #runclass h3 {
    text-align: center;
    line-height: 1.4 !important;
    margin: 0px 0 15px 0; }
  #coach .info, #runclass .info {
    margin: 0 auto;
    text-align: center; }
  #coach .info-2, #runclass .info-2 {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 3vw; }
  #coach .inforight, #runclass .inforight {
    margin-left: 20px !important; }
  #coach .group1, #runclass .group1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px; }
    #coach .group1 h3, #runclass .group1 h3 {
      text-align: left;
      font-size: 28px;
      margin-bottom: 10px; }
    #coach .group1 p, #runclass .group1 p {
      color: #000;
      font-size: 16px;
      text-align: left;
      margin: 0 0 5px 0; }
    #coach .group1 .small, #runclass .group1 .small {
      font-size: 14px;
      margin-left: 10px;
      color: #999999; }
    #coach .group1 .btn-black-fill, #coach .group1 .btn-grey-fill, #runclass .group1 .btn-black-fill, #runclass .group1 .btn-grey-fill {
      font-size: 16px !important; }
  #coach .group2, #runclass .group2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
    margin: 30px auto 30px auto; }
    #coach .group2 h3, #runclass .group2 h3 {
      text-align: left;
      font-size: 28px;
      margin-bottom: 10px; }
    #coach .group2 p, #runclass .group2 p {
      color: #000;
      font-size: 16px;
      text-align: left;
      margin: 0 0 5px 0; }
    #coach .group2 .small, #runclass .group2 .small {
      font-size: 14px;
      margin-left: 10px;
      color: #999999; }
    #coach .group2 .btn-black-fill, #coach .group2 .btn-grey-fill, #runclass .group2 .btn-black-fill, #runclass .group2 .btn-grey-fill {
      font-size: 16px !important; }
  #coach .group3, #runclass .group3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #coach .group3 h3, #runclass .group3 h3 {
      text-align: center;
      font-size: 30px; }
    #coach .group3 p, #runclass .group3 p {
      color: #000;
      font-size: 18px;
      text-align: center; }
    #coach .group3 .small, #runclass .group3 .small {
      font-size: 14px;
      margin-left: 10px;
      color: #999999; }
    #coach .group3 .btn-black-fill, #coach .group3 .btn-grey-fill, #runclass .group3 .btn-black-fill, #runclass .group3 .btn-grey-fill {
      font-size: 16px !important; }
  #coach .remark, #runclass .remark {
    font-size: 14px;
    color: #20a0d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #coach .train p, #runclass .train p {
    margin: 0 auto;
    width: 75%;
    text-align: left !important; }

.grc .bg {
  width: 100%;
  height: 600px;
  background-position: top center;
  background-size: cover;
  background-image: url(../images/grc-banner.jpg);
  z-index: 1; }

.grc .text {
  background-color: #000000;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .grc .text h3, .grc .text h4 {
    color: #ffffff; }
  .grc .text h3 {
    font-size: 36px;
    margin: 0px 0 10px 0; }
  .grc .text h4 {
    font-size: 24px;
    width: 80%;
    text-align: center;
    margin: 0 auto; }
  .grc .text a {
    margin-top: 30px; }

.gift-02 {
  width: 100%;
  background-color: #F5F5F5;
  margin-top: 60px; }
  .gift-02 .full-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    .gift-02 .full-list .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      padding: 0 !important; }
      .gift-02 .full-list .container .photo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        .gift-02 .full-list .container .photo img {
          width: 100%;
          max-width: 500px; }
      .gift-02 .full-list .container .text {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
  .gift-02 .straight .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .gift-02 .straight .container .photo img {
      max-width: 800px; }
  .gift-02 .note {
    font-size: .9rem;
    margin: 0 0 10px 0;
    color: #777777;
    margin: 0 auto 30px auto;
    text-align: center; }

.week-table {
  background-color: #ffffff;
  padding: 0 0 5vh 0; }
  .week-table .wrapper {
    width: 1170px;
    margin: 0 auto;
    padding: 0 3vw 0 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .week-table .wrapper div {
      width: 100%;
      margin: 0 auto;
      text-align: center; }
  .week-table .list {
    margin-top: 30px; }
    .week-table .list h3 {
      margin: 30px 0 30px 0; }
    .week-table .list h4 {
      font-size: 20px;
      margin-bottom: 20px;
      color: #000;
      text-align: center; }
    .week-table .list p {
      text-align: center; }
    .week-table .list .info {
      margin: 0 auto;
      text-align: center;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 20px 0; }
      .week-table .list .info p {
        text-align: center;
        font-size: 20px;
        width: 50%; }
    .week-table .list table {
      width: 100%; }
    .week-table .list table .dark tr {
      background: #70cff4;
      background: -moz-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
      background: -webkit-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
      background: -webkit-gradient(linear, left top, right top, from(#70cff4), to(#20a0d2));
      background: -o-linear-gradient(left, #70cff4 0%, #20a0d2 100%);
      background: linear-gradient(to right, #70cff4 0%, #20a0d2 100%);
      color: #ffffff;
      border: .5px solid #70cff4; }
    .week-table .list table .light tr {
      background: #21a1d3;
      color: #ffffff;
      border: .5px solid #70cff4; }
    .week-table .list table tbody tr:nth-child(odd) {
      background-color: #333333; }
    .week-table .list table tbody tr:nth-child(even) {
      background-color: #111111; }
    .week-table .list table tbody tr td {
      vertical-align: middle;
      border: none;
      font-weight: normal;
      border: .5px solid #70cff4; }
    .week-table .list table tbody tr td {
      text-align: center; }
    .week-table .list table .week tr td.label {
      background: #21a1d3;
      text-align: center;
      color: #ffffff;
      border: .5px solid #70cff4; }
    .week-table .list table tbody tr td img {
      width: 35px; }
    .week-table .list td {
      font-size: 16px;
      line-height: 1.6em;
      padding: 10px 10px;
      border: none;
      color: #fff; }
      .week-table .list td .remark {
        text-align: left;
        color: #ffffff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 16px;
        margin-bottom: 0; }

.coach-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.coach, .coach2 {
  width: 50%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eeeeee;
  border-radius: 10px;
  padding: 30px;
  margin: 20px auto;
  overflow: hidden; }
  .coach .text, .coach2 .text {
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .coach .text h2, .coach2 .text h2 {
      color: #20a0d2 !important;
      margin-bottom: 0;
      font-size: 32px; }
    .coach .text h3, .coach2 .text h3 {
      text-align: center;
      font-size: 20px;
      margin: 10px 0 10px 0 !important; }
    .coach .text p, .coach2 .text p {
      vertical-align: middle;
      color: #000;
      font-size: 16px;
      text-align: left;
      width: 100%;
      margin: 0 auto 10px auto; }
    .coach .text img, .coach2 .text img {
      text-align: left;
      width: 160px;
      margin: 15px 0; }
    .coach .text a, .coach2 .text a {
      margin: 0;
      font-size: 14px !important; }
    .coach .text .dot, .coach2 .text .dot {
      color: #6DCFF6; }
  .coach .photo img, .coach2 .photo img {
    width: 300px;
    margin: 0 10px; }

#virtualrun hr {
  width: 100%;
  margin: 60px auto 0 auto; }

#virtualrun .intro .container h2 {
  margin-bottom: 0px;
  color: #000000;
  line-height: 1.2 !important;
  text-transform: uppercase; }

#virtualrun .virtualrun-race img {
  width: 70%;
  max-width: 1170px;
  margin-top: 0; }

#virtualrun .virtualrun-race h2 {
  margin-top: 60px; }

#virtualrun .virtualrun-race h4 {
  margin-top: 15px;
  line-height: 1.4 !important; }

#virtualrun .intro .container .virtual-group img {
  width: 70%;
  max-width: 1170px;
  margin-top: 0;
  margin-bottom: 30px; }

#virtualrun .intro .container .virtual-group h2 {
  margin-bottom: 30px; }

.app {
  margin: 60px auto 60px auto; }
  .app img {
    margin-bottom: 10px;
    width: 200px; }
  .app svg {
    fill: #ffffff;
    margin-right: 10px; }
  .app h3 {
    color: #20a0d2;
    text-align: center;
    line-height: 1.4 !important;
    margin: 0 0 10px 0 !important;
    font-size: 40px; }
    .app h3 span {
      color: #222222; }
  .app h4 {
    color: #000000;
    font-size: 24px; }
  .app .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .app a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 220px;
    margin: 10px 15px;
    font-size: 14px !important; }

.btn-cta {
  position: fixed;
  z-index: 999;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  opacity: 0.9; }

.btn-cta svg {
  width: 20px;
  fill: white; }

@media (max-width: 1440px) {
  .btn-cta {
    right: 8px; } }

@media (max-width: 767px) {
  .btn-cta {
    bottom: 64px; } }

.btn-cta-grc {
  bottom: 220px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6DCEF5), color-stop(41.54%, #317fbf), to(#0179D8));
  background: -webkit-linear-gradient(top, #6DCEF5 0%, #317fbf 41.54%, #0179D8 100%);
  background: -o-linear-gradient(top, #6DCEF5 0%, #317fbf 41.54%, #0179D8 100%);
  background: linear-gradient(180deg, #6DCEF5 0%, #317fbf 41.54%, #0179D8 100%);
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25)); }
  .btn-cta-grc img {
    width: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
    z-index: 18; }

.btn-cta-grc:before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#6DCEF5), color-stop(41.54%, #317fbf), to(#0179D8));
  background: -webkit-linear-gradient(top, #6DCEF5 0%, #317fbf 41.54%, #0179D8 100%);
  background: -o-linear-gradient(top, #6DCEF5 0%, #317fbf 41.54%, #0179D8 100%);
  background: linear-gradient(180deg, #6DCEF5 0%, #317fbf 41.54%, #0179D8 100%);
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  z-index: 10; }

.btn-cta-grc:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 86.5px;
  height: 86.5px;
  background: #ffffff;
  border-radius: 100%;
  z-index: 5; }

.btn-cta p {
  color: white;
  text-align: center;
  color: white;
  padding: 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.2 !important;
  padding: 0;
  margin: 0;
  text-align: center;
  z-index: 18; }

.btn-cta-local {
  bottom: 100px;
  background-color: #ffffff !important;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.25)); }
  .btn-cta-local p {
    color: #009BD9; }

.btn-cta-local:before {
  content: "";
  position: absolute;
  background-color: #ffffff;
  top: 10px;
  left: 10px;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  z-index: 10; }

.btn-cta-local:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  width: 86.5px;
  height: 86.5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0179D8), to(#6DCEF5));
  background: -webkit-linear-gradient(top, #0179D8 0%, #6DCEF5 100%);
  background: -o-linear-gradient(top, #0179D8 0%, #6DCEF5 100%);
  background: linear-gradient(180deg, #0179D8 0%, #6DCEF5 100%);
  border-radius: 100%;
  z-index: 5; }

.btn-cta:hover {
  -webkit-transform: scale3d(1.06, 1.06, 1.06);
  transform: scale3d(1.06, 1.06, 1.06);
  opacity: 1; }

p[data-id="service"], .end {
  margin: 0 auto;
  text-align: center;
  color: #777777;
  font-size: 16px !important;
  background: #ffffff;
  padding: 60px 0 60px 0; }

p[data-id="footer"] {
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  background-color: #000000;
  padding: 25px;
  margin: 0; }

@media (min-width: 2300px) and (max-width: 2560px) {
  #hero {
    height: 110vh;
    min-height: 1340px;
    max-height: 1440px; }
    #hero .kv {
      height: 110vh;
      min-height: 1340px;
      max-height: 1440px; }
  #index-award h2 {
    color: #000000;
    margin: 0 auto 30px auto; }
  #pacer-content {
    height: 700px; }
    #pacer-content .bg {
      height: 700px; }
    #pacer-content .container div .bg {
      bottom: 0; }
  #series .container {
    width: 1400px !important; }
    #series .container .group li img {
      max-width: 250px; }
    #series .container .guilde-04 {
      height: 100vh;
      min-height: 900px; } }

@media (min-width: 2000px) and (max-width: 2399px) {
  #hero {
    height: 100vh;
    min-height: 1050px;
    max-height: 1100px; }
    #hero .kv {
      height: 100vh;
      min-height: 1050px;
      max-height: 1100px; } }

@media (min-width: 1681px) and (max-width: 1900px) {
  #hero {
    height: 100vh;
    min-height: 900px;
    max-height: 950px; }
    #hero .kv {
      height: 100vh;
      min-height: 900px;
      max-height: 950px; } }

@media (max-width: 1680px) {
  #menu ul li a {
    margin: 0 15px; }
  #hero {
    height: 105vh;
    min-height: 840px;
    max-height: 900px; }
    #hero .kv {
      height: 105vh;
      min-height: 840px;
      max-height: 900px; }
      #hero .kv .title {
        width: auto;
        left: 50%; }
      #hero .kv .scene {
        left: -2% !important; }
      #hero .kv .tohero {
        max-width: 1020px; }
      #hero .kv .fromzero {
        max-width: 1020px;
        top: 52%;
        left: 50%; }
  #index-intro h3 {
    font-size: 28px; } }

@media (min-width: 1660px) and (max-width: 1450px) {
  #hero {
    height: 100vh;
    min-height: 800px;
    max-height: 850px; }
    #hero .kv {
      height: 100vh;
      min-height: 800px;
      max-height: 850px; } }

@media (max-width: 1440px) {
  #menu ul li a {
    margin: 0 15px; }
  #hero {
    height: 94vh;
    min-height: 660px;
    max-height: 800px; }
    #hero .kv {
      height: 94vh;
      min-height: 660px;
      max-height: 800px; }
      #hero .kv .title {
        width: 30%;
        top: 170px;
        left: 50%; }
        #hero .kv .title h3 {
          font-size: 20px; }
        #hero .kv .title h2 {
          margin-top: -30px; }
      #hero .kv .people {
        width: 100vw;
        bottom: -8%; }
      #hero .kv .fromzero {
        max-width: 800px; }
      #hero .kv .tohero {
        max-width: 800px; }
      #hero .kv .building {
        width: 100%; }
      #hero .kv .scene {
        left: 0 !important; }
  #kv-sponsor {
    background: #FFFFFF; }
    #kv-sponsor .logo div {
      margin: 15px 15px; }
      #kv-sponsor .logo div p {
        font-size: 12px; }
      #kv-sponsor .logo div a {
        margin-bottom: 0; }
    #kv-sponsor img {
      height: 60px; }
  .slider img {
    margin: 0 10px;
    height: 80px; }
  #index-intro h3 {
    font-size: 24px; }
  #index-intro .container {
    padding: 5vw 0 8vw 0; }
  #index-intro .container .image {
    height: 550px; }
  #album-content .container {
    width: 80% !important; }
  #album-content:after {
    font-size: 10vw; }
  #asia-race h3 {
    font-size: 18px;
    margin-bottom: 15px; }
  #index-award .photo .cloth img {
    width: 100%;
    max-width: 850px; }
  #index-award .buttons a {
    width: 160px;
    height: 160px;
    font-size: 18px; }
  #starlux {
    height: 110vh;
    min-height: 900px; }
    #starlux img {
      max-width: 500px; }
  #pacer-content h2 {
    font-size: 36px;
    margin: 40px auto; }
  #pacer-content .container {
    height: 300px; }
    #pacer-content .container div h3 {
      margin-left: 15px;
      margin-bottom: 15px;
      font-size: 28px; }
    #pacer-content .container div p {
      font-size: 14px;
      margin-left: 15px; }
    #pacer-content .container div .bg {
      background-position: top center;
      height: 300px; }
  #watchface-content .container {
    width: 1000px !important; }
    #watchface-content .container .text {
      width: 60%; }
  #asia-series-info .container .medal img {
    max-width: 340px;
    margin-top: -160px; }
  #asia-race {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #asia-race .wrapper {
      padding: 0 3vw 0 3vw; }
    #asia-race .wrapper ol {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      overflow: auto;
      padding: 0; }
    #asia-race .wrapper ol hr {
      min-width: 5px;
      width: 10px;
      color: #ffffff;
      margin: 15px 15px 0 15px;
      height: 1px;
      background-color: #ffffff !important; }
    #asia-race .wrapper ol li {
      min-width: 80px;
      margin: 15px 5px; }
      #asia-race .wrapper ol li a {
        font-size: 16px; }
    #asia-race .wrapper ol li span {
      font-size: 12px; }
  .coach .photo img, .coach2 .photo img {
    width: 250px;
    margin: 0 10px; }
  .grc .bg {
    height: 445px; }
  .grc .text h4 {
    font-size: 21px; }
  .app img {
    width: 160px; }
  #nav .nav-type h3, #nav .nav-type h4 {
    font-size: 20px !important; }
  .btn-cta {
    right: 20px; }
  .btn-cta-grc {
    bottom: 160px; }
  .btn-cta-local {
    bottom: 50px; }
  #index-sponsor div .spcial-logo-01 {
    width: 200px;
    height: auto;
    margin: 20px 10px; }
  #index-sponsor div .spcial-logo-02 {
    width: 480px;
    height: auto;
    max-width: 594px;
    margin: 15px 0; }
  #rungroup .intro .container .class-area .bg, #virtualrun .intro .container .class-area .bg {
    width: 70%;
    height: 500px; }
  #route-content h4 {
    font-size: 18px; }
  #route-content .notice {
    width: 40px;
    margin: 3vw auto 15px auto; } }

@media (max-width: 1368px) {
  #hero {
    height: 110vh;
    min-height: 660px;
    max-height: 800px; }
    #hero .kv {
      height: 110vh;
      min-height: 660px;
      max-height: 800px; }
  #index-intro h3 {
    font-size: 20px; }
  #index-intro p {
    font-size: 16px; }
  #index-intro .container .image {
    height: 480px; }
  #gift .list .completed .award img, #gift-02 .list .completed .award img {
    max-width: 100%; } }

@media (max-width: 1280px) {
  h2, section h2 {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 800 !important;
    line-height: 1.2 !important; }
  h3, section h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold !important;
    line-height: 1.6 !important; }
  h4 {
    font-size: 21px;
    font-weight: bold; }
  section p {
    font-size: 15px; }
  #menu ul {
    margin-left: 120px; }
  #menu ul li a {
	  
    margin: 0 10px;
    font-size: 16px; }
  #hero {
    min-height: 560px;
    max-height: 610px; }
    #hero .kv {
      min-height: 560px;
      max-height: 610px; }
      #hero .kv .people {
        width: 100vw;
        bottom: -10%; }
      #hero .kv .title {
        top: 160px; }
      #hero .kv .title h2 {
        font-size: 6.5vw;
        margin-top: -20px;
        -webkit-text-stroke: .5px black; }
      #hero .kv .title h3 {
        font-size: 14px; }
      #hero .kv .fromzero, #hero .kv .tohero {
        max-width: 700px; }
      #hero .kv .tohero {
        left: 25%; }
  #index-activity-content a {
    font-size: 14px !important; }
  #pacer-content .container div h3 {
    font-size: 28px;
    margin-left: 15px; }
  #pacer-content .container div p {
    font-size: 14px;
    margin-left: 15px; }
  #index-sponsor div .spcial-logo-01 {
    width: 225px;
    height: auto; }
  #index-sponsor div .spcial-logo-02 {
    width: 475px;
    height: 80px; }
  #asia-series-info .container .text h3 {
    font-size: 36px; }
  #asia-series-info p {
    font-size: 18px; }
  #asia-race .wrapper ol li {
    min-width: 50px;
    margin: 15px 2px; }
  #rule-content .container, #faq-content .container, #terms-content .container {
    width: 80% !important; }
  #rule-content .wrapper, #faq-content .wrapper, #terms-content .wrapper {
    width: 960px; }
  #gift .full-list .container .photo img,
  #gift-02 .full-list .container .photo img {
    max-width: 400px; }
  #gift .straight .container .photo img {
    max-width: 600px; }
  #index-sponsor div .spcial-logo-01 {
    width: 230px;
    height: auto;
    margin-top: 30px; }
  #index-sponsor div .amino {
    width: 250px; } }

@media (max-width: 1200px) {
  #hero {
    height: 100vh;
    min-height: 500px;
    max-height: 550px; }
    #hero .kv {
      height: 100vh;
      min-height: 500px;
      max-height: 550px; } }

@media (max-width: 1024px) {
  #menu-bar .signup {
    width: 180px; }
    #menu-bar .signup a {
      width: 180px; }
  #menu ul {
    margin-left: 0; }
  #menu-bar nav #menu {
    height: 65px;
    width: 100%;
    position: absolute;
    top: 65px;
    background-color: #222222; }
  #menu-bar nav .nav-pc {
    display: none; }
  #menu-bar nav .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #menu-bar nav.signup {
    position: absolute;
    right: 0;
    top: 11.5px; }
  #brand {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end; }
  #logo-hero {
    margin-top: 130px; }
  #hero {
    margin-top: 120px;
    max-height: 550px; }
    #hero .kv {
      max-height: 550px; }
      #hero .kv .title {
        width: 40%;
        top: 110px; }
      #hero .kv .title h2 {
        font-size: 8.5vw; }
      #hero .kv .people {
        width: 100vw;
        bottom: -1%; }
      #hero .kv .fromzero, #hero .kv .tohero {
        max-width: 630px; }
      #hero .kv .fromzero {
        top: 53%; }
      #hero .kv .tohero {
        bottom: 60px;
        left: 20%; }
  #index-activity-content .container {
    width: 80% !important;
  max-height: none;
	
	 }
  #index-activity-content .place img {
    width: 75%;
    max-width: 600px; }
  #index-activity-content h2, #index-activity-content h2 span {
    font-size: 80px; }
  #index-activity-content h3 {
    font-size: 24px; }
  #index-activity-content p {
    font-size: 12px; }
  #index-award .photo {
    width: 55%;
    left: 0;
    height: 450px; }
  #index-award h2 {
    margin: 30px auto 60px auto; }
  #index-award .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #index-award .buttons {
    width: 100%;
    max-width: 800px;
    right: auto;
    top: 30px;
    padding-bottom: 30px; }
    #index-award .buttons a {
      width: 180px;
      height: 150px;
      font-size: 14px;
      padding: 0 10px; }
  #index-award .buttons a:nth-child(5) {
    width: 280px; }
  #index-award .photo .cloth {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
    #index-award .photo .cloth img {
      width: 100%;
      min-width: 800px; }
  #asia-race .wrapper ol {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start; }
  #starlux {
    height: 60vh;
    min-height: 850px;
    background-position: 40% center; }
    #starlux .container {
      padding: 5vh 0; }
  #watchface-content .container {
    width: 760px !important; }
    #watchface-content .container .text {
      width: 100%;
      margin-left: 40px; }
  #pacer-content .container div h2 {
    font-size: 32px; }
  #pacer-content .container div h3 {
    font-size: 24px; }
  #pacer-content .container div p {
    font-size: 12px; }
  #index-otherevent .swiper {
    width: 100%;
    height: 400px;
    padding: 30px 0; }
  #asia-series-info .container {
    min-height: 350px;
    width: 80% !important; }
    #asia-series-info .container .text h3 {
      font-size: 32px; }
    #asia-series-info .container .medal {
      width: 35%; }
    #asia-series-info .container .medal img {
      max-width: 500px;
      width: 100%;
      margin-top: -25px; }
    #asia-series-info .container a {
      margin: 0 auto;
      font-size: 12px; }
    #asia-series-info .container p {
      font-size: 14px; }
  #asia-race .wrapper ol li {
    min-width: 100px; }
  #news-content h4 {
    margin-top: 30px; }
  #news-content .pic-three {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #news-content .pic-three img {
      width: 100% !important;
      margin: 10px 0; }
  #news-content .container {
    margin: 0 auto;
    width: 80% !important; }
  #logo-hero .slider img {
    margin: 0 10px;
    height: 70px; }
  #logo-hero .logo img {
    max-width: 150px;
    margin-left: 70px; }
  #logo-hero h2 {
    font-size: 60px; }
  #kv-page-bar h2 {
    font-size: 6vw; }
  #info-main-content .frame h2 {
    font-size: 28px; }
  #info-main-content .frame h3 {
    font-size: 21px;
    width: 90%;
    padding: 0 10px;
    text-align: center;
    margin: 0 auto; }
  #race-table .wrapper, #bus-table .wrapper, #about-group-table-wm .wrapper {
    width: 80%; }
  #medal .info-award {
    width: 80% !important; }
    #medal .info-award ol {
      padding: 0;
      margin: 0; }
    #medal .info-award ol li {
      width: 33.33%; }
      #medal .info-award ol li img {
        width: 180px; }
  #info-activity {
    min-height: 400px;
    max-height: 600px; }
    #info-activity .text p {
      font-size: 15px; }
    #info-activity .bg {
      background-position: center center; }
  #route-content .container {
    width: 80% !important; }
  #series .container li img {
    max-width: 160px; }
  #rule-content .container, #faq-content .container, #terms-content .container {
    width: 80% !important; }
  #rule-content .wrapper, #faq-content .wrapper, #terms-content .wrapper {
    width: 100%;
    padding-left: 0; }
  #gift .list .completed .award img, #gift-02 .list .completed .award img {
    width: 100%;
    max-width: 210px;
    margin: 30px 0; }
  #gift .list .completed, #gift-02 .list .completed {
    width: 90%; }
  #gift .full-list .container, #gift-02 .full-list .container {
    width: 80% !important;
    margin: 10px auto; }
  #gift .straight .container .photo img {
    max-width: 500px; }
  #coach .container, #runclass .container {
    padding: 100px 0 0 0;
    width: 80% !important; }
  #coach .container-info img, #runclass .container-info img {
    width: 100%; }
  .about-group-table .wrapper, .about-group-table-2 .wrapper, .about-group-table-3 .wrapper {
    width: 80%; }
  .week-table .wrapper {
    width: 100%; }
  .grc .bg {
    height: 360px; }
  .coach, .coach2 {
    max-width: 380px; }
  #series .container .group li img {
    max-width: 150px; } }

@media (max-width: 960px) {
  #hero {
    min-height: 440px;
    max-height: 480px; }
    #hero .kv {
      min-height: 440px;
      max-height: 480px; } }

@media (max-width: 820px) {
  #menu ul li a, #menu-bar .signup {
    font-size: 15px; }
  #hero {
    max-height: 420px;
    min-height: 380px; }
    #hero .kv {
      max-height: 420px;
      min-height: 380px; }
      #hero .kv .title {
        top: 80px; }
      #hero .kv .fromzero, #hero .kv .tohero {
        max-width: 500px; }
      #hero .kv .tohero {
        bottom: 40px;
        left: 20%; }
  #kv-sponsor img {
    height: 40px; }
  .slider .slide {
    height: 80px; }
  #index-intro h3 {
    font-size: 16px; }
  #index-intro p {
    font-size: 12px; }
  #index-intro .container .text {
    width: 75%; }
  #index-intro .container .image {
    height: 380px; }
  #index-intro hr {
    width: 75%;
    border-top: 1px solid #0179D8;
    margin: 15px 0; }
  #index-intro a {
    margin-top: 30px;
    font-size: 14px !important; }
  #album-content .container h3 {
    font-size: 18px; }
  #index-activity-content a {
    font-size: 12px !important; }
  #index-activity-content h2, #index-activity-content h2 span {
    font-size: 60px;
    height: 80px; }
  #index-activity-content h3 {
    font-size: 18px; }
  #index-award .photo .cloth img {
    width: 100%;
    min-width: 700px; }
  #starlux {
    height: 50vh;
    min-height: 700px;
    background-position: 40% center; }
    #starlux .container {
      padding: 3vh 0; }
  #grc .title h2 {
    font-size: 120px; }
  #watchface-content {
    max-height: 350px; }
    #watchface-content .container {
      width: 100% !important;
      padding: 0 2rem; }
      #watchface-content .container .watch img {
        max-height: 350px; }
      #watchface-content .container h2 {
        font-size: 28px; }
      #watchface-content .container p {
        font-size: 16px;
        line-height: 1.4 !important;
        margin: 10px auto 10px auto; }
  #pacer-content .container div h3 {
    font-size: 18px; }
  #pacer-content .container div p {
    font-size: 11px;
    line-height: 1.2 !important;
    margin-bottom: 5px; }
  #index-otherevent {
    padding: 3vw 0 5vw 0; }
    #index-otherevent h2 {
      margin-bottom: 0px;
      margin-top: 15px; }
    #index-otherevent h3 {
      font-size: 21px;
      text-align: left;
      line-height: 1.2 !important;
      margin-bottom: 10px; }
    #index-otherevent .swiper {
      width: 90%; }
  #nav .nav-type {
    overflow: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #nav .nav-type h3, #nav .nav-type h4 {
    font-size: 16px !important; }
  #nav .nav-type a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  #rungroup .intro .container, #virtualrun .intro .container {
    padding: 5vw 0 0 0; }
    #rungroup .intro .container .class-area .photo, #virtualrun .intro .container .class-area .photo {
      height: 300px; }
    #rungroup .intro .container .class-area .bg, #virtualrun .intro .container .class-area .bg {
      width: 60%;
      height: 300px; }
    #rungroup .intro .container .class-area .text, #virtualrun .intro .container .class-area .text {
      padding: 60px 10%; }
  .intro .container .class-area .photo:after {
    height: 150px; }
  .grc .bg {
    background-position: right center; }
  #coach .container, #runclass .container {
    padding: 5vw 0 0 0; }
  #coach .container .class .btn-black-fill, #coach .container .class .btn-grey-fill, #runclass .container .class .btn-black-fill, #runclass .container .class .btn-grey-fill {
    margin: 10px 0;
    font-size: 14px !important; }
  .coach .photo img, .coach2 .photo img {
    width: 200px; }
  .coach, .coach2 {
    max-width: 280px; }
  .gift-02 .full-list .container .photo img {
    width: 100%;
    max-width: 200px; }
  .week-table .wrapper {
    padding: 0; }
  .week-table .list td {
    font-size: 14px; }
  #series .container li p {
    font-size: 13px; }
  .app {
    margin: 30px auto 0 auto; }
  .app, .virtualrun-race {
    width: 80%;
    margin: 0 auto; }
    .app h4, .virtualrun-race h4 {
      line-height: 1.2 !important;
      font-size: 24px; }
    .app h3, .virtualrun-race h3 {
      margin: 0 0 10px 0 !important; }
  #virtualrun .virtualrun-race img {
    width: 100%; }
  .gift-02 .full-list {
    width: 80%;
    margin: 0 auto; }
  #nav .nav-type h3, #nav .nav-type h4 {
    font-size: 14px !important;
    line-height: 1.4 !important; }
  #series .container .all-grpup {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #series .container .group {
    min-width: 30%;
    margin-top: 15px; }
  #series .container li img {
    max-width: 210px; }
  #series .container li p {
    font-size: 13px; } }

@media (max-width: 768px) {
  #menu {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
  #menu ul {
    width: 100% !important;
    text-align: left;
    padding-left: 20px; }
    #menu ul li {
      margin-right: 15px; }
      #menu ul li a {
        margin: 0 10px;
        font-size: 16px;
        white-space: nowrap; }
  #menu ul li.social a {
    margin: 0 2px 0 0;
    padding-right: 10px; }
  #menu ul li.active a:before {
    bottom: -18px; }
  #hero .kv .scene {
    left: -2% !important;
    bottom: 20% !important; }
  #index-award .buttons {
    max-width: 720px; }
  #watchface-content .container {
    width: 100% !important;
    padding: 0 2rem; }
    #watchface-content .container p {
      margin: 10px auto 10px auto; } }

@media (max-width: 766px) {
  #hero .kv .people .subject img {
    width: 100%; }
  #hero .kv .people .subject {
    left: -3%;
    right: 10%; } }

@media (max-width: 650px) {
  #hero {
    max-height: 360px;
    min-height: 290px; }
    #hero .kv {
      max-height: 360px;
      min-height: 290px; } }

@media (max-width: 599px) {
  h2, section h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 800 !important;
    line-height: 1.2 !important; }
  h3, section h3 {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: bold !important;
    line-height: 1.6 !important; }
  h4 {
    font-size: 21px;
    font-weight: bold; }
  section p {
    font-size: 14px; }
  #kv-page-bar {
    background-position: 15% center; }
    #kv-page-bar h2 {
      font-size: 40px; }
  #menu-bar .signup {
    width: auto; }
    #menu-bar .signup a {
      width: 160px;
	  
	  }
  #hero {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    max-height: 640px;
    position: relative; }
    #hero .kv {
      height: 100vh;
      min-height: 500px;
      max-height: 640px;
      background-image: url(../images/kv-bg-m.jpg); }
      #hero .kv .title {
        top: 100px;
        width: 85%; }
      #hero .kv .title h2 {
        font-size: 20vw; }
      #hero .kv .title h3 {
        font-size: 16px; }
      #hero .kv .people {
        width: 205vw;
        bottom: -1%;
        left: -55%;
        width: 180%;
        z-index: 5; }
        #hero .kv .people .subject img {
          width: 100%; }
        #hero .kv .people .subject {
          left: 3%; }
      #hero .kv .fromzero {
        width: 100%;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 10px;
        top: 385px;
        width: 90%; }
      #hero .kv .tohero {
        width: 95%;
        left: 6%;
        bottom: 95px; }
      #hero .kv .building {
        width: 115%;
        left: -9%;
        bottom: 0; }
      #hero .kv .scene {
        left: -8% !important;
        bottom: -70% !important; }
  #menu ul li a {
    margin: 0 5px;
    font-size: 16px;
    white-space: nowrap; }
  #menu-bar .signup {
    right: 0;
    margin: 0 10px 0 0; }
  #kv-sponsor .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 0; }
    #kv-sponsor .logo div {
      margin: 15px 0px; }
      #kv-sponsor .logo div p {
        font-size: 10px;
        width: 40px; }
  #kv-sponsor img {
    height: 40px; }
  .slider {
    margin: 20vw auto 2vw auto; }
  #logo-hero {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #logo-hero .logo {
      left: auto; }
      #logo-hero .logo img {
        margin-left: auto; }
    #logo-hero .city {
      max-width: 170px;
      left: -10px; }
  #logo-hero .slider {
    height: auto;
    width: 90%;
    margin: 2vw auto 2vw auto; }
  #index-intro {
    background-size: 150%;
    height: auto; }
    #index-intro .container {
      width: 85% !important;
      padding: 5vw 0 10vw 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #index-intro .container .text {
        width: 100%; }
      #index-intro .container .image {
        height: 500px;
        width: 100%;
        position: relative;
        margin-top: 60px; }
        #index-intro .container .image img {
          width: 100%;
          max-width: 300px;
          right: 0;
          left: 42%;
          top: 50%;
          bottom: auto;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
        #index-intro .container .image h2 {
          font-size: 19vw; }
    #index-intro hr {
      width: 100%; }
    #index-intro h3 {
      font-size: 14px;
      width: 100%; }
  #index-activity-content .container {
    width: 80% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15vw 0; }
    #index-activity-content .container .place {
      margin-bottom: 30px; }
    #index-activity-content .container h2, #index-activity-content .container h2 span {
      font-size: 50px;
      height: 80px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  #index-activity-content a {
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%;
    font-size: 16px !important; }
  #index-activity-content h2, #index-activity-content h2 span {
    font-size: 50px;
    height: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #album-content .container h3 {
    font-size: 18px;
    text-align: -webkit-auto; }
  #album-content:after {
    font-size: 12vw;
    right: 20px;
    top: 42px; }
  .fancybox-stage .wrapper {
    width: 100%;
    margin: 0 auto;
    border: 5px solid #6DCFF6;
    padding: 30px 15px;
    border-radius: 0; }
  .fancybox-content {
    padding: 20px !important;
    border-radius: 15px; }
  .fancybox-stage h3 {
    color: #20a0d2 !important;
    font-size: 30px;
    margin-bottom: 15px; }
  #asia-series-info {
    background-image: url("../images/asiaseries-bg-station-blue-m.jpg");
    padding-bottom: 60px; }
    #asia-series-info .container {
      min-height: 350px;
      width: 80% !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      max-height: 1500px; }
      #asia-series-info .container .text h3 {
        font-size: 26px; }
      #asia-series-info .container .medal {
        width: 100%; }
      #asia-series-info .container .medal img {
        max-width: 500px;
        width: 50%;
        margin-top: 0px;
        margin-bottom: 30px; }
      #asia-series-info .container a {
        margin: 0 auto;
        font-size: 12px; }
      #asia-series-info .container p {
        font-size: 14px;
        margin: 10px 0 20px 0; }
  #index-award {
    max-height: 1100px; }
    #index-award .photo {
      height: 250px; }
    #index-award .photo .cloth img {
      width: 100%;
      min-width: 400px; }
    #index-award .buttons {
      width: 85%; }
    #index-award .buttons a {
      width: 150px;
      height: 150px;
      font-size: 18px; }
    #index-award .buttons a:nth-child(5) {
      width: 96%; }
  #starlux {
    height: 120vw;
    background-image: url(../images/starlux-kv-mobile.jpg);
    background-size: cover;
    background-position: center center;
    min-height: 600px; }
    #starlux .container {
      padding: 50px 20px;
      top: 27%; }
      #starlux .container a {
        width: 100%; }
    #starlux h4 {
      font-size: 14px; }
    #starlux img {
      width: 100%; }
    #starlux .bg {
      background-size: cover;
      background-position: 42% center; }
  #grc .title h2 {
    font-size: 80px;
    line-height: 1 !important; }
  #watchface-content {
    height: 160vw;
    max-height: 700px;
    background-image: url(../images/watch-face-m.jpg);
    background-size: cover;
    background-position: bottom center; }
    #watchface-content .container {
      width: 90% !important;
      padding: 0;
      left: 0;
      top: -180px;
      margin: 0 auto; }
      #watchface-content .container .watch {
        display: none; }
      #watchface-content .container .text {
        width: 100%;
        margin-left: 0; }
  #pacer-content {
    height: auto; }
    #pacer-content .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 360vw; }
      #pacer-content .container div, #pacer-content .container div .bg {
        width: 100vw;
        height: 60vw; }
      #pacer-content .container div h3 {
        font-size: 32px;
        width: 50%;
        margin-bottom: 20px;
        margin-left: 20px; }
      #pacer-content .container div p {
        margin-left: 20px;
        margin-bottom: 0;
        font-size: 14px; }
      #pacer-content .container .text {
        height: 50vw; }
    #pacer-content h2 {
      font-size: 28px; }
  #pacer-content .container .people01 .bg:before,
  #pacer-content .container .people02 .bg:before,
  #pacer-content .container .people03 .bg:before,
  #pacer-content .container .people04 .bg:before,
  #pacer-content .container .people05 .bg:before,
  #pacer-content .container .people06 .bg:before {
    height: 60vw; }
  #index-sponsor .container {
    padding: 15vw 0 5vw 0; }
  #index-sponsor h2 {
    font-size: 24px; }
  #index-sponsor .container div {
    width: 100%;
    padding: 2vh 0; }
  #index-sponsor div img {
    width: 40%;
    max-width: 200px;
    margin: 10px 0; }
  #index-sponsor .twologo img {
    width: 40%;
    height: auto; }
  #index-sponsor .twologo {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  #index-sponsor .training {
    margin-bottom: 30px !important; }
  #index-sponsor div .spcial-logo-02 {
    width: 100%;
    height: auto; }
  #index-otherevent h3 {
    font-size: 24px; }
  #index-otherevent a {
    width: 30%;
    font-size: 14px !important;
    padding: 0.5em 0 !important; }
  p[data-id="service"] {
    padding: 30px 15px 40px 15px;
    font-size: 14px !important; }
  #asia-race {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial; }
    #asia-race .wrapper {
      padding: 0 3vw 0 3vw; }
    #asia-race .wrapper ol {
      -webkit-box-pack: initial;
      -ms-flex-pack: initial;
      justify-content: initial;
      overflow: auto;
      padding: 0; }
    #asia-race .wrapper ol hr {
      min-width: 20px;
      color: #ffffff;
      margin: 15px 15px 0 15px;
      height: 1px;
      background-color: #ffffff !important; }
    #asia-race .wrapper ol li {
      min-width: 90px;
      margin: 0; }
      #asia-race .wrapper ol li a {
        font-size: 16px; }
    #asia-race .wrapper ol li span {
      font-size: 12px; }
  #news-content h2 {
    margin-bottom: 5px !important; }
  #news-content h3 {
    font-size: 24px; }
  #news-content h4 {
    font-size: 21px;
    line-height: 1.4 !important;
    margin-top: 10px; }
  #news-content p.line-border {
    margin: 60px 0 60px 0; }
  #news-content .container {
    margin: 15px auto; }
  #news-content .link a {
    margin: 10px 0px;
    width: 80%;
    font-size: 14px !important; }
  #news-content .news__btnlist .btn-black-fill {
    width: 80%;
    font-size: 14px !important; }
  .news__member {
    margin-bottom: 24px;
    text-align: left; }
    .news__member h4 {
      margin-bottom: 10px; }
  .news__cover {
    padding: 0; }
  .news__btnlist .btn-black-fill {
    width: 70%; }
  #info-main-content {
    padding: 10vw 0; }
    #info-main-content h2 {
      padding: 0 40px; }
    #info-main-content .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    #info-main-content .frame {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
    #info-main-content .headerdivider {
      height: 5px;
      width: 100%;
      border-bottom: 2px solid #000;
      border-left: 0;
      margin-bottom: 10px; }
    #info-main-content .frame h2,
    #info-main-content .frame h3 {
      font-size: 24px;
      width: 90%;
      margin: 0 auto; }
  #race-table .wrapper, #bus-table .wrapper, #about-group-table-wm .wrapper {
    width: 90%; }
  #race-table .list td, #bus-table .list td, #about-group-table-wm .list td {
    font-size: 12px !important;
    min-width: 90px; }
  #race-table .list h4, #bus-table .list h4, #about-group-table-wm .list h4 {
    line-height: 1.4 !important;
    font-size: 14px; }
  #race-table .small, #bus-table .small, #about-group-table-wm .small {
    font-size: 12px; }
  #medal .container .info-award ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    #medal .container .info-award ol li {
      width: 100%;
      margin-bottom: 30px; }
      #medal .container .info-award ol li img {
        width: 200px; }
      #medal .container .info-award ol li h3 {
        padding: 0 2rem;
        line-height: 1.4 !important;
        font-size: 18px; }
  #info-activity {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 750px; }
    #info-activity .bg {
      width: 100%;
      height: 100vw; }
    #info-activity .text {
      width: 100%;
      padding: 5vh 5vh; }
      #info-activity .text p, #info-activity .text p span {
        font-size: 14px;
        text-align: left; }
      #info-activity .text h3 {
        font-size: 28px; }
  #series .container li a {
    padding: 0.3em 0.2em !important; }
  #info-link-group .container .list a {
    margin: 10px 5px; }
  #gift .list .completed {
    width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #gift .list .completed .award {
    width: 100%;
    padding: 5px 10px;
    margin: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    #gift .list .completed .award img {
      max-width: 160px; }
  #gift .list h4 {
    font-size: 16px;
    padding: 0 10px; }
  #gift .list h2 {
    margin-bottom: 15px; }
  #gift .list .small {
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 0 30px; }
  #gift .list .completed .award p {
    line-height: 1.4 !important; }
  #gift .full-list .container, #gift-02 .full-list .container {
    width: 90% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .gift-02 .full-list .container .photo img {
    width: 100%;
    max-width: 280px;
    margin-left: 0; }
  .about-group-table .list h4, .about-group-table-2 .list h4, .about-group-table-3 .list h4 {
    font-size: 18px;
    line-height: 1.4 !important; }
  .about-group-table .list td, .about-group-table .list table tbody tr, .about-group-table .list table tbody tr td, .about-group-table-2 .list td, .about-group-table-2 .list table tbody tr, .about-group-table-2 .list table tbody tr td, .about-group-table-3 .list td, .about-group-table-3 .list table tbody tr, .about-group-table-3 .list table tbody tr td {
    font-size: 12px; }
  .about-group-table .wrapper div, .about-group-table-2 .wrapper div, .about-group-table-3 .wrapper div {
    overflow: auto; }
  #gift .list .completed .award p, #gift-02 .list .completed .award p {
    font-size: 12px;
    margin-top: 10px; }
  #series .container li a {
    padding: 0.3em 0.2em !important; }
  #series .container {
    padding: 30px 0; }
    #series .container .product {
      overflow: auto; }
    #series .container ol {
      width: 170%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      padding: 0 10px;
      padding-left: 30px; }
    #series .container li {
      padding: 0;
      margin-right: 10px; }
      #series .container li a {
        font-size: 12px !important;
        width: 60%; }
      #series .container li p {
        font-size: 12px; }
      #series .container li img {
        max-width: 160px; }
    #series .container li h3 {
      font-size: 16px; }
    #series .container .group {
      min-width: 100%; }
    #series .container a p {
      margin: 30px auto 0 auto;
      font-size: 16px; }
  .week-table .list td {
    font-size: 13px; }
  #series .container ol {
    padding-left: 30px; }
    #series .container ol li {
      margin-right: 10px; }
  #series .container li a {
    font-size: 12px !important;
    width: 60%; }
  #rule-content .container, #faq-content .container, #terms-content .container, #scientific-training-content .container {
    width: 85% !important;
    text-align: left; }
  #rule-content .wrapper, #faq-content .wrapper, #terms-content .wrapper, #scientific-training-content .wrapper {
    width: 220%;
    padding: 0; }
  #rule-content .rule-table, #faq-content .rule-table, #terms-content .rule-table, #scientific-training-content .rule-table {
    overflow: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    overflow-x: scroll; }
  #rule-content ol, #faq-content ol, #terms-content ol, #scientific-training-content ol {
    padding-left: 0;
    padding-bottom: 0;
    text-align: left; }
    #rule-content ol li, #faq-content ol li, #terms-content ol li, #scientific-training-content ol li {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 10px; }
    #rule-content ol .do, #faq-content ol .do, #terms-content ol .do, #scientific-training-content ol .do {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end;
      margin: 0; }
    #rule-content ol li ol, #faq-content ol li ol, #terms-content ol li ol, #scientific-training-content ol li ol {
      padding-bottom: 0;
      padding-left: 20px; }
  #route-content .text {
    margin: 0px auto 30px auto;
    width: 80%; }
  #route-content .notice {
    margin: 40px auto 15px auto; }
  .rule-table .list td {
    font-size: 14px; }
  #rule .intro .container h2, #scientific-training .intro .container h2 {
    padding-top: 3vw;
    margin-bottom: 30px; }
  #faq-content .link, #terms-content .link {
    width: 90%; }
  #rungroup .intro .container, #virtualrun .intro .container {
    padding: 10vw 0 0 0; }
    #rungroup .intro .container .class-area .photo, #virtualrun .intro .container .class-area .photo {
      height: 300px; }
    #rungroup .intro .container .class-area .bg, #virtualrun .intro .container .class-area .bg {
      width: 80%;
      height: 300px; }
    #rungroup .intro .container .class-area .text, #virtualrun .intro .container .class-area .text {
      padding: 30px 2rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #rungroup .intro .container .class-area .text ol, #virtualrun .intro .container .class-area .text ol {
        width: 100%; }
  #rungroup a, #virtualrun a {
    width: 80%; }
  #rungroup .gift-02 .full-list, #virtualrun .gift-02 .full-list {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0; }
    #rungroup .gift-02 .full-list .container, #virtualrun .gift-02 .full-list .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #rungroup .gift-02 .full-list .container .text, #virtualrun .gift-02 .full-list .container .text {
        width: 90%; }
  #coach .container, #runclass .container {
    padding: 10vw 0 0 0; }
    #coach .container a, #runclass .container a {
      width: 100%; }
  .gift-02 .full-list {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0; }
    .gift-02 .full-list .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  .grc .bg {
    background-position: 10% center; }
  .grc .text h4 {
    font-size: 16px; }
  .grc .text h3 {
    font-size: 28px; }
  .grc a {
    width: 80%; }
  #coach .week-table .wrapper .list, #runclass .week-table .wrapper .list {
    overflow-x: auto; }
  #coach .week-table .wrapper .list div, #runclass .week-table .wrapper .list div {
    width: 150%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
    overflow-x: auto; }
  #coach ol, #runclass ol {
    padding-left: 0;
    padding-bottom: 0;
    text-align: left; }
    #coach ol li, #runclass ol li {
      font-size: 14px;
      line-height: 1.6;
      margin-bottom: 10px; }
    #coach ol .do, #runclass ol .do {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: left;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end;
      margin: 0; }
    #coach ol li ol, #runclass ol li ol {
      padding-bottom: 0;
      padding-left: 20px; }
  .app {
    margin: 30px auto 0 auto; }
  .app, .virtualrun-race {
    width: 80%;
    margin: 0 auto; }
    .app h4, .virtualrun-race h4 {
      line-height: 1.4 !important;
      font-size: 18px;
      margin-top: 10px; }
    .app h3, .virtualrun-race h3 {
      font-size: 28px;
      margin: 30px 0 10px 0 !important; }
    .app .link, .virtualrun-race .link {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  #virtualrun .intro .container .class-area hr {
    margin: 10px auto 30px auto; }
  #virtualrun .intro .container h2 {
    margin-bottom: 15px;
    margin-top: 60px;
    font-size: 30px; }
  #virtualrun .intro .container .virtual-group img {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 0px; }
  #virtualrun .intro .container .virtual-group h2 {
    width: 90%; }
  .btn-cta {
    width: 90px;
    height: 90px;
    right: 10px; }
    .btn-cta p {
      font-size: 14px; }
  .btn-cta-grc {
    bottom: 140px; }
    .btn-cta-grc img {
      width: 50px; }
  .btn-cta-local {
    bottom: 30px; }
  .btn-cta-grc:after,
  .btn-cta-local:after {
    content: "";
    width: 76.5px;
    height: 76.5px; }
  .btn-cta-grc:before,
  .btn-cta-local:before {
    width: 70px;
    height: 70px; } }

@media (max-width: 430px) {
  #hero {
    max-height: 540px; }
    #hero .kv {
      max-height: 540px; }
      #hero .kv .fromzero {
        left: 10px;
        top: 315px;
        width: 90%; }
  #kv-sponsor .logo {
    padding: 5px 0; }
  #index-intro .container .image {
    height: 40vw;    margin-top: 10px; }
  #index-intro .container {
    padding: 5vw 0 5vw 0; }
    #index-intro .container .image img {
      max-width: 290px;
      right: 0;
      left: 52%; }
  #starlux {
    min-height: 680px; }
    #starlux h3, #starlux span {
      font-size: 24px; }
    #starlux span {
      margin-bottom: 10px; }
  #album-content:after {
    font-size: 19vw; }
  #album-content .container {
    width: 80% !important;
    margin: 30px auto; }
  #asia-race .wrapper ol li {
    min-width: 70px;
    margin: 0 0 0 20px; }
  #watchface-content {
    max-height: 600px; }
  #index-award .photo {
    height: 200px; }
    #index-award .photo .cloth img {
      min-width: 350px; } }

@media (max-width: 390px) {
  #hero .kv .fromzero {
    top: 335px; }
  #pacer-content .container div h3 {
    font-size: 24px; } }

@media (max-width: 375px) {
  #watchface-content {
    height: 180vw;
    max-height: 700px; }
    #watchface-content .container h2 {
      font-size: 30px; }
  #starlux h3, #starlux span {
    font-size: 21px; }
  #pacer-content .container div h3 {
    font-size: 24px; } }

@media (max-width: 360px) {
  h2, section h2 {
    font-size: 28px; }
  #hero {
    max-height: 500px; }
    #hero .kv {
      max-height: 500px; }
      #hero .kv .fromzero {
        top: 300px; }
  #kv-sponsor .logo {
    margin: 0 15px; }
  #index-award .photo {
    height: 210px; }
  #index-award .photo .cloth img {
    width: 100%;
    min-width: 350px; }
  #index-award .buttons a {
    width: 140px;
    height: 140px;
    font-size: 16px; }
  #index-intro .container .image img {
    max-width: 240px; }
  #grc .title h2 {
    font-size: 70px;
    line-height: 1 !important; }
  #asia-series-info .container .text h3 {
    font-size: 21px; }
  #news-content h3 {
    font-size: 20px; }
  #news-content .link a {
    font-size: 13px !important; }
  #series .container h3 {
    font-size: 24px; }
  .app img {
    width: 130px; }
  .week-table .list td {
    font-size: 12px; }
  .btn-cta-grc {
    bottom: 110px; }
  .btn-cta-local {
    bottom: 10px; } }

@media (max-width: 320px) {
  h2, section h2 {
    font-size: 32px; }
  h3, section h3 {
    font-size: 24px; }
  h4 {
    font-size: 20px; }
  section p {
    font-size: 14px; }
  #kv-sponsor img {
    height: 30px; }
  #hero .kv .people .subject {
    left: -2%; }
  #logo-hero {
    height: 150px; }
    #logo-hero .logo img {
      max-width: 120px; }
  #hero {
    margin-top: 130px;
    max-height: 450px;
    min-height: 380px; }
    #hero .kv {
      max-height: 510px;
      min-height: 380px;
      background-image: url(../images/kv-bg-m.jpg); }
      #hero .kv .title {
        top: 100px;
        width: 85%; }
      #hero .kv .people {
        width: 205vw;
        bottom: 10%;
        left: -55%; }
      #hero .kv .fromzero {
        top: 260px; }
      #hero .kv .tohero {
        bottom: 155px; }
      #hero .kv .building {
        width: 115%;
        left: -9%;
        bottom: 10%; }
      #hero .kv .scene {
        left: -8% !important;
        bottom: -70% !important; }
  #index-award .photo .cloth img {
    width: 100%;
    min-width: 310px; }
  #info-main-content h2 {
    padding: 0 20px; }
  #index-activity-content h3 {
    font-size: 15px; }
  #index-intro h3 {
    font-size: 14px; }
  #uber h3, #starlux h3, #uber h3 span, #starlux h3 span {
    font-size: 16px; }
  #uber .btn-black-fill, #uber .btn-grey-fill, #starlux .btn-black-fill, #starlux .btn-grey-fill {
    font-size: 14px !important; }
  #uber h4, #starlux h4 {
    font-size: 13px; }
  #watchface-content {
    height: 160vw; }
    #watchface-content .container h2 {
      font-size: 24px; }
    #watchface-content .container {
      top: -140px; }
      #watchface-content .container a {
        font-size: 14px !important; }
  #starlux {
    min-height: 500px; }
    #starlux .container {
      padding: 30px 20px; }
  #index-award .buttons a {
    width: 130px;
    height: 140px;
    font-size: 16px; }
  #race-table .list td, #bus-table .list td, #about-group-table-wm .list td {
    min-width: 80px; }
  #index-sponsor div .biglogo {
    max-width: 200px; }
  .about-group-table .list td, .about-group-table .list table tbody tr, .about-group-table .list table tbody tr td, .about-group-table-2 .list td, .about-group-table-2 .list table tbody tr, .about-group-table-2 .list table tbody tr td, .about-group-table-3 .list td, .about-group-table-3 .list table tbody tr, .about-group-table-3 .list table tbody tr td {
    font-size: 12px; }
  #series .container .group li h3 {
    font-size: 16px; }
  #series .container .group li img {
    max-width: 120px; }
  #series .container .group li p {
    font-size: 12px; }
  #series .container h3 {
    font-size: 21px; }
  #series .container li a {
    font-size: 12px !important;
    width: 95%; }
  #series .container li h3 {
    font-size: 13px; }
  .btn-cta-grc {
    bottom: 90px; }
  .btn-cta {
    width: 70px;
    height: 70px; }
    .btn-cta p {
      font-size: 11px; }
  .btn-cta-grc img {
    width: 36px; }
  .btn-cta-grc:before, .btn-cta-local:before {
    width: 50px;
    height: 50px; }
  .btn-cta-grc:after, .btn-cta-local:after {
    content: "";
    width: 56.5px;
    height: 56.5px; }
  #rungroup .intro .container .class-area .text ol li, #virtualrun .intro .container .class-area .text ol li {
    font-size: 12px; } }

/* 動畫部分 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/* Buzz */
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg); }
  100% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg); } }

.hvr-buzz {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0); }

.hvr-buzz:hover,
.hvr-buzz:focus,
.hvr-buzz:active {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
  color: white; }

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1); }

@font-face {
  font-family: 'fontello';
  src: url("data:application/octet-stream;base64,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") format("woff"), url("data:application/octet-stream;base64,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") format("truetype"); }

.icon-facebook-official:before {
  content: '\f230'; }

.btn-white-fill:hover, .btn-white-empty:hover {
  color: #ffffff !important; }
