@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text");
@-webkit-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-moz-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@-o-keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
@keyframes loading {
  0% {
    left: -30px;
  }
  70% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.lo {
  display: block;
  height: 2px;
  margin-top: -1px;
}

.content {
  min-height: 100vh;
}

.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #000;
  z-index: 8;
  cursor: pointer;
}
.intro-wrap {
  position: absolute;
  width: 80px;
  height: 114px;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -57px;
}
.intro-logo {
  width: 100%;
  z-index: 1;
}
.intro-logo * {
  fill: #fff;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes letter {
  0% {
    opacity: 0;
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes letter {
  0% {
    opacity: 0;
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes letter {
  0% {
    opacity: 0;
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes letter {
  0% {
    opacity: 0;
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.intro-anim,
.letter,
.logo-tw {
  opacity: 0;
}

.a1 {
  -moz-animation: fade 1.5s forwards;
  -webkit-animation: fade 1.5s forwards;
  animation: fade 1.5s forwards;
}

.a2 {
  -moz-animation: fade 1.5s 0.3s forwards;
  -webkit-animation: fade 1.5s 0.3s forwards;
  animation: fade 1.5s 0.3s forwards;
}

.a3 {
  -moz-animation: fade 1.5s 0.5s forwards;
  -webkit-animation: fade 1.5s 0.5s forwards;
  animation: fade 1.5s 0.5s forwards;
}

.a4 {
  -moz-animation: fade 1.5s 1s forwards;
  -webkit-animation: fade 1.5s 1s forwards;
  animation: fade 1.5s 1s forwards;
}

.enQ {
  -moz-animation: letter 1s 1.4s forwards;
  -webkit-animation: letter 1s 1.4s forwards;
  animation: letter 1s 1.4s forwards;
}

.enU {
  -moz-animation: letter 1s 1.6s forwards;
  -webkit-animation: letter 1s 1.6s forwards;
  animation: letter 1s 1.6s forwards;
}

.enN {
  -moz-animation: letter 1s 1.8s forwards;
  -webkit-animation: letter 1s 1.8s forwards;
  animation: letter 1s 1.8s forwards;
}

.enH {
  -moz-animation: letter 1s 1.4s forwards;
  -webkit-animation: letter 1s 1.4s forwards;
  animation: letter 1s 1.4s forwards;
}

.enU2 {
  -moz-animation: letter 1s 1.6s forwards;
  -webkit-animation: letter 1s 1.6s forwards;
  animation: letter 1s 1.6s forwards;
}

.enI {
  -moz-animation: letter 1s 1.8s forwards;
  -webkit-animation: letter 1s 1.8s forwards;
  animation: letter 1s 1.8s forwards;
}

.logo-tw {
  -moz-animation: fade 1s 2s forwards;
  -webkit-animation: fade 1s 2s forwards;
  animation: fade 1s 2s forwards;
}

.open {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.open-photo li {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  min-height: 100%;
  min-width: 100%;
  -moz-transition: opacity 2s linear;
  -o-transition: opacity 2s linear;
  -webkit-transition: opacity 2s linear;
  transition: opacity 2s linear;
}
.open-photo li .img {
  position: absolute;
  width: 110%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.open-photo li:nth-child(1) .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 110%;
}
.open-photo li:nth-child(2) .img {
  top: -10%;
  height: 110%;
}
.open-photo li:nth-child(3) .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 110%;
}
.open-photo li:nth-child(4) .img {
  top: 0%;
  height: 120%;
}
.open-photo li:nth-child(5) .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 110%;
}
.open-photo li:nth-child(6) .img {
  right: 0;
}
.open .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.open .cover img {
  width: 100%;
  height: 100%;
}

.awardslogo img {
  float: right;
  max-width: 40%;
}

.awardslogo {
  position: absolute;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
  width: 100%;
}

.col--2 {
  float: left;
  position: relative;
  width: 50%;
  min-height: 100vh;
  overflow: hidden;
}

.col-photo {
  position: relative;
  min-height: 100vh;
}

.work {
  flex: 1;
  position: relative;
  padding: 0 25px;
  cursor: pointer;
  -moz-transition: box-shadow 0.6s;
  -o-transition: box-shadow 0.6s;
  -webkit-transition: box-shadow 0.6s;
  transition: box-shadow 0.6s;
}
.work:hover {
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}
.work:hover img {
  margin-top: -10px;
}
.work a {
  display: block;
  overflow: hidden;
}
.work-photo {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 94.7%;
  margin-bottom: 40px;
  overflow: hidden;
}
.work-photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.work-name {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.work-location {
  margin-bottom: 5px;
  color: #b3b3b3;
}
.work-footage {
  margin-bottom: 40px;
  color: #b3b3b3;
}

/*------------------------------------------
 *             tablet 、 Mobile
 *------------------------------------------*/
@media only screen and (max-width: 1100px) {
  .open-photo .img {
    display: none;
  }
  .open-photo li {
    background: no-repeat center center;
    background-size: cover;
  }
  .open-photo li:nth-child(1) {
    background-image: url("../images/index/m1.jpg");
  }
  .open-photo li:nth-child(2) {
    background-image: url("../images/index/m2.jpg");
  }
  .open-photo li:nth-child(3) {
    background-image: url("../images/index/m3.jpg");
  }
  .open-photo li:nth-child(4) {
    background-image: url("../images/index/m4.jpg");
  }
  .open-photo li:nth-child(5) {
    background-image: url("../images/index/m5.jpg");
  }
  .open-photo li:nth-child(6) {
    background-image: url("../images/index/m6.jpg");
  }
}
@media only screen and (max-width: 780px) {
  .content {
    min-height: 0;
  }

  .col--2 {
    float: none;
    width: 100%;
    min-height: 0;
  }

  .col-photo {
    min-height: 300px;
  }

  .flex {
    display: block;
  }

  .work {
    margin-bottom: 40px;
    padding: 0;
  }
  .work:last-child {
    margin-bottom: 0;
  }
  .work-photo {
    height: 260px;
    padding-bottom: 0;
    margin-bottom: 25px;
  }

  .awardslogo img {
    max-width: 100%;
  }
}
