@font-face {
  font-family: main1;
  src: url("../fonts/Playlist Script.otf");
}

.common__container {
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

@media (min-width: 1921px) {
  .common__container {
    width: 1440px;
  }
}

@media (max-width: 1920px) and (min-width: 1300px) {
  .common__container {
    width: 1270px;
  }
}

@media (max-width: 1299px) and (min-width: 992px) {
  .common__container {
    width: 990px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .common__container {
    width: 750px;
  }
}

@media (max-width: 767px) {
  .common__container {
    width: 100%;
  }
}

.mainarea {
  overflow: hidden;
}

.mainarea .redeem {
  position: fixed;
  background: #0000008a;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}

.mainarea .redeem__area {
  padding: 80px 20px 80px 20px;
  -moz-border-radius: 15px;
       border-radius: 15px;
  background: #f8f6ea;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90vh;
  overflow: auto;
}

@media (max-width: 991px) {
  .mainarea .redeem__area {
    width: 95%;
  }
}

.mainarea .redeem__area-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}

.mainarea .redeem__area-close svg {
  width: 100%;
}

@media (max-width: 991px) {
  .mainarea .redeem {
    padding: 40px 0;
  }
}

.mainarea .redeem__title {
  font-weight: 900;
  text-align: center;
  font-family: var(--nvd);
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
}

@media (max-width: 1600px) {
  .mainarea .redeem__title {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .redeem__title {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .redeem__title {
    font-size: 34px;
  }
}

.mainarea .redeem__title img {
  width: 40px;
}

.mainarea .redeem__step {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 80px;
}

@media (max-width: 675px) {
  .mainarea .redeem__step {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
}

.mainarea .redeem__step-item {
  cursor: pointer;
  width: -moz-calc( 100% / 3 - 25px);
  width: calc( 100% / 3 - 25px);
  border: 10px solid #fec652;
  -moz-border-radius: 60px;
       border-radius: 60px;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  background: #d95233;
  text-decoration: none;
  font-family: var(--fontC);
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .redeem__step-item {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .mainarea .redeem__step-item {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  .mainarea .redeem__step-item {
    font-size: 12px;
  }
}

.mainarea .redeem__step-item:hover {
  background: #d95233;
  border: 10px solid #ffffff;
}

.mainarea .redeem__step-item:hover div {
  background: #ffffff;
}

@media (max-width: 991px) {
  .mainarea .redeem__step-item {
    width: -moz-calc( 100% / 3 - 10px);
    width: calc( 100% / 3 - 10px);
  }
}

@media (max-width: 675px) {
  .mainarea .redeem__step-item {
    width: 100%;
    margin-top: 20px;
  }
}

.mainarea .redeem__step-item img {
  width: 90%;
  margin-top: 20px;
}

@media (max-width: 675px) {
  .mainarea .redeem__step-item img {
    width: 50%;
  }
}

.mainarea .redeem__step-item div {
  width: 100%;
  background: #fec652;
  height: 34px;
  color: #3e2e2e;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-weight: 900;
  font-family: var(--nvd);
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
}

@media (max-width: 1600px) {
  .mainarea .redeem__step-item div {
    font-size: 22px;
  }
}

@media (max-width: 1300px) {
  .mainarea .redeem__step-item div {
    font-size: 20px;
  }
}

@media (max-width: 1050px) {
  .mainarea .redeem__step-item div {
    font-size: 18px;
  }
}

.mainarea .redeem__step-item p {
  color: #fff;
  text-align: center;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainarea .sec1{
  background: #547362;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
}

.mainarea .sec1__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0;
  width: 80%;
  margin: 0 auto;        
}

@media screen and (max-width: 991px) {
  .mainarea .sec1__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mainarea .sec1__block-left {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .mainarea .sec1__block-left {
    width: 100%;
  }
}

.mainarea .sec1__block-left--bun {
  /* position: absolute; */
  top: 30%;
  left: 34%;
  width: 85%;
  transform: rotate(5deg);
  -webkit-animation-name: AniFloat;
          animation-name: AniFloat;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.mainarea .sec1__block-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* background: #ecc278; */
  position: relative;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .mainarea .sec1__block-right {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .mainarea .sec1__block-right img {
    display: none;
  }
}

.mainarea .sec1__block-right--textbox {
  /* position: absolute; */
  /* -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); */
  width: 80%;
  top: 37%;
  left: 30%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .mainarea .sec1__block-right--textbox {
    position: relative;
    width: 80%;
    -webkit-transform: translate(0%, 0%);
       -moz-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    top: 0%;
    left: 0%;
  }
}

.mainarea .sec1__block-right--textbox h5 {
  font-family: var(--nvd);
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.3em;
  margin-bottom: 0;
  padding-top: 50px;
}

@media (max-width: 1600px) {
  .mainarea .sec1__block-right--textbox h5 {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1__block-right--textbox h5 {
    font-size: 42px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1__block-right--textbox h5 {
    font-size: 23px;
  }
}

.mainarea .sec1__block-right--textbox p {
  font-family: var(--fontC);
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-top: 2rem;
  color: #fff;
}

@media (max-width: 1600px) {
  .mainarea .sec1__block-right--textbox p {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec1__block-right--textbox p {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec1__block-right--textbox p {
    font-size: 12px;
  }
}

.mainarea .sec2 {
  /* background: #ecc278; */
  background: #ffb8a3;
  position: relative;
  overflow: hidden;
  padding-top: 21.6vh;
  padding-bottom: 21.6vh;
  padding-top: 0;
  background: url(https://storage-asset.msi.com/event/2025/HK/MSI-2025-spring-sales/images/bg.jpg) center center no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1300px) {
  .mainarea .sec2 {
    padding-top: 144px;
    padding-bottom: 144px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec2 {
    padding-top: 108px;
    padding-bottom: 108px;
  }
}

@media (max-width: 800px) {
  .mainarea .sec2 {
    padding-top: 1px;
    padding-bottom: 50px;
  }
}

.mainarea .sec2__imgbg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  max-width: 800px;
}

.mainarea .sec2 h4 {
  font-family: var(--nvd);
  font-size: 46px;
  margin-bottom: 1em;
  line-height: 1.5em;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  padding-top: 50px;
  filter: drop-shadow(2px 4px 6px #350404);
}

@media (max-width: 1600px) {
  .mainarea .sec2 h4 {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec2 h4 {
    font-size: 42px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec2 h4 {
    font-size: 23px;
  }
}

.mainarea .sec2__bottom {
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: -5px;
}

.mainarea .sec2__bottom img {
  width: 100%;
}

.mainarea .sec2__bottom .common__container {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mainarea .sec2__bottom-img {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: center;
}

.mainarea .sec2__bottom-img img {
  width: 17vw;
  opacity: 0;
}

.mainarea .sec2__bottom-img img.sec2__bottom-img--active {
  opacity: 1;
}

.mainarea .sec2__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mainarea .sec2__block-item {
  width: -moz-calc( 100% / 3 - 20px);
  width: calc( 100% / 3 - 20px);
  margin: 10px;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  .mainarea .sec2__block-item {
    width: -moz-calc( 100% / 3 - 10px);
    width: calc( 100% / 3 - 10px);
    margin: 5px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mainarea .sec2__block {
    margin-top: 20px;
  }
  .mainarea .sec2__block-item {
    width: -moz-calc( 100% / 2 - 5px);
    width: calc( 100% / 2 - 5px);
    margin: 2.5px;
    padding: 5px;
  }
}

.mainarea .sec2__block-item h5 {
  font-family: var(--fontB);
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
  text-align: center;
  margin-top: 40px;
  color: #272727;
}

@media (max-width: 1600px) {
  .mainarea .sec2__block-item h5 {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec2__block-item h5 {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec2__block-item h5 {
    font-size: 14px;
  }
}

.mainarea .sec2__block-item--arr {
  width: 40px;
  /* filter: invert(1); */
}

.mainarea .sec2__block-item .frame {
  width: 100%;
}

.mainarea .sec2__block-item--img {
  -moz-border-radius: 30px 0 30px 0;
       border-radius: 30px 0 30px 0;
  overflow: hidden;
  border: 4px solid #ffffff;
  -webkit-box-shadow: 0px 0px 15px #0000006c;
     -moz-box-shadow: 0px 0px 15px #0000006c;
          box-shadow: 0px 0px 15px #0000006c;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 50%;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.mainarea .sec2__block-item--img:hover {
  -webkit-box-shadow: 5px 5px 30px #0000006c;
     -moz-box-shadow: 5px 5px 30px #0000006c;
          box-shadow: 5px 5px 30px #0000006c;
}

.mainarea .sec2__block-item--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  cursor: pointer;
  max-width: none;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  transition: 0.7s;
}

.mainarea .sec3 {
  padding-top: 6vh;
  padding-bottom: 6vh;
  background: #f2eadc;
}

@media (max-width: 1300px) {
  .mainarea .sec3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (max-width: 800px) {
  .mainarea .sec3 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.mainarea .sec3__title {
  display: none;
}

.mainarea .sec3__title--active {
  display: block;
}

.mainarea .sec3__title h3 {
  text-align: center;
  font-family: var(--nvd);
  font-size: 46px;
  margin-bottom: 1em;
  line-height: 1.5em;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
  filter: drop-shadow(2px 4px 6px #350404);
}

@media (max-width: 1600px) {
  .mainarea .sec3__title h3 {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__title h3 {
    font-size: 42px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__title h3 {
    font-size: 30px;
    margin-top: 30px;
  }
}

.mainarea .sec3__title p {
  text-align: center;
  font-family: var(--fontC);
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin-top: 2rem;
}

@media (max-width: 1600px) {
  .mainarea .sec3__title p {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__title p {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__title p {
    font-size: 12px;
  }
}

.mainarea .sec3__buynowarea {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mainarea .sec3__buynowarea-item {
  width: -moz-calc( 100% / 3 - 10px);
  width: calc( 100% / 3 - 10px);
  margin: 5px;
}

@media screen and (max-width: 991px) {
  .mainarea .sec3__buynowarea-item {
    width: -moz-calc( 100% / 2 - 40px);
    width: calc( 100% / 2 - 40px);
    margin: 20px;
  }
}

@media screen and (max-width: 767px) {
  .mainarea .sec3__buynowarea-item {
    width: -moz-calc( 100% - 10px);
    width: calc( 100% - 10px);
    margin: 10px;
  }
}

.mainarea .sec3__buynowarea-item:nth-child(1), .mainarea .sec3__buynowarea-item:nth-child(2) {
  width: -moz-calc( 100% / 2 - 40px);
  width: calc( 100% / 2 - 40px);
  margin: 20px;
}

@media screen and (max-width: 767px) {
  .mainarea .sec3__buynowarea-item:nth-child(1), .mainarea .sec3__buynowarea-item:nth-child(2) {
    width: -moz-calc( 100% - 10px);
    width: calc( 100% - 10px);
    margin: 10px;
  }
}

.mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-decx, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-decx {
  display: block;
}

.mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-bgn, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-bgn {
  background: #547362;
}

.mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-bg, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-bg {
  background: #547362;
}

.mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-imgbox, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-imgbox {
  border: 10px solid #547362;
}

.mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-bundle, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-bundle {
  border: 5px solid #547362;
}

.mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-textbox h5, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-textbox h5 {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #fff;
}

@media (max-width: 1600px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-textbox h5, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-textbox h5 {
    font-size: 22px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-textbox h5, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-textbox h5 {
    font-size: 20px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-textbox h5, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-textbox h5 {
    font-size: 18px;
  }
}

.mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-textbox ul, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-textbox ul {
  width: 70%;
}

@media screen and (max-width: 991px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-textbox ul, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-textbox ul {
    width: 100%;
  }
}

.mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-textbox li, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-textbox li {
  font-size: 18px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  color: #fff;
}

@media (max-width: 1600px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-textbox li, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-textbox li {
    font-size: 16px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-textbox li, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-textbox li {
    font-size: 14px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-textbox li, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-textbox li {
    font-size: 12px;
  }
}

.mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-prize span, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-prize span {
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  line-height: 1;
  color: #fff01f;
}

@media (max-width: 1600px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-prize span, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-prize span {
    font-size: 22px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-prize span, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-prize span {
    font-size: 20px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-prize span, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-prize span {
    font-size: 18px;
  }
}

.mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-prize p, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-prize p {
  font-size: 40px;
  margin-bottom: 1em;
  line-height: 1.5em;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}

@media (max-width: 1600px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-prize p, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-prize p {
    font-size: 38px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-prize p, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-prize p {
    font-size: 36px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-prize p, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-prize p {
    font-size: 34px;
  }
}

.mainarea .sec3__buynowarea-item:nth-child(1) .sec3__buynowarea-buynow, .mainarea .sec3__buynowarea-item:nth-child(2) .sec3__buynowarea-buynow {
  /* background: #aa271f; */
  padding: 15px 25px;
  margin-top: 10px;
}

.mainarea .sec3__buynowarea-decx {
  position: absolute;
  width: 35%;
  z-index: 2;
  top: 12%;
  left: -5%;
  display: none;
}

.mainarea .sec3__buynowarea-top {
  position: relative;
}

.mainarea .sec3__buynowarea-bg {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  background: #ffffff;
  -moz-border-radius: 20px 20px 0 0;
       border-radius: 20px 20px 0 0;
}

.mainarea .sec3__buynowarea-imgbox {
  width: 65%;
  margin: auto;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #f8f6ea;
  border: 10px solid #ffffff;
  overflow: hidden;
  position: relative;
}

.mainarea .sec3__buynowarea-bundle {
  position: absolute;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background: #e6e6e6;
  border: 5px solid #ffffff;
  width: 25%;
  padding-bottom: 22.5%;
  right: 3%;
  bottom: 0%;
}

.mainarea .sec3__buynowarea-bundle-u {
  position: absolute;
  width: 40%;
  left: 80%;
  top: 10%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mainarea .sec3__buynowarea-bundle-a {
  position: absolute;
  width: 30%;
  z-index: 3;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mainarea .sec3__buynowarea-bundle-f {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.mainarea .sec3__buynowarea-bgn {
  position: absolute;
  width: 100%;
  bottom: -moz-calc( 0% + 18px);
  bottom: calc( 0% + 18px);
  height: -moz-calc( 100% - 18px);
  height: calc( 100% - 18px);
  background: #ffffff;
  -moz-border-radius: 0 0 20px 20px;
       border-radius: 0 0 20px 20px;
}

.mainarea .sec3__buynowarea-textbox {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 20px;
}

.mainarea .sec3__buynowarea-bottom {
  position: relative;
}

.mainarea .sec3__buynowarea-bottom h5 {
  color: #2b2b2b;
  text-align: center;
  font-family: var(--fontB);
  font-size: 20px;
  margin-bottom: 1em;
  line-height: 1.5em;
}

@media (max-width: 1600px) {
  .mainarea .sec3__buynowarea-bottom h5 {
    font-size: 18px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__buynowarea-bottom h5 {
    font-size: 16px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__buynowarea-bottom h5 {
    font-size: 14px;
  }
}

.mainarea .sec3__buynowarea-bottom ul {
  list-style: disc;
  padding: 0 20px;
}

.mainarea .sec3__buynowarea-bottom ul li {
  list-style: disc;
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1.5em;
  color: #2b2b2b;
  font-family: var(--fontC);
  line-height: 1.6;
  margin: 0;
}

@media (max-width: 1600px) {
  .mainarea .sec3__buynowarea-bottom ul li {
    font-size: 12px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__buynowarea-bottom ul li {
    font-size: 10px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__buynowarea-bottom ul li {
    font-size: 11px;
  }
}

.mainarea .sec3__buynowarea-prize {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: var(--fontC);
  width: 100%;
  margin-top: 20px;
}

.mainarea .sec3__buynowarea-prize span {
  text-decoration: line-through;
  font-size: 14px;
  margin-bottom: 1em;
  line-height: 1.5em;
  margin: 0;
  line-height: 1;
  opacity: 0.5;
}

@media (max-width: 1600px) {
  .mainarea .sec3__buynowarea-prize span {
    font-size: 12px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__buynowarea-prize span {
    font-size: 10px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__buynowarea-prize span {
    font-size: 8px;
  }
}

.mainarea .sec3__buynowarea-prize p {
  font-family: var(--fontB);
  font-size: 24px;
  margin-bottom: 1em;
  line-height: 1.5em;
  line-height: 1;
}

@media (max-width: 1600px) {
  .mainarea .sec3__buynowarea-prize p {
    font-size: 22px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__buynowarea-prize p {
    font-size: 20px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__buynowarea-prize p {
    font-size: 18px;
  }
}

.mainarea .sec3__buynowarea-buynow {
  background: #ebc47a;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  font-family: var(--fontB);
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 1.5em;
  line-height: 1;
  margin: 0;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  -moz-border-radius: 30px;
       border-radius: 30px;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .mainarea .sec3__buynowarea-buynow {
    font-size: 20px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__buynowarea-buynow {
    font-size: 18px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__buynowarea-buynow {
    font-size: 16px;
  }
}

.mainarea .sec3__buynowarea-buynow img {
  width: 25px;
  margin-left: 10px;
}

.mainarea .sec3__btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-family: var(--fontB);
  margin-top: 100px;
}

.mainarea .sec3__btns-item {
  background: #40cbe2;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #ffffff;
  font-family: var(--fontB);
  font-size: 22px;
  margin-bottom: 1em;
  line-height: 1.5em;
  line-height: 1;
  margin: 0;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
  -moz-border-radius: 30px;
       border-radius: 30px;
  cursor: pointer;
  margin: 0 30px;
}

@media (max-width: 1600px) {
  .mainarea .sec3__btns-item {
    font-size: 20px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec3__btns-item {
    font-size: 18px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec3__btns-item {
    font-size: 16px;
  }
}

.mainarea .sec3__btns-item img {
  width: 25px;
  margin-left: 10px;
}

.mainarea .sec4 {
  background: #fec652;
  position: relative;
  overflow: hidden;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

@media (max-width: 1300px) {
  .mainarea .sec4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .mainarea .sec4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mainarea .sec4__imgbg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  max-width: 800px;
}

.mainarea .sec4__title h3 {
  text-align: center;
  font-family: var(--nvd);
  font-size: 46px;
  margin-bottom: 1em;
  line-height: 1.5em;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec4__title h3 {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec4__title h3 {
    font-size: 42px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec4__title h3 {
    font-size: 40px;
  }
}

.mainarea .sec4__block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.mainarea .sec4__block a {
  width: -moz-calc( 100% - 20px);
  width: calc( 100% - 20px);
  margin: 10px;
  border: 4px solid #ffffff;
  -moz-border-radius: 15px;
       border-radius: 15px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainarea .sec5 {
  background: #f8f6ea;
  position: relative;
  overflow: hidden;
  padding-top: 12vh;
  padding-bottom: 12vh;
}

@media (max-width: 1300px) {
  .mainarea .sec5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec5 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (max-width: 800px) {
  .mainarea .sec5 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mainarea .sec5__title h3 {
  text-align: center;
  font-family: var(--nvd);
  font-size: 46px;
  margin-bottom: 1em;
  line-height: 1.5em;
  line-height: 1;
  margin-bottom: 0;
  text-align: center;
}

@media (max-width: 1600px) {
  .mainarea .sec5__title h3 {
    font-size: 44px;
  }
}

@media (max-width: 1300px) {
  .mainarea .sec5__title h3 {
    font-size: 42px;
  }
}

@media (max-width: 1050px) {
  .mainarea .sec5__title h3 {
    font-size: 40px;
  }
}

@-webkit-keyframes Animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 200%;
  }
}

@-moz-keyframes Animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 200%;
  }
}

@keyframes Animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 200%;
  }
}

h1.ml8 {
  font-weight: 900;
  font-size: 4.5em;
  color: #fff;
  width: 3em;
  height: 3em;
  -webkit-transform: scale(0.4);
     -moz-transform: scale(0.4);
          transform: scale(0.4);
}

.ml8 .letters-container {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -25%;
  bottom: 0;
  height: 1em;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ml8 .letters {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.ml8 .letters img {
  width: 25px;
}

.ml8 .bang {
  font-size: 0.5em;
  top: auto;
  left: -0.06em;
}

.ml8 .circle {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.ml8 .circle-white {
  width: 3em;
  height: 3em;
  border: 2px dashed white;
  -moz-border-radius: 2em;
       border-radius: 2em;
}

.ml8 .circle-dark {
  width: 2.2em;
  height: 2.2em;
  background-color: #b22720;
  -moz-border-radius: 3em;
       border-radius: 3em;
  z-index: 1;
}

.ml8 .circle-dark-dashed {
  -moz-border-radius: 2.4em;
       border-radius: 2.4em;
  background-color: transparent;
  border: 2px dashed #f84478;
  width: 2.3em;
  height: 2.3em;
}

.totop {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
  -webkit-transform: translateX(30%);
     -moz-transform: translateX(30%);
          transform: translateX(30%);
  cursor: pointer;
}

.animatetitle {
  background-image: -webkit-gradient(linear, left top, right top, from(#e7edb7), color-stop(#ffeba7), color-stop(#fffbef), color-stop(#ffeba7), color-stop(#e7edb7), color-stop(#cee7cc), color-stop(#fffbef), color-stop(#ffeba7), to(#e7edb7));
  background-image: -moz-linear-gradient(left, #e7edb7, #ffeba7, #fffbef, #ffeba7, #e7edb7, #cee7cc, #fffbef, #ffeba7, #e7edb7);
  background-image: linear-gradient(90deg, #ffeba7, #e7edb7, #cee7cc, #ffeba7, #e7edb7, #cee7cc, #fffbef, #ffeba7, #e7edb7);
  -webkit-background-clip: text;
  -moz-background-size: 1000% 100%;
       background-size: 1000% 100%;
  -moz-background-clip: text;
       background-clip: text;
  color: transparent;
  -webkit-animation: background 5s linear infinite;
     -moz-animation: background 5s linear infinite;
          animation: background 5s linear infinite;
}



@keyframes Animation {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 20% 200%;
  }
}

@-webkit-keyframes background {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@-moz-keyframes background {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes background {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}


@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
  50% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}

.popout {
  background: #0000009c;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}

.popout__block {
  max-width: 760px;
  background: #fec652;
  -moz-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-border-radius: 10px;
       border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}

.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}

.popout__block-close svg {
  width: 100%;
}

.popout__dm {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.popout__dm a {
  width: -moz-calc(100% / 3 - 10px);
  width: calc(100% / 3 - 10px);
  background: #ffffff;
  color: #000000;
  text-align: center;
  -moz-border-radius: 5px;
       border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

.popout__dm a.hatch__buynows {
  width: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.popout__dm a.hatch__buynows p {
  background: #d95233;
  padding: 10px 15px;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 1.5em;
  -moz-border-radius: 5px;
       border-radius: 5px;
  color: #ffffff;
  font-weight: 900;
  min-width: 25%;
  margin: 0;
}

@media (max-width: 1600px) {
  .popout__dm a.hatch__buynows p {
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .popout__dm a.hatch__buynows p {
    font-size: 12px;
  }
}

@media (max-width: 1050px) {
  .popout__dm a.hatch__buynows p {
    font-size: 10px;
  }
}

.popout__dm a img {
  max-width: 100%;
  max-height: 70px;
}

html {
  scroll-behavior: smooth;
}
/*# sourceMappingURL=index.css.map */