.mainImg {
  width: 100vw;
  display: block;
  margin-left: -2rem;
}
.mainImg img {
  width: 100%;
}

.btnObj.bsBtn {
  display: flex;
  justify-content: center;
}
.btnObj.bsBtn a {
  background: #727272;
  color: #fff;
  padding: 1em 0em 1em;
  line-height: 1;
  border-radius: 100px;
  width: min(100%, 200px);
  display: flex;
  justify-content: center;
  font-size: 14px;
  transition: 0.2s ease;
}
.btnObj.bsBtn a::after {
  content: "";
  background: url("/category/c60/img/icon_outerlink.png") no-repeat;
  position: relative;
  background-size: cover;
  width: 1em;
  height: 1em;
  margin-left: 1em;
}
.btnObj.bsBtn a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s ease;
}

.freeshippingBnr {
  width: 100%;
  margin: 8% auto;
}
.freeshippingBnr img {
  width: 100%;
}
@media screen and (min-width: 961px) {
  .mainImg {
    margin: 0 auto;
    width: 100%;
  }
  .mainImg img {
  }

  .btnObj.bsBtn {
  }
  .btnObj.bsBtn a {
    font-size: 16px;
  }
}
