#product-main {
  width: 100%;
  background: #f9f9f9;
  margin: 0 auto;
  margin-top: 60px;
  padding-bottom: 100px;
}

#prod-search {
  max-width: 1000px;
  width: 95%;
  height: auto;
  padding-top: 100px;
}

#prod-search form {
  position: relative;
}

#prod-search .searchTerm {
  margin: 0;
  font-size: 40px;
}

#prod-search .searchButton {
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  font-size: 55px;
}

#prod-search ul {
  width: auto;
  margin: 15px auto;
}

.product_list_main_tot {
  width: 100%;
  margin-top: 150px;
  border-top: 1px solid #ebebeb;
}

#product_main_content .product_list_main_ul {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-top: 100px;
}

.mcate_div_list {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 30px;
  /* padding: 0 20px; */
  font-weight: 600;
  text-align: center;
}

.mcate_div_list::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #131313;
  margin-bottom: 10px;
}

#product_main_content .product_list_main_ul::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../../images/product_icon01.gif);
  background-size: cover;
}

#product_main_content .product_list_main_ul .product_list_li_together {
  width: 345px;
  margin-right: 20px;
  margin-top: 30px;
}

#product_main_content
  .product_list_main_ul
  .product_list_li_together:nth-child(4n) {
  margin-right: 0;
}

#product_main_content .product_list_main_ul .product_list_li_together .img {
  width: 100%;
  height: 345px;
  border: 1px solid #ededed;
  border-radius: 10px;
  overflow: hidden;
  /* background: #fbfbfb; */
  background: #ffffff;
}

#product_main_content .product_list_main_ul .product_list_li_together .img a {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  display: block;
}

#product_main_content
  .product_list_main_ul
  .product_list_li_together
  .img
  a
  img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

#product_main_content .product_list_main_ul .product_list_li_together .tit_1 a {
  display: block;
  margin-top: 20px;
  color: #636363;
  font-size: 20px;
  text-align: center;
}

#ui-id-1 {
  border: 2px solid #eb878a;
  border-top: 0;
  padding: 10px 0;
  background: rgba(255, 255, 255, 0.95);
}

.ui-menu-item-wrapper {
  font-size: 1.5vw;
  /* padding-left: 90px !important; */
  padding: 10px 0px 10px 110px !important;
  border: 0 !important;
  transition: background 0.1s;
}

.ui-menu-item-wrapper:hover {
  background: #131313;
  color: #ffffff;
}

.ui-state-active {
  background: #131313;
  color: #ffffff;
}

@media screen and (max-width: 1440px) {
  #product_main_content .product_list_main_ul {
    justify-content: space-around;
  }

  #product_main_content .product_list_main_ul .product_list_li_together {
    width: 250px;
    margin-right: 10px;
    margin-left: 10px;
  }

  #product_main_content .product_list_main_ul .product_list_li_together .img {
    height: 250px;
  }

  #product_main_content
    .product_list_main_ul
    .product_list_li_together:nth-child(4n) {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 725px) {
  #prod-search .searchTerm {
    font-size: 5vw;
  }
}

@media screen and (max-width: 500px) {
  #product_main_content .product_list_main_ul .product_list_li_together {
    width: 95%;
    background: #fff;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 10px;
  }

  #product_main_content .product_list_main_ul .product_list_li_together .img {
    height: 100%;
    width: 150px;
    float: left;
  }

  #product_main_content .product_list_main_ul .product_list_li_together .tit_1 {
    height: 100%;
  }

  #product_main_content
    .product_list_main_ul
    .product_list_li_together
    .tit_1
    a {
    width: 100%;
    height: 150px;
    line-height: 150px;
    margin: 0;
  }

  /* #product_main_content .product_list_main_ul .product_list_li_together:nth-child(4n){
        margin: 0 auto;
    } */
}
