header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0; }

.home {
  overflow: hidden; }
  .home main {
    height: 100vh; }
  .home .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-user-select: none;
    /* for Firefox */
    -webkit-user-select: none;
    /* for Chrome */ }
    @media (max-width: 767.98px) {
      .home .content {
        margin: 0; } }
    .home .content .main-vision {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .home .content .main-vision .bg-part {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center bottom;
        position: absolute; }
        .home .content .main-vision .bg-part:nth-child(1) {
          z-index: 4; }
        .home .content .main-vision .bg-part:nth-child(2) {
          z-index: 3; }
        .home .content .main-vision .bg-part:nth-child(3) {
          z-index: 2; }
        .home .content .main-vision .bg-part:nth-child(4) {
          z-index: 1;
          object-position: center top; }
    .home .content .cover {
      position: absolute;
      z-index: 10;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      @media (max-width: 767.98px) {
        .home .content .cover {
          top: calc(50% - 64px); } }
      @media (max-width: 575.98px) {
        .home .content .cover {
          top: 50%; } }
      .home .content .cover .cover-img {
        margin: 0 auto;
        display: inline-block;
        height: auto;
        line-height: 1.2;
        letter-spacing: 1px;
        color: transparent;
        font-size: 50px;
        background-image: url("../images/cover.png");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center; }
        @media (max-width: 575.98px) {
          .home .content .cover .cover-img {
            font-size: 40px;
            line-height: 1.25;
            letter-spacing: 0.8px; } }
      .home .content .cover .extract-links {
        padding-top: 20px; }
        .home .content .cover .extract-links a {
          font-size: 16px;
          line-height: 1;
          letter-spacing: 0.3px;
          color: #000000;
          position: relative;
          transition: color 0.3s; }
          .home .content .cover .extract-links a:hover {
            color: #4d4d4d; }
          .home .content .cover .extract-links a:nth-child(n+2) {
            margin-left: 15px; }
          .home .content .cover .extract-links a::before {
            content: '#';
            padding-right: 5px; }
          .home .content .cover .extract-links a::after {
            position: absolute;
            content: '';
            display: block;
            width: 100%;
            height: 11px;
            left: -2px;
            bottom: -4px;
            background: #d24648;
            opacity: 0.2; }

/*# sourceMappingURL=home.css.map */
