#l_container {
  position: relative;
  z-index: 5;
  overflow-x: hidden;
}

#l_footer {
  position: relative;
  z-index: 10;
  padding: 9rem 0;
}
#l_footer .pointer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  #l_footer .pointer {
    display: none;
  }
}
#l_footer .pointer .btn {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#l_footer .pointer .btn .inner {
  position: relative;
  z-index: 5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11rem;
  height: 11rem;
  font-size: 2rem;
  line-height: 1;
  color: #064499;
  background: #fff;
  border-radius: 11rem;
  text-transform: uppercase;
  font-family: "Teko";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#l_footer .pointer .btn .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 11rem;
  height: 11rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 11rem;
  -webkit-animation: zoom 1.5s infinite;
          animation: zoom 1.5s infinite;
}
#l_footer .pointer .btn.play .inner {
  color: #fff;
  background: #d90306;
}
#l_footer .pointer .btn.play .inner img {
  width: 1.5rem;
  margin-bottom: 0.7rem;
}
#l_footer .pointer .btn.play .bg {
  background: rgba(218, 3, 6, 0.3);
}
#l_footer .pointer .btn.is-active {
  cursor: none;
  opacity: 1;
}
#l_footer .toTop {
  position: absolute;
  top: -2rem;
  right: 4rem;
  z-index: 5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #l_footer .toTop {
    display: none;
  }
}
#l_footer .toTop a {
  display: block;
  width: 8rem;
  height: 8rem;
  padding-top: 2.8rem;
  font-size: 1.8rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10rem;
  font-family: "Teko";
}
#l_footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper {
    display: block;
  }
}
#l_footer .wrapper .company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper .company {
    display: block;
    text-align: center;
  }
}
#l_footer .wrapper .company .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper .company .logo a {
    display: block;
  }
}
#l_footer .wrapper .company .logo a img {
  width: 15.9rem;
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper .company .logo a img {
    width: 16.7rem;
  }
}
#l_footer .wrapper .company .logo a span {
  margin-left: 2.5rem;
  font-size: 2.7rem;
  color: #1953a4;
  text-transform: uppercase;
  font-family: "Teko";
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper .company .logo a span {
    display: block;
    margin: 0.5rem 0 0;
    font-size: 2.2rem;
  }
}
#l_footer .wrapper .company ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper .company ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 4rem 0 0;
  }
}
#l_footer .wrapper .company ul li + li {
  margin-left: 3rem;
}
#l_footer .wrapper .company ul li a {
  position: relative;
  display: inline-block;
  padding-right: 1.5rem;
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper .company ul li a {
    padding-right: 3rem;
  }
}
#l_footer .wrapper .company ul li a::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.9rem;
  height: 0.9rem;
  background: url("../img/i_blank_gy.svg") no-repeat center;
  background-size: 100% auto;
  content: "";
  position: absolute;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper .company ul li a::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
#l_footer .wrapper .social {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper .social {
    padding-top: 4rem;
    margin: 4rem 0 0;
    border-top: 0.1rem solid #e6e6e6;
  }
}
#l_footer .wrapper .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper .social ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#l_footer .wrapper .social ul li + li {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper .social ul li + li {
    margin-left: 3rem;
  }
}
#l_footer .wrapper .social ul li a {
  display: inline-block;
  width: 3.2rem;
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper .social ul li a {
    width: 5rem;
  }
}
#l_footer .wrapper .social .copyright {
  margin-top: 1rem;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  #l_footer .wrapper .social .copyright {
    margin-top: 3rem;
    text-align: center;
  }
}
#l_footer .wrapper .social .copyright > span {
  text-transform: uppercase;
}

#l_header {
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 0;
  left: 0;
}
#l_header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3rem 5rem;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #l_header .logo a {
    color: #1953a4;
    display: block;
    padding: 2rem 3rem;
  }
}
#l_header .logo a img {
  width: 23.2rem;
}
@media screen and (max-width: 768px) {
  #l_header .logo a img {
    width: 17rem;
  }
}
#l_header .logo a span {
  margin-left: 3rem;
  font-size: 3.2rem;
  text-transform: uppercase;
  font-family: "Teko";
}
@media screen and (max-width: 768px) {
  #l_header .logo a span {
    display: block;
    margin: 0.5rem 0 0 1rem;
  }
}/*# sourceMappingURL=layout.css.map */