@charset "UTF-8";

/* Store04 */
.p-action.p-article.p-store .intro__txt {
  width: 100%;
}
.p-action.p-article.p-store .article__heading.plus-deco {
  position: relative;
}
.p-action.p-article.p-store .article__heading.plus-deco::after {
    content: "";
    width: 185px;
    height: 158px;
    display: block;
    position: absolute;
    bottom: 350px;
    right: -30px;
    background: url(../../img/img-store-plus.webp) top left / contain no-repeat;
}
@media screen and (min-width: 768px) {
  .p-action.p-article.p-store .article__heading.plus-deco::after {
    width: 230px;
    height: 197px;
    bottom: 180px;
    right: -220px;
  }
}