#contents_wrapper {
  margin-top: 50px;
  padding-bottom: 80px;
}
.products_block{
  width: 1100px;
  margin: 0 auto;
}
.sp{
  display: none;
}

@media screen and (max-width: 1299px) {
  .products_block {
    width: 100%;
    padding: 0px 3%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 752px) {
  .spbr::before {
    content: "\A" ;
    white-space: pre ;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.category_box ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	gap: 5px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	list-style: none;
}
.category_box ul li ,
.category_box ul li a img  {
  max-width: 265px;
  width: 100%;
}
.category_box ul li a {
  position: relative;
  display: block;
  transition: 0.4s all;
  text-align: center;
}

.category_box ul li a span.cate_name {
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	white-space: nowrap;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

.category_box ul li a:hover {
  opacity: 0.6;
}
#contents_wrapper .products_block .o_store {
	text-align: center;
	height: auto;
	width: 1100px;
}
#contents_wrapper .products_block .o_store .store{
	margin-right: auto;
	margin-left: auto;
	height: auto;
	width: 100%;
	max-width: 768px;
}


@media screen and (max-width: 752px) {
#contents_wrapper {
  margin-top: 20px;
  padding-bottom: 80px;
}
  .category_box ul {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	margin-bottom: -20px;
  }
  .category_box ul li ,
  .category_box ul li a img  {
    max-width: 44vw;
  }
  #contents_wrapper .products_block .o_store {
	text-align: center;
	height: auto;
	width: 100%;
}
  #contents_wrapper .products_block .o_store .store{
	height: auto;
	width: 100%;
  }
}
