@media screen and (min-width: 769px) {
  .view--pc {
    display: block;
  }
  .view--sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .view--pc {
    display: none;
  }
  .view--sp {
    display: block;
  }
}
.suit .goods-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.suit .goods-item {
  display: block;
  width: 30.43%;
  margin-right: 4.34%;
  margin-top: 77px;
}
@media screen and (min-width: 769px) {
  .suit .goods-item:nth-child(3n) {
    margin-right: 0;
  }
  .suit .goods-item:nth-child(-n+3) {
    margin-top: 0;
  }
  .suit .goods-item:nth-child(2), .suit .goods-item:nth-child(5), .suit .goods-item:nth-child(8) {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .suit .goods-item:nth-child(3), .suit .goods-item:nth-child(6), .suit .goods-item:nth-child(9) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .suit .goods-item {
    width: 41.5vw;
    margin-right: 4.8vw;
    margin-top: 11.6vw;
  }
  .suit .goods-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .suit .goods-item:nth-child(even) {
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
    margin-right: 0;
  }
}
.suit .goods-item > div {
  width: 100%;
}
.suit .goods-item__title {
  font-size: 26px;
  padding: 0;
  margin: 0 0 11px;
}
@media screen and (max-width: 1100px) and (min-width: 415px) {
  .suit .goods-item__title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .suit .goods-item__title {
    font-size: 3.9vw;
    margin: 0 0 2vw;
  }
}
.suit .goods-item__title:after {
  content: none;
}
.suit .goods-item__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .suit .goods-soldout{
    line-height: 2.5;
    font-size: 2.5vw;
  }
}

.suit .goods-item__img:before, .suit .goods-item__img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.suit .goods-item__img:before {
  pointer-events: none;
  z-index: 2;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  background-size: auto 100%;
  background-image: url("/ec/img/usr/pg/campaign/hilton_toga/icon-zoom.png");
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .suit .goods-item__img:before {
    opacity: 1;
    width: 4.8vw;
    height: 4.8vw;
    right: 2.4vw;
    top: 2.4vw;
    bottom: auto;
    left: auto;
  }
}
.suit .goods-item__img:after {
  z-index: 1;
  background: transparent;
  pointer-events: none;
}
@media screen and (min-width: 769px) {
  .suit .goods-item__img:hover:before {
    opacity: 1;
  }
  .suit .goods-item__img:hover:after {
    background: rgba(0, 0, 0, 0.3);
  }
  .suit .goods-item__img:hover a {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .suit .goods-item__img.js-slick .slide-arrow {
    width: 7.2vw;
  }
}
@media screen and (max-width: 768px) {
  .suit .goods-item__img.js-slick .slide-arrow img {
    width: 1.4vw;
    height: 2.7vw;
  }
}
.suit .goods-item__img.js-slick .slide-arrow.prev-arrow {
  left: 5px;
}
@media screen and (max-width: 768px) {
  .suit .goods-item__img.js-slick .slide-arrow.prev-arrow {
    left: 0;
  }
}
.suit .goods-item__img.js-slick .slide-arrow.next-arrow {
  right: 5px;
}
@media screen and (max-width: 768px) {
  .suit .goods-item__img.js-slick .slide-arrow.next-arrow {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .suit .goods-item__img.js-slick .slick-dots {
    bottom: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .suit .goods-item__img.js-slick .slick-dots li {
    width: 5.6vw;
    height: 0.5vw;
    margin-right: 1.2vw;
  }
}
.suit .goods-item__text {
  padding: 0 !important;
  margin: 16px auto 0;
}
@media screen and (max-width: 768px) {
  .suit .goods-item__text {
    margin: 4.1vw auto 0;
  }
}
.suit .goods-item__text .item__list__img {
  display: none;
}
.suit .goods-name {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .suit .goods-name {
    font-size: 2.9vw;
  }
}
.suit .goods-number {
  white-space: nowrap;
}
@media screen and (min-width: 769px) {
  .jacket_lineup  .goods-number {
    margin: 0 !important;
  }
}

@media screen and (min-width: 769px) {
  .suit .goods-number {
    margin: 25px 0 0;
  }
}
.suit .goods .item__list__id, .suit .goods .item__list__id--none {
  margin-top: 0;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .suit .goods .item__list__id, .suit .goods .item__list__id--none {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 4.8vw;
  }
}
.suit .goods .item__list__id:last-child, .suit .goods .item__list__id--none:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .suit .goods .item__list__id .item__list__text, .suit .goods .item__list__id--none .item__list__text {
    position: relative;
    padding-bottom: 71px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) and (min-width: 415px) {
  .suit .goods .item__list__id .item__list__text, .suit .goods .item__list__id--none .item__list__text {
    padding-bottom: 86px;
  }
}
@media screen and (min-width: 769px) {
  .suit .goods .item__list__id .item__list__text .item--name, .suit .goods .item__list__id--none .item__list__text .item--name {
    position: relative;
  }
  .suit .goods .item__list__id .item__list__text .goods-number, .suit .goods .item__list__id--none .item__list__text .goods-number {
    position: absolute;
    bottom: -20px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1100px) and (min-width: 415px) {
  .suit .goods .item__list__id .item__list__text .goods-number, .suit .goods .item__list__id--none .item__list__text .goods-number {
    bottom: -34px;
  }
}
@media screen and (min-width: 769px) {
  .suit .goods .item__list__id .ajax_area, .suit .goods .item__list__id--none .ajax_area {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
  }
  .suit .goods .item__list__id .ajax_area .stock_exist, .suit .goods .item__list__id .ajax_area a.cartinbtn, .suit .goods .item__list__id--none .ajax_area .stock_exist, .suit .goods .item__list__id--none .ajax_area a.cartinbtn {
    display: block;
    width: 134px;
    margin: 0 0 0 auto;
  }
  .suit .goods .item__list__id .ajax_area a.cartinbtn, .suit .goods .item__list__id--none .ajax_area a.cartinbtn {
    margin-top: 7px;
  }
  .suit .goods .item__list__id .ajax_area .preset_price_area, .suit .goods .item__list__id--none .ajax_area .preset_price_area {
    position: absolute;
    left: 0;
    top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .suit .goods .item__list__id .item--name, .suit .goods .item__list__id--none .item--name {
    position: relative;
    padding-bottom: 5.8vw;
  }
  .suit .goods .item__list__id .goods-number, .suit .goods .item__list__id--none .goods-number {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 0;
    vertical-align: baseline;
  }
}
@media screen and (max-width: 768px) {
  .suit .goods .item__list__id--none {
    margin-bottom: 9.7vw;
  }
}
.suit .goods .item__list__id--none .item__list__text .goods-number {
  bottom: -45px;
}
@media screen and (max-width: 768px) {
  .suit .goods .item__list__id--none .item__list__text .goods-number {
    line-height: 1.5;
    bottom: -5.3vw;
  }
}
.suit-title {
  left: unset !important;
  right: 177px;
}
@media screen and (max-width: 768px) {
  .suit-title {
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 11.6vw;
  }
}
@media screen and (max-width: 768px) {
  .suit-title h1 {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .suit-title p {
    color: #fff;
  }
}

.lity-wrap {
  height: 85vh;
  width: 90%;
  margin: auto;
}

.lity-container {
  position: relative;
}
.lity-container img {
  width: auto;
  max-height: 85vh !important;
}

.lity-close {
  color: transparent;
  text-indent: -999999px;
  width: 40px;
  height: 40px;
  background-image: url("/ec/img/usr/pg/campaign/hilton_toga/icon-close.png") !important;
  background-size: auto 70% !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  position: absolute;
  top: -45px !important;
  right: 0;
}
@media screen and (max-width: 768px) {
  .lity-close {
    width: 8.5vw;
    height: 8.5vw;
  }
}
@media screen and (max-width: 768px) {
  .lity-close {
    top: -10.9vw !important;
  }
}