html {
  width: auto !important;
}

body {
  word-wrap: break-word;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  word-break: break-word;
  background: #000 !important;
}

.wrapContainer {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

@media (min-width: 2201px) {
  .wrapContainer {
    max-width: 2200px;
  }
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.main-title {
  color: #fff;
  font-size: 60px;
  text-align: center;
  margin: 3% auto;
  font-family: 'din_pro_bold';
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .main-title {
    color: #fff;
    font-size: 50px;
  }
}

@media (max-width: 600px) {
  .main-title {
    color: #fff;
    font-size: 40px;
  }
}

@media (max-width: 375px) {
  .main-title {
    color: #fff;
    font-size: 36px;
  }
}

.common-title {
  color: #fff;
  font-size: 45px;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-family: 'din_pro_bold';
}

@media (max-width: 1600px) {
  .common-title {
    color: #fff;
    font-size: 36px;
  }
}

@media (max-width: 960px) {
  .common-title {
    color: #fff;
    font-size: 30px;
  }
}

@media (max-width: 500px) {
  .common-title {
    color: #fff;
    font-size: 24px;
  }
}

.common-title1 {
  color: #fff;
  font-size: 65px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'din_pro_bold';
}

@media (max-width: 960px) {
  .common-title1 {
    color: #fff;
    font-size: 30px;
  }
}

.common-title2 {
  color: #fff;
  font-size: 34px;
  margin: 5px 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 960px) {
  .common-title2 {
    color: #fff;
    font-size: 20px;
  }
}

.common-title3 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .common-title3 {
    color: #fff;
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .common-title3 {
    color: #fff;
    font-size: 18px;
  }
}

.main-text {
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  font-family: 'DINPro-Medium';
  letter-spacing: 1px;
}

@media (max-width: 960px) {
  .main-text {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.8), 0 0 5px rgba(0, 0, 0, 0.8);
  }
}

@media (max-width: 600px) {
  .main-text {
    color: #fff;
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .main-text {
    color: #fff;
    font-size: 18px;
  }
}

@media (max-width: 375px) {
  .main-text {
    color: #fff;
    font-size: 16px;
  }
}

.common-text {
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
}

@media (max-width: 960px) {
  .common-text {
    color: #fff;
    font-size: 20px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  .common-text {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
  }
}

.common-text1 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  margin: 20px 0;
}

@media (max-width: 500px) {
  .common-text1 {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
  }
}

.common-text2 {
  color: #d5d5d5;
  font-size: 18px;
  line-height: 26px;
  padding: 10px 0;
}

@media (max-width: 500px) {
  .common-text2 {
    line-height: 22px;
  }
}

.common-text3 {
  color: #d5d5d5;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 0 0;
}

.common-text4 {
  color: #d5d5d5;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  font-weight: bold;
  padding: 10px 0 0 0;
}

.common-text5 {
  color: #fff;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin: 10px 0;
}

@media (max-width: 500px) {
  .common-text5 {
    color: #fff;
    font-size: 16px;
  }
}

.common-txt {
  color: #ed1b24;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}

.b-fonts1 {
  color: #fff;
  font-size: 18px;
}

.b-fonts2 {
  color: #fff;
  font-size: 12px;
  display: block;
}

.b-fonts3 {
  color: #fff;
  font-size: 18px;
}

@media (max-width: 960px) {
  .pc {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 960px) {
  .mobile {
    display: block;
  }
}

.hidden {
  display: none;
}

.scrollBlock {
  margin-top: 2%;
  display: inline-block;
}

@media (max-width: 500px) {
  .scrollBlock {
    margin-top: 5%;
  }
}

.scrollBlock a {
  display: block;
}

.scrollBlock a p {
  color: #fff;
  font-size: 18px;
  margin: 10px 0;
  margin-top: -10px;
  text-align: center;
}

@media (max-width: 960px) {
  .scrollBlock a p {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .scrollBlock a p {
    color: #fff;
    font-size: 12px;
  }
}

.scrollBlock a img {
  display: block;
  margin: auto;
  text-align: center;
}

.scrollBlock a .arrow__one {
  -webkit-animation: arrowDownOne 1s infinite .1s;
          animation: arrowDownOne 1s infinite .1s;
}

.scrollBlock a .arrow__two {
  -webkit-animation: arrowDownTwo 1s infinite .3s;
          animation: arrowDownTwo 1s infinite .3s;
}

@-webkit-keyframes arrowDownOne {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes arrowDownOne {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@-webkit-keyframes arrowDownTwo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

@keyframes arrowDownTwo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

.textAlign {
  text-align: center;
}

/* to top */
.btn-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  z-index: 9999;
  border: 3px solid #465860;
}

.btn-top img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-top:hover {
  background-color: #fcfcfc;
  color: #0d133a;
}

.btn-top:hover i {
  font-size: 20px;
}

/* kv */
.kv {
  position: relative;
}

.kv picture img {
  width: 100%;
  display: block;
}

.kv__block {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 20%;
  width: 70%;
  text-align: center;
}

@media (max-width: 1410px) {
  .kv__block {
    width: 80%;
  }
}

@media (max-width: 1300px) {
  .kv__block {
    top: 30%;
  }
}

@media (max-width: 960px) {
  .kv__block {
    width: 95%;
    top: 35%;
  }
}

@media (max-width: 768px) {
  .kv__block {
    top: 40%;
  }
}

@media (max-width: 600px) {
  .kv__block {
    top: 45%;
  }
}

.kv__block figure {
  text-align: center;
  margin-bottom: 6%;
}

@media (max-width: 960px) {
  .kv__block figure {
    margin-bottom: 4%;
  }
}

.kv__block figure img {
  width: 20%;
  margin: auto;
}

@media (max-width: 500px) {
  .kv__block figure img {
    width: 30%;
  }
}

/* other bg */
.block {
  background: url("https://storage-asset.msi.com/event/2021/cnd/ANZ-MSI-35th-Anniversary/images/other_bg.jpg") no-repeat #000;
  background-size: cover;
  padding-bottom: 5%;
}

/* intro */
.intro {
  background: #033d7e;
  padding: 5% 0;
}

.intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
  border-top: 5px solid #fff;
  padding-top: 20px;
}

@media (max-width: 1400px) {
  .intro__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 500px) {
  .intro__block {
    margin: 20px 0 0 0;
  }
}

/* timeline */
.timeline {
  padding: 5% 0 0 0;
}

@media (max-width: 475px) {
  .timeline {
    margin-bottom: 20%;
  }
}

.timeline__block {
  text-align: center;
  margin-top: 10%;
}

.timeline__title {
  display: inline-block;
  border-bottom: 3px solid #fff;
  padding: 0 1%;
}

@media (max-width: 768px) {
  .timeline__title {
    position: relative;
  }
}

@media (max-width: 475px) {
  .timeline__title {
    margin-bottom: 20%;
  }
}

@media (max-width: 768px) {
  .timeline__title::after {
    content: "";
    display: block;
    height: 50px;
    width: 3px;
    background: #fff;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    bottom: -105%;
  }
}

.timeline__title:nth-last-of-type(1) {
  display: inline-block;
  border-top: 3px solid #fff;
  border-bottom: none;
  padding: 0 1%;
}

@media (max-width: 475px) {
  .timeline__title:nth-last-of-type(1) {
    margin-top: 20%;
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .timeline__title:nth-last-of-type(1)::before {
    content: "";
    display: block;
    height: 50px;
    width: 3px;
    background: #fff;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    left: 50%;
    top: -35%;
  }
}

@media (max-width: 768px) {
  .timeline__title:nth-last-of-type(1)::after {
    display: none;
  }
}

.timeline__eventblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .timeline__eventblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.timeline__eventblock_itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc( 100%/2);
  border-right: 3px solid #fff;
  text-align: left;
}

@media (max-width: 768px) {
  .timeline__eventblock_itembox {
    width: 100%;
    margin: auto;
    border: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5%;
  }
}

@media (max-width: 475px) {
  .timeline__eventblock_itembox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-right: 0;
    border: 3px solid #fff;
    margin-top: 0;
  }
}

.timeline__eventblock_itembox figure {
  width: 40%;
}

@media (max-width: 768px) {
  .timeline__eventblock_itembox figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 475px) {
  .timeline__eventblock_itembox figure {
    width: 100%;
  }
}

.timeline__eventblock_itembox_text {
  width: 60%;
}

@media (max-width: 768px) {
  .timeline__eventblock_itembox_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 475px) {
  .timeline__eventblock_itembox_text {
    width: 90%;
    margin: auto;
    text-align: center;
  }
}

.timeline__eventblock_itembox_text h3 {
  border-bottom: 3px solid #fff;
}

.timeline__eventblock_itembox:nth-of-type(even) {
  border-right: none;
  text-align: right;
  margin-top: 5%;
}

@media (max-width: 768px) {
  .timeline__eventblock_itembox:nth-of-type(even) {
    text-align: left;
    margin-top: 5%;
  }
}

.timeline__eventblock_itembox:nth-of-type(1) {
  padding-top: 5%;
}

@media (max-width: 768px) {
  .timeline__eventblock_itembox:nth-of-type(1) {
    padding-top: 13%;
  }
}

.timeline__eventblock_itembox:nth-of-type(2) {
  margin-top: 10%;
}

@media (max-width: 768px) {
  .timeline__eventblock_itembox:nth-of-type(2) {
    margin-top: 5%;
  }
}

.timeline__eventblock_itembox:nth-last-of-type(1) {
  padding-bottom: 5%;
}

@media (max-width: 768px) {
  .timeline__eventblock_itembox:nth-last-of-type(1) {
    padding-bottom: 13%;
  }
}

/* week product */
.product {
  margin: 100px 0;
}

@media (max-width: 500px) {
  .product {
    margin: 0 0 100px 0;
  }
}

.product__wrap {
  text-align: center;
}

.product__block {
  position: relative;
}

.product__block img {
  width: 100%;
}

.product__block .weekbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 960px) {
  .product__block .weekbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product__block .weekbox__item {
  width: calc( 100%/4 - 30px);
  margin-top: -15%;
}

@media (max-width: 960px) {
  .product__block .weekbox__item {
    width: 100%;
    margin: 2% auto;
  }
}

.product__block .weekbox__one {
  margin-top: -18%;
  margin-left: 6%;
}

@media (max-width: 960px) {
  .product__block .weekbox__one {
    margin-left: 0;
    margin-top: 0;
  }
}

@media (max-width: 960px) {
  .product__block .weekbox__one h5 {
    color: #b3b2ff;
  }
}

.product__block .weekbox__two {
  margin-top: -16%;
}

@media (max-width: 960px) {
  .product__block .weekbox__two {
    margin-top: 0;
  }
}

@media (max-width: 960px) {
  .product__block .weekbox__two h5 {
    color: #fb8cfe;
  }
}

.product__block .weekbox__three {
  margin-top: -12%;
  width: 35%;
}

@media (max-width: 960px) {
  .product__block .weekbox__three {
    margin-top: 0;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .product__block .weekbox__three h5 {
    color: #666bf6;
  }
}

.product__block .weekbox__four {
  margin-top: -18%;
  width: 27%;
}

@media (max-width: 960px) {
  .product__block .weekbox__four {
    margin-top: 0;
    width: 100%;
  }
}

@media (max-width: 960px) {
  .product__block .weekbox__four h5 {
    color: #3b00e9;
  }
}

/* schedule */
.sched {
  margin: 100px 0;
}

.sched__textbox {
  margin: 3% 0;
}

/* winners */
.win {
  margin: 100px 0;
}

.win__textbox {
  margin: 3% 0;
}

/* promotion */
.promo {
  margin: 100px 0;
}

.promo__itembox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 3% 0;
}

@media (max-width: 768px) {
  .promo__itembox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 500px) {
  .promo__itembox {
    margin: 10% 0;
  }
}

.promo__itembox figure {
  width: calc( 100%/3 - 20px);
  text-align: center;
}

@media (max-width: 768px) {
  .promo__itembox figure {
    width: 80%;
    margin: 3% auto;
  }
}

@-webkit-keyframes animateaarrow {
  0% {
    -webkit-transform: translateY(0px) rotate(90deg);
    transform: translateY(0px) rotate(90deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(5px) rotate(90deg);
    transform: translateY(5px) rotate(90deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px) rotate(90deg);
    transform: translateY(0px) rotate(90deg);
    opacity: 0;
  }
}

@keyframes animateaarrow {
  0% {
    -webkit-transform: translateY(0px) rotate(90deg);
    transform: translateY(0px) rotate(90deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(5px) rotate(90deg);
    transform: translateY(5px) rotate(90deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0px) rotate(90deg);
    transform: translateY(0px) rotate(90deg);
    opacity: 0;
  }
}
/*# sourceMappingURL=main.css.map */