.main, .section {
  padding: 150px 0;
}

.profile-inner {
  padding: 0 50px;
  max-width: 1600px;
  margin: 0 auto;
}
.profile-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.profile-content {
  width: 50%;
}
.profile-img {
  width: 45%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}
.profile-img-col {
  width: 50%;
  position: relative;
}
.profile-img-col:nth-child(1):before {
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  background: #222;
  position: absolute;
  bottom: 80px;
  left: 0;
  -moz-transition: height 0.6s 0.6s;
  -o-transition: height 0.6s 0.6s;
  -webkit-transition: height 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: height 0.6s 0.6s;
}
.profile-img-col:nth-child(1):after {
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  background: #000;
  position: absolute;
  bottom: 80px;
  left: 0;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.profile-img-col:nth-child(1).show:before, .profile-img-col:nth-child(1).show:after {
  height: 0;
}
.profile-img-col:last-child {
  margin: 80px 0 0 20px;
}
.profile-img-col:last-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: height 0.6s 0.6s;
  -o-transition: height 0.6s 0.6s;
  -webkit-transition: height 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: height 0.6s 0.6s;
}
.profile-img-col:last-child:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.profile-img-col:last-child.show:before, .profile-img-col:last-child.show:after {
  height: 0;
}
.profile-img img {
  width: 100%;
}

.designer-inner {
  padding: 0 50px;
  max-width: 1300px;
  margin: 0 auto;
}
.designer-wrap {
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.designer-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #222;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  -moz-transition: width 0.8s linear 0.6s;
  -o-transition: width 0.8s linear 0.6s;
  -webkit-transition: width 0.8s linear;
  -webkit-transition-delay: 0.6s;
  transition: width 0.8s linear 0.6s;
}
.designer-img {
  width: 45%;
  position: relative;
}
.designer-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: width 0.6s 0.6s;
  -o-transition: width 0.6s 0.6s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: width 0.6s 0.6s;
}
.designer-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.designer-img.show:before, .designer-img.show:after {
  width: 0;
}
.designer-img img {
  width: 100%;
}
.designer-content {
  margin: 0 auto;
}
.designer-title .tw span {
  background: #222;
}
.designer-name .tw {
  font-size: 18px;
  letter-spacing: 0.25rem;
}
.designer-name .tw span {
  font-size: 24px;
  letter-spacing: 1rem;
}
.designer-name .en {
  font-size: 0.875rem;
  color: #aaa;
  margin-left: 5px;
}
.designer-slogan {
  font-family: "Fira Sans", Arial, Helvetica;
  font-size: 0.875rem;
  color: #aaa;
  font-style: italic;
  margin-top: 50px;
  max-width: 385px;
}

.bg-img {
  background-position: 50% 95%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 25vw;
  max-height: 480px;
  position: relative;
}
.bg-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #222;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: height 0.6s 0.6s;
  -o-transition: height 0.6s 0.6s;
  -webkit-transition: height 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: height 0.6s 0.6s;
}
.bg-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.bg-img.show:before, .bg-img.show:after {
  height: 0;
}

.concept-inner {
  padding: 0 50px;
  max-width: 1600px;
  margin: 0 auto;
}
.concept-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.concept-img {
  width: 50%;
  position: relative;
}
.concept-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: width 0.6s 0.6s;
  -o-transition: width 0.6s 0.6s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: width 0.6s 0.6s;
}
.concept-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.concept-img.show:before, .concept-img.show:after {
  width: 0;
}
.concept-img img {
  width: 100%;
}
.concept-content {
  width: 45%;
}
.concept-en {
  padding-top: 40px;
}

.award-inner {
  padding: 0 50px;
}
.award-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.award-img {
  width: 32%;
  height: 40vw;
  max-height: 650px;
  position: relative;
  margin-left: -50px;
}
.award-img:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #222;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: width 0.6s 0.6s;
  -o-transition: width 0.6s 0.6s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.6s;
  transition: width 0.6s 0.6s;
}
.award-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.award-img.show:before, .award-img.show:after {
  width: 0;
}
.award-img-inner {
  width: 100%;
  height: 100%;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.award-content {
  width: 55%;
  margin: 0 0 0 13%;
}
.award-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.award-list li {
  padding-bottom: 50px;
  width: 50%;
  box-sizing: border-box;
  padding-right: 60px;
}
.award-year {
  font-size: 0.75rem;
  color: #aaa;
  opacity: 0;
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -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-year.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.award-year.show:after {
  width: 10px;
}
.award-year:after {
  content: "";
  width: 0px;
  height: 1px;
  background: #666;
  display: block;
  margin: 15px 0 10px;
  -moz-transition: width 0.6s 0.5s;
  -o-transition: width 0.6s 0.5s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.5s;
  transition: width 0.6s 0.5s;
}
.award-item {
  padding: 10px 0 10px 55px;
  position: relative;
}
.award-logo {
  position: absolute;
  top: 14px;
  left: 0;
  width: 30px;
  padding: 2px;
  border: 1px solid #444;
}
.award-logo img {
  width: 100%;
}
.award-work {
  color: #FFF;
  padding-bottom: 4px;
  font-size: 0.875rem;
}
.award-name {
  font-size: 0.75rem;
}

@media screen and (max-width: 1400px) {
  .award-img {
    width: 35%;
  }
  .award-content {
    width: 65%;
    margin: 0 0 0 10%;
  }
}
@media screen and (max-width: 1300px) {
  .award-wrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .award-img {
    width: 35%;
  }
  .award-content {
    margin: 0 auto;
    width: unset;
  }
  .award-list {
    display: block;
  }
  .award-list li {
    width: 100%;
    padding-right: unset;
  }
}
@media screen and (max-width: 1100px) {
  .main, .section {
    padding: 100px 0;
  }

  .profile-wrap {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .profile-img {
    width: 45%;
    margin-right: -50px;
  }
  .profile-img-col:nth-child(1):before, .profile-img-col:nth-child(1):after {
    height: calc(100% - 100px);
    bottom: 100px;
  }
  .profile-img-col:last-child {
    margin: 100px 0 0 15px;
  }
  .profile-content {
    width: 55%;
  }

  .designer-slogan {
    max-width: 310px;
  }

  .bg-img {
    height: 30vw;
  }

  .concept-wrap {
    -webkit-align-items: center;
    align-items: center;
  }
  .concept-content {
    width: 43%;
  }

  .award-wrap {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .award-img {
    width: 40%;
    height: 55vw;
  }
  .award-content {
    width: 48%;
    margin: unset;
  }
  .award-list li {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 900px) {
  .profile-wrap {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .profile-content {
    width: 100%;
  }
  .profile-img {
    width: 80%;
    margin: 100px auto 0;
  }
  .profile-img-col:nth-child(1):before, .profile-img-col:nth-child(1):after {
    height: calc(100% - 50px);
    bottom: 50px;
  }
  .profile-img-col:last-child {
    margin: 50px 0 0 20px;
  }

  .designer-img {
    width: 50%;
  }
  .designer-slogan {
    max-width: 220px;
  }

  .bg-img {
    height: 35vw;
  }

  .concept-wrap {
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
  }
  .concept-img {
    width: 100%;
    margin: 50px auto;
    padding-bottom: unset;
  }
  .concept-content {
    width: 100%;
  }
  .concept-en {
    padding-top: unset;
  }

  .award-wrap {
    display: block;
  }
  .award-img {
    width: 100%;
    height: 45vw;
  }
  .award-img-inner {
    background-position: 50% 75%;
  }
  .award-content {
    width: 100%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 800px) {
  .designer-wrap:after {
    display: none;
  }
  .designer-wrap {
    display: block;
    width: 85%;
    margin: 0 auto;
  }
  .designer-img {
    width: 100%;
  }
  .designer-content {
    width: calc(100% - 100px);
    padding: 50px;
    margin: unset;
    position: relative;
  }
  .designer-content.show:after {
    height: 100%;
  }
  .designer-content:after {
    content: "";
    width: 100%;
    height: 0%;
    background: #222;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -moz-transition: height 0.6s 0.6s;
    -o-transition: height 0.6s 0.6s;
    -webkit-transition: height 0.6s;
    -webkit-transition-delay: 0.6s;
    transition: height 0.6s 0.6s;
  }
  .designer-name .tw {
    font-size: 16px;
  }
  .designer-name .tw span {
    font-size: 22px;
  }
  .designer-slogan {
    max-width: unset;
  }
}
@media screen and (max-width: 640px) {
  .main, .section {
    padding: 50px 0;
  }

  .profile-inner {
    padding: 0 30px;
  }
  .profile-img {
    width: 100%;
    margin: 50px 0 0;
  }
  .profile-img-col:nth-child(1):before, .profile-img-col:nth-child(1):after {
    height: calc(100% - 8%);
    bottom: 8%;
  }
  .profile-img-col:last-child {
    margin: 7% 0 0 20px;
  }

  .designer-inner {
    padding: 0 30px;
  }
  .designer-wrap {
    width: 100%;
  }
  .designer-content {
    width: calc(100% - 60px);
    padding: 30px;
  }
  .designer-name .tw {
    font-size: 16px;
  }
  .designer-name .tw span {
    font-size: 22px;
  }
  .designer-slogan {
    margin-top: 40px;
  }

  .bg-img {
    height: 320px;
    background-position: 73% 50%;
  }

  .concept-inner {
    padding: 0 30px;
  }

  .award-inner {
    padding: 0 30px;
  }
  .award-img {
    height: 300px;
    margin-left: -30px;
  }
}
