.header-menu-bar {
  background: #FFF;
  box-shadow: 1px 1px 2px #666;
  -moz-transition: background 0.3s, box-shadow 0.3s;
  -o-transition: background 0.3s, box-shadow 0.3s;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.onscroll .header-menu-bar {
  background: #000;
  box-shadow: unset;
}

.logo svg {
  -webkit-filter: drop-shadow(0 0 5px #333);
  filter: drop-shadow(0 0 5px #333);
}
.logo svg path, .logo svg rect, .logo svg polygon {
  fill: #FFF;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.logo svg path.cls-1, .logo svg rect.cls-1, .logo svg polygon.cls-1 {
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.onscroll .logo svg {
  -webkit-filter: drop-shadow(0 0 0 transparent);
  filter: drop-shadow(0 0 0 transparent);
}
.onscroll .logo svg path, .onscroll .logo svg rect, .onscroll .logo svg polygon {
  fill: #464721;
}
.onscroll .logo svg path.cls-1, .onscroll .logo svg rect.cls-1, .onscroll .logo svg polygon.cls-1 {
  fill: #9ca864;
}

.menu-list li a {
  color: #FFF;
  text-shadow: 1px 1px 2px #666;
  -moz-transition: color 0.6s, text-shadow 0.6s;
  -o-transition: color 0.6s, text-shadow 0.6s;
  -webkit-transition: color 0.6s, text-shadow 0.6s;
  transition: color 0.6s, text-shadow 0.6s;
}
.onscroll .menu-list li a {
  color: #666;
  text-shadow: unset;
}

.top {
  width: 100vw;
  height: 56.25vw;
  margin: 0 0 80px;
}

.slogan-inner {
  padding: 0 80px;
}
.slogan-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  max-width: 1400px;
  margin: auto;
}
.slogan-img {
  width: 130px;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.slogan-img.show {
  opacity: 0.15;
}
.slogan-img img {
  width: 100%;
}
.slogan-content {
  margin-left: 15%;
}
.slogan-item {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.slogan-item:nth-child(2) {
  padding: 20px 0;
}
.slogan-title {
  color: #464721;
}
.slogan-title .en {
  font-size: 0.875em;
  font-style: italic;
  margin-left: 10px;
}
.slogan-text {
  font-size: 0.95em;
}
.slogan-text:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #9EA86C;
  display: inline-block;
  margin: 0 15px 3px;
}

#aboutVideo2 {
  display: none;
}

.company-inner {
  padding: 0 80px;
}
.company-image {
  width: 100%;
  height: 35vw;
}
.company-img {
  background-image: url(../images/about/company.jpg);
  background-size: cover;
  background-position: 35% 10%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.company-wrap {
  padding: 100px 0 0;
  width: 50%;
  max-width: 600px;
  margin: 0 auto;
}
.company-title {
  white-space: nowrap;
  margin-bottom: 40px;
}
.company-title .break {
  color: #464721;
}
.company-content .large {
  font-size: 1.2rem;
}
.company-content .big {
  font-size: 1.5rem;
  color: #9EA86C;
}

.profile {
  position: relative;
}
.profile-bg {
  width: 100%;
  height: calc(100% - 35vw - 100px);
  background: rgba(228, 222, 210, 0.3);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.profile-inner {
  padding: 90px 80px 0;
  max-width: 1400px;
  margin: auto;
}
.profile-img {
  width: 100%;
  height: 35vw;
}
.profile-img-inner {
  background-position: 50% 40%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.profile-content {
  width: 50%;
  margin: 100px auto 0;
}

.bg-image {
  padding: 100px 80px 0;
}
.bg-image1 {
  width: 90%;
  margin: 0 auto;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.show .bg-image1 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.bg-img1 img {
  width: 100%;
}
.bg-image2 {
  width: 90%;
  margin: 0 auto;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.show .bg-image2 {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.bg-img2 {
  margin-top: 1%;
}
.bg-img2 img {
  width: 100%;
}

.designer-inner {
  padding: 0 80px;
  max-width: 1100px;
  margin: auto;
}
.designer-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.designer-img {
  width: 45%;
}
.designer-img img {
  width: 100%;
}
.designer-content {
  width: 40%;
  margin-left: 15%;
}
.designer-title {
  color: #464721;
  letter-spacing: 0.3rem;
}
.designer-title .en {
  font-family: "Inconsolata", "Arimo", serif;
  letter-spacing: 0.2rem;
}
.designer-name {
  margin: 50px 0;
  font-size: 20px;
  color: #000;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.designer-name.show {
  opacity: 1;
}
.designer-name.show:after {
  width: calc(100% - 83px);
}
.designer-name:after {
  content: "";
  width: 0;
  height: 1px;
  background: #9EA86C;
  display: inline-block;
  margin-left: 20px;
  -moz-transition: width 0.6s;
  -o-transition: width 0.6s;
  -webkit-transition: width 0.6s;
  transition: width 0.6s;
}
.designer-item {
  padding-top: 30px;
}
.designer-item:nth-child(1) {
  padding-top: unset;
}
.designer-subtitle {
  font-size: 0.875rem;
  color: #888;
  position: relative;
  width: fit-content;
  padding-bottom: 5px;
}
.designer-subtitle .en {
  font-style: italic;
}
.designer-text {
  font-size: 0.95em;
  padding-top: 5px;
}

.team-inner {
  padding: 0 80px;
}
.team-top {
  position: relative;
  padding: 0 0 5vw;
  margin-bottom: 5vw;
}
.team-bg {
  width: 100vw;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: -80px;
  background: rgba(228, 222, 210, 0.3);
  z-index: -1;
  clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.team-bg.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.team-wrap {
  max-width: 1200px;
  margin: auto;
}
.team-group {
  width: 100%;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  -moz-transition: clip-path 0.6s;
  -o-transition: clip-path 0.6s;
  -webkit-transition: clip-path 0.6s;
  transition: clip-path 0.6s;
}
.team-group.show {
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.team-group img {
  width: 100%;
}
.team .swiper-container {
  position: relative;
}
.team-control {
  position: absolute;
  top: 47%;
  width: 100%;
  z-index: 2;
}
.team-control .pv, .team-control .nt {
  position: absolute;
  cursor: pointer;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 20px;
}
.team-control .pv {
  left: 0;
  padding: 1px 9px 1px 2px;
}
.team-control .nt {
  right: 0;
  padding: 1px 2px 1px 9px;
}
.team-title {
  padding-top: 5vw;
}
.team-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: auto;
}
.team-item {
  width: 33.3333%;
  box-sizing: border-box;
  margin-top: 50px;
  padding: 0 50px;
}
.team-item:nth-child(3n+2) {
  margin-top: 150px;
}
.team-item a:hover .team-img:after {
  opacity: 1;
}
.team-img {
  position: relative;
}
.team-img:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #E4DED2;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.team-img:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.team-img img {
  width: 100%;
}
.team-content {
  font-size: 0.95em;
  padding-top: 10px;
}
.team-info {
  display: -ms-flexbox;
  display: flex;
}

.award-image {
  width: 100%;
  height: 30vw;
  margin-left: auto;
}
.award-img {
  background-image: url(../images/about/award-bg.jpg);
  background-position: 55% 65%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.award-inner {
  padding: 0 80px;
  max-width: 1600px;
  margin: 80px auto 0;
}
.award-title {
  margin-bottom: 50px;
}
.award-list {
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -40px;
}
.award-item {
  width: 47%;
  padding-bottom: 40px;
}
.award-year {
  font-size: 0.875em;
  color: #FFF;
}
.show .award-year:after {
  width: calc(100% - 48px);
}
.award-year:after {
  content: "";
  width: 0;
  height: 1px;
  background: #9EA86C;
  display: inline-block;
  margin-bottom: -5px;
  -moz-transition: width 0.6s 0.4s;
  -o-transition: width 0.6s 0.4s;
  -webkit-transition: width 0.6s;
  -webkit-transition-delay: 0.4s;
  transition: width 0.6s 0.4s;
}
.award-year span {
  background: #9EA86C;
  padding: 2px 5px 2px 7px;
}
.award-text {
  padding-top: 10px;
}

@media screen and (max-width: 1100px) {
  .menu-list li a {
    color: #666;
    text-shadow: unset;
  }

  .top-title span {
    display: block;
  }
  .top-dot {
    margin: 10px auto;
  }
  .top-content {
    margin-top: 40px;
  }

  .slogan-content {
    margin-left: 8%;
  }

  .company-image {
    height: 43vw;
  }
  .company-wrap {
    width: 80%;
  }

  .profile-bg {
    height: calc(100% - 45vw - 100px);
  }
  .profile-img {
    height: 45vw;
    clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    -moz-transition: clip-path 0.6s;
    -o-transition: clip-path 0.6s;
    -webkit-transition: clip-path 0.6s;
    transition: clip-path 0.6s;
  }
  .profile-img.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .profile-img-inner {
    background-attachment: scroll;
  }
  .profile-content {
    width: 60%;
  }

  .bg-image {
    padding: 100px 0 0;
  }
  .bg-image1 {
    width: calc(100% - 80px * 2);
  }
  .bg-image2 {
    width: calc(100% - 80px * 2);
  }

  .designer-content {
    width: 43%;
    margin-left: 12%;
  }

  .team-top {
    margin-bottom: 100px;
  }
  .team-wrap {
    display: block;
  }
  .team-group {
    width: 100%;
    margin-left: unset;
    margin-bottom: 70px;
  }
  .team-title {
    padding-top: unset;
  }
  .team-item {
    width: 50%;
    margin-top: unset;
  }
  .team-item:nth-child(3n+2) {
    margin-top: unset;
  }
  .team-item:nth-child(even) {
    margin-top: 150px;
  }

  .award-image {
    width: 100%;
    height: 40vw;
  }
  .award-inner {
    margin: 50px auto 0;
  }
}
@media screen and (max-width: 900px) {
  .slogan-wrap {
    position: relative;
  }
  .slogan-img {
    position: absolute;
    width: 160px;
  }
  .slogan-img.show {
    opacity: 0.07;
  }
  .slogan-content {
    margin-left: unset;
  }

  .company-wrap {
    display: block;
    width: 100%;
    max-width: unset;
  }

  .profile-img {
    height: 50vw;
  }
  .profile-content {
    width: 80%;
  }

  .designer-wrap {
    display: block;
  }
  .designer-img {
    width: 50%;
    margin-left: auto;
  }
  .designer-content {
    width: 100%;
    margin-left: unset;
    padding-top: 50px;
  }
  .designer-name {
    margin: 40px 0 50px;
  }

  .team-top {
    margin-bottom: 80px;
  }
  .team-item:nth-child(odd) {
    padding: 0 6% 0 0;
  }
  .team-item:nth-child(even) {
    padding: 0 0 0 6%;
  }

  .award-title {
    margin-bottom: 35px;
  }
  .award-list {
    display: block;
  }
  .award-item {
    width: 100%;
  }
}
@media screen and (max-width: 720px) {
  .slogan-item {
    display: block;
  }
  .slogan-item:nth-child(2) {
    padding: 45px 0;
  }
  .slogan-text {
    margin-top: 8px;
  }
  .slogan-text:before {
    width: 20px;
    margin: 0 0 8px 0;
    display: block;
  }

  .profile-content {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .designer-img {
    width: 100%;
    margin-left: unset;
  }

  .team-item:nth-child(even) {
    margin-top: 120px;
  }
}
@media screen and (max-width: 640px) {
  .header {
    background: #FFF;
  }
  .header-menu-bar {
    background: #000;
    box-shadow: unset;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    -o-transition: background 0.3s, box-shadow 0.3s;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
  }

  .logo svg {
    -webkit-filter: drop-shadow(0 0 0 transparent);
    filter: drop-shadow(0 0 0 transparent);
  }
  .logo svg path, .logo svg rect, .logo svg polygon {
    fill: #464721;
  }
  .logo svg path.cls-1, .logo svg rect.cls-1, .logo svg polygon.cls-1 {
    fill: #9ca864;
  }

  .top {
    margin: 95px 0 80px;
  }

  #aboutVideo {
    display: none;
  }

  #aboutVideo2 {
    display: block;
  }

  .slogan-inner {
    padding: 0 40px;
  }
  .slogan-item:nth-child(2) {
    padding: 40px 0;
  }

  .company-inner {
    padding: 0 40px;
  }
  .company-image {
    height: 300px;
  }
  .company-wrap {
    padding: 50px 0 0;
    width: 100%;
  }
  .company-title {
    margin-bottom: 0;
    margin-bottom: 30px;
  }
  .company-title .en:after {
    display: none;
  }
  .company-title .break {
    display: block;
  }
  .company-content .large {
    font-size: 1.05rem;
  }
  .company-content .big {
    font-size: 1.3rem;
  }

  .profile-inner {
    padding: 50px 40px 10px;
  }
  .profile-bg {
    height: calc(100% - 320px - 50px);
  }
  .profile-img {
    height: 320px;
  }
  .profile-content {
    margin: 50px auto 0;
  }

  .bg-image {
    padding: 50px 0 0;
  }
  .bg-image1 {
    width: 100%;
  }
  .bg-image2 {
    width: 100%;
  }

  .designer-inner {
    padding: 0 40px;
  }
  .designer-name {
    margin: 30px 0 40px;
  }

  .team-inner {
    padding: 0 40px;
  }
  .team-top {
    margin-bottom: 60px;
    padding: 0 0 30px;
  }
  .team-bg {
    left: -40px;
    height: 60%;
  }
  .team-group {
    margin-bottom: 60px;
  }
  .team-control .pv, .team-control .nt {
    font-size: 16px;
  }
  .team-control .pv {
    padding: 1px 7px 1px 2px;
  }
  .team-control .nt {
    padding: 1px 2px 1px 7px;
  }
  .team-list {
    display: block;
  }
  .team-item {
    width: 100%;
  }
  .team-item:nth-child(1) {
    margin-top: unset;
  }
  .team-item:nth-child(odd) {
    padding: 0;
    margin-top: 50px;
  }
  .team-item:nth-child(even) {
    padding: 0;
    margin-top: 50px;
  }

  .award-image {
    height: 280px;
  }
  .award-inner {
    margin-top: 30px;
    padding: 0 40px;
  }
  .award-title {
    margin-bottom: 25px;
  }
  .award-item {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) and (max-height: 640px) {
  .header {
    background: #FFF;
  }
  .header-menu-bar {
    background: #000;
    box-shadow: unset;
    -moz-transition: background 0.3s, box-shadow 0.3s;
    -o-transition: background 0.3s, box-shadow 0.3s;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
  }

  .logo svg {
    -webkit-filter: drop-shadow(0 0 0 transparent);
    filter: drop-shadow(0 0 0 transparent);
  }
  .logo svg path, .logo svg rect, .logo svg polygon {
    fill: #464721;
  }
  .logo svg path.cls-1, .logo svg rect.cls-1, .logo svg polygon.cls-1 {
    fill: #9ca864;
  }

  .top {
    margin: 95px 0 80px;
  }

  #aboutVideo {
    display: none;
  }

  #aboutVideo2 {
    display: block;
  }
}
