@charset "UTF-8";
@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

@-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%);
  }
}

:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI",'Microsoft JhengHei',"Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}

@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}

:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont,"Meiryo UI", Arial, sans-serif;
}

img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

picture {
  display: -ms-grid;
  display: grid;
}

.common__text h2 {
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
}

.common__text h3 {
  font-size: 20px;
  color: #ed1c24;
  margin-bottom: 0px;
}

.common__text p {
  color: #fff;
  font-size: 16px;
}

@media (min-width: 996px) {
  .common__text h2 {
    font-size: 35px;
  }
  .common__text h3 {
    font-size: 23px;
  }
  .common__text p {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .common__text h2 {
    font-size: 45px;
  }
  .common__text h3 {
    font-size: 25px;
  }
  .common__text p {
    font-size: 18px;
  }
}

.common__btn {
  color: #fff;
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-transform: uppercase;
  background: #ed1c24;
  padding: 5px 15px;
  width: auto;
  margin: 15px 0;
  font-weight: bolder;
  cursor: pointer;
}

.common__btn .arrow {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 15px;
  margin: 0 0 0 10px;
}

.common__btn:hover {
  background: #ff7b80;
}

.common__btn--blue {
  background: #0068b5;
}

.common__btn--blue:hover {
  background: #57a0d8;
}

.common__btn--green {
  background: #76b900;
}

.common__btn--green:hover {
  background: #a6c372;
}

.common__btn--black {
  background: #000000;
}

.common__btn--black:hover {
  background: #676767;
}

.pax {
  background: #000;
}

.pax .kv {
  background-image: url(https://storage-asset.msi.com/event/2024/AU/paxaus2024/images/kv-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
}

.pax .kv__img {
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 1600px) {
  .pax .kv__img {
    max-width: 1600px;
  }
}

.pax .exclusive__link {
  margin: 10px auto;
}

.pax .pins {
  background: #212121;
  text-align: center;
  padding: 30px 0;
}

.pax .pins__flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 20px 0;
}

.pax .pins__box {
  width: calc( (100% / 2) - 12px);
  margin: 6px;
}

.pax .pins__box img {
  margin-bottom: 10px;
  height: 80px;
}

.pax .pins__text {
  max-width: 500px;
  margin: 0 auto 30px;
}

@media (min-width: 996px) {
  .pax .pins {
    padding: 100px 0;
  }
  .pax .pins__flex {
    margin: 50px 0;
  }
  .pax .pins__box {
    width: calc( (100% / 5) - 12px);
  }
}

.pax .CBlock {
  position: relative;
  background-color: #000;
  overflow: hidden;
}

.pax .CBlock--intel {
  padding: 0px 0 20px;
}

.pax .CBlock--red {
  background: #b2001e;
}

.pax .CBlock--gray {
  background: #212121;
}

.pax .CBlock--blue {
  background: #0078d4;
}

.pax .CBlock--profile {
  background: #272727;
  padding: 80px 0;
}

.pax .CBlock .abtext {
  padding: 20px 25px;
}

.pax .CBlock__exclusive {
  text-align: center;
  text-align-padding: 3.5% 0 5%;
}

.pax .CBlock__exclusive-title {
  text-align: center;
  text-align-margin: 0 auto 10px;
}

.pax .CBlock__exclusive-text {
  text-align: center;
  text-align-margin: 0 auto 20px;
}

.pax .CBlock .profile {
  position: relative;
}

.pax .CBlock .profile__flex {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.pax .CBlock .profile__box {
  position: relative;
  width: calc( (100% / 2) - 12px);
  max-height: 211.33px;
  max-width: 211.33px;
  margin: 6px;
  overflow: hidden;
}

.pax .CBlock .profile__box img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pax .CBlock .profile__box:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.pax .CBlock .profile__box-greet, .pax .CBlock .profile__box-date, .pax .CBlock .profile__box-name {
  background-color: #000;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
}

.pax .CBlock .profile__box-greet {
  position: absolute;
  top: 10%;
  bottom: unset;
  left: unset;
  right: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pax .CBlock .profile__box-name {
  background: #ed1c24;
  font-size: 14px;
  position: absolute;
  top: unset;
  bottom: 19%;
  left: 0;
  right: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pax .CBlock .profile__box-date {
  position: absolute;
  top: unset;
  bottom: 7%;
  left: 0;
  right: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.pax .CBlock__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pax .CBlock__flexbox--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.pax .CBlock__textbox {
  width: 100%;
}

.pax .CBlock__textbox h2 {
  color: #fff;
  font-size: 27px;
  text-transform: uppercase;
}

.pax .CBlock__textbox h3 {
  font-size: 20px;
  color: #ed1c24;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.pax .CBlock__textbox h3 span {
  color: #fff;
}

.pax .CBlock__textbox .text--blue {
  color: #0068b5;
}

.pax .CBlock__textbox .text--green {
  color: #76b900;
}

.pax .CBlock__textbox .text--black {
  color: #000;
}

.pax .CBlock__textbox p {
  color: #fff;
  font-size: 16px;
}

.pax .CBlock__textbox .basic-txt {
  margin-bottom: 15px;
}

.pax .CBlock__imgbox {
  width: 100%;
}

.pax .CBlock__imgbox img {
  width: 100%;
}

.pax .CBlock .shadow {
  margin-top: 50px;
}

@media (min-width: 996px) {
  .pax .CBlock--intel {
    padding: 80px 0;
  }
  .pax .CBlock .abtext {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding: 0px 25px;
  }
  .pax .CBlock .profile__box {
    width: calc( (100% / 3) - 12px);
  }
  .pax .CBlock .profile__box-date {
    position: absolute;
    top: unset;
    bottom: 10%;
    left: 0;
    right: unset;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .pax .CBlock__flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .pax .CBlock__flexbox--2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pax .CBlock__textbox {
    width: 45%;
    padding: 50px 20px;
  }
  .pax .CBlock__textbox h2 {
    font-size: 35px;
  }
  .pax .CBlock__textbox h3 {
    font-size: 23px;
  }
  .pax .CBlock__textbox p {
    font-size: 18px;
  }
  .pax .CBlock__imgbox {
    width: 50%;
  }
  .pax .CBlock__imgbox--74 {
    width: 74%;
  }
  .pax .CBlock__imgbox--ab {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media (min-width: 1600px) {
  .pax .CBlock__textbox h2 {
    font-size: 45px;
  }
  .pax .CBlock__textbox h3 {
    font-size: 25px;
  }
  .pax .CBlock__textbox p {
    font-size: 18px;
  }
}

.pax .claw-slide {
  background: #212121;
}

.slick-next {
  right: 0%;
  width: 70px;
  height: 70px;
  top: 50%;
  z-index: 200;
}

.slick-next::before {
  position: relative;
  display: block;
  content: '';
  background-image: url(https://storage-asset.msi.com/event/2024/AU/paxaus2024/images/arrow-right.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transprant;
  background-size: contain;
  width: 70px;
  height: 70px;
}

.slick-prev {
  left: 0%;
  width: 70px;
  height: 70px;
  top: 50%;
  z-index: 200;
}

.slick-prev::before {
  position: relative;
  display: block;
  content: '';
  background-image: url(https://storage-asset.msi.com/event/2024/AU/paxaus2024/images/arrow-left.png);
  background-position: center;
  background-repeat: no-repeat;
  background-color: transprant;
  background-size: contain;
  width: 70px;
  height: 70px;
}

.slider-nav .slick-slide {
  opacity: 0.1;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

.slider-nav .slick-current {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0;
}

@media (min-width: 996px) {
  .slick-prev {
    left: 0.5%;
  }
  .slick-next {
    right: 0.5%;
  }
}

@media (min-width: 1300px) {
  .slick-prev {
    left: 2%;
  }
  .slick-next {
    right: 2%;
  }
}

@media (min-width: 1600px) {
  .slick-prev {
    left: 7%;
  }
  .slick-next {
    right: 7%;
  }
}
/*# sourceMappingURL=main.css.map */