#onlineshop {
  background: url("../img/index/onlineshop_deco2.png") no-repeat top center/100% auto, url("../img/index/onlineshop_deco.png") no-repeat bottom center/100% auto, url("../img/index/onlineshop_bg.jpg") repeat top center/100% auto;
  padding: 10vw 3% 20vw;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #000;
}
#onlineshop img {
  width: 100%;
  height: auto;
}

#onlineshop .img {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
  margin: 9vw 0 11vw;
}

#onlineshop h2 {
  font-size: 6vw;
  line-height: 1.55;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: left;
}

#onlineshop h2 small {
  font-size: 6vw;
}

#onlineshop h2 span {
  font-size: 7.5vw;
  position: relative;
  display: inline-block;
}

#onlineshop .txt {
  text-align: justify;
}

#onlineshop h2 span:before {
  content: '';
  position: absolute;
  left: -5px;
  right: -3px;
  bottom: -1vw;
  background: url(../img/index/onlineshop_deco_title.png) repeat top center/auto 100%;
  height: 6vw;
  z-index: -1;
}

#onlineshop .banner {
  margin: 10vw 5% 0;
}
