html,
body {
  overflow-x: hidden !important;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  border: none;
}
a {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  border: none;
}
a:not([default]) {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  font-size: inherit;
}
img {
  border: none;
  pointer-events: none;
  user-select: none;
}
img:not([default]) {
  max-width: 100%;
}
svg {
  width: 100%;
}
* {
  box-sizing: border-box;
  outline: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
button {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
ul {
  margin: 0;
  padding-left: 1em;
}
ul.cus > li {
  padding-left: 1.2em;
}
ul.cus._gh > li {
  padding-left: 1.5em;
}
ul.cus._num > li:nth-child(n + 10) {
  padding-left: 1.8em;
}
ul.cus._num._gh > li:nth-child(n + 10) {
  padding-left: 2.1em;
}
ul.decimal {
  list-style: decimal;
}
ul.disc {
  list-style: disc;
}
ul.upper_alpha {
  list-style: upper-alpha;
}
ul.cus {
  list-style: none;
  padding: 0;
}
ul.cus > li {
  position: relative;
}
ul.cus > li::before {
  content: attr(str);
  position: absolute;
  top: 0;
  left: 0;
}
ul.cus._gh > li::before {
  content: "(" attr(str) ")";
}
ul._dot {
  list-style: none;
  padding: 0;
  padding-left: 1em;
}
ul._dot > li::before {
  content: "‧";
  position: relative;
  margin-left: -1em;
}
ul li::before {
  font-size: inherit;
}
ul li ::marker {
  text-indent: 0 !important;
}
.clear::after {
  display: block;
  content: "";
  clear: both;
}
.vtc > * {
  vertical-align: middle;
}
.vtc::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  font-size: 0;
}
.slime {
  animation: 1.3s slime infinite;
}
@media (min-width: 1501px) {
  .up_mb_hide {
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .mb_hide {
    display: none !important;
  }
}
@media (min-width: 1301px) {
  .up_mb2_hide {
    display: none !important;
  }
}
@media (max-width: 1300px) {
  .mb2_hide {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .up_lg_hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .lg_hide {
    display: none !important;
  }
}
@media (min-width: 901px) {
  .up_lg2_hide {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .lg2_hide {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .up_md_hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md_hide {
    display: none !important;
  }
}
@media (min-width: 601px) {
  .up_sm_hide {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .sm_hide {
    display: none !important;
  }
}
@keyframes an_fade {
  100% {
    opacity: 1;
  }
}
@keyframes an_none {
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes an_cp_inset {
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes an_scroll {
  0% {
    height: 0;
  }
  40% {
    height: 100%;
    transform: translateY(0);
  }
  80% {
    height: 100%;
    transform: translateY(100%);
  }
  100% {
    height: 100%;
    transform: translateY(100%);
  }
}
@keyframes an_rotate_cw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes an_rotate_acw {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes slime {
  0%,
  90% {
    animation-timing-function: linear;
  }
  10% {
    animation-timing-function: cubic-bezier(0, 0.4, 0.4, 1);
    transform: translate(0, 5%) scaleY(1.1);
  }
  45% {
    animation-timing-function: cubic-bezier(0.4, 0, 1, 0.6);
    transform: translate(0, -6%) scaleY(1);
  }
  0%,
  to {
    transform: translate(0, 6%) scaleY(0.9);
  }
  90% {
    transform: translate(0, 5%) scaleY(1);
  }
}
@media (max-width: 1024px) {
  html.nav_active,
  body.nav_active {
    overflow-y: hidden;
  }
}
html.no_scroll,
body.no_scroll {
  overflow-y: hidden;
}
span.b {
  font-size: 200%;
  line-height: 1;
}
span.w {
  font-weight: bold;
}
span.s {
  font-size: 80%;
}
.midline {
  text-align: center;
  overflow: hidden;
}
.midline[sto],
.midline[sto-sub] {
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
}
.midline[sto].active,
.midline[sto-sub].active {
  animation-name: an_none;
}
.midline[sto] > div::before,
.midline[sto-sub] > div::before,
.midline[sto] > div::after,
.midline[sto-sub] > div::after {
  transform: scaleX(0);
  animation: 2s ease forwards;
  animation-delay: 0.6s;
}
.midline[sto].active > div::before,
.midline[sto-sub].active > div::before,
.midline[sto].active > div::after,
.midline[sto-sub].active > div::after {
  animation-name: an_none;
}
.midline > div {
  position: relative;
  display: inline-block;
}
.midline > div::after,
.midline > div::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  border-bottom: 1px solid;
  width: 50vw;
}
.midline > div::after {
  left: 100%;
  margin-left: 1em;
  transform-origin: left;
}
.midline > div::before {
  right: 100%;
  margin-right: 1em;
  transform-origin: right;
}
.midline > div > div {
  line-height: 1;
}
.midline > div > div::after {
  content: "";
  display: block;
  height: 0.1em;
}
.IBILI {
  position: relative;
}
.IBILI.active {
  overflow: hidden;
}
.IBILI.active > * {
  transform-origin: center top;
  position: absolute;
  top: 0;
  left: 50%;
}
.spx_frame {
  overflow: hidden;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  user-select: none;
  z-index: 100;
  background-color: #ffffff;
  padding: 0 40px;
}
@media (max-width: 1300px) {
  .header {
    padding: 0 20px;
  }
}
.header .header_ctn {
  max-width: 1920px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 16px;
}
@media (max-width: 1500px) {
  .header .header_ctn {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .header .header_ctn {
    font-size: 18px;
  }
}
.header .header_logo:first-child {
  margin-right: auto;
}
.header .header_logo > img {
  width: 100%;
  display: block;
}
.header,
.header_fill {
  height: 60px;
}
@media (max-width: 1500px) {
  .header,
  .header_fill {
    height: 60px;
  }
}
@media (max-width: 768px) {
  .header,
  .header_fill {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .header,
  .header_fill {
    height: 60px;
  }
}
@media (max-width: 1024px) {
  .header .nav_frame {
    top: 60px;
  }
}
@media (max-width: 768px) {
  .header .nav_frame {
    top: 60px;
  }
}
@media (max-width: 600px) {
  .header .nav_frame {
    top: 60px;
  }
}
.float_frame_fill {
  padding-top: 71px;
}
@media (max-width: 768px) {
  .float_frame_fill {
    padding-top: calc(71 / (256 * 3) * (100vw - 0px));
  }
}
.float_frame {
  position: fixed;
  bottom: 20%;
  right: 0;
  font-size: 0;
  line-height: 1;
  z-index: 10;
}
@media (max-width: 1024px) {
  .float_frame {
    left: 0;
    bottom: 0;
    display: flex;
  }
}
@media (min-width: 1025px) {
  .float_frame.hideOn.ready {
    transition: 0.3s ease;
  }
  .float_frame.hideOn:not(.active) {
    transform: scale(0);
  }
}
.float_frame > a {
  display: block;
}
@media (max-width: 1024px) {
  .float_frame > a {
    width: 33.33333333%;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .float_frame img {
    margin: 0 auto;
    width: 100%;
    max-width: 256px;
  }
}
.pop_frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 200;
  overflow-x: hidden;
  overflow-y: auto;
}
.pop_frame:not(.active) {
  display: none;
}
.pop_frame._loading {
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px auto;
}
.pop_frame .pop_close {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pop_frame .pop_ctn {
  position: relative;
  left: 0;
  width: 0;
  padding: 40px 0;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.pop_frame .pop_ctn._ie {
  height: 100%;
}
.pop_frame .pop_ctn > * {
  flex-shrink: 0;
  position: relative;
  left: 50vw;
  transform: translateX(-50%);
  width: 94vw;
}
.pop_frame #video {
  position: relative;
  max-width: 900px;
  padding-top: 56.25%;
}
.pop_frame #video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#gotop {
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  position: fixed;
  cursor: pointer;
}
#gotop.active {
  animation-name: an_fade;
}
#gotop:not(.active) {
  display: none;
}
.header {
  box-shadow: inset 0 -1px 0 0 #d3d3d3;
}
.header .logo_right {
  margin-left: 10px;
}
@media (max-width: 1024px) {
  .header .logo_right {
    display: none;
  }
}
.footer {
  background-color: #dddddd;
  font-size: 12px;
  text-align: center;
  color: #333;
  padding: 14px 0;
}
.footer .line {
  margin: 0 5px;
}
.footer .icon {
  display: inline-block;
  vertical-align: bottom;
  margin-top: -100%;
}
.wb_frame {
  position: relative;
  max-width: 650px;
  background-color: #ebebeb;
}
.wb_frame .wb_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  transform: translate(50%, -50%);
  background-color: grey;
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
}
.wb_frame .wb_title {
  height: 75px;
  background: url(../img/default/wb_bg.png) no-repeat center bottom;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wb_frame .wb_title img {
  width: 60px;
  margin-right: 10px;
}
.wb_frame .wb_title p {
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 500;
  color: #ff8101;
}
.wb_frame .wb_box {
  padding: 20px;
}
.wb_frame .wb_box > p {
  font-size: 18px;
  font-weight: 400;
}
.wb_frame .wb_box > p:not(:last-of-type) {
  margin-bottom: 10px;
}
.wb_frame .wb_box > p:last-of-type {
  margin-top: 20px;
  font-size: 16px;
  text-align: right;
}
.wb_frame .wb_box .btn_box {
  display: flex;
  justify-content: space-between;
  max-width: 450px;
  margin: 0 auto;
  margin-top: 20px;
}
.wb_frame .wb_box .btn_box .btn {
  width: 48%;
  max-width: 150px;
  height: 35px;
  border-radius: 1000px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  cursor: pointer;
  color: #ffffff;
}
.wb_frame .wb_box .btn_box .btn:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.wb_frame .wb_box .btn_box .btn.cancel {
  background-color: #ADADAD;
}
.wb_frame .wb_box .btn_box .btn.submit {
  background-color: #ff8200;
}
body {
  letter-spacing: 1px;
  font-weight: 400;
}
.ctn1 {
  max-width: 1200px;
  margin: 0 auto;
}
img {
  display: block;
}
img[src$=".svg"] {
  width: 100%;
}
@media (min-width: 1025px) {
  .header .nav_frame,
  .header .nav_ctn {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .header .nav_frame {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .header .nav_frame:not(.active) {
    height: 0;
  }
}
.header .nav_close {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 1025px) {
  .header .nav_close {
    display: none;
  }
}
@media (min-width: 1025px) {
  .header .nav_ctn {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .header .nav_ctn {
    position: relative;
    background-color: #ffffff;
    transition: 0.5s;
    border-top: 1px solid #ececec;
  }
  .header .nav_ctn:not(.active) {
    transform: translateY(-100%);
  }
}
.header .nav_box {
  display: block;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
}
@media (min-width: 1025px) {
  .header .nav_box {
    height: 100%;
    padding: 0 5px;
    display: flex;
    align-items: center;
  }
  .header .nav_box:not(:last-child) {
    margin-right: 12px;
  }
  .header .nav_box:hover {
    box-shadow: inset 0 4px 0 0 #ff8101;
  }
}
@media (max-width: 1024px) {
  .header .nav_box {
    border-bottom: 1px solid #ececec;
  }
}
@media (min-width: 1025px) {
  .header .nav_item {
    color: #000000;
  }
}
@media (max-width: 1024px) {
  .header .nav_item {
    padding: 1.3em 0;
    text-align: center;
  }
  .header .nav_item:hover {
    background-color: #f6f5f3;
  }
}
.header .nav_btn {
  cursor: pointer;
  margin-left: 20px;
}
@media (min-width: 1025px) {
  .header .nav_btn {
    display: none;
  }
}
.header .nav_btn .nav_line {
  width: 32px;
  height: 3px;
  background-color: #ff8101;
  transition: 0.3s ease;
}
.header .nav_btn .nav_line:not(:last-child) {
  margin-bottom: 8px;
}
.header .nav_btn .nav_line:nth-child(1) {
  transform-origin: left bottom;
}
.header .nav_btn .nav_line:nth-child(3) {
  transform-origin: left top;
}
.header .nav_btn.active {
  transition: 0.5s linear;
}
.header .nav_btn.active .nav_line:nth-child(1) {
  transform: rotate(42deg);
}
.header .nav_btn.active .nav_line:nth-child(2) {
  opacity: 0;
}
.header .nav_btn.active .nav_line:nth-child(3) {
  transform: rotate(-42deg);
}
.header .header_logo {
  width: 200px;
}
@media (max-width: 600px) {
  .header .header_logo {
    width: 160px;
  }
}
@media (min-width: 1025px) {
  .float_frame:hover > a:hover {
    transform: scale(1.05);
  }
  .float_frame:hover > a:not(:hover) {
    transform: scale(0.95);
  }
}
@media (min-width: 1025px) {
  .float_frame > a {
    transition: 0.3s ease;
    text-align: center;
    margin-bottom: 5px;
  }
  .float_frame > a img {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .float_frame > a._download {
    position: absolute;
    right: 0;
    bottom: 110%;
    width: 130px;
  }
  .float_frame > a:nth-child(2) {
    background: linear-gradient(90deg, #f97d52 0%, #f97d52 49%, #9328b9 50%, #9328b9 100%);
  }
  .float_frame > a:nth-child(3) {
    background: #1777f0;
  }
  .float_frame > a:nth-child(4) {
    background: #00b801;
  }
}
@media (max-width: 600px) {
  .float_frame > a._download {
    width: 100px;
  }
}
.space_frame {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  text-align: justify;
  text-justify: inter-ideograph;
}
.ntc_frame {
  padding: 0 20px;
}
.ntc_frame .ntc_ctn {
  font-size: 18px;
}
@media (max-width: 600px) {
  .ntc_frame .ntc_ctn {
    font-size: 16px;
  }
}
.ntc_frame .ntc_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-size: 115%;
  padding: 1.4em 0;
}
.ntc_frame .ntc_btn .plus_btn {
  transform: translateY(1px);
  margin-left: 0.6em;
  position: relative;
  width: 0.6em;
  height: 0.6em;
}
.ntc_frame .ntc_btn .plus_btn::before,
.ntc_frame .ntc_btn .plus_btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000000;
  transition: 0.3s ease;
}
.ntc_frame .ntc_btn .plus_btn:not(.active)::after {
  transform: rotate(-90deg);
}
.ntc_frame .ntc_box {
  display: none;
  padding: 1em 0 3em;
  line-height: 1.8;
}
main > section {
  position: relative;
}
.bg-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  transform: translate(-50%);
  pointer-events: none;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.bg-container * {
  pointer-events: all;
}
@media (max-width: 1500px) and (min-width: 769px) {
  .bg-container {
    width: 128vw;
  }
}
@media (max-width: 768px) {
  .bg-container {
    width: 100vw;
  }
}
.container {
  position: relative;
  width: 1500px;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
  pointer-events: none;
}
.container * {
  pointer-events: all;
}
@media (max-width: 1500px) and (min-width: 769px) {
  .container {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100vw;
  }
}
#kv-sec {
  height: 600px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #kv-sec {
    height: 40vw;
  }
}
@media (max-width: 768px) {
  #kv-sec {
    height: 54.42708333vw;
  }
}
#kv-sec .bg-container {
  background-image: url(../img/kv-bg.jpg);
  background-size: 120% auto;
  transition: background 0.5s;
  background-position: center;
}
#kv-sec .bg-container.active {
  background-size: 100% auto;
}
@media (max-width: 768px) {
  #kv-sec .bg-container {
    background-image: url(../img/kv-bg-m.jpg);
  }
}
#kv-sec .container .ninja {
  position: absolute;
  top: 182px;
  left: 137px;
  width: 532px;
  height: 387px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #kv-sec .container .ninja {
    top: 12.13333333vw;
    left: 9.13333333vw;
    width: 35.46666667vw;
    height: 25.8vw;
  }
}
@media (max-width: 768px) {
  #kv-sec .container .ninja {
    top: 14.32291667vw;
    left: -5.59895833vw;
    width: 49.86979167vw;
    height: 36.328125vw;
  }
}
#kv-sec .container .darts {
  position: absolute;
  top: 96px;
  left: 201px;
  width: 92px;
  transform: translateX(-40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0s;
}
#kv-sec .container .darts.active {
  animation-name: an_none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #kv-sec .container .darts {
    top: 6.4vw;
    left: 13.4vw;
    width: 6.13333333vw;
  }
}
@media (max-width: 768px) {
  #kv-sec .container .darts {
    top: 5.59895833vw;
    left: 6.25vw;
    width: 7.421875vw;
  }
}
#kv-sec .container .tit {
  position: absolute;
  top: 118px;
  left: 678px;
  width: 600px;
  transform: translateX(-40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0s;
}
#kv-sec .container .tit.active {
  animation-name: an_none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #kv-sec .container .tit {
    top: 7.86666667vw;
    left: 45.2vw;
    width: 40vw;
  }
}
@media (max-width: 768px) {
  #kv-sec .container .tit {
    top: 13.93229167vw;
    left: 44.921875vw;
    width: 48.95833333vw;
  }
}
#sec-1 {
  height: 967px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-1 {
    height: 64.46666667vw;
  }
}
@media (max-width: 768px) {
  #sec-1 {
    height: auto;
  }
}
#sec-1 .bg-container {
  background-image: url(../img/sec-1-bg.jpg);
}
@media (max-width: 768px) {
  #sec-1 .bg-container {
    background-image: none;
    background-color: #ff8200;
  }
}
#sec-1 .container .pad {
  position: absolute;
  top: -21px;
  left: 188px;
  width: 1132px;
  pointer-events: none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-1 .container .pad {
    top: -1.4vw;
    left: 12.53333333vw;
    width: 75.46666667vw;
  }
}
@media (max-width: 768px) {
  #sec-1 .container .pad {
    top: -2.734375vw;
    left: 2.08333333vw;
    width: 95.96354167vw;
    height: 201.82291667vw;
  }
  #sec-1 .container .pad img {
    width: 100%;
    height: 100%;
  }
}
#sec-1 .container .pad img {
  pointer-events: none;
}
#sec-1 .container .obank-iframe {
  position: absolute;
  top: 69px;
  left: 246px;
  width: 1014px;
  height: 667px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-1 .container .obank-iframe {
    top: 4.6vw;
    left: 16.4vw;
    width: 67.6vw;
    height: 44.46666667vw;
  }
}
@media (max-width: 768px) {
  #sec-1 .container .obank-iframe {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 7.8125vw;
    margin-left: 9.765625vw;
    width: 82.03125vw;
    height: 182.29166667vw;
  }
}
#sec-1 .container .ninja {
  position: absolute;
  bottom: 0;
  left: 209px;
  width: 1090px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-1 .container .ninja {
    left: 13.93333333vw;
    width: 72.66666667vw;
  }
}
@media (max-width: 768px) {
  #sec-1 .container .ninja {
    position: relative;
    left: 0;
    margin-left: 3.25520833vw;
    margin-top: 8.984375vw;
    width: 96.09375vw;
  }
}
#sec-1 .container .dialog {
  position: absolute;
  bottom: 105px;
  left: 367px;
  width: 578px;
  transform: translate(40px, 40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0s;
}
#sec-1 .container .dialog.active {
  animation-name: an_none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-1 .container .dialog {
    bottom: 7vw;
    left: 24.46666667vw;
    width: 38.53333333vw;
  }
}
@media (max-width: 768px) {
  #sec-1 .container .dialog {
    bottom: 8.85416667vw;
    left: 1.43229167vw;
    width: 75.26041667vw;
  }
}
#sec-1 .container .dialog p {
  position: absolute;
  top: 35px;
  left: -20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-1 .container .dialog p {
    top: 2.33333333vw;
    left: -1.33333333vw;
    font-size: 1.06666667vw;
  }
}
@media (max-width: 768px) {
  #sec-1 .container .dialog p {
    top: 2.99479167vw;
    left: -2.60416667vw;
    font-size: 3.125vw;
  }
}
#sec-2 {
  height: 481px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-2 {
    height: 32.06666667vw;
  }
}
@media (max-width: 768px) {
  #sec-2 {
    height: 93.75vw;
  }
}
#sec-2 .bg-container {
  background-image: url(../img/sec-2-bg.png);
}
@media (max-width: 768px) {
  #sec-2 .bg-container {
    background-image: url(../img/sec-2-bg-m.jpg);
  }
}
#sec-2 .container .box {
  position: absolute;
  top: 87px;
  left: 285px;
  width: 248px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-2 .container .box {
    top: 5.8vw;
    left: 19vw;
    width: 16.53333333vw;
  }
}
@media (max-width: 768px) {
  #sec-2 .container .box {
    top: 46.35416667vw;
    left: 37.63020833vw;
    width: 33.85416667vw;
  }
}
#sec-2 .container .gold-1 {
  position: absolute;
  top: 51px;
  left: 137px;
  width: 64px;
  transform: translate(40px, 40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.2s;
}
#sec-2 .container .gold-1.active {
  animation-name: an_none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-2 .container .gold-1 {
    top: 3.4vw;
    left: 9.13333333vw;
    width: 4.26666667vw;
  }
}
@media (max-width: 768px) {
  #sec-2 .container .gold-1 {
    top: 41.53645833vw;
    left: 17.31770833vw;
    width: 8.85416667vw;
  }
}
#sec-2 .container .gold-2 {
  position: absolute;
  top: 110px;
  left: 216px;
  width: 35px;
  transform: translate(40px, 40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0s;
}
#sec-2 .container .gold-2.active {
  animation-name: an_none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-2 .container .gold-2 {
    top: 7.33333333vw;
    left: 14.4vw;
    width: 2.33333333vw;
  }
}
@media (max-width: 768px) {
  #sec-2 .container .gold-2 {
    top: 49.609375vw;
    left: 28.125vw;
    width: 4.81770833vw;
  }
}
#sec-2 .container .gold-3 {
  position: absolute;
  top: 60px;
  left: 514px;
  width: 35px;
  transform: translate(-40px, 40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0s;
}
#sec-2 .container .gold-3.active {
  animation-name: an_none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-2 .container .gold-3 {
    top: 4vw;
    left: 34.26666667vw;
    width: 2.33333333vw;
  }
}
@media (max-width: 768px) {
  #sec-2 .container .gold-3 {
    top: 42.70833333vw;
    left: 69.01041667vw;
    width: 4.6875vw;
  }
}
#sec-2 .container .text-wrap {
  position: absolute;
  top: 117px;
  left: 593px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-2 .container .text-wrap {
    top: 7.8vw;
    left: 39.53333333vw;
  }
}
@media (max-width: 768px) {
  #sec-2 .container .text-wrap {
    top: 4.42708333vw;
    left: 0vw;
    width: 100%;
    text-align: center;
  }
}
#sec-2 .container .text-wrap .btn {
  position: relative;
  display: flex;
  width: 322px;
  height: 47px;
  margin-bottom: 35px;
  background-color: #fff;
  border-radius: 1000px;
  border: 3px solid #000;
  border-width: 3px;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-2 .container .text-wrap .btn {
    width: 21.46666667vw;
    height: 3.13333333vw;
    margin-bottom: 2.33333333vw;
    border-width: 0.2vw;
  }
}
@media (max-width: 768px) {
  #sec-2 .container .text-wrap .btn {
    width: 72.39583333vw;
    height: 9.765625vw;
    border-width: 0.390625vw;
    margin: 0 auto;
    margin-bottom: 4.55729167vw;
  }
}
#sec-2 .container .text-wrap .btn:hover {
  transform: scale(1.05);
}
#sec-2 .container .text-wrap .btn p {
  font-size: 22px;
  color: #ff8101;
  line-height: 1;
}
#sec-2 .container .text-wrap .btn p::after {
  content: "";
  display: block;
  height: 0.1em;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-2 .container .text-wrap .btn p {
    font-size: 1.46666667vw;
  }
}
@media (max-width: 768px) {
  #sec-2 .container .text-wrap .btn p {
    font-size: 4.42708333vw;
  }
}
#sec-2 .container .text-wrap .btn:after {
  position: absolute;
  display: block;
  content: '';
  width: 10px;
  height: 15px;
  right: 70px;
  background-image: url(../img/btn-arrow.png);
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-2 .container .text-wrap .btn:after {
    width: 0.66666667vw;
    height: 1vw;
    right: 4.66666667vw;
  }
}
@media (max-width: 768px) {
  #sec-2 .container .text-wrap .btn:after {
    width: 2.47395833vw;
    height: 3.77604167vw;
    right: 15.625vw;
  }
}
#sec-2 .container .text-wrap .p1 {
  font-size: 22px;
  line-height: 1;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-2 .container .text-wrap .p1 {
    font-size: 1.46666667vw;
  }
}
@media (max-width: 768px) {
  #sec-2 .container .text-wrap .p1 {
    font-size: 5.46875vw;
    line-height: 1.5;
  }
}
#sec-3 {
  height: 472px;
  margin-top: -1px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 {
    height: 31.46666667vw;
  }
}
@media (max-width: 768px) {
  #sec-3 {
    height: auto;
    padding-bottom: 16.92708333vw;
  }
}
#sec-3 .bg-container {
  overflow: visible;
  background-image: url(../img/sec-3-bg.jpg);
}
@media (max-width: 768px) {
  #sec-3 .bg-container {
    background-image: none;
    background-color: #ffe228;
  }
}
#sec-3 .bg-container .dart-1 {
  position: absolute;
  top: -53px;
  left: 1297px;
  width: 77px;
  transform: translate(-40px, 40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0s;
}
#sec-3 .bg-container .dart-1.active {
  animation-name: an_none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .bg-container .dart-1 {
    top: -3.53333333vw;
    left: 86.46666667vw;
    width: 5.13333333vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .bg-container .dart-1 {
    top: -6.90104167vw;
    left: 84.375vw;
    width: 6.77083333vw;
  }
}
#sec-3 .bg-container .dart-2 {
  position: absolute;
  top: -206px;
  left: 1408px;
  width: 101px;
  transform: translate(-40px, 40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.3s;
}
#sec-3 .bg-container .dart-2.active {
  animation-name: an_none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .bg-container .dart-2 {
    top: -13.73333333vw;
    left: 93.86666667vw;
    width: 6.73333333vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .bg-container .dart-2 {
    top: -28.64583333vw;
    left: 86.71875vw;
    width: 13.15104167vw;
  }
}
#sec-3 .container .ninja {
  position: absolute;
  top: 29px;
  left: 76px;
  width: 419px;
  height: 361px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .ninja {
    top: 1.93333333vw;
    left: 5.06666667vw;
    width: 27.93333333vw;
    height: 24.06666667vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .ninja {
    top: -12.23958333vw;
    left: -9.24479167vw;
    width: 49.609375vw;
    height: 46.484375vw;
  }
}
#sec-3 .container .ninja .img-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 419px;
  transform: translateY(40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0s;
}
#sec-3 .container .ninja .img-1.active {
  animation-name: an_none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .ninja .img-1 {
    bottom: 0vw;
    left: 0vw;
    width: 27.93333333vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .ninja .img-1 {
    bottom: 0vw;
    left: 0vw;
    width: 49.609375vw;
  }
}
#sec-3 .container .ninja .img-2 {
  position: absolute;
  bottom: 22px;
  left: 34px;
  width: 351px;
  transform: translateY(40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.2s;
}
#sec-3 .container .ninja .img-2.active {
  animation-name: an_none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .ninja .img-2 {
    bottom: 1.46666667vw;
    left: 2.26666667vw;
    width: 23.4vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .ninja .img-2 {
    bottom: 2.60416667vw;
    left: 4.03645833vw;
    width: 41.53645833vw;
  }
}
#sec-3 .container .ninja .img-3 {
  position: absolute;
  bottom: 58px;
  left: 100px;
  width: 216px;
  transform: translateY(40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.4s;
}
#sec-3 .container .ninja .img-3.active {
  animation-name: an_none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .ninja .img-3 {
    bottom: 3.86666667vw;
    left: 6.66666667vw;
    width: 14.4vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .ninja .img-3 {
    bottom: 6.77083333vw;
    left: 11.71875vw;
    width: 25.78125vw;
  }
}
#sec-3 .container .ninja .img-4 {
  position: absolute;
  top: 0;
  left: 122px;
  width: 215px;
  transform: translateY(40px);
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.6s;
}
#sec-3 .container .ninja .img-4.active {
  animation-name: an_none;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .ninja .img-4 {
    top: 0vw;
    left: 8.13333333vw;
    width: 14.33333333vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .ninja .img-4 {
    top: 0vw;
    left: 13.02083333vw;
    width: 28.38541667vw;
  }
}
#sec-3 .container .text-wrap {
  position: absolute;
  top: 0;
  left: 528px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .text-wrap {
    left: 35.2vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .text-wrap {
    position: relative;
    left: 0;
    width: 100%;
  }
}
#sec-3 .container .text-wrap .tit {
  width: 100%;
  text-align: center;
  font-size: 30px;
  margin-bottom: 50px;
  font-weight: bold;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .text-wrap .tit {
    font-size: 2vw;
    margin-bottom: 3.33333333vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .text-wrap .tit {
    font-size: 5.46875vw;
    margin-bottom: 5.20833333vw;
  }
}
#sec-3 .container .text-wrap .download {
  width: 443px;
  margin-bottom: 15px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .text-wrap .download {
    width: 29.53333333vw;
    margin-bottom: 1vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .text-wrap .download {
    margin: 0 auto;
    width: 65.10416667vw;
    margin-bottom: 4.296875vw;
  }
}
#sec-3 .container .text-wrap .download .lf {
  width: 190px;
  margin-right: 19px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .text-wrap .download .lf {
    width: 12.66666667vw;
    margin-right: 1.26666667vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .text-wrap .download .lf {
    width: 25.26041667vw;
    margin-right: 4.6875vw;
  }
}
#sec-3 .container .text-wrap .download .lf a {
  display: block;
  transition: 0.3s;
}
#sec-3 .container .text-wrap .download .lf a:hover {
  transform: scale(1.05);
}
#sec-3 .container .text-wrap .download .rt {
  width: 234px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .text-wrap .download .rt {
    width: 15.6vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .text-wrap .download .rt {
    width: 35.546875vw;
  }
}
#sec-3 .container .text-wrap .download .rt p {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .text-wrap .download .rt p {
    font-size: 1.2vw;
    margin-bottom: 0.66666667vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .text-wrap .download .rt p {
    font-size: 2.60416667vw;
    margin-bottom: 2.60416667vw;
  }
}
#sec-3 .container .text-wrap .download .rt p + a {
  margin-bottom: 15px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .text-wrap .download .rt p + a {
    margin-bottom: 1vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .text-wrap .download .rt p + a {
    margin-bottom: 2.21354167vw;
  }
}
#sec-3 .container .text-wrap .download .rt a {
  display: block;
  transition: 0.3s;
}
#sec-3 .container .text-wrap .download .rt a:hover {
  transform: scale(1.05);
}
#sec-3 .container .text-wrap .note {
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-3 .container .text-wrap .note {
    font-size: 1.06666667vw;
  }
}
@media (max-width: 768px) {
  #sec-3 .container .text-wrap .note {
    font-size: 3.125vw;
  }
}
#sec-4 {
  height: 472px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-4 {
    height: 31.46666667vw;
  }
}
@media (max-width: 768px) {
  #sec-4 {
    height: auto;
    padding-bottom: 7.421875vw;
  }
}
#sec-4 .bg-container {
  background-image: url(../img/sec-4-bg.jpg);
}
@media (max-width: 768px) {
  #sec-4 .bg-container {
    background-image: url(../img/sec-4-bg-m.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #ffe228;
  }
}
#sec-4 .container .content-wrap {
  border: 3px solid #000;
  width: 1366px;
  border-radius: 48px;
  padding-top: 100px;
  padding-bottom: 80px;
  padding-left: 70px;
  padding-right: 70px;
  border-width: 3px;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-4 .container .content-wrap {
    width: 91.06666667vw;
    border-radius: 3.2vw;
    padding-top: 6.66666667vw;
    padding-bottom: 5.33333333vw;
    padding-left: 4.66666667vw;
    padding-right: 4.66666667vw;
    border-width: 0.2vw;
  }
}
@media (max-width: 768px) {
  #sec-4 .container .content-wrap {
    width: 86.97916667vw;
    border-radius: 6.25vw;
    padding-top: 13.02083333vw;
    padding-bottom: 6.90104167vw;
    padding-left: 4.42708333vw;
    padding-right: 4.42708333vw;
    border-width: 0.390625vw;
    flex-wrap: wrap;
  }
}
#sec-4 .container .content-wrap .tit {
  position: absolute;
  top: -53px;
  width: 294px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-4 .container .content-wrap .tit {
    top: -3.53333333vw;
    width: 19.6vw;
  }
}
@media (max-width: 768px) {
  #sec-4 .container .content-wrap .tit {
    top: -10.28645833vw;
    width: 61.328125vw;
  }
}
#sec-4 .container .content-wrap .item {
  box-shadow: 0 0 16px rgba(95, 95, 95, 0.5);
  transition: 0.3s;
  width: 393px;
}
@media (max-width: 1500px) and (min-width: 769px) {
  #sec-4 .container .content-wrap .item {
    width: 26.2vw;
  }
}
@media (max-width: 768px) {
  #sec-4 .container .content-wrap .item {
    width: 78.77604167vw;
    margin-bottom: 3.64583333vw;
  }
  #sec-4 .container .content-wrap .item img {
    max-width: none;
    width: 100%;
  }
  #sec-4 .container .content-wrap .item:last-child {
    margin-bottom: 0;
  }
}
#sec-4 .container .content-wrap .item:hover {
  transform: scale(1.05);
}
