body {
  text-align: center;
  letter-spacing: .02em;
}
h4 {
  color: #fff;
  font-size: 1.3em;
}
.section-z ul {
  margin: 0;
  font-weight: 500;
  text-align: left;
  color: #fff;
}
strong {
  font-weight: bold;
}
.highlight {
  color: #f2ff00;
}
.pop {
  animation: pop .5s steps(2, end) infinite;
}
main {
  position: relative;
}
@-webkit-keyframes pop {
  from {
      transform: scale(1);
  }
  to { 
      transform: scale(1.05);
  }
}
.link {
  color: #f2ff00;
  text-decoration: underline;
}
.link:hover {
  opacity: .7;
}
.shop-bg {
  position: relative;
}
.shop-list {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

@media(min-width: 320px) {
  ul {
    font-size: .9em;
    padding: 0;
    padding-left: 20px;
  }
  img {
    width: 100%;
  }
  section {
    padding: 5px 0;
  }
  .section-a,.section-b,.section-c,.section-d {
    position: relative;
  }
  section .content {
    width: 95%;
    margin: auto;
  }
  .shop-list {
    width: 100%;
  }
  .shop {
    width: calc(100%/2);
  }
  .section-e {
    padding-bottom: 50px;
  }
  .section-z ul {
    list-style: decimal;
    padding-left: 25px;
  }
}
@media(min-width: 576px) {
  
}
@media(min-width: 768px) {
  ul {
    font-size: 1.1em;
  }
}
@media(min-width: 992px) {
  ul {
    font-size: 1.1em;
  }
  section .content {
    width: 80%;
    margin: auto;
  }
  .shop-list {
    width: 95%;
  }
  .shop-list .shop:hover {
    filter: brightness(120%);
    transform: translateY(-8px);
    transition: .1s;
  }
  .shop {
    width: calc(100% / 3 - 10px);
    margin: auto;
  }
  .section-z ul {
    max-width: 1000px;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media(min-width: 1441px) {
  ul {
    font-size: 1.3sem;
  }
  .shop-list {
    width: 70%;
  }
  .shop-list .shop:hover {
    filter: brightness(120%);
    transform: translateY(-8px);
    transition: .1s;
  }
}







