@charset "UTF-8";

.s_cat_link_btn{
  max-width: 560px;
  margin: 65px auto 125px;
  
}
.s_cat_link_btn ul{
  display: flex;
  justify-content: space-between;
}
.s_cat_link_btn ul li a{
  position: relative;
  display: inline-block;
  padding-bottom: 5px;
}
.s_cat_link_btn ul li a::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #000;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: none;
  border-radius: 50%;
  
}
.s_cat_link_btn ul li a::after{
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 5px;
  left: 3px;
}
.s_cat_link_btn ul li a:hover{
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
}
.s_cat_link_btn ul li a img{
  padding-left: 20px;
}
.s_cat_link_btn ul li a.current::before{
  background-color: #696969;
}

@media only screen and (max-width: 756px){
  .s_cat_link_btn{
    margin: 25px auto 25px;
    padding: 0 15px;
  }
  .s_cat_link_btn ul{
    flex-wrap: wrap;
  }
  .s_cat_link_btn ul li{
    max-width: 50%;
    flex: 50%;
    text-align: center;
  }
  .s_cat_link_btn ul li{
    margin-bottom: 15px;
  }
  .s_cat_link_btn ul li:last-child{
    margin-bottom: 0;
  }
  
}

.product_item {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.product_item .item_img {
  flex: 1 1 25%;
  max-width: 25%;
  position: relative;
  overflow: hidden;
}
.product_item .item_img a {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.product_item .item_img figure {
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: 50% 50%/cover no-repeat;
}

@media screen and (min-width: 760px){
  .flex_right_box{
    flex: 1 1;
    max-width: 100%;
    max-width: calc(100% - 240px);
  }
  .product_list_flex{
    max-width: 1500px;
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
  }
  
}
@media only screen and (min-width: 1031px){
  .product_item::before, .product_item::after {
    content: "";
    order: 1;
    flex: 1 1 25%;
    max-width: 25%;
  }
}
@media only screen and (max-width: 1030px){
  .product_item .item_img {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 1300px){
  .item_lst>div{
    width: 50%;
  }
  .flex_right_box{
    max-width: 100%;
  }
}

@media screen and (max-width: 759px) {
  .product_item .item_img {
    margin-bottom: 20px;
    vertical-align: top;
  }
  .product_item .item_img a {
    padding-bottom: 0;
  }
  .product_item .item_img figure {
    position: relative;
    margin-bottom: 5px;
    padding: 0 0 100%;
  }
  .product_item .item_img figure:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #f2f2f2;
  }
  .product_item .item_img a p, .product_item .item_img a div {
    position: relative;
    top: 0;
    color: #000;
    font-size: 10px;
    background: none;
    opacity: 1;
    z-index: 0;
  }
}

