.category_page #mainContent .top_itemList {
  justify-content: space-around;
}
.category_page .category_list h3 {
  font-family: "Cinzel", serif;
  font-size: 16px;
  line-height: 100%;
  padding-bottom: 15px;
  margin-bottom: 45px;
  color: #485552;
  border-bottom: solid 0.5px #485552;
}
.category_page .category_list_inner ul li {
  margin-bottom: 45px;
}
.category_page .category_list_inner ul li a {
  font-size: 18px;
  line-height: 180%;
  color: #1a1a1a;
  display: block;
}

.category_page {
  margin-top: 183px;
}
.category_page #mainContent {
  display: flex;
  justify-content: space-between;
}
.category_page .category__item.category-item-すべて {
  display: none;
}
.category_page #mainContent .top_itemList {
  width: 82.77%;
  flex-wrap: wrap;
  justify-content: start;
}
.category_page #mainContent .top_itemList .item {
  width: calc((100% / 3) - 50px);
}

@media screen and (max-width: 1180px) {
  .category_page {
    margin-top: 128px;
  }
  .category_page #mainContent{
    gap:62px;
  }
  .category_page #mainContent .top_itemList {
    justify-content: space-between;
    width: calc(100% - 15px);
    gap: 60px 30px;
  }
  .category_page #mainContent .top_itemList .item {
    width: calc((100% / 2) - 15px);
  }
  .top_itemList .item .image-resize {
    width: calc((100vw - 250px) / 2);
    height: calc((100vw - 250px) / 2);
  }
  .category_list {
    width: 170px;
  }
}

@media screen and (max-width: 650px) {
  .category_page {
    margin-top: 94px;
  }
  .category_page #mainContent {
    flex-direction: column-reverse;
  }
  .category_page #mainContent .top_itemList {
    width: 100%;
    gap: 60px 15px;
  }
  .category_list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  .category_page #mainContent .top_itemList .item{
    width: calc((100% / 2) - 7.5px);
  }
  .top_itemList .item .image-resize {
    width: calc(46vw - 7.5px);
    height: calc(46vw - 7.5px);
  }
  .top_itemList .item .itemTitle h2 {
    font-size: 14px;
  }
  .itemPriceTest,
  .preOrder {
    font-size: 16px;
  }
  .category_page .category_list h3 {
    border-top: solid 0.5px #485552;
    border-bottom: none;
    font-size: 22px;
    padding: 35px 15px;
    margin-bottom: 0;
  }
  .category_page .category_list_inner ul li {
    margin-bottom: 35px;
    padding: 0 15px;
  }
  .category_page .category_list_inner ul li a {
    font-size: 16px;
  }
  .category_list_inner {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 380px) {
  .itemPriceTest,
  .preOrder {
    font-size: 14px;
  }
}

.no_itemList{
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.no_itemList p{
  font-size: 20px;
  color: #485552;
  margin-bottom: 50px;
}

@media screen and (max-width: 650px) {
  .no_itemList p{
    font-size: 16px;
  } 
}

@media screen and (min-width:1181px){
.top_itemList .item .image-resize{
  max-width: 346px;
  max-height: 346px;
  height: 22.5vw;
  width: 22.5vw;
}
}