@charset "UTF-8";
.top {
  position: relative;
}
.top-image {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: 70% 85%;
}

.profile-title {
  text-align: center;
  margin-bottom: 20vh;
  color: #CCC;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.profile-title.show {
  opacity: 1;
}
.profile-inner {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.profile-image {
  position: relative;
  width: 50%;
  background-size: cover;
  background-position: center;
}
.profile-image:after {
  content: "";
  position: absolute;
  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;
}
.profile-image.show:after {
  width: 0;
}
.profile-content {
  width: 45%;
  margin-left: 5%;
}
.profile-slogan {
  position: relative;
  margin: 15%;
  font-size: 0.875em;
}
.profile-slogan li {
  position: relative;
  margin-bottom: 30px;
}
.profile-slogan li:last-child {
  margin-bottom: 0;
}
.profile-slogan .word {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  text-align: center;
  margin-right: 20px;
  color: #000;
  font-size: 1.2rem;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.profile-slogan .wordinfo {
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.profile-slogan.show .word, .profile-slogan.show .wordinfo {
  opacity: 1;
}
.profile-slogan.show .wordinfo {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.profile-slogan.show .word2 {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.profile .title {
  margin-bottom: 40px;
}
.profile-text {
  margin: 15%;
}

.concept-title {
  text-align: center;
  margin-bottom: 80px;
}
.concept-inner {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.concept-content {
  width: 30%;
}
.concept-content:nth-child(2) {
  margin-top: 5%;
}
.concept-content:nth-child(3) {
  margin-top: 10%;
}
.concept-image {
  position: relative;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.concept-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #FFF;
  width: 100%;
  height: 100%;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.concept-image.show:after {
  height: 0;
}
.concept-image img {
  width: 100%;
}
.concept-text {
  margin-top: 20px;
  padding: 0 20px 20px;
  border: #ccc solid 1px;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.concept-text.show {
  opacity: 1;
}
.concept-subtitle {
  margin: 40px 0 20px;
  text-align: center;
  color: #000;
}
.concept-subtitle .en {
  position: relative;
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 1.25em;
  color: #999;
}
.concept-subtitle .en:after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background: #ccc;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.show .concept-subtitle .en:after {
  width: 100%;
}
.concept-subtitle .en:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 1px;
  height: 0;
  background: #ccc;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.show .concept-subtitle .en:before {
  height: 30px;
}
.concept-subtitle .tw {
  font-size: 0.875em;
  display: block;
  margin-top: 10px;
}

.team-title {
  text-align: center;
  margin-bottom: 20vh;
  color: #CCC;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.team-title.show {
  opacity: 1;
}
.team-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20vh;
}
.team-wrap:nth-child(odd) .team-image {
  -moz-transform: translateX(-5vw);
  -ms-transform: translateX(-5vw);
  -webkit-transform: translateX(-5vw);
  transform: translateX(-5vw);
}
.team-wrap:nth-child(even) {
  -webkit-flex-flow: row-reverse;
  flex-flow: row-reverse;
}
.team-wrap:nth-child(even) .team-image {
  -moz-transform: translateX(5vw);
  -ms-transform: translateX(5vw);
  -webkit-transform: translateX(5vw);
  transform: translateX(5vw);
}
.team-image {
  position: relative;
  width: 40%;
}
.team-image:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1%;
  width: 102%;
  height: 100%;
  background: #FFF;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.team-image.show:after {
  width: 0;
}
.team-image img {
  width: 100%;
}
.team-designer {
  width: 50%;
}
.team-content {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
  padding: 15%;
}
.team-content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #f6f6f6;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.show .team-content-bg {
  height: 100%;
}
.team-name {
  position: relative;
  text-align: center;
  font-weight: normal;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.team-name.director {
  margin-bottom: 15%;
}
.show .team-name {
  opacity: 1;
}
.team-name .name {
  display: inline-block;
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #000;
}
.team-name .name:after {
  content: "";
  height: 1px;
  display: block;
  background: #000;
}
.team-name .position {
  margin: 0 20px;
  font-size: 0.875rem;
  color: #999;
}
.team-text {
  position: relative;
}
.team-text:before {
  content: "“";
  position: absolute;
  left: -20px;
  top: -20px;
  font-size: 2em;
  color: #ccc;
  font-family: "Cormorant Garamond", serif;
}
.team-text:after {
  content: "„";
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-size: 2em;
  color: #ccc;
  font-family: "Cormorant Garamond", serif;
}
.team-wrap2 {
  display: -ms-flexbox;
  display: flex;
}
.team-projects {
  width: 50%;
  margin: 10% 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.team-projects-inner {
  margin: auto;
}
.team-projects .title {
  margin-bottom: 60px;
}
.team-list {
  margin-bottom: 60px;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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;
}
.team-list.show {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.team-list:last-child {
  margin-bottom: 0;
}
.team-list ul {
  border-left: #ccc solid 1px;
  padding-left: 10px;
}
.team-list li {
  font-size: 0.875em;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 0;
}
.team-logo {
  width: 20px;
  margin-top: -2px;
  margin-left: 5px;
}
.team-logo img {
  width: 100%;
}
.team-sort {
  font-weight: normal;
  margin-bottom: 20px;
  width: 200px;
}
.team-sort .en {
  font-family: "Cormorant Garamond", serif;
  color: #000;
}
.team-sort .tw {
  font-size: 0.875rem;
  display: block;
}
.team-sort .tw:after {
  content: "";
  height: 1px;
  display: block;
  background: #ccc;
}
.team-image2 {
  position: relative;
  width: 50%;
  -moz-transform: translateX(5vw);
  -ms-transform: translateX(5vw);
  -webkit-transform: translateX(5vw);
  transform: translateX(5vw);
  background-size: cover;
  background-position: center;
}
.team-image2:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1%;
  width: 105%;
  height: 100%;
  background: #FFF;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.team-image2.show:after {
  width: 0;
}
.team-image2 img {
  width: 100%;
}
.team-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: calc(20vh - 40px);
}
.team-wrap3 {
  margin: 0 auto 40px;
  padding: 0 1%;
  width: calc(92% / 3);
}
.team-image3 {
  position: relative;
  width: 100%;
}
.team-image3 img {
  width: 100%;
}
.team-designer3 {
  width: 100%;
}
.team-content3 {
  position: relative;
  margin: 0 auto;
  padding: 15%;
}
.team-content3-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  background: #f6f6f6;
  -moz-transition: height 0.6s;
  -o-transition: height 0.6s;
  -webkit-transition: height 0.6s;
  transition: height 0.6s;
}
.show .team-content3-bg {
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .profile-title {
    margin-bottom: 10vw;
    font-size: 1.75rem;
  }

  .team-title {
    margin-bottom: 10vw;
    font-size: 1.75rem;
  }
  .team-projects {
    width: 70%;
  }
  .team-image2 {
    width: 30%;
  }
}
@media screen and (max-width: 800px) {
  .profile-inner {
    display: block;
  }
  .profile-content {
    width: auto;
    margin-left: 0;
  }
  .profile-image {
    padding-bottom: 60vw;
    width: auto;
  }

  .concept-inner {
    display: block;
  }
  .concept-content {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .concept-content:nth-child(2), .concept-content:nth-child(3) {
    margin-top: 60px;
  }
  .concept-content:nth-child(2) {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .concept-content:nth-child(2) .concept-text {
    margin: 0 4% 0 0;
  }
  .concept-image {
    width: 48%;
  }
  .concept-text {
    width: 48%;
    box-sizing: border-box;
    margin: 0 0 0 4%;
  }

  .team-wrap {
    display: block;
    margin-bottom: 10vw;
  }
  .team-image {
    width: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  .team-designer {
    position: relative;
    width: auto;
    margin-top: -40px;
  }
  .team-wrap2 {
    display: block;
  }
  .team-projects {
    width: auto;
    margin-bottom: 0;
  }
  .team-image2 {
    display: none;
  }
  .team-wrap3 {
    width: calc(96% / 2);
  }
  .team-content3 {
    padding: 8%;
  }
}
@media screen and (max-width: 640px) {
  .profile-slogan {
    padding: 10% 20px;
    margin: 0 -20px;
  }
  .profile-text {
    margin: 60px 0;
  }

  .concept-title {
    margin-bottom: 60px;
  }
  .concept-content {
    display: block;
  }
  .concept-content:nth-child(2) .concept-text {
    margin: 20px 0 0 0;
  }
  .concept-image {
    width: auto;
  }
  .concept-text {
    width: auto;
    margin: 20px 0 0 0;
  }

  .team-title {
    margin-bottom: 60px;
  }
  .team-wrap {
    margin-bottom: 60px;
  }
  .team-designer {
    margin-top: 20px;
  }
  .team-content {
    max-width: none;
    padding: 10%;
  }
  .team-projects {
    display: block;
    margin: 0 10%;
  }
  .team-list {
    display: block;
  }
  .team-list ul {
    border-left: none;
    padding-left: 0;
  }
  .team-sort {
    width: auto;
  }
  .team-wrap3 {
    width: calc(96% / 2);
  }
}
@media screen and (max-width: 400px) {
  .team-box {
    display: block;
    margin-bottom: 20vw;
  }
  .team-wrap3 {
    width: 100%;
    padding: 0;
  }
}
