@charset "utf-8";
/* CSS Document */
.fs-p-productSearch__form {
  transform: none;
}
input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus::-ms-input-placeholder {
  color: transparent;
}
input:focus::placeholder {
  color: transparent;
}
.fs-p-searchForm {
  line-height: 2.6em;
  color: #000;
}
.fs-p-searchForm input::focus::placeholder {
  color: transparent;
}
.fs-p-searchForm button:hover, .fs-p-searchForm label:hover, .fs-p-searchForm input:hover, .fs-p-searchForm select#srh:hover {
  opacity: 0.6;
}
.search-container1 {
  display: flex;
  align-items: flex-start;
}
.search-container2 {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 20px 0;
}

form.fs-p-productSearch__form {
  padding: 30px 100px;
  background: #f8f8f8;
  border: 1px solid #e5e5e5;
  font-size: 15px;
  margin-bottom: 100px;
}
h3.fs-l-sideMenu__title {
  margin: 20px auto 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.3em;
}
.fs-p-searchForm .select-wrap {
  position: relative;
}
.fs-p-searchForm .select-wrap:before {
  z-index: 1;
  position: absolute;
  right: 15px;
  top: 14px;
  content: "";
  font-weight: 600;
  border: #000 1px solid;
  width: 8px;
  height: 8px;
  rotate: 45deg;
  border-top: none;
  border-left: none;
}
.fs-p-searchForm select#srh {
  letter-spacing: 0.1em;
  border: 1px solid #B8B8B8;
}
.fs-p-searchForm select#srh:focus {
  border: 3px solid #000;
}
input#fs_input_productSearchKeyword {
  border-radius: 0;
  border-bottom: 1px solid #B8B8B8;
  width: 60%;
  height: 40px;
  font-weight: 600;
}
input#fs_input_productSearchKeyword:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #000;
}
input#fs_input_productSearchKeyword:focus {
  border-bottom: 3px solid #000;
}
.fs-p-productSearch__keyword {
  margin: 20px auto;
  text-align: center;
}
.fs-p-searchForm input, .fs-p-searchForm select {
  padding: 6px 10px;
  height: 40px;
  font-size: 16px;
}
span.s-title {
  letter-spacing: 0.2em;
  display: block;
}
.search-left, .search-right {
  width: 50%;
  vertical-align: top;
  padding: 10px 20px;
}
.s-group {
  margin: 20px 0;
}
.search-price-top {
  display: inline-flex;
  margin: 6px 4px;
  width: 100%;
}
.search-price-top input:first-child {
  margin: 0 10px 0 0;
}
.search-price-top input:last-child {
  margin: 0 10px 0 10px;
}
.search-price-top input, .search-price-bottom input {
  border-radius: 0;
  border-bottom: 1px solid #B8B8B8;
}
.search-price-top input:focus, .search-price-bottom input:focus {
  border-bottom: 3px solid #000;
}
.search-color ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 3vw;
}
.search-color ul li input {
  display: none;
}
.search-color input + label {
  cursor: pointer;
  display: flex;
  position: relative;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}
ul.s-color li {
  /* margin-right: 8px; */
}
.search-color ul li input:checked + label:before {
  content: "";
  border: 4px solid #fff;
  display: inline-block;
  width: 12px;
  height: 18px;
  rotate: 45deg;
  border-top: none;
  border-left: none;
  /* margin-left: 8px; */
  margin-bottom: 4px;
  border-radius: 2px;
}
.search-color ul li input#col-wht:checked + label:before {
  content: "";
  border-color: #ccc;
}
.s-color li:nth-of-type(1) input + label {
  background: #24140e;
}
.s-color li:nth-of-type(2) input + label {
  background: #8b4513;
}
.s-color li:nth-of-type(3) input + label {
  background: #d2b48c;
}
.s-color li:nth-of-type(4) input + label {
  background: #dc143c;
}
.s-color li:nth-of-type(5) input + label {
  background: #ff69b4;
}
.s-color li:nth-of-type(6) input + label {
  background: #ee7800;
}
.s-color li:nth-of-type(7) input + label {
  background: #ffdc00;
}
.s-color li:nth-of-type(8) input + label {
  background: #65ab31;
}
.s-color li:nth-of-type(9) input + label {
  background: #0068b7;
}
.s-color li:nth-of-type(10) input + label {
  background: #915da3;
}
.s-color li:nth-of-type(11) input + label {
  background: #7e837f;
}
.s-color li:nth-of-type(12) input + label {
  background: #fff;
  border: 1px #ccc solid;
}
.search-narabi {
  letter-spacing: 0.2em;
  display: flow-root;
}
.search-narabi input {
  display: none;
}
.search-narabi label {
  display: flex;
  float: left;
  cursor: pointer;
  height: 43px;
  margin: 4px;
  padding: 0px 16px 0 16px;
  background: #fff;
  color: #000;
  text-align: center;
  border: 1px solid #B8B8B8;
  border-radius: 4px;
  align-items: center;
}

.search-narabi label:before {
}
.search-narabi input + label:before {
  content: "";
  width: 8px;
  height: 12px;
  margin-right: 10px;
}
.search-narabi input:checked + label:before {
  border: 2px solid #fff;
  display: inline-block;
  width: 8px;
  height: 12px;
  rotate: 45deg;
  content: "";
  border-top: none;
  border-left: none;
  margin-bottom: 4px;
}
.search-narabi input:checked + label {
  /* border: 3px solid #000; */
  color: #fff;
  background: #000;
  /* padding: 0px 18px 0px 18px; */
}

.search-narabi input:checked + label:after {
}
.search-zaiko {
  letter-spacing: 0.18em;
  display: inline-block;
  width: 100%;
  margin-top: 0;
  color: #000;
}
.search-zaiko input + label:before {
  position: relative;
  border: #ccc 1px solid;
  margin-right: 6px;
  top: 1px;
  display: inline-block;
  width: 20px;
  height: 20px;
}
.search-zaiko input:checked + label:before {
  color: #000;
}
.search-zaiko .fs-c-checkbox__checkMark {
  content: "";
  position: relative;
  border: #ccc 1px solid;
  top: 3px;
  font-size: 20px;
  display: inline-block;
  width: 22px;
  height: 25px;
}
.fs-c-checkbox__checkbox:checked + label > .fs-c-checkbox__checkMark {
  background: #000;
  border: #000;
}
.search-zaiko .fs-c-checkbox__label {
  width: fit-content;
  display: flex;
  align-items: flex-start;
}
.search-container2 button {
  margin: 8px;
}
.search-container2 .fs-p-searchForm__button {
  text-indent: 1px;
  width: 400px;
  height: 3em;
  border-radius: 4px;
  border: 1px solid #B8B8B8;
  letter-spacing: .25em;
  background: #fff;
  color: #000;
  font-family: 'Noto Sans JP';
  font-size: 16px;
  font-weight: 300;
}
.search-container2 .search-reset {
  text-indent: 1px;
  width: 160px;
  height: 46px;
  border-radius: 4px;
  border: 1px solid #B8B8B8;
  letter-spacing: 0.2em;
  background: #eee;
  color: #000;
  font-size: 14px;
}
.search-container2 .fs-p-searchForm__button::before {
  background: none;
  display: none;
}
@media screen and (max-width: 768px) {
  .fs-p-productSearch__form {
    width: 100%;
  }
  form.fs-p-productSearch__form {
    padding: 10px !important;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    margin-bottom: 50px;
  }
  h3.fs-l-sideMenu__title {
    margin: 20px auto 40px;
    font-size: 1.32em;
    letter-spacing: 0.3em;
  }
  h3.fs-l-sideMenu__title:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 6px;
    font-size: 1em;
    position: relative;
  }
  .search-container1 {
    display: block;
    padding: 0 5%;
  }
  .search-container2 {
    width: 100%;
    text-align: center;
    display: flex;
    margin: 0 auto;
    flex-direction: column-reverse;
  }
  .search-left, .search-right {
    width: 100%;
    padding: 0;
  }
  .s-group {
    margin: 10px 0;
  }
  .fs-p-searchForm input, .fs-p-searchForm select {
    padding: 6px 10px;
    height: 40px;
    font-weight: 300;
    font-size: 16px;
  }
  input#fs_input_productSearchKeyword {
    border-radius: 0;
    border: 1px solid #aaa;
    border-radius: 2px;
    width: 90%;
    font-weight: 400;
  }
  .search-price-top {
    display: inline-flex;
    margin: 0;
    width: 100%;
  }
  .search-container2 button {
    margin: 10px auto;
  }
  .search-container2 .fs-p-searchForm__button {
    order: 1;
    text-indent: 1px;
    width: 80%;
    height: 3.5em;
    font-size: 1.14em;
  }
  .search-container2 .search-reset {
    order: 0;
    text-indent: 1px;
    width: 50%;
    height: 3.4em;
    font-size: 0.94em;
  }
.search-color input + label {
    width: 12vw;
    height: 12vw;
}
.fs-p-searchForm {
    display: block;
    height: auto;
    visibility: visible;
    opacity: 1;
    transition: .4s;
  }
label.search-label i {
    display: none;
  }
 label.search-label {
    display: none;
  }
ul.s-color li {
    line-height: 1em;
  }
.search-container1 {
    padding: 0;
  }
.search-container2 {
    margin: 0;
  }
button.fs-p-searchForm__button.fs-p-inputGroup__button.search-reset {
    width: 80%;
  }
}