.sp {
  display: none;
}

.pc {
  display: block;
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*****************************************/
#sticker {
  background: #de0f3b;
  padding: 80px 0 120px;
  margin-bottom: 110px;
  /*****************************************/
  /*****************************************/
  /*****************************************/
  /*****************************************/
}

@media only screen and (max-width: 750px) {
  #sticker {
    padding: 100px 0 155px;
    margin-bottom: 180px;
  }
}

#sticker p {
  font-size: 18px;
}

#sticker .sticker-wrap {
  height: auto;
  overflow: visible;
  width: 1045px;
  margin: 0 auto;
  text-align: left;
}

#sticker .img {
  margin: 10px 0;
  text-align: center;
}
#sticker .img img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  #sticker .sticker-wrap {
    width: 750px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}