body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .search-container {
    display: block;
  }
}

.search-keyword {
  width: 340px;
  margin-left: 100px;
  position: relative;
  z-index: 200;
}
.search-keyword .search-keyword-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #9FA0A0;
  padding: 3px 10px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .search-keyword {
    width: 100%;
    margin-left: 0;
    padding: 12px;
    border-bottom: 1px solid #d8d8d8;
  }
}
.search-keyword .inputBox {
  height: 30px;
  background: #fff;
  width: 260px;
  vertical-align: middle;
  padding: 0 5px;
  position: relative;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-keyword .inputBox input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  line-height: 1.2rem;
  border: none;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  height: auto;
}
@media screen and (min-width: 768px) {
  .search-keyword .inputBox input {
    font-size: 1.2rem;
  }
}
.search-keyword .inputBox .keyword-submit {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: 16px;
  height: auto;
  line-height: 0;
  margin-right: 5px;
}
.search-keyword .btn_filter {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
.search-keyword .btn_filter:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  display: block;
  margin-left: 5px;
}
.search-keyword .btn_filter.is-active:after {
  transform: rotate(-45deg);
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .search-container {
    display: none;
    z-index: 100;
    background-color: #fff;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
  }
  .search-container.is-active {
    display: block;
  }
}

/* **************************************************

         SP

************************************************** */
.filter-header {
  display: none;
}
@media screen and (min-width: 768px) {
  .filter-header {
    display: block;
  }
}

.search-fliter-top {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  display: none;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-overflow-scrolling: touch;
}
.search-fliter-top.is-active {
  display: block;
  background-color: #fff;
}
.search-fliter-top .btn-container {
  order: 2;
  display: flex;
  justify-content: space-between;
  position: fixed;
  right: 0;
  bottom: 100px;
  left: 0;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 12px;
  margin: auto;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.search-fliter-top .btn-container .reset {
  width: 30%;
  max-width: 100%;
  height: 30px;
  background-color: #fff;
  border: solid 1px #9FA0A0;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  font-size: 14px;
  cursor: pointer;
  height: 38px;
}
.search-fliter-top .btn-container .submit {
  width: 65%;
  max-width: 100%;
  height: 30px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1px;
  font-size: 14px;
  cursor: pointer;
  border: none;
  height: 40px;
}

.search-fliter-topmenu-price {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 1px solid #d8d8d8;
}
@media screen and (min-width: 768px) {
  .search-fliter-topmenu-price {
    padding: 0;
    border: none;
  }
}
.search-fliter-topmenu-price .filter-ttl {
  width: 5em;
}
@media screen and (min-width: 768px) {
  .search-fliter-topmenu-price .filter-ttl {
    font-size: 1.2rem;
  }
}
.search-fliter-topmenu-price .range-selection {
  display: flex;
  align-items: center;
}
.search-fliter-topmenu-price .range-selection .minprice,
.search-fliter-topmenu-price .range-selection .maxprice {
  height: 30px;
  background: #fff;
  vertical-align: middle;
  padding: 0 5px;
  position: relative;
  font-size: 1.2rem;
  line-height: 30px;
}
.search-fliter-topmenu-price .range-selection input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: solid 1px #9FA0A0;
  border-radius: 0;
  font: inherit;
  outline: none;
  font-size: 1.6rem;
  width: 100%;
  height: 100%;
  line-height: 1.2rem;
  padding: 0;
  vertical-align: middle;
  display: inline-block;
  height: 30px;
}

.search-fliter-topmenu {
  padding-top: 140px;
}
.search-fliter-topmenu > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #d8d8d8;
}
.search-fliter-topmenu .filter-ttl {
  font-size: 1.4rem;
}
.search-fliter-topmenu .filter-choose {
  color: #ccc;
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-fliter-topmenu .filter-choose:after {
  content: "";
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: 2px;
  margin-left: 5px;
}
.search-fliter-topmenu .filter-choose.select {
  color: #000;
}
.search-fliter-topmenu .filter-choose.select:after {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

.search-fliter-detail {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail {
    position: relative;
    top: auto;
    right: auto;
    transform: translateX(0);
    width: 100%;
    padding: 30px 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: visible;
  }
  .search-fliter-detail > div {
    width: 30%;
    margin-bottom: 20px;
  }
}
.search-fliter-detail.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  z-index: 1000;
}
.search-fliter-detail .filter-container {
  display: none;
  padding-top: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-container {
    display: block;
    padding: 0;
  }
  .search-fliter-detail .filter-container .filter-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.search-fliter-detail .filter-container.is-active {
  display: block;
}
.search-fliter-detail .filter-container .ttl {
  text-align: center;
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-container .ttl {
    display: none;
  }
}
.search-fliter-detail .filter-container .btn_back {
  position: absolute;
  top: 20px;
  left: 0;
  display: flex;
  align-items: center;
  padding-left: 20px;
  margin: auto;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-container .btn_back {
    display: none;
  }
}
.search-fliter-detail .filter-container .btn_back:before {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 8px;
  height: 8px;
  transform: rotate(-135deg);
  margin-top: 2px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-container .filter-ttl {
    font-size: 1.2rem;
    padding-right: 10px;
    width: 20%;
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-container .filter-choose {
    height: 30px;
    border: solid 1px #9FA0A0;
    background: #fff;
    vertical-align: middle;
    padding: 0 5px;
    position: relative;
    font-size: 1.2rem;
    line-height: 30px;
    width: 80%;
    text-align: left;
  }
}
.search-fliter-detail .filter-container .filter-menu {
  width: 100%;
  border-top: 0;
  background: #fff;
  z-index: 10;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-container .filter-menu {
    position: absolute;
    width: 80%;
    border: 1px solid #9FA0A0;
    border-top: 0;
    right: 0;
    background: #FAFAFA;
    z-index: 10;
    text-align: left;
    overflow-y: auto;
    max-height: 500px;
    display: none;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
  }
  .search-fliter-detail .filter-container .filter-menu.is-active {
    display: block;
  }
}
.search-fliter-detail .filter-container .filter-menu .filter-item {
  border-bottom: 1px solid #D5D5D5;
  display: flex;
  align-items: center;
}
.search-fliter-detail .filter-container .filter-menu .filter-item span {
  line-height: 1;
  font-size: 1.4rem;
  padding: 20px 15px;
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-container .filter-menu .filter-item span {
    font-size: 1.2rem;
    padding: 10px 5px 10px;
  }
}
.search-fliter-detail .filter-container .filter-menu .filter-item span:after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: 2px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-container .filter-menu .filter-item span:after {
    display: none;
  }
}
.search-fliter-detail .filter-container .filter-menu .filter-item label {
  line-height: 1;
  font-size: 1.4rem;
  padding: 20px 15px;
  display: block;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-container .filter-menu .filter-item label {
    line-height: 1;
    font-size: 1.2rem;
    padding: 10px 5px 10px;
    justify-content: flex-start;
  }
}
.search-fliter-detail .filter-container .filter-menu .filter-item label:after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: 2px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-container .filter-menu .filter-item label:after {
    display: none;
  }
}
.search-fliter-detail .filter-container .filter-menu .filter-item label img {
  width: 15px;
  height: 15px;
}
.search-fliter-detail .filter-container .filter-menu input[type=checkbox] {
  display: none;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-gender,
  .search-fliter-detail .filter-category,
  .search-fliter-detail .filter-price {
    order: 0;
  }
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-brand,
  .search-fliter-detail .filter-color {
    order: 1;
  }
}
.search-fliter-detail .filter-color li {
  padding-left: 10px;
}
.search-fliter-detail .filter-color li:before {
  content: "";
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
.search-fliter-detail .filter-color li:first-child::before {
  display: none;
}
.search-fliter-detail .filter-color li:nth-of-type(2):before {
  background-image: url(https://sacsbar.itembox.design/item/img/icon/icon_color_black.png);
}
.search-fliter-detail .filter-color li:nth-of-type(3):before {
  background-image: url(https://sacsbar.itembox.design/item/img/icon/icon_color_white.png);
}
.search-fliter-detail .filter-color li:nth-of-type(4):before {
  background-image: url(https://sacsbar.itembox.design/item/img/icon/icon_color_gray.png);
}
.search-fliter-detail .filter-color li:nth-of-type(5):before {
  background-image: url(https://sacsbar.itembox.design/item/img/icon/icon_color_brown.png);
}
.search-fliter-detail .filter-color li:nth-of-type(6):before {
  background-image: url(https://sacsbar.itembox.design/item/img/icon/icon_color_khaki.png);
}
.search-fliter-detail .filter-color li:nth-of-type(7):before {
  background-image: url(https://sacsbar.itembox.design/item/img/icon/icon_color_beige.png);
}
.search-fliter-detail .filter-color li:nth-of-type(8):before {
  background-image: url(https://sacsbar.itembox.design/item/img/icon/icon_color_red.png);
}
.search-fliter-detail .filter-color li:nth-of-type(9):before {
  background-image: url(https://sacsbar.itembox.design/item/img/icon/icon_color_pink.png);
}
.search-fliter-detail .filter-color li:nth-of-type(10):before {
  background-image: url(https://sacsbar.itembox.design/item/img/icon/icon_color_orange.png);
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-price {
    order: 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-price .range-selection {
    width: 80%;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-price .range-selection .minprice,
  .search-fliter-detail .filter-price .range-selection .maxprice {
    height: 30px;
    background: #fff;
    vertical-align: middle;
    padding: 0 5px;
    position: relative;
    font-size: 1.2rem;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .filter-price .range-selection input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: solid 1px #9FA0A0;
    border-radius: 0;
    font: inherit;
    outline: none;
    font-size: 1.2rem;
    width: 100%;
    height: 100%;
    line-height: 1.2rem;
    padding: 0;
    vertical-align: middle;
    display: inline-block;
    height: 30px;
  }
}
.search-fliter-detail .btn-container {
  display: none;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .btn-container {
    order: 2;
    display: flex;
    justify-content: space-between;
  }
  .search-fliter-detail .btn-container .reset {
    width: 30%;
    max-width: 100%;
    height: 30px;
    background-color: #fff;
    border: solid 1px #9FA0A0;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    font-size: 12px;
    cursor: pointer;
    height: 38px;
  }
  .search-fliter-detail .btn-container .submit {
    width: 65%;
    max-width: 100%;
    height: 30px;
    background-color: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
    font-size: 12px;
    cursor: pointer;
    border: none;
    height: 40px;
  }
}
.search-fliter-detail .btn_otherbrand {
  padding: 20px;
}
.search-fliter-detail .btn_otherbrand a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: solid 1px #9FA0A0;
  padding: 10px;
  font-size: 13px;
  position: relative;
}
.search-fliter-detail .btn_otherbrand a:after {
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  margin-top: 2px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  .search-fliter-detail .btn_otherbrand {
    display: none;
  }
}

.keyword-list {
  display: none;
}
@media screen and (max-width: 768px) {
  .keyword-list {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 12px 5px;
    border-bottom: 1px solid #d8d8d8;
    overflow-x: auto;
  }
  .keyword-list ul {
    display: flex;
    width: 410px;
    justify-content: space-between;
  }
  .keyword-list ul li a {
    background-color: #e5e5e5;
    display: block;
    text-align: center;
    padding: 5px 10px;
    font-size: 1.1rem;
    border-radius: 2px;
  }
}

.search-keyword .inputBox.no-sort {
  width: 100%;
}/*# sourceMappingURL=search_240725.css.map */