.top_photo {
  width: 80%;
  height: auto;
}
.bnr-info {
  width: 100%;
  margin: 100px 0;
  display: flex;
  justify-content: space-between;
}
.top_bnrs {
  width: 49%;
}
.top_bnrs #slider div:first-child {
  margin-bottom: 1em;
}
.top_bnrs #slider div:nth-child(n + 3) {
  display: none;
}
.top_info {
  width: 49%;
    background: #fff;
      padding: 2em 4em;
  text-align: center;
}
.top_info h2 {
  background: url(https://img07.shop-pro.jp/PA01396/286/etc/mark_pink.png) center no-repeat;
  background-size: 56px 57px;
  height: 57px;
  padding-top: 0.4em;
  margin-bottom: 1em;
}
.top_info table {
  text-align: left;
}
.top_info table th {
    font-family: 'Work Sans', sans-serif;
  font-weight: 600;
  padding-right: 2em;
  vertical-align: top;
  line-height: 4.2em;
}
.top_info table td {
  padding: .5em 0;
}
.top_info table td a {
  padding-bottom: 8px;
  background: url(https://img07.shop-pro.jp/PA01396/286/etc/line.png) bottom center no-repeat;
  background-size: 100% 4px;
  line-height: 2.7em;
}
.new {
  padding: 50px 10%;
}
.cate_list {
 display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width:599px) { 
  .top_photo {
    width: 100%;
  }
  .bnr-info {
    margin: 30px 0 50px 0;
    display: inherit;
  }
  .top_bnrs {
    width: 100%;
  }
  .top_info {
    width: 100%;
    padding: 2em;
    margin-top: 15px;
	}
    .new {
    padding: 10px 0;
  }
  .cate_list li {
    width: 100%;
    margin-bottom: 5px;
  }
}