/* fonts */
* {
  font-family: "Futura New";
  font-size: 14px;
  color: #000;
  -webkit-font-smoothing: antialiased; }

body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-color: #fff; }

.inner {
  width: 1260px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .inner {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 500px) {
    .inner {
      padding-left: 20px;
      padding-right: 20px; } }

.inner2 {
  width: 970px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .inner2 {
      width: 100%;
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 500px) {
    .inner2 {
      padding-left: 20px;
      padding-right: 20px; } }

a:focus {
  outline: none; }

a::-moz-focus-inner {
  border: 0; }

fieldset {
  border: none;
  padding: 0;
  margin: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

.ff {
  clear: both;
  margin: 0;
  padding: 0; }

.clearfix:after {
  clear: both;
  content: "";
  display: block; }

a {
  outline: none;
  text-decoration: none; }
  a img {
    border: none; }
  a:hover {
    cursor: pointer; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

*:focus {
  outline: none; }

.abs-center {
  position: absolute;
  top: 50%;
  max-width: 100%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.abs-center2 {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

@font-face {
  font-family: 'Futura New';
  src: url("../fonts/FuturaNewMedium-Reg.eot");
  src: url("../fonts/FuturaNewMedium-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaNewMedium-Reg.woff2") format("woff2"), url("../fonts/FuturaNewMedium-Reg.woff") format("woff"), url("../fonts/FuturaNewMedium-Reg.svg#FuturaNewMedium-Reg") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Futura New Book';
  src: url("../fonts/FuturaNewBook-Reg.eot");
  src: url("../fonts/FuturaNewBook-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaNewBook-Reg.woff2") format("woff2"), url("../fonts/FuturaNewBook-Reg.woff") format("woff"), url("../fonts/FuturaNewBook-Reg.svg#FuturaNewBook-Reg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Futura New Reg';
  src: url("../fonts/FuturaNewHeavy-Reg.eot");
  src: url("../fonts/FuturaNewHeavy-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaNewHeavy-Reg.woff2") format("woff2"), url("../fonts/FuturaNewHeavy-Reg.woff") format("woff"), url("../fonts/FuturaNewHeavy-Reg.svg#FuturaNewHeavy-Reg") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Futura New Bold';
  src: url("../fonts/FuturaNewBold-Reg.eot");
  src: url("../fonts/FuturaNewBold-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaNewBold-Reg.woff2") format("woff2"), url("../fonts/FuturaNewBold-Reg.woff") format("woff"), url("../fonts/FuturaNewBold-Reg.svg#FuturaNewBold-Reg") format("svg");
  font-weight: bold;
  font-style: normal; }
section {
  width: 100%;
  overflow: hidden; }

header#top {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 109;
  padding: 48px 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  @media only screen and (max-width: 1040px) {
    header#top {
      padding: 35px 0; } }
  @media only screen and (max-width: 500px) {
    header#top {
      padding: 20px 0; } }
  header#top.scrolled {
    background-color: #000;
    padding: 20px 0; }
  header#top .logo {
    display: block;
    background: url(../img/logo-top.png) no-repeat center;
    background-size: cover;
    width: 249px;
    height: 46px; }
    @media only screen and (max-width: 1040px) {
      header#top .logo {
        width: 200px;
        height: 36px; } }
    @media only screen and (max-width: 500px) {
      header#top .logo {
        width: 150px;
        height: 26px; } }
  header#top .menu {
    margin: 15px 0 0 0;
    padding: 0;
    list-style-type: none; }
    @media only screen and (max-width: 1040px) {
      header#top .menu {
        margin-top: 12px; } }
    @media only screen and (max-width: 990px) {
      header#top .menu {
        display: none; } }
    header#top .menu li {
      float: left;
      margin: 0 15px; }
      header#top .menu li a {
        display: block;
        padding: 0 10px;
        line-height: 20px;
        color: #fff;
        text-transform: uppercase;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        header#top .menu li a.active, header#top .menu li a:hover {
          background-color: #dd0713; }

.headlinebox {
  text-align: center; }
  .headlinebox span {
    display: block;
    font-size: 40px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 1040px) {
      .headlinebox span {
        font-size: 32px; } }
    @media only screen and (max-width: 500px) {
      .headlinebox span {
        font-size: 21px; } }
    .headlinebox span.color {
      font-family: "Futura New Bold";
      display: inline-block;
      background-color: #dd0713;
      color: #fff;
      font-size: 58px;
      padding: 0 12px;
      line-height: 1.1;
      margin-top: 5px; }
      @media only screen and (max-width: 1040px) {
        .headlinebox span.color {
          font-size: 46px; } }
      @media only screen and (max-width: 500px) {
        .headlinebox span.color {
          font-size: 24px; } }

#main-headerbox {
  width: 100%;
  height: 100vh; }
  #main-headerbox .sliderbox {
    width: 100%;
    height: 100%; }
    #main-headerbox .sliderbox .slide {
      width: 100%;
      height: 100%; }
      #main-headerbox .sliderbox .slide.slide-1 {
        background: url(../img/slider_1.jpg) no-repeat center;
        background-size: cover; }
      #main-headerbox .sliderbox .slide.slide-2 {
        background: url(../img/slider_2.jpg) no-repeat center;
        background-size: cover; }
      #main-headerbox .sliderbox .slide.slide-3 {
        background: url(../img/slider_3.jpg) no-repeat center;
        background-size: cover; }
      #main-headerbox .sliderbox .slide .inner {
        height: 100%; }

.text-sectionbox {
  padding: 120px 0; }
  @media only screen and (max-width: 990px) {
    .text-sectionbox {
      padding: 90px 0; } }
  @media only screen and (max-width: 767px) {
    .text-sectionbox {
      padding: 70px 0; } }
  .text-sectionbox .box {
    border-left: 3px solid #dd0713;
    padding: 80px 0 130px 55px;
    text-align: justify; }
    @media only screen and (max-width: 1040px) {
      .text-sectionbox .box {
        padding: 60px 80px 90px 50px; } }
    @media only screen and (max-width: 767px) {
      .text-sectionbox .box {
        padding: 40px 0 40px 30px; } }
    @media only screen and (max-width: 500px) {
      .text-sectionbox .box {
        padding: 30px 0 30px 20px; } }
    .text-sectionbox .box h2 {
      text-transform: uppercase;
      margin-bottom: 40px; }
      @media only screen and (max-width: 1040px) {
        .text-sectionbox .box h2 {
          margin-bottom: 30px; } }

#list-sectionbox {
  text-align: center;
  padding: 30px 0; }
  @media only screen and (max-width: 1040px) {
    #list-sectionbox {
      padding: 0; } }
  #list-sectionbox .item {
    display: block;
    float: left;
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      #list-sectionbox .item {
        width: 50%;
        padding: 0 30px;
        height: 150px; } }
@inclue breakpoint(large-mobile) {
  #list-sectionbox .item {
    width: 100%;
    height: auto; } }
    #list-sectionbox .item img {
      display: inline-block;
      margin: 0 auto; }
      @media only screen and (max-width: 500px) {
        #list-sectionbox .item img {
          height: 80px; } }
    #list-sectionbox .item h3 {
      text-align: center;
      font-size: 14px;
      margin-top: 20px;
      letter-spacing: 0.03em; }
      @media only screen and (max-width: 500px) {
        #list-sectionbox .item h3 {
          width: 100%;
          margin-top: 10px; } }

#icons-sectionbox .inner {
  text-align: center; }
#icons-sectionbox img {
  display: inline-block;
  margin: 0 65px; }
  @media only screen and (max-width: 1040px) {
    #icons-sectionbox img {
      margin: 0 30px; } }
  @media only screen and (max-width: 990px) {
    #icons-sectionbox img {
      margin: 0 15px;
      width: 120px; } }
  @media only screen and (max-width: 767px) {
    #icons-sectionbox img {
      height: 60px;
      width: auto;
      margin: 0 20px 15px 20px; } }

#years-sectionbox {
  width: 100%;
  height: 335px;
  background: url(../img/yearsbox-bg.jpg) no-repeat center;
  background-size: cover;
  margin: 170px 0 40px 0; }
  @media only screen and (max-width: 1040px) {
    #years-sectionbox {
      margin: 120px 0 0 0; } }
  @media only screen and (max-width: 990px) {
    #years-sectionbox {
      height: 280px; } }
  #years-sectionbox .inner {
    height: 100%; }

#images-sectionbox .list {
  width: calc(100% + 40px);
  margin-left: -20px; }
  @media only screen and (max-width: 1040px) {
    #images-sectionbox .list {
      width: calc(100% + 20px);
      margin-left: -10px; } }
  #images-sectionbox .list a {
    display: block;
    width: 25%;
    height: 215px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1040px) {
      #images-sectionbox .list a {
        padding: 0 10px;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 990px) {
      #images-sectionbox .list a {
        height: 120px; } }
    @media only screen and (max-width: 767px) {
      #images-sectionbox .list a {
        width: 33.3%; } }
    @media only screen and (max-width: 500px) {
      #images-sectionbox .list a {
        width: 50%; } }
    #images-sectionbox .list a img {
      display: block;
      max-width: 100%; }

#form-sectionbox {
  padding-bottom: 180px; }
  @media only screen and (max-width: 1040px) {
    #form-sectionbox {
      padding-bottom: 120px; } }
  @media only screen and (max-width: 990px) {
    #form-sectionbox {
      padding-bottom: 90px; } }
  #form-sectionbox .formbox {
    width: 620px;
    margin: 0 auto;
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      #form-sectionbox .formbox {
        padding: 0 20px;
        box-sizing: border-box; } }
    @media only screen and (max-width: 500px) {
      #form-sectionbox .formbox {
        padding: 0 10px; } }
    #form-sectionbox .formbox fieldset {
      width: 100%;
      padding: 0 10px;
      box-sizing: border-box;
      margin-bottom: 20px; }
      #form-sectionbox .formbox fieldset.txt {
        width: 50%; }
        @media only screen and (max-width: 500px) {
          #form-sectionbox .formbox fieldset.txt {
            width: 100%; } }
      #form-sectionbox .formbox fieldset input[type="text"] {
        width: 100%;
        border: 1px solid #e1e1e1;
        line-height: 23px;
        padding: 23px 5px 0 5px;
        border-left: 6px solid #dd0713;
        color: #000;
        box-sizing: border-box; }
      #form-sectionbox .formbox fieldset textarea {
        height: 160px;
        padding: 10px 5px;
        border: 1px solid #e1e1e1;
        border-left: 6px solid #dd0713;
        width: 100%;
        resize: none;
        box-sizing: border-box; }
      #form-sectionbox .formbox fieldset.submit .submit {
        display: block;
        width: 64px;
        line-height: 24px;
        background-color: #dd0713;
        margin: 0 auto;
        border: none;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        cursor: pointer; }

footer {
  width: 100%;
  padding: 60px 0;
  background: url(../img/footer-bg.jpg) no-repeat center;
  background-size: cover; }
  @media only screen and (max-width: 1040px) {
    footer {
      padding: 40px 0; } }
  footer img {
    display: block;
    margin: 0 auto; }
    @media only screen and (max-width: 990px) {
      footer img {
        width: 180px; } }

.menu-icon {
  width: 36px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  position: fixed;
  top: 50px;
  right: 30px;
  z-index: 9998;
  display: none; }
  @media only screen and (max-width: 990px) {
    .menu-icon {
      display: block; } }
  @media only screen and (max-width: 500px) {
    .menu-icon {
      right: 20px;
      top: 25px; } }
  .menu-icon.sticky {
    top: 32px; }
    @media only screen and (max-width: 500px) {
      .menu-icon.sticky {
        top: 50px; } }
  .menu-icon.nav-up {
    top: -200px !important;
    position: fixed; }
  .menu-icon.black, .menu-icon.scrolled {
    top: 30px; }
    @media only screen and (max-width: 500px) {
      .menu-icon.black, .menu-icon.scrolled {
        top: 25px; } }
  .menu-icon > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .menu-icon > span:before, .menu-icon > span:after {
      content: "";
      position: absolute;
      width: 36px;
      height: 2px;
      left: -8px;
      background-color: #fff;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .menu-icon > span:before {
      top: 7px;
      -webkit-transform: translateY(-1em);
      transform: translateY(-1em); }
    .menu-icon > span:after {
      bottom: 7px;
      -webkit-transform: translateY(1em);
      transform: translateY(1em); }
  .menu-icon.open {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
    .menu-icon.open > span {
      background-color: #fff;
      width: 100%; }
      .menu-icon.open > span:before {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        top: 0;
        background-color: #fff;
        left: 0; }
      .menu-icon.open > span:after {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        bottom: 0;
        background-color: #fff;
        left: 0; }

#menu-rwd-box {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 9997;
  box-sizing: border-box;
  padding: 60px 0;
  left: -100%;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition: all 700ms cubic-bezier(1, 0, 0, 1);
  transition: all 700ms cubic-bezier(1, 0, 0, 1);
  overflow: auto; }
  #menu-rwd-box.active {
    left: 0; }
  #menu-rwd-box.sticky {
    padding-top: 15px; }
  #menu-rwd-box .content {
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    @media only screen and (max-width: 990px) and (orientation: landscape) {
      #menu-rwd-box .content {
        top: 30px;
        height: calc(100vh - 120px);
        transform: none;
        position: relative;
        left: auto; } }
    #menu-rwd-box .content.active {
      opacity: 1; }
    #menu-rwd-box .content .contentbox {
      margin-top: -150px; }
      @media only screen and (max-width: 500px) {
        #menu-rwd-box .content .contentbox {
          margin: 0; } }
      #menu-rwd-box .content .contentbox > ul {
        list-style-type: none;
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 500px) {
          #menu-rwd-box .content .contentbox > ul {
            margin-top: -25px; } }
        #menu-rwd-box .content .contentbox > ul > li {
          display: inline-block;
          margin: 0 60px;
          font-size: 43px;
          color: #fff;
          position: relative; }
          @media only screen and (max-width: 1500px) {
            #menu-rwd-box .content .contentbox > ul > li {
              font-size: 32px; } }
          @media only screen and (max-width: 1040px) {
            #menu-rwd-box .content .contentbox > ul > li {
              margin: 0 40px; } }
          @media only screen and (max-width: 990px) {
            #menu-rwd-box .content .contentbox > ul > li {
              display: block;
              margin: 25px 0; } }
          @media only screen and (max-width: 500px) {
            #menu-rwd-box .content .contentbox > ul > li {
              margin: 15px 0;
              font-size: 28px; } }
          #menu-rwd-box .content .contentbox > ul > li > a {
            display: block;
            font-size: 43px;
            color: #fff;
            position: relative;
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            padding: 0 12px;
            line-height: 1; }
            @media only screen and (max-width: 1500px) {
              #menu-rwd-box .content .contentbox > ul > li > a {
                font-size: 32px; } }
            @media only screen and (max-width: 500px) {
              #menu-rwd-box .content .contentbox > ul > li > a {
                font-size: 28px; } }
            #menu-rwd-box .content .contentbox > ul > li > a:after {
              content: "";
              display: block;
              width: 100%;
              height: 2px;
              background-color: #fff;
              position: absolute;
              left: 0;
              bottom: -10px;
              opacity: 0;
              -webkit-transition: 0.4s;
              -moz-transition: 0.4s;
              -o-transition: 0.4s;
              transition: 0.4s; }
              @media only screen and (max-width: 990px) {
                #menu-rwd-box .content .contentbox > ul > li > a:after {
                  content: none; } }
            #menu-rwd-box .content .contentbox > ul > li > a:hover {
              color: #fff;
              text-decoration: none; }
              #menu-rwd-box .content .contentbox > ul > li > a:hover:after, #menu-rwd-box .content .contentbox > ul > li > a:hover:before {
                opacity: 1; }

/*# sourceMappingURL=app-style.css.map */
