.profile-slogan {
  text-align: center;
  color: #000;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.profile-slogan.show {
  opacity: 1;
}
.profile-slogan .en {
  font-size: 0.875em;
  color: #666;
  margin-top: 10px;
}
.profile-container {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 12vw;
}
.profile-img {
  position: relative;
  width: 30%;
}
.profile-img img {
  width: 100%;
}
.profile-img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.profile-img.show:after {
  width: 0;
}
.profile-content {
  width: 40%;
  margin: 0 15%;
}

.concept-container {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.concept-img {
  position: relative;
  width: 46%;
}
.concept-img img {
  width: 100%;
}
.concept-img:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #f6f6f6;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.concept-img.show:after {
  width: 0;
}
.concept-content {
  width: 30%;
  margin: 0 12%;
}
.concept-container2 {
  position: relative;
  padding: 50px;
  min-height: 30vw;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
}
.concept-img2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../images/about/concept-img2.jpg");
  background-size: cover;
  background-position: center 60%;
}
.concept-img2:after {
  position: absolute;
  content: "";
  top: 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-content2 {
  position: relative;
  width: 400px;
  margin: 0 10%;
  color: #FFF;
}
.concept-content2 .en {
  color: #ddd;
}

.designer-list {
  display: -ms-flexbox;
  display: flex;
  margin: -5%;
}
.designer-item {
  position: relative;
  width: 23.3333%;
  margin: 5%;
  padding-left: 25px;
}
.designer-img {
  position: relative;
  background-size: cover;
  background-position: 50% 0%;
  padding-bottom: 100%;
}
.designer-img:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF;
}
.designer-item:nth-child(3n+1) .designer-img:after {
  top: 0;
  left: 0;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.designer-item.show:nth-child(3n+1) .designer-img:after {
  width: 0;
}
.designer-item:nth-child(3n+2) .designer-img:after {
  top: 0;
  left: 0;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.designer-item.show:nth-child(3n+2) .designer-img:after {
  height: 0;
}
.designer-item:nth-child(3n) .designer-img:after {
  top: 0;
  right: 0;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.designer-item.show:nth-child(3n) .designer-img:after {
  width: 0;
}
.designer-name {
  position: relative;
  padding: 10px 0 10px 20px;
  border-bottom: #ccc solid 1px;
  color: #000;
  opacity: 0;
  -moz-transition: padding 0.6s, opacity 0.6s;
  -o-transition: padding 0.6s, opacity 0.6s;
  -webkit-transition: padding 0.6s, opacity 0.6s;
  transition: padding 0.6s, opacity 0.6s;
}
.show .designer-name {
  padding: 10px 0;
  opacity: 1;
}
.designer-name:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 15px;
  height: 2px;
  background: #000;
}
.designer-position {
  position: absolute;
  top: 20px;
  left: 0;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -moz-transform: translateY(-90%) rotate(90deg);
  -ms-transform: translateY(-90%) rotate(90deg);
  -webkit-transform: translateY(-90%) rotate(90deg);
  transform: translateY(-90%) rotate(90deg);
  font-size: 0.875em;
  opacity: 0;
  -moz-transition: top 0.6s, opacity 0.6s;
  -o-transition: top 0.6s, opacity 0.6s;
  -webkit-transition: top 0.6s, opacity 0.6s;
  transition: top 0.6s, opacity 0.6s;
}
.show .designer-position {
  top: 0;
  opacity: 1;
}
.designer-position .tw {
  display: inline-block;
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.designer-text {
  font-size: 0.875em;
  margin-top: 20px;
  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 .designer-text {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.designer-text li:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #ccc;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.designer-subtitle {
  margin-bottom: 5px;
  color: #000;
}

.award-img {
  position: relative;
  margin-bottom: 12vw;
}
.award-img img {
  width: 100%;
}
.award-img:after {
  content: "";
  position: absolute;
  bottom: 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;
}
.award-img.show:after {
  height: 0;
}
.award-control {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #f6f6f6;
  z-index: 1;
  line-height: 20px;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  text-align: center;
  font-size: 0.875em;
}
.award-next, .award-prev {
  width: 20px;
  cursor: pointer;
}
.award-num {
  width: fit-content;
}
.award-now, .award-all {
  display: inline-block;
  width: 20px;
}
.award-line {
  width: 10px;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  background: #666;
}
.award-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.award-list li {
  position: relative;
  width: 48%;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: #ccc solid 1px;
  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;
}
.award-list li.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.award-list li:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 2px;
  width: 20px;
  background: #000;
}
.award-list img {
  width: 40px;
  height: 40px;
}
.award-info {
  font-size: 0.875em;
  margin-left: 10px;
  padding-left: 10px;
  border-left: #ccc solid 1px;
}
.award-year {
  color: #000;
}

@media screen and (max-width: 1100px) {
  .profile-img {
    width: 35%;
  }
  .profile-content {
    width: 55%;
    margin: 0 0 0 10%;
  }

  .concept-img {
    width: 45%;
  }
  .concept-content {
    width: 45%;
    margin: 0 10% 0 0;
  }
  .concept-container2 {
    display: block;
    padding: 0;
  }
  .concept-img2 {
    position: static;
    background-image: url("../images/about/concept-img2-1.jpg");
    background-position: center 60%;
    padding-bottom: 40vw;
  }
  .concept-content2 {
    margin: 40px 0 0 0;
    width: auto;
    color: #666;
  }
  .concept-content2 .en {
    color: #999;
  }

  .designer-list {
    display: block;
    margin: 0;
  }
  .designer-item {
    width: auto;
    margin: 40px 0 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 0;
  }
  .designer-position {
    color: #fff;
  }
  .show .designer-position {
    top: 7px;
    left: 5px;
  }
  .designer-img {
    width: 50%;
    padding-bottom: 50%;
  }
  .designer-info {
    width: 40%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 800px) {
  .profile-title {
    display: none;
  }
  .profile-container {
    display: block;
  }
  .profile-img {
    display: none;
  }
  .profile-content {
    width: auto;
    margin: 0;
  }

  .concept-container {
    display: block;
  }
  .concept-img {
    width: auto;
  }
  .concept-content {
    width: auto;
    margin: 12vw 0 0 0;
  }

  .award-list {
    display: block;
  }
  .award-list li {
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  .profile-slogan span {
    display: block;
  }
  .profile-slogan span.comma {
    display: none;
  }
  .profile-container {
    margin-top: 80px;
  }

  .concept-content {
    margin: 80px 0 0 0;
  }

  .designer-item {
    display: block;
  }
  .designer-img {
    width: auto;
    padding-bottom: 100%;
  }
  .designer-info {
    width: auto;
    margin: 0;
  }

  .award-img {
    margin-bottom: 80px;
  }
}
