/* Header */
.render_searchbox .product_search_box input[type="text"] {
  border: none;
  width: 100%;
  padding: 0.75em 1em;
}
.render_searchbox .scroll_container .product_search_box {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  background: transparent;
}
.header-search-btn {
  position: fixed;
  display: none;
  font-weight: bold;
  font-size: 13px;
  margin: 20px auto;
  border-radius: 40px;
  text-decoration: none;
  color: #ececec;
  background: #3ab54a;
  transition: .3s;
  width: 83%;
  height: 60px;
  left: -100%;
  bottom: 10px;
  padding: 6px 40px;
  max-width: 385px;
  box-shadow: 0px 0px 13px rgb(0 0 0 / 50%);
}
.render_searchbox.active .header-search-btn {
  display: block;
  left: 34px;
}
.header-search-btn:hover {
  background: #FECC16;
  color: #141414;
}
.header-search-btn:active {
  background: #FECC16;
  color: #141414;
}

@media (max-width: 768px) {
  .header-search-btn {
    font-weight: bold;
    margin: 20px auto 6px;
    border-radius: 40px;
    text-decoration: none;
    color: #ececec;
    background: #3ab54a;
    transition: .3s;
    width: 83%;
    height: 60px;
    position: fixed;
    bottom: 10px;
    padding: 6px 40px;
    max-width: 385px;
    box-shadow: 0px 0px 13px rgb(0 0 0 / 50%);
  }
}

.render_searchbox .render_title {
  position: absolute;
  width: 30px;
  background: #000000;
  padding: 21px;
  z-index: 3;
  right: 0;
}

.status-list label input {
  display: none; /* デフォルトのinputは非表示にする */
}
.status-list label span {
  display: inline-block;
  font-weight: bold;
  margin: 0px auto 20px;
  background: #f5f5ef;
  color: #333;
  font-size: 14px;
  padding: 5px 0px 5px 5px;
}
.status-list label input:checked + span {
  color: #3ab54a;
  background: rgb(187, 255, 187);
  border: 1px solid #3ab54a;
}
.categories-box {
  display: inline-block;
}
.categories-box-label {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  background: #ececec;
  position: relative;
  display: inline-block;
  cursor: pointer;
  transition: all 0.5s;
}
.categories-box-label-width {
  width: 280px;
}
.categories-box-category-label-width {
  font-size: 12px;
  display: inline-block;
  width: 278px;
  padding: 10px 30px 10px 20px;
}
.sec_w form .category_list-margin {
  margin: 0px 5px 5px;
}
.sec_w form .category_list {
  display: flex;
  justify-content: space-evenly;
}
.categories-box label:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.categories-box input {
  display: none;
}
.categories-box div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s;
}
.categories-box input:checked ~ div {
  height: auto;
  background: #ececec;
  opacity: 1;
}
.categories-box label input {
  display: none;
}
.categories-box label span {
  display: inline-block;
  position: relative;
  font-weight: bold;
  margin: auto;
  background: #ececec;
  color: #333;
  font-size: 14px;
}
.categories-box label input:checked + span {
  color: #3ab54a;
  background: rgb(187, 255, 187);
  border: 1px solid #3ab54a;
}
.categories-box label input:checked + span a {
  color: #3ab54a;
}
.categories-box-label-width .categories-box-label-width .categories-box-category-label-width{
  padding-left: 30px;
}
.category-accordion input {
  display: none;
}
.category-accordion .category-accordion-switch {
  position: relative;
  display: block;
  background-color: #e7e7e7;
  font-weight: bold;
  padding: 27px;
  cursor: pointer;
}
.category-accordion .category-accordion-switch::before {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 3px;
  background: #555;
  top: 50%;
  right: 7%;
}
.category-accordion .category-accordion-switch::after {
  content: "";
  position: absolute;
  display: block;
  width: 14px;
  height: 3px;
  background: #555;
  top: 50%;
  right: 10%;
}
.checkmark-position {
  position: absolute;
  top: 50%;
  left: 88%;
  transform: translate(0%, -50%);
}
.category-accordion .category-accordion-switch::before {
  transform: rotate(-50deg);
  transition: 0.5s;
}
.category-accordion input:checked ~ .category-accordion-switch::before {
  transform: rotate(50deg);
  transition: 0.5s;
}
.category-accordion .category-accordion-switch::after {
  transform: rotate(50deg);
  transition: 0.5s;
}
.category-accordion input:checked ~ .category-accordion-switch::after {
  transform: rotate(-50deg);
  transition: 0.5s;
}
.category_list ul label li a {
  display: flex;
  width: 100px;
  height: 20px;
  margin: 0.8em 0em 0em 0em;
  text-align: center;
  padding: 0.1em 0em 0em 0.2em;
  background: #ffffff00;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.category_list ul label ul li a:hover {
  background: #ffffff00;
  color: rgb(0, 0, 0);
}
.category_list ul label li a:before {
  font-size: 3.6rem;
  margin: -0.3em 0em 0em 0em;
}
.icon-box {
  border-radius: 50%;
}
.icon-container {
  background-color: #ffffff;
  width: 45px;
  height: 45px;
  position: absolute;
  margin: -22px 0px 0px -20px;
}
.category_list .icon-name {
  font-size: 1.3rem;
  font-weight: bold;
  position: relative;
  width: 180px;
  top: -17px;
  right: 0px;
  bottom: 0px;
  left: 50px;
}
.category_list li a:hover:before {
  color: rgb(0, 0, 0);
}
