#TopPR {
  width: 100%;
  transition: opacity 0.2s linear;
  opacity: 0; }
  #TopPR .slick-dots {
    bottom: 20px;
    right: 14px;
    display: inline-block;
    width: auto; }
    #TopPR .slick-dots li {
      width: 13px;
      height: 13px;
      margin: 0 7px; }
  #TopPR.pause .slick-dots {
    display: none; }

.title-en {
  width: 200px;
  margin: 38px auto 0; }
  .title-en .svg.products {
    width: 115px; }

.title-ja {
  margin-top: 15px;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: .1em; }

.itemlen {
  color: grey;
  position: absolute;
  bottom: -24px;
  right: 6%;
  font-size: 0.7em;
  letter-spacing: 0.2em; }

.more {
  margin-top: 53px; }

.ddbtns .ddbtn {
  margin-top: 54px;
  box-sizing: border-box; }

#Products .c-wrapper.itemBag {
  width: 100%;
  margin-top: 40px;
  position: relative; }

#Products .itemBag[data-angle='front'] #Items .item .image {
  background-position: 0 0; }

#Products .itemBag[data-angle='side'] #Items .item .image {
  background-position: calc(25% * 1) 0; }

#Products .itemBag[data-angle='top'] #Items .item .image {
  background-position: calc(25% * 2) 0; }

#Products .itemBag[data-angle='back'] #Items .item .image {
  background-position: calc(25% * 3) 0; }

#Products .itemBag[data-angle='model'] #Items .item .image {
  background-position: calc(25% * 4) 0; }

#Products #Items {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  #Products #Items .item {
    width: 50%;
    position: relative;
    transition: none;
    opacity: 1;
    overflow: hidden; }
    #Products #Items .item.clicking .image {
      animation: zoom 0.2s linear; }
    #Products #Items .item.show {
      opacity: 1;
      transition: opacity 0.2s linear; }
      #Products #Items .item.show .image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        box-sizing: border-box;
        transform: translate3d(0, 0, 0); }
      #Products #Items .item.show.bdr .image:after {
        border: 15px solid #fff; }
      #Products #Items .item.show.first-disp .image:after {
        border: 0px solid;
        animation: pdborderout 0.1s 0.1s ease-out both; }
    #Products #Items .item a {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #Products #Items .item img {
      display: none; }
      #Products #Items .item img.front {
        display: block; }
    #Products #Items .item .image {
      width: 100%;
      background-position: 0 0;
      background-size: cover;
      background-repeat: no-repeat; }
      #Products #Items .item .image:before {
        content: "";
        width: 100%;
        padding-top: 80%;
        display: block;
        height: 0; }
    #Products #Items .item .color {
      position: absolute;
      bottom: 10px;
      left: 10px;
      display: flex; }
      #Products #Items .item .color span {
        display: block;
        width: 12px;
        height: 4px;
        margin-right: 1px; }
        #Products #Items .item .color span.BLK {
          background-color: #000000; }
        #Products #Items .item .color span.BLACK {
          background-color: #000000; }
        #Products #Items .item .color span.BLACK-SL-BLACK {
          background-color: #000000; }
        #Products #Items .item .color span.BLACKSUEDE {
          background-color: #000000; }
        #Products #Items .item .color span.CAMEL {
          background-color: #CA721F; }
        #Products #Items .item .color span.DBR {
          background-color: #57311F; }
        #Products #Items .item .color span.DARKBROWN {
          background-color: #57311F; }
        #Products #Items .item .color span.DARKBROWN-SL-TAUPE {
          background-color: #57311F; }
        #Products #Items .item .color span.DARKBROWNSUEDE {
          background-color: #57311F; }
        #Products #Items .item .color span.WINE {
          background-color: #9C2B38; }
        #Products #Items .item .color span.BRN {
          background-color: #B1532C; }
        #Products #Items .item .color span.BROWN {
          background-color: #B1532C; }
        #Products #Items .item .color span.GRAY {
          background-color: #5D4D4D; }
        #Products #Items .item .color span.BLKSUEDE {
          background-color: #000000; }
        #Products #Items .item .color span.GRAYSUEDE {
          background-color: #9EA8B1; }
        #Products #Items .item .color span.KHAKISUEDE {
          background-color: #334830; }
        #Products #Items .item .color span.TAUPESUEDE {
          background-color: #C2AB98; }
        #Products #Items .item .color span.NAVYSUEDE {
          background-color: #003157; }
        #Products #Items .item .color span.TAUPE {
          background-color: #C2AB98; }
        #Products #Items .item .color span.NAVY {
          background-color: #212B4B; }
        #Products #Items .item .color span.OR-BRN {
          background-color: #DF721F; }
        #Products #Items .item .color span.BLK-SL-BLK {
          background-color: #000000; }
        #Products #Items .item .color span.COGNAC {
          background-color: #AB4A20; }
        #Products #Items .item .color span.NAVY-SL-WHT {
          background-color: #003157; }

#RelatedPosts {
  margin-top: 95px; }

#ImageChanger {
  width: 100%;
  height: 55px;
  background-color: black;
  position: fixed;
  bottom: -55px;
  left: 0;
  z-index: 10;
  transition: bottom 0.2s ease-out;
  font-size: 0.9em; }
  #ImageChanger.show {
    bottom: 0; }
  #ImageChanger ul {
    cursor: pointer;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center; }

@keyframes tst {
  0% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }

@keyframes shk {
  0% {
    transform: translateX(2px); }
  50% {
    transform: translateX(-1px); }
  100% {
    transform: translateX(0px); } }
    #ImageChanger ul li {
      color: white;
      width: calc(100% / 5);
      height: 100%;
      background-color: black;
      display: flex;
      align-items: center;
      justify-content: center; }
      #ImageChanger ul li.selected {
        background-color: #ED582B;
        animation: tst 0.2s linear both; }
        #ImageChanger ul li.selected svg {
          fill: white; }
      #ImageChanger ul li svg {
        height: 12px;
        width: auto;
        fill: #bfbfbf; }
      #ImageChanger ul li[data-angle="top"] svg {
        height: 16px;
        position: relative;
        top: 1.5px; }

.modal .contents ul li.sub-category p {
  left: 60px; }

#SNSArea {
  opacity: 0; }

@keyframes pdborder {
  0% {
    border: 1px solid #ffffff; }
  100% {
    border: 15px solid #ffffff; } }

@keyframes pdborderout {
  0% {
    border: 15px solid #ffffff; }
  100% {
    border: 0px solid #ffffff; } }

@keyframes appearing {
  0% {
    height: 80px;
    bottom: -80px; }
  100% {
    height: 80px;
    bottom: 15px; } }

@keyframes closing {
  0% {
    height: 80px;
    bottom: 15px; }
  100% {
    height: 50px;
    bottom: 30px; } }

@media screen and (min-width: 769px) {
  #TopPR .slick-dots {
    right: 35px;
    bottom: 35px; }
    #TopPR .slick-dots li {
      width: 28px;
      height: 28px;
      margin: 0 14px; }
      #TopPR .slick-dots li svg {
        width: 28px;
        height: 11px; }
  .title-en {
    margin-top: 246px; }
    .title-en .svg.products {
      width: 152px; }
  .title-ja {
    margin-top: 25px;
    font-size: 13px; }
  #MainFilteringBtn {
    margin-top: 48px; }
  #Products .c-wrapper.itemBag {
    margin-top: 96px; }
  #Products #Items {
    font-size: 0; }
    #Products #Items .item {
      width: 33.333%; }
      #Products #Items .item .image:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        box-sizing: border-box; }
      #Products #Items .item.show.first-disp .image:after {
        border: 0px solid;
        animation: pdborderout 0.2s 0.4s ease-out both; }
      #Products #Items .item.show:hover .image:after {
        border: 1px solid #FFFFFF;
        animation: pdborder 0.3s cubic-bezier(0.04, 1, 1, 1) both; }
      #Products #Items .item:before, #Products #Items .item:after {
        content: ""; }
      #Products #Items .item:before {
        top: 0;
        left: 0; }
      #Products #Items .item:after {
        bottom: 0;
        right: 0; }
      #Products #Items .item .color {
        left: 15px;
        bottom: 17px; }
        #Products #Items .item .color span {
          width: 24px;
          height: 6px;
          margin-right: 2px; }
  .itemlen {
    font-size: 1em; }
  .more {
    margin-top: 100px; }
  .ddbtns {
    margin-top: 150px; }
    .ddbtns .ddbtn {
      margin-top: 0; }
      .ddbtns .ddbtn p {
        width: 130px; }
      .ddbtns .ddbtn img {
        left: -22px; }
  #RelatedPosts {
    margin-top: 150px; }
  #ImageChanger {
    width: 400px;
    height: 50px;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: normal;
    transition: bottom 0.4s cubic-bezier(0.09, 0.75, 0.27, 0.94); }
    #ImageChanger.show {
      bottom: 30px;
      transition: bottom 0.2s cubic-bezier(0.09, 0.75, 0.27, 0.94), height 0.2s cubic-bezier(0.09, 0.75, 0.27, 0.94); }
      #ImageChanger.show.appearing {
        height: 50px;
        bottom: 30px;
        animation: appearing,closing;
        animation-duration: 0.1s,0.375s;
        animation-fill-mode: forwards,forwards;
        animation-timing-function: ease-out, cubic-bezier(0, 0.9, 0.6, 1);
        animation-delay: 0s,0.7s; }
      #ImageChanger.show:hover {
        height: 80px;
        bottom: 15px; }
    #ImageChanger ul li:hover svg {
      fill: white; }
    #ImageChanger ul li svg {
      height: 13px;
      transition: height 0.2s cubic-bezier(0.09, 0.75, 0.27, 0.94); }
    #ImageChanger ul li[data-angle="top"] svg {
      height: 19px; }
    #ImageChanger li:not(.selected) {
      transition: 0.2s background linear; }
      #ImageChanger li:not(.selected):hover {
        background-color: #333333;
        transition: none; } }
