@charset "UTF-8";
/* CSS Document */
@import 'https://fonts.googleapis.com/css?family=Fjalla+One';
@import 'https://fonts.googleapis.com/css?family=Julius+Sans+One';
@import 'https://fonts.googleapis.com/css?family=Rajdhani';
@import 'https://fonts.googleapis.com/css?family=Roboto';
/* CSS Document */
@import 'https://event.msi.com/msifonts/fonts.css';
@font-face {
  font-family: Geforce-Light;
  src: local(Meiryo UI);
  unicode-range: U+3000-9FFF, U+ff??;
}

@font-face {
  font-family: Geforce-Bold;
  src: local(Meiryo UI);
  unicode-range: U+3000-9FFF, U+ff??;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

/*----landing page-----*/
body {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100vw;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 1;
  }
}

@keyframes arrow {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
    opacity: 1;
  }
}

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

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

@-webkit-keyframes colorful {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes colorful {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@-webkit-keyframes color {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg);
  }
}

@keyframes color {
  from {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  to {
    -webkit-filter: hue-rotate(359deg);
    filter: hue-rotate(359deg);
  }
}

/*----landing page-----*/
#bts2019 {
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
  font-family: 'DINPro-light', 'DINCond-Bold', sans-serif;
  font-size: 130% !important;
  color: #fff !important;
  position: relative;
  background: url("https://storage-asset.msi.com/event/nb/2019/BLF2019_fl/images/bg.jpg") no-repeat bottom fixed;
  background-size: cover;
}

#bts2019 .kv img {
  width: 100%;
  vertical-align: bottom;
}

#bts2019 .imgxs {
  display: none;
}

@media screen and (max-width: 960px) {
  #bts2019 .imgxs {
    display: block;
  }
  #bts2019 .imglg {
    display: none;
  }
}

#bts2019 .shop_info {
  background: #111;
}

#bts2019 .shop_info ul {
  width: 100%;
  margin: 0 auto;
  max-width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#bts2019 .shop_info li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% / 3);
  flex: 0 0 calc(100% / 3);
  line-height: 1.4;
  padding: 2%;
  cursor: pointer;
}

#bts2019 .shop_info li:nth-child(2) {
  background: #222;
}

#bts2019 .shop_info li:nth-child(3) {
  background: #333;
}

#bts2019 .shop_info li:nth-child(4) {
  background: #444;
}

#bts2019 .shop_info li:nth-child(5) {
  background: #555;
}

#bts2019 .shop_info li:hover {
  background: #444;
}

@media screen and (max-width: 960px) {
  #bts2019 .shop_info ul {
    display: block;
  }
  #bts2019 .shop_info li div:nth-child(1) {
    max-width: 150px;
  }
  #bts2019 .shop_info li:last-child {
    border-bottom: none;
  }
}

#bts2019 .pditem {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
  margin: 55px auto;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
  border-top: #600 2px solid;
  border-bottom: #300 5px solid;
  padding: 10px;
}

#terms h2.terms-T {
  font-size: 21px;
  color: #FF0000;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  padding-left: 20px;
}

#terms ul.tem {
  padding: 0;
}

#terms ul.tem li {
  display: block;
  margin-bottom: 20px;
  list-style: none;
}

#terms ul.tem li::before {
  content: "◆";
  color: #ccc;
  padding-right: 10px;
}

.pt5 {
  padding: 5%;
}

#bts2019 .pditem {
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
  margin: 55px auto;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
  border-top: #600 2px solid;
  border-bottom: #300 5px solid;
}

#bts2019 .pditem:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#bts2019 .pditem .feature {
  width: 20%;
  padding: 25px;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
}

#bts2019 .pditem .feature li {
  padding: 2px 0;
}

#bts2019 .pditem .pdimg {
  width: 50%;
  height: 100%;
  position: relative;
}

#bts2019 .pditem .pdimg p {
  font-size: 18px;
  line-height: 1.5;
}

#bts2019 .pditem .pdimg p span {
  color: #9f9f9f;
  letter-spacing: normal;
  font-size: 90%;
}

#bts2019 .pditem .pdimg .title {
  text-align: center;
}

#bts2019 .pditem .pdimg .title img {
  margin: 0 auto;
}

#bts2019 .pditem .pdimg .img {
  max-width: 90%;
  margin: 0 auto;
  padding-top: 35px;
}

#bts2019 .pditem .pdimg .img.img2 {
  max-width: 90%;
}

#bts2019 .pditem .pdimg .icon {
  margin-top: 20px;
  padding-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#bts2019 .pditem .pdimg .icon img {
  margin: 0 20px;
}

#bts2019 .pditem .pdimg-full {
  width: 80%;
  margin: 0 auto;
}

#bts2019 .pditem .txt {
  width: 42%;
  text-align: left;
}

#bts2019 .pditem .txt-full {
  width: 100%;
}

#bts2019 .pditem .txt-full .items {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 30%;
  margin: 15px 1.5% 30px;
}

@media screen and (max-width: 960px) {
  #bts2019 .pditem .txt-full .items {
    display: block;
    width: 100%;
    margin: 20px auto;
  }
}

#bts2019 .pditem .txt-full .items h3 {
  background: #333;
  padding: 25px 10px;
  text-align: center;
}

#bts2019 .price {
  position: relative;
  padding: 50px 25px 0;
}

#bts2019 .price img {
  width: 40%;
  margin-left: -75px;
}

#bts2019 .price p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  font-family: "Archivo Black", "CenturyGothic", "cwTeXHei", "Microsoft JhengHei", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-style: italic;
  position: relative;
  z-index: 3;
}

#bts2019 .price:before {
  content: "";
  width: 120%;
  height: 3px;
  background: url(https://asset.msi.com/event/nb/2018/uk_nb_autumn_2018/images/bg-price.png) left center no-repeat;
  background-size: cover;
  z-index: 0;
  bottom: -10px;
  left: 0;
  position: absolute;
  -webkit-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  transform: skewX(-20deg);
}

#bts2019 .price span {
  font-family: "DINPro-Medium", arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #f00;
  -webkit-animation: redflash 1s infinite ease;
  animation: redflash 1s infinite ease;
  -webkit-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  background: rgba(0, 0, 0, 0.3);
  border: 4px solid #c00;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 15px;
}

#bts2019 .price span b {
  font-size: 300%;
  font-weight: bold;
  color: #f00;
  -webkit-animation: redflash 1s infinite ease;
  animation: redflash 1s infinite ease;
}

#bts2019 .price span:before {
  content: "op til";
  margin-right: 10px;
}

#bts2019 .price.price-full {
  margin-left: 5%;
}

#bts2019 .price.price-full img {
  width: 20%;
}

@media screen and (max-width: 960px) {
  #bts2019 .price.price-full img {
    width: 40%;
  }
}

#bts2019 .pditem h3 {
  padding: 35px 25px 0;
  font-weight: bold;
  color: #f00;
}

#bts2019 .pditem .txt ul {
  padding: 25px 25px 0;
}

#bts2019 .pditem .txt ul li {
  padding-bottom: 20px;
  background: url(https://asset.msi.com/event/nb/2018/uk_nb_autumn_2018/images/dot.png) left top no-repeat;
  padding-left: 25px;
}

#bts2019 .pditem .txt .wtb {
  font-weight: bold;
  padding: 35px 25px 10px;
  text-transform: uppercase;
  font-size: 20px;
}

#bts2019 .pditem .txt .wtblogo {
  padding: 0px 50px 25px 25px;
}

#bts2019 .pditem .txt .wtblogo:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#bts2019 .pditem .txt .wtblogo a {
  max-width: 200px;
}

#bts2019 .pditem .txt .wtblogo a, #bts2019 .pditem .txt .wtblogo div.btwtb {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 49%;
  margin-bottom: 2px;
}

#bts2019 .pditem .txt .wtblogo div.btwtb {
  position: relative;
  cursor: pointer;
}

#bts2019 .pditem .txt .wtblogo div.btwtb ul {
  display: none;
  position: absolute;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  top: -100%;
}

#bts2019 .pditem .txt .wtblogo div.btwtb ul img {
  vertical-align: top;
}

#bts2019 .pditem .txt .wtblogo div.btwtb ul:after {
  content: "";
  width: 14px;
  height: 12px;
  margin: 0 auto;
  background: url(https://asset.msi.com/event/nb/2018/uk_nb_autumn_2018/images/icon-arrow.png) top center no-repeat;
  display: block;
}

#bts2019 .pditem .txt .wtblogo div.btwtb ul li {
  background: none;
  background: rgba(204, 0, 0, 0.9);
  text-align: center;
  width: 100%;
  padding: 15px 0px;
}

#bts2019 .pditem .txt .wtblogo div.btwtb ul li a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  font-weight: bold;
}

#bts2019 .pditem .txt .wtblogo div.btwtb ul li:nth-child(1) {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom: #600 1px solid;
}

#bts2019 .pditem .txt .wtblogo div.btwtb ul li:hover {
  background: #f00;
}

#bts2019 .styleft .pdimg {
  left: 1%;
  float: left;
}

#bts2019 .styleft .pdimg-full {
  left: 0%;
  float: none;
}

#bts2019 .styleft .txt {
  float: right;
}

#bts2019 .styleft .txt-full {
  float: none;
}

#bts2019 .styright {
  border-bottom-right-radius: 30px;
}

#bts2019 .styright .txt {
  float: left;
  width: 30%;
}

#bts2019 .styright .txt .price {
  padding-left: 50px;
}

#bts2019 .styright .txt .price:before {
  left: -20%;
  -webkit-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  transform: skewX(20deg);
  background: url(https://asset.msi.com/event/nb/2018/uk_nb_autumn_2018/images/bg-price2.png) right center no-repeat;
  background-size: cover;
}

#bts2019 .styright .txt ul, #bts2019 .styright .txt .wtb, #bts2019 .styright .txt .wtblogo {
  padding-left: 50px;
}

#bts2019 .styright .txt .wtblogo {
  padding-right: 25px;
}

#bts2019 .styright .pdimg {
  float: right;
  left: auto;
  right: 20%;
}

#bts2019 .styright .feature {
  right: 0;
}

@media screen and (max-width: 1366px) {
  #bts2019 .shop_info ul li {
    width: 90%;
  }
  #bts2019 h1 {
    font-size: 2em;
  }
  #bts2019 .kv .kv_info p, #bts2019 .shop_info ul li {
    line-height: 1.5;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 1280px) {
  #bts2019 .shop_info ul li > div:nth-child(3) {
    width: 25%;
  }
  #bts2019 .shop_info ul li {
    width: 95%;
  }
}

@media screen and (max-width: 960px) {
  #bts2019 .shop_info ul li > div:nth-child(3) {
    background: #474747;
  }
  #bts2019 p, #bts2019 .shop_info ul li {
    line-height: 1.5;
    font-size: 0.8em;
  }
  #bts2019 .shop_info ul li {
    display: inline-block;
  }
  #bts2019 .kv .kv_info {
    text-align: center;
  }
  #bts2019 .shop_info ul li {
    width: 100%;
  }
  #bts2019 h1 {
    font-size: 2.5em;
  }
  #bts2019 .kv {
    display: inline-block;
  }
  #bts2019 .kv .img_box, #bts2019 .kv .kv_info {
    width: 100%;
  }
  #bts2019 .shop_info ul li > div:nth-child(1) {
    max-width: 200px;
    margin: 0 auto;
  }
  #bts2019 .shop_info ul li > div {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #bts2019 .shop_info ul li > div:nth-child(2), #bts2019 .shop_info ul li > div:nth-child(3) {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0px 0px 5px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #bts2019 .shop_info ul li span {
    font-size: 140%;
  }
  #bts2019 .styleft .feature, #uknb .styleft .pdimg {
    float: left;
  }
  #bts2019 .styleft .pdimg, #bts2019 .styleft .txt, #bts2019 .styright .feature, #bts2019 .styright .pdimg, #bts2019 .styright .txt {
    width: 100%;
    float: none;
    position: relative;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 486px) {
  #bts2019 h1 {
    font-size: 2em;
  }
}

#backtop {
  position: fixed;
  bottom: 50px;
  right: 30px;
  width: 50px;
  z-index: 10;
  display: none;
  cursor: pointer;
}

#backtop img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#backtop img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media screen and (max-width: 960px) {
  #backtop {
    right: 10px;
    width: 30px;
  }
}
