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

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes big {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes big-absolute {
  0% {
    -webkit-transform: scale(1) translate(-50%, 0);
            transform: scale(1) translate(-50%, 0);
  }
  50% {
    -webkit-transform: scale(1.01) translate(-50%, 0);
            transform: scale(1.01) translate(-50%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, 0);
            transform: scale(1) translate(-50%, 0);
  }
}

@keyframes big-absolute {
  0% {
    -webkit-transform: scale(1) translate(-50%, 0);
            transform: scale(1) translate(-50%, 0);
  }
  50% {
    -webkit-transform: scale(1.01) translate(-50%, 0);
            transform: scale(1.01) translate(-50%, 0);
  }
  100% {
    -webkit-transform: scale(1) translate(-50%, 0);
            transform: scale(1) translate(-50%, 0);
  }
}

@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translate(-50%, -53%);
            transform: translate(-50%, -53%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -53%);
            transform: translate(-50%, -53%);
  }
}

@keyframes AniFloat {
  0% {
    -webkit-transform: translate(-50%, -53%);
            transform: translate(-50%, -53%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -53%);
            transform: translate(-50%, -53%);
  }
}

@-webkit-keyframes AniFloat2 {
  0% {
    -webkit-transform: translate(-50%, -47%);
            transform: translate(-50%, -47%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -47%);
            transform: translate(-50%, -47%);
  }
}

@keyframes AniFloat2 {
  0% {
    -webkit-transform: translate(-50%, -47%);
            transform: translate(-50%, -47%);
  }
  50% {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -47%);
            transform: translate(-50%, -47%);
  }
}

: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;
}

.common__hr {
  width: 250px;
  height: 7px;
  background-color: #38493d;
  border-radius: 30px;
  margin: 0 auto;
}

#th2024Jan {
  background-image: url(https://storage-asset.msi.com/event/2024/TH/mid-year-sale-2024/images/bg.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: cover;
}

#th2024Jan p {
  margin: 0 0 0px;
}

#th2024Jan .kv {
  padding: 30px 0 30px;
}

#th2024Jan .kv picture {
  position: relative;
  padding: 0 15px;
  display: -ms-grid;
  display: grid;
  max-width: 1440px;
  margin: 0 auto;
}

#th2024Jan .kv__main {
  position: relative;
  z-index: 20;
  -webkit-animation-name: big;
          animation-name: big;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#th2024Jan .kv__under {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
  -webkit-animation-name: AniFloat2;
          animation-name: AniFloat2;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#th2024Jan .kv__top {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  -webkit-animation-name: AniFloat;
          animation-name: AniFloat;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#th2024Jan .kv__date {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 85%;
  left: 50%;
  font-size: 3vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 30;
  color: #38493d;
  -webkit-animation-name: big-absolute;
          animation-name: big-absolute;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 996px) {
  #th2024Jan .kv__date {
    font-size: 50px;
  }
}

#th2024Jan .tab {
  text-align: center;
}

#th2024Jan .tab__item {
  position: relative;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 16px;
  border-radius: 50px;
  font-weight: bold;
  z-index: 40;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 158px;
}

#th2024Jan .tab__item p {
  position: relative;
  z-index: 50;
}

#th2024Jan .tab__item::before {
  content: "";
  border-radius: 50px;
  background-color: transparent;
  width: 100%;
  height: 102%;
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#th2024Jan .tab__item:hover {
  color: #fbe9ac;
}

#th2024Jan .tab__item--active, #th2024Jan .tab__item--active:hover {
  color: #ffd858;
  text-decoration: underline;
}

@media (min-width: 996px) {
  #th2024Jan .tab__flex {
    border-radius: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  #th2024Jan .tab__item {
    background-color: transparent;
    padding: 18px 30px;
    font-size: 18px;
    margin-bottom: 0;
    width: auto;
  }
  #th2024Jan .tab__item--radius::before {
    border-radius: 30px 30px 0 0;
  }
}

#th2024Jan .graphic {
  padding: 50px 0 0px;
}

#th2024Jan .graphic figure {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

#th2024Jan .graphic__date {
  background-color: #ffd858;
  padding: 4px 0px;
  width: 65%;
  text-align: center;
  position: absolute;
  left: 50%;
  font-size: 2vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 21%;
  -webkit-animation-name: shine;
          animation-name: shine;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (min-width: 996px) {
  #th2024Jan .graphic__date {
    font-size: 35px;
  }
}

#th2024Jan .pd__item {
  display: none;
}

#th2024Jan .pd__item figure {
  padding: 50px 0 0px;
  max-width: 1050px;
  margin: 0 auto;
}

#th2024Jan .pd__item--active {
  display: block;
}

#th2024Jan .pd__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;
  margin-top: 30px;
}

#th2024Jan .pd__flex-btn {
  text-align: center;
  border-radius: 50px;
  background-color: #fff;
  font-weight: bold;
  padding: 10px 0px;
  margin: 5px;
  font-size: 12px;
  width: 46%;
}

#th2024Jan .pd .mb__pd, #th2024Jan .pd .component__pd {
  display: none;
}

#th2024Jan .pd .mb__pd--active, #th2024Jan .pd .component__pd--active {
  display: block;
}

@media (min-width: 996px) {
  #th2024Jan .pd__item figure {
    padding: 50px 0 50px;
  }
  #th2024Jan .pd__flex-btn {
    width: calc( 100% / 4);
    padding: 10px 20px;
    margin: 10px;
    font-size: 16px;
  }
}

#th2024Jan .mbTab, #th2024Jan .componentTab {
  text-align: center;
}

#th2024Jan .mbTab__flex, #th2024Jan .componentTab__flex {
  background-color: #ffffffe9;
  border-radius: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding: 10px 30px;
}

#th2024Jan .mbTab__item, #th2024Jan .componentTab__item {
  position: relative;
  color: #141e46;
  padding: 10px 20px;
  font-size: 15px;
  border-radius: 50px;
  font-weight: bold;
  z-index: 40;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

#th2024Jan .mbTab__item p, #th2024Jan .componentTab__item p {
  position: relative;
  z-index: 50;
}

#th2024Jan .mbTab__item::before, #th2024Jan .componentTab__item::before {
  content: "";
  border-radius: 50px;
  background-color: transparent;
  width: 100%;
  height: 100%;
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#th2024Jan .mbTab__item:hover, #th2024Jan .componentTab__item:hover {
  color: #9a9a9a;
}

#th2024Jan .mbTab__item--active, #th2024Jan .mbTab__item--active:hover, #th2024Jan .componentTab__item--active, #th2024Jan .componentTab__item--active:hover {
  color: #fff;
}

#th2024Jan .mbTab__item--active::before, #th2024Jan .componentTab__item--active::before {
  background-color: #9a9a9a;
}

@media (min-width: 996px) {
  #th2024Jan .mbTab__flex, #th2024Jan .componentTab__flex {
    background-color: #ffffffe9;
    min-width: 703px;
    padding: 0 30px;
  }
  #th2024Jan .mbTab__item, #th2024Jan .componentTab__item {
    background-color: transparent;
    border-radius: 0 0 20px 20px;
    padding: 15px 30px;
    width: auto;
  }
  #th2024Jan .mbTab__item::before, #th2024Jan .componentTab__item::before {
    height: 80%;
  }
}

#th2024Jan .intro {
  color: #141e46;
  padding: 30px 0;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

#th2024Jan .intro__title {
  position: relative;
}

#th2024Jan .intro__title h2 {
  position: relative;
  font-size: 8vw;
  letter-spacing: 3px;
  line-height: 1.1em;
  z-index: 10;
  text-shadow: -1px -1px #fff, 1px 1px #fff, 5px 5px #fff, 7px 7px #fff, 9px 9px #fff;
  text-shadow-width: 100;
}

#th2024Jan .intro__title .h2Bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 46%;
  z-index: 1;
  width: 94%;
}

#th2024Jan .intro__list {
  background-color: #ffffffc7;
  border-radius: 10px;
  padding: 30px 0 10px;
  margin: 50px 0;
}

#th2024Jan .intro__list-item {
  padding-left: 8%;
}

#th2024Jan .intro__list ol, #th2024Jan .intro__list li {
  list-style: disc;
}

#th2024Jan .intro__list li {
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}

#th2024Jan .intro__list li p {
  position: relative;
  font-size: 18px;
  z-index: 20;
  text-shadow: -1px -1px #fff, 1px 1px #fff, 2px 2px #fff, 3px 3px #fff, 4px 4px #fff;
}

#th2024Jan .intro__list li p a {
  color: #32a538;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#th2024Jan .intro__list li p a:hover {
  color: #5ce163;
  text-decoration: none;
}

#th2024Jan .intro__list .liBg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 125%;
  z-index: 10;
}

#th2024Jan .intro__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;
  margin-top: 30px;
}

#th2024Jan .intro__flex-btn {
  text-align: center;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  font-weight: bold;
  padding: 20px 0px;
  margin: 5px;
  font-size: 20px;
  width: auto;
  min-width: 330px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#th2024Jan .intro__flex-btn:hover {
  background-color: #80d884;
}

#th2024Jan .intro__note h3 {
  font-size: 35px;
  margin-bottom: 20px;
}

#th2024Jan .intro__note-box {
  background-color: #ffffffe0;
  border-radius: 10px;
  padding: 25px 30px;
}

@media (min-width: 996px) {
  #th2024Jan .intro {
    padding: 50px 0;
  }
  #th2024Jan .intro__title {
    position: relative;
  }
  #th2024Jan .intro__title h2 {
    font-size: 95px;
  }
  #th2024Jan .intro__list-item {
    padding-left: 4%;
    max-width: 435px;
    margin: 0 auto;
  }
  #th2024Jan .intro__list li p {
    font-size: 25px;
  }
}

#th2024Jan .event, #th2024Jan .wtb {
  text-align: center;
  padding: 30px 0;
}

#th2024Jan .event__title, #th2024Jan .wtb__title {
  font-size: 8vw;
  margin-bottom: 10px;
}

#th2024Jan .event__flex, #th2024Jan .wtb__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#th2024Jan .event__item, #th2024Jan .wtb__item {
  width: 350px;
  margin: 0 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#th2024Jan .event__item p, #th2024Jan .wtb__item p {
  color: #141e46;
}

#th2024Jan .event__item:hover, #th2024Jan .wtb__item:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media (min-width: 996px) {
  #th2024Jan .event__title, #th2024Jan .wtb__title {
    font-size: 50px;
    margin-bottom: 50px;
  }
}
/*# sourceMappingURL=main.css.map */