@charset "UTF-8";
.qaList {
  counter-reset: qa-item;
}

.qaList2 {
  counter-reset: qa-item2;
}

.qaList3 {
  counter-reset: qa-item3;
}

.qaList .drawer-box .drawer {
  counter-increment: qa-item; /* 每個項目 +1 */
}

.qaList2 .drawer-box .drawer {
  counter-increment: qa-item2; /* 每個項目 +1 */
}

.qaList3 .drawer-box .drawer {
  counter-increment: qa-item3; /* 每個項目 +1 */
}

.qaList .drawer-box .drawer .drawer-number b {
  font-weight: normal;
  position: relative;
}

.qaList .drawer-box .drawer .drawer-number b::before {
  content: counter(qa-item) ". ";
  text-align: right;
  font-weight: 500;
}

.qaList2 .drawer-box .drawer .drawer-number b::before {
  content: counter(qa-item2) ". ";
  text-align: right;
  font-weight: 500;
}

.qaList3 .drawer-box .drawer .drawer-number b::before {
  content: counter(qa-item3) ". ";
  text-align: right;
  font-weight: 500;
}

.v3-twm-tabs-qa {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.25rem;
  overflow: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 576px) {
  .v3-twm-tabs-qa {
    justify-content: center;
  }
}
@media (min-width: 700px) {
  .v3-twm-tabs-qa {
    gap: 0.5rem;
  }
}
.v3-twm-tabs-qa li {
  flex-shrink: 0;
}

.v3-twm-tab-qa {
  display: inline-block;
  white-space: nowrap;
  border-radius: 40px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.9375rem;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(131, 141, 156, var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.v3-twm-tab-qa:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168, 174, 184, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(45, 48, 51, var(--tw-text-opacity));
}

@media (min-width: 576px) {
  .v3-twm-tab-qa:hover {
    border-width: 1px;
  }
}
@media (min-width: 700px) {
  .v3-twm-tab-qa {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.125rem;
    line-height: 1.5;
  }
}
.v3-twm-tabs-qa::-webkit-scrollbar {
  display: none;
}

.v3-twm-tabs-qa {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.v3-twm-tabs-qa.dragging {
  cursor: grabbing;
}

.v3-twm-tab-qa.active {
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(255, 103, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255, 255, 255, var(--tw-text-opacity));
}

.v3-twm-tab-content-qa {
  display: none;
}

.v3-twm-tab-content-qa.active {
  display: block;
}

.tab-center-wrapper .v3-twm-tabs-qa {
  display: inline-flex;
}

.tab-center-wrapper .v3-twm-tabs-content-container {
  white-space: normal;
  text-align: left;
}

#launch {
  background-color: #000;
  background-image: url(../images/launch/bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 50%;
  color: #fff;
}
#launch .launch_kv img {
  width: 100%;
}
#launch .topic_title {
  background-color: #e77229;
  border-radius: 45px;
  position: relative;
}
@media (max-width: 768px) {
  #launch .topic_title {
    border-radius: 25px;
  }
}
#launch .topic_title .topic_title_style {
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 5px;
  letter-spacing: 0.1em;
}
@media (max-width: 1280px) {
  #launch .topic_title .topic_title_style {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  #launch .topic_title .topic_title_style {
    font-size: 1.5rem;
  }
}
#launch .topic_title .topic_title_style b {
  display: inline-block;
  position: relative;
  line-height: 0;
}
@media (max-width: 768px) {
  #launch .topic_title .topic_title_style b {
    display: block;
    line-height: 110%;
  }
}
#launch .topic_title .topic_title_style b::before {
  content: "/";
  color: #fff;
  transform: scaleY(-1);
  display: inline-block;
  font-size: 0.5em;
  margin: 0 10px;
  font-weight: normal;
}
#launch .topic_title .topic_title_style b::after {
  content: "/";
  color: #fff;
  display: inline-block;
  font-size: 0.5em;
  margin: 0 10px;
  font-weight: normal;
}
#launch .topic_title .light {
  position: absolute;
}
#launch .tag_title h3 {
  display: inline-block;
  position: relative;
}
#launch .tag_title h3:after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform: skewX(-13deg);
  z-index: 1;
}
#launch .tag_title h3 span {
  display: block;
  position: relative;
  z-index: 3;
  color: #000;
  padding: 10px 25px 8px;
  line-height: 110%;
  font-size: 1.3rem;
  font-weight: bold;
}
#launch .tag_title h3 span:after {
  content: "";
  display: block;
  background-color: #e77229;
  width: 5px;
  height: calc(100% - 10px);
  transform: skewX(-13deg);
  position: absolute;
  top: 5px;
  right: 7px;
}
#launch .tag_title h3 span:before {
  content: "";
  display: block;
  background-color: #e77229;
  width: 5px;
  height: calc(100% - 10px);
  transform: skewX(-13deg);
  position: absolute;
  top: 5px;
  left: 7px;
}
#launch .launch_content {
  width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #launch .launch_content {
    width: calc(100% - 60px);
  }
}
#launch .launch_content .topic_title .light {
  top: -215%;
  right: 2%;
  width: 70%;
}
@media (max-width: 1280px) {
  #launch .launch_content .topic_title .light {
    top: -82px;
    right: 2%;
    width: 480px;
  }
}
@media (max-width: 980px) {
  #launch .launch_content .topic_title .light {
    right: 10%;
  }
}
@media (max-width: 768px) {
  #launch .launch_content .topic_title .light {
    right: 30%;
  }
}
@media (max-width: 480px) {
  #launch .launch_content .topic_title .light {
    right: 20%;
  }
}
#launch .launch_content .wrap_s {
  margin-top: 30px;
}
#launch .launch_content .wrap_s p {
  font-size: 1.2rem;
}
#launch .launch_content .wrap_s p small {
  font-size: 0.7em;
  margin-left: 5px;
}
#launch .launch_content .wrap_s .rewards ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
}
@media (max-width: 1024px) {
  #launch .launch_content .wrap_s .rewards ul {
    margin: 0;
  }
}
@media (max-width: 980px) {
  #launch .launch_content .wrap_s .rewards ul {
    display: block;
    margin: 0;
  }
}
#launch .launch_content .wrap_s .rewards ul li {
  width: calc(50% - 50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  #launch .launch_content .wrap_s .rewards ul li {
    width: calc(50% - 20px);
  }
}
@media (max-width: 980px) {
  #launch .launch_content .wrap_s .rewards ul li {
    width: 100%;
    justify-content: space-between !important;
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  #launch .launch_content .wrap_s .rewards ul li {
    margin: 10px 0;
  }
}
#launch .launch_content .wrap_s .rewards ul li img {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  #launch .launch_content .wrap_s .rewards ul li small {
    display: block;
  }
}
#launch .launch_content .wrap_s .rewards .reward_normal {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -60px;
}
@media (max-width: 1200px) {
  #launch .launch_content .wrap_s .rewards .reward_normal {
    margin-top: 0;
  }
}
@media (max-width: 980px) {
  #launch .launch_content .wrap_s .rewards .reward_normal {
    display: block;
    margin-top: 30px;
  }
}
#launch .launch_content .wrap_s .rewards .reward_normal > div {
  width: calc(50% - 10px);
}
@media (max-width: 980px) {
  #launch .launch_content .wrap_s .rewards .reward_normal > div {
    width: 100%;
    margin: 0 auto;
  }
}
#launch .launch_content .wrap_s .rewards .reward_normal > div img {
  width: 100%;
}
@media (max-width: 480px) {
  #launch .launch_content .wrap_s .rewards .reward_normal > div p {
    margin: 10px 0;
  }
}
@media (max-width: 480px) {
  #launch .launch_content .wrap_s .rewards .reward_normal > div p small {
    display: block;
  }
}
#launch .launch_content .angels {
  margin: 2.5rem 0;
}
#launch .launch_content .angels p {
  font-size: 1.2rem;
}
#launch .launch_content .angels p small {
  font-size: 0.7em;
  margin-left: 5px;
}
#launch .launch_content .angels .pic {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1280px) {
  #launch .launch_content .angels .pic {
    display: block;
  }
}
#launch .launch_content .angels .pic img {
  width: auto;
}
@media (max-width: 1280px) {
  #launch .launch_content .angels .pic img {
    margin: 0 auto;
  }
}
#launch .launch_site {
  width: 1240px;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  #launch .launch_site {
    width: calc(100% - 60px);
  }
}
#launch .launch_site .topic_title {
  margin-bottom: 30px;
}
#launch .launch_site .topic_title .light {
  top: -115%;
  width: 70%;
  right: 10%;
}
@media (max-width: 1280px) {
  #launch .launch_site .topic_title .light {
    width: 480px;
    top: -152%;
  }
}
@media (max-width: 768px) {
  #launch .launch_site .topic_title .light {
    top: -180%;
    right: 0;
  }
}
#launch .launch_site .site-box {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
@media (max-width: 480px) {
  #launch .launch_site .site-box {
    display: block;
  }
}
#launch .launch_site .site-box p {
  margin-left: 15px;
  font-size: 1.3rem;
  width: calc(100% - 150px);
}
@media (max-width: 480px) {
  #launch .launch_site .site-box p {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
}
#launch .launch_site .site-box .tag_title {
  width: 140px;
}
#launch .launch_site .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
#launch .launch_site .btn a {
  display: inline-block;
  background-color: #ff6700;
  border-radius: 45px;
  padding: 10px 25px;
}/*# sourceMappingURL=i18.css.map */