header.msiHeader,
footer.msiFooter {
  position: relative;
  z-index: 100;
  background: #fff;
}

.project {
  position: relative;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
}

.project * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project picture {
  display: block;
}

.project img {
  max-width: 100%;
  vertical-align: bottom;
}

.project img--full {
  width: 100%;
}

.project .common-container {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 0 25px;
}

.project .common-title {
  text-align: center;
  font-size: 26px;
}

@media (min-width: 996px) {
  .project .common-title {
    font-size: 36px;
  }
}

.top-wrapper {
  background: #eca973;
}

.content-wrapper {
  background: url("../images/bg.jpg") top center no-repeat ;
  background-size: cover;
  background-size: 100% auto;
}

.common-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  padding: 25px;
  text-align: center;
}

.common-box__text {
  padding: 15px 0;
}

.common-box__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 15px 0;
}

.s1 {
  margin-top: -9vh;
}

.s1 .note {
  font-size: 14px;
  color: #fff;
}

.s1 a {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 996px) {
  .s1 {
    margin-top: -45vh;
    padding-bottom: 120px;
  }
  .s1 .common-box__card {
    position: relative;
  }
  .s1 .note {
    position: absolute !important;
    color: #000;
    width: 28%;
    right: 75px;
    top: 62%;
  }
  .s1 .note a {
    color: #000;
  }
  .s1 .note a:hover {
    color: #f75b1d;
  }
  .s1 .common-box__btns {
    position: relative;
    z-index: 2;
    margin-top: -90px;
  }
}

.s2 {
  padding-top: 6%;
}

.s3 {
  padding-top: 10%;
}

.s3__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 50px 0;
}

@media (min-width: 996px) {
  .s3__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.join {
  background: #000;
  padding: 60px 0;
  color: #fff;
}

.join__box {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

#msi_twYrsale .wtb__box {
  background: #fff;
  color: #222;
  margin-top: 45px;
}

#msi_twYrsale .wtb__box-info {
  background: #e4884f;
  color: #fff;
  font-size: 24px;
  padding: 15px;
}

#msi_twYrsale .wtb__box-info.sub-info {
  background: #666;
  font-size: 20px;
  padding: 10px;
}

#msi_twYrsale .wtb__box-title, #msi_twYrsale .wtb__box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: #ccc 1px solid;
  text-align: left;
}

#msi_twYrsale .wtb__box-title li, #msi_twYrsale .wtb__box-content li {
  padding: 15px;
}

#msi_twYrsale .wtb__box-title li:nth-child(1), #msi_twYrsale .wtb__box-content li:nth-child(1) {
  width: 40%;
}

#msi_twYrsale .wtb__box-title li:nth-child(2), #msi_twYrsale .wtb__box-content li:nth-child(2) {
  width: 20%;
}

#msi_twYrsale .wtb__box-title li:nth-child(3), #msi_twYrsale .wtb__box-content li:nth-child(3) {
  width: 40%;
}

#msi_twYrsale .wtb__box-title li:last-child a, #msi_twYrsale .wtb__box-content li:last-child a {
  position: relative;
  color: #fff;
  background: #ee7931;
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

#msi_twYrsale .wtb__box-title li:last-child a::before, #msi_twYrsale .wtb__box-content li:last-child a::before {
  content: "\f044";
  font-family: "msi-icons";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#msi_twYrsale .wtb__box-title li:last-child a:hover, #msi_twYrsale .wtb__box-content li:last-child a:hover {
  opacity: .6;
}

#msi_twYrsale .wtb__box-title {
  background: #f1c5aa;
}

#msi_twYrsale .wtb__box-content:hover {
  background: #eee;
}

@media (min-width: 996px) {
  .e-shopFlex__item img {
    height: 120px;
  }
}

.store {
  background: #2d2d2d;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
}

.popup {
  position: fixed;
  z-index: 110;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  overflow-y: auto;
  display: none;
}

.popup__wrapper {
  position: relative;
  z-index: 3;
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  background: #fff;
  color: #222;
}

.popup__inner {
  position: relative;
  z-index: 5;
  text-align: left;
}

.popup-close {
  font-size: 30px;
  right: 0;
  top: 0px;
  cursor: pointer;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.popup-close::before {
  content: "\ea02";
  font-family: "msi-icons";
  width: 50px;
  height: 50px;
  color: #fff;
  background: #333;
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.popup-close:hover::before {
  background: #ee7931;
}

.popup__content {
  padding: 25px;
}

.popup__title {
  text-align: center;
}

.redeem-title {
  position: relative;
  z-index: 2;
  margin: 0 auto -45px;
  display: inline-block;
  background: #ee7931;
  border-radius: 50px;
  color: #fff;
  padding: 10px 15px;
  font-size: 28px;
  font-weight: bold;
  border: #fff 5px solid;
}

.redeem-subtitle {
  font-size: 26px;
  color: #ee7931;
  font-weight: bold;
  padding: 40px 0 20px;
}

.step {
  background: #f1f6fc;
  border-radius: 30px;
}

@media (min-width: 996px) {
  .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.step__item {
  border-bottom: #777 1px solid;
  padding: 25px;
  font-size: 16px;
}

.step__item:last-child {
  border-bottom: none;
}

.step__item:nth-child(even) h4::before {
  background: #ffbed6;
}

.step__item h4 {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 28px;
}

.step__item h4 span {
  position: relative;
  z-index: 2;
}

.step__item h4::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffeb9d;
}

@media (min-width: 996px) {
  .step__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: none;
    border-right: #777 1px solid;
  }
  .step__item:last-child {
    border: none;
  }
}

.redeem .note {
  color: #999;
  font-size: 16px;
}

.redeem .notice {
  color: #b50101;
  font-size: 16px;
}

.redeem ul {
  margin-left: 25px;
}

.redeem li {
  list-style: lower-latin;
}

.redeem a {
  color: #222;
  border-bottom: #ffbed6 2px solid;
}

.redeem a:hover {
  border: none;
}
/*# sourceMappingURL=main.css.map */