.was-wrapper {
  margin: -30px 0 70px 0;
}

.was-wrapper .pc-main-img {
  width: 100%;
  height: auto;
  display: block;
}

.was-wrapper .sp-main-img {
  display: none;
}

.was-wrapper .pc-wrapper {
  width: 800px;
  margin: 0 auto;
}

.was-wrapper .main-text-box {
  position: relative;
}

.was-wrapper .main-text-box .h1-text {
  font-size: 5.8rem;
  color: #000;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1px;
  -webkit-text-stroke: 2px black;
  position: absolute;
  top: -29px;
}

.was-wrapper .main-text-box .text {
  font-size: 2rem;
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 1px;
  -webkit-text-stroke: 1px black;
  padding: 180px 0 0 0;
}
.was-wrapper .con-img-1-img {
  width: 100%;
  margin: 40px 0 0 0;
}

.was-wrapper .popupdate {
  margin: 20px 0 0 0;
  font-size: 1.5rem;
  color: #000;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 15px;
}

.was-wrapper .border {
  background: #000;
  height: 8px;
  width: 50px;
  margin: 55px 0 0;
}

.was-wrapper .h2-text {
  font-size: 3.8rem;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding: 25px 0 0;

}

.was-wrapper .normal-text {
  font-size: 1.4rem;
  color: #000;
  line-height: 1.8;
  padding: 5px 0;
  font-weight: bold;
}

.was-wrapper .item-color-box {
  position: relative;
  margin: 60px 0 0 0;
}

.was-wrapper .item-color-box .color-name {
  font-size: 9rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  text-shadow: 0px 0px 20px rgba(0,0,0, 0.5);
}

.was-wrapper .item-color-box .color-name span {
  font-size: 1.5rem;
  position: relative;
  top: -50px;
  left: 1px;
  -webkit-text-stroke: 0;
}

.was-wrapper .item-color-box .look {
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto;
}

.was-wrapper .item-color-box .color-name.color-1 { top: -40px; left: -80px; }
.was-wrapper .item-color-box .color-name.color-2 { top: 60px; right: -50px; }
.was-wrapper .item-color-box .color-name.color-3 { top: 850px; left: -45px; }
.was-wrapper .item-color-box .color-name.color-4 { top: 830px; left: -40px; }
.was-wrapper .item-color-box .color-name.color-5 { top: 935px; left: -45px; }

.was-wrapper .comingsoon {
  background: #f5f5f5;
  margin: 10px 15px 15px;
  text-align: center;
  padding: 20px 0;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  border-radius: 10px;
}
.was-wrapper .sneaker-img {
  width: 100%;
  height: auto;
  padding: 15px 0 15px;
}

.was-wrapper .last-con {
  margin: 30px 0 0 0;
}

.was-wrapper .last-con img {
  width: 100%;
  height: auto;
}

.was-wrapper .last-con .text {
  color: #999;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.1rem;
}

.was-wrapper .last-con .last-sp-img {
  display: none;
}

.was-wrapper .last-con .last-pc-img {
}


/* シェア */
.share-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.share-box ul {
  display: inline-block;
}

.share-box ul li {
  display: inline-block;
  margin: 10px 0 0 5px;
}

/* online-item */

.was-wrapper .item-list-box {
  width: 100%;
  padding: 0 9px 0 15px;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}

.was-wrapper .item-list-box .item-list.column-2 {
  width: calc(50% - 6px);
  float: left;
  display: block;
  margin: 45px 6px 0 0;
  position: relative;
}

.was-wrapper .item-list-box .item-list.new::after {
  content: " ";
  background-image: url(../../../img/common/icon-article-new.png);
  background-size: 100%;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
}

.was-wrapper .item-list-box .item-list .item-block {
  display: block;
}

.was-wrapper .item-list-box .item-list.column-2 .item-block .img-box {
  width: 100%;
  height: 250px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.was-wrapper .item-list-box .item-list .item-block .img-box img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.was-wrapper .item-list-box .item-list .item-block .item-name {
  font-size: 1.1rem;
  line-height: 1.3;
  color: #000;
  margin: 4px 0 0 0;
  font-weight: bold;
}

.was-wrapper .item-list-box .item-list .item-block .item-price {
  color: #000;
  font-size: 1.5rem;
  margin: 12px 0 0 0;
  text-align: left;
  font-weight: bold;
}

.was-wrapper .item-list-box .item-list .item-block .item-price span {
  color: #999;
}
