@font-face {
  font-family: GT-Walsheim-Regular;
  src: url("../../fonts/GT-Walsheim-Regular-+-Oblique-Web/GT-Walsheim-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: GT-Walsheim-Regular-Oblique;
  src: url("../../fonts/GT-Walsheim-Regular-+-Oblique-Web/GT-Walsheim-Regular-Oblique.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
.off-320 {
  display: none !important; }

.menu {
  display: inline-block;
  float: left;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  opacity: 0; }
  .menu .layer_bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden; }
    .menu .layer_bg .layer_1 {
      display: none; }
    .menu .layer_bg .layer_2 {
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 10px;
      box-sizing: border-box; }
      .menu .layer_bg .layer_2 .inside {
        display: inline-block;
        float: left;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.9);
        overflow: auto;
        padding: 40px;
        box-sizing: border-box; }
        .menu .layer_bg .layer_2 .inside .left {
          display: inline-block;
          float: left;
          width: 100%; }
          .menu .layer_bg .layer_2 .inside .left a {
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 36px;
            line-height: 60px;
            color: #fff;
            text-decoration: none; }
          .menu .layer_bg .layer_2 .inside .left .language {
            display: inline-block;
            float: left;
            width: 100%;
            margin-bottom: 20px; }
            .menu .layer_bg .layer_2 .inside .left .language a {
              display: inline-block;
              float: left;
              width: 40px;
              height: 30px;
              text-align: center;
              font-family: "GT-Walsheim-Regular", sans-serif;
              font-size: 14px;
              line-height: 28px;
              color: #fff;
              text-decoration: none; }
              .menu .layer_bg .layer_2 .inside .left .language a.active {
                border: 1px solid #fff;
                border-radius: 20px;
                box-sizing: border-box; }
              .menu .layer_bg .layer_2 .inside .left .language a.off {
                opacity: 0.3; }
            .menu .layer_bg .layer_2 .inside .left .language span {
              float: left;
              color: #fff;
              text-decoration: line-through;
              line-height: 30px; }
            .menu .layer_bg .layer_2 .inside .left .language .close {
              display: inline-block;
              float: right;
              position: relative; }
              .menu .layer_bg .layer_2 .inside .left .language .close a {
                display: block;
                height: 30px;
                font-family: "GT-Walsheim-Regular", sans-serif;
                font-size: 18px;
                line-height: 30px;
                color: #fff;
                text-decoration: none; }
                .menu .layer_bg .layer_2 .inside .left .language .close a i.icon_close {
                  display: inline-block;
                  float: right;
                  width: 15px;
                  height: 100%;
                  background-image: url("../../images/icon/icon-close.png");
                  background-repeat: no-repeat;
                  background-position: center;
                  margin-left: 20px; }
          .menu .layer_bg .layer_2 .inside .left .social {
            display: inline-block;
            float: left;
            width: 100%;
            margin-top: 20px; }
            .menu .layer_bg .layer_2 .inside .left .social a {
              display: block;
              clear: both;
              font-size: 18px;
              line-height: 36px; }
        .menu .layer_bg .layer_2 .inside .right {
          display: inline-block;
          float: right;
          position: relative; }
          .menu .layer_bg .layer_2 .inside .right a {
            display: block;
            height: 60px;
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 18px;
            line-height: 60px;
            color: #fff;
            text-decoration: none; }
            .menu .layer_bg .layer_2 .inside .right a i.icon_close {
              display: inline-block;
              float: right;
              width: 15px;
              height: 100%;
              background-image: url("../../images/icon/icon-close.png");
              background-repeat: no-repeat;
              background-position: center;
              margin-left: 20px; }
          .menu .layer_bg .layer_2 .inside .right .bottom {
            position: absolute;
            bottom: 0px;
            right: 0px; }

.lookbookInstructions {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999; }
  .lookbookInstructions .box {
    display: block;
    width: 900px;
    height: 400px;
    margin: 0 auto;
    padding: 100px 60px;
    background-color: #6b5f60; }
    .lookbookInstructions .box .left {
      display: inline-block;
      float: left; }
    .lookbookInstructions .box .right {
      display: inline-block;
      height: 100%;
      margin-left: 120px; }
      .lookbookInstructions .box .right img {
        height: 100%;
        max-height: 500px; }
    .lookbookInstructions .box .head {
      font-family: "GT-Walsheim-Regular", sans-serif;
      font-size: 24px;
      line-height: 30px;
      color: #fff;
      margin-bottom: 20px; }
    .lookbookInstructions .box .text {
      font-family: "GT-Walsheim-Regular", sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #fff; }
    .lookbookInstructions .box .button {
      position: relative;
      display: inline-block;
      width: 180px;
      height: 60px;
      border: 2px solid #fff;
      box-sizing: border-box;
      margin-top: 100px;
      overflow: hidden; }
      .lookbookInstructions .box .button span {
        float: left;
        font-family: "GT-Walsheim-Regular", sans-serif;
        font-size: 18px;
        color: #fff;
        line-height: 54px;
        margin-left: 30px; }
      .lookbookInstructions .box .button i.icon_close {
        position: absolute;
        right: 0px;
        top: 0px;
        display: inline-block;
        float: right;
        width: 15px;
        height: 100%;
        background-image: url("../../images/icon/icon-close.png");
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 30px; }
        .lookbookInstructions .box .button i.icon_close.two {
          top: -60px; }

header {
  display: inline-block;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 10px; }
  header .left {
    float: left;
    margin-top: 10px;
    width: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
    text-align: center; }
    header .left .burger {
      display: inline-block;
      float: left;
      width: 26px;
      height: 28px;
      background-image: url("../../images/homepage/burger.png");
      background-repeat: no-repeat;
      background-position: center;
      cursor: pointer; }
    header .left img {
      display: inline-block;
      width: 130px;
      margin-left: -26px; }
  header .right {
    display: none; }

nav {
  display: none; }

.home {
  display: inline-block;
  float: left;
  width: 100%; }
  .home .layer_bg {
    position: relative;
    z-index: 99;
    overflow: hidden; }
    .home .layer_bg .layer_1 {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 100; }
    .home .layer_bg .layer_2 {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 200;
      padding: 10px;
      padding-bottom: 30px;
      box-sizing: border-box; }
      .home .layer_bg .layer_2 .bg {
        display: inline-block;
        width: calc(100% - 20px);
        height: calc(100% - 40px);
        background: #bbb0a2;
        position: absolute;
        z-index: 201; }
      .home .layer_bg .layer_2 .fg {
        display: none; }
    .home .layer_bg .layer_3 {
      display: inline-block;
      width: calc(100% - 40px);
      height: 83%;
      position: absolute;
      left: 20px;
      top: 10%;
      z-index: 300;
      overflow: hidden;
      background-image: url("../../images/homepage/layer_3_svg_logo.png");
      background-repeat: no-repeat;
      background-position: top center;
      background-size: auto 100%; }
      .home .layer_bg .layer_3 svg {
        display: none; }
    .home .layer_bg .layer_4 {
      display: inline-block;
      width: 100%;
      height: 105%;
      top: -5%;
      position: relative;
      z-index: 400;
      background-image: url("../../images/homepage/layer_4.png");
      background-repeat: no-repeat;
      background-position: bottom center;
      background-size: contain; }
      .home .layer_bg .layer_4 .mask {
        display: inline-block;
        width: 100%;
        height: 0px;
        background: #fff;
        position: absolute;
        z-index: 401;
        bottom: 0px; }
    .home .layer_bg .layer_5 {
      display: inline-block;
      position: absolute;
      left: calc(50% - 80px);
      bottom: 50px;
      z-index: 500; }
      .home .layer_bg .layer_5 .title {
        display: none; }
      .home .layer_bg .layer_5 .text {
        display: none; }
      .home .layer_bg .layer_5 .button {
        display: block;
        width: 160px;
        height: 60px;
        border: 2px solid #fff;
        box-sizing: border-box; }
        .home .layer_bg .layer_5 .button span {
          float: left;
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 18px;
          color: #fff;
          line-height: 54px;
          margin-left: 30px;
          margin-right: 25px; }
        .home .layer_bg .layer_5 .button i.arrow_down {
          display: inline-block;
          float: right;
          margin-right: 30px;
          width: 15px;
          height: 15px;
          background-image: url("../../images/icon/arrow_down.png");
          background-repeat: no-repeat;
          background-position: center bottom;
          margin-top: 20px; }

.collections {
  display: inline-block;
  float: left;
  width: 100%; }
  .collections .layer_bg {
    position: relative;
    z-index: 99;
    overflow: hidden; }
    .collections .layer_bg .layer_1 {
      display: inline-block;
      width: 100%;
      height: 100%; }
    .collections .layer_bg .layer_2 {
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 10px;
      box-sizing: border-box; }
      .collections .layer_bg .layer_2 .left {
        display: inline-block;
        float: left;
        width: 100%;
        height: 100%; }
        .collections .layer_bg .layer_2 .left .collection {
          display: none; }
        .collections .layer_bg .layer_2 .left .information {
          display: inline-block;
          margin-top: 20px; }
          .collections .layer_bg .layer_2 .left .information .l {
            display: inline-block;
            float: left;
            width: 100%;
            box-sizing: border-box;
            padding: 0px 10px;
            margin-bottom: 20px; }
          .collections .layer_bg .layer_2 .left .information .r {
            display: inline-block;
            float: left;
            width: 100%;
            box-sizing: border-box;
            padding: 0px 10px; }
          .collections .layer_bg .layer_2 .left .information .more {
            display: none; }
          .collections .layer_bg .layer_2 .left .information .head {
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 20px;
            line-height: 28px;
            margin-bottom: 10px;
            color: #000; }
          .collections .layer_bg .layer_2 .left .information .text {
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 12px;
            line-height: 20px;
            color: #000; }
          .collections .layer_bg .layer_2 .left .information .button {
            display: block;
            width: 100%;
            height: 60px;
            border: 2px solid #000;
            box-sizing: border-box; }
            .collections .layer_bg .layer_2 .left .information .button span {
              float: left;
              font-family: "GT-Walsheim-Regular", sans-serif;
              font-size: 20px;
              color: #000;
              line-height: 54px;
              margin-left: 20px; }
            .collections .layer_bg .layer_2 .left .information .button i.arrow_right {
              display: inline-block;
              float: right;
              width: 15px;
              height: 100%;
              background-image: url("../../images/icon/arrow_right_black.png");
              background-repeat: no-repeat;
              background-position: center right;
              margin-right: 20px; }
      .collections .layer_bg .layer_2 .right {
        display: inline-block;
        float: left;
        width: 100%;
        height: 100%;
        background-image: url("../../images/homepage/collections_bg.jpg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        box-sizing: border-box;
        padding: 10px; }
        .collections .layer_bg .layer_2 .right .collection {
          display: inline-block;
          text-align: left;
          margin-top: 100px; }
          .collections .layer_bg .layer_2 .right .collection .text {
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 16px;
            line-height: 32px;
            color: #fff; }
            .collections .layer_bg .layer_2 .right .collection .text.big {
              font-size: 72px;
              line-height: 80px;
              margin: 20px 0px; }
              .collections .layer_bg .layer_2 .right .collection .text.big span {
                text-decoration: line-through; }
  .collections .slide1 {
    display: inline-block;
    width: 100%;
    float: left; }
  .collections .slide2 {
    display: inline-block;
    width: 100%;
    float: left; }
    .collections .slide2 .layer_bg {
      position: fixed; }
    .collections .slide2 .all {
      background: #fff; }
      .collections .slide2 .all .over {
        width: 100%;
        position: relative;
        overflow: hidden;
        text-align: center;
        padding: 60px 0px;
        background-color: #ebe7e4; }
        .collections .slide2 .all .over .back {
          margin-top: 0px !important;
          text-align: center;
          display: inline-block;
          width: 100%; }
          .collections .slide2 .all .over .back a {
            display: inline-block; }
          .collections .slide2 .all .over .back span {
            float: left;
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 14px;
            color: #000;
            line-height: 120px; }
          .collections .slide2 .all .over .back i.arrow_left_black {
            display: inline-block;
            float: left;
            width: 15px;
            height: 120px;
            background-image: url("../../images/icon/arrow_left_black.png");
            background-repeat: no-repeat;
            background-position: center left;
            margin-right: 20px; }
        .collections .slide2 .all .over .title {
          display: inline-block; }
          .collections .slide2 .all .over .title .text {
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 60px;
            color: #000;
            line-height: 60px;
            margin-bottom: 40px; }
        .collections .slide2 .all .over .more {
          display: none; }
        .collections .slide2 .all .over .scroll img {
          width: 60px; }
      .collections .slide2 .all .content {
        display: inline-block;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 100;
        overflow: hidden; }
        .collections .slide2 .all .content .image {
          z-index: 9; }
        .collections .slide2 .all .content .information {
          display: inline-block;
          z-index: 20;
          background-color: #fff;
          padding: 20px; }
        .collections .slide2 .all .content .text {
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 16px;
          line-height: 26px;
          color: #000; }
        .collections .slide2 .all .content .head {
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 24px;
          line-height: 30px;
          color: #000;
          margin-bottom: 20px; }
        .collections .slide2 .all .content img {
          width: 100%;
          float: left; }
        .collections .slide2 .all .content iframe {
          width: 100%; }
        .collections .slide2 .all .content .box11 .information-inside {
          display: none; }
        .collections .slide2 .all .content .box12 {
          display: none; }
        .collections .slide2 .all .content .box16 {
          display: none; }
        .collections .slide2 .all .content .box20 {
          display: none; }
        .collections .slide2 .all .content .box21 {
          display: none; }
      .collections .slide2 .all .footer {
        text-align: center;
        width: 100%; }
        .collections .slide2 .all .footer .action {
          display: inline-block;
          width: 100%;
          padding: 20px;
          padding-bottom: 60px;
          box-sizing: border-box; }
          .collections .slide2 .all .footer .action .up {
            display: inline-block;
            float: left;
            width: 100%;
            margin-bottom: 20px; }
            .collections .slide2 .all .footer .action .up .button {
              display: inline-block;
              width: 100%;
              height: 60px;
              border: 2px solid #000;
              box-sizing: border-box;
              padding: 0px 30px; }
              .collections .slide2 .all .footer .action .up .button span {
                float: left;
                font-family: "GT-Walsheim-Regular", sans-serif;
                font-size: 24px;
                color: #000;
                line-height: 54px; }
              .collections .slide2 .all .footer .action .up .button i.arrow_up {
                display: inline-block;
                float: left;
                width: 23px;
                height: 15px;
                background-image: url("../../images/icon/arrow-up.png");
                background-repeat: no-repeat;
                background-position: center top;
                margin-top: 20px;
                margin-right: 25px; }
          .collections .slide2 .all .footer .action .shop {
            position: relative;
            display: inline-block;
            width: 100%;
            float: left;
            overflow: hidden; }
            .collections .slide2 .all .footer .action .shop .button {
              display: inline-block;
              width: 100%;
              height: 60px;
              border: 2px solid #000;
              box-sizing: border-box;
              padding: 0px 30px;
              padding-left: 78px; }
              .collections .slide2 .all .footer .action .shop .button span {
                float: left;
                font-family: "GT-Walsheim-Regular", sans-serif;
                font-size: 24px;
                color: #000;
                line-height: 54px; }
              .collections .slide2 .all .footer .action .shop .button i.icon_cart {
                position: absolute;
                left: 35px;
                top: 0px;
                display: inline-block;
                float: right;
                width: 18px;
                height: 100%;
                background-image: url("../../images/icon/icon-cart.png");
                background-repeat: no-repeat;
                background-position: center;
                background-size: 100%;
                margin-right: 30px; }
                .collections .slide2 .all .footer .action .shop .button i.icon_cart.two {
                  top: -60px; }
    .collections .slide2 .f {
      position: absolute;
      z-index: 201;
      top: 20px;
      left: 20px; }
      .collections .slide2 .f img {
        width: 60px; }
    .collections .slide2 .w {
      position: absolute;
      z-index: 201;
      top: 20px;
      right: 20px; }
      .collections .slide2 .w img {
        width: 135px; }
    .collections .slide2 .n15 {
      position: absolute;
      z-index: 201;
      bottom: 20px;
      left: 20px; }
      .collections .slide2 .n15 img {
        width: 115px; }
    .collections .slide2 .n16 {
      position: absolute;
      z-index: 201;
      bottom: 20px;
      right: 20px; }
      .collections .slide2 .n16 img {
        width: 115px; }
    .collections .slide2 .layer_2 .inside {
      display: inline-block;
      float: left;
      width: 100%;
      height: 100%;
      background-color: #e3e1de;
      text-align: center; }

.mark {
  display: inline-block;
  float: left;
  width: 100%; }
  .mark .layer_bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden; }
    .mark .layer_bg .bg {
      display: none; }
    .mark .layer_bg .layer_1 {
      display: none; }
    .mark .layer_bg .layer_2 {
      position: relative;
      display: inline-block;
      width: 100%;
      height: 100%;
      box-sizing: border-box; }
      .mark .layer_bg .layer_2 .inside {
        display: inline-block;
        float: left;
        width: 100%;
        height: 100%; }
        @media (min-width: 1800px) {
          .mark .layer_bg .layer_2 .inside {
            background-position: right top;
            background-size: cover; } }
        .mark .layer_bg .layer_2 .inside img {
          width: calc(100% - 20px);
          margin: 10px; }
      .mark .layer_bg .layer_2 .left {
        display: none; }
      .mark .layer_bg .layer_2 .right {
        display: inline-block;
        float: right;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 20px;
        padding-top: 10px; }
        .mark .layer_bg .layer_2 .right .head {
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 20px;
          line-height: 28px;
          color: #000;
          margin-bottom: 10px;
          text-align: left; }
        .mark .layer_bg .layer_2 .right .l {
          display: none; }
        .mark .layer_bg .layer_2 .right .r {
          display: inline-block;
          float: left;
          width: 100%;
          box-sizing: border-box; }
          .mark .layer_bg .layer_2 .right .r .more {
            display: inline-block;
            float: left;
            width: 160px;
            margin-top: 40px; }
            .mark .layer_bg .layer_2 .right .r .more .button {
              display: block;
              width: 100%;
              height: 60px;
              border: 2px solid #000;
              box-sizing: border-box; }
              .mark .layer_bg .layer_2 .right .r .more .button span {
                float: left;
                font-family: "GT-Walsheim-Regular", sans-serif;
                font-size: 18px;
                color: #000;
                line-height: 54px;
                margin-left: 30px; }
              .mark .layer_bg .layer_2 .right .r .more .button i.arrow_right {
                display: inline-block;
                float: right;
                width: 15px;
                height: 100%;
                background-image: url("../../images/icon/arrow_right.png");
                background-repeat: no-repeat;
                background-position: center;
                margin-right: 30px; }
        .mark .layer_bg .layer_2 .right .text {
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 14px;
          line-height: 20px;
          color: #000; }

.contact {
  display: inline-block;
  float: left;
  width: 100%; }
  .contact .layer_bg {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden; }
    .contact .layer_bg .layer_1 {
      display: inline-block;
      width: 100%;
      height: 100%; }
    .contact .layer_bg .layer_2 {
      display: inline-block;
      width: 100%;
      height: 100%;
      padding: 10px;
      box-sizing: border-box; }
      .contact .layer_bg .layer_2 .inside {
        display: inline-block;
        float: left;
        width: 100%;
        height: 100%;
        background-image: url("../../images/homepage/map.jpg");
        background-repeat: no-repeat;
        background-position: center; }
      .contact .layer_bg .layer_2 .left {
        display: none; }
      .contact .layer_bg .layer_2 .right {
        display: inline-block;
        float: left;
        width: 100%;
        box-sizing: border-box;
        padding: 10px;
        padding-bottom: 60px; }
        .contact .layer_bg .layer_2 .right .head {
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 24px;
          line-height: 36px;
          margin-bottom: 17px;
          color: #fff;
          margin-bottom: 30px; }
        .contact .layer_bg .layer_2 .right .box {
          display: inline-block;
          text-align: left; }
          .contact .layer_bg .layer_2 .right .box .text {
            font-family: "GT-Walsheim-Regular", sans-serif;
            font-size: 24px;
            line-height: 32px;
            color: #fff; }
            .contact .layer_bg .layer_2 .right .box .text.big {
              font-size: 60px;
              line-height: 60px;
              margin: 80px 0px;
              margin-top: 40px; }
              .contact .layer_bg .layer_2 .right .box .text.big span {
                text-decoration: line-through; }
        .contact .layer_bg .layer_2 .right .l {
          display: inline-block;
          float: left;
          width: 100%;
          box-sizing: border-box; }
          .contact .layer_bg .layer_2 .right .l .more {
            position: relative;
            display: inline-block;
            float: left;
            width: 100%;
            margin-top: 40px;
            overflow: hidden; }
            .contact .layer_bg .layer_2 .right .l .more .button {
              display: block;
              width: 100%;
              height: 60px;
              border: 2px solid #fff;
              box-sizing: border-box; }
              .contact .layer_bg .layer_2 .right .l .more .button span {
                float: left;
                font-family: "GT-Walsheim-Regular", sans-serif;
                font-size: 18px;
                color: #fff;
                line-height: 54px;
                margin-left: 30px; }
              .contact .layer_bg .layer_2 .right .l .more .button i.icon_mark {
                position: absolute;
                right: 0px;
                top: 0px;
                display: inline-block;
                float: right;
                width: 12px;
                height: 100%;
                background-image: url("../../images/icon/icon-mark.png");
                background-repeat: no-repeat;
                background-position: center;
                margin-right: 30px; }
                .contact .layer_bg .layer_2 .right .l .more .button i.icon_mark.two {
                  top: -60px; }
        .contact .layer_bg .layer_2 .right .r {
          display: inline-block;
          float: left;
          width: 100%;
          box-sizing: border-box; }
        .contact .layer_bg .layer_2 .right .text {
          font-family: "GT-Walsheim-Regular", sans-serif;
          font-size: 16px;
          line-height: 26px;
          color: #fff; }
        .contact .layer_bg .layer_2 .right a {
          display: block;
          text-decoration: none; }
