@charset "UTF-8";
/*----------------------------------------
vw（Viewport Width)
-----------------------------------------*/
.product_search_list .shop_wrap .logo a img {
  width: 100%;
}

#gi_productlist {
  margin-top: 70px;
}

.gi_contentsarea .gi_subtitle._underline::before {
  background-color: #000;
}

@media only screen and (max-width: 769px) {
  .gi_contents_inner {
    width: 100%;
  }
}

@media only screen and (max-width: 769px) {
  #category_search .search_main_wrap .order_wrap label span,
  #category_search .search_main_wrap .order_wrap label input:checked + span {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}