@-webkit-keyframes fade-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fade-right {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes fade-top {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fade-top {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes marquee-y {
  from {
    -webkit-transform: translateY(1.3em);
            transform: translateY(1.3em); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@keyframes marquee-y {
  from {
    -webkit-transform: translateY(1.3em);
            transform: translateY(1.3em); }
  to {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); } }

@-webkit-keyframes marquee-x {
  from {
    left: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes marquee-x {
  from {
    left: 100%;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    vertical-align: top; } }

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

html, body {
  margin: 0;
  padding: 0; }

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  line-height: 1.4; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: unset; }

blockquote, q {
  quotes: none; }

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

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

hr {
  height: 0; }

img, embed, object {
  width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

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

input, select {
  vertical-align: middle; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

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

input[type="submit"], input[type="radio"], input[type="checkbox"], input[type="button"], input[type="reset"] {
  cursor: pointer; }

input[type="radio"], input[type="checkbox"] {
  padding: 0; }

button, select {
  cursor: pointer; }

a {
  text-decoration: none;
  background-color: transparent; }
  a:active, a:hover {
    outline: 0; }

ul, ol {
  list-style: none; }

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

.col-1 {
  width: 8.333333%; }

.col-2 {
  width: 16.666667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.333333%; }

.col-5 {
  width: 41.666667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.333333%; }

.col-8 {
  width: 66.666667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.333333%; }

.col-11 {
  width: 91.666667%; }

.col-12 {
  width: 100%; }

body {
  font-family: PingFangTC-regular, "LiHei Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Source Han Sans TC", "Microsoft JhengHei", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

.clearfix::after {
  content: "";
  display: block;
  clear: both; }

.note ol {
  list-style-type: decimal; }

.note ul {
  list-style-type: disc; }

.block--center {
  margin-left: auto;
  margin-right: auto; }

.text--right {
  text-align: right; }

.text--center {
  text-align: center; }

.text--left {
  text-align: left; }

.m-top--xs {
  margin-top: 1%; }

.m-top--sm {
  margin-top: 2%; }

.m-top--md {
  margin-top: 3%; }

.m-top--lg {
  margin-top: 4%; }

.m-bottom--xs {
  margin-bottom: 1%; }
  @media screen and (min-width: 960px) {
    .m-bottom--xs {
      margin-bottom: 10px; } }

.m-bottom--sm {
  margin-bottom: 2%; }
  @media screen and (min-width: 960px) {
    .m-bottom--sm {
      margin-bottom: 20px; } }

.m-bottom--md {
  margin-bottom: 3%; }
  @media screen and (min-width: 960px) {
    .m-bottom--md {
      margin-bottom: 30px; } }

.m-bottom--lg {
  margin-bottom: 4%; }
  @media screen and (min-width: 960px) {
    .m-bottom--lg {
      margin-bottom: 40px; } }

.m-bottom--xl {
  margin-bottom: 5%; }
  @media screen and (min-width: 960px) {
    .m-bottom--xl {
      margin-bottom: 50px; } }

.m-right--xs {
  margin-right: 1%; }

.m-right--sm {
  margin-right: 2%; }

.m-right--md {
  margin-right: 3%; }

.m-right-px--xs {
  margin-right: 5px; }

.m-right-px--sm {
  margin-right: 10px; }

.m-right-px--md {
  margin-right: 15px; }

.m-right--em {
  margin-right: 0.5em; }

.padding-xs {
  padding: 1%; }

.padding-sm {
  padding: 2%; }

.padding-md {
  padding: 3%; }

.padding-lg {
  padding: 4%; }

.p-bottom--xs {
  padding-bottom: 1%; }

.p-bottom--sm {
  padding-bottom: 2%; }

.p-bottom--md {
  padding-bottom: 3%; }

.p-bottom--lg {
  padding-bottom: 4%; }

.p-bottom--xl {
  padding-bottom: 5%; }

.default-border {
  border: 1px solid #999999; }

.layout--main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px; }

.one-screen {
  width: 100%;
  height: 100vh; }

.n-pic {
  position: relative; }

.btn {
  display: inline-block;
  zoom: 1;
  line-height: normal;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-drag: none;
    -webkit-user-drag-user-select: none; }

.btn::-moz-focus-inner {
  padding: 0;
  border: 0; }

.btn {
  border: 1px solid transparent;
  padding: 0 0.4rem;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem; }

.btn:focus {
  outline: 0; }

.btn-hidden {
  display: none; }

.btn--primary {
  color: #04dcdc;
  border-color: #04dcdc;
  font-weight: bold; }
  .btn--primary:hover, .btn--primary:focus {
    color: #18fbfb;
    border-color: #18fbfb; }

.go-top {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 90px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 10px 12px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  border-radius: 100px;
  cursor: pointer;
  display: none; }

.go-top.is-visible {
  display: block;
  opacity: 1; }

.go-top:focus,
.go-top i:focus {
  outline: 0; }

/* fix umall "position:fixed" not working */
.main, .side {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.sp__header .layout--main .logo {
  display: inline-block;
  width: 95px; }
  @media screen and (min-width: 768px) {
    .sp__header .layout--main .logo {
      width: 150px; } }
  .sp__header .layout--main .logo img {
    margin-top: 2px; }

.sp__header {
  border-bottom-color: #04dcdc; }

.sp__wrap--apple .sp__header {
  border-bottom-color: #ffffff; }

.sp__header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 5000;
  top: 0;
  color: #ffffff;
  background-color: #000000;
  border-bottom-style: solid;
  border-bottom-width: 1px; }
  .sp__header .header__zone {
    padding: 1.5% 2.5%; }
  .sp__header .header__info {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    vertical-align: middle; }
  .sp__header .info--sign {
    margin-left: 0.4rem;
    margin-right: 0.6rem; }
  .sp__header .info--common {
    display: none; }
  .sp__header .share__wrap {
    padding-top: 4px;
    float: right; }
  .sp__header .share__icon {
    display: inline-block;
    margin-left: 10px;
    width: 25px; }
  @media screen and (min-width: 768px) {
    .sp__header {
      border-bottom-width: 2px; }
      .sp__header .header__zone {
        padding: 10px 25px; }
      .sp__header .header__info {
        font-size: 28px;
        font-size: 2.8rem; }
      .sp__header .info--sign {
        margin-left: 1rem;
        margin-right: 1.2rem; }
      .sp__header .share__wrap {
        padding-top: 6px; }
      .sp__header .share__icon {
        width: 38px; } }

.nav__bottom {
  border-top-color: #04dcdc; }

.nav__wrap .nav__index {
  border-right-color: #04dcdc; }

.btn--nav-bottom {
  line-height: 140%;
  color: #04dcdc;
  border-color: #04dcdc;
  font-weight: bold; }
  .btn--nav-bottom:hover, .btn--nav-bottom:focus {
    color: #18fbfb;
    border-color: #18fbfb; }

.sp__wrap--apple .nav__bottom {
  border-top-color: #f6f6f6; }

.sp__wrap--apple .nav__wrap .nav__index {
  border-right-color: #f6f6f6; }

.sp__wrap--apple .btn--nav-bottom {
  line-height: 140%;
  color: #f6f6f6;
  border-color: #f6f6f6;
  font-weight: bold; }
  .sp__wrap--apple .btn--nav-bottom:hover, .sp__wrap--apple .btn--nav-bottom:focus {
    color: white;
    border-color: white; }

.nav__bottom {
  overflow-x: scroll;
  /* for IE, firefox cacel scrollbar */
  -ms-overflow-x: auto;
  scrollbar-width: none;
  /* for chrome, safari cacel scrollbar */
  position: fixed;
  z-index: 500;
  bottom: 0;
  width: 100%;
  background-color: #000000;
  border-top-width: 1px;
  border-top-style: solid; }
  .nav__bottom::-webkit-scrollbar {
    display: none; }
  @media screen and (min-width: 768px) {
    .nav__bottom {
      border-top-width: 2px; } }

.nav__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1%;
  white-space: nowrap; }
  .nav__wrap::after {
    content: "";
    display: block;
    clear: both; }
  .nav__wrap li {
    float: left; }
  @media screen and (min-width: 768px) {
    .nav__wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .nav__wrap a {
        font-size: 28px;
        font-size: 2.8rem; } }
  .nav__wrap li + li {
    margin-left: 1%; }
  .nav__wrap .nav__index {
    margin-right: 1%;
    padding-right: 2%;
    white-space: nowrap;
    border-right-width: 2px;
    border-right-style: solid; }

.sub-nav__wrap--common .sub-nav__item:before {
  background-color: #04dcdc; }

.sp__header .layout--main {
  position: relative;
  z-index: 0; }

.sub-nav__wrap {
  padding-bottom: 1%;
  text-align: center; }
  .sub-nav__wrap .sub-nav__item {
    display: inline-block;
    position: relative;
    z-index: 0;
    margin: 0 1.5%;
    padding: 0.5% 0;
    overflow: hidden; }
    .sub-nav__wrap .sub-nav__item:before {
      content: '';
      position: absolute;
      z-index: 1;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      -webkit-transform: translateX(-115%);
          -ms-transform: translateX(-115%);
              transform: translateX(-115%); }
    .sub-nav__wrap .sub-nav__item:hover:before, .sub-nav__wrap .sub-nav__item.active:before {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
    .sub-nav__wrap .sub-nav__item a {
      font-size: 15px;
      font-size: 1.5rem;
      display: block;
      color: #ffffff; }
  @media screen and (min-width: 768px) {
    .sub-nav__wrap .sub-nav__item a {
      font-size: 24px;
      font-size: 2.4rem; } }
  @media screen and (min-width: 960px) {
    .sub-nav__wrap {
      position: absolute;
      z-index: 0;
      top: 25%;
      right: 145px;
      white-space: nowrap; } }

.brand-list {
  background-color: #ffffff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #04dcdc;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .brand-list {
      border-bottom-width: 2px; } }

.brand__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 5%;
  -webkit-animation: 1s fade-top both;
          animation: 1s fade-top both; }
  .brand__wrap::after {
    content: "";
    display: block;
    clear: both; }
  .brand__wrap li {
    float: left; }
  .brand__wrap .brand__item {
    width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding: 0 5px; }
    .brand__wrap .brand__item a {
      display: block;
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 768px) {
      .brand__wrap .brand__item {
        width: 10.5%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 10.5%;
                flex: 1 0 10.5%;
        width: 12.5%; } }
  @media screen and (min-width: 960px) {
    .brand__wrap {
      padding: 0; } }
  .brand__wrap .brand__item--others a {
    padding-top: 9.5%; }
  .brand__wrap .brand__item--others .others__item {
    padding: 6% 0 6% 4.4%;
    color: #ffffff;
    background-color: #000000;
    text-align: center; }
    .brand__wrap .brand__item--others .others__item span {
      vertical-align: middle; }
      .brand__wrap .brand__item--others .others__item span:first-child {
        font-size: 13px;
        font-size: 1.3rem; }
      .brand__wrap .brand__item--others .others__item span:last-child {
        font-size: 12px;
        font-size: 1.2rem;
        margin-left: 0.4rem; }
    @media screen and (min-width: 960px) {
      .brand__wrap .brand__item--others .others__item span:first-child {
        font-size: 20px;
        font-size: 2rem; }
      .brand__wrap .brand__item--others .others__item span:last-child {
        font-size: 13px;
        font-size: 1.3rem; } }
  @media screen and (max-width: 320px) {
    .brand__wrap .brand__item--others {
      padding: 0; } }

.hero__zone {
  position: relative;
  z-index: 0;
  padding: 16.71% 0;
  background: center 0 url(img/top-slider-bg.jpg) no-repeat;
  background-size: 100%; }

.hero__slider {
  margin: 3.05% 8.33%; }

.hero__zone .hero__slider--prev, .hero__zone .hero__slider--next {
  top: calc(50% + 10px);
  width: 22px;
  height: 22px;
  background-color: #000000;
  background-size: 50%; }
  @media screen and (min-width: 768px) {
    .hero__zone .hero__slider--prev, .hero__zone .hero__slider--next {
      top: calc(50% + 5px);
      width: 33px;
      height: 33px; } }

.hero__zone .hero__slider--prev {
  left: 1%; }

.hero__zone .hero__slider--next {
  right: 1%; }

.hero__zone .hero__slider--pager {
  top: 74.5%;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }
  .hero__zone .hero__slider--pager .swiper-pagination-bullet {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    opacity: 0.5;
    outline: 0; }
  .hero__zone .hero__slider--pager .swiper-pagination-bullet-active {
    background-color: #ffffff;
    opacity: 1; }
  @media screen and (min-width: 768px) {
    .hero__zone .hero__slider--pager {
      top: 76%; }
      .hero__zone .hero__slider--pager .swiper-pagination-bullet {
        margin: 0 7px;
        width: 15px;
        height: 15px; } }

.sp__wrap:not(.sp__wrap--apple) ~ .bn-slider .bn-slider__wrap {
  padding: 6% 3% 2%;
  background: center 0 url(img/bn-slider-bg.png) no-repeat;
  background-size: 100%; }
  .sp__wrap:not(.sp__wrap--apple) ~ .bn-slider .bn-slider__wrap .bn-slider__title {
    display: none; }
  .sp__wrap:not(.sp__wrap--apple) ~ .bn-slider .bn-slider__wrap .bn__slider--pager {
    width: 94%; }
  .sp__wrap:not(.sp__wrap--apple) ~ .bn-slider .bn-slider__wrap .swiper-pagination-bullet {
    background-color: #ffffff; }

.sp__wrap--apple ~ .bn-slider .bn-slider__wrap {
  padding: 0% 1.5% 1.5%;
  background-color: #24242c; }
  .sp__wrap--apple ~ .bn-slider .bn-slider__wrap .bn__slider--pager {
    width: 97%; }
  .sp__wrap--apple ~ .bn-slider .bn-slider__wrap .swiper-pagination-bullet {
    background-color: #000000; }

.bn-slider {
  padding-bottom: 24px; }

.bn-slider__title {
  font-size: 16px;
  font-size: 1.6rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 180%; }
  @media screen and (min-width: 768px) {
    .bn-slider__title {
      font-size: 32px;
      font-size: 3.2rem;
      line-height: 200%; } }

.bn-slider__wrap {
  position: relative;
  z-index: 0; }
  .bn-slider__wrap li {
    width: 50%; }
  .bn-slider__wrap .bn__slider--pager {
    top: 102%;
    text-align: center; }
    .bn-slider__wrap .bn__slider--pager .swiper-pagination-bullet {
      margin: 0 4px;
      width: 8px;
      height: 8px;
      outline: 0; }
      @media screen and (min-width: 768px) {
        .bn-slider__wrap .bn__slider--pager .swiper-pagination-bullet {
          margin: 0 7px;
          width: 15px;
          height: 15px; } }

.sp__header .info--accessories {
  display: inline; }

.nav__accessories {
  display: none; }

body {
  background-color: #000000; }

@media screen and (min-width: 960px) {
  .hero__wrap {
    background: center 0 url(img/bg.jpg) no-repeat; } }

