@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
.text-hide {
  font-size: 0;
  text-indent: -5000px;
}
h1 {
  text-align: center;
}
#campaign-root {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  font-family: "Noto Sans TC", "Noto Sans", "Noto Sans CJK TC", Helvetica, Verdana, Arial, "微軟正黑體", "Microsoft JhengHei", "儷黑 Pro", "LiHei Pro", sans-serif;
  box-sizing: border-box;
}
@media only screen and (max-width: 1000px) {
  #campaign-root {
    width: 100%;
  }
}
#campaign-root .section {
  position: relative;
}
#campaign-root .section p {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section p {
    font-size: 4vw;
    line-height: 1.8;
    padding: 0 10%;
  }
}
#campaign-root .section-banner {
  margin-bottom: 96px;
  width: 100%;
  background: url("../img/section-banner.png") no-repeat center top;
  background-size: 100% auto;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-banner {
    margin-bottom: calc(100vw * 60/640);
  }
}
#campaign-root .section-banner:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 41.4%;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-banner {
    width: 100%;
    background: url("../img/m/section-banner.png") no-repeat center top;
    background-size: 100% auto;
  }
  #campaign-root .section-banner:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 56.25%;
  }
}
#campaign-root .section-live {
  margin-bottom: 112px;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-live {
    margin-bottom: calc(100vw * 124/640);
  }
}
#campaign-root .section-live h2 {
  margin-bottom: 24px;
  width: 100%;
  background: url("../img/section-live_title.png") no-repeat center top;
  background-size: 100% auto;
}
#campaign-root .section-live h2:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 4.7%;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-live h2 {
    width: 100%;
    background: url("../img/m/section-live_title.png") no-repeat center top;
    background-size: 100% auto;
    margin-bottom: calc(100vw * 44/640);
  }
  #campaign-root .section-live h2:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 18.59375%;
  }
}
#campaign-root .section-introduction {
  margin-bottom: 125px;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-introduction {
    margin-bottom: calc(100vw * 116/640);
  }
}
#campaign-root .section-introduction h2 {
  margin-bottom: 17px;
  width: 100%;
  background: url("../img/section-introduction_title.png") no-repeat center top;
  background-size: 100% auto;
}
#campaign-root .section-introduction h2:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 4%;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-introduction h2 {
    width: 100%;
    background: url("../img/m/section-introduction_title.png") no-repeat center top;
    background-size: 100% auto;
    margin-bottom: calc(100vw * 44/640);
  }
  #campaign-root .section-introduction h2:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 29.21875%;
  }
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-introduction p {
    padding: 0 3%;
  }
}
#campaign-root .section-features {
  margin-bottom: 96px;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-features {
    margin-bottom: calc(100vw * 104/640);
  }
}
#campaign-root .section-features .embed {
  margin-bottom: 26px;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-features .embed {
    margin-bottom: calc(100vw * 26/640);
  }
}
#campaign-root .section-features ul {
  width: 624px;
  font-size: 0;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-features ul {
    width: 91.25%;
  }
}
#campaign-root .section-features ul li {
  display: inline-block;
  width: 33.33%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  padding: 0 6px;
  box-sizing: border-box;
  letter-spacing: 1.5px;
  vertical-align: top;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-features ul li {
    font-size: 3vw;
    letter-spacing: 1px;
  }
}
#campaign-root .section-features ul li .thumbnail {
  position: relative;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: rgba(0,0,0,0.3) 6px 6px 27px;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-features ul li .thumbnail {
    margin-bottom: calc(100vw * 18/640);
  }
}
#campaign-root .section-features ul li .thumbnail::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  background: url("../img/icon-play.png") no-repeat center top;
  background-size: 100% auto;
  transition: 0.25s ease-out;
}
#campaign-root .section-features ul li .thumbnail::after:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 48.97959183673469%;
}
#campaign-root .section-features ul li span {
  white-space: pre;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-features ul li span {
    display: block;
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
}
#campaign-root .section-features li:nth-child(1) .thumbnail {
  display: block;
  width: 100%;
  background: url("../img/section-features_item-1.png") no-repeat center top;
  background-size: 100% auto;
}
#campaign-root .section-features li:nth-child(1) .thumbnail:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 48.97959183673469%;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-features li:nth-child(1) .thumbnail {
    width: 100%;
    background: url("../img/m/section-features_item-1.png") no-repeat center top;
    background-size: 100% auto;
  }
  #campaign-root .section-features li:nth-child(1) .thumbnail:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 48.91304347826087%;
  }
}
#campaign-root .section-features li:nth-child(2) .thumbnail {
  display: block;
  width: 100%;
  background: url("../img/section-features_item-2.png") no-repeat center top;
  background-size: 100% auto;
}
#campaign-root .section-features li:nth-child(2) .thumbnail:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 48.97959183673469%;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-features li:nth-child(2) .thumbnail {
    width: 100%;
    background: url("../img/m/section-features_item-2.png") no-repeat center top;
    background-size: 100% auto;
  }
  #campaign-root .section-features li:nth-child(2) .thumbnail:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 48.91304347826087%;
  }
}
#campaign-root .section-features li:nth-child(3) .thumbnail {
  display: block;
  width: 100%;
  background: url("../img/section-features_item-3.png") no-repeat center top;
  background-size: 100% auto;
}
#campaign-root .section-features li:nth-child(3) .thumbnail:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 48.97959183673469%;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-features li:nth-child(3) .thumbnail {
    width: 100%;
    background: url("../img/m/section-features_item-3.png") no-repeat center top;
    background-size: 100% auto;
  }
  #campaign-root .section-features li:nth-child(3) .thumbnail:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 48.91304347826087%;
  }
}
#campaign-root .section-products {
  margin-bottom: 106px;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-products {
    margin-bottom: calc(100vw * 18/640);
  }
}
#campaign-root .section-products h2 {
  margin-bottom: 34px;
  width: 100%;
  background: url("../img/section-products_title.png") no-repeat center top;
  background-size: 100% auto;
}
#campaign-root .section-products h2:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 3.3%;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-products h2 {
    width: 100%;
    background: url("../img/m/section-products_title.png") no-repeat center top;
    background-size: 100% auto;
    margin-bottom: calc(100vw * 42/640);
  }
  #campaign-root .section-products h2:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 7.8125%;
  }
}
#campaign-root .section-products ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 97.39999999999999%;
  font-size: 0;
  margin: 0 auto;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-products ul {
    display: block;
    width: 100%;
  }
}
#campaign-root .section-products ul li {
  width: 30.287474332648873%;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-products ul li {
    margin: 0 auto;
    width: 90.625%;
    margin-bottom: calc(100vw * 38/640);
  }
  #campaign-root .section-products ul li:last-child {
    margin-bottom: 0;
  }
}
#campaign-root .section-products ul li:nth-child(1) a {
  display: block;
  width: 100%;
  background: url("../img/section-products_item-1.png") no-repeat center top;
  background-size: 100% auto;
}
#campaign-root .section-products ul li:nth-child(1) a:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 124.0677966101695%;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-products ul li:nth-child(1) a {
    width: 100%;
    background: url("../img/m/section-products_item-1.png") no-repeat center top;
    background-size: 100% auto;
  }
  #campaign-root .section-products ul li:nth-child(1) a:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 47.06896551724138%;
  }
}
#campaign-root .section-products ul li:nth-child(2) a {
  display: block;
  width: 100%;
  background: url("../img/section-products_item-2.png") no-repeat center top;
  background-size: 100% auto;
}
#campaign-root .section-products ul li:nth-child(2) a:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 124.0677966101695%;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-products ul li:nth-child(2) a {
    width: 100%;
    background: url("../img/m/section-products_item-2.png") no-repeat center top;
    background-size: 100% auto;
  }
  #campaign-root .section-products ul li:nth-child(2) a:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 47.06896551724138%;
  }
}
#campaign-root .section-products ul li:nth-child(3) a {
  display: block;
  width: 100%;
  background: url("../img/section-products_item-3.png") no-repeat center top;
  background-size: 100% auto;
}
#campaign-root .section-products ul li:nth-child(3) a:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 124.0677966101695%;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-products ul li:nth-child(3) a {
    width: 100%;
    background: url("../img/m/section-products_item-3.png") no-repeat center top;
    background-size: 100% auto;
  }
  #campaign-root .section-products ul li:nth-child(3) a:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 47.06896551724138%;
  }
}
#campaign-root .section-line {
  position: fixed;
  bottom: 25px;
  left: 50%;
  max-width: 1000px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  background: url("../img/section-line.png") no-repeat center top;
  background-size: 100% auto;
}
#campaign-root .section-line:before {
  content: '';
  width: 100%;
  display: block;
  padding-top: 5.600000000000001%;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-line {
    bottom: 0;
    width: 100%;
    width: 100%;
    background: url("../img/m/section-line.png") no-repeat center top;
    background-size: 100% auto;
  }
  #campaign-root .section-line:before {
    content: '';
    width: 100%;
    display: block;
    padding-top: 19.6875%;
  }
}
#campaign-root .section-line a {
  position: absolute;
  top: 0;
  left: 552px;
  right: 166px;
  bottom: 0;
  display: block;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .section-line a {
    top: 14%;
    bottom: 34%;
    left: 20%;
    right: 20%;
  }
}
#campaign-root #debug {
  position: fixed;
  top: 0;
  left: 0;
  color: #ffa500;
  font-size: 16px;
  z-index: 2000000;
}
#campaign-root .embed {
  position: relative;
  height: 428px;
  margin-bottom: 20px;
  background: #000;
}
@media only screen and (max-width: 1000px) {
  #campaign-root .embed {
    height: 0;
    padding-top: 42.8125%;
  }
}
@media only screen and (max-width: 1000px) {
  #campaign-root .embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
#campaign-root.phase-2,
#campaign-root.phase-3,
#campaign-root.phase-4 {
  padding-top: 70px;
}
@media only screen and (max-width: 1000px) {
  #campaign-root.phase-2,
  #campaign-root.phase-3,
  #campaign-root.phase-4 {
    padding-top: calc(10.9375vw);
  }
}
