@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}
body {
  line-height: 1;
  position: relative;
  overflow-x: hidden
}
button,
ol,
ul {
  margin: 0;
  padding: 0
}
blockquote,
q {
  quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
:focus,
a:active,
a:focus,
a:hover,
button:focus {
  text-decoration: none;
  outline: 0
}
a,
button {
  border: none;
  font-size: unset;
  padding: 0;
  margin: 0;
  background: 0 0;
  background-color: none;
  outline: 0;
  border: none
}
img {
  max-width: 100%;
  height: auto
}
body {
  background-color: #000;
  font-family: "Noto Sans TC","Microsoft JhengHei","Playfair Display",sans-serif,Arial;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -1px
}
body a,
body li,
body p,
body span {
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: 0
}
@media only screen and (max-width:767px) {
  body a,
  body li,
  body p,
  body span {
    font-size: 16px
  }
}
body a.point,
body li.point,
body p.point,
body span.point {
  color: #fff;
  font-weight: 500
}
.ctnflex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center
}
@media only screen and (max-width:480px) {
  .ctnflex .arrow {
    width: 100%;
    transform: rotate(90deg)
  }
}
.coin {
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 60px;
  margin: 0 auto;
  border-radius: 30px;
  max-width: 100%;
  gap: 4px
}
.coin span {
  font-weight: 500;
  font-size: 1.6rem;
  font-family: Cinzel;
  gap: 20px;
  color: #fff
}
.section-side {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  transition: all .3s ease-in-out
}
.section-side .btn-on {
  position: absolute;
  right: 0;
  top: -167px;
  width: 39px;
  height: 39px;
  z-index: 10;
  transition: all .3s ease-in-out;
  opacity: 0
}
@media only screen and (max-width:480px) {
  .section-side .btn-on {
    top: -148px
  }
}
.section-side .btn-on img {
  transform: rotate(180deg)
}
.section-side .btn-on.on {
  opacity: 1
}
.section-side .btn-on.open img {
  transform: rotate(0)
}
.section-side .sideBtn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  text-align: center;
  opacity: 0;
  transition: all .3s ease-in-out
}
@media only screen and (max-width:480px) {
  .section-side .sideBtn {
    right: 0
  }
}
.section-side .sideBtn li {
  position: relative;
  margin: 1% 0
}
.section-side .sideBtn li a {
  min-width: 220px;
  display: block;
  background-color: #1f2d45;
  color: #6c7788;
  font-weight: 700;
  padding: 8px
}
@media only screen and (max-width:480px) {
  .section-side .sideBtn li a {
    min-width: 129px
  }
}
.section-side .sideBtn li a.active,
.section-side .sideBtn li a:hover {
  background-color: #4c78c5;
  color: #fff
}
.section-side .sideBtn li:last-child a {
  background-color: #33435d
}
.section-side .sideBtn li:last-child a.active,
.section-side .sideBtn li:last-child a:hover {
  background-color: #2562cd
}
.section-side .sideBtn.on {
  opacity: 1
}
.section-side .sideBtn.open {
  transform: translateY(-50%) translateX(0)
}
.section-side .sideBtn.off {
  transform: translateY(-50%) translateX(90%);
  pointer-events: none
}
main {
  position: relative;
  background: url(../images/mainbg.jpg) no-repeat center center/cover;
  padding: 80px 40px;
  overflow: hidden;
  margin-top: 80px
}
@supports (background-image:url("data:image/webp;base64,UklGRhYAAABXRUJQVlA4WAoAAAAgAAAA")) {
  main {
    background: url(../images/mainbg.webp) no-repeat center center/cover
  }
}
@media only screen and (max-width:1024px) {
  main {
    background-position-x: 53%
  }
}
@media only screen and (max-width:768px) {
  main {
    background: url(../images/mainbg_mo.jpg) no-repeat center top/cover
  }
  @supports (background-image:url("data:image/webp;base64,UklGRhYAAABXRUJQVlA4WAoAAAAgAAAA")) {
    main {
      background: url(../images/mainbg_mo.webp) no-repeat center top/cover;
      background-position-x: 41%
    }
  }
}
@media only screen and (max-width:991px) {
  main {
    margin-top: 0
  }
}
@media only screen and (max-width:767px) {
  main {
    padding: 20px
  }
}
main > .title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  left: 14%;
  justify-content: center;
  align-items: center;
  z-index: 0;
  text-align: start;
  opacity: 0;
  filter: blur(30px);
  -webkit-animation: blur .5s ease-in-out 1 forwards;
  animation: blur .5s ease-in-out 1 forwards
}
@media only screen and (max-width:1200px) {
  main > .title {
    left: 0;
    gap: 12px;
    max-width: 90%
  }
}
@media only screen and (max-width:767px) {
  main > .title {
    left: inherit
  }
}
@media only screen and (max-width:768px) {
  main > .title {
    padding-left: 0;
    margin: 35vh auto 10vh
  }
}
@media only screen and (max-width:480px) {
  main > .title {
    margin: 50vh auto 10vh
  }
}
@media only screen and (max-width:480px) {
  main > .title > picture img {
    max-width: 96vw
  }
}
main > .title .link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
main > .title .link a {
  color: #f7ce85;
  display: block;
  width: 150px;
  line-height: 45px;
  border-radius: 30px;
  background-color: #374c89;
  margin: 2% 1% 1%;
  transition: .3s all
}
main > .title .link a:hover {
  background-color: #2562cd
}
@media only screen and (max-width:480px) {
  main > .title .link a:nth-of-type(1) {
    display: none
  }
}
main > .title p {
  font-weight: 400;
  color: #88b3df;
  max-width: 450px;
  text-align: center
}
main > .title p span {
  color: #e4c48c;
  vertical-align: baseline;
  margin-top: 4px
}
main > .title .time p {
  color: #fff
}
main > .title .popbtn {
  max-width: 640px;
  position: relative
}
main > .title .popbtn::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  background: url(../images/video-frame.png) no-repeat center center/contain;
  pointer-events: none
}
@media only screen and (max-width:767px) {
  main > .title .popbtn {
    width: 100%
  }
  main > .title .popbtn video {
    width: 100%
  }
}
main #main1 {
  margin-top: 17vh;
  max-width: 1280px;
  margin: 280px auto 0
}
@media only screen and (max-width:1440px) {
  main #main1 {
    width: 100%;
    margin: 40px auto 0
  }
}
main #main1 h2 {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 40px
}
main #main1 picture {
  opacity: 0;
  filter: blur(30px);
  -webkit-animation: blur .5s ease-in-out 1 forwards;
  animation: blur .5s ease-in-out 1 forwards
}
main #main1 > p {
  opacity: 0;
  filter: blur(30px);
  -webkit-animation: blur .5s ease-in-out 1 forwards;
  animation: blur .5s ease-in-out 1 forwards
}
main #main1 > p span {
  color: #e4c48c
}
main #main1 .intro1 {
  background-color: #192749;
  margin: auto;
  padding: 20px
}
@media only screen and (max-width:767px) {
  main #main1 .intro1 {
    max-width: 100%;
    margin-top: 20px
  }
}
main #main1 .intro1 p {
  color: #9da5b7;
  padding: 8px
}
main #main1 .intro1 p span {
  color: #e4c48c
}
main #main1 .intro1 .ctnflex {
  align-items: flex-start;
  gap: 8px
}
@media only screen and (max-width:1440px) {
  main #main1 .intro1 .ctnflex {
    flex-direction: column;
    align-items: center
  }
}
main #main1 .intro1 .ctnflex .arrow {
  margin-top: 84px
}
@media only screen and (max-width:1440px) {
  main #main1 .intro1 .ctnflex .arrow {
    margin-top: 0;
    transform: rotate(90deg)
  }
}
main #main1 .intro1 .ctnflex ul.remark {
  position: relative;
  color: #9da5b7;
  padding: 8px
}
main #main1 .intro1 .ctnflex ul.remark li span.icon {
  color: #e4c48c;
  position: relative
}
main #main1 .intro1 .ctnflex ul.remark li span.icon::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  left: -20px;
  background: url(../images/note_icon.png) no-repeat center center/contain
}
@supports (background-image:url("data:image/webp;base64,UklGRhYAAABXRUJQVlA4WAoAAAAgAAAA")) {
  main #main1 .intro1 .ctnflex ul.remark li span.icon::before {
    background: url(../images/note_icon.webp) no-repeat center center/contain
  }
}
main #main1 .intro2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px auto 0
}
@media only screen and (max-width:767px) {
  main #main1 .intro2 {
    flex-direction: column
  }
}
main #main1 .intro2 .intro2-1,
main #main1 .intro2 .intro2-2 {
  background-color: #192749;
  padding: 40px
}
@media only screen and (max-width:767px) {
  main #main1 .intro2 .intro2-1,
  main #main1 .intro2 .intro2-2 {
    height: unset;
    width: unset;
    padding: 20px
  }
}
main #main1 .intro2 .intro2-1 .ctnflex,
main #main1 .intro2 .intro2-2 .ctnflex {
  flex-direction: column;
  gap: 24px
}
main #main1 .intro2 .intro2-1 .ctnflex .d-flex,
main #main1 .intro2 .intro2-2 .ctnflex .d-flex {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 4px
}
@media only screen and (max-width:767px) {
  main #main1 .intro2 .intro2-1 .ctnflex .d-flex,
  main #main1 .intro2 .intro2-2 .ctnflex .d-flex {
    flex-direction: column;
    gap: 8px
  }
}
main #main1 .intro2 .intro2-1 .ctnflex .d-flex .plus,
main #main1 .intro2 .intro2-2 .ctnflex .d-flex .plus {
  width: 23px
}
main #main1 .intro2 .intro2-1 {
  width: 430px;
  background-color: #132b65
}
@media only screen and (max-width:1200px) {
  main #main1 .intro2 .intro2-1 {
    width: 100%;
    max-width: 100%
  }
}
main #main1 .intro2 .intro2-1 .coin {
  background-color: #254ca9
}
main #main1 .intro2 .intro2-2 {
  width: 830px;
  background-color: #7f6131
}
@media only screen and (max-width:1200px) {
  main #main1 .intro2 .intro2-2 {
    width: 100%;
    max-width: 100%
  }
}
main #main1 .intro2 .intro2-2 .coin {
  background-color: #d78c16
}
main #main1 .introTxt ul {
  text-align: left;
  margin-top: 24px
}
main #main1 .introTxt ul li {
  color: #7f8fa8;
  margin-bottom: 4px
}
section {
  min-height: 100vh;
  position: relative;
  text-align: center;
  padding: 80px 40px
}
@media only screen and (max-width:1440px) {
  section {
    padding: 120px 40px 40px
  }
}
@media only screen and (max-width:1024px) {
  section {
    padding: 200px 20px 20px
  }
}
section:nth-of-type(1) {
  background: url(../images/bg1.jpg) no-repeat center center/cover
}
@supports (background-image:url("data:image/webp;base64,UklGRhYAAABXRUJQVlA4WAoAAAAgAAAA")) {
  section:nth-of-type(1) {
    background: url(../images/bg1.webp) no-repeat center center/cover
  }
}
section:nth-of-type(2) {
  background: url(../images/bg2.jpg) no-repeat center center/cover
}
@supports (background-image:url("data:image/webp;base64,UklGRhYAAABXRUJQVlA4WAoAAAAgAAAA")) {
  section:nth-of-type(2) {
    background: url(../images/bg2.webp) no-repeat center center/cover
  }
}
section:nth-of-type(3) {
  background: url(../images/bg3.jpg) no-repeat center center/cover
}
@supports (background-image:url("data:image/webp;base64,UklGRhYAAABXRUJQVlA4WAoAAAAgAAAA")) {
  section:nth-of-type(3) {
    background: url(../images/bg3.webp) no-repeat center center/cover
  }
}
section::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 200px;
  top: -8px;
  right: 200px;
  background: url(../images/flag5.png) no-repeat center center/contain
}
@supports (background-image:url("data:image/webp;base64,UklGRhYAAABXRUJQVlA4WAoAAAAgAAAA")) {
  section::before {
    background: url(../images/flag5.webp) no-repeat center center/contain
  }
}
@media only screen and (max-width:1024px) {
  section::before {
    right: 0;
    left: 50%;
    transform: translateX(-50%)
  }
}
section .container {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  padding: 0
}
section h2 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 12px;
  opacity: 0;
  filter: blur(30px);
  -webkit-animation: blur .5s ease-in-out 1 forwards;
  animation: blur .5s ease-in-out 1 forwards
}
@media only screen and (max-width:768px) {
  section h2 {
    margin-bottom: 20px
  }
}
@media only screen and (max-width:1200px) {
  section h2 > img {
    max-width: 90vw
  }
}
section#s1 .ctnflex {
  background: #241854;
  width: 100%;
  margin: 0 auto 40px;
  padding: 120px 40px;
  gap: 20px
}
@media only screen and (max-width:1024px) {
  section#s1 .ctnflex {
    padding: 200px 20px 20px
  }
}
section#s1 .ctnflex.weapon {
  position: relative
}
section#s1 .ctnflex.weapon p {
  color: #a69ec9
}
section#s1 .ctnflex.weapon h2 {
  margin-bottom: 0
}
section#s1 .ctnflex.weapon::before {
  content: '';
  position: absolute;
  width: 320px;
  height: 200px;
  top: -8px;
  right: 0;
  background: url(../images/flag10.png) no-repeat center center/contain
}
@supports (background-image:url("data:image/webp;base64,UklGRhYAAABXRUJQVlA4WAoAAAAgAAAA")) {
  section#s1 .ctnflex.weapon::before {
    background: url(../images/flag10.webp) no-repeat center center/contain
  }
}
@media only screen and (max-width:1024px) {
  section#s1 .ctnflex.weapon::before {
    right: 0;
    left: 50%;
    transform: translateX(-50%)
  }
}
section#s1 h2 .point {
  color: #fff
}
section#s1 .introTxt {
  text-align: left
}
section#s1 .introTxt ul li {
  color: #8c8ca1
}
section#s3::before {
  background: url(../images/flag20.png) no-repeat center center/contain
}
@supports (background-image:url("data:image/webp;base64,UklGRhYAAABXRUJQVlA4WAoAAAAgAAAA")) {
  section#s3::before {
    background: url(../images/flag20.webp) no-repeat center center/contain
  }
}
@media only screen and (max-width:1024px) {
  section#s3::before {
    right: 0;
    left: 50%;
    transform: translateX(-50%)
  }
}
section#s3 h2 {
  opacity: 0;
  filter: blur(30px);
  -webkit-animation: blur .5s ease-in-out 1 forwards;
  animation: blur .5s ease-in-out 1 forwards
}
section#s3 .pet {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2% auto;
  gap: 20px
}
section#s3 .pet hr {
  width: 100%;
  margin: 0;
  opacity: 0
}
@media only screen and (max-width:767px) {
  section#s3 .pet hr {
    display: none
  }
}
section#s3 .pet .award-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}
@media only screen and (max-width:767px) {
  section#s3 .pet .award-card {
    width: 40%
  }
}
section#s3 .pet .award-card .tag {
  color: #fff;
  padding: 8px 40px;
  background-color: #142943;
  border-radius: 40px
}
section#s3 .introTxt {
  margin: 2% auto
}
section#s3 .introTxt ul {
  max-width: 1280px;
  text-align: center;
  margin: 1% auto
}
section#s3 .introTxt ul li {
  color: #cbced7
}
section#s2 {
  margin-top: -2px
}
@media only screen and (max-width:480px) {
  section#s2 {
    margin-top: -5px
  }
}
section#s2::before {
  background: url(../images/flag15.png) no-repeat center center/contain
}
@supports (background-image:url("data:image/webp;base64,UklGRhYAAABXRUJQVlA4WAoAAAAgAAAA")) {
  section#s2::before {
    background: url(../images/flag15.webp) no-repeat center center/contain
  }
}
@media only screen and (max-width:1024px) {
  section#s2::before {
    right: 0;
    left: 50%;
    transform: translateX(-50%)
  }
}
section#s2 h2 {
  opacity: 0;
  filter: blur(30px);
  -webkit-animation: blur .5s ease-in-out 1 forwards;
  animation: blur .5s ease-in-out 1 forwards
}
section#s2 h2 .point {
  color: #fff
}
section#s2 .arms {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2% auto;
  gap: 30px
}
section#s2 .arms hr {
  width: 100%;
  margin: 0;
  opacity: 0
}
@media only screen and (max-width:767px) {
  section#s2 .arms hr {
    display: none
  }
}
section#s2 .arms .award-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px
}
@media only screen and (max-width:767px) {
  section#s2 .arms .award-card {
    width: 40%
  }
}
section#s2 .arms .award-card .tag {
  color: #fff;
  padding: 8px 40px;
  background-color: #6b1a20;
  border-radius: 40px
}
section#s2 .introTxt {
  margin: 2% auto
}
section#s2 .introTxt ul {
  max-width: 1280px;
  text-align: center;
  margin: 1% auto
}
section#s2 .introTxt ul li {
  color: #917f7c
}
.modal {
  z-index: 999;
  padding-top: 10vh;
  background-color: #00000085
}
@media only screen and (max-width:480px) {
  .modal {
    padding-top: 20vh
  }
}
.modal .modal-content {
  border: none
}
.modal .modal-dialog {
  max-width: 1000px;
  pointer-events: auto
}
@media only screen and (max-width:768px) {
  .modal .modal-dialog {
    max-width: 90%;
    margin: 0 auto
  }
}
.modal .modal-body {
  background-color: transparent;
  text-align: center;
  border-radius: 10px
}
.modal .modal-body iframe {
  width: 100%;
  aspect-ratio: 16/9
}
.modal .modal-body h4 {
  color: #3d2231;
  font-size: 1.6rem;
  font-weight: 600
}
.modal .modal-body picture {
  margin: 2%
}
@media only screen and (max-width:480px) {
  .modal .modal-body picture {
    margin: 0
  }
}
.modal-backdrop {
  display: none
}
button.close {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 0;
  top: 0;
  right: 0;
  transition: .2s;
  z-index: 999
}
button.close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%,-50%) rotate(45deg)
}
button.close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 45px;
  height: 1px;
  background-color: #fff;
  transform: translate(-50%,-50%) rotate(135deg)
}
.mySwiper .swiper-slide {
  background: 0 0
}
.mySwiper .swiper-slide .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  min-height: 651px
}
@media only screen and (max-width:767px) {
  .mySwiper .swiper-slide .box {
    gap: 10px;
    min-height: unset;
    padding: 0 12px
  }
}
.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  opacity: .4;
  transition: .3s all
}
.mySwiper .swiper-button-next:hover,
.mySwiper .swiper-button-prev:hover {
  opacity: 1
}
.mySwiper .swiper-button-next::after,
.mySwiper .swiper-button-prev::after {
  content: '';
  background: url(../images/swiper-arrow.png) no-repeat center center/contain;
  width: 92px;
  height: 92px
}
@media only screen and (max-width:1440px) {
  .mySwiper .swiper-button-next::after,
  .mySwiper .swiper-button-prev::after {
    width: 32px;
    height: 32px
  }
}
@media only screen and (max-width:1440px) {
  .mySwiper .swiper-button-next {
    right: 0
  }
}
.mySwiper .swiper-button-next::after {
  transform: scaleX(-1)
}
@media only screen and (max-width:1440px) {
  .mySwiper .swiper-button-prev {
    left: 0
  }
}
.mySwiper .swiper-pagination {
  position: relative;
  bottom: initial;
  top: initial;
  margin: 0 auto 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 60px;
  overflow: hidden
}
@media only screen and (max-width:1440px) {
  .mySwiper .swiper-pagination {
    border-radius: 0
  }
}
.mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 110px;
  height: 48px;
  border-radius: unset;
  position: relative;
  font-size: 18px;
  margin: 0;
  background-image: linear-gradient(0deg,#3f27a2 0,#785fe7 100%);
  opacity: 1;
  transition: .3s all;
  border-right: 2px solid #241854
}
@media only screen and (max-width:767px) {
  .mySwiper .swiper-pagination .swiper-pagination-bullet {
    width: 84px;
    height: 36px;
    font-size: 14px
  }
}
.mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-image: linear-gradient(0deg,#5639ce 0,#a289ff 100%)
}
.mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  color: #fff
}
.mySwiper .swiper-pagination .swiper-pagination-bullet::before {
  content: '戰士(男)';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transform: translate(-50%,-50%);
  font-weight: 500;
  color: #2f2653;
  pointer-events: none;
  transition: .3s all
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(2)::before {
  content: '戰士(女)'
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(3)::before {
  content: '格鬥家(男)'
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(4)::before {
  content: '格鬥家(女)'
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(5)::before {
  content: '獵人(男)'
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(6)::before {
  content: '獵人(女)'
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(7)::before {
  content: '魔法師​'
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(8)::before {
  content: '暗殺者'
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(9) {
  border: none
}
@media only screen and (max-width:1440px) {
  .mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(9) {
    border-right: 2px solid #241854
  }
}
.mySwiper .swiper-pagination .swiper-pagination-bullet:nth-child(9)::before {
  content: '幻使'
}
.animated {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}
@-webkit-keyframes willow {
  0% {
    transform-origin: right top;
    transform: skew(0deg,0deg)
  }
  50% {
    transform-origin: right top;
    transform: skew(8deg,0deg)
  }
  100% {
    transform-origin: right top;
    transform: skew(0deg,0deg)
  }
}
@keyframes willow {
  0% {
    transform-origin: right top;
    transform: skew(0deg,0deg)
  }
  50% {
    transform-origin: right top;
    transform: skew(8deg,0deg)
  }
  100% {
    transform-origin: right top;
    transform: skew(0deg,0deg)
  }
}
.willow {
  -webkit-animation: willow;
  animation: take 10s infinite linear
}
@-webkit-keyframes movemove {
  0% {
    transform-origin: center top;
    transform: rotate(6deg)
  }
  50% {
    transform-origin: center top;
    transform: rotate(-6deg)
  }
  100% {
    transform-origin: center top;
    transform: rotate(6deg)
  }
}
@keyframes movemove {
  0% {
    transform-origin: center top;
    transform: rotate(6deg)
  }
  50% {
    transform-origin: center top;
    transform: rotate(-6deg)
  }
  100% {
    transform-origin: center top;
    transform: rotate(6deg)
  }
}
.movemove {
  -webkit-animation-name: movemove;
  animation-name: movemove
}
@-webkit-keyframes blur {
  0% {
    opacity: 0;
    filter: blur(30px)
  }
  100% {
    opacity: 1;
    filter: blur(0)
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    filter: blur(30px)
  }
  100% {
    opacity: 1;
    filter: blur(0)
  }
}