@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url("https://fonts.googleapis.com/css?family=Source+Serif+Pro");
.about {
  padding: 80px 0 150px;
}
.about-content {
  width: 90%;
  max-width: 500px;
  margin: auto;
  padding: 50px 0;
}
.about-pic {
  width: 80%;
  height: 700px;
  background-image: url("../images/about/about.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 50px auto;
}
.about-pic img {
  width: 100%;
}

.concept {
  background-color: #decd9c;
  color: #523608;
  padding: 80px 8%;
}
.concept-box {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.concept-textbox {
  width: 40%;
  position: relative;
  padding: 80px 10% 80px 0;
  box-sizing: border-box;
}
.concept-textbox:after {
  width: 95%;
  height: 95%;
  position: absolute;
  right: -15px;
  bottom: -15px;
  background-color: #f5f2eb;
  opacity: 0.8;
}
.concept-textbox .title-line {
  background-color: #a07e3e;
}
.concept-bg {
  width: 95%;
  height: 95%;
  position: absolute;
  right: -15px;
  bottom: -15px;
  background-color: #decd9c;
  opacity: 0.8;
}
.concept-content {
  padding-top: 50px;
}
.concept-pic {
  width: 55%;
}
.concept-pic img {
  width: 100%;
}

.director-box {
  width: 80%;
  margin: auto;
  display: flex;
  align-items: start;
  justify-content: center;
  padding: 200px 0 100px;
}
.director-pic {
  width: 30%;
  margin-right: 80px;
  position: relative;
  z-index: 0;
}
.director-pic img {
  width: 100%;
}
.director-pic:before {
  content: "";
  width: 95%;
  height: 95%;
  position: absolute;
  right: -15px;
  bottom: -15px;
  background-color: #decd9c;
  opacity: 0.8;
  z-index: -1;
}
.director-text {
  padding-left: 15px;
}
.director-content .title {
  justify-content: left;
}
.director-name {
  padding: 30px 0;
}
.director-award {
  line-height: 1.3em;
}
.director-award li {
  padding: 3px 0 3px 58px;
}
.director-exp {
  line-height: 1.3em;
  padding-bottom: 30px;
}
.director-exp li {
  padding: 3px 0 3px 58px;
}
.director .award-title {
  padding-bottom: 10px;
}
.director .year {
  position: absolute;
  left: 0;
}
.director .turn {
  display: inline-block;
}

.concept-pic img,
.director-pic img {
  opacity: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.concept-pic img.show,
.director-pic img.show {
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  .about-pic {
    height: 600px;
  }

  .concept-textbox {
    width: 45%;
  }
}
@media screen and (max-width: 1300px) {
  .concept {
    padding: 50px 0;
  }
}
@media screen and (max-width: 1100px) {
  .about-pic {
    height: 500px;
    background-attachment: unset;
  }

  .concept-box {
    display: block;
    width: 100%;
  }
  .concept-textbox {
    width: 90%;
    max-width: 500px;
    margin: auto;
    padding: 8% 0;
  }
  .concept-pic {
    display: none;
  }

  .director-box {
    width: 90%;
    display: block;
    padding: 100px 0 50px;
  }
  .director-pic {
    width: 50%;
    margin: auto;
  }
  .director-content {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    padding-left: 80px;
  }
}
@media screen and (max-width: 860px) {
  .about-content {
    padding: 50px 0;
  }
  .about-pic {
    height: 400px;
  }

  .concept-content {
    padding-top: 50px;
  }

  .director-pic {
    width: 100%;
  }
  .director-content {
    max-width: unset;
    padding-left: 0;
    margin: 50px 0;
  }
}
@media screen and (max-width: 640px) {
  .about-pic {
    width: 90%;
    height: 300px;
  }

  .concept {
    padding: 30px 0;
  }
}
@media screen and (max-width: 460px) {
  .about {
    padding: 50px 0 80px;
  }
  .about-pic {
    height: 200px;
  }
}
