.slogan-inner {
  padding: 0 70px;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
}
.slogan-inner p:nth-child(1) {
  margin-right: 100px;
}
.slogan-inner p:last-child {
  margin-left: 100px;
  padding-top: 10px;
}
.slogan-inner p .en {
  margin-right: 10px;
}
.slogan-inner p .tw {
  font-size: 0.875rem;
}
.slogan-inner p .big {
  font-size: 20px;
  margin-left: 7px;
  color: #b5a25b;
}

.profile-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.profile-img {
  width: 50%;
  height: 35vw;
  background-image: url(../images/about/profile.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 40%;
}
.profile-inner {
  padding: 0 70px;
  width: calc(50% - 70px * 2);
  margin: 0 auto;
}
.profile-content {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
}
.profile-title {
  margin-right: 3vw;
}
.profile-text {
  position: relative;
  margin-bottom: -25px;
}
.profile-text span {
  display: block;
  position: relative;
}
.profile-logo {
  width: 60px;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  right: -13%;
}
.profile-logo img {
  width: 100%;
}

.concept-inner {
  padding: 0 70px;
}
.concept-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 50%;
  margin-left: auto;
}
.concept-title {
  margin-right: 15px;
}
.concept-img {
  width: calc(100% - 57px);
  margin-left: auto;
}
.concept-img img {
  width: 100%;
}
.concept-content {
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}
.concept-deco {
  width: 50px;
  margin: 0 50px;
  position: relative;
}
.concept-deco-line {
  width: 50px;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.concept-deco-line:nth-child(1) {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.concept-deco-line:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.concept-deco-box {
  width: 12px;
  height: 12px;
  background: #282f28;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.concept-text {
  padding-top: 50px;
  width: calc(50% - 57px);
  margin-left: auto;
}
.concept-text span {
  display: block;
}
.concept-text span:nth-child(2) {
  padding: 3px 0;
}

.designer-top {
  width: 85vw;
  margin-left: auto;
}
.designer-bg {
  width: 100%;
  height: 250px;
  background: #262b26;
}
.designer-title {
  margin-left: 7%;
  margin-top: -110px;
}
.designer-inner {
  padding: 0 70px;
  width: 85vw;
  margin-left: auto;
}
.designer-wrap {
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  margin-left: auto;
}
.designer-item {
  width: 40%;
  max-width: 400px;
  margin-right: 10%;
}
.designer-item:nth-child(1) {
  margin-top: 100px;
  margin-right: 15%;
}
.designer-img img {
  width: 100%;
}
.designer-name {
  color: #FFF;
  padding: 20px 0 10px;
  letter-spacing: 0.1rem;
  overflow: hidden;
}
.designer-name p:nth-child(2) {
  color: #b5a25b;
}
.designer-list li {
  font-size: 0.875rem;
  padding-left: 20px;
  margin-top: 3px;
  position: relative;
}
.designer-list li:before {
  content: "";
  width: 3px;
  height: 3px;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 8px;
}

.award-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.award-image {
  width: 30%;
  height: 50vw;
  max-height: 750px;
}
.award-img {
  width: 100%;
  height: 100%;
  background-position: 90% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.award-inner {
  padding: 0 70px;
  width: 55%;
  margin: 0 auto;
}
.award-content {
  display: -ms-flexbox;
  display: flex;
}
.award-title {
  margin-right: 7vw;
}
.award-year {
  font-size: 0.875rem;
  color: #b5a25b;
  margin: 25px 0 10px;
  letter-spacing: 0.12rem;
}
.award-list {
  width: 80%;
  margin-top: 50px;
}
.award-list li {
  position: relative;
  padding: 15px 50px 15px 65px;
}
.award-logo {
  position: absolute;
  top: 15px;
  left: 0;
  width: 40px;
}
.award-logo img {
  width: 100%;
}
.award-name {
  font-size: 0.75rem;
}
.award-work {
  font-size: 0.875rem;
  color: #FFF;
  padding-top: 2px;
}
.award-link {
  position: absolute;
  top: 25px;
  right: 0;
  font-size: 0.75rem;
}
.award-link a {
  padding: 6px 7px;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  color: #c4c4c4;
  -moz-transition: background 0.6s, color 0.6s;
  -o-transition: background 0.6s, color 0.6s;
  -webkit-transition: background 0.6s, color 0.6s;
  transition: background 0.6s, color 0.6s;
}
.award-link a:hover {
  background: #b5a25b;
  color: #FFF;
}
.award-link i {
  font-weight: 400;
}

@media screen and (max-width: 1100px) {
  .slogan-inner p:nth-child(1) {
    margin-right: 70px;
  }
  .slogan-inner p:last-child {
    margin-left: 70px;
  }

  .profile-img {
    width: 45%;
    height: 55vw;
    background-attachment: scroll;
    background-position: 5% 40%;
    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;
  }
  .profile-img.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .profile-inner {
    width: calc(55% - 70px * 2);
  }

  .concept-wrap {
    width: 75%;
  }
  .concept-text {
    width: calc(75% - 57px);
  }

  .designer-top {
    width: auto;
  }
  .designer-bg {
    height: 220px;
  }
  .designer-title {
    margin-left: 70px;
  }
  .designer-inner {
    width: auto;
  }
  .designer-wrap {
    width: 90%;
  }
  .designer-item {
    margin-right: 5%;
  }

  .award-wrap {
    display: block;
  }
  .award-image {
    width: 70%;
    height: 45vw;
  }
  .award-img {
    background-position: 90% 70%;
  }
  .award-inner {
    width: auto;
  }
  .award-content {
    padding-top: 50px;
  }
  .award-title {
    margin-right: 9vw;
  }
}
@media screen and (max-width: 900px) {
  .profile-logo {
    bottom: -2%;
    right: -5%;
  }
}
@media screen and (max-width: 800px) {
  .slogan-inner {
    margin: 0 0 0 auto;
  }

  .profile-wrap {
    display: block;
  }
  .profile-img {
    display: none;
  }
  .profile-inner {
    width: auto;
    margin: unset;
  }
  .profile-content {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .profile-logo {
    bottom: 0;
    right: -13%;
  }

  .concept-wrap {
    width: 100%;
    -webkit-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .concept-img {
    width: 100%;
  }
  .concept-title {
    padding-top: 50px;
    margin: 0 0 0 auto;
  }
  .concept-text {
    padding-top: unset;
    width: auto;
    margin-top: -65px;
  }

  .designer-wrap {
    width: 100%;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .designer-item {
    width: 45%;
    margin-right: 0;
  }
  .designer-item:nth-child(1) {
    margin-right: unset;
  }
}
@media screen and (max-width: 640px) {
  .slogan-inner {
    padding: 0 35px;
  }
  .slogan-inner p:nth-child(1) {
    margin-right: 20px;
  }
  .slogan-inner p:last-child {
    margin-left: 20px;
  }
  .slogan-inner p .big {
    font-size: 18px;
  }
  .slogan-inner p .en {
    font-size: 0.875rem;
    margin-right: 8px;
  }

  .profile-inner {
    padding: 0 35px;
  }
  .profile-logo {
    width: 50px;
    padding-right: 35px;
    right: -50px;
    bottom: 2vw;
  }

  .concept-inner {
    padding: 0 35px;
  }
  .concept-title {
    padding-top: 35px;
    margin: unset;
  }
  .concept-text {
    padding-left: 10px;
    margin-top: 35px;
  }

  .designer-title {
    margin-left: 35px;
  }
  .designer-inner {
    padding: 0 35px;
  }
  .designer-wrap {
    display: block;
  }
  .designer-item {
    width: 100%;
    max-width: unset;
    padding-top: 35px;
  }
  .designer-item:nth-child(1) {
    margin-top: unset;
  }

  .award-image {
    width: 100%;
    height: 60vw;
  }
  .award-inner {
    padding: 0 35px;
  }
  .award-content {
    padding-top: 35px;
    display: block;
  }
  .award-title {
    margin-right: 5vw;
  }
  .award-year {
    font-size: 0.75rem;
  }
  .award-list {
    width: auto;
    margin-top: 35px;
  }
  .award-list li {
    padding: 10px 50px 10px 0;
  }
  .award-logo {
    position: relative;
    top: unset;
    left: unset;
    width: 35px;
  }
  .award-text {
    padding-top: 10px;
  }
  .award-link {
    top: 65px;
  }
}
