.category_desc img {
  max-width: 100%;
  height: auto;
}
#w_S_size .category_desc img {
  max-width: 100%;
  height: auto;
}

.desc_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin:10px 0 0 0;
}

.desc_table .aburi_box {
  margin-right:20px;
  margin-bottom:10px;
  max-width:200px;
}

.desc_table .aburi_box img {
  margin-bottom:1em;
}

div.desc_txt {
  padding: 20px;
}

#w_S_size div.desc_txt {
  padding: 20px 0;
}

/* しのはらが足したやつ */
.category_free_top {/*親div*/
  position: relative;/*相対配置*/
  }

.category_free_top p {
  position: absolute;/*絶対配置*/
  top: 50% !important;
  left: 50% !important;
  -ms-transform: translate(-50%,-50%) !important;
  -webkit-transform: translate(-50%,-50%) !important;
  transform: translate(-50%,-50%) !important;
  margin:0;
  padding:0;
  color: white;/*文字は白に*/
  font-weight: bold; /*太字に*/
  font-size: 5.5vmin;/*文字大きく*/
  font-family: 'Noto Serif JP', sans-serif;
  top: 0;
  left: 0;
  }

.category_free_top img {
  width: 100%;
  }


/* ここまで */
.category_desc_2 {
  padding-top: 2em;
}

/* sub category & sub group */
#w_S_size .grp_lst_img {
  display: none;
}
#w_S_size .grp_lst {
  border-bottom: 1px solid #aaa;
}
  #w_S_size .grp_lst_unit {
    border-bottom: 1px solid #aaa;
    line-height: 2.2;
    font-size: 92.307%;
  }
  #w_S_size .grp_lst_unit a {
    display: block;
    padding: .5em 0;
    color: #444;
    text-decoration: none;
  }

.w_M_size .grp_lst {
  position: relative;
  clear: both;
  margin-left: -3.397%;
  padding-top: 2em;
}
.w_M_size .grp_lst_unit {
  float: left;
  margin-bottom: 15px;
  margin-left: 3.285%;
  width: 30%;
  word-break: break-all;
}
  .w_M_size .grp_lst_unit a {
    display: block;
    padding: .5em;
    background-color: #f1f1f1;
    color: #000;
    text-decoration: none;
  }
  .w_M_size .grp_lst_unit a:hover {
    text-decoration: underline;
  }
  .w_M_size .grp_lst_img {
    display: block;
    margin: 0 auto .5em;
    max-width: 100%;
    height: inherit;
  }

.w_L_size .grp_lst {
  margin-left: -2.174%;
}
.w_L_size .grp_lst_unit {
  margin-left: 1.595%;
  width: 23.404%;
}

.w_LL_size .grp_lst {
  margin-left: -2.127%;
}
.w_LL_size .grp_lst_unit {
  margin-left: 2.083%;
  width: 17.916%;
}

.cashlessimg img{
  width:100%
}