.jp-store-blog-list-page-0001 {
  background-color: #f3f2f1;
}

.jp-store-blog-list-page-0001__list {
  display: flex;
  flex-wrap: wrap;
  width: 100.8%;
}

.jp-store-blog-list-page-0001__list__article {
  width: 33.333%;
  padding-right: 7px;
  margin-bottom: 7px;
}

.jp-store-blog-list__image-area__color-frame {
  background-image: url("../../assets/images/1.png");
  width: 100%;
  padding: 33.2%;
  position: relative;
}

.jp-store-blog-list-page-0001__list__article__tag {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}

.jp-store-blog-list-page-0001__list__article__title {
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  z-index: 1;
  padding: 0 20px;
}

.jp-store-blog-list__image-area__eyecatch__source {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.jp-store-blog-list-page-0001__list__article__tag {
  background-color: #65bd2a;
  padding: 7px 18px;
  color: #fff;
  font-size: 14px;
  z-index: 1;
  font-weight: normal;
}

.jp-store-blog-list-page-0001__list__article__title__date {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0em;
}

.jp-store-blog-list-page-0001__list .jp-store-blog-list-page-0001__list__article:nth-of-type(6n+2) .jp-store-blog-list-page-0001__list__article__tag {
  background-color: #cbb72e;
}

.jp-store-blog-list-page-0001__list .jp-store-blog-list-page-0001__list__article:nth-of-type(6n+3) .jp-store-blog-list-page-0001__list__article__tag {
  background-color: #f27936;
}

.jp-store-blog-list-page-0001__list .jp-store-blog-list-page-0001__list__article:nth-of-type(6n+4) .jp-store-blog-list-page-0001__list__article__tag {
  background-color: #3296d6;
}

.jp-store-blog-list-page-0001__list .jp-store-blog-list-page-0001__list__article:nth-of-type(6n+5) .jp-store-blog-list-page-0001__list__article__tag {
  background-color: #813c9a;
}

.jp-store-blog-list-page-0001__list .jp-store-blog-list-page-0001__list__article:nth-of-type(6n+6) .jp-store-blog-list-page-0001__list__article__tag {
  background-color: #27b599;
}

.jp-store-blog-list-page-0001__button {
  max-width: 260px;
  margin: 32px auto 0;
  position: relative;
}

.jp-store-blog-list-page-0001__button__link {
  display: block;
  background-color: #c00000;
  color: #fff;
  padding: 12px 21px;
  border-radius: 4px;
  border-bottom: 1px solid #c3c2c2;
  cursor: pointer;
  font-weight: bold;
}

.jp-store-blog-list-page-0001__button__icon {
  position: absolute;
  width: 25px;
  height: 11px;
  top: 18px;
  right: 12px;
}

.jp-store-blog-list__image-area__eyecatch {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  text-align: center;
}

.jp-store-blog-list__image-area__eyecatch:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.jp-store-blog-list-page-0001__article-no-exsits {
  margin: 35px 0;
  width: 99.5%;
}

.jp-store-blog-list-page-0001__article-no-exsits__inner {
  width: 100%;
  border: 1px solid #f5f5f5;
  padding: 34px 53px;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.jp-store-blog-list-page-0001__link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.jp-store-blog-list-page-0001__button__link--change-cursor {
  cursor: default;
}


/*--fadein--*/

.jp-store-blog-list-page-0001__list__article {
  animation: fadeIn 400ms ease 0s 1 normal;
  -webkit-animation: fadeIn 400ms ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}


/*fadein--*/

.jp-store-blog-list-0001-page__loading-icon {
  width: 100%;
  text-align: center;
  margin-top: 32px;
}

.jp-store-blog-list-0001-page__loading-icon__image {
  width: 24px;
  height: 24px;
}

.jp-store-blog-list-page-0001__button--is-hide {
  display: none;
}

.jp-store-blog-list-page-0001__list__article__tag--is-hide {
  display: none;
}

@media screen and (max-width: 767px) {
  .unit-base .jp-store-blog-list-page-0001{
    padding-bottom: 30px;
  }
  .jp-store-blog-list-page-0001 {
    padding: 0 10px;
  }
  .jp-store-blog-list-page-0001__list {
    width: 100%;
  }
  .jp-store-blog-list-page-0001__button {
    max-width: 100%;
    margin: 0 auto;
  }
  .jp-store-blog-list-page-0001__button__icon {
    position: absolute;
    width: 28px;
    height: 12px;
    top: 21px;
    right: 12px;
  }
  .jp-store-blog-list__title-sp {
    padding: 8px 13px;
  }
  .jp-store-blog-list-page-0001__list__article__tag {
    font-size: 10px;
    padding: 2% 8px;
  }
  .jp-store-blog-list-page-0001__button__link {
    padding: 17px 20px;
  }
  .jp-store-blog-list__title-sp__date {
    font-size: 9px;
    margin: 0 0 4px 0;
  }
  .jp-store-blog-list__title-sp__title {
    font-size: 12px;
    font-weight: bold;
  }
  .jp-store-blog-list-page-0001__list__article {
    width: 50%;
    margin-bottom: 12px;
    background-color: #fff;
    position: relative;
  }
  .jp-store-blog-list-page-0001__list .jp-store-blog-list-page-0001__list__article:nth-of-type(2n+1):before {
    content: "";
    display: block;
    width: 8px;
    position: absolute;
    top: 0;
    right: -4px;
    height: 100%;
    background-color: #f3f2f1;
    z-index: 1;
  }
  .jp-store-blog-list-page-0001__list__article__title {
    display: none;
  }
  .jp-store-blog-list-page-0001__list .jp-store-blog-list-page-0001__list__article:nth-of-type(2n+1) {
    padding: 0 4px 0 0;
  }
  .jp-store-blog-list-page-0001__list .jp-store-blog-list-page-0001__list__article:nth-of-type(2n+2) {
    padding: 0 0 0 4px;
  }
  .jp-store-blog-list__image-area__color-frame {
    z-index: 0;
  }
  .store-blog-list-0001__article-no-exsits {
    margin: 35px 16px;
  }
  .jp-store-blog-list-page-0001__list__article__tag {
    min-width: 70px;
  }
  .jp-store-blog-list__image-area__color-frame {
    background-image: url("../../assets/images/1.png");
    width: 100%;
    padding: 34%;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .jp-store-blog-list__title-sp {
    display: none;
  }
  .jp-store-blog-list-page-0001 {
    background-color: initial;
  }
  .jp-store-blog-list-page-0001__list__article__tag {
    min-width: 90px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .jp-store-blog-list-page-0001__list__article {
    width: 50%;
  }
  .jp-store-blog-list-page-0001__list {
    width: 100%;
  }
  .jp-store-blog-list-page-0001 {
    margin: 0 7px 0 15px;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .jp-store-blog-list-page-0001__list__article {
    width: 50%;
  }
  .jp-store-blog-list-page-0001__list {
    width: 100%;
  }
}s