/* box decoration */
/* text decoration */
/* Viewport */
/* Font */
/* Header */
/* Sub Menu */
/* Footer */
/* For DE only */
/* Column */
/* Margin */
/* Section */
/*COMMON START*/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: '';
}
.clearfix:after {
  clear: both;
}
a {
  outline: none;
}
select,
input,
textarea {
  font-family: "Fakt-Normal", Helvetica,Arial;
}
.tw select,
.tw input,
.tw textarea {
  font-family: "Fakt-Normal", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn select,
.cn input,
.cn textarea {
  font-family: "Fakt-Normal", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp select,
.jp input,
.jp textarea {
  font-family: "Fakt-Normal", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
.hiddendiv {
  display: none;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.vive-button {
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
  display: inline-block;
  height: 38px;
  margin: 0 10px;
  padding: 0 30px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 1px solid #00c9fb;
  border-radius: 21px;
  outline: none;
  background-color: #00b5e2;
  cursor: pointer;
}
@media (max-width: 767px) {
  .vive-button {
    margin-bottom: 10px;
  }
}
.vive-button:hover {
  cursor: pointer;
  color: #000;
  border: 1px solid #00c9fb;
  background-color: #00c9fb;
}
.vive-button.become-a-developer {
  margin: 48px 0 74px;
}
.vive-button.play-video-button .icon-play {
  float: left;
  overflow: hidden;
  width: 10px;
  height: 38px;
  margin-top: 0;
  margin-right: 10px;
  margin-left: 0;
  text-indent: -1000pt;
  background-image: url(../images/play.png);
  background-repeat: no-repeat;
  background-position: -10px center;
}
.us .vive-button.play-video-button .icon-play {
  margin-top: -1px;
}
.vive-button.play-video-button .text-play {
  font-size: 16px;
  line-height: 38px;
  vertical-align: top;
}
.vive-button.play-video-button:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #00c9fb;
}
.vive-button.play-video-button:hover .icon-play {
  background-position: 0 center;
}
.vive-button.play-video-button:hover .text-play {
  color: #000;
}
.vive-button.yellow-green-color {
  background-color: #22cc7f;
}
.vive-button.yellow-green-color:hover {
  background-color: #2cdc8c;
}
.vive-button.dark-grey-color {
  box-sizing: border-box;
  color: #3c3c3c;
  border: solid 1px #3c3c3c;
  background-color: #fff;
}
.vive-button.dark-grey-color:hover,
.vive-button.dark-grey-color.selected {
  color: #fff;
  background-color: #3d3d3d;
}
/*COMMON END*/
body.product .margin-top-half {
  margin-top: 70px !important;
}
@media (max-width: 1500px) {
  body.product .margin-top-half {
    margin-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.product .margin-top-half {
    margin-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.product .margin-top-half {
    margin-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.product .margin-top-half {
    margin-top: 20px !important;
  }
}
body.product .margin-bottom-half {
  margin-bottom: 70px !important;
}
@media (max-width: 1500px) {
  body.product .margin-bottom-half {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.product .margin-bottom-half {
    margin-bottom: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.product .margin-bottom-half {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  body.product .margin-bottom-half {
    margin-bottom: 20px !important;
  }
}
body.product .margin-top-zero {
  margin-top: 0 !important;
}
@media (max-width: 1500px) {
  body.product .margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.product .margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.product .margin-top-zero {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body.product .margin-top-zero {
    margin-top: 0 !important;
  }
}
body.product .margin-bottom-zero {
  margin-bottom: 0 !important;
}
@media (max-width: 1500px) {
  body.product .margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.product .margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.product .margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  body.product .margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
body.product .margin-top-full {
  margin-top: 140px !important;
}
@media (max-width: 1500px) {
  body.product .margin-top-full {
    margin-top: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.product .margin-top-full {
    margin-top: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.product .margin-top-full {
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  body.product .margin-top-full {
    margin-top: 40px !important;
  }
}
body.product .margin-top-double {
  margin-top: 280px !important;
}
@media (max-width: 1500px) {
  body.product .margin-top-double {
    margin-top: 200px !important;
  }
}
@media (max-width: 1270px) {
  body.product .margin-top-double {
    margin-top: 140px !important;
  }
}
@media (max-width: 1023px) {
  body.product .margin-top-double {
    margin-top: 100px !important;
  }
}
@media (max-width: 767px) {
  body.product .margin-top-double {
    margin-top: 80px !important;
  }
}
body.product .margin-bottom-full {
  margin-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.product .margin-bottom-full {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.product .margin-bottom-full {
    margin-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.product .margin-bottom-full {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.product .margin-bottom-full {
    margin-bottom: 40px !important;
  }
}
body.product .padding-top-half {
  padding-top: 70px !important;
}
@media (max-width: 1500px) {
  body.product .padding-top-half {
    padding-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.product .padding-top-half {
    padding-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.product .padding-top-half {
    padding-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.product .padding-top-half {
    padding-top: 20px !important;
  }
}
body.product .padding-bottom-half {
  padding-bottom: 70px !important;
}
@media (max-width: 1500px) {
  body.product .padding-bottom-half {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.product .padding-bottom-half {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.product .padding-bottom-half {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 767px) {
  body.product .padding-bottom-half {
    padding-bottom: 20px !important;
  }
}
body.product .padding-top-full {
  padding-top: 140px !important;
}
@media (max-width: 1500px) {
  body.product .padding-top-full {
    padding-top: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.product .padding-top-full {
    padding-top: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.product .padding-top-full {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  body.product .padding-top-full {
    padding-top: 40px !important;
  }
}
body.product .padding-bottom-full {
  padding-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.product .padding-bottom-full {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.product .padding-bottom-full {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.product .padding-bottom-full {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.product .padding-bottom-full {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  body.product .m-margin-bottom-zero {
    margin-bottom: 0 !important;
  }
}
body.product .main .section-wrapper section.first-section {
  margin-top: 0 !important;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.first-section {
    margin-top: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.first-section {
    margin-top: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.first-section {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.first-section {
    margin-top: 0 !important;
  }
}
body.product .main .section-wrapper section.rich-experience {
  margin: 0;
  /*Headset section*/
  /*Display section*/
  /*Controller section*/
  /*Lighthouse section*/
  /*MOBILE*/
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience {
    height: 580px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience {
    height: 500px;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.rich-experience {
    height: auto;
  }
}
body.product .main .section-wrapper section.rich-experience.last-rich-experience {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.rich-experience.last-rich-experience {
    padding-bottom: 50px;
  }
}
body.product .main .section-wrapper section.rich-experience .static-versions {
  position: absolute;
  z-index: 50;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: inherit;
}
body.product .main .section-wrapper section.rich-experience .static-versions img {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 50%;
  height: inherit;
  -webkit-transform: translate(-50%, 0) scale(1);
      -ms-transform: translate(-50%, 0) scale(1);
          transform: translate(-50%, 0) scale(1);
  opacity: 1;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .static-versions img {
    -webkit-transform: translate(-50%, 0) scale(0.8);
        -ms-transform: translate(-50%, 0) scale(0.8);
            transform: translate(-50%, 0) scale(0.8);
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .static-versions img {
    -webkit-transform: translate(-50%, 0) scale(0.7);
        -ms-transform: translate(-50%, 0) scale(0.7);
            transform: translate(-50%, 0) scale(0.7);
  }
}
body.product .main .section-wrapper section.rich-experience .static-versions img.active {
  z-index: 55;
  display: block;
}
body.product .main .section-wrapper section.rich-experience .headset {
  height: 850px;
  position: relative;
  display: block;
  clear: both;
  padding: 0;
}
body.product .main .section-wrapper section.rich-experience .headset .caption {
  position: absolute;
  z-index: 100;
  display: none;
  max-width: 235px;
  padding: 18px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption {
    max-width: 200px;
    padding: 14px;
  }
}
body.product .main .section-wrapper section.rich-experience .headset .caption h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0.04em;
  color: #3c3c3c;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption h4 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 6px 0;
  }
}
body.product .main .section-wrapper section.rich-experience .headset .caption p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #3c3c3c;
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption p {
    font-size: 12px;
    line-height: 18px;
  }
}
body.product .main .section-wrapper section.rich-experience .headset .caption.show {
  display: block;
}
body.product .main .section-wrapper section.rich-experience .headset .caption:before {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption:before {
    display: none;
  }
}
body.product .main .section-wrapper section.rich-experience .headset .caption.dot-upper-left:before {
  top: -20px;
  left: -20px;
}
body.product .main .section-wrapper section.rich-experience .headset .caption.dot-lower-left:before {
  bottom: -20px;
  left: -20px;
}
body.product .main .section-wrapper section.rich-experience .headset .caption.dot-upper-right:before {
  top: -20px;
  right: -20px;
}
body.product .main .section-wrapper section.rich-experience .headset .caption.dot-lower-right:before {
  right: -20px;
  bottom: -20px;
}
body.product .main .section-wrapper section.rich-experience .headset .caption.show {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: auto;
  opacity: 1;
}
body.product .main .section-wrapper section.rich-experience .headset .caption:hover {
  /*
                        color: @col-active-dark-grey;
                        transition: 0.5s;
                        */
  cursor: default;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .headset {
    height: 720px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .headset {
    height: 630px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .headset {
    height: 550px;
  }
}
body.product .main .section-wrapper section.rich-experience .headset .caption.a {
  top: 311px;
  left: 32px;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption.a {
    top: 244px;
    left: 40px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption.a {
    top: 219px;
    left: 40px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption.a {
    top: 186px;
    left: -16px;
  }
}
body.product .main .section-wrapper section.rich-experience .headset .caption.b {
  top: 539px;
  right: 232px;
}
body.product .main .section-wrapper section.rich-experience .headset .caption.b:before {
  top: -20px;
  right: auto;
  bottom: auto;
  left: -20px;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption.b {
    top: 450px;
    right: 176px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption.b {
    top: 386px;
    right: 162px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption.b {
    top: 342px;
    right: 75px;
  }
}
body.product .main .section-wrapper section.rich-experience .headset .caption.c {
  top: 738px;
  left: 436px;
}
body.product .main .section-wrapper section.rich-experience .headset .caption.c:before {
  top: -20px;
  right: auto;
  bottom: auto;
  left: -20px;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption.c {
    top: 577px;
    left: 408px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption.c {
    top: 505px;
    left: 363px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption.c {
    top: 423px;
    left: 285px;
  }
}
body.product .main .section-wrapper section.rich-experience .headset .caption.d {
  top: 133px;
  right: 214px;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption.d {
    top: 167px;
    right: 162px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption.d {
    top: 148px;
    right: 149px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .headset .caption.d {
    top: 149px;
    right: 61px;
  }
}
body.product .main .section-wrapper section.rich-experience .display {
  height: 850px;
  position: relative;
  display: block;
  clear: both;
  padding: 0;
}
body.product .main .section-wrapper section.rich-experience .display .caption {
  position: absolute;
  z-index: 100;
  display: none;
  max-width: 235px;
  padding: 18px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .display .caption {
    max-width: 200px;
    padding: 14px;
  }
}
body.product .main .section-wrapper section.rich-experience .display .caption h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0.04em;
  color: #3c3c3c;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .display .caption h4 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .display .caption h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 6px 0;
  }
}
body.product .main .section-wrapper section.rich-experience .display .caption p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #3c3c3c;
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .display .caption p {
    font-size: 12px;
    line-height: 18px;
  }
}
body.product .main .section-wrapper section.rich-experience .display .caption.show {
  display: block;
}
body.product .main .section-wrapper section.rich-experience .display .caption:before {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.rich-experience .display .caption:before {
    display: none;
  }
}
body.product .main .section-wrapper section.rich-experience .display .caption.dot-upper-left:before {
  top: -20px;
  left: -20px;
}
body.product .main .section-wrapper section.rich-experience .display .caption.dot-lower-left:before {
  bottom: -20px;
  left: -20px;
}
body.product .main .section-wrapper section.rich-experience .display .caption.dot-upper-right:before {
  top: -20px;
  right: -20px;
}
body.product .main .section-wrapper section.rich-experience .display .caption.dot-lower-right:before {
  right: -20px;
  bottom: -20px;
}
body.product .main .section-wrapper section.rich-experience .display .caption.show {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: auto;
  opacity: 1;
}
body.product .main .section-wrapper section.rich-experience .display .caption:hover {
  /*
                        color: @col-active-dark-grey;
                        transition: 0.5s;
                        */
  cursor: default;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .display {
    height: 720px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .display {
    height: 630px;
  }
}
body.product .main .section-wrapper section.rich-experience .display .caption.b {
  top: 244px;
  right: 217px;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .display .caption.b {
    top: 188px;
    right: 169px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .display .caption.b {
    top: 173px;
    right: 145px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .display .caption.b {
    top: 174px;
    right: 65px;
  }
}
body.product .main .section-wrapper section.rich-experience .display .caption.c {
  top: 719px;
  left: 456px;
}
body.product .main .section-wrapper section.rich-experience .display .caption.c:before {
  top: -20px;
  right: auto;
  bottom: auto;
  left: -20px;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .display .caption.c {
    top: 560px;
    left: 432px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .display .caption.c {
    top: 491px;
    left: 373px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .display .caption.c {
    top: 468px;
    left: 278px;
  }
}
body.product .main .section-wrapper section.rich-experience .controller {
  height: 750px;
  position: relative;
  display: block;
  clear: both;
  padding: 0;
}
body.product .main .section-wrapper section.rich-experience .controller .caption {
  position: absolute;
  z-index: 100;
  display: none;
  max-width: 235px;
  padding: 18px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption {
    max-width: 200px;
    padding: 14px;
  }
}
body.product .main .section-wrapper section.rich-experience .controller .caption h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0.04em;
  color: #3c3c3c;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption h4 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 6px 0;
  }
}
body.product .main .section-wrapper section.rich-experience .controller .caption p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #3c3c3c;
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption p {
    font-size: 12px;
    line-height: 18px;
  }
}
body.product .main .section-wrapper section.rich-experience .controller .caption.show {
  display: block;
}
body.product .main .section-wrapper section.rich-experience .controller .caption:before {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption:before {
    display: none;
  }
}
body.product .main .section-wrapper section.rich-experience .controller .caption.dot-upper-left:before {
  top: -20px;
  left: -20px;
}
body.product .main .section-wrapper section.rich-experience .controller .caption.dot-lower-left:before {
  bottom: -20px;
  left: -20px;
}
body.product .main .section-wrapper section.rich-experience .controller .caption.dot-upper-right:before {
  top: -20px;
  right: -20px;
}
body.product .main .section-wrapper section.rich-experience .controller .caption.dot-lower-right:before {
  right: -20px;
  bottom: -20px;
}
body.product .main .section-wrapper section.rich-experience .controller .caption.show {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: auto;
  opacity: 1;
}
body.product .main .section-wrapper section.rich-experience .controller .caption:hover {
  /*
                        color: @col-active-dark-grey;
                        transition: 0.5s;
                        */
  cursor: default;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .controller {
    height: 670px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .controller {
    height: 630px;
  }
}
body.product .main .section-wrapper section.rich-experience .controller .caption.a {
  top: 605px;
  left: 408px;
}
body.product .main .section-wrapper section.rich-experience .controller .caption.a:before {
  top: -20px;
  right: auto;
  bottom: auto;
  left: -20px;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption.a {
    top: 505px;
    left: 385px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption.a {
    top: 476px;
    left: 328px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption.a {
    top: 460px;
    left: 243px;
  }
}
body.product .main .section-wrapper section.rich-experience .controller .caption.b {
  top: 31px;
  right: 626px;
}
body.product .main .section-wrapper section.rich-experience .controller .caption.b:before {
  top: auto;
  right: -20px;
  bottom: -20px;
  left: auto;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption.b {
    top: 52px;
    right: 539px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption.b {
    top: 62px;
    right: 484px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption.b {
    top: 79px;
    right: 377px;
  }
}
body.product .main .section-wrapper section.rich-experience .controller .caption.d {
  top: 357px;
  right: 346px;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption.d {
    top: 328px;
    right: 254px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption.d {
    top: 311px;
    right: 231px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .controller .caption.d {
    top: 311px;
    right: 127px;
  }
}
body.product .main .section-wrapper section.rich-experience .lighthouse {
  height: 750px;
  position: relative;
  display: block;
  clear: both;
  padding: 0;
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption {
  position: absolute;
  z-index: 100;
  display: none;
  max-width: 235px;
  padding: 18px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: none;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse .caption {
    max-width: 200px;
    padding: 14px;
  }
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption h4 {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 0 0 10px 0;
  padding: 0;
  letter-spacing: 0.04em;
  color: #3c3c3c;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse .caption h4 {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 8px 0;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse .caption h4 {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 6px 0;
  }
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #3c3c3c;
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse .caption p {
    font-size: 12px;
    line-height: 18px;
  }
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption.show {
  display: block;
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption:before {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  content: '';
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse .caption:before {
    display: none;
  }
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption.dot-upper-left:before {
  top: -20px;
  left: -20px;
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption.dot-lower-left:before {
  bottom: -20px;
  left: -20px;
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption.dot-upper-right:before {
  top: -20px;
  right: -20px;
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption.dot-lower-right:before {
  right: -20px;
  bottom: -20px;
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption.show {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  pointer-events: auto;
  opacity: 1;
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption:hover {
  /*
                        color: @col-active-dark-grey;
                        transition: 0.5s;
                        */
  cursor: default;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse {
    height: 670px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse {
    height: 630px;
  }
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption.a {
  top: 64px;
  left: 497px;
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption.a:before {
  top: auto;
  right: auto;
  bottom: -20px;
  left: -20px;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse .caption.a {
    top: 44px;
    left: 421px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse .caption.a {
    top: 59px;
    left: 361px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse .caption.a {
    top: 80px;
    left: 280px;
  }
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption.b {
  top: 466px;
  right: 122px;
}
body.product .main .section-wrapper section.rich-experience .lighthouse .caption.b:before {
  top: -20px;
  right: auto;
  bottom: auto;
  left: -20px;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse .caption.b {
    top: 421px;
    right: 53px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse .caption.b {
    top: 396px;
    right: 39px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse .caption.b {
    top: 385px;
    right: -31px;
  }
}
body.product .main .section-wrapper section.rich-experience .lighthouse .static-versions img {
  -webkit-transform: translate(-50%, 0) scale(0.9);
      -ms-transform: translate(-50%, 0) scale(0.9);
          transform: translate(-50%, 0) scale(0.9);
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.rich-experience .lighthouse .static-versions img {
    -webkit-transform: translate(-50%, 0) scale(0.75);
        -ms-transform: translate(-50%, 0) scale(0.75);
            transform: translate(-50%, 0) scale(0.75);
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.rich-experience .headset,
  body.product .main .section-wrapper section.rich-experience .display,
  body.product .main .section-wrapper section.rich-experience .controller,
  body.product .main .section-wrapper section.rich-experience .lighthouse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  body.product .main .section-wrapper section.rich-experience .headset .center-column,
  body.product .main .section-wrapper section.rich-experience .display .center-column,
  body.product .main .section-wrapper section.rich-experience .controller .center-column,
  body.product .main .section-wrapper section.rich-experience .lighthouse .center-column {
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  body.product .main .section-wrapper section.rich-experience .headset .center-column .caption,
  body.product .main .section-wrapper section.rich-experience .display .center-column .caption,
  body.product .main .section-wrapper section.rich-experience .controller .center-column .caption,
  body.product .main .section-wrapper section.rich-experience .lighthouse .center-column .caption {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    text-align: center;
    background-color: none;
  }
  body.product .main .section-wrapper section.rich-experience .headset .center-column .caption:before,
  body.product .main .section-wrapper section.rich-experience .display .center-column .caption:before,
  body.product .main .section-wrapper section.rich-experience .controller .center-column .caption:before,
  body.product .main .section-wrapper section.rich-experience .lighthouse .center-column .caption:before {
    display: none;
  }
  body.product .main .section-wrapper section.rich-experience .headset .center-column .caption p,
  body.product .main .section-wrapper section.rich-experience .display .center-column .caption p,
  body.product .main .section-wrapper section.rich-experience .controller .center-column .caption p,
  body.product .main .section-wrapper section.rich-experience .lighthouse .center-column .caption p {
    font-size: 14px;
    line-height: 20px;
  }
  body.product .main .section-wrapper section.rich-experience .headset .static-versions,
  body.product .main .section-wrapper section.rich-experience .display .static-versions,
  body.product .main .section-wrapper section.rich-experience .controller .static-versions,
  body.product .main .section-wrapper section.rich-experience .lighthouse .static-versions {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
  }
  body.product .main .section-wrapper section.rich-experience .headset .static-versions img,
  body.product .main .section-wrapper section.rich-experience .display .static-versions img,
  body.product .main .section-wrapper section.rich-experience .controller .static-versions img,
  body.product .main .section-wrapper section.rich-experience .lighthouse .static-versions img {
    position: relative;
    left: 0;
    max-width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
body.product .main .section-wrapper section.carousel {
  background-color: #2f2f2f;
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.carousel #owl-demo .item {
    height: 300px;
  }
}
body.product .main .section-wrapper section.carousel #owl-demo .item img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body.product .main .section-wrapper section.carousel .corner-text {
  position: absolute;
  top: -120px;
  display: table;
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.carousel .corner-text {
    position: relative;
    top: 0;
    width: 100%;
  }
}
body.product .main .section-wrapper section.optimized-pc-tile {
  height: 540px;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.optimized-pc-tile {
    height: 500px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.optimized-pc-tile {
    height: 450px;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.optimized-pc-tile {
    height: 420px;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.optimized-pc-tile {
    height: auto;
  }
}
body.product .main .section-wrapper section.optimized-pc-tile .banner-caption {
  top: 45%;
  width: 45%;
  text-align: left;
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.optimized-pc-tile .banner-caption {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 80% !important;
    margin: 0 auto !important;
    -webkit-transform: translate(0, 0) !important;
        -ms-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
    text-align: center !important;
  }
}
body.product .main .section-wrapper section.optimized-pc-tile .banner-caption .vive-button {
  white-space: nowrap;
  margin-left: 0;
}
body.product .main .section-wrapper section.optimized-pc-tile .pc-image-wrapper {
  box-sizing: border-box;
  height: inherit;
  text-align: left;
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.optimized-pc-tile .pc-image-wrapper {
    text-align: center;
  }
}
body.product .main .section-wrapper section.optimized-pc-tile .pc-image-wrapper img {
  height: inherit;
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.optimized-pc-tile .pc-image-wrapper img {
    max-width: 50%;
    height: auto;
  }
}
body.product .main .section-wrapper section.optimized-pc-tile.graphics-style {
  background-color: #ededed;
  margin-bottom: 0 !important;
  padding-bottom: 140px !important;
  height: 440px;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.optimized-pc-tile.graphics-style {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.optimized-pc-tile.graphics-style {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.optimized-pc-tile.graphics-style {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.optimized-pc-tile.graphics-style {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.optimized-pc-tile.graphics-style {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.optimized-pc-tile.graphics-style {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.optimized-pc-tile.graphics-style {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.optimized-pc-tile.graphics-style {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.optimized-pc-tile.graphics-style {
    height: 400px;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.optimized-pc-tile.graphics-style {
    height: 370px;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.optimized-pc-tile.graphics-style {
    height: auto;
  }
}
body.product .main .section-wrapper section.optimized-pc-tile.graphics-style .pc-image-wrapper img {
  max-width: 50%;
  height: auto;
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.optimized-pc-tile.graphics-style .pc-image-wrapper img {
    max-width: 70%;
  }
}
body.product .main .section-wrapper section.optimized-pc-tile.text-on-left .banner-caption {
  left: 26%;
}
body.product .main .section-wrapper section.optimized-pc-tile.text-on-left .pc-image-wrapper {
  text-align: right;
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.optimized-pc-tile.text-on-left .pc-image-wrapper {
    text-align: center;
  }
}
body.product .main .section-wrapper section.optimized-pc-tile.text-on-right .banner-caption {
  left: 76%;
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.banner.section-travel-to-world {
    height: 500px;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.banner.section-travel-to-world {
    height: auto;
  }
}
body.product .main .section-wrapper section.banner.section-travel-to-world .banner-caption {
  position: relative;
  z-index: 2;
  top: 0;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin-top: 70px !important;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.banner.section-travel-to-world .banner-caption {
    margin-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.banner.section-travel-to-world .banner-caption {
    margin-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.banner.section-travel-to-world .banner-caption {
    margin-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.banner.section-travel-to-world .banner-caption {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.banner.section-travel-to-world .banner-caption .vive-button {
    margin-bottom: 0;
  }
}
body.product .main .section-wrapper section.banner.section-travel-to-world .banner-caption.with-light-overlay {
  top: 12%;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.banner.section-travel-to-world .banner-caption.with-light-overlay {
    top: auto;
    padding: 0 0 10px 0;
    background-color: none;
  }
}
body.product .main .section-wrapper section.banner.section-travel-to-world .banner-image-wrapper .banner-image {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body.product .main .section-wrapper section.text-block.section-pc-requirements p.comment-wording-block {
  width: 80%;
  margin: 20px auto 0;
  color: #00b5e2;
}
body.product .main .section-wrapper section.text-block.section-pc-requirements .vive-button {
  margin-top: 20px;
}
body.product .main .section-wrapper section.text-block.section-experience-vive-reality .content-block {
  margin-top: 70px !important;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.text-block.section-experience-vive-reality .content-block {
    margin-top: 50px !important;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.text-block.section-experience-vive-reality .content-block {
    margin-top: 35px !important;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.text-block.section-experience-vive-reality .content-block {
    margin-top: 25px !important;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.text-block.section-experience-vive-reality .content-block {
    margin-top: 20px !important;
  }
}
body.product .main .section-wrapper section.text-block.section-recommended-gpus {
  margin-bottom: 0 !important;
  padding-top: 140px !important;
  padding-bottom: 140px !important;
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.text-block.section-recommended-gpus {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.text-block.section-recommended-gpus {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.text-block.section-recommended-gpus {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.text-block.section-recommended-gpus {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.text-block.section-recommended-gpus {
    padding-top: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.text-block.section-recommended-gpus {
    padding-top: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.text-block.section-recommended-gpus {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.text-block.section-recommended-gpus {
    padding-top: 40px !important;
  }
}
@media (max-width: 1500px) {
  body.product .main .section-wrapper section.text-block.section-recommended-gpus {
    padding-bottom: 100px !important;
  }
}
@media (max-width: 1270px) {
  body.product .main .section-wrapper section.text-block.section-recommended-gpus {
    padding-bottom: 70px !important;
  }
}
@media (max-width: 1023px) {
  body.product .main .section-wrapper section.text-block.section-recommended-gpus {
    padding-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  body.product .main .section-wrapper section.text-block.section-recommended-gpus {
    padding-bottom: 40px !important;
  }
}
body.product .main .section-wrapper section.text-block.section-recommended-gpus h2 {
  margin-bottom: 0;
}
body.product .main .blow-wording {
  font-family: "Fakt-Blond", Helvetica,Arial;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #000;
}
.tw body.product .main .blow-wording {
  font-family: "Fakt-Blond", Helvetica,Arial, '微軟正黑體', 'Microsoft JhengHei';
}
.cn body.product .main .blow-wording {
  font-family: "Fakt-Blond", Helvetica,Arial, '微软雅黑體', 'Microsoft YaHei';
}
.jp body.product .main .blow-wording {
  font-family: "Fakt-Blond", Helvetica,Arial, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック';
}
