.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;
}

img {
  max-width: 100%;
}

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

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

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

.navbar-light .navbar-nav .active .nav-link {
  color: #8c8c8c;
}

.navbar-light .navbar-nav .nav-link {
  color: #8c8c8c;
}

.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 {
  position: relative;
  width: 1750px;
  max-width: 100%;
  margin: auto;
}

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

main .wrapper .char_wrapper {
  position: relative;
  height: 900px;
  width: 100%;
}

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

main .wrapper .char_wrapper .char.char_1 {
  width: 772px;
  height: 567px;
  left: 15%;
  top: 15%;
  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: -24%;
    top: 8%;
    width: 500px;
  }
}

main .wrapper .char_wrapper .char.char_2 {
  width: 1305px;
  height: 1191px;
  left: 20%;
  top: 0%;
  background: url(../images/char_2.png) no-repeat center center;
  background-size: contain;
}

@media (max-width: 768px) {
  main .wrapper .char_wrapper .char.char_2 {
    left: -7%;
    top: -18%;
    width: 800px;
  }
}

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: 687px;
  height: 1024px;
  max-height: 100vh;
  max-width: 100%;
}

main .wrapper .title_box .title {
  position: absolute;
  background: url(../images/title_bg.png) no-repeat center center;
  background-size: contain;
  width: 687px;
  max-width: 100%;
  padding-bottom: 100%;
  left: 33%;
  top: 28%;
  -webkit-animation: ani_flash 1.5s ease-in-out 1s infinite both;
          animation: ani_flash 1.5s ease-in-out 1s infinite both;
}

@media (max-width: 768px) {
  main .wrapper .title_box .title {
    top: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

main .wrapper .title_box .title .txt {
  position: absolute;
  background: url(../images/title_txt.png) no-repeat center center;
  background-size: contain;
  width: 481px;
  max-width: 60%;
  height: 174px;
  left: 50%;
  top: 57%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

main .wrapper .title_box .title::after, main .wrapper .title_box .title::before {
  content: '';
  position: absolute;
  width: 139px;
  height: 230px;
  background: url(../images/title_star.png) no-repeat center center;
  background-size: contain;
  mix-blend-mode: lighten;
  z-index: 1;
}

@media (max-width: 768px) {
  main .wrapper .title_box .title::after, main .wrapper .title_box .title::before {
    display: none;
  }
}

main .wrapper .title_box .title::after {
  right: 15.3%;
  top: 20%;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  -webkit-animation: ani_light_R 1.5s ease-in-out 0s infinite both;
          animation: ani_light_R 1.5s ease-in-out 0s infinite both;
}

main .wrapper .title_box .title::before {
  left: 35.2%;
  top: 55%;
  -webkit-animation: ani_light_L 1.5s ease-in-out .5s infinite both;
          animation: ani_light_L 1.5s ease-in-out .5s infinite both;
}

@-webkit-keyframes ani_light_R {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(60deg);
            transform: translate(0%, 0%) rotate(60deg);
    -webkit-filter: brightness(100%) rotate(60deg);
            filter: brightness(100%) rotate(60deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  25%, 100% {
    -webkit-transform: translate(-100%, 105%) rotate(60deg);
            transform: translate(-100%, 105%) rotate(60deg);
    -webkit-filter: brightness(120%) rotate(60deg);
            filter: brightness(120%) rotate(60deg);
    opacity: 0;
  }
}

@keyframes ani_light_R {
  0% {
    -webkit-transform: translate(0%, 0%) rotate(60deg);
            transform: translate(0%, 0%) rotate(60deg);
    -webkit-filter: brightness(100%) rotate(60deg);
            filter: brightness(100%) rotate(60deg);
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  25%, 100% {
    -webkit-transform: translate(-100%, 105%) rotate(60deg);
            transform: translate(-100%, 105%) rotate(60deg);
    -webkit-filter: brightness(120%) rotate(60deg);
            filter: brightness(120%) rotate(60deg);
    opacity: 0;
  }
}

@-webkit-keyframes ani_light_L {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  35%, 100% {
    -webkit-transform: translate(-100%, -105%);
            transform: translate(-100%, -105%);
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
    opacity: 0;
  }
}

@keyframes ani_light_L {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    -webkit-filter: brightness(100%);
            filter: brightness(100%);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  35%, 100% {
    -webkit-transform: translate(-100%, -105%);
            transform: translate(-100%, -105%);
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
    opacity: 0;
  }
}

@-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 20px rgba(211, 220, 227, 0.6));
            filter: brightness(120%) drop-shadow(0px 0px 20px rgba(211, 220, 227, 0.6));
  }
  80% {
    -webkit-filter: brightness(100%) drop-shadow(0px 0px 170px rgba(211, 220, 227, 0));
            filter: brightness(100%) drop-shadow(0px 0px 170px rgba(211, 220, 227, 0));
  }
  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 20px rgba(211, 220, 227, 0.6));
            filter: brightness(120%) drop-shadow(0px 0px 20px rgba(211, 220, 227, 0.6));
  }
  80% {
    -webkit-filter: brightness(100%) drop-shadow(0px 0px 170px rgba(211, 220, 227, 0));
            filter: brightness(100%) drop-shadow(0px 0px 170px rgba(211, 220, 227, 0));
  }
  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: 80%;
  margin-top: 61px;
}

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: 100%;
}

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: 1;
}

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

.section_1::before {
  content: '';
  position: absolute;
  width: 1750px;
  max-width: 100%;
  height: 1251px;
  top: -740px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/section1_before.png) no-repeat center center;
  background-size: contain;
  -webkit-filter: bri ghtness(105%);
          filter: bri ghtness(105%);
  opacity: .8;
  z-index: 0;
  pointer-events: none;
}

.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: 573px;
  height: 1108px;
  left: -100px;
  top: 500px;
  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;
  }
}

.section_1 .container::before {
  content: '';
  position: absolute;
  width: 690px;
  height: 1168px;
  right: -100px;
  top: 1200px;
  background: url(../images/S1_char_2.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

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

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

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

.section_2 .btn-primary::before {
  width: 522px;
  height: 19px;
  top: unset;
  bottom: -20px;
  max-width: 95%;
  background: url(../images/S2_btn_before.png) no-repeat center center;
  background-size: contain;
}

.section_2 .container::after {
  content: '';
  position: absolute;
  width: 818px;
  height: 1829px;
  left: -100px;
  top: -600px;
  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_3 .video {
  width: 518px;
  height: 268px;
  background: url(../images/S3_btn1.png) no-repeat center center;
  background-size: contain;
}

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

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

.section_3 .video_wrapper {
  height: 70vh;
}

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

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

.section_3 .btn-primary::before {
  width: 188px;
  height: 61px;
  top: -61px;
  max-width: 95%;
  background: url(../images/S3_btn2_before.png) no-repeat center center;
  background-size: contain;
}

.section_3 #exampleModalLong2 .modal-dialog .modal-content::after {
  content: '';
  position: absolute;
  width: 267px;
  height: 815px;
  max-width: 100%;
  left: -150px;
  top: 350px;
  background: url(../images/S3_modal_char_1.png) no-repeat center center;
  background-size: contain;
}

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

.section_3 #exampleModalLong2 .modal-dialog .modal-content::before {
  content: '';
  position: absolute;
  width: 487px;
  height: 1050px;
  max-width: 100%;
  right: -250px;
  top: 950px;
  background: url(../images/S3_modal_char_2.png) no-repeat center center;
  background-size: contain;
}

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

.section_3 .container::after {
  content: '';
  position: absolute;
  width: 476px;
  height: 773px;
  right: -100px;
  top: 0px;
  background: url(../images/S3_char_1.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

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

.section_3 .container::before {
  content: '';
  position: absolute;
  width: 1248px;
  height: 1205px;
  left: -500px;
  top: 300px;
  background: url(../images/S3_char_2.png) no-repeat center center;
  background-size: contain;
  pointer-events: none;
}

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

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

footer::before {
  content: '';
  position: absolute;
  width: 855px;
  height: 1155px;
  right: 0px;
  bottom: 0px;
  background: url("../images/footer_bg.png") no-repeat right top;
  background-size: contain;
  pointer-events: none;
}

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

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