@-webkit-keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }
  5%, 10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }
  15%, 25%, 35%, 40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  20%, 30%, 40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  50%, to {
    transform: scale3d(1, 1, 1)
  }
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }
  5%, 10% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
  }
  15%, 25%, 35%, 40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }
  20%, 30%, 40% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }
  50%, to {
    transform: scale3d(1, 1, 1)
  }
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  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 {
  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 {
  max-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
}

.sp__wrap img {
  width: 100%
}

@media screen and (min-width: 960px) {
  .sp__wrap img {
    width: auto
  }
}

.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 #999
}

.layout--main {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 960px
}

.one-screen {
  width: 100%;
  height: 100vh
}

.n-pic {
  position: relative
}

.icon__home {
  z-index: 20
}

.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: #cc1e05;
  border-color: #cc1e05;
  font-weight: bold
}

.btn--primary:hover, .btn--primary:focus {
  color: #f9290b;
  border-color: #f9290b
}

.go-top {
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 90px;
  transform: translateY(-50%);
  padding: 10px 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  opacity: 0;
  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
}

.main, .side {
  transform: none
}

.logo {
  width: 20%;
  position: absolute;
  top: 5px;
  z-index: 10;
  left: 5%
}

.logo.logo--e {
  max-width: 134px
}

.logo.logo--u {
  max-width: 150px
}

@media screen and (min-width: 960px) {
  .logo {
    left: calc(50% - 450px)
  }
}

.share__wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0.5%;
  position: absolute;
  top: calc(100vw * 0.025);
  right: calc(100vw * 0.0375)
}

@media screen and (min-width: 960px) {
  .share__wrap {
    margin: 0 2%;
    top: -10px;
    right: calc(50% - 350px)
  }
}

.share__btn img {
  width: 20px
}

@media screen and (min-width: 768px) {
  .share__btn img {
    width: 55px
  }
}

.header__zone {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%
}

.header__zone .layout--main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (min-width: 960px) {
  .header__zone {
    top: 15px
  }
}

.swiper-container .swiper-pager-white {
  bottom: 0
}

.swiper-container .swiper-pager-white .swiper-pagination-bullet {
  margin: 0 6px;
  width: 12px;
  height: 12px;
  background-color: #fff
}

@media screen and (min-width: 960px) {
  .swiper-container .swiper-pager-white .swiper-pagination-bullet {
    margin: 0 9px;
    width: 18px;
    height: 18px
  }
}

.swiper-container .swiper-pagination-custom {
  bottom: 0
}

.swiper-container .swiper-pagination-custom .swiper-pagination-bullet {
  margin: 0 6px;
  width: 12px;
  height: 12px
}

@media screen and (min-width: 960px) {
  .swiper-container .swiper-pagination-custom .swiper-pagination-bullet {
    margin: 0 9px;
    width: 18px;
    height: 18px
  }
}

.swiper-container .swiper-pagination-custom .swiper-pagination-bullet-active {
  background-color: #8d8d8d
}

.swiper-pager-custom.swiper-button-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23eb6100'%2F%3E%3C%2Fsvg%3E")
}

.swiper-pager-custom.swiper-button-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23eb6100'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-small {
  width: 15px;
  height: 24px;
  background-size: 15px 24px
}

.hero__wrap {
  position: relative;
  z-index: 0;
  overflow: hidden
}

@media screen and (min-width: 960px) {
  .hero__wrap {
    background-size: auto
  }
}

.hero__wrap .hero__block {
  position: relative;
  z-index: 0;
  padding-top: 5.5%
}

.hero__wrap .hero__box {
  width: 60.5%
}
.hero__wrap .hero__title--main {
  position: relative;
  z-index: 1;
  width: 100%;
  transform-origin: center top;
  -webkit-animation: swing 0.75s 0.75s both;
  animation: swing 0.75s 0.75s both
}

@media screen and (min-width: 960px) {
  .hero__wrap .promo__zone {
    background-color: transparent
  }
}
.goods__wrap--flip {
  position: absolute;
  z-index: 0;
  top: -13;
  right: 0;
  width: 38%
}

.goods__wrap--flip .goods__background {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.goods__wrap--flip .promo__slider {
  position: relative;
  z-index: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%
}

.goods__wrap--flip .promo__slider .swiper-container {
  width: 100%;
  height: 100%
}

.goods__wrap--flip .promo__slider .swiper-slide {
  width: 100%
}

.goods__wrap--flip .promo__slider a {
  text-align: center
}

@media screen and (min-width: 960px) {
  .goods__wrap--flip {
    right: calc(50% - 480px)
  }
}

.promo__event {
  position: relative;
  z-index: 1;
  margin-top: 8%;
  padding: 1% 1% 0
}

.promo__event .event__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.promo__event .event__wrap li {
  flex: 0 0 25%;
  -ms-flex: auto;
  padding: 0.5%
}

.promo__event .event__wrap li a {
  padding-bottom: 87%
}

.promo__event .event__wrap--top {
  padding: 5% 0.5% 0
}

.promo__group--tab .tab__wrap {
  padding: 3% 6.5%;
  background: center 0 url(bg-tab.png) no-repeat;
  background-size: 95%
}

.promo__group--tab .tab__wrap .tab__zone .tab__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.promo__group--tab .tab__wrap .tab__zone .tab__box li {
  width: 50%;
  cursor: pointer
}

.promo__group--tab .tab__wrap .tab__zone .tab__box li img:last-child {
  display: none
}

.promo__group--tab .tab__wrap .tab__zone .tab__box li.active img:first-child {
  display: none
}

.promo__group--tab .tab__wrap .tab__zone .tab__box li.active img:last-child {
  display: block
}

.promo__group--tab .tab__wrap .tab__zone .tab__box li:hover {
  -webkit-filter: brightness(120%);
  filter: brightness(120%)
}

.promo__group--tab .tab__wrap .content__zone {
  padding: 1.8% 1% 2%;
  background-color: #041237;
  border-radius: 0 0 5vw 5vw
}

.promo__group--tab .tab__wrap .content__zone .content__box {
  display: none
}

.promo__group--tab .tab__wrap .content__zone .content__box.active {
  display: -ms-flexbox;
  display: flex
}

.promo__group--tab .tab__wrap .content__zone .content__item {
  padding: 1%;
  width: 33%
}

.promo__group--tab .tab__wrap .content__zone .content__item:active, .promo__group--tab .tab__wrap .content__zone .content__item:hover {
  -webkit-filter: contrast(150%);
  filter: contrast(150%)
}

@media screen and (min-width: 960px) {
  .promo__group--tab .tab__wrap .content__zone {
    border-radius: 0 0 40px 40px
  }
}

body {
  position: relative;
  z-index: 0;
  background-color: #07101f
}

.sp__wrap {
  position: relative;
  z-index: 1;
  background: center 0 url(bg.jpg) no-repeat;
  background-size: 100%
}

@media screen and (min-width: 960px) {
  .sp__wrap {
    background: center 0 url(bg.jpg) no-repeat, center 0 url(bg-web.jpg) no-repeat;
    background-size: auto
  }
}

.sp__wrap a {
  display: block
}