.top-images {
  position: relative;
  height: 100vh;
}

.about-inner {
  margin: 0 10%;
}
.about-slogan {
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.about-slogan-company {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  font-size: 1.5rem;
  font-family: "Catamaran", sans-serif;
  color: #f2f2f2;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.show .about-slogan-company {
  opacity: 1;
}
.about-slogan-inner {
  width: 45%;
}
.about-slogan-word {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto 60px;
  color: #000;
  font-size: 1.25em;
  border: #cbc6b2 solid 1px;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.show .about-slogan-word {
  opacity: 1;
}
.about-slogan-word:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 16px;
  width: 8px;
  height: 8px;
  background: #cbc6b2;
}
.about-slogan-word:after {
  content: "";
  display: block;
  width: 1px;
  height: 0px;
  margin: 10px auto;
  background: #cbc6b2;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.show .about-slogan-word:after {
  height: 40px;
}
.about-slogan-text {
  font-size: 0.875em;
  opacity: 0;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.show .about-slogan-text {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.about-slogan-text .en {
  color: #999999;
}
.about-img {
  position: relative;
  margin: 10% 0;
  padding-bottom: 30%;
  background-size: cover;
  background-position: 0% 55%;
}
.about-img:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.about-img.show:after {
  height: 0;
}
.about-content {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.about-title {
  margin: auto;
  white-space: nowrap;
}
.about-text {
  margin-left: 10%;
  padding: 20px 0 20px 10%;
  border-left: #ccc solid 1px;
}

.concept {
  position: relative;
}
.concept-bg {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 25vw;
  background: #f6f6f6;
}
.concept-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.concept-img {
  position: relative;
  width: 45%;
  margin-left: 10%;
  padding-bottom: 30%;
  overflow: hidden;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.concept-img.show {
  opacity: 1;
}
.concept-img-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 65% center;
  -moz-transition: top 0.6s;
  -o-transition: top 0.6s;
  -webkit-transition: top 0.6s;
  transition: top 0.6s;
}
.concept-content {
  width: 25%;
  margin: 0 10%;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.concept-inner {
  margin: auto;
  max-width: 500px;
}

.concept2-wrap {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.concept2-img {
  position: relative;
  width: 40%;
  margin-right: 10%;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.concept2-img img {
  width: 100%;
}
.concept2-img1 {
  width: 40%;
  margin-top: 30%;
  opacity: 0;
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.show .concept2-img1 {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.concept2-img2 {
  width: 55%;
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.show .concept2-img2 {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.concept2-content {
  width: 30%;
  margin: 0 10%;
}
.concept2-subtitle {
  margin-bottom: 40px;
  color: #000;
  font-size: 1.125em;
  letter-spacing: 10px;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.show .concept2-subtitle {
  opacity: 1;
}
.concept2-subtitle span {
  position: relative;
}
.concept2-subtitle span:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #cbc6b2;
  position: absolute;
  right: -15px;
  top: 50%;
  margin-top: -4px;
}
.concept2-subtitle:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #cbc6b2;
  margin-left: 10px;
}

.designer-wrap {
  margin: 0 10%;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.designer-content {
  position: relative;
  width: 28.3333%;
}
.designer-img img {
  width: 100%;
}
.designer-name {
  position: absolute;
  color: #000;
  margin: 10px 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  width: 100%;
}
.designer .designer1 {
  opacity: 0;
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.designer .designer1.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.designer .designer1 .designer-name {
  top: 100%;
  left: 0;
}
.designer .designer1 .designer-name:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #cbc6b2;
  display: block;
  margin-left: 10px;
}
.designer .designer2 {
  margin-top: 10%;
  opacity: 0;
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}
.designer .designer2.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.designer .designer2 .designer-name {
  bottom: 100%;
  right: 0;
}
.designer .designer2 .designer-name:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #cbc6b2;
  display: block;
  margin-right: 10px;
}
.designer-inner {
  text-align: center;
}

.award-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.award-content {
  width: 30%;
  margin: 0 10%;
}
.award-list {
  position: relative;
  width: 50%;
}
.award-list:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
  z-index: 2;
}
.award-list.show:after {
  width: 0;
}
.award-item {
  position: relative;
}
.award-img img {
  width: 100%;
}
.award-info {
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.award-info:after {
  content: "";
  display: block;
  height: 1px;
  background: #FFF;
  box-shadow: 0px 0px 1px #000;
  margin-right: -150px;
}
.award-name {
  display: inline-block;
  font-size: 0.875em;
  color: #FFF;
  text-shadow: 1px 1px 3px #000;
  padding: 0 5px;
}
.award-logo img {
  width: 25px;
  display: inline-block;
  border: #eee solid 1px;
}
.award-text li {
  margin-top: 10px;
}
.award-year {
  color: #000;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  white-space: nowrap;
  margin-top: 40px;
}
.award-year:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #cbc6b2;
  margin-left: 10px;
}
.award-year span {
  position: relative;
}
.award-year span:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -3px;
  background: #cbc6b2;
}

@media screen and (max-width: 1100px) {
  .concept-img {
    margin-left: 0;
    width: 40%;
    padding-bottom: 50%;
  }
  .concept-content {
    width: 40%;
  }

  .concept2-img {
    margin-right: 0;
  }
  .concept2-content {
    width: 40%;
  }

  .designer-text {
    display: none;
  }

  .designer-title {
    margin-bottom: 0;
  }

  .award-wrap {
    display: block;
  }
  .award-content {
    width: auto;
  }
  .award-list {
    width: auto;
    margin-top: 60px;
  }
}
@media screen and (max-width: 800px) {
  .about-inner {
    margin: 0 50px;
  }
  .about-slogan {
    display: block;
  }
  .about-slogan-inner {
    width: auto;
    margin-bottom: 8vw;
  }
  .about-slogan-word {
    margin-bottom: 40px;
  }
  .show .about-slogan-word:after {
    height: 20px;
  }
  .about-slogan-company {
    display: none;
  }
  .about-content {
    display: block;
  }
  .about-title {
    margin-bottom: 40px;
  }
  .about-text {
    margin-left: 0;
    padding: 0 0 0 20px;
  }
  .about-img {
    padding-bottom: 50%;
  }

  .concept-wrap {
    display: block;
  }
  .concept-img {
    margin: 0 50px 60px;
    width: auto;
    padding-bottom: 40%;
  }
  .concept-content {
    margin: 0 50px;
    width: auto;
  }
  .concept-inner {
    max-width: none;
  }
  .concept-text {
    border-left: #ccc solid 1px;
    padding-left: 20px;
  }

  .concept2-wrap {
    display: block;
  }
  .concept2-img {
    width: auto;
    margin: 0 50px 16vw;
  }
  .concept2-img1 {
    margin-top: 5%;
    width: 45%;
  }
  .concept2-img2 {
    width: 50%;
  }
  .concept2-content {
    margin: 0 50px;
    width: auto;
  }

  .designer-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 50px;
  }
  .designer-content {
    width: 100%;
  }
  .designer-content.designer1 {
    width: 45%;
  }
  .designer-content.designer2 {
    width: 45%;
    margin-top: 0;
  }
  .designer-title {
    margin-bottom: 60px;
  }
  .designer-name {
    position: static;
    font-size: 0.875em;
  }
  .designer .designer2 .designer-name:before {
    content: none;
  }
  .designer .designer2 .designer-name:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #cbc6b2;
    display: block;
    margin-left: 10px;
  }

  .award-content {
    margin: 0 50px;
  }
}
@media screen and (max-width: 640px) {
  .about-inner {
    margin: 0 20px;
  }

  .concept-img {
    margin: 0 20px 40px;
  }
  .concept-content {
    margin: 0 20px;
  }

  .concept2-img {
    margin: 0 20px 16vw;
  }
  .concept2-content {
    margin: 0 20px;
  }

  .designer-wrap {
    margin: 0 20px;
  }
  .designer-title {
    margin-bottom: 40px;
  }
  .designer-content.designer1, .designer-content.designer2 {
    width: 48%;
  }

  .award-content {
    margin: 0 20px;
  }
  .award-info {
    bottom: 20px;
    left: 20px;
  }
}
