@charset "UTF-8";


.p-action.p-article.p-store.p-store02 .intro__txt {
  position: relative;
}
.p-action.p-article.p-store.p-store02 .intro__txt::after {
  content: "";
  width: 185px;
  height: 158px;
  display: block;
  position: absolute;
  bottom: -140px;
  right: -30px;
  background: url(../../img/img-store-plus.webp) top left / contain no-repeat;
}
.p-action.p-article.p-store .article__img {
    position: relative;
}
@media screen and (min-width: 768px) {
  .p-action.p-article.p-store.p-store02 .intro__txt {
  width: 100%;
  margin-left: 0px;
  }
  .p-action.p-article.p-store .article__img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}