#fca_popular-items {
  background-color: #eee9ed;
  padding-bottom: 50px;
  padding-top: 50px;
}

#fca_popular-items .fsc_section__body {
  background-color: #fff;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 96%;
  max-width: 1300px;
}

#fca_popular-items .fsc_section__body {
  background-image: url(../images/frame_white01.jpg), url(../images/frame_white02.jpg),
    url(../images/frame_white03.jpg), url(../images/frame_white04.jpg);
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
}

#fca_popular-items .fca_section__h {
  padding-top: 30px;
}

#fca_popular-items .fca_section__h::before {
  background-image: url(../images/online_items_ttl.png);
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  content: '';
  height: 109px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 380px;
}

@media not all and (min-width: 768px) {
  #fca_popular-items .fca_section__h {
    padding-top: 50px;
  }

  #fca_popular-items .fca_section__h::before {
    width: 94%;
  }

  #fca_popular-items .fsc_section__body {
    padding-left: 10px;
    padding-right: 10px;
  }
}
