@charset "UTF-8";
/* CSS Document */
/* CSS Document */
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 !important;
}

.txtRight {
  text-align: right !important;
}

.txtCenter {
  text-align: center !important;
}

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

/* CSS Document */
@font-face {
  font-family: "DINPro-Regular";
  src: url("fonts/DINPro-Regular.eot");
  src: url("fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Regular.woff") format("woff"), url("fonts/DINPro-Regular.ttf") format("truetype"), url("fonts/DINPro-Regular.svg#DINPro-Regular") format("svg");
}

@font-face {
  font-family: "DINPro-Bold";
  src: url("fonts/DINPro-Bold.eot");
  src: url("fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.ttf") format("truetype"), url("fonts/DINPro-Bold.svg#DINPro-Bold") format("svg");
}

@font-face {
  font-family: "EurostileRegular";
  src: url("fonts/EurostileRegular.eot");
  src: url("fonts/EurostileRegular.eot?#iefix") format("embedded-opentype"), url("fonts/EurostileRegular.woff") format("woff"), url("fonts/EurostileRegular.ttf") format("truetype"), url("fonts/EurostileRegular.svg#EurostileRegular") format("svg");
}

@font-face {
  font-family: "KozMinPr6N-Bold";
  src: url("fonts/KozMinPr6N-Bold.eot");
  src: url("fonts/KozMinPr6N-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/KozMinPr6N-Bold.woff") format("woff"), url("fonts/KozMinPr6N-Bold.ttf") format("truetype"), url("fonts/KozMinPr6N-Bold.svg#KozMinPr6N-Bold") format("svg");
}

@font-face {
  font-family: "Geforce-Bold";
  src: url("fonts/Geforce-Bold.eot");
  src: url("fonts/Geforce-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Geforce-Bold.woff") format("woff"), url("fonts/Geforce-Bold.ttf") format("truetype"), url("fonts/Geforce-Bold.svg#Geforce-Bold") format("svg");
}

@font-face {
  font-family: 'Geforce-Bold';
  src: local("メイリオ"), local("メイリオ"), local("Hiragino Kaku Gothic Pro"), local("Meiryo"), local("ヒラギノ角ゴ Pro W3"), local("Helvetica"), local("Arial");
  unicode-range: U+3000-9FFF, U+ff??;
}

/*----landing page-----*/
body {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
}

.navbar {
  margin-bottom: 0;
}

#frontier {
  font-family: "Meiryo UI";
  color: #fff;
  font-size: 110%;
  background: url(https://asset.msi.com/event/nb/2017/msixmhfz-2017/images/bg-wp.jpg) top center repeat-y;
}

#frontier #kvs {
  display: none;
}

@media screen and (max-width: 960px) {
  #frontier #kvs {
    display: block;
  }
}

#frontier #kv {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  text-align: left;
}

#frontier #kv .kvimg {
  position: relative;
  z-index: 0;
}

#frontier #kv .kvimg img {
  vertical-align: bottom;
}

#frontier #kv .logobox {
  position: absolute;
  z-index: 2;
  top: 10%;
  left: 3%;
  width: 94%;
}

#frontier #kv .txttb {
  width: 100%;
  display: table;
  border-collapse: collapse;
}

#frontier #kv .txttb .txt {
  display: table-cell;
  width: 60%;
  max-width: 983px;
  vertical-align: middle;
}

#frontier #kv .txttb .pd {
  display: table-cell;
  width: 40%;
  max-width: 592px;
}

@media screen and (max-width: 960px) {
  #frontier #kv {
    display: none;
  }
}

#frontier .wpbox {
  padding: 0;
  background: url(https://asset.msi.com/event/nb/2017/msixmhfz-2017/images/bg-wp-top.jpg) top center no-repeat;
}

#frontier .wpbox .wp {
  width: 100%;
  margin: 0 auto;
  max-width: 1600px;
  padding: 3em 0;
}

#frontier .wpbox .wp .line {
  background: url(https://asset.msi.com/event/nb/2017/msixmhfz-2017/images/line.png) top center repeat-x;
  height: 28px;
  margin: 3em 0;
}

#frontier .boxwp {
  width: 95%;
  margin: 0 auto;
  max-width: 1250px;
  background: #000;
  position: relative;
  text-align: left;
}

#frontier .boxwp .bgicon {
  width: 22px;
  height: 22px;
  position: absolute;
}

#frontier .boxwp .topleft {
  background: url(https://asset.msi.com/event/nb/2017/msixmhfz-2017/images/topleft.jpg) top center no-repeat;
  left: 0;
  top: 0;
}

#frontier .boxwp .downleft {
  background: url(https://asset.msi.com/event/nb/2017/msixmhfz-2017/images/downleft.jpg) bottom center no-repeat;
  left: 0;
  bottom: 0;
}

#frontier .boxwp .topright {
  background: url(https://asset.msi.com/event/nb/2017/msixmhfz-2017/images/topright.jpg) top center no-repeat;
  right: 0;
  top: 0;
}

#frontier .boxwp .downright {
  background: url(https://asset.msi.com/event/nb/2017/msixmhfz-2017/images/downright.jpg) top center no-repeat;
  right: 0;
  bottom: 0;
}

#frontier .boxwp .imgbox {
  text-align: center;
  padding-bottom: 3em;
}

#frontier .boxwp .imgbox .bt {
  padding: 15px 0 0;
}

#frontier .boxwp .imgbox .note {
  padding-top: 30px;
  font-size: 0.9em;
  line-height: 1.3em;
}

#frontier .boxwp .imgbox2 {
  padding: 0em 0 0 40px;
  min-height: 300px;
}

@media screen and (max-width: 960px) {
  #frontier .boxwp .imgbox2 {
    min-height: 100px !important;
    padding: 0;
  }
}

#frontier .boxwp .imgbox2 .img {
  padding: 25px 0;
}

#frontier .boxwp .imgbox2 .note {
  padding-top: 10px;
  font-size: 0.8em;
  line-height: 1.3em;
}

#frontier .boxwp .imgbox3 {
  position: absolute;
  top: -90px;
  right: 0;
}

@media screen and (max-width: 960px) {
  #frontier .boxwp .imgbox3 {
    position: relative;
    top: 0;
    text-align: center;
    padding: 0;
  }
}

#frontier .boxwp .bt2 {
  text-align: center;
  padding: 20px 0 3em;
}

@media screen and (max-width: 960px) {
  #frontier .boxwp .bt2 {
    width: 90%;
    margin: 0 auto;
    max-width: auto;
  }
}

#frontier .boxwp .txttb {
  display: table;
  width: 100%;
  margin: 0 auto;
}

#frontier .boxwp .txttb .tr {
  display: table-row;
}

#frontier .boxwp .txttb .th {
  display: table-cell;
  width: 45%;
}

#frontier .boxwp .txttb .td {
  display: table-cell;
  width: 55%;
}

#frontier .boxwp .txttb h2 {
  font-family: "Geforce-Bold";
  font-size: 2em;
  padding-bottom: 35px;
}

#frontier .boxwp .txttb h2 strong {
  color: #76b900;
}

#frontier .boxwp .txttb h3 {
  font-weight: bolder;
  font-size: 1.6em;
  padding-bottom: 15px;
}

#frontier .boxwp .txttb p {
  line-height: 1.5em;
  padding-bottom: 15px;
}

#frontier .boxwp .txttb .txtbox {
  padding-left: 30px;
}

#frontier .boxwp .txttb .td {
  vertical-align: top;
  padding: 20px 20px 30px;
}

#frontier .boxwp .txttb .td .title {
  position: relative;
  left: -35px;
  padding-bottom: 25px;
}

#frontier .boxwp .txttb .td .subtitle {
  text-align: center;
  padding-bottom: 25px;
}

#frontier .boxwp .txttb .th {
  vertical-align: middle;
  text-align: center;
  padding-right: 40px;
  position: relative;
}

#frontier .boxwp .txttb .th a {
  background: #f00;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  max-width: 300px;
  padding: 20px 0;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.2em;
  -webkit-transition: 0.5s all ease-in 0.1s;
  -o-transition: 0.5s all ease-in 0.1s;
  transition: 0.5s all ease-in 0.1s;
}

#frontier .boxwp .txttb .th a:hover {
  width: 100%;
  max-width: 350px;
}

#frontier .boxwp .txttb .sp {
  margin-left: 25px;
}

#frontier .boxwp .txttb .sp li {
  padding-bottom: 25px;
}

#frontier .boxwp .txttb .sp li .item {
  font-size: 1.3em;
  font-weight: bold;
  padding-bottom: 8px;
}

#frontier .boxwp .txttb .sp li .item:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#frontier .boxwp .txttb .sp li .item .icon {
  width: 15px;
  height: 15px;
  margin-top: 3px;
  background: #fff;
  float: left;
  width: 15px;
  max-width: auto;
  margin-right: 10px;
  content: " ";
}

@media screen and (max-width: 960px) {
  #frontier .boxwp .txttb {
    padding-bottom: 60px;
  }
  #frontier .boxwp .txttb .th, #frontier .boxwp .txttb .td {
    width: 100%;
    display: block;
    padding: 40px 40px 0 !important;
    margin: 0;
  }
  #frontier .boxwp .txttb .td .title {
    left: -50px;
  }
  #frontier .boxwp .txttb p {
    width: 100%;
  }
  #frontier .boxwp .txttb .txtbox {
    padding-left: 0;
  }
}

#frontier #ft {
  padding: 3em 0 0;
  color: #333;
}
