@charset 'utf-8';
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
/*@font-face {
  font-family: 'Xolonium';
  src: url('../fonts/xolonium-regular.otf'),
       url("../fonts/xolonium-regular.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
  font-family: 'TradeGothicLTPro';
  src: url("../fonts/TradeGothicLTPro-Bold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* ---------- RESET ---------- */
  html,
  body{margin: 0; }
  #hd * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word;
  }
  ::selection {
    background: #1d2124;
    color: #CE0000;
  }
  ::-moz-selection {
    background: #1d2124;
    color: #ffffff;
  }
  #hd{
    font-family: "Roboto Condensed", "Arial", sans-serif;
    background: black;
    color: #FFF;
    font-size: 16px;
    margin: 0;
    padding: 0;
    /*background-attachment: fixed;*/
    background-color: #000;
    position: absolute; width:100%; left:0; overflow:hidden; z-index:0;
  }
  #hd ul,
  #hd li,
  #hd figure{margin: 0; padding: 0; }
  #hd h1,
  #hd h2,
  #hd h3,
  #hd h4,
  #hd p,
  #hd a,
  #hd li {
    font:inherit;
    margin:0;
    padding:0;
  }
  #hd img{
    display: block;
    height: auto;
    border:none;
    max-width: 100% !important;
    margin:0 auto;
  }
/* ---------- TXT ------------ */
  #hd h1,
  #hd h2,
  #hd h3,
  #hd h4,
  #hd h5,
  #hd h6,
  #hd a,
  #hd p,
  #hd b,
  #hd small{
    font:inherit;
    color:inherit;
  }
  #hd sup{
    display: inline-block;
    margin-top: -.25em;
  }
  #hd h1,
  #hd h2,
  #hd h3,
  #hd h4,
  #hd h5,
  #hd h6{
    font-family: 'TradeGothicLTPro', 'Roboto Condensed', sans-serif;
    font-weight: 400;
    letter-spacing: .03em;
  }
  #hd h1{
    font-size: 5em;
    padding-bottom: 25px;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .4);
    line-height: .8em;
  }
  #hd h2{
    position: relative;
    font-size: 3.3em;
    display: inline-block;
    text-transform:uppercase;
    /*padding-bottom: 50px;*/
    line-height: 1.4em;
  }
  #hd h3{
    font-size: 2.2em;
    display: inline-block;
    margin-bottom: 35px;
    color: #b60b01;
    line-height: 1.2em;
    text-shadow: black 0em 0em 0.3em;
  }
  #hd h5{
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0;
  }
  #hd h6{
    font-family: "Roboto Condensed", "Arial", sans-serif;
    font-size: 1.2em;
  }
  #hd a,
  #hd p,
  #hd b,
  #hd small{
    font-family: "Roboto Condensed", "Arial", sans-serif;
    font-weight: 300;
  }
  #hd p {
    font-size: 1.05em;
    letter-spacing: .05em;
    font-weight: 300;
    line-height: 1.7em;
    margin: 0;
    margin-bottom: 25px;
  }
  #hd small {
    font-size: .9em;
    line-height: 1.6em;
    font-weight: 300;
    letter-spacing: .08em;
  }
  #hd #kv small {
    color: rgb(231, 231, 231);
  }
  #hd .txt-gradient-w{
    color: #fff !important;
      background: #f81a1a;
      background: -webkit-linear-gradient(left, #fff 10%, #999 20%, #fff 50%, #999 80%, #fff 90%);
      background: -o-linear-gradient(left, #fff 10%, #999 20%, #fff 50%, #999 80%, #fff 90%);
      background: -moz-linear-gradient(left, #fff 10%, #999 20%, #fff 50%, #999 80%, #fff 90%);
      background: linear-gradient(to right, #fff 10%, #999 20%, #fff 50%, #999 80%, #fff 90%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      text-shadow: 1px 1px 3px rgba(0, 0, 0, .1);
  }
  /*ie11 above fixed*/
  _:-ms-fullscreen,
  :root #hd .txt-gradient-w{background: transparent !important; }

  #hd .txt-center {text-align: center; }
  #hd .txt-left {text-align: left; }
  #hd .txt-underline{text-decoration: underline;}
/* ---------- BLOCK ---------- */
  #hd .w90 {
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #hd .w1920 {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
  }
  #hd .w1200{
    width: 90%;
    margin: 0 auto;
    position: relative;
  }
  #hd .w1200 {max-width: 1200px; }
  #hd .col25,
  #hd .col33,
  #hd .col40,
  #hd .col45,
  #hd .col50,
  #hd .col55,
  #hd .col60,
  #hd .col70,
  #hd .col80  {
    display: inline-block;
    margin-left: -5px;
    vertical-align: middle;
  }
  #hd .col25 {width: 25%; }
  #hd .col33 {width: 33.33%; }
  #hd .col40 {width: 40%; }
  #hd .col45 {width: 45%; }
  #hd .col50 {width: 50%; }
  #hd .col55 {width: 55%; }
  #hd .col60 {width: 60%; }
  #hd .col70 {width: 70%; }
  #hd .col80 {width: 80%; }

  #hd .ib-top{vertical-align: top;}
  #hd .ib-bottom{vertical-align: bottom;}

  #hd .flex-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  #hd .fleft {float: left; }
  #hd .fright {float: right; }
  #hd .cf:after{
    content:'';
    display: block;
    clear:both;
  }

  #hd .hd_mobile-on,
  #hd .hd_480on,
  #hd .hd_620on,
  #hd .hd_1024-on {display: none;}
/*----------- COLOR -----------*/
  #hd .color-primary{
    color: #b60b01;
  }
  #hd .color-grey {
    color: #999;
  }
  #hd .color-white {
    color: #fff;
  }
  #hd small.color-primary,
  #hd small.color-grey{font-weight: 400;}
  #hd .gradient45d{
    background: linear-gradient(135deg, #a90400 20%, #d21a1a 50%, #a90400 80%);
    background: -moz-linear-gradient(135deg, #a90400 20%, #d21a1a 50%, #a90400 80%);
    background: -webkit-linear-gradient(135deg, #a90400 20%, #d21a1a 50%, #a90400 80%);
    background: -o-linear-gradient(135deg, #a90400 20%, #d21a1a 50%, #a90400 80%);
  }
/* ---------- fp-nav --------- */
  #fp-nav{
    margin-top: -43.5px; z-index:99999;
  }
  #fp-nav ul li {
    text-align: center;
  }
  #fp-nav ul li a span,
  #fp-nav ul li:hover a span {
    width: 6px;
    height: 6px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #fp-nav ul li.active a span,
  #fp-nav ul li.active:hover a span,
  #fp-nav ul li.active:hover a span {
    top: 0;
    left: 0;
    right: 0;
    height: 13px;
    width: 13px;
    margin: auto;
    background-color: #f51301;
  }
  #fp-nav ul li:hover a span {
    background-color: #f51301;
  }
  #fp-nav ul li .fp-tooltip {
    color: #f51301;
  }
  #fp-nav ul li.active .fp-tooltip {
    top: 5px;
  }
/* ---------- scrollUp ------- */
  #hd #scrollUp {
    float: left;
    position: fixed;
    right: 25px;
    bottom: 40px;
    z-index: 17;
    width: 45px;
    height: 45px;
    border-radius: 26px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    border: 2px solid #8D0000;
    -webkit-transition: all .25s ease;
       -moz-transition: all .25s ease;
        -ms-transition: all .25s ease;
         -o-transition: all .25s ease;
            transition: all .25s ease;
  }
  #hd #scrollUp.hd-show {
    opacity: 1;
  }
  #scrollUp svg {
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      right: 0;
      bottom: 5px;
      left: 0;
      fill: #8D0000;
      -webkit-transform: rotateZ(270deg);
      -moz-transform: rotateZ(270deg);
      -ms-transform: rotateZ(270deg);
      -o-transform: rotateZ(270deg);
      transform: rotateZ(270deg);
  }
  #scrollUp:hover svg {
      fill: white;
  }
  #hd #scrollUp:hover,
  #hd #scrollUp:active {
    background-color: #8D0000;
  }

/* ---------- main------------ */
  #hd .sec_padding{
    position: relative;
    padding: 60px 0 120px;
  }
  #hd section{
    position: relative;
    text-align: center;
  }
  #hd section article{
    position: relative;
    text-align: left;
  }
  #hd .article_padding{
    padding: 100px 0;
  }
  #hd section.top_decoration:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    padding-top: 17%;
    /*border: 1px solid #ddd;*/
    left: 0;
    top: -100px;
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
  }
  #hd section#customization.top_decoration:before{
    background-image: url(../img/frame01.png);
  }
  #hd section#core.top_decoration:before{
    background-image: url(../img/frame02.png);
  }
  #hd section#compatibility.top_decoration:before{
    background-image: url(../img/frame03.png);
  }
  #hd section#customization.top_decoration:before{
    background-image: url(../img/frame03.png);
  }
/*------------introduction---- */
  #hd #introduction .w1200{margin-top: -8%; }
/* ---------- kv-------------- */
  #hd #kv{
    padding-top: 10px;
    padding-bottom: 50px;
  }
  #hd #kv .banner{
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
  }
  #hd #kv .banner .banner_pc{display: block; }
  #hd #kv .banner .banner_m{display: none; }
  #hd #kv .banner ul.text_list{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #hd #kv .banner ul.text_list span{display: none; }
  #hd #kv .banner ul.text_list li{position: absolute; }
  #hd #kv .banner ul.text_list li:nth-child(1){
    top: 20%;
    left: 53%;
  }
  #hd #kv .banner ul.text_list li:nth-child(2){
    top: 45%;
    right: 59%;
  }
  #hd #kv .banner ul.text_list li:nth-child(3){
    top: 84%;
    left: 62%;
  }
  #hd #kv .banner ul.text_list li:nth-child(4){
    position: absolute;
    top: 93%;
    right: 4%;
  }
/*------------customization--- */
  #hd #customization{
    padding: 80px 0 120px;
  }
  #hd #customization .hd-container{
    position: relative;
    z-index: 2;
  }
  #hd #customization figure{
    margin-top: -6%;
    position: relative;
    overflow: hidden;
  }
  #hd #customization .hd-aura{
    width: 15%;
    max-width: 150px !important;
    margin-left: auto;
    margin-right: 0;
    position: absolute;
    bottom: 5%;
    right: 10%;
  }
/* ---------- armoury -------- */
  #hd .blue_btn{
    cursor: pointer;
    border: 1px solid #b60b01;
    color:#b60b01;
    border-radius: 10px;
    width: 350px;
    z-index: 10;
    margin: 0 auto;
    margin-top: 7%;
  }
  #hd .blue_btn.txt-center{
    margin-top: -5%;
    position: relative;
    z-index: 2;
  }
  #hd .blue_btn h5{
    font-family: "Roboto Condensed", "Arial", sans-serif;
    font-weight: bold;
    position: relative;
    padding: 15px;
  }
  #hd .blue_btn h5 span{
    position: absolute;
    top: 30%;bottom: 0;
    left: 80%;
    margin:auto 0;
    display: inline-flex;
    align-items: center;
  }

  #hd #armoury{
    display: none;
    position: relative;
      overflow: hidden;
    padding-top: 5%;
      margin-bottom: 5%;
  }
  #hd #armoury .flex-wrap.bottom_box{
    align-items: flex-start;
  }
  #hd #armoury.hd-active{
    display: block;
    -webkit-animation: fadeInFromBottom .8s cubic-bezier(.5, .38, .22, .98) forwards;
      -o-animation: fadeInFromBottom .8s cubic-bezier(.5, .38, .22, .98) forwards;
      animation: fadeInFromBottom .8s cubic-bezier(.5, .38, .22, .98) forwards;
  }
  #hd .hd-sec-armoury {
    padding: 0px 0 5%;
  }
  #hd .hd-sec-armoury h3+p {
    margin: 0 auto 8%;
  }

  #hd .hd_armoury_filter {
    width: 30%;
    transform: translateY(-44px);
  }
  #hd .hd_armoury_filter .bottom_box{
    justify-content: center;

  }
  #hd .hd_armoury_filter li {
    border: 1px solid  white;
    border-radius: 10px;
    padding:15px 15px 13px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: .3s;
  }
  #hd .hd_armoury_filter li:hover,
  #hd .hd_armoury_filter li.hd_active {
    border: 1px solid #b60b01;
    background-color:#b60b01;
    color: #b60b01;
  }

  #hd .hd_armoury_filter li h4 {
    font-family: "Roboto Condensed", "Arial", sans-serif;
    color: white;
    margin-bottom: 0;
    font-size: 1.125em;
  }

  #hd .hd_armoury_filter li:hover h4,
  #hd .hd_armoury_filter li.hd_active h4 {
      color: #ffffff;
  }

  #hd .hd-sec-armoury .fright {
      width: calc(100% - 30%);
      padding-left: 20px;
  }

  #hd .hd_armoury_content {
      width: 100%;
  }

  #hd .hd_armoury_content li {
      height: 0;
      opacity: 0;
      visibility: hidden;
  }

  #hd .hd_armoury_content li.hd_active {
      height: auto;
      opacity: 1;
      visibility: visible;
  }

  #hd .hd_armoury_content figure img{
    width: 90%;
    margin:0 auto;
  }

  #hd .hd_armoury_content .owl-dots {
      width: 100%;
      position: absolute;
      top: 100%;
      margin: 18px 0 10px;
    text-align: center;
    display: block;
  }

  #hd .hd_armoury_content .owl-dot {
      display: inline-block;
      vertical-align: top;
      width: 10px;
      height: 10px;
      border-radius: 6px;
      background: #DADADA;
      margin: 5px;
  }

  #hd .hd_armoury_content .owl-dot.active {
      background: #b60b01;
  }
  #hd #armoury .blue_btn{
    margin-bottom: 7% auto 0 !important;
  }

  #hd .hd_armoury_content .owl_fix .owl-dots{
    top:80%;
  }

/* ---------- core------------ */
  #hd #core{
    background-color: #1a1a1a;
    position: relative;
    z-index: 3;
  }
  #hd #core article{
    background-image: url(../img/core-to-core-bg.jpg);
    background-size: 80% auto;
    background-position: right 85%;
    background-repeat: no-repeat;
  }
  #hd #core .w1200{
    z-index: 1;
  }
  #hd #core .product_photo{
    position: absolute;
    top: -20%;
    right: -14%;
    width: 70%;
    max-width: 1030px !important;
  }
  #hd #core .optimized_list li{
    padding: 12px 0;
  }
  #hd #core .top .title_box,
  #hd #core .top .line_box{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
  }
  #hd #core .top .title_box{
    width: 130px;
    padding: 40px 0;
  }
  #hd #core .top .title_box:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #111111;
      background: -moz-linear-gradient(90deg, #aaa 0%, #bbc3d1 29%, #777777 51%, #bbc3d1 78%, #777 100%);
      background: -webkit-linear-gradient(90deg, #aaa 0%,#bbc3d1 29%,#777777 51%,#bbc3d1 78%,#777 100%);
      background: linear-gradient(90deg, #aaa 0%,#bbc3d1 29%,#777777 51%,#bbc3d1 78%,#777 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#777',GradientType=1 );
      z-index: -1;
  }
  #hd #core .top .title_box:after{
    content: "";
    position: absolute;
    width: 96%;
    height: 96%;
    top: 2%;
    left: 2%;
    border-radius: 10px;
    background: #111111;
      background-color: #1a1a1a;
      z-index: -1;
  }
  #hd #core .top .title_box h5{
    font-size: 2.5em;
    letter-spacing: .02em;
    line-height: .65;
    text-align: center;
  }
  #hd #core .top .title_box h5 span{
    font-size: 18px;
  }
  #hd #core .top .line_box{
    width: calc(100% - 140px);
    padding-left: 20px;
  }
  #hd #core .top .line_box p{
    margin-bottom: 5px;
  }
  #hd #core .top .line_box .line_title {
    display: block;
    font-size: 1em;
    line-height: 1em;
  }
  #hd #core .top .line_box .line{
    padding-bottom: 5px;
  }
  #hd #core .top .line_box .line span{
    width: 0;
    display: inline-block;
    height: 7px;
    /*border: 1px solid #ddd;*/
    margin-right: 10px;
    transform-origin:bottom;
    transform:skewX(25deg);
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
        -ms-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
  }
  #hd #core .top .line_box .line.line_red span{
    background: -webkit-linear-gradient(left,#b40b01,#5c0b0a);
    background: -o-linear-gradient(right,#b40b01,#5c0b0a);
    background: -moz-linear-gradient(right,#b40b01,#5c0b0a);
    background: linear-gradient(right,#b40b01,#5c0b0a);
  }
  #hd #core .top .line_box .line.line_white span{
    background: -webkit-linear-gradient(left,#c6c6c6,#6a6a6a);
    background: -o-linear-gradient(right,#c6c6c6,#6a6a6a);
    background: -moz-linear-gradient(right,#c6c6c6,#6a6a6a);
    background: linear-gradient(right,#c6c6c6,#6a6a6a);
  }
  #hd #core .top .line_box .line.line_01_1 span.active{
    width: calc(100% - 100px);
  }
  #hd #core .top .line_box .line.line_01_2 span.active{
    width: calc(88% - 100px);
  }
  #hd #core .top .line_box .line.line_02_1 span.active{
    width: calc(80% - 100px);
  }
  #hd #core .top .line_box .line.line_02_2 span.active{
    width: calc(76% - 100px);
  }
  #hd #core ul.bottom{
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  #hd #core ul.bottom li{
    width: 50%;
  }
  #hd #core ul.bottom li{
    border-left: 5px solid #b60b01;
    padding: 0 30px 0 20px;
  }
  #hd #core ul.bottom li h5{
    font-size: 1.65em;
    margin-bottom: .5em;
  }
  #hd #core ul.bottom li p{
    margin-bottom: 0;
  }
/* ---------- compatibility--- */
  #hd #compatibility{
    position: relative;
    z-index: 5;
  }
  #hd #compatibility .title-container{
    position: relative;
    z-index: 2;
  }
  #hd #compatibility > img{
    position: absolute;
    bottom: 0;left: 15%;right: 0;
    margin:0 auto;
  }
  #hd #compatibility article{
    height: 820px;
    text-align: center;
    padding-top: 30px;
  }
  #hd #compatibility h2,
  #hd #compatibility p{
    position: relative;
    z-index: 3;
  }
  #hd #compatibility .title_box{
    width: 370px;
    margin: 120px auto 0 0;
    padding: 24px 0;
    display: block;
    position: relative;
    text-align: left;
    z-index: 3;
    vertical-align: middle;
    text-align: center;
  }
  #hd #compatibility .title_box h5 sup{
    display: inline-block;
    margin-top: .5em;
  }
  #hd #compatibility .title_box h6{
    position: relative;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    z-index: 3;
  }
  #hd #compatibility ul.support_list li{
    position: relative;
    padding: 13px 0;
    z-index: 3;
  }
  #hd #compatibility .text{
    position: relative;
    display: block;
    margin: auto;
    vertical-align: middle;
  }
  #hd #compatibility .title_box h5{
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    position: relative;
    font-size: 1.3em;
    border-bottom: #aaa 2px solid;
    z-index: 3;
  }
  #hd #compatibility .title_box:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: #111111;
      background: -moz-linear-gradient(90deg, #aaa 0%, #bbc3d1 29%, #777777 51%, #bbc3d1 78%, #777 100%);
      background: -webkit-linear-gradient(90deg, #aaa 0%,#bbc3d1 29%,#777777 51%,#bbc3d1 78%,#777 100%);
      background: linear-gradient(90deg, #aaa 0%,#bbc3d1 29%,#777777 51%,#bbc3d1 78%,#777 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaa', endColorstr='#777',GradientType=1 );
      z-index: 1;
  }
  #hd #compatibility .title_box:after{
    content: "";
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    border-radius: 10px;
    background: #111111;
      background-color: #000;
      z-index: 1;
  }
  #hd #compatibility .text{
    width: calc(100% - 100px);
  }
  #hd #compatibility .text p{
    margin-bottom: 0;
  }

/* ---------- ANIMATION ---------- */
  @-webkit-keyframes fadeIn{
    from{opacity: 0;}
    to{opacity: 1;}
  }
  @keyframes fadeIn{
    from{opacity: 0;}
    to{opacity: 1;}
  }
  @-webkit-keyframes colorrun {
      from {
          -webkit-filter: hue-rotate(0deg);
          filter: hue-rotate(0deg);
      }
      to {
          -webkit-filter: hue-rotate(359deg);
          filter: hue-rotate(359deg);
      }
  }
  @keyframes colorrun {
      from {
          -webkit-filter: hue-rotate(0deg);
          filter: hue-rotate(0deg);
      }
      to {
          -webkit-filter: hue-rotate(359deg);
          filter: hue-rotate(359deg);
      }
  }
