.cartIcon::before {
  position: relative;
}

.cartIcon::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 27px;
  height: 24px;
  /*background-image: url(https://devequals.itembox.design/item/assets/img/common/ic_nav_fixedCart.svg);*/
}

.fixedCartArea {
  position: fixed;
  right: 5px;
  bottom: 80px;
  top: auto;
  z-index: 993;
  width: 130px;
  height: 130px;
  /*border-radius: 50%;
    background-color: #FFA700;*/
}

.cartText {
  color: #fff !important;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.cartText small {
  display: block;
  margin-top: 8px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.cartIcon.pc {
  display: block !important;
}

.cartIcon.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .cartIcon.pc {
    display: none !important;
  }

  .cartIcon.sp {
    display: block !important;
  }
}

@media only screen and (max-width: 750px) {
  .fixedCartArea {
    position: fixed;
    right: 5px;
    bottom: 2px;
    top: auto;
    z-index: 993;
    width: 130px;
    height: 130px;
    /*border-radius: 50%;
    background-color: #FFA700;*/
  }
}
header.pc,
header.sp{
  z-index: 1000 !important;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
}
#productHeader {
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 !important;
  height: 60px;
  z-index: 995 !important;
}

.lineup_list {
  position: fixed;
  top: 120px;
  left: 0;
  right: 0;
}



@media screen and (max-width: 1097px) {
  #productHeader {
    top: 48px !important;
  }

  .lineup_list {
    top: 108px !important;
  }

}

@media screen and (max-width: 767px) {
  #productHeader {
    height: 60px !important;
  }

  .lineup_list {
    top: 108px !important;
  }

}
