html, body {
  font-family:Helvetica Neue,Helvetica,Arial, sans-serif;
  font-size: 62.5%;
  height: 100%;
  color: #080808;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
   }

body {
  position: relative; }

a {
  color: #221714;
  cursor: pointer;
  text-decoration: none; }

figure {
  margin: 0; }

.overflow-hidden {
  overflow: hidden; 
}
/* --  nav --  */
.nav_box {
  width: 100%;
  height: 9.01%;
  min-height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4; }
  .nav_box .nav_btn {
    position: absolute;
    width: 44px;
    height: 41px;
    top: 50%;
    left: 50px;
    margin-top: -20px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .nav_box .nav_btn .line {
      position: absolute;
      background-color: black;
      height: 2px;
      display: block;
      left: 10px; }
      .nav_box .nav_btn .line:nth-of-type(1) {
        width: 18px;
        top: 12px;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
      .nav_box .nav_btn .line:nth-of-type(2) {
        width: 24px;
        top: 19px;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
      .nav_box .nav_btn .line:nth-of-type(3) {
        width: 12px;
        top: 26px;
        -webkit-transition: all 200ms;
        -moz-transition: all 200ms;
        -ms-transition: all 200ms;
        -o-transition: all 200ms;
        transition: all 200ms; }
      .nav_box .nav_btn .line:nth-of-type(4) {
        width: 18px;
        top: 19px;
        -webkit-transition: all 400ms 50ms;
        -moz-transition: all 400ms 50ms;
        -ms-transition: all 400ms 50ms;
        -o-transition: all 400ms 50ms;
        transition: all 400ms 50ms;
        background-color: transparent; }
      .nav_box .nav_btn .line:nth-of-type(5) {
        width: 18px;
        top: 19px;
        -webkit-transition: all 400ms 50ms;
        -moz-transition: all 400ms 50ms;
        -ms-transition: all 400ms 50ms;
        -o-transition: all 400ms 50ms;
        transition: all 400ms 50ms;
        background-color: transparent; }

.name {
  width: 400px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -40px;
  margin-left: -185px;
  overflow: hidden;
  }
.name a {    
    font-size: 4.4rem;
  } 
.name a:hover{
  color: #333;
}

.nav_box .nav-is-hover .line:nth-of-type(1) {
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  transform: translateY(-3px);
  background-color: rgba(34, 23, 20, 0.3); }
.nav_box .nav-is-hover .line:nth-of-type(2) {
  background-color: rgba(34, 23, 20, 0.3); }
.nav_box .nav-is-hover .line:nth-of-type(3) {
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  transform: translateY(3px);
  background-color: rgba(34, 23, 20, 0.3); }

.nav_box .nav-is-clicked .line:nth-of-type(1) {
  -webkit-transform: translateY(-9px);
  -moz-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
  background-color: transparent; }
.nav_box .nav-is-clicked .line:nth-of-type(2) {
  background-color: transparent; }
.nav_box .nav-is-clicked .line:nth-of-type(3) {
  -webkit-transform: translateY(9px);
  -moz-transform: translateY(9px);
  -ms-transform: translateY(9px);
  -o-transform: translateY(9px);
  transform: translateY(9px);
  background-color: transparent; }
.nav_box .nav-is-clicked .line:nth-of-type(4) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  background-color: rgba(34, 23, 20, 1); }
.nav_box .nav-is-clicked .line:nth-of-type(5) {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background-color: rgba(34, 23, 20, 1); }

.nav_content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  z-index: 2; }
  .nav_content .nav_con {
    position: absolute;
    top: 22%;
    left: 19.1%;
    width: 100%;
    height: 61.8%;
    z-index: 2; }
    .nav_content .nav_con a {
      font-size: 3rem;
      color: #221714;
      width: auto;
      height: 20%;
      display: block;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transform: translateY(-30%);
      -moz-transform: translateY(-30%);
      -ms-transform: translateY(-30%);
      -o-transform: translateY(-30%);
      transform: translateY(-30%); }
      .nav_content .nav_con a:nth-of-type(1) {
        -webkit-transition: all 0.6s 0.7s;
        -moz-transition: all 0.6s 0.7s;
        -ms-transition: all 0.6s 0.7s;
        -o-transition: all 0.6s 0.7s;
        transition: all 0.6s 0.7s; }
      .nav_content .nav_con a:nth-of-type(2) {
        -webkit-transition: all 0.6s 0.6s;
        -moz-transition: all 0.6s 0.6s;
        -ms-transition: all 0.6s 0.6s;
        -o-transition: all 0.6s 0.6s;
        transition: all 0.6s 0.6s; }
      .nav_content .nav_con a:nth-of-type(3) {
        -webkit-transition: all 0.6s 0.5s;
        -moz-transition: all 0.6s 0.5s;
        -ms-transition: all 0.6s 0.5s;
        -o-transition: all 0.6s 0.5s;
        transition: all 0.6s 0.5s; }
      .nav_content .nav_con a:nth-of-type(4) {
        -webkit-transition: all 0.6s 0.4s;
        -moz-transition: all 0.6s 0.4s;
        -ms-transition: all 0.6s 0.4s;
        -o-transition: all 0.6s 0.4s;
        transition: all 0.6s 0.4s; }
      .nav_content .nav_con a:nth-of-type(5) {
        -webkit-transition: all 0.6s 0.3s;
        -moz-transition: all 0.6s 0.3s;
        -ms-transition: all 0.6s 0.3s;
        -o-transition: all 0.6s 0.3s;
        transition: all 0.6s 0.3s; }
      .nav_content .nav_con a:after {
        content: "";
        width: 100%;
        height: 2px;
        background: #000;
        display: block;
        margin-top: 10px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        -ms-transform: scaleX(0);
        -o-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: top left;
        -moz-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left; }
      .nav_content .nav_con a:hover:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1); }

.menu-is-open {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background: #fff; }
  .menu-is-open .nav_con a {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

/* --  webicon --  */
.webicon {
  position: fixed;
  left: 30px;
  bottom: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .webicon a {
    margin-right: 30px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .webicon a i {
      font-size: 1.4rem; }
      .webicon a i:hover {
        color: #666; }
  .webicon .line {
    width: 1px;
    height: 10px;
    background: #221714; }
  .webicon .copyright {
    font-size: 1.2rem;
    font-weight: bold; }
  .webicon .fa-copyright {
    font-size: 1.2rem;
    margin-right: 3px; }
.w_right{
  right: 20px;
  left: initial;
}   
.w_right a{
  margin-right: 10px;
  font-weight: bold;
  color: #221714;
} 

/* --  photo page --  */
.page_title {
  position: fixed;
  top: 22%;
  left: 19.1%; }
  .page_title span {
    font-size: 3rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .page_title span .en {
      font-size: 1.4rem;
      color: #aaa;
      display: block;
      margin:15px 0 0 3px; }

.photo_box {
  position: relative;
  width: 100%;
  height: auto;
  top: 35%;
  font-size: 0;
  letter-spacing: -4px;
  padding: 0 3%; }
  .photo_box .photo_item {
    width: 33.33%;
    display: inline-block;
    margin: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .photo_box .photo_item a {
      position: relative;
      width: 100%;
      padding-bottom: 100%;
      display: inline-block; }
      .photo_box .photo_item a img {
        width: auto;
        height: auto;
        overflow: auto;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
      .photo_box .photo_item a .img_v {
        height: calc(100% - (9% * 2)); }
      .photo_box .photo_item a .img_c {
        width: calc(100% - (9% * 2)); }

/*-- design page --*/
.design_box {
  position: relative;
  width: 100%;
  top: 38.2%;
  left: 0;
  font-size: 0;
  padding: 0 30px;
  letter-spacing: -4px; }
  .design_box .design_item {
    position: relative;
    width: 33.333%;
    display: inline-block;
    padding:0 30px 55px 30px;
    margin: 0; }
    .design_box .design_item a {
      background:#fff;
      display: block;
      position: relative;
      overflow: hidden; }
      .design_box .design_item a img {
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s; }
      .design_box .design_item a figcaption {
        position: absolute;
        bottom: -10%;
        width: 100%;
        height: 10%;
        font-size: 1.8rem;
        line-height: 1.8rem;
        text-align: center;
        letter-spacing: 0;
        z-index: 2;
        color:#221714;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s; }
      .design_box .design_item a:hover img {
        -webkit-transform: translateY(-18%);
        -moz-transform: translateY(-18%);
        -ms-transform: translateY(-18%);
        -o-transform: translateY(-18%);
        transform: translateY(-18%);
        opacity: 0.8;
        filter: Alpha(opacity=80); }
      .design_box .design_item a:hover figcaption {
        bottom: 0; }
      .design_item:nth-of-type(4),.design_item:nth-of-type(5),.design_item:nth-of-type(9),.design_item:nth-of-type(10),.design_item:nth-of-type(14),.design_item:nth-of-type(15),.design_item:nth-of-type(19),.design_item:nth-of-type(20),.design_item:nth-of-type(24),.design_item:nth-of-type(25),.design_item:nth-of-type(29),.design_item:nth-of-type(30){
  width: 50%;
}  

.design_classify {
  display:none;
  position: fixed;
  right: 19.1%;
  top: 22%;
  margin-top: 15px; }
  .design_classify a {
    position: relative;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    margin-left: 30px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .design_classify a:after {
      content: "";
      position: absolute;
      width: 0%;
      height: 2px;
      background: #000;
      top: 16px;
      left: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .design_classify a:hover:after {
      width: 100%; }

.mixitup-control-active {
  color: #aaa; }
  .mixitup-control-active:after {
    width: 100% !important;
    background: #aaa !important; }
.design_box .design_item{}    

/*-- blog page --*/
.blog_classify {
  position: absolute;
  top: 20%;
  right: 30%;
  margin-top: 65px; }
  .blog_classify a {
    position: relative;
    font-size: 1.2rem;
    font-weight: bold;
    color: #aaa;
    margin-right: 30px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .blog_classify a:after {
      content: "";
      position: absolute;
      width: 0%;
      height: 3px;
      background: #221714;
      top: 6px;
      left: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .blog_classify a:hover:after {
      width: 100%; }

.blog_box {
  position: relative;
  width: 61.8%;
  height: auto;
  top: 38.2%;
  left: 19.1%; }
  .blog_box .post {
    width: 100%;
    height: auto;
    padding: 0 0 9% 0; }
    .blog_box .post .t_img {
      margin-bottom: 3%; }
    .blog_box .post h1 {
      position: relative;
      width: 100%;
      height: auto;
      font-size: 2.4rem;
      line-height: 3rem;
      margin: 0 0 3% 0; }
      .blog_box .post h1 span {
        position: absolute;
        right: 0;
        bottom: 0;
        font-size: 1.2rem;
        color: #aaa; }
    .blog_box .post p {
      width: 100%;
      padding-bottom: 3%;
      font-size: 1.4rem;
      color: #666;
      line-height: 2rem; }
      .blog_box .post p img {
        width: 100%; }
    .blog_box .post .btn_more {
      width: 90px;
      height: 30px;
      line-height: 30px;
      font-size: 1.2rem;
      font-weight: bold;
      display: block;
      position: relative;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .blog_box .post .btn_more:hover {
        color: #aaa; }
        .blog_box .post .btn_more:hover .fa-chevron-right {
          -webkit-transform: translateX(6px);
          -moz-transform: translateX(6px);
          -ms-transform: translateX(6px);
          -o-transform: translateX(6px);
          transform: translateX(6px);
          color: #aaa; }

.fa-chevron-right, .fa-chevron-left {
  margin: 0 6px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/*-- post page --*/
.post_title {
  position: fixed;
  top: 22%;
  left: 19.1%;
  font-size: 2rem;
  line-height: 3rem;
  width: 50%;
  padding-right: 6%; }
  .post_title span {
    display: block; }
  .post_title .date {
    display: none;
    font-size: 1.2rem;
    margin-top: 5px;
    color: #aaa; }
    .post_title .date a {
      color: #aaa; }

.dis {
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; }

.now_disappear {
  -webkit-transform: translateY(-60px);
  -moz-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  -o-transform: translateY(-60px);
  transform: translateY(-60px);
  opacity: 0;
  filter: alpha(opacity=0); }

.post_np {
  width: auto;
  text-align: right;
  padding-bottom: 12%; }
  .post_np a {
    position: relative;
    font-size: 1.2rem;
    margin-left: 30px;
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .post_np a:hover {
      color: #aaa; }
      .post_np a:hover .fa-chevron-right {
        color: #aaa;
        -webkit-transform: translateX(6px);
        -moz-transform: translateX(6px);
        -ms-transform: translateX(6px);
        -o-transform: translateX(6px);
        transform: translateX(6px); }
      .post_np a:hover .fa-chevron-left {
        color: #aaa;
        -webkit-transform: translateX(-6px);
        -moz-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        -o-transform: translateX(-6px);
        transform: translateX(-6px); }

/*-- work page --*/
.workdetail_box {
  width: 100%;
  position: relative;
  top: 9.01%;
  left: 0;
   }
.workdetail_box p{
  padding:0 19.1% 60px 19.1%;
  color: #221714;
  }
.workdetail_box p:nth-of-type(1){
  padding:0 60px 10px 60px;
}   
.workdetail_box h1{
  font-size: 3rem;
  padding: 80px 19.1% 0 19.1%;
}
.workdetail_box p.text{
  padding: 20px 38.2% 0 19.1%;
  height: auto;
  overflow: hidden;
}
.workdetail_box p.info{
  padding: 20px 38.2% 100px 19.1%;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.workdetail_box p.two{
  width: auto;
  height: auto;
  overflow: hidden;
}
.workdetail_box p.two img{
  float: right;
  width: 49%;
  display: inline;
}
.workdetail_box p.two img:nth-of-type(1){
  float: left;
}

.workdetail_title {
  display:none;
  padding-right: 0; }

.back_design {
  position: fixed;
  width: auto;
  top: 20%;
  right: 30%;
  text-align: left;
  margin-top: 15px;
  padding: 0;
  -webkit-transform-origin: top right;
  -moz-transform-origin: top right;
  -ms-transform-origin: top right;
  -o-transform-origin: top right;
  transform-origin: top right; }

/*-- about page --*/
.about_content {
  position: relative;
  width: 61.8%;
  height: auto;
  top: 38.2%;
  left: 19.1%; }
  .about_content p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    margin-bottom: 20px; }
    .about_content p a {
      text-decoration: underline; }
      .about_content p a:hover {
        color: #aaa; }
  .about_content .about_webicon {
    padding: 60px 0; }
    .about_content .about_webicon a {
      display: inline-block;
      font-size: 1.8rem;
      margin-right: 30px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      .about_content .about_webicon a:hover {
        color: #aaa; }
  .about_content .my_photo {
    width: 100%;
    height: auto;
    margin: 60px 0; }

/*-- back top --*/
.backtop {
  position: fixed;
  right: 20px;
  bottom: -100px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 2.4rem;
  color: #221714;
  z-index: 3;
  text-align: center;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s; 
}
.now_appear {
  bottom: 30px; }
/*-- footer --*/  
  .footer{
    position: relative;
    top: 40%;
    width: 100%;
    height: 9.01%;
    min-height: 60px;
    overflow: hidden;
  }
  .footer a{
    float: left;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .footer a:hover{
    text-decoration: underline;
  }
  .social{
    position: absolute;
    left: 19.1%;
    bottom: 30px;
  }
  .social a{
    padding-right: 30px;
  }
  .logo{
    position: absolute;
    width: 3.18%;
    left: 50%;
    margin-left: -40px;
  }
  .cor{
    position: absolute;
    right: 19.1%;
    bottom: 30px;
  }
  .cor a{
    padding-left: 30px;
  }
  .welcome{
    display: none;
  }

/*# sourceMappingURL=style.css.map */
