@media screen and (max-width: 767px) {
}
main .shoplist {
  margin-bottom: 130px;
  margin-top: 170px;
  position: relative;
  z-index: 0; }
main .shoplist::before {
    content: "";
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    width: calc(100% - 550px);
    height: calc(100vw - 570px);
    background-color: #f5f5f5;
    transform: translate(0px, 300px) rotate(45deg); }
main  .shoplist a {
    color: #525252;
    font-family: 'Yu-Gothic', sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center; }
   main .shoplist a span {
      margin-right: 10px; }
   main .shoplist a:hover span {
      transform: translateX(-10px); }
  .shoplist__title {
    margin-top: 50px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
}
    .shoplist__title p {
    font-weight: 500;
    margin: 0;
    font-size: 1.5rem;
		line-height: 2;
    text-align: center;
}
    .shoplist__title h2 {
    width: 100%;
    margin-top: 32px;
    font-size: 4.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.5;
    color: #B8012E;
    text-align: center;
    margin-bottom: 20px;
}
.shoplist__content {
    border-top: 1px solid #B8012E;
    margin-top: 100px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 200px;
    font-size: 0;
}
.shoplist__content ul.list{
	margin: 30px 0;
	padding: 0;
}
  .shoplist__content ul.list li {
	  display: inline-block;
    width: 21%;
    margin: 2%;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: top;
    background-color: #FFFFFF;
	position: relative;
	  padding: 10px 0;
	  height: 100px;
}
.shoplist__content ul.list li img{
	width: auto;
	max-height: 80px;
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
	
}
  @media screen and (max-width: 767px) {
   main  .shoplist {
      margin-top: 100px; }
     main  .shoplist__title {
        margin: 30px 0 35px; }
	 main  .shoplist__title h2 {
    margin-top: 32px;
    font-size: 2.4rem;
}
	  .shoplist__title p {
    font-size: 1.2rem;
		line-height: 2;
}
	  .shoplist__content {
	margin: 50px 0;
}
  .shoplist__content ul.list li {
	  display: inline-block;
    width: 46%;
}
	  .shoplist__content ul.list li img{
	max-width: 80%;
	max-height: auto;	
}
}
