@charset "UTF-8";
.btn, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle, .btn-primary:hover, .btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  background-color: unset;
  border: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  -webkit-transition: .3s all;
  transition: .3s all;
}

body {
  position: relative;
  background: url("../images/body_bg.jpg") no-repeat center top;
  background-size: cover;
  overflow-x: hidden;
}

body:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/body_bg.jpg") no-repeat center top;
  background-size: cover;
  -webkit-animation: ani_blur 3s linear 0s infinite;
          animation: ani_blur 3s linear 0s infinite;
}

@-webkit-keyframes ani_blur {
  0%, 60% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  40% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: .6;
  }
}

@keyframes ani_blur {
  0%, 60% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  40% {
    -webkit-filter: blur(5px);
            filter: blur(5px);
    opacity: .6;
  }
}

img {
  max-width: 100%;
}

.navbar-light {
  z-index: 2;
  padding: 5px 50px;
}

@media (max-width: 768px) {
  .navbar-light {
    padding: 5px 15px;
  }
}

.navbar-light .navbar-toggler {
  -webkit-filter: drop-shadow(2px 1px 0px #fff);
          filter: drop-shadow(2px 1px 0px #fff);
}

.navbar-light .navbar-nav {
  width: 100%;
  text-align: center;
}

.navbar-light .navbar-nav .active .nav-link {
  color: #ffffff;
  -webkit-filter: drop-shadow(0px 0px 5px #000);
          filter: drop-shadow(0px 0px 5px #000);
}

.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  -webkit-filter: drop-shadow(0px 0px 5px #000);
          filter: drop-shadow(0px 0px 5px #000);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:active, .navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

.wrapper_bg {
  position: relative;
  width: 1750px;
  max-width: 100%;
  margin: 30px auto auto auto;
  position: absolute;
  background: url("../images/wrapper_bg.png") no-repeat right top;
  background-size: cover;
  height: calc(100% - 100px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(0px 0px 15px black);
          filter: drop-shadow(0px 0px 15px black);
}

main {
  overflow-x: hidden;
  position: relative;
  width: 1750px;
  max-width: 100%;
  margin: auto;
}

main .wrapper {
  top: -100px;
  position: relative;
  width: 1750px;
  max-width: 100%;
  margin: 30px auto auto auto;
}

main .wrapper .char_wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@media (max-width: 768px) {
  main .wrapper .char_wrapper {
    max-height: 90vh;
  }
}

main .wrapper .char_wrapper:nth-of-type(2) {
  mix-blend-mode: soft-light;
}

main .wrapper .char_wrapper .char {
  position: relative;
}

main .wrapper .char_wrapper .char.char_1 {
  width: 1300px;
  height: 1106px;
  left: 28%;
  margin-top: 6%;
  background: url(../images/char_1.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 768px) {
  main .wrapper .char_wrapper .char.char_1 {
    left: -35%;
    width: 800px;
    background-position: center 30%;
  }
}

main .wrapper .char_wrapper .char.char_2 {
  width: 1300px;
  height: 1106px;
  left: 25%;
  margin-top: 8%;
  background: url(../images/char_2.png) no-repeat center center;
  background-size: contain;
  mix-blend-mode: lighten;
}

@media (max-width: 768px) {
  main .wrapper .char_wrapper .char.char_2 {
    left: -35%;
    width: 800px;
    background-position: center 30%;
  }
}

main .wrapper .char_wrapper .char.char_3 {
  width: 1838px;
  height: 1488px;
  top: -13%;
  right: -7%;
  background: url(../images/char_3.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 768px) {
  main .wrapper .char_wrapper .char.char_3 {
    right: -60%;
    top: -20%;
    width: 1000px;
  }
}

main .wrapper .title_box {
  position: relative;
  width: 1707px;
  height: 425px;
  max-height: 100vh;
  max-width: 100%;
}

main .wrapper .title_box .title {
  position: relative;
  background: url(../images/title_bg.png) no-repeat center 42%;
  background-size: contain;
  width: 1707px;
  max-width: 100%;
  padding-bottom: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 80%;
  -webkit-animation: ani_flash 3s linear 0s infinite;
          animation: ani_flash 3s linear 0s infinite;
}

@media (max-width: 768px) {
  main .wrapper .title_box .title {
    top: calc(100vh - 200px);
  }
}

main .wrapper .title_box .title .txt_1 {
  background: url(../images/title_txt_1.png) no-repeat center center;
}

main .wrapper .title_box .title .txt_2 {
  background: url(../images/title_txt_2.png) no-repeat center center;
}

main .wrapper .title_box .title .txt_3 {
  background: url(../images/title_txt_3.png) no-repeat center center;
}

main .wrapper .title_box .title .txt {
  position: absolute;
  width: 1202px;
  max-width: 90%;
  padding-bottom: 35.3%;
  background-size: contain;
  left: 50%;
  top: 0%;
  margin-left: -33%;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@media (max-width: 768px) {
  main .wrapper .title_box .title .txt {
    margin-left: -47%;
  }
}

@media (max-width: 1440px) {
  main .wrapper .title_box .title .txt {
    margin-left: -43%;
  }
}

@-webkit-keyframes ani_flash {
  0%, 45% {
    -webkit-filter: brightness(100%) drop-shadow(0px 0px 0px rgba(211, 220, 227, 0));
            filter: brightness(100%) drop-shadow(0px 0px 0px rgba(211, 220, 227, 0));
  }
  55% {
    -webkit-filter: brightness(120%) drop-shadow(0px 0px 5px #ffffffa9) drop-shadow(0px 0px 15px #003cffd7);
            filter: brightness(120%) drop-shadow(0px 0px 5px #ffffffa9) drop-shadow(0px 0px 15px #003cffd7);
  }
  80% {
    -webkit-filter: brightness(100%) drop-shadow(0px 0px 170px #0091ff00);
            filter: brightness(100%) drop-shadow(0px 0px 170px #0091ff00);
  }
  100% {
    -webkit-filter: brightness(100%) drop-shadow(0px 0px 120px rgba(211, 220, 227, 0));
            filter: brightness(100%) drop-shadow(0px 0px 120px rgba(211, 220, 227, 0));
  }
}

@keyframes ani_flash {
  0%, 45% {
    -webkit-filter: brightness(100%) drop-shadow(0px 0px 0px rgba(211, 220, 227, 0));
            filter: brightness(100%) drop-shadow(0px 0px 0px rgba(211, 220, 227, 0));
  }
  55% {
    -webkit-filter: brightness(120%) drop-shadow(0px 0px 5px #ffffffa9) drop-shadow(0px 0px 15px #003cffd7);
            filter: brightness(120%) drop-shadow(0px 0px 5px #ffffffa9) drop-shadow(0px 0px 15px #003cffd7);
  }
  80% {
    -webkit-filter: brightness(100%) drop-shadow(0px 0px 170px #0091ff00);
            filter: brightness(100%) drop-shadow(0px 0px 170px #0091ff00);
  }
  100% {
    -webkit-filter: brightness(100%) drop-shadow(0px 0px 120px rgba(211, 220, 227, 0));
            filter: brightness(100%) drop-shadow(0px 0px 120px rgba(211, 220, 227, 0));
  }
}

section {
  position: relative;
  width: 1750px;
  max-width: 100%;
  margin: auto;
}

section img {
  position: relative;
  text-align: center;
  margin: auto;
  margin-top: 50px;
  z-index: 1;
}

section .btn-primary {
  position: relative;
  width: 338px;
  height: 93px;
  max-width: 60%;
}

section .btn-primary::before {
  content: '';
  position: absolute;
  width: 169px;
  height: 61px;
  top: -61px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

section .btn-primary:hover {
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}

section .modal-dialog {
  width: 1200px;
  max-width: 80%;
}

@media (max-width: 768px) {
  section .modal-dialog {
    max-width: 100%;
    overflow-x: hidden;
  }
}

section .modal-dialog .modal-content {
  background-color: unset;
  text-align: center;
}

section .modal-dialog .modal-content .close {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: url(../images/modal_x.png) no-repeat center center;
  background-size: contain;
  z-index: 2;
}

section .modal-dialog .modal-content .close:hover {
  background: url(../images/modal_x_on.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 768px) {
  section .modal-dialog .modal-content .close {
    width: 40px;
    height: 40px;
  }
}

.section_1 {
  margin-top: 50px;
  overflow-x: hidden;
}

@media (max-width: 768px) {
  .section_1 {
    margin-top: 0px;
  }
}

@media (max-width: 1440px) {
  .section_1 {
    margin-top: 0px;
  }
}

.section_1 .btn-primary {
  background: url(../images/S1_btn.png) no-repeat center center;
  background-size: contain;
}

.section_1 .btn-primary::before {
  background: url(../images/S1_btn_before.png) no-repeat center center;
  background-size: contain;
}

.section_1 .modal-dialog .modal-content::after {
  content: '';
  position: absolute;
  width: 450px;
  height: 474px;
  max-width: 100%;
  right: -200px;
  top: 500px;
  background: url(../images/S1_modal_char_1.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 768px) {
  .section_1 .modal-dialog .modal-content::after {
    display: none;
  }
}

.section_1 .modal-dialog .modal-content::before {
  content: '';
  position: absolute;
  width: 330px;
  height: 469px;
  max-width: 100%;
  left: -100px;
  top: 1100px;
  background: url(../images/S1_modal_char_2.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 768px) {
  .section_1 .modal-dialog .modal-content::before {
    display: none;
  }
}

.section_1 .container::after {
  content: '';
  position: absolute;
  width: 824px;
  height: 1155px;
  right: -50px;
  top: 300px;
  background: url(../images/S1_char_1.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 768px) {
  .section_1 .container::after {
    display: none;
  }
}

.modal-backdrop.show {
  opacity: .7;
}

.section_2 {
  overflow-x: hidden;
}

.section_2 .btn-primary {
  background: url(../images/S2_btn.png) no-repeat center center;
  background-size: contain;
  margin-top: 100px;
  max-width: 60%;
}

.section_2 .btn-primary:hover {
  background: url(../images/S2_btn_on.png) no-repeat center center;
  background-size: contain;
}

.section_2 .btn-primary::before {
  content: '※更新預告若與實際遊戲內容有差異，請以實際遊戲內容為準。';
  width: 700px;
  line-height: 24px;
  font-size: 22px;
  font-weight: 600;
  top: -60px;
  max-width: 100vw;
  background-size: contain;
  color: #6e2fed;
}

.section_2 .container::after {
  content: '';
  position: absolute;
  width: 729px;
  height: 1502px;
  left: -50px;
  top: 200px;
  background: url(../images/S2_char_1.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 768px) {
  .section_2 .container::after {
    display: none;
  }
}

.section_2 .container::before {
  content: '';
  position: absolute;
  width: 2189px;
  height: 996px;
  right: -1200px;
  top: 1500px;
  background: url(../images/S2_char_2.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 768px) {
  .section_2 .container::before {
    display: none;
  }
}

.section_3 .btn-primary {
  background: url(../images/S3_btn.png) no-repeat center center;
  background-size: contain;
  width: 338px;
  height: 93px;
  max-width: 60%;
  margin-top: 80px;
}

.section_3 .btn-primary:hover {
  background: url(../images/S3_btn_on.png) no-repeat center center;
  background-size: contain;
}

.section_3 .container {
  overflow-x: hidden;
}

.section_3 .container img:nth-of-type(2) {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.section_4 {
  overflow-x: hidden;
  min-height: 970px;
}

@media (max-width: 768px) {
  .section_4 {
    min-height: unset;
  }
}

.section_4 .video {
  margin-top: 50px;
  width: 638px;
  height: 403px;
  background: url(../images/S4_btn1.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 768px) {
  .section_4 .video {
    height: 0px;
    padding-bottom: 63.2%;
  }
}

.section_4 .video:hover {
  -webkit-filter: brightness(125%);
          filter: brightness(125%);
}

.section_4 .video_wrapper {
  height: 70vh;
}

.section_4 .video_wrapper iframe {
  height: calc(100% - 70px);
  width: calc(100% - 140px);
  -webkit-transform: translateY(70px);
          transform: translateY(70px);
}

.section_4 .btn-primary {
  background: url(../images/S4_btn2.png) no-repeat center center;
  background-size: contain;
}

.section_4 .btn-primary:hover {
  background: url(../images/S4_btn2_on.png) no-repeat center center;
  background-size: contain;
}

.section_4 .container {
  overflow-x: hidden;
}

.section_4 .container::after {
  content: '';
  position: absolute;
  width: 694px;
  height: 610px;
  right: -100px;
  top: 180px;
  background: url(../images/S4_char_1.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 768px) {
  .section_4 .container::after {
    display: none;
  }
}

.section_4 .container::before {
  content: '';
  position: absolute;
  width: 694px;
  height: 790px;
  left: -100px;
  top: 180px;
  background: url(../images/S4_char_2.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

@media (max-width: 768px) {
  .section_4 .container::before {
    display: none;
  }
}

.section_4 .container #exampleModalLong2 .modal-content::after {
  content: '';
  position: absolute;
  width: 364px;
  height: 803px;
  max-width: 45%;
  left: -100px;
  top: 750px;
  background: url(../images/S4_modal_char_1.png) no-repeat center center;
  background-size: contain;
  z-index: 2;
}

@media (max-width: 768px) {
  .section_4 .container #exampleModalLong2 .modal-content::after {
    display: none;
  }
}

.section_4 .container #exampleModalLong2 .modal-content::before {
  content: '';
  position: absolute;
  width: 462px;
  height: 891px;
  max-width: 45%;
  right: -150px;
  top: 300px;
  background: url(../images/S4_modal_char_2.png) no-repeat center center;
  background-size: contain;
  z-index: 2;
}

@media (max-width: 768px) {
  .section_4 .container #exampleModalLong2 .modal-content::before {
    display: none;
  }
}

footer {
  margin-top: 50px;
  background: unset;
  padding-bottom: 200px;
}

footer .container {
  position: relative;
}
/*# sourceMappingURL=main.css.map */