.title {
  margin-bottom: 30px;
}
.title:after {
  content: "";
  width: 0px;
  height: 3px;
  background: #BDA991;
  display: block;
  margin-top: 30px;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.show .title:after {
  width: 10px;
}

.profile {
  margin: 0 10vw;
}
.profile-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  margin-top: -5%;
}
.profile-img {
  position: relative;
  width: 40%;
}
.profile-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 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;
}
.profile-img.show:after {
  height: 0;
}
.profile-img img {
  width: 100%;
}
.profile-content {
  width: 45%;
  margin-left: 15%;
  margin-top: 10%;
}
.profile-text {
  max-width: 550px;
}
.profile-img2 {
  position: relative;
  width: 45%;
  margin-left: auto;
}
.profile-img2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 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;
}
.profile-img2.show:after {
  width: 0;
}
.profile-img2 img {
  width: 100%;
}
.profile-slogan {
  font-size: 1.5rem;
  font-family: "Tenor Sans", "Abel", sans-serif;
  margin-bottom: 5%;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.profile-slogan:after {
  content: "";
  width: 10px;
  height: 3px;
  background: #BDA991;
  display: block;
  margin-top: 20px;
}
.profile-slogan.show {
  opacity: 1;
}
.profile-text2 {
  max-width: 400px;
  margin-top: 60px;
}

.concept-img {
  position: relative;
  padding-bottom: 40vw;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.concept-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.concept-img.show:after {
  height: 0;
}
.concept-img-inner {
  position: absolute;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: center 40%;
  -webkit-filter: contrast(0.6) brightness(1.2);
  filter: contrast(0.6) brightness(1.2);
}
.concept-content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.concept-text {
  color: #fff;
  font-size: 1rem;
  text-shadow: 2px 2px 6px #666;
}
.concept-wrap {
  margin: 160px 10vw 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.concept-img2 {
  position: relative;
  width: 40%;
}
.concept-img2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 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;
}
.concept-img2.show:after {
  width: 0;
}
.concept-img2 img {
  width: 100%;
}
.concept-content2 {
  width: 30%;
  margin: 0% 20% 0% auto;
  max-width: 400px;
}

.designer-img {
  position: relative;
  padding-bottom: 40vw;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.designer-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.designer-img.show:after {
  height: 0;
}
.designer-img-inner {
  position: absolute;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: right center;
}
.designer-wrap {
  margin: 160px 10vw 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-evenly;
  justify-content: space-evenly;
}
.designer-wrap:nth-child(odd) {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.designer-img2 {
  position: relative;
  width: 35%;
}
.designer-img2:after {
  content: "";
  position: absolute;
  bottom: 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;
}
.designer-img2.show:after {
  width: 0;
}
.designer-img2 img {
  width: 100%;
}
.designer-content {
  width: 35%;
  margin: 0 10%;
  max-width: 400px;
}
.designer-name {
  color: #000;
  margin-bottom: 60px;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.show .designer-name {
  opacity: 1;
}
.designer-subtitle {
  font-size: 0.875rem;
  margin-top: 30px;
  margin-bottom: 5px;
  color: #000;
}
.designer-subtitle:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #BDA991;
  display: block;
  margin: 7px 0 10px;
}
.designer-subtitle span {
  font-weight: normal;
}
.designer-list li {
  margin-top: 2px;
}
.designer .wrap {
  overflow: hidden;
}
.designer .wrap li {
  float: left;
  width: 50%;
}
.designer .case {
  overflow: hidden;
}
.designer .case li {
  float: left;
  width: 50%;
}

.project-title {
  background: #f2f2f2;
  padding: 80px 10vw;
}
.project .title {
  margin-bottom: 0;
}
.project-inner {
  margin: 80px 10vw 0;
}
.project-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.project-list.show:before {
  width: 100%;
}
.project-list.show:after {
  right: 0;
  opacity: 1;
}
.project-list.show li {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.project-list:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #BDA991;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: width 1.2s;
  -o-transition: width 1.2s;
  -webkit-transition: width 1.2s;
  transition: width 1.2s;
}
.project-list:after {
  content: "";
  width: 15px;
  height: 4px;
  background: #BDA991;
  position: absolute;
  bottom: 0;
  right: 100%;
  opacity: 0;
  -moz-transition: right 1.2s;
  -o-transition: right 1.2s;
  -webkit-transition: right 1.2s;
  transition: right 1.2s;
}
.project-list li {
  width: 25%;
  font-size: 0.875em;
  margin: 3px 0;
  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;
}

.award-img {
  position: relative;
  padding-bottom: 40vw;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.award-img:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFF;
  -moz-transition: height 1s;
  -o-transition: height 1s;
  -webkit-transition: height 1s;
  transition: height 1s;
}
.award-img.show:after {
  height: 0;
}
.award-img-inner {
  position: absolute;
  width: 100%;
  height: 120%;
  background-size: cover;
  background-position: right center;
}
.award-title {
  padding: 80px 10vw;
  text-align: center;
}
.award .title {
  margin-bottom: 0;
}
.award .title:after {
  margin: 30px auto 0;
}
.award-inner {
  margin: 0px 10vw;
}
.award-line {
  width: 1px;
  height: 100%;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 50%;
  -moz-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
}
.award-list {
  margin-top: 80px;
  position: relative;
}
.award-list ul {
  width: 50%;
  position: relative;
  padding-bottom: 100px;
}
.award-list ul:last-child {
  padding-bottom: 50px;
}
.award-right {
  margin-left: auto;
}
.award-right .award-year {
  margin-left: -30px;
}
.award-right .award-item {
  padding-left: 20%;
}
.award-right .award-item:before {
  left: 0px;
}
.award-right .award-item li {
  margin-left: 10px;
}
.award-left .award-year {
  right: 0;
  margin-right: -30px;
}
.award-left .award-item {
  padding-right: 20%;
  text-align: right;
}
.award-left .award-item:before {
  right: 0px;
}
.award-left .award-item li {
  margin-right: 10px;
}
.award-year {
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
  position: absolute;
  width: 60px;
  top: -10px;
  padding-top: 10px;
}
.award-year:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #BDA991;
  display: block;
  margin: 5px auto 0;
}
.award-item {
  font-size: 0.875em;
  padding-top: 25px;
  position: relative;
}
.award-item.show:before {
  width: 18%;
}
.award-item.show li {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.award-item:before {
  content: "";
  width: 0;
  height: 1px;
  background: #c7b5a1;
  position: absolute;
  top: 32px;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.award-item li {
  margin-bottom: 10px;
  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;
}
.award-item li span {
  display: block;
}
.award-logo {
  overflow: hidden;
  max-width: 300px;
  margin: 0px auto;
  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;
}
.award-logo.show {
  opacity: 1;
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.award-logo img {
  height: 35px;
  margin: 0 5px 5px 0;
  border: #ccc solid 1px;
  float: left;
}

@media screen and (max-width: 1400px) {
  .profile {
    margin: 0 50px;
  }

  .concept-content {
    padding: 0px 50px;
    width: calc(100vw - 100px);
    text-align: center;
  }
  .concept-wrap {
    margin: 160px 50px 0;
  }

  .designer-wrap {
    margin: 160px 50px 0;
  }

  .project-title {
    padding: 80px 50px;
  }
  .project-inner {
    margin: 80px 50px 0;
  }

  .award-title {
    padding: 80px 50px;
  }
  .award-inner {
    margin: 0px 50px;
  }
}
@media screen and (max-width: 1100px) {
  .profile-slogan {
    margin-bottom: unset;
  }
  .profile-wrap {
    display: block;
    margin-top: unset;
  }
  .profile-img {
    display: none;
  }
  .profile-content {
    width: auto;
    margin: 0;
  }
  .profile-text {
    max-width: none;
  }
  .profile-img2 {
    width: auto;
    margin: 40px 0;
  }

  .concept-img {
    padding-bottom: 60vw;
  }
  .concept-content2 {
    width: 45%;
    margin: 0 12% 0 auto;
  }

  .designer-img {
    margin-bottom: 160px;
  }
  .designer-wrap {
    margin-top: 80px;
  }
  .designer-img2 {
    width: 40%;
  }

  .award-img {
    padding-bottom: 55vw;
  }
  .award-title {
    text-align: left;
  }
  .award .title:after {
    margin: 30px 0 0;
  }
  .award-logo {
    margin: 0;
  }
  .award-line {
    left: 0;
  }
  .award-list {
    margin-left: 20px;
  }
  .award-list ul {
    width: auto;
  }
  .award-right {
    margin-left: unset;
  }
  .award-left .award-year {
    right: unset;
    left: 0;
    margin-right: unset;
    margin-left: -30px;
  }
  .award-left .award-item {
    padding-right: unset;
    padding-left: 20%;
    text-align: left;
  }
  .award-left .award-item:before {
    right: unset;
    left: 0;
  }
  .award-left .award-item li {
    margin-right: unset;
    margin-left: 10px;
  }
}
@media screen and (max-width: 800px) {
  .concept-img2 {
    display: none;
  }
  .concept-content2 {
    margin: 0;
    width: auto;
    max-width: none;
  }

  .project-list li {
    width: calc(100% / 3);
  }

  .designer-img {
    display: none;
  }
  .designer-wrap {
    display: block;
  }
  .designer-wrap:nth-child(2) {
    margin-top: 0;
  }
  .designer-content {
    width: auto;
    max-width: none;
    margin: 0;
  }
  .designer-name {
    margin-bottom: 20px;
  }
  .designer-img2 {
    margin-left: auto;
    margin-bottom: 40px;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .title {
    margin-bottom: 40px;
  }

  .profile {
    margin: 0 20px;
  }

  .concept-content {
    padding: 0px 20px;
    width: calc(100vw - 40px);
  }
  .concept-wrap {
    margin: 80px 20px 0;
  }
  .concept-content2:before {
    margin-bottom: 40px;
  }

  .designer-wrap {
    margin: 80px 20px 0;
  }

  .project-title {
    padding: 40px 20px;
  }
  .project-inner {
    margin: 40px 20px 0;
  }
  .project-list {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .project-list li {
    width: 50%;
  }

  .award-title {
    padding: 40px 20px;
  }
  .award-inner {
    margin: 0px 20px;
  }
  .award-list {
    margin-top: 40px;
  }
  .award-list ul {
    padding-bottom: 50px;
  }
}
