#contents_wrapper {
  margin-top: 50px;
  padding-bottom: 80px;
}

#contents_wrapper .products_title {
	text-align: center;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
#contents_wrapper .products_title img {
	height: auto;
	width: 230px;
}
#contents_wrapper .category_title {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 20px;
	font-weight: 400;
	color: #000;
	text-align: center;
	height: auto;
	width: 100%;
	margin-bottom: 30px;
}
/*************************************************************************************************
  FREE SERCH
**************************************************************************************************/
#contents_wrapper .free_serch {
	max-width: 1100px;
	width: 100%;
	box-sizing: border-box;
	background-color: #EFEFEF;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 53px;
	padding-left: 10px;
}
#contents_wrapper .free_serch h3 {
  font-size: 20px;
  text-align: center;
  margin: 0px 0px 30px 0px;
  font-weight: 500;
}
#contents_wrapper .free_serch .serch_box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display:-webkit-flex;
display:flex;
}
#contents_wrapper .free_serch .innerbox .serch_box .submit {
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
}

#contents_wrapper .free_serch .serch_box input {
  border: none;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  outline: none;
}

@media screen and (max-width: 752px) {
  #contents_wrapper .free_serch {
    padding: 30px 0px 50px 0px;
    max-width: 100%;
  }
  #contents_wrapper .free_serch .serch_box {
    max-width: 80%;
  }
}
#contents_wrapper .products_block{
	width: 1100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#contents_wrapper .line  {
	height: 1px;
	width: 100%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #787878;
}
#contents_wrapper .support_title {
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 80px;
}
#contents_wrapper .support_title img {
	height: auto;
	width: 200px;
}
#contents_wrapper .support_block {
	height: auto;
	width: 1072px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	flex-wrap:wrap;
}
#contents_wrapper .support_block img {
	height: auto;
	width: 532px;
	margin-bottom: 20px;
	transition:0.3s;
}
#contents_wrapper .support_list {
	text-align: center;
	height: auto;
	width: 1072px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}
#contents_wrapper .support_list li{
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-align: left;
	height: 60px;
	width: calc(100% - 30px);
	padding-left: 30px;
	margin-top: 12px;
	border: 1px solid #000;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: centert;
	align-items: center;
	-webkit-justify-content: left;
	justify-content: left;
	background-image: url(../image/allow.png);
	background-repeat: no-repeat;
	background-position: 97% center;
	transition: 0.3s;
	text-decoration: none;
}
#contents_wrapper .support_list li a{
	text-decoration: none;
	display: block;
	height: 100%;
	width: 100%;
	color: #000;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: centert;
	align-items: center;
	-webkit-justify-content: left;
	justify-content: left;
}
#contents_wrapper .support_list li a:hover {
	color: #FFF;
	background-color: #000;
		background-image: url(../image/allow_on.png);
	background-repeat: no-repeat;
	background-position: 97% center;}
#contents_wrapper .support_list li:hover {
	color: #FFF;
	background-color: #000;
		background-image: url(../image/allow_on.png);
	background-repeat: no-repeat;
	background-position: 97% center;

}
#contents_wrapper .showroom_title {
	text-align: center;
	height: auto;
	width: 100%;
	margin-top: 80px;
}
#contents_wrapper .showroom_title img {
	height: auto;
	width: 288px;
}

#contents_wrapper .showroom_block {
	height: auto;
	width: 1070px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-bottom: 80px;
}
#contents_wrapper .showroom_block .showroom {
	height: 290px;
	width: 350px;
}
#contents_wrapper .showroom_block .showroom img{
	height: 290px;
	width: 350px;
	transition: 0.4s;
}
#contents_wrapper .showroom_block .showroom img:hover{
	opacity: 0.6;
}
#contents_wrapper .zoom_block {
	height: 146px;
	width: 706px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 120px;
}


#contents_wrapper .support_block img:hover {
	opacity:0.7;
}
@media screen and (max-width: 752px) {
#contents_wrapper .support_block {
	height: auto;
	width: 92%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
    display: block;
}
#contents_wrapper .support_block img {
	height: auto;
	width: 100%;
	margin-bottom: 20px;
	transition:0.3s;
}
}

.sp{
  display: none;
}

@media screen and (max-width: 1299px) {
#contents_wrapper .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;
  }
}
#contents_wrapper .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;
}
#contents_wrapper .category_box ul li ,
.category_box ul li a img  {
  max-width: 265px;
  width: 100%;
}
#contents_wrapper .category_box ul li a {
  position: relative;
  display: block;
  transition: 0.4s all;
  text-align: center;
}

#contents_wrapper .category_box ul li a span.cate_name {
	text-decoration: none;
	font-size: 17px;
	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: 500;
}

#contents_wrapper .category_box ul li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 752px) {
#contents_wrapper {
  margin-top: 20px;
  padding-bottom: 80px;
}
#contents_wrapper .category_box ul {
	justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	margin-bottom: -20px;
  }
#contents_wrapper .category_box ul li ,
  .category_box ul li a img  {
    max-width: 44vw;
  }
}
 @media screen and (max-width: 760px) {
	 
#contents_wrapper .showroom_block {
	height: auto;
	width: 92%;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
	display: block;
}
#contents_wrapper .showroom_block .showroom {
	height: auto;
	width: 100%;
	margin-bottom: 15px;
	margin-right: 0px;
}
.sp{
	display:block;
}
.pc{
	display: none;
}

 }