.content .inner {
  overflow: hidden;
}

#content_wrapper {
  background: #f3f3f3;
}

#shopstop .inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
#shopstop .wrp_hdr * {
  margin: 0;
}
#shopstop .wrp_hdr .eng {
  margin-bottom: 10px;
  color: #4d4d4d;
  padding: 3px 0;
  position: relative;
}
#shopstop .wrp_hdr .eng::after {
  content: "";
  position: absolute;
  width: 60px;
  margin-left: -30px;
  height: 2px;
  background: #4d4d4d;
  bottom: 0;
  left: 50%;
}
#shopstop .wrp_hdr .hdr {
  color: #f47f97;
  font-size: 50px;
  line-height: 60px;
  margin-top: 10px;
  background: transparent;
  font-weight: bold;
}
#shopstop .dv {
  border: 3px solid #f47f97;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  margin: 2rem 0;
}
#shopstop .dv a {
  text-decoration: none;
  color: #8c6239;
}
#shopstop .dv .wrp_shpn {
  background: url(../img/bg_top_strongpoint_pc.png) center top no-repeat;
  background-size: cover;
  padding: 20px 20px 10px;
}
#shopstop .dv .wrp_shpn * {
  margin: 0;
}
#shopstop .dv .wrp_shpn .shpn {
  font-size: 30px;
  line-height: 40px;
}
#shopstop .dv .wrp_shpn .area {
  font-size: 20px;
  line-height: 30px;
  padding-left: 30px;
  background: url(../img/icon_mappoint.png) left top no-repeat;
  background-size: 20px;
}
#shopstop .dv .img,
#shopstop .dv .itms,
#shopstop .dv .txt {
  margin: 20px;
}
#shopstop .dv .itms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#shopstop .dv .itms span {
  display: block;
  border: 1px solid #8c6239;
  white-space: nowrap;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  padding: 0 10px;
  border-radius: 20px;
  width: calc((100% - 30px) / 4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}