.top-inner {
  -moz-transition: -moz-transform 12s;
  -o-transition: -o-transform 12s;
  -webkit-transition: -webkit-transform 12s;
  transition: transform 12s;
}

.top-img li:nth-child(4n-3) .top-inner {
  width: 110vw;
  right: -10vw;
}
.top-img li:nth-child(4n-3) .top-inner.show-photo {
  -moz-transform: translateX(-10vw);
  -ms-transform: translateX(-10vw);
  -webkit-transform: translateX(-10vw);
  transform: translateX(-10vw);
}
.top-img li:nth-child(4n-2) .top-inner {
  height: 110vh;
}
.top-img li:nth-child(4n-2) .top-inner.show-photo {
  -moz-transform: translateY(-10vh);
  -ms-transform: translateY(-10vh);
  -webkit-transform: translateY(-10vh);
  transform: translateY(-10vh);
}
.top-img li:nth-child(4n-1) .top-inner {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.top-img li:nth-child(4n-1) .top-inner.show-photo {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-img li:nth-child(4n) .top-inner {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.top-img li:nth-child(4n) .top-inner.show-photo {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.about-content {
  float: left;
  width: 40%;
  margin-left: 5%;
  margin-bottom: 10%;
}
.about-text {
  line-height: 2;
  font-size: 0.875em;
}
.about-img {
  position: relative;
  overflow: hidden;
}
.about-img-inner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center;
}
.about-img1 {
  width: 40%;
  float: right;
  padding-bottom: 60%;
}
.about-img2 {
  width: 45%;
  float: left;
  padding-bottom: 30%;
}

.work-content {
  margin-left: 5%;
}
.work-text {
  font-size: 0.875em;
  line-height: 2;
}
.work-list {
  position: relative;
}
.work-list:before {
  content: "";
  position: absolute;
  height: 80%;
  width: 100%;
  top: 20%;
  background: #eee;
}
.work-swiper {
  padding: 0 10% 160px 14%;
}
.work-slider {
  position: relative;
}
.work-img {
  position: relative;
}
.work-img img {
  width: 100%;
}
.work-img img:hover {
  width: 150%;
  height: 150%;
}
.work-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.show .work-img:before {
  width: 100%;
}
.work-info {
  position: absolute;
  bottom: 10%;
  left: 10%;
  color: #FFF;
  z-index: 2;
  text-shadow: 1px 2px 3px #666;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.work-info-text1 {
  line-height: 1;
  font-size: 2rem;
  font-family: "Cormorant Garamond", serif;
}
.work-info-text2 {
  font-size: 1.25rem;
  font-weight: 300;
}
.work-slider:hover .work-info, .work-slider:hover .work-img:after {
  opacity: 0;
}
.work .swiper-container-horizontal > .swiper-pagination-progressbar {
  top: auto;
  bottom: 79px;
  left: 14%;
  margin-left: 100px;
  width: calc(76% - 100px);
  height: 2px;
}
.work .swiper-pagination-progressbar-fill {
  background: #333;
}
.work-next, .work-prev {
  position: absolute;
  width: 30px;
  height: 30px;
  top: auto;
  bottom: 65px;
  left: 14%;
  cursor: pointer;
}
.work-next {
  margin-left: 45px;
  right: auto;
}
.work-w {
  display: block;
}
.work-more {
  width: 27px;
  margin: 15px 0 0 0;
  font-size: 12px;
  border-bottom: #fff 1px solid;
  box-shadow: 0 1px 0 rgba(102, 102, 102, 0.8);
}

.service {
  background: #eee;
  padding-bottom: 160px;
}
.service .title {
  margin-bottom: 0;
}
.service-content {
  margin-left: 5%;
}
.service-list {
  display: -ms-flexbox;
  display: flex;
}
.service-bg {
  width: 70%;
  background-size: cover;
  background-position: center;
}
.service-text {
  position: relative;
  margin-top: 160px;
  margin-bottom: 160px;
  margin-left: -20%;
  position: relative;
  padding: 50px;
  width: 70%;
  box-sizing: border-box;
}
.service-text:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: #ddd;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.show .service-text:before {
  width: 100%;
}
.service-img {
  position: relative;
  float: right;
  width: 25vw;
  padding-bottom: 37.5vw;
  margin-top: -120px;
}
.service-img li {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.service-img-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 25vw;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.service-info {
  position: relative;
  margin-top: 10%;
}
.service-control {
  position: absolute;
  top: 80px;
  left: 40px;
}
.service-next, .service-prev {
  float: left;
  margin-right: 20px;
  cursor: pointer;
}
.service-next.hide, .service-prev.hide {
  opacity: 0.35;
  cursor: default;
}

.mobile .step {
  margin-bottom: 60px;
}
.mobile .step:last-child {
  margin-bottom: 0;
}
.step-img {
  margin-bottom: 25px;
}
.mobile .step-img {
  margin-bottom: 15px;
}
.step-w {
  display: block;
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.show-step .step-w, .mobile .step-w {
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.step-num {
  font-size: 0.875em;
  margin-bottom: 20px;
  overflow: hidden;
}
.mobile .step-num {
  margin-bottom: 0;
}
.step-en {
  color: #000;
  font-size: 2em;
  font-family: "Cormorant Garamond", serif;
  overflow: hidden;
}
.step-en .step-w {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.step-text {
  font-size: 0.875em;
  overflow: hidden;
}
.step-text .step-w {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mobile .step-text {
  margin-top: 15px;
}
.step-inner {
  font-size: 0.875em;
  margin-top: 5%;
  overflow: hidden;
}
.step-inner li {
  padding-bottom: 5px;
}
.step-inner .step-w {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.mobile .step-inner {
  margin-top: 15px;
}

.mobile {
  display: none;
}

.about-img, .work-swiper {
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.about-img.show, .work-swiper.show {
  opacity: 1;
}

.service-bg, .more, .service-control, .service-info, .service-img {
  opacity: 0;
  -moz-transition: opacity 1s;
  -o-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.show .service-bg, .show .more, .show .service-control, .show .service-info, .show .service-img {
  opacity: 1;
}

@media screen and (max-width: 1300px) {
  .about-content {
    margin-left: 0;
    width: 48%;
  }
  .about-img2 {
    width: 48%;
  }

  .work-content {
    margin-left: 0;
  }
  .work-swiper {
    padding: 0 10% 160px;
  }
  .work-next, .work-prev {
    left: 10%;
  }
  .work .swiper-container-horizontal > .swiper-pagination-progressbar {
    left: 10%;
    width: calc(80% - 100px);
  }

  .service-content {
    margin-left: 0;
  }
  .service-text {
    margin-left: -30%;
    width: 80%;
  }
  .service-img {
    width: 30vw;
    padding-bottom: 45vw;
  }
  .service-img-inner {
    width: 30vw;
  }
}
@media screen and (max-width: 1100px) {
  .work-swiper {
    padding: 0 5% 160px;
  }
  .work-next, .work-prev {
    left: 5%;
  }
  .work .swiper-container-horizontal > .swiper-pagination-progressbar {
    left: 5%;
    width: calc(90% - 100px);
  }

  .service-bg {
    width: 95%;
  }
  .service-text {
    width: 95%;
    margin-left: -90%;
  }
  .service-img {
    width: 40vw;
    padding-bottom: 60vw;
  }
  .service-img-inner {
    width: 40vw;
  }

  .step-inner .text-w {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .about-content, .about-img2 {
    width: auto;
    float: none;
  }
  .about-content {
    margin-bottom: 50px;
  }
  .about-img1 {
    display: none;
  }
  .about-img2 {
    padding-bottom: 60%;
  }

  .work-swiper {
    padding-bottom: 100px;
  }
  .work .swiper-container-horizontal > .swiper-pagination-progressbar {
    bottom: 50px;
  }
  .work-next, .work-prev {
    bottom: 36px;
  }
  .work-info-text1 {
    font-size: 1.5rem;
  }
  .work-info-text2 {
    font-size: 0.875rem;
  }

  .service {
    padding-bottom: 100px;
  }
  .service-img {
    display: none;
  }
  .service-text {
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 50px;
  }
  .service-control {
    top: 60px;
    left: 40px;
  }
  .service-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
  }

  .mobile .step {
    position: relative;
    display: inline-block;
    width: calc(50% - 40px);
    margin: 20px;
  }
  .mobile .step-img img {
    width: 40px;
  }
  .mobile .step-num {
    margin-bottom: 10px;
  }
  .mobile .step-text {
    margin-top: 0;
  }
  .mobile .step-en {
    font-size: 1.5em;
  }
  .mobile .step-inner {
    margin-top: 25px;
  }

  .pc {
    display: none;
  }

  .mobile {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  .service-text {
    padding: 50px 5%;
    margin-top: 0;
    margin-left: -95%;
    width: 100%;
  }
  .service-info .step {
    width: 100%;
    margin: 30px 0;
  }
  .service-info .step-img img {
    width: 40px;
  }
  .service-bg {
    margin-top: 50px;
  }
  .service-control {
    left: 20px;
  }
}
@media screen and (max-width: 640px) {
  .service-text {
    padding: 50px 20px;
  }
}
