@charset "euc-jp";
.slider {
  position: relative;
}
.bx-viewport {
  border: none !important;
  left: 0 !important;
}
#slider div {
  width: 100% !important;
}

.more_prd {
  display: none;
  background-color: #aaa;
  color: #fff;
  font-size: 123.076%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.free_space_block {
  margin-top: 3em;
}



.main__wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 3em;
}

.grp_lst {
  display: none;
}

#vada_sidebar {
  width: 18%;
  padding: 1em 1em 1em 0;
  box-sizing: border-box;
}
#vada_sidebar section.cat_sec {
  padding: 1.4em 0 0;
}
#vada_sidebar section.cat_sec > ul a {
  pointer-events: none;
}
#vada_sidebar section.cat_sec label {
  display: block;
}
#vada_sidebar section.cat_sec input {
  display: none;
}
#vada_sidebar section.cat_sec a {
  color: inherit;
  text-decoration: none;
}
#vada_sidebar section.cat_sec a:visited {
  color: inherit;
}
#vada_sidebar section.cat_sec .sec_ttl__wrap .sec_ttl {
  font-size: 22px;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 0.5em;
  font-weight: bold;
}
#vada_sidebar section.cat_sec .sec_ttl__wrap:has(:checked) + ul.sec_list__wrap > li > label,
#vada_sidebar section.cat_sec .sec_ttl__wrap:has(:checked) + ul.sec_list__wrap > li > label > a {
  cursor: pointer;
  pointer-events: auto;
}
#vada_sidebar section.cat_sec .sec_ttl__wrap:has(:checked) + ul.sec_list__wrap .sec_mid_ttl,
#vada_sidebar section.cat_sec .sec_ttl__wrap:has(:checked) + ul.sec_list__wrap .list_item {
  margin-top: 1em;
}
#vada_sidebar section.cat_sec .sec_ttl__wrap:has(:checked) + ul.sec_list__wrap label.sec_mid_ttl:has(:checked) + ul > li > a {
  cursor: pointer;
  pointer-events: auto;
  position:relative;
  z-index:3;
}
#vada_sidebar section.cat_sec .sec_list__wrap .sec_mid_ttl {
  font-weight: bold;
  font-size: 16px;
  pointer-events: none;
}
#vada_sidebar section.cat_sec .sec_list__wrap .list_item {
  font-size: 14px;
}
#vada_sidebar section.cat_sec label.trigger {
  position: relative;
}
#vada_sidebar section.cat_sec label.trigger + ul {
  opacity: 0;
  max-height: 0;
}
#vada_sidebar section.cat_sec label.trigger::before,
#vada_sidebar section.cat_sec label.trigger::after {
  position: absolute;

  top: 50%;
  transform: translate(-100%, -50%);
  background: #252525;
}
#vada_sidebar section.cat_sec label.trigger::before {
  width: 1.5em;
  height: 2px;
  left: 100%;
}
#vada_sidebar section.cat_sec label.trigger::after {
  width: 2px;
  height: 1.5em;
  right: 0;
  transform: translate(calc(1px - 0.75em), -50%);
  transition: all 0.3s;
}
#vada_sidebar section.cat_sec label.trigger:has(:checked) + ul {
  opacity: 1;
  max-height: 100%;
}
#vada_sidebar section.cat_sec label.trigger:has(:checked)::after {
  opacity: 0;
  transition: all 0.3s;
}

@media screen and (max-width: 750px) {
  .main__wrap {
    justify-content: center !important;
  }
  .main__wrap #vada_sidebar {
    display: none;
  }
  .main__wrap .to_clm {
    flex-direction: column;
  }
  .main__wrap .to_w100p {
    width: 100% !important;
  }
}


.main__wrap .prd_lst {
  width: 82%;
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  clear: none;
  -moz-column-gap: 3px;
       column-gap: 3px;
  row-gap: 3px;
}
.main__wrap .prd_lst .prd_lst_unit a {
    font-size: 1rem;
  }
.main__wrap .prd_lst .prd_lst_unit.prd_lst_unit_s {
  float: unset;
  margin-bottom: 0;
  margin-left: unset;
  word-break: break-all;
  width: 32.5%;
  height: auto !important;
  border: 2px #fff solid;
  border-radius: 2px;
}
.main__wrap .prd_lst .prd_lst_unit.prd_lst_unit_s .prd_lst_name {
  font-size: 1.125rem;
  margin: 0.5em 0 0;
}
.main__wrap .prd_lst .prd_lst_unit .prd_lst_price,
.main__wrap .prd_lst .prd_lst_unit .prd_lst_soldout {
  font-size: 0.9em !important;
  margin: 0.5em 0 1em;
}
@media screen and (max-width: 750px) {
  .main__wrap {
    justify-content: center !important;
  }
  .main__wrap .prd_lst {
    width: 100%;
    justify-content: space-between;
    row-gap: 3vw;
  }
  .main__wrap .prd_lst .prd_lst_unit.prd_lst_unit_s {
    width: 47%;
  }
  .main__wrap .prd_lst .prd_lst_unit.prd_lst_unit_s a {
    font-size: 13.125px;
  }
  .main__wrap .prd_lst .prd_lst_unit.prd_lst_unit_s .prd_lst_name {
    margin: 1em 0 0.3;
    font-size: 1.111rem;
  }
  .main__wrap .prd_lst .prd_lst_unit.prd_lst_unit_s .prd_lst_price,
  .main__wrap .prd_lst .prd_lst_unit.prd_lst_unit_s .prd_lst_soldout {
    font-size: 13.125px !important;
    margin: 0.1em 0 0.5em;
  }
}

@media screen and (max-width: 750px) {
  .container_section {
    padding: 0 10px;
  }
}
