.intro {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: #262b26;
  width: 100%;
  height: 100%;
}
.intro.show-intro .intro-logo img:nth-child(1) {
  opacity: 1;
}
.intro.show-intro .intro-logo img:nth-child(2) {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.intro.show-intro .intro-logo img:last-child {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 39.5px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.intro-logo.disappear {
  opacity: 0;
}
.intro-logo img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.intro-logo img:nth-child(1) {
  width: 27.43px;
  height: 38.5px;
  left: 0;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.intro-logo img:nth-child(2) {
  width: 157.55px;
  right: 0;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 1s 0.6s;
  -o-transition: clip-path 1s 0.6s;
  -webkit-transition: clip-path 1s;
  -webkit-transition-delay: 0.6s;
  transition: clip-path 1s 0.6s;
}
.intro-logo img:last-child {
  width: 157.55px;
  right: 0;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -moz-transition: clip-path 1s 0.6s;
  -o-transition: clip-path 1s 0.6s;
  -webkit-transition: clip-path 1s;
  -webkit-transition-delay: 0.6s;
  transition: clip-path 1s 0.6s;
}

.top-img li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.top-img li:nth-child(1) .top-img-in {
  background-position: 43% 53%;
}
.top-img li:nth-child(2) .top-img-in {
  background-position: 50% 60%;
}
.top-img li:last-child .top-img-in {
  background-position: 63% 60%;
}
.top-img-inner {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  -moz-transition: -moz-transform 8s;
  -o-transition: -o-transform 8s;
  -webkit-transition: -webkit-transform 8s;
  transition: transform 8s;
}
.top-img-in {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  opacity: 0;
  -moz-transition: -moz-transform 8s, clip-path 3s 3s, opacity 3s 2s;
  -o-transition: -o-transform 8s, clip-path 3s 3s, opacity 3s 2s;
  -webkit-transition: -webkit-transform 8s, clip-path 3s, opacity 3s;
  -webkit-transition-delay: 0s, 3s, 2s;
  transition: transform 8s, clip-path 3s 3s, opacity 3s 2s;
}
.show-img .top-img-in {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -moz-transition: -moz-transform 8s, clip-path 3s;
  -o-transition: -o-transform 8s, clip-path 3s;
  -webkit-transition: -webkit-transform 8s, clip-path 3s;
  transition: transform 8s, clip-path 3s;
}
.top-slogan li {
  position: absolute;
  top: 70%;
  right: 8%;
  z-index: 2;
  opacity: 0;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.top-slogan li.show-text {
  opacity: 1;
}
.top-big {
  font-size: 36px;
  font-family: "Ubuntu", Arial, Helvetica;
  font-weight: 300;
  color: #FFF;
  text-shadow: 0 0 8px #333;
  display: -ms-flexbox;
  display: flex;
}
.top-t {
  margin-top: -40px;
  margin-left: -10px;
  opacity: 0;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -moz-transition: opacity 0.8s, -moz-transform 0.8s;
  -o-transition: opacity 0.8s, -o-transform 0.8s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
}
.show-text .top-t {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.top-b {
  margin-top: -10px;
  margin-right: -10px;
  opacity: 0;
  -moz-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -moz-transition: opacity 0.8s, -moz-transform 0.8s;
  -o-transition: opacity 0.8s, -o-transform 0.8s;
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
}
.show-text .top-b {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.top-deco {
  width: 60px;
  height: 1.5px;
  background: #FFF;
  box-shadow: 0 0 8px #333;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -moz-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  -webkit-transform: rotate(-55deg);
  transform: rotate(-55deg);
  -moz-transition: clip-path 0.8s;
  -o-transition: clip-path 0.8s;
  -webkit-transition: clip-path 0.8s;
  transition: clip-path 0.8s;
}
.show-text .top-deco {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.top-content {
  margin-top: 25px;
  margin-left: 30px;
  color: #FFF;
  text-shadow: 0 0 8px #333;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 1.2s;
  -o-transition: clip-path 1.2s;
  -webkit-transition: clip-path 1.2s;
  transition: clip-path 1.2s;
}
.show-text .top-content {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.slogan-inner {
  padding: 0 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.slogan-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.slogan-title p {
  font-size: 72px;
  font-family: "Ubuntu", Arial, Helvetica;
  font-style: italic;
  color: #2a372a;
  letter-spacing: 0.2rem;
  line-height: 60px;
  font-weight: 300;
}
.slogan-deco {
  width: 50px;
  margin: 0 50px;
  position: relative;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.slogan-deco.show {
  opacity: 1;
}
.slogan-deco-line {
  width: 50px;
  height: 1px;
  background: #e3c44c;
}
.slogan-deco-line:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slogan-deco-line:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slogan-deco-box {
  width: 12px;
  height: 12px;
  background: #282f28;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slogan-text {
  font-size: 0.875rem;
}
.slogan-text:nth-child(1) {
  padding-bottom: 3px;
}

.about-inner {
  padding: 0 70px;
  max-width: 1200px;
  margin: 0 auto;
}
.about-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-box {
  width: 45%;
}
.about-img {
  display: -ms-flexbox;
  display: flex;
  width: 95%;
}
.about-img-in img {
  width: 100%;
}
.about-title {
  margin-right: 13px;
}
.about-content {
  padding-top: 50px;
  margin-left: 55px;
}
.about-text span {
  display: block;
}
.about-image {
  width: 35%;
  margin-top: 30px;
}
.about-image img {
  width: 100%;
}
.about-btn {
  margin-top: 30px;
}

.project-top {
  width: 85vw;
  margin-left: auto;
}
.project-bg {
  width: 100%;
  height: 250px;
  background: #262b26;
  margin-left: auto;
}
.project-title {
  margin-left: 8%;
  margin-top: -110px;
}
.project-inner {
  padding: 0 70px;
  max-width: 1200px;
  margin: -90px auto 0;
}
.project-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  padding-bottom: 110px;
}
.project-image {
  width: 35%;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.project-image.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.project-image img {
  width: 100%;
}
.project-content {
  width: 45%;
  margin-bottom: -110px;
  margin-right: 10vw;
}
.project-img img {
  width: 100%;
}
.project-btn {
  margin-top: 30px;
}

.bg-inner {
  padding: 0 70px;
  overflow: hidden;
}
.bg-slogan {
  font-size: 60px;
  line-height: 60px;
  color: #2a372a;
  text-align: center;
  letter-spacing: 0.12rem;
}
.bg-slogan.show span:nth-child(1), .bg-slogan.show span:last-child {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.bg-slogan.show span:nth-child(2) {
  opacity: 1;
}
.bg-slogan span:nth-child(1) {
  clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.bg-slogan span:nth-child(2) {
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.bg-slogan span:last-child {
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}

.contact-map {
  width: 85vw;
  height: 30vw;
  max-height: 450px;
  background: #262b26;
}
.contact-inner {
  padding: 0 70px;
  margin-top: 50px;
  width: calc(75vw - 105px);
}
.contact-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.contact-title {
  margin-right: 5%;
}
.contact-item {
  font-size: 0.875rem;
  position: relative;
  padding-left: 25px;
  padding-bottom: 10px;
  max-width: 420px;
}
.contact-item i {
  width: 17px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
  color: #3a493a;
}
.contact-item a {
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.contact-item a:hover {
  color: #FFF;
}

@media screen and (max-width: 1400px) {
  .top-big {
    font-size: 32px;
  }

  .bg-slogan {
    font-size: 44px;
  }
}
@media screen and (max-width: 1100px) {
  .top-img-inner {
    width: 100%;
  }
  .top-slogan li {
    right: unset;
    left: 10%;
    top: 65%;
  }
  .top-big {
    font-size: 32px;
    background: unset;
    text-shadow: 0 0 8px #333;
    padding: unset;
  }
  .top-content {
    background: unset;
    text-shadow: 0 0 8px #333;
    padding: unset;
  }

  .slogan-wrap {
    -webkit-flex-flow: column;
    flex-flow: column;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  .slogan-title {
    text-align: right;
    order: 1;
  }
  .slogan-title p {
    font-size: 66px;
  }
  .slogan-deco {
    width: 35px;
    margin: 40px 0 13px auto;
    order: 3;
  }
  .slogan-deco-line {
    width: 35px;
  }
  .slogan-deco-box {
    width: 8px;
    height: 8px;
  }
  .slogan-content {
    text-align: right;
    order: 2;
    margin-top: 35px;
  }

  .about-box {
    width: 48%;
  }
  .about-img {
    width: 100%;
  }
  .about-image {
    width: 39%;
  }

  .project-top {
    width: auto;
  }
  .project-bg {
    width: calc(100% - 70px);
  }
  .project-title {
    margin-left: calc(70px + 5%);
  }
  .project-image {
    width: 37%;
  }
  .project-content {
    width: calc(63% - 10vw);
  }

  .bg-slogan {
    font-size: 44px;
  }

  .contact-map {
    width: calc(100% - 70px);
    height: 40vw;
  }
  .contact-inner {
    width: calc(85vw - 105px);
  }
}
@media screen and (max-width: 800px) {
  .about-box {
    width: 80%;
  }
  .about-image {
    display: none;
  }

  .project-bg {
    height: 220px;
  }
  .project-title {
    margin-left: calc(70px + 6%);
  }
  .project-wrap {
    display: block;
    padding-bottom: unset;
  }
  .project-image {
    width: 50%;
    margin-left: auto;
  }
  .project-content {
    width: 75%;
    margin: 50px 0 0;
  }

  .bg-slogan {
    font-size: 32px;
    line-height: unset;
  }

  .contact-map {
    height: 48vw;
  }
  .contact-title {
    margin-right: 35px;
  }
}
@media screen and (max-width: 640px) {
  .intro-logo {
    width: calc(200px * 4 / 5);
    height: calc(39.4px * 4 / 5);
  }
  .intro-logo img:nth-child(1) {
    width: calc(27.43px * 4 / 5);
    height: calc(38.5px * 4 / 5);
  }
  .intro-logo img:nth-child(2), .intro-logo img:last-child {
    width: calc(157.55px * 4 / 5);
  }

  .top-img-in {
    -moz-transition: -moz-transform 8s, clip-path 2.4s 2.4s, opacity 2.4s 1.2s;
    -o-transition: -o-transform 8s, clip-path 2.4s 2.4s, opacity 2.4s 1.2s;
    -webkit-transition: -webkit-transform 8s, clip-path 2.4s, opacity 2.4s;
    -webkit-transition-delay: 0s, 2.4s, 1.2s;
    transition: transform 8s, clip-path 2.4s 2.4s, opacity 2.4s 1.2s;
  }
  .show-img .top-img-in {
    -moz-transition: -moz-transform 8s, clip-path 2.4s;
    -o-transition: -o-transform 8s, clip-path 2.4s;
    -webkit-transition: -webkit-transform 8s, clip-path 2.4s;
    transition: transform 8s, clip-path 2.4s;
  }
  .top-slogan li {
    padding-right: 10%;
  }
  .top-big {
    font-size: 1.5rem;
    font-weight: normal;
  }
  .top-t {
    margin-top: -30px;
    margin-left: unset;
  }
  .top-b {
    margin-top: -5px;
  }
  .top-deco {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .top-content {
    margin-left: unset;
    font-size: 0.875rem;
  }

  .slogan-inner {
    padding: 0 35px;
  }
  .slogan-title p {
    font-size: 36px;
    line-height: unset;
    font-weight: normal;
  }
  .slogan-deco {
    order: 2;
    margin: 25px 0 35px auto;
  }
  .slogan-content {
    margin-top: unset;
    order: 3;
  }

  .about-inner {
    padding: 0 35px;
  }
  .about-box {
    width: 100%;
  }
  .about-content {
    padding-top: 35px;
  }

  .project-bg {
    width: calc(100% - 35px);
  }
  .project-title {
    margin-left: calc(35px + 6%);
  }
  .project-inner {
    padding: 0 35px;
  }
  .project-image {
    width: calc(100% - 6% - 95px);
  }
  .project-content {
    width: 100%;
    margin: 35px 0 0;
  }

  .bg-inner {
    padding: 0 35px;
  }
  .bg-slogan {
    font-size: 24px;
  }
  .bg-slogan span {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }
  .bg-slogan span:nth-child(1) {
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  .bg-slogan span:last-child {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }

  .contact-map {
    width: 100%;
    height: 350px;
  }
  .contact-inner {
    padding: 0 35px;
    margin-top: 35px;
    width: auto;
  }
}
