.p-page-title {
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media (min-width: 768px) {
  .p-page-title {
    font-size: 21px;
  }
}

a.p-transition-link {
  transition: opacity 0.3s ease 0s;
}
a.p-transition-link:hover {
  opacity: 0.6;
}

.p-shop-cards {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.p-shop-cards__title {
  background-image: linear-gradient(90deg, #00146e, #00146e 6%, #e5e5e5 0);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 2px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-shop-cards__title {
    font-size: 3rem;
  }
}
.p-shop-cards__item {
  flex-basis: calc(33.3% - 7px);
  margin-right: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-shop-cards__item.third {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .p-shop-cards__item {
    flex-basis: calc(20% - 8px);
    margin-bottom: 40px;
  }
  .p-shop-cards__item.fifth {
    margin-right: 0;
  }
}
.p-shop-cards__item .icon-new {
  position: relative;
}
.p-shop-cards__item .icon-new::after {
  background-image: url(https://cdn.ana-mileagemall.net/assets/amm/icon/newRed-7fe13279dd0c7228fc05734a9103a5851e390192ef6bcaa78d5a0d79911045fa.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 1;
}
.p-shop-cards__shops-button {
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
}
.p-shop-cards__shops-button a {
  background-color: #0b318f;
  border-radius: 6px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  padding: 1em 2.5em 1em 2em;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
@media (min-width: 768px) {
  .p-shop-cards__shops-button a {
    font-size: 2rem;
  }
}
.p-shop-cards__shops-button a:hover {
  background-color: #264dad;
}
.p-shop-cards__shops-button a::after {
  border: 0;
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  height: 6px;
  margin-top: -4px;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: rotate(45deg);
  width: 6px;
}
@media (min-width: 768px) {
  .p-shop-cards__shops-button a::after {
    margin-left: 8px;
    right: initial;
  }
}
@media (min-width: 1050px) {
  .p-shop-cards__shops-button a::after {
    height: 10px;
    margin-top: -5px;
    width: 10px;
  }
}

.p-shop-card {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.p-shop-card * {
  box-sizing: border-box;
}
.p-shop-card__image {
  border: 1px solid #d6d6d6;
  height: auto;
  margin-bottom: 8px;
  width: 100%;
}
@media (min-width: 768px) {
  .p-shop-card__image {
    margin-bottom: 15px;
  }
}
.p-shop-card__text {
  color: #595757;
  font-size: 10px;
  line-height: 1.4;
}
@media (min-width: 1050px) {
  .p-shop-card__text {
    font-size: 16px;
  }
}
.p-shop-card__text--red {
  color: #c30d23;
}
