@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap");
.anz-xmas {
  font-family: "DINPro-Regular", "Helvetica Neue", "Helvetica", "Arial", Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, メイリオ, Meiryo, Helvetica, Arial, Verdana, sans-serif;
  word-wrap: break-word;
  word-break: break-word;
  overflow-x: hidden;
  font-size: 18px;
  color: #fff;
  background: #000;
}
.anz-xmas * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.anz-xmas img {
  max-width: 100%;
  vertical-align: bottom;
}
.anz-xmas .clearfix {
  overflow: auto;
}
.anz-xmas .clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.anz-xmas .common__container {
  width: 90%;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
  z-index: 2;
  padding: 60px 0 100px;
}
.anz-xmas .common__title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: normal;
  padding-bottom: 25px;
}
.anz-xmas .common__title strong {
  font-weight: bold;
}
.anz-xmas .common__title--cursive {
  font-family: "Pacifico", cursive;
  font-size: 26px;
  font-weight: normal;
  padding-bottom: 10px;
}
.anz-xmas .common__title--center {
  text-align: center;
}
.anz-xmas .common__title---left {
  text-align: left;
}
.anz-xmas .common__title__sub {
  text-transform: uppercase;
  font-size: 18px;
}
.anz-xmas .common__btn--red {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 15px;
  background: #f00;
  color: #ffffff;
  border: #f00 2px solid;
  font-weight: bold;
  margin: 5px;
}
.anz-xmas .common__btn--red:hover {
  background: none;
  border-color: #fff;
}
.anz-xmas .common__btn--borderred {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  padding: 10px 15px;
  background: none;
  color: #ffffff;
  border: #f00 2px solid;
  font-weight: bold;
  margin: 5px;
  -webkit-box-shadow: #f00 0 0 10px;
          box-shadow: #f00 0 0 10px;
  text-shadow: #f00 0 0 30px;
}
.anz-xmas .common__btn--borderred:hover {
  color: #fff;
  -webkit-box-shadow: #f00 0 0 0px;
          box-shadow: #f00 0 0 0px;
  text-shadow: #f00 0 0 0px;
  border-color: #fff;
}
.anz-xmas .common__note {
  font-size: 14px;
}
.anz-xmas .common__note--red {
  color: #ff0000;
  padding: 10px 0;
}
@media (min-width: 992px) {
  .anz-xmas .common__title {
    font-size: 36px;
  }
  .anz-xmas .common__title strong {
    font-size: 150%;
  }
  .anz-xmas .common__title span {
    display: block;
  }
  .anz-xmas .common__title--cursive {
    font-size: 36px;
  }
  .anz-xmas .common__title__sub {
    font-size: 20px;
  }
  .anz-xmas .common__btn--red, .anz-xmas .common__btn--borderred {
    min-width: auto;
  }
}
.anz-xmas .kv {
  position: relative;
  color: #ffffff;
  overflow: hidden;
  background: #222;
  max-width: 3800px;
  margin: 0 auto;
}
.anz-xmas .kv picture {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.anz-xmas .kv picture img {
  width: 100%;
}
.anz-xmas .kv__txtbox {
  position: absolute;
  right: 8%;
  bottom: 3%;
  display: block;
  width: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .anz-xmas .kv__txtbox {
    text-align: center;
    width: 90%;
    left: 5%;
    bottom: 10%;
  }
}
@media screen and (max-width: 640px) {
  .anz-xmas .kv__txtbox {
    bottom: 2%;
    width: 100%;
    left: 0;
  }
}
.anz-xmas .kv h1 {
  font-size: 28px;
  padding: 0 0 15px;
  text-transform: uppercase;
  margin: 0;
}
@media screen and (max-width: 3840px) {
  .anz-xmas .kv h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 2560px) {
  .anz-xmas .kv h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1440px) {
  .anz-xmas .kv h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1024px) {
  .anz-xmas .kv h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  .anz-xmas .kv h1 {
    font-size: 18px;
  }
}
.anz-xmas .kv h1 sub {
  font-size: 16px;
}
.anz-xmas .gift {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #222;
}
.anz-xmas .gift__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 80%;
  max-width: 1800px;
  padding: 2% auto;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .anz-xmas .gift__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.anz-xmas .gift__item {
  display: block;
  width: 48%;
  margin-right: 1%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 1px solid #fff;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .anz-xmas .gift__item {
    width: 90%;
  }
}
.anz-xmas .gift__item .box {
  display: block;
  width: 100%;
}
.anz-xmas .gift__item .box h5 {
  display: block;
  width: 100%;
  color: #FFF;
  font-size: 26px;
  text-transform: uppercase;
  background-color: #313131;
  border-radius: 15px 15px 0 0;
  padding: 10px;
  text-align: center;
}
.anz-xmas .gift__item .box .giftImg {
  display: block;
  width: 100%;
  margin: 20px auto;
  text-align: center;
  height: 260px;
}
.anz-xmas .gift__item .box p {
  text-align: center;
  margin-bottom: 20px;
}
.anz-xmas .pd__navbox {
  background: #12812d;
  -webkit-box-shadow: #000 0 0 50px inset;
          box-shadow: #000 0 0 50px inset;
  text-align: center;
}
.anz-xmas .pd__navbox .icon {
  padding: 30px 0;
}
.anz-xmas .pd__navbox .category a {
  border: #fff 1px solid;
  color: #ffffff;
  text-decoration: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  margin-bottom: 5px;
}
.anz-xmas .pd__navbox .category a img {
  width: 100px;
  margin-right: 10px;
}
.anz-xmas .pd__navbox .category a:hover, .anz-xmas .pd__navbox .category a.category--active {
  background: #f00;
}
@media (min-width: 768px) {
  .anz-xmas .pd__navbox .category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .anz-xmas .pd__navbox .category a {
    display: block;
    text-align: center;
  }
}
.anz-xmas .pd__navbox .or {
  padding: 30px 0;
}
.anz-xmas .pd__listbox {
  background: url(https://storage-asset.msi.com/event/2021/au/anz_xmas_holiday_gift_guide/images/pd-bg.jpg) top center repeat-x;
  background-color: #c0241c;
}
.anz-xmas .pd__itembox {
  display: none;
}
.anz-xmas .pd__itembox--active {
  display: block;
}
.anz-xmas .pd__text {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}
.anz-xmas .pd__text p {
  padding-bottom: 10px;
  line-height: 1.6;
  text-align: left;
}
.anz-xmas .pd__text a {
  text-decoration: underline;
  cursor: pointer;
  text-align: left;
  color: #FFF;
}
.anz-xmas .pd__text a:hover {
  text-decoration: none;
   color: #ccc;
}
.anz-xmas .pd__text .left__text {
  display: block;
  width: 60%;
  text-align: left;
}
.anz-xmas .pd__text .right__prize {
  display: block;
  width: 40%;
  margin: 0 auto;
}
.anz-xmas .pd__banner {
  position: relative;
  padding: 30px;
  margin: 5% auto;
}
.anz-xmas .pd__banner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(https://storage-asset.msi.com/event/2021/au/anz_xmas_holiday_gift_guide/images/banner-top.png) top center no-repeat ;
  background-size: cover;
}
.anz-xmas .pd__banner img {
  position: relative;
  z-index: 1;
}
.anz-xmas .pd__list {
  display: block;
  min-height: 300px;
}
.anz-xmas .pd__inner {
  overflow: hidden;
  margin-bottom: 16px;
  display: block;
  position: relative;
  padding: 0 16px;
  max-width: 1280px;
  border-top: 1px solid #FFF;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .anz-xmas .pd__inner {
    border-top: none;
  }
}
.anz-xmas .pd__inner:first-child {
  border-top: none;
}
.anz-xmas .pd__inner .v-line {
  display: block;
  height: 1000px;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1px;
  background: #FFF;
  float: left;
  z-index: 55;
}
@media screen and (max-width: 1024px) {
  .anz-xmas .pd__inner .v-line {
    display: none;
  }
}
.anz-xmas .pd__item {
  display: block;
  margin: 0 16px;
  float: left;
  width: calc(50% - 32px);
  white-space: nowrap;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .anz-xmas .pd__item {
    float: none;
    width: 100%;
  }
}
.anz-xmas .pd__item .value {
  font-size: 12px;
  background: #12812d;
  padding: 5px 10px;
  border-radius: 5px;
}
.anz-xmas .pd__item .value sub {
  font-weight: normal;
  font-size: 70%;
}
.anz-xmas .pd__item figure {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  vertical-align: middle;
  text-align: center;
  white-space: normal;
  padding: 12px 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.anz-xmas .pd__item figure a {
  display: block;
  width: 40%;
  padding: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .anz-xmas .pd__item figure a {
    width: auto;
    text-align: center;
  }
}
.anz-xmas .pd__item figcaption {
  display: block;
  width: calc(50% - 32px);
  float: left;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .anz-xmas .pd__item figcaption {
    width: auto;
    margin: 2% auto;
  }
}
.anz-xmas .pd__item figcaption h2 {
  font-size: 18px;
  padding: 10px 0;
}
.anz-xmas .pd__item figcaption ul {
  padding: 0 0 10px;
  font-size: 14px;
  margin-left: 20px;
  opacity: 0.8;
}
.anz-xmas .pd__item figcaption ul li {
  padding-bottom: 5px;
  list-style: disc;
}
.anz-xmas .pd__item figcaption a {
  display: inline-block;
  border: #fff 1px solid;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 25px;
  font-size: 14px;
  border-radius: 25px;
  width: auto;
}
.anz-xmas .pd__item figcaption a:hover {
  background: #ffffff;
  color: #f00;
}
.anz-xmas .pd__item figcaption .buy {
  display: inline-block;
  border: #fff 1px solid;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 25px;
  font-size: 14px;
  border-radius: 25px;
  width: auto;
  background-color: transparent;
}
.anz-xmas .pd__item figcaption .buy:hover {
  background: #ffffff;
  color: #f00;
  font-weight: normal;
}
.anz-xmas .redeem {
  display: block;
  text-align: center;
}
.anz-xmas .redeem__stepbox {
  padding-bottom: 25px;
}
.anz-xmas .redeem__step {
  border: #fff 3px solid;
  border-radius: 5px;
  background: url(https://storage-asset.msi.com/event/2021/au/anz_xmas_holiday_gift_guide/images/step-bg.png) center center no-repeat ;
  background-size: cover;
  padding: 15px;
  font-size: 16px;
  margin: 10px auto;
}
.anz-xmas .redeem__step.s2 {
  background: url(https://storage-asset.msi.com/event/2021/au/anz_xmas_holiday_gift_guide/images/step-2-bg.png) center center no-repeat ;
  background-size: cover;
}
.anz-xmas .redeem__step.s3 {
  background: url(https://storage-asset.msi.com/event/2021/au/anz_xmas_holiday_gift_guide/images/step-3-bg.png) center center no-repeat ;
  background-size: cover;
}
.anz-xmas .redeem__step h5 {
  background: #f00;
  padding: 5px;
  font-size: 16px;
}
.anz-xmas .redeem__step img {
  max-width: 120px;
}
.anz-xmas .redeem__btbox .common__note {
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .anz-xmas .redeem {
    text-align: left;
  }
  .anz-xmas .redeem__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .anz-xmas .redeem__box__lt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .anz-xmas .redeem__box__rt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  .anz-xmas .redeem__box__rt p {
    padding-top: 15px;
  }
  .anz-xmas .redeem__stepbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .anz-xmas .redeem__step {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    text-align: center;
  }
  .anz-xmas .redeem__btbox {
    padding-top: 30px;
  }
}
.anz-xmas .wtb {
  background: #12812d;
  text-align: center;
}
.anz-xmas .promotion {
  background: url(https://storage-asset.msi.com/event/2021/au/anz_xmas_holiday_gift_guide/images/promotion-bg.jpg) top center no-repeat ;
  background-size: cover;
  text-align: center;
}
.anz-xmas .promotion__items {
  margin: 35px 0 0;
}
@media (min-width: 992px) {
  .anz-xmas .promotion .common__title {
    max-width: 800px;
    margin: 0 auto;
  }
  .anz-xmas .promotion__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .anz-xmas .promotion__items a {
    -webkit-transition: 0.5s all ease-in 0.1s;
    transition: 0.5s all ease-in 0.1s;
    position: relative;
    z-index: 1;
    margin-right: 20px;
  }
  .anz-xmas .promotion__items a:hover {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    z-index: 2;
  }
  .anz-xmas .promotion__items:hover a {
    opacity: 0.5;
  }
  .anz-xmas .promotion__items:hover a:hover {
    opacity: 1;
  }
}
.anz-xmas .terms {
  background: #222222;
}
.anz-xmas .terms p {
  padding-bottom: 20px;
}

.btn-top {
  display: none;
  position: fixed;
  width: 80px;
  text-align: center;
  bottom: 50px;
  right: 30px;
  font-size: 16px;
  line-height: 1.2;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  z-index: 9999;
  border: 3px solid #d80000;
  background-color: rgba(196, 138, 138, 0.356);
}
@media screen and (max-width: 640px) {
  .btn-top {
    bottom: 20px;
    right: 20px;
    padding: 10px 10px;
  }
}
.btn-top img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.btn-top img:hover {
  background-color: rgba(216, 0, 0, 0.5);
  color: #0d133a;
}
.btn-top img i {
  font-size: 20px;
}

 #anz .slick-prev {
            left: 0%;
            background: url(https://storage-asset.msi.com/global/picture/image/feature/vga/ventus/l-arrow.png) center center no-repeat;
        }

        #anz .slick-next {
            right: 0%;
            background: url(https://storage-asset.msi.com/global/picture/image/feature/vga/ventus/r-arrow.png) center center no-repeat;
        }
#anz .terms_Btn{
  display: block;
  width: 100%;
  text-align: center;

}
#anz .terms_Btn h2 {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#anz .terms_Btn h2 a {
  border:1px solid #FFF;
  width: 100%;
  padding: 15px;
  text-decoration: none;
  color: #FFF;
}
#anz .terms_Btn h2 a:hover{
  background-color: #ccc;
  color: #000;
}