/* CSS Document */
/* CSS Document */
@import 'https://event.msi.com/msifonts/fonts.css';
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;
}

@-webkit-keyframes btdown {
  0% {
    top: 0;
    bottom: auto;
  }
  100% {
    top: auto;
    bottom: 0;
  }
}

@keyframes btdown {
  0% {
    top: 0;
    bottom: auto;
  }
  100% {
    top: auto;
    bottom: 0;
  }
}

@-webkit-keyframes vga1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 0%;
    left: -20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 12%;
    left: 0;
  }
}

@keyframes vga1 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    top: 0%;
    left: -20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 12%;
    left: 0;
  }
}

@-webkit-keyframes vga2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    right: -10%;
    top: 20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0%;
    top: 23%;
  }
}

@keyframes vga2 {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    right: -10%;
    top: 20%;
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0%;
    top: 23%;
  }
}

@-webkit-keyframes headset {
  0% {
    opacity: 0;
    left: 5%;
    bottom: 6%;
  }
  100% {
    opacity: 1;
    left: 8%;
    bottom: 9%;
  }
}

@keyframes headset {
  0% {
    opacity: 0;
    left: 5%;
    bottom: 6%;
  }
  100% {
    opacity: 1;
    left: 8%;
    bottom: 9%;
  }
}

@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??;
}

/*----landing page-----*/
body {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar {
  margin-bottom: 0;
}

#backtop {
  position: fixed;
  z-index: 9000;
  right: 0;
  bottom: 0;
  display: none;
  -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;
  padding: 10px;
  cursor: pointer;
}

#backtop .svg {
  width: 30px;
  height: 30px;
  fill: #fff;
  vertical-align: middle;
}

#backtop .svg:hover {
  fill: #76b900;
}

#vga {
  font-family: "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  font-size: 18px;
  color: #fff;


  /*kv*/
  /*s1*/
  /*s2*/
  /*s3*/
  /*s4*/
  /*s4jp*/
  /*s5*/
  /*s6*/
  /*ft*/
}



#vga img {
  vertical-align: bottom;
}

#vga sup {
  font-size: 50%;
  vertical-align: super;
}

#vga .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 6rem 0 2rem;
}

#vga .container p {
  font-family: "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 1px;
}

#vga .nvlogo {
  text-align: right; float: right; width: 30%;
  padding: 5px;
}

#vga #kv {
  position: relative;
  background: url(../images/ft-line.jpg) bottom left repeat-x;
  padding-bottom: 20px;
}

#vga #kv .line {
  position: absolute;
  bottom: 0;
  left: 0;
}

#vga #kv .kvbox {
  width: 100%;
  margin: 0 auto;
  max-width: 1850px;
  position: relative;
}

#vga #kv .kvbox:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#vga #kv .kvbox .img {
  float: right;
  width: 1000px;
  max-width: auto;
  position: relative;
}

#vga #kv .kvbox .img img {
  width: 100%;
}

#vga #kv .kvbox .imgxs {
  display: none;
}

#vga #kv .kvbox .txt {
  width: calc(100% - 1000px - 5%);
  position: absolute;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 5%;
}

#vga #kv .kvbox .txt h1#h1 {
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #76b900;
  font-size: 90px;
  padding: 0;
  margin: 0;
}

#vga #kv .kvbox .txt h2.h2 {
  font-family: "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  padding: 25px 0 0;
  margin: 0;
  font-weight: bold;
}

@media screen and (max-width: 1366px) {
  #vga #kv .kvbox .img {
    width: 800px;
  }
  #vga #kv .kvbox .txt {
    width: calc(100% - 800px - 5%);
  }
}

@media screen and (max-width: 1280px) {
  #vga #kv .kvbox .txt h1#h1 {
    font-size: 70px;
  }
  #vga #kv .kvbox .txt h2.h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1366px) {
  #vga #kv .kvbox .img {
    width: 600px;
  }
  #vga #kv .kvbox .txt {
    width: calc(100% - 600px - 5%);
  }
  #vga #kv .kvbox .txt h1#h1 {
    font-size: 60px;
  }
  #vga #kv .kvbox .txt h2.h2 {
    font-size: 20px;
  }
}

@media screen and (max-width: 960px) {
  #vga #kv .kvbox .img {
    display: none;
  }
  #vga #kv .kvbox .imgxs {
    display: block;
  }
  #vga #kv .kvbox .txt {
    width: 90%;
    margin: 0 auto 50px;
    float: none;
    position: relative;
    text-align: left;
    left: auto;
    display: block;
  }
  #vga #kv .kvbox .txt h1#h1 {
    text-align: left;
    font-size: 36px;
  }
}

#vga #s1 p {
  padding: 25px 0 0;
}

#vga #s1 .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 55px;
}

#vga #s1 .date .item {
  width: 50%;
  display: table;
}

#vga #s1 .date .item .text {
  display: table-cell;
  width: 30%;
  background: #1a1a1a;
  height: 100px;
  vertical-align: middle;
}

#vga #s1 .date .item .time {
  display: table-cell;
  width: 70%;
  color: #76b900;
  font-size: 20px;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.5;
  background: #111;
}

@media screen and (max-width: 960px) {
  #vga #s1 .date {
    display: block;
  }
  #vga #s1 .date .item {
    width: 100%;
    margin-bottom: 2px;
    display: block;
  }
  #vga #s1 .date .item .text, #vga #s1 .date .item .time {
    display: block;
    width: 100%;
    height: auto;
    padding: 15px;
  }
}

#vga #s2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vga #s2 .item {
  width: 50%;
}

#vga #s2 .item .txt, #vga #s2 .item .txt2 {
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #76b900;
  font-size: 30px;
}

#vga #s2 .item .img {
  padding: 35px 0;
}

#vga #s2 .item .txt2 {
  font-size: 50px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#vga #s2 .line {
  border-left: #76b900 5px solid;
}

@media screen and (max-width: 960px) {
  #vga #s2 {
    display: block;
  }
  #vga #s2 .item {
    width: 100%;
  }
  #vga #s2 .line {
    border-left: none;
    border-top: #76b900 5px solid;
    padding-top: 80px;
    margin-top: 50px;
  }
}

#vga #s3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#vga #s3 .item {
  width: 45%;
}

#vga #s3 .item .vd {
  position: relative;
  cursor: pointer;
}

#vga #s3 .item .vd .btplay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
}

#vga #s3 .item h3 {
  font-family: "Geforce-Light", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #76b900;
  font-size: 24px;
  text-transform: uppercase;
  padding: 20px 0 10px;
  line-height: 1.4;
}

#vga #s3 .item h3 strong {
  display: block;
  font-style: italic;
}

#vga #s3 .item p {
  font-size: 18px;
}

#vga #s3 .item .bt {
  padding-top: 20px;
}

#vga #s3 .item .bt a {
  display: inline-block;
  background: #76b900;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 22px;
  border: #76b900 3px solid;
  -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;
}

#vga #s3 .item .bt a:hover {
  background: none;
  color: #76b900;
}

@media screen and (max-width: 960px) {
  #vga #s3 {
    display: block;
  }
  #vga #s3 .item {
    width: 100%;
    margin-bottom: 50px;
  }
}

#vga #s4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

#vga #s4 .box {
  width: 24.5%;
  padding: 2%;
  cursor: pointer;
}

#vga #s4 .box .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  line-height: 1.8;
  font-size: 24px;
  text-transform: uppercase;
}

#vga #s4 .box .txt a {
  color: inherit;
}

#vga #s4 .box .txt:hover a:hover {
  color: #fff;
}

#vga #s4 .box .txt ul {
  font-size: 14px;
  color: #999;
  width: 100%;
  text-transform: uppercase;
}

@media screen and (max-width: 960px) {
  #vga #s4 {
    display: block;
  }
  #vga #s4 .box {
    width: 100%;
    margin-bottom: 20px;
  }
}

#vga #s4jp .title {
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #76b900;
  font-size: 36px;
  padding: 15px 0 25px;
}

#vga #s4jp a {
  color: #76b900;
}

#vga #s4jp a:hover {
  border-bottom: #76b900 1px solid;
}

#vga #s4jp ul {
  text-align: left;
  margin-left: 15px;
}

#vga #s4jp ul li {
  list-style: disc;
  padding-bottom: 15px;
  line-height: 1.6;
}

#vga #s4jp .stepbox {
  border: #333 2px solid;
  border-top: #76b900 5px solid;
  padding: 15px 15px 35px;
}

#vga #s4jp .stepbox .step {
  padding: 35px 15px 20px;
  font-size: 20px;
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  border-bottom: #1a1a1a 3px solid;
  border-bottom: #76b900 1px solid;
  color: #76b900;
}

#vga #s4jp .stepbox .txt {
  padding: 15px;
  background: #222;
  line-height: 1.6;
}

#vga #s4jp .note {
  padding-top: 35px;
  color: #76b900;
  padding-bottom: 55px;
}

#vga #s4jp .note a {
  border-bottom: #76b900 1px solid;
}

#vga #s4jp .note a:hover {
  border-bottom: none;
}

#vga #s5 .title {
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #76b900;
  font-size: 36px;
  padding: 15px 0 25px;
}

#vga #s5 .pdbox .type {
  background: #1a1a1a;
  padding: 15px;
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  font-size: 24px;
  margin-top: 15px;
}

#vga #s5 .pdbox .item {
  border: #222 1px solid;
  padding: 35px 15px;
}

#vga #s5 .pdbox .item a {
  color: #76b900;
  font-weight: bold;
}

#vga #s5 .pdbox .item a:hover {
  border-bottom: #76b900 1px solid;
}

#vga #s5 .pdbox .itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vga #s5 .pdbox .itemlist .item {
  width: calc(100% / 4);
}

@media screen and (max-width: 960px) {
  #vga #s5 .pdbox .itemlist {
    display: block;
  }
  #vga #s5 .pdbox .itemlist .item {
    width: 100%;
  }
}

#vga #s5 .pdbox .itemlist2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#vga #s5 .pdbox .itemlist2 .item {
  width: calc(100% / 2);
}

@media screen and (max-width: 960px) {
  #vga #s5 .pdbox .itemlist2 {
    display: block;
  }
  #vga #s5 .pdbox .itemlist2 .item {
    width: 100%;
  }
}

#vga #s6 {
  padding: 3rem 0;
}

#vga #s6 button {
  display: inline-block;
  background: #76b900;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  padding: 12px 22px;
  border: #76b900 3px solid;
  -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;
  cursor: pointer;
}

#vga #s6 button:hover {
  background: none;
  color: #76b900;
}

@media screen and (max-width: 960px) {
  #vga #s6 button {
    width: 90%;
    padding: 12px 0px; margin: 0 auto;
  }
}

#vga #ft {
  margin-top: 35px;
}

#vga #ft .line {
  text-align: left;
  background: url(../images/ft-line.jpg) bottom left repeat-x;
}

#vga #ft .container {
  padding-top: 2rem;
  padding-bottom: 5rem;
}

#vga #ft .container p {
  text-align: left;
  font-size: 12px;
  color: #999;
  padding-top: 15px;
}

.eulist:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

.eulist a {
  float: left;
  width: 33%;
  max-width: auto;
  color: #fff;
  padding: 15px 0;
  text-transform: uppercase;
  border-bottom: transparent 1px solid;
}

.eulist a:hover {
  color: #76b900;
  border-bottom: #76b900 1px solid;
}

.apac a {
  color: #76b900;
}

.apac a:hover {
  border-bottom: #76b900 1px solid;
}

.apac .stepbox .step {
  padding: 15px;
  font-size: 20px;
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  border-bottom: #1a1a1a 3px solid;
}

.apac .stepbox .txt {
  padding: 15px;
  background: #222;
}

.apac .note {
  padding-top: 25px;
}

.tc {
  text-align: left;
}

.tc h4 {
  font-family: "Geforce-Bold", "DINCondMediumRegular", "bebas_neue_cyrillicregular", "BebasNeueTurkishSubset", "BebasNeuePolishSubset", sans-serif;
  color: #76b900;
  font-size: 20px;
  padding: 25px 0 10px;
}

.tc p {
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 20px;
}

.tc a {
  color: #76b900;
}

.tc a:hover {
  border-bottom: #76b900 1px solid;
}

.tc ul {
  margin-left: 20px;
  padding-bottom: 20px;
  list-style-type: lower-roman;
}

.tc ul li {
  padding-bottom: 10px;
  line-height: 1.4;
}

.tc ul li:before {
  content: ")";
  padding-right: 5px;
}

.tc ul ol {
  list-style: lower-alpha;
  margin-left: 20px;
  padding-bottom: 20px;
}

.tc ul ol li:before {
  content: ")";
  padding-right: 5px;
}

.tc ul.dot {
  list-style: disc;
}

.tc ul.dot li:before {
  display: none;
}

.box {
  background: #1a1a1a;
  color: #fff;
  border: none;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.box::before, .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  border-radius: inherit;
}

.box::after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #000;
}

.box::before {
  background: #76b900;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.box:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.box:hover {
  color: #76b900;
}


/*giner0*/
#vga{position: relative;}
#vga .nvlogo {

    text-align: right;
    float: right;
    width: 30%;
    padding: 5px;
    position: absolute;
    z-index: 99;
    top: 10px;
    right: 0;

}
#vga #s5 .pdbox .item ol {
	color: #B7B7B7;
	margin-top: 15px;
	line-height: 1.5em;
	font-weight: normal;
	font-size: 0.8em;
	list-style: disc;
}
#vga #s5 .pdbox .item ol li {
    list-style: none;
	letter-spacing: 2px;
	padding-left: 10px;
}