.data .spec dl dd a.btn {
  font-size: 0.75em; }

.data .spec dl dd span i[data-color="ptn:HW"] {
  background-image: url(../images/footwear/ptn_HW.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: left top;
  border: #000 solid 1px; }
  .data .spec dl dd span i[data-color="ptn:HW"] i {
    border: none; }

#TOP {
  height: 100vh;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out; }
  #TOP.move {
    opacity: 1; }
  #TOP .img {
    width: 66.66667%;
    height: 100vh; }
    #TOP .img img {
      height: 100vh;
      max-width: none;
      margin-left: 0; }
  #TOP .content {
    width: 33.33333%;
    padding-left: 9.16667%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #TOP .content h1 {
      font-size: 36px;
      line-height: 1.16667;
      font-weight: bold; }
  #TOP + .dataWrap {
    padding: 1rem 0 0;
    margin-left: 33.33333%; }

article#content {
  background-color: #fff;
  position: relative;
  z-index: 1; }
  article#content section .product {
    width: 980px;
    margin: 3.57143rem auto 0;
    max-width: 85.9375vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    article#content section .product.rtl {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      article#content section .product.rtl .content {
        width: 28.06122%; }
    article#content section .product .img {
      width: 58.16327%; }
    article#content section .product .content {
      width: 39.79592%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
  article#content #PRODUCT05 .product .img img {
    width: 64.03509%;
    margin-right: 0; }
  article#content #PRODUCT05 + p.center {
    margin: 100px auto 50px; }

@media screen and (max-width: 640px) {
  #TOP {
    height: auto;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
    #TOP .img {
      width: 100%;
      height: auto; }
      #TOP .img img {
        height: auto;
        max-width: 100%;
        width: 100%; }
    #TOP .content {
      width: 92.96875%;
      padding-left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      #TOP .content h1 {
        font-size: 8.4375vw;
        line-height: 1.16667;
        margin: 0.8em 0; }
    #TOP + .dataWrap {
      padding: 0;
      margin-left: 7.03125vw; }
  article#content {
    margin: 0 auto 7.8125vw; }
    article#content section {
      margin: 15.625vw auto 0; }
      article#content section .product {
        display: block; }
        article#content section .product.rtl {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
          justify-content: flex-start; }
          article#content section .product.rtl .content {
            width: 100%; }
        article#content section .product .img {
          width: 100%; }
        article#content section .product .content {
          width: 100%;
          display: block;
          margin-top: 1rem; }
    article#content #PRODUCT05 .product .img {
      margin: 0 -7.03125vw;
      width: auto; }
      article#content #PRODUCT05 .product .img img {
        width: 100%; }
    article#content #PRODUCT05 + p.center {
      margin-top: 15.625vw; } }
