@charset "UTF-8";

u, strong, span {
  vertical-align: 0;
}

.only-desktop {
  display: block;
}
.only-tablet-mobile {
  display: none;
}

.container {
  position: relative;
  background: #FFFFFF;
  overflow: hidden; 
}
.contain-wide {
  margin-inline: auto;
  max-width: 1440px; 
}
.contain {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 1000px; 
}
.contain-narrow {
  margin-inline: auto;
  padding-inline: 20px;
  max-width: 640px; 
}

.main-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto; 
  margin-bottom: 20px;
  border: 2px solid #3A68FF;
  border-radius: 60px;
  max-width: 380px;
  min-height: 64px;
  background: #FFF;
  text-align: center;
}
.main-title h1 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25em; 
}
.main-title h1 img {
  user-select: none; 
  pointer-events: none;
}
.main-title:before,
.main-title:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px; 
  background-image: url(../images/ico_main_title.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.main-title:before {
  left: 0; }
.main-title:after {
  right: 0; }

.contents-box {
  position: relative;
  z-index: 2;
  padding-block: 56px 40px;
  padding-inline: 24px;

}
.contents-box .main-title {
  margin-top: -88px;
}

/* ----- section-pc-1 */
.section-pc-1 {
  position: relative;
  overflow: hidden;
}
.section-pc-1 .div-title {
  position: absolute;
  top: 66px;
  left: 0;
  z-index: 3;
  width: 100%;
  text-align: center; 
}
.section-pc-1 .div-title img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  max-width: 546px;
  transform: translateX(-50%); 
}
.section-pc-1 .bg-item {
  position: relative;
  z-index: 0; 
  z-index: 2;
  padding-inline: 6px;
  text-align: center;
}  
.section-pc-1 .bg-back {
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  text-align: center; 
}  

/* ----- section-pc-2 */
.section-pc-2 {
  position: relative;
  z-index: 2;
}
.section-pc-2:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  max-width: 1440px;
  margin: auto;
  background-image: url(/resource/images/eventImg/20251202/section_3_bg.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-pc-2 .bg-back {
  position: relative;
  z-index: -1;
  background-color: #fff;
}
.section-pc-2 .bg-back:before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: linear-gradient(180deg, transparent 5%, #FFF 40%);
  pointer-events: none; 
}
.section-pc-2 .reward {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
  margin-top: 154px;
  text-align: center;
}
.section-pc-2 .reward li {
  width: calc(50% - 12px);
}

/* ----- section-pc-3 */
.section-pc-3 {
  position: relative;
}
.section-pc-3:before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url(/resource/images/eventImg/20251202/section_2_bg.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-pc-3 .contents-box {
  padding-bottom: 0;
  text-align: center;
  color:#fff;
  padding-top: 214px;
  padding-bottom: 96px;
}

.section-pc-3 .contents-box h2 {
  font-size: 32px;
}

.section-pc-3 .contents-box h3 {
  font-size: 24px;
  font-weight: normal;
}

.section-pc-3 .contents-box p {
  font-size: 16px;
}

.section-pc-3 .event_desc {
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  justify-content: space-between;
}
.section-pc-3 .event_desc li {
  position: relative;
  width: calc(50% - 12px);
  
}

/* ----- section-pc-4 */
.section-pc-4 {
  position: relative;
  z-index: 2;
  padding-top: 16px;
  background-image: url(/resource/images/eventImg/20251202/pc_section_4_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: auto;
}
.section-pc-4 .div-title { 
  margin-bottom: 20px;
  text-align: center;
}

.section-pc-4 .howto {
  text-align: center;
  margin-top: 254px;
}

.section-pc-4 .event_btn {
  text-align: center;
  margin-top: 64px;
  padding-bottom: 104px;
}

/* ----- section-pc-5 */
.section-pc-5 .buttons {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 1rem;
  padding-block: 90px 60px;
  border-bottom: 1px solid rgba(255,255,255, .25);
}
.section-pc-5 .buttons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding-inline: 24px;
  border-radius: 80px;
  min-width: 200px;
  min-height: 80px;
  background-color: #003282;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.25em;
  letter-spacing: -.03em;
  text-align: center;
}
.section-pc-5 .buttons i {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  /* margin-inline: 26px 12px; */
  margin-right: 12px;
  width: 40px;
  height: 40px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 40px;
}


/* ----- section-pc-footer */
.section-pc-footer {
  max-width: 1440px;
  margin: auto;
  padding-block: 72px;
  background-color: #4C1E03;
  color: #fff; 
}

.section-pc-footer h4 {
  font-size: 16px;
}

.section-pc-footer ul {
  margin-top:32px;
  font-size: 14px;
}


/* ----- section-1 */
.section-1 {
  position: relative;
  overflow: hidden;
}
.section-1 .div-title {
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center; 
}
.section-1 .div-title img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 80%;
  max-width: 640px;
  transform: translateX(-50%); 
}
.section-1 .bg-item {
  position: relative;
  z-index: 0;
  padding-inline: 6px;
  text-align: center; 
}  
.section-1 .div-reward {
  position: absolute;
  left: 50%;
  bottom: 56px;
  z-index: 2;  
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-inline: auto;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
  text-align: center;
  transform: translateX(-50%); 
}  
.section-1 .div-reward img {
  width: 32%;
}  
  
/* ----- section-2 */
.section-2 {
  position: relative;
  z-index: 2;
  padding-block: 40px 84px;
  background-image: url(/resource/images/eventImg/20251202/mo_section_2_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
} 

.section-2 .div-title img {
  margin-inline: auto;
  width: 80%;
  max-width: 640px;
}

.section-2 .reward {
  margin-top: 32px;
}

.section-2 .reward img {
  width: 80%;
  max-width: 640px;
}

/* ----- section-3 */
.section-3 {
  position: relative;
  padding-block: 80px 60px;
  background-image: url(/resource/images/eventImg/20251202/mo_section_3_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.section-3 .div-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: auto;
  margin-bottom: 20px;
  max-width: 680px;
} 
.section-3 .div-title img {
  margin-inline: auto;
  width: 80%;
  max-width: 640px;
}

.section-3 img.title  {
  margin-top:20px;
  margin-bottom: 12px;
}

.section-3 .appdown_btn {
  margin-top: 24px;
}
  
/* ----- section-4 */
.section-4 {
  position: relative;
  padding-block: 60px;
  background-color: #4C1E03;
  background-image: url(/resource/images/eventImg/20251202/mo_section_4_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;

  overflow: hidden;
  text-align: center;
}
.section-4 .div-title {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-inline: auto;
  margin-bottom: 20px;
  max-width: 680px;
} 
.section-4 .div-title img {
  margin-inline: auto;
  width: 80%;
  max-width: 640px;
}

.section-4 .swiper {
  width: 90%;
  max-width: 480px;
}

.section-4 .swiper .swiper-slide {
  width: 80%;
}

.section-4 .event_btn {
  margin-top: 16px;
}


/* ----- section-footer */
.section-footer {
  padding-block: 72px;
  background-color: #4C1E03;
  color: #fff; 
  background-image: url(/resource/images/eventImg/20251202/footer_mo.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.bullet-list li {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25em;
  letter-spacing: -.02em;
  text-align: left; 
}
.bullet-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 6px;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background: #fff; 
}
.bullet-list li ~ li {
  margin-top: 6px; 
}


@media screen and (max-width: 1000px) {
  .only-desktop {
    display: none !important;
  }
  .only-tablet-mobile {
    display: block !important;
  }
  /* ----- section-1 */
  .section-1 .div-title {
    top: 56px;
  }
  .section-1 .div-title img {
    left: 50%;
    width: 80%;
    max-width: 640px;
    transform: translateX(-50%); 
  } 
  .section-1 .div-reward img {
    width: 30%;
  }  
    
  /* ----- section-2 */
  .section-2 {
    padding-block: 40px 64px;
  } 
  .section-2:after {
    height: 54px;
    background-size: auto 28px;
  } 
  .section-2 .recommender .text {
    top: 40px;
  } 
  .section-2 .recommender .title {
    font-size: 18px;
  } 
  .section-2 .recommender .code {
    font-size: 24px;
  } 
  .section-2 .recommender .btn-copy {
    font-size: 14px;
  } 
  .section-2 .recommender .counter {
    right: -8px;
    min-width: 48px;
    height: 48px;
    font-size: 24px;
  }
  .section-2 .btn-share {
    margin-block: 20px;
    height: 48px;
    font-size: 16px;
  } 

  /* ----- section-3 */
  .section-3 {
    position: relative;
    padding-block: 70px 40px;
    background-color: #FFE1EC;
    overflow: hidden;
    text-align: center;
  }
  .section-3 .div-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-inline: auto;
    max-width: 680px;
  } 
    
  /* ----- section-4 */
  .section-4 {
    position: relative;
    padding-block: 50px 40px;
    background-color: #F1D9BC;
    overflow: hidden;
    text-align: center;
  }
  .section-4 .div-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-inline: auto;
    max-width: 680px;
  } 

  /* ----- section-5 */
  .section-5 {
    position: relative;
    padding-block: 50px 40px;
    background-color: #D3E9FF;
    overflow: hidden;
    text-align: center;
  }
  .section-5 .div-title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-inline: auto;
    max-width: 680px;
  } 

  /* ----- section-footer */
  .section-footer {
    padding-block: 40px;
  }
  .bullet-list li {
    padding-left: 20px;
    font-size: 13px;
  }
  .bullet-list li:before {
    top: 5px;
    width: 3px;
    height: 3px;
  }

} 
 