@charset "UTF-8";

/* ==========================================================
  common.css
  display: common
========================================================== */
@font-face {
  font-family: 'sce3';
  font-style: normal;
  font-weight: 500;
  src: url("../font/SCE3.7W1.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'ArtegraSansSC';
  font-style: normal;
  font-weight: 500;
  src: url("../font/ArtegraSans-SC-Medium.woff") format("woff"), url("../font/ArtegraSans-SC-Medium.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'ArtegraSansSCBold';
  font-style: normal;
  font-weight: 700;
  src: url("../font/ArtegraSans-SC-Bold.woff") format("woff"), url("../font/ArtegraSans-SC-Bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'ArtegraSansAlt';
  font-style: normal;
  font-weight: 400;
  src: url("../font/Artegra_sans_alt_400_regular.woff") format("woff"), url("../font/Artegra_sans_alt_400_regular.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'ArtegraSansCoLight';
  font-style: normal;
  font-weight: 300;
  src: url("../font/Artegra_Sans_Condensed_300_Light.woff") format("woff"), url("../font/Artegra_Sans_Condensed_300_Light.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'ArtegraSansAltBold';
  font-style: normal;
  font-weight: 700;
  src: url("../font/Artegra_sans_alt_700_bold.woff") format("woff"), url("../font/Artegra_sans_alt_700_bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

@font-face {
  font-family: 'ArtegraSansExAlt';
  font-style: normal;
  font-weight: 700;
  src: url("../font/Artegra_sans_extended_alt_700_bold.woff") format("woff"), url("../font/Artegra_sans_extended_alt_700_bold.ttf") format("truetype");
  /* Safari, Android, iOS */
}

body {
  background-color: #171717;
  color: #000;
  font-family: "FOT-セザンヌ Pro M", "FOT-マティス Pro M", "FOT-マティス Pro DB", "FOT-セザンヌ Pro DB", "FOT-ニューロダン Pro M";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: baseline;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

@media all and (-ms-high-contrast: none) {
  body {
    transform: rotate(0.001deg);
  }
}

/* ====================
  @BASE
===================== */
#wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
  font-family: "FOT-セザンヌ Pro M";
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: top;
}

.inner {
  padding: 0 2%;
  position: relative;
  box-sizing: border-box;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

/* ====================
  @LOADING
===================== */
#loading {
  background: #000;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 999;
  display: none;
}

#loading .logo {
  width: 14%;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
}

#loading .progress-bar {
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 45%;
  left: 0;
  transition: all 0.2s linear 0s;
}

#loading .engage {
  width: 26%;
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translateX(-50%);
}

#loading .engage .img-engage {
  position: relative;
}

#loading .engage .img-engage>img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/* ====================
  @HEADER
===================== */
header {
  background: #fff;
  width: 100%;
  position: fixed;
  z-index: 5;
  /* NAVI
  ================ */
}

header .inner {
  border-bottom: 1px #000 solid;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  overflow: hidden;
}

header .inner h1 {
  width: 16%;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
}

header .inner #btn-navi {
  background-size: 100% auto;
  cursor: pointer;
  text-align: center;
  display: block;
  width: 25px;
  /*アイコン横幅*/
  height: 21px;
  /*アイコン縦高さ*/
  line-height: 0;
  /*縦位置中央化*/
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
}

header #global-navi {
  width: 68%;
  margin: 0 0 0 20%;
}

header #global-navi .global-navi-menu {
  font-size: 0;
  text-align: center;
}

header #global-navi .global-navi-menu p {
  position: relative;
  display: inline-block;
}

header #global-navi .global-navi-menu p a {
  font-family: 'ArtegraSansSC';
  color: #747474;
  font-size: 1.0rem;
  line-height: 50px;
  padding: 0 4px;
  display: block;
}

header #global-navi .global-navi-menu p:first-child {
  display: none;
}

header #global-navi .global-navi-menu p.new:after {
  content: '';
  position: absolute;
  left: calc(50% - 18px);
  top: calc(50% - 20px);
  display: inline-block;
  width: 36px;
  height: 10px;
  background-image: url(../images/common/icon_gnavi_new.png);
  background-size: 31.5px 10px;
  background-position: center center;
  background-repeat: no-repeat;
}

header.open .inner {
  height: 100px;
}

header.open #btn-navi {
  background-size: 100% auto;
  width: 25px;
  height: 21px;
}

.common-sub-navi {
  width: 350px;
  margin: 0 auto 25px auto;
  padding: 25px 0 0 0;
}

.common-sub-navi ul {
  overflow: hidden;
}

.common-sub-navi ul li {
  position: relative;
  float: left;
  width: 177px;
  height: 32px;
  margin-left: -4px;
  background: url("/assets/images/special/btn_sub_menu_d.png") no-repeat center;
  background-size: 177px 32px;
  font-size: 9px;
  color: #d7d7d7;
  line-height: 32px;
  text-align: center;
}

.common-sub-navi ul li.new:after {
  position: absolute;
  content: '';
  left: calc(50% - 10px);
  top: calc(50% - 14px);
  display: inline-block;
  width: 20px;
  height: 7px;
  background: url("/assets/images/common/icon_gnavi_new.png") no-repeat center;
  background-size: 20px 7px;
  z-index: 4;
}

.common-sub-navi ul li:first-child {
  margin-left: 0;
}

.common-sub-navi ul li:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/special/btn_sub_menu_on.png") no-repeat center;
  background-size: 177px 32px;
  z-index: 2;
  opacity: 0;
  transition: opacity 500ms;
}

.common-sub-navi ul li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.common-inline-modal {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: all 600ms;
  box-shadow: 0 0 20px 0 #070000;
}

.common-inline-modal.show {
  opacity: 1;
  pointer-events: auto;
}

.common-inline-modal .bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
}

.common-inline-modal .modal-contents {
  position: absolute;
  height: calc(100vh - 128px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.common-inline-modal .btn-close {
  position: absolute;
  right: 0;
  width: 36px;
  height: 36px;
  top: -50px;
  color: #d7d7d7;
  font-style: normal;
  font-size: 0;
  font-family: Arial, Baskerville, monospace;
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

@media screen and (min-width: 768px) {
  .common-inline-modal {
    height: 100%;
  }

  .common-inline-modal .btn-close {
    width: 56px;
    height: 56px;
    top: -70px;
  }
}

/* ====================
  @CONTENTS
===================== */
#container {
  background: #141414;
  margin-top: 215px;
  position: relative;
  z-index: 2;
}

.contents {
  padding: 0 6%;
  position: relative;
}

/* ====================
  @MAIN
===================== */
.main-video {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  background-color: #171717;
}

/* ====================
  @HEADING
===================== */
.main-head {
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: cover;
  background-color: #171717;
  width: 100%;
  height: 165px;
  padding: 70px 0 0 6%;
  margin: 50px 0 0;
  position: fixed;
  z-index: 1;
  box-sizing: border-box;
  overflow: hidden;
}

.main-head .head-video-container {
  opacity: 0;
}

h2.head-covered {
  background: #1d1d1d;
  height: 30px;
  padding: 0 8px 0 18px;
  display: table;
  overflow: hidden;
  position: absolute;
}

h2.head-covered .text-heading-cover {
  font-family: 'ArtegraSansAlt';
  color: #d7d7d7;
  font-size: 3.0rem;
  line-height: 1;
}

h2.head-covered .img-heading-cover {
  width: 370px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -338px;
}

h3.head-overlap {
  height: 70px;
  margin-top: -10px;
  position: relative;
}

h3.head-overlap .overlap-bg-text {
  font-family: 'ArtegraSansAltBold';
  color: #1c1c1c;
  font-size: 6.0rem;
  line-height: 1;
  height: 60px;
  position: absolute;
  top: 0;
  left: -6%;
  white-space: nowrap;
}

h3.head-overlap .overlap-front-text {
  height: 60px;
  box-sizing: border-box;
  position: relative;
  top: 10px;
}

h3.head-overlap .overlap-front-text span {
  font-family: "FOT-マティス Pro M";
  color: #d7d7d7;
  font-size: 2.4rem;
  line-height: 1;
  height: 25px;
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
}

h3.head-overlap .overlap-front-text p {
  background: #426adc;
  width: 20%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

h4.head-typing {
  margin: -40px 0 40px;
}

h4.head-typing .header-text {
  line-height: 1.2 !important;
}

h4.head-typing .line {
  font-family: "FOT-マティス Pro DB";
  color: #d7d7d7;
  font-size: 1.7rem;
  line-height: 1;
}

h4.head-typing .line.line-small {
  font-size: 1.0rem;
}

h4.head-left-line {
  border-left: 4px solid #3452ac;
  background-color: #202020;
  box-shadow: 0px 0px 40px 0px rgba(7, 0, 2, 0.55);
  padding: 0 10px 0 0;
  margin: -40px 0 0;
  display: table;
  position: relative;
}

h4.head-left-line span {
  font-family: 'ArtegraSansAlt';
  color: #d7d7d7;
  font-size: 1.7rem;
  line-height: 1;
  padding: 0 0 0 10px;
}

h5 {
  background-color: #202020;
  box-shadow: 0px 0px 40px 0px rgba(7, 0, 2, 0.55);
  font-family: "FOT-マティス Pro M";
  color: #d7d7d7;
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 0 10px;
  display: table;
  z-index: 2;
}

.sub-title {
  width: 100%;
  height: calc(25px + 13px);
  position: relative;
}

.sub-title .line-sub-title {
  background: #1b1e21;
  width: 98%;
  height: 25px;
  transform: skew(-32deg);
  -webkit-transform: skew(-32deg);
  -moz-transform: skew(-32deg);
  -ms-transform: skew(-32deg);
  position: absolute;
  top: 0;
  left: -10%;
}

.sub-title .sub-title-inner {
  width: 88%;
  height: calc(25px + 13px);
  margin: 0 auto;
  position: relative;
}

.sub-title .sub-title-inner .text-sub-title {
  font-family: 'ArtegraSansExAlt';
  font-size: 1.0rem;
  color: #426adc;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-title .sub-title-inner .parts-sub-title {
  width: 88px;
  height: 13px;
  position: absolute;
  bottom: 0;
  left: -5.5%;
}

.inline-heading {
  height: 35px;
  position: relative;
  box-sizing: border-box;
}

.inline-heading span {
  font-family: "FOT-マティス Pro M";
  color: #426adc;
  font-size: 2.3rem;
  line-height: 1;
  height: 23px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.inline-heading p {
  background: #426adc;
  width: 20%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* ====================
  @PARTS
===================== */
.btn-more-small {
  width: 26%;
  height: 20px;
}

.btn-more-small a,
.btn-more-small span {
  font-family: 'ArtegraSansAltBold';
  background: linear-gradient(to bottom, #3d61ca 0%, #3250a6 97%);
  width: 100%;
  height: 100%;
  color: #d7d7d7;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  display: block;
}

.btn-more,
.btn-watch,
.btn-message,
.btn-subscribe {
  width: 60%;
  height: auto;
}

.btn-more a,
.btn-more span,
.btn-watch a,
.btn-watch span,
.btn-message a,
.btn-message span,
.btn-subscribe a,
.btn-subscribe span {
  font-family: 'ArtegraSansAltBold';
  border: 2px solid #3555b0;
  border-radius: 10px;
  background: linear-gradient(to bottom, #3c60c7 0%, #3656b3 41%, #3250a6 97%);
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 2.0rem;
  color: #d7d7d7;
  line-height: 2;
  font-weight: bold;
  display: block;
  box-sizing: border-box;
  position: relative;
}

.btn-more a::after,
.btn-more span::after,
.btn-watch a::after,
.btn-watch span::after,
.btn-message a::after,
.btn-message span::after,
.btn-subscribe a::after,
.btn-subscribe span::after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/common/icon_btn_arrow_d.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.btn-watch {
  width: 225px;
}

.btn-watch a,
.btn-watch span {
  text-align: left;
  padding: 0 0 0 15%;
}

.btn-subscribe {
  width: 350px;
  height: 71px;
  margin: 0 auto;
}

.btn-subscribe a,
.btn-subscribe span {
  text-align: left;
  padding: 0 0 0 15%;
  line-height: 71px;
}

.parts-square {
  width: 82px;
  height: 82px;
  margin: 0 0 0 -10%;
  position: relative;
}

.parts-square>.effects {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.parts-square>.effects>.light-border {
  background: #1c1c1c;
  position: absolute;
}

.parts-square>.effects>.light-border.top {
  width: 8px;
  height: 100%;
  top: 0;
  left: 0;
  transform: translate(0, 100%);
}

.parts-square>.effects>.light-border.right {
  width: 100%;
  height: 8px;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
}

.parts-square>.effects>.light-border.bottom {
  width: 8px;
  height: 100%;
  top: 0;
  right: 0;
  transform: translate(0, -100%);
}

.parts-square>.effects>.light-border.left {
  width: 100%;
  height: 8px;
  bottom: 0;
  right: 0;
  transform: translate(100%, 0);
}

.flame-text {
  width: 100%;
  position: relative;
}

.flame-text>p {
  color: #d7d7d7;
  font-size: 1.3rem;
  line-height: 1.75;
  padding: 10px 6%;
}

.flame-text span[class^="bg-flame-"] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.flame-text span[class^="bg-flame-"]::before,
.flame-text span[class^="bg-flame-"]::after {
  content: "";
  background: #454545;
  width: 4px;
  height: 4px;
  line-height: 1;
  display: block;
  position: absolute;
}

.flame-text .bg-flame-01 {
  border-top: 1px solid #454545;
  border-right: 1px solid #454545;
}

.flame-text .bg-flame-01::before {
  top: 0;
  left: 0;
}

.flame-text .bg-flame-01::after {
  top: 0;
  right: 0;
}

.flame-text .bg-flame-02 {
  border-bottom: 1px solid #454545;
  border-left: 1px solid #454545;
}

.flame-text .bg-flame-02::before {
  bottom: 0;
  left: 0;
}

.flame-text .bg-flame-02::after {
  bottom: 0;
  right: 0;
}

.inline-text {
  font-size: 1.3rem;
  color: #d7d7d7;
  line-height: 1.5;
}

.parallax-img {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.parallax-img::after {
  background: url("../images/common/noise.gif");
  background-size: 32px 32px;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
}

/* ====================
  @FOOTER
===================== */
footer {
  background: #191919;
  position: relative;
  z-index: 5;
}

footer .footer-contents {
  padding: 52px 0 45px;
}

footer .footer-contents .icon-ace7 {
  width: 12%;
  margin: 0 auto 38px;
}

footer .footer-contents .copyright,
footer .footer-contents .agreement {
  font-family: 'ArtegraSansCoLight';
  font-size: 12px;
  color: #8d8d8d;
  text-align: center;
  line-height: 1.8;
}

footer .footer-contents .agreement {
  font-size: 10px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

footer .footer-contents .agreement a {
  color: #8d8d8d;
  text-decoration: underline;
}

footer .footer-contents .agreement a:hover {
  text-decoration: none;
}

footer .footer-platform {
  background: #1c2128;
  padding: 35px 0 30px;
}

footer .footer-platform ul {
  text-align: center;
  font-size: 0;
  margin: 0 0 25px;
}

footer .footer-platform ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 6px 10px;
}

footer .footer-platform ul li.nsw {
  width: 20%;
}

footer .footer-platform ul li.ps4 {
  width: 20%;
}

footer .footer-platform ul li.psvr {
  width: 24%;
}

footer .footer-platform ul li.xboxone {
  width: 22%;
}

footer .footer-platform ul li.steam {
  width: 23%;
}

footer .footer-platform ul li.unreal {
  width: 14%;
}

footer .footer-platform ul li.truesky {
  width: 20%;
}

@media screen and (max-width: 320px) {
  header .inner {
    height: 40px;
  }

  header #global-navi .global-navi-menu p a {
    line-height: 40px;
  }

  header.open .inner {
    height: 80px;
  }

  .main-head {
    margin: 40px 0 0;
  }

  .btn-watch {
    width: 212px;
  }

  .btn-watch a,
  .btn-watch span {
    padding: 0 0 0 12%;
  }
}

@media screen and (min-width: 768px) {

  /* ====================
    @BASE
  ===================== */
  body {
    font-size: 16px;
  }

  #wrap {
    min-width: 1200px;
    margin: 0 auto;
  }

  .inner {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
    position: relative;
  }

  .sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

  /* ====================
    @LOADING
  ===================== */
  #loading {
    min-width: 1200px;
    min-height: 750px;
  }

  #loading .logo {
    width: 108px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
  }

  #loading .progress-bar {
    top: 50%;
  }

  #loading .engage {
    width: 160px;
    top: 52%;
  }

  /* ====================
    @HEADER
  ===================== */
  header {
    border-bottom: #797979 1px solid;
    /* NAVI
    ================ */
  }

  header .inner {
    border: none;
    width: 1200px;
    height: 66px;
  }

  header .inner h1 {
    width: 180px;
    top: 32px;
    left: 50%;
    margin-left: -600px;
  }

  header .inner .icon-ace7 {
    width: 32px;
    position: absolute;
    top: 10px;
    right: 50%;
    margin-right: -520px;
  }

  header.open {
    height: 66px !important;
  }

  header #global-navi {
    width: auto;
    padding: 10px 0 0 230px;
    margin: 0;
  }

  header #global-navi .global-navi-menu {
    height: 56px;
    margin: 0;
    text-align: left;
    position: relative;
  }

  header #global-navi .global-navi-menu p {
    float: left;
    display: block;
  }

  header #global-navi .global-navi-menu p a {
    color: #747474;
    font-size: 15px;
    line-height: 3;
    padding: 0 15px;
    display: block;
  }

  header #global-navi .global-navi-menu p a:hover {
    color: #426adc;
  }

  header #global-navi .global-navi-menu p:first-child {
    display: block;
  }

  header #global-navi .global-navi-menu p.new:after {
    top: calc(50% - 25px);
  }

  header #global-navi .global-navi-menu .current-parts {
    width: 80px;
    height: 15px;
    position: absolute;
    bottom: 0;
  }

  /* NAVI CURRENT
  ================== */
  #top header #global-navi .global-navi-menu .current-parts,
  header #global-navi .global-navi-menu p:first-child:hover~.current-parts {
    left: 0;
  }

  #features header #global-navi .global-navi-menu .current-parts,
  header #global-navi .global-navi-menu p:nth-child(2):hover~.current-parts {
    left: 92px;
  }

  #world header #global-navi .global-navi-menu .current-parts,
  header #global-navi .global-navi-menu p:nth-child(3):hover~.current-parts {
    left: 189px;
  }

  #vr header #global-navi .global-navi-menu .current-parts,
  header #global-navi .global-navi-menu p:nth-child(4):hover~.current-parts {
    left: 280px;
  }

  #aircraft header #global-navi .global-navi-menu .current-parts,
  header #global-navi .global-navi-menu p:nth-child(5):hover~.current-parts {
    left: 382px;
  }

  #spec header #global-navi .global-navi-menu .current-parts,
  header #global-navi .global-navi-menu p:nth-child(6):hover~.current-parts {
    left: 495px;
  }

  #media header #global-navi .global-navi-menu .current-parts,
  header #global-navi .global-navi-menu p:nth-child(7):hover~.current-parts {
    left: 594px;
  }

  #column header #global-navi .global-navi-menu .current-parts,
  header #global-navi .global-navi-menu p:nth-child(8):hover~.current-parts {
    left: 692px;
  }

  #special header #global-navi .global-navi-menu .current-parts,
  header #global-navi .global-navi-menu p:nth-child(9):hover~.current-parts {
    left: 773px;
  }

  .common-sub-navi {
    width: 1000px;
    margin: 0 auto 56px auto;
    padding: 53px 0 0 0;
  }

  .common-sub-navi ul li {
    width: 336px;
    height: 62px;
    background-size: 336px 62px;
    font-size: 16px;
    line-height: 62px;
  }

  .common-sub-navi ul li:before {
    background-size: 336px 62px;
  }

  .common-sub-navi ul li:hover:before {
    opacity: 1;
  }

  .common-sub-navi ul li.new:after {
    left: calc(50% - 18px);
    top: calc(50% - 23px);
    width: 36px;
    height: 10px;
    background-size: 36px 10px;
  }

  /* ====================
    @CONTENTS
  ===================== */
  #container {
    margin-top: 396px;
  }

  .contents {
    width: 1000px;
    padding: 0;
    margin: 0 auto;
  }

  /* ====================
    @MAIN
  ===================== */
  .main-video {
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    background-color: #171717;
    height: 583px;
  }

  .main-video::before {
    content: "";
    display: inline;
    padding-top: 0;
  }

  /* ====================
    @HEADING
  ===================== */
  .main-head {
    background-image: none !important;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    background: #171717;
    width: 100%;
    height: 330px;
    padding: 125px 0 0;
    margin: 67px 0 0;
  }

  .main-head .head-video-container {
    opacity: 1;
  }

  h2.head-covered {
    height: 80px;
    padding: 0 20px 0 48px;
    left: 50%;
    margin: 0 0 0 -600px;
  }

  h2.head-covered .text-heading-cover {
    font-size: 82px;
  }

  h2.head-covered .img-heading-cover {
    width: 740px;
    height: 80px;
    top: 0;
    left: -657px;
  }

  h3.head-overlap {
    height: 163px;
    margin-top: -20px;
  }

  h3.head-overlap .overlap-bg-text {
    font-size: 145px;
    height: 145px;
    top: 0;
    left: -210px;
  }

  h3.head-overlap .overlap-front-text {
    height: 140px;
    top: 22px;
  }

  h3.head-overlap .overlap-front-text span {
    font-size: 65px;
    height: 65px;
    top: 40px;
    left: 0;
  }

  h3.head-overlap .overlap-front-text p {
    height: 4px;
  }

  h4.head-typing {
    margin: -100px 0px 100px;
  }

  h4.head-typing .header-text {
    line-height: 1.5 !important;
  }

  h4.head-typing .line {
    font-size: 37px;
    line-height: 1.2;
  }

  h4.head-typing .line.line-small {
    font-size: 15px;
  }

  h4.head-left-line {
    border-left: 8px solid #3452ac;
    padding: 0 20px 0 0;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 3;
  }

  h4.head-left-line span {
    font-size: 46px;
    padding: 0 0 0 20px;
  }

  h5 {
    font-size: 35px;
    min-height: 40px;
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 3;
  }

  .sub-title {
    height: calc(44px + 26px);
  }

  .sub-title .line-sub-title {
    width: 80%;
    height: 44px;
    left: -10%;
  }

  .sub-title .sub-title-inner {
    width: 1000px;
    height: calc(44px + 26px);
  }

  .sub-title .sub-title-inner .text-sub-title {
    font-size: 21px;
    color: #426adc;
    line-height: 44px;
  }

  .sub-title .sub-title-inner .parts-sub-title {
    width: 177px;
    height: 26px;
    left: -40px;
  }

  .inline-heading {
    height: 63px;
  }

  .inline-heading span {
    font-size: 30px;
    height: 30px;
  }

  .inline-heading p {
    height: 4px;
  }

  /* ====================
    @PARTS
  ===================== */
  .btn-more-small {
    width: 135px;
    height: 30px;
  }

  .btn-more-small a,
  .btn-more-small span {
    text-align: center;
    font-size: 15px;
    line-height: 2;
  }

  .btn-more-small a:hover,
  .btn-more-small span:hover {
    opacity: 0.85;
  }

  .btn-more,
  .btn-watch {
    width: 350px;
    height: 63px;
  }

  .btn-more a,
  .btn-more span,
  .btn-watch a,
  .btn-watch span {
    font-size: 24px;
    line-height: 2.5;
    text-align: center;
    padding: 0;
  }

  .btn-more a::after,
  .btn-more span::after,
  .btn-watch a::after,
  .btn-watch span::after {
    width: 27px;
    height: 27px;
    text-align: center;
    padding: 0;
    top: 18px;
    right: 16px;
    transform: translateY(0);
  }

  .btn-more a:hover,
  .btn-more span:hover,
  .btn-watch a:hover,
  .btn-watch span:hover {
    opacity: 0.85;
  }

  .parts-square {
    width: 165px;
    height: 165px;
    margin: 0 0 0 -100px;
  }

  .parts-square>.effects>.light-border.top {
    width: 19px;
    height: 100%;
  }

  .parts-square>.effects>.light-border.right {
    width: 100%;
    height: 19px;
  }

  .parts-square>.effects>.light-border.bottom {
    width: 19px;
    height: 100%;
  }

  .parts-square>.effects>.light-border.left {
    width: 100%;
    height: 19px;
  }

  .flame-text>p {
    font-size: 16px;
    padding: 15px 40px;
  }

  .flame-text .frame-text-headline {
    font-family: "FOT-セザンヌ Pro DB", CezannePro-DB, "セザンヌPro DB", sans-serif;
    font-size: 2em;
    padding-bottom: 0;
  }

  .flame-text .frame-text-body {
    padding-top: 0;
  }

  .inline-text {
    font-size: 16px;
    line-height: 2.4;
  }

  .parallax-img {
    padding: 0 !important;
  }

  .parallax-img::after {
    background: url("../images/common/noise.gif");
    background-size: 64px 64px;
  }

  /* ====================
    @FOOTER
  ===================== */
  #foot-utility {
    height: 422px;
    position: fixed;
    bottom: -39px;
    right: 50px;
    z-index: 100;
  }

  #foot-utility .menu-bar {
    background: url("../images/common/menu_bar.png") no-repeat center 0;
    background-size: contain;
    width: 50px;
    height: 382px;
    position: relative;
  }

  #foot-utility .menu-bar ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  #foot-utility .menu-bar ul li {
    width: 26px;
    height: 26px;
    margin: 10px 0;
    position: relative;
  }

  #foot-utility .menu-bar ul li p {
    width: 26px;
    height: 26px;
    position: absolute;
    top: 0;
    left: 0;
  }

  #foot-utility .menu-bar ul li p:nth-child(2) {
    opacity: 0;
  }

  #foot-utility .menu-bar ul li.current p:nth-child(2) {
    opacity: 1;
  }

  #foot-utility #page-top {
    width: 50px;
    margin: 1px 0 0;
  }

  #foot-utility.appear {
    bottom: 0;
  }

  footer .footer-contents {
    padding: 52px 0 45px;
  }

  footer .footer-contents .icon-ace7 {
    width: 57px;
    margin: 0 auto 38px;
  }

  footer .footer-platform {
    background: #1c2128;
    padding: 35px 0 30px;
  }

  footer .footer-platform ul {
    width: 920px;
    text-align: center;
    font-size: 0;
    margin: 0 auto 5px;
  }

  footer .footer-platform ul li {
    display: inline-block;
    margin: 0 17px 17px;
  }

  footer .footer-platform ul li.nsw {
    width: 155px;
  }

  footer .footer-platform ul li.ps4 {
    width: 165px;
  }

  footer .footer-platform ul li.psvr {
    width: 186px;
  }

  footer .footer-platform ul li.xboxone {
    width: 120px;
  }

  footer .footer-platform ul li.steam {
    width: 116px;
  }

  footer .footer-platform ul li.unreal {
    width: 63px;
    margin: 0 17px 17px 55px;
  }

  footer .footer-platform ul li.truesky {
    width: 101px;
  }

  footer .footer-platform .copyright {
    width: 1000px;
    margin: 0 auto;
  }

  /* ====================
    @POPUP
  ===================== */
  .popup-video-container {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 1200px) {

  /* ====================
    @HEADER
  ===================== */
  header .inner {
    width: 100%;
  }

  header .inner h1 {
    left: 60px;
    margin-left: 0;
  }

  header .inner .icon-ace7 {
    right: 60px;
    margin-right: 0;
  }

  header #global-navi {
    height: 56px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -348px;
  }
}

h4.blue {
  width: auto;
  height: auto;
  line-height: 1.2;
  position: relative;
  margin: 0 0 20px 0;
  background-color: #2a2a2a;
  border-left: solid 8px #426adc;
  color: #fff;
  padding: 35px 25px;
  font-size: 28px;
  font-family: "FOT-マティス Pro DB", MatissePro-DB, "マティスPro DB", serif !important;
  box-shadow: 0 6px 3px rgba(0, 0, 0, 0.2);
}

h4.green {
  margin-bottom: 0 !important;
  border-left: solid 8px #347e81 !important;
  padding: 15px 10px !important;
  font-size: 14px !important;
  font-family: "FOT-セザンヌ Pro M", "FOT-マティス Pro M", "FOT-マティス Pro DB", "FOT-セザンヌ Pro DB", "FOT-ニューロダン Pro M" !important;
  line-height: 1.5 !important;
}

@media screen and (min-width: 768px) {
  h4.green {
    font-size: 20px !important;
  }
}

.nsw-list {
  margin-top: 30px;
  color: #fff;
}

.nsw-list__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px;
}

.nsw-list__box {
  width: 48%;
}

.nsw-list__box:nth-child(n+3) {
  margin-top: 4%;
}

.nsw-list__head {
  font-size: 10px;
  margin-top: 10px;
}

.nsw-list__item:not(:first-child) {
  margin-top: 30px;
}

.note02 {
  margin-top: 50px !important;
}

.nsw-list__text {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}

.nsw-list__attention {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 15px;
}

.nsw-list__attention p {
  padding-left: 1em;
  text-indent: -1em;
}

.nsw-list__attention p:not(:first-child) {
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .nsw-list__text {
    width: 48%;
    font-size: 16px;
    margin-top: 0;
  }

  .nsw-list__attention p:not(:first-child) {
    margin-top: 0;
  }

  .nsw-list__attention {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .nsw-list {
    margin-top: 50px;
  }

  .nsw-list__inner {
    margin-top: 25px;
  }

  .nsw-list__item:not(:first-child) {
    margin-top: 40px;
  }

  .note02 {
    margin-top: 50px !important;
  }

  .nsw-list__photo {
    width: 50%;
  }

  .nsw-list__photo.max {
    width: 100%;
  }

  .nsw-list__box {
    width: 32.5%;
  }

  .nsw-list__box:nth-child(n+3) {
    margin-top: 0;
  }

  .nsw-list__box:nth-child(n+4) {
    margin-top: 2%;
  }

  .nsw-list__head {
    font-size: 14px;
    margin-top: 10px;
  }
}

.mt40 {
  margin-top: 50px !important;
}

.fix-btn {
  display: block;
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {

  .fix-btn {
    top: 260px;
    width: 190px;
  }
}