@charset "UTF-8";
/**
 *
 *  こだわり検索
 *
 */
/*--------------------------------------------------------------------------
   overwrite  - 共通CSSの上書き -
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   .sec_search
---------------------------------------------------------------------------*/
.sec_search {
  /* position: relative; */
  height: 100%;
  /* padding-right: 376px; */
  background: #f7f7f7;
}

/*--------------------------------------------------------------------------
   .sec_search-view
---------------------------------------------------------------------------*/
.sec_search-view {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-around;
}

/* .watch
-----------------------------------------------------------------*/
.sec_search-view .watch {
  position: relative;
  width: 150px;
  height: 200px;
  margin: 0 auto;
}
.sec_search-view .watch > img {
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat 0 0;
}

/* .sort_state
-----------------------------------------------------------------*/
.sec_search-view .sort_state {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table;
  /* position: absolute; */
  top: 0;
  right: 40px;
  height: 100%;
  margin: auto;
  text-align: right;
  padding: 0;
}
.sec_search-view .sort_state ul {
  /* display: table-cell; */
  /* vertical-align: middle; */
}
.sec_search-view .sort_state li {
  min-height: 40px;
  position: relative;
  /* padding-right: 50px; */
}
.sec_search-view .sort_state li + li {
  margin-top: 5px;
}
.sec_search-view .sort_state .num {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  text-decoration: none;
  width: 40px;
  height: 40px;
  background: url(../images/ico_step.png);
}
.sec_search-view .sort_state .step1 .num {
  background-position: 0 0;
}
.sec_search-view .sort_state .step1.is_active .num {
  background-position: -40px 0;
}
.sec_search-view .sort_state .step2 .num {
  background-position: 0 -40px;
}
.sec_search-view .sort_state .step2.is_active .num {
  background-position: -40px -40px;
}
.sec_search-view .sort_state .step3 .num {
  background-position: 0 -80px;
}
.sec_search-view .sort_state .step3.is_active .num {
  background-position: -40px -80px;
}
.sec_search-view .sort_state .step4 .num {
  background-position: 0 -120px;
}
.sec_search-view .sort_state .step4.is_active .num {
  background-position: -40px -120px;
}
.sec_search-view .sort_state .step5 .num {
  background-position: 0 -160px;
}
.sec_search-view .sort_state .step5.is_active .num {
  background-position: -40px -160px;
}
.sec_search-view .sort_state .step6 .num {
  background-position: 0 -200px;
}
.sec_search-view .sort_state .step6.is_active .num {
  background-position: -40px -200px;
}
.sec_search-view .sort_state .step7 .num {
  background-position: 0 -240px;
}
.sec_search-view .sort_state .step7.is_active .num {
  background-position: -40px -240px;
}
.sec_search-view .sort_state .step8 .num {
  background-position: 0 -280px;
}
.sec_search-view .sort_state .step8.is_active .num {
  background-position: -40px -280px;
}
.sec_search-view .sort_state .step9 .num {
  background-position: 0 -320px;
}
.sec_search-view .sort_state .step9.is_active .num {
  background-position: -40px -320px;
}
.sec_search-view .sort_state .txt_wrap .cat {
  display: block;
  font-size: 11px;
  color: 333333;
}
.sec_search-view .sort_state .txt_wrap .txt {
  display: block;
  font-size: 11px;
  font-weight: bold;
}

/*--------------------------------------------------------------------------
   .sec_search-sort
---------------------------------------------------------------------------*/
.sec_search-sort {
  /* position: absolute; */
  /* top: 200;
  right: 0; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding-bottom: 88px;
  background: #FFF;
  /* perfect scrollbar  overwrite */
}
/* .sec_search-sort .scroll {
  position: relative;
  overflow: hidden;
  height: 552px;
} */
.sec_search-sort .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  opacity: 1;
}
.sec_search-sort .parent_check span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  line-height: 1;
}
.sec_search-sort .parent_check span:before {
  content: "";
  display: block;
  position: absolute;
  width: 13px;
  height: 10px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../../assets_t/shared/images/ico_check01.png);
}
.sec_search-sort .parent_check.is_active span:before {
  background-position: 0 -10px;
}

/* 性別
-----------------------------------------------------------------*/
.sec_search-sort .sex {
  overflow: hidden;
}
.sec_search-sort .sex li {
  float: left;
  width: 50%;
  height: 63px;
}
.sec_search-sort .sex a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  border: solid #cccccc;
  border-width: 1px 0;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background: #fff;
  font-family: 'Raleway', sans-serif;
  letter-spacing: .1em;
  font-weight: 600;
}
.sec_search-sort .sex a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.sec_search-sort .sex a:hover, .sec_search-sort .sex a.is_active {
  border: none;
  color: #fff;
  background: #3b3b3b;
}
.sec_search-sort .sex a.is_active span:before {
  background-position: 0 -20px;
}

/* カテゴリ
-----------------------------------------------------------------*/
.sec_search-sort .category_wrap {
  position: relative;
}
.sec_search-sort .category_wrap .acc {
  height: 35px;
  border-bottom: 1px solid #dddddd;
}
.sec_search-sort .category_wrap .acc a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 32px 0 20px;
  vertical-align: middle;
  font-size: 15px;
  text-decoration: none;
}
.sec_search-sort .category_wrap .acc a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.sec_search-sort .category_wrap .acc a.is_open {
  background: #f7f7f7;
}
.sec_search-sort .category_wrap .acc a:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url(../../assets_t/shared/images/ico_acc01.png);
}
.sec_search-sort .category_wrap .acc a.is_open:after {
  background-position: 0 -12px;
}
.sec_search-sort .category_wrap .acc a.is_active {
  font-weight: bold;
}
.sec_search-sort .category_wrap .cont {
  display: none;
}
.sec_search-sort .category_wrap .cont > .inner {
  padding: 5px;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}
.sec_search-sort .category_wrap .cont.is_open {
  display: block;
}

/* .tips
-----------------------------------------------------------------*/
.sec_search-sort .tips {
  width: 329px;
  border: solid #ddd;
  border-width: 1px 0 0 1px;
}
.sec_search-sort .tips li {
  float: left;
  border: solid #ddd;
  border-width: 0 1px 1px 0;
}
.sec_search-sort .tips li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.sec_search-sort .tips li a.is_active:before {
  content: "";
  display: block;
  /* position: absolute; */
  width: 46px;
  height: 46px;
  top: 0;
  left: 0;
  background-image: url(../images/img_check.png);
}
.sec_search-sort .tips .tip {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 90px;
  padding: 9px;
  background: #fff;
  opacity: 0;
  text-align: center;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sec_search-sort .tips .tip:before {
  position: absolute;
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 8px;
  bottom: -8px;
  left: 50%;
  margin-left: -8px;
  background-image: url(../images/img_tip_arw.png);
}
.sec_search-sort .tips a:hover .tip {
  display: block;
  opacity: 1;
  bottom: 32px;
  z-index: 10;
}

/* .checkbox
-----------------------------------------------------------------*/
.sec_search-sort .checkbox li a {
  position: relative;
  padding-left: 30px;
  display: inline-block;
  text-decoration: none;
  font-size: 12px;
  line-height: 1;
}
.sec_search-sort .checkbox li a:before {
  content: "";
  display: block;
  /* position: absolute; */
  width: 16px;
  height: 16px;
  background-image: url(../../assets_t/shared/images/ico_check02.png);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sec_search-sort .checkbox li a.is_active:before {
  background-position: 0 -16px;
}

/* .display & .belt_material */
.sec_search-sort .display .checkbox,
.sec_search-sort .belt_material .checkbox {
  margin: -5px -10px;
}
.sec_search-sort .display .checkbox li,
.sec_search-sort .belt_material .checkbox li {
  display: inline-block;
  margin: 5px 10px;
}

/* .function */
.sec_search-sort .function .checkbox {
  overflow: hidden;
  margin: -5px 0;
}
.sec_search-sort .function .checkbox li {
  float: left;
  width: 50%;
  margin: 5px 0;
}

/* .kyoutsuku */
.sec_search-sort .kyoutsuku .checkbox {
  overflow: hidden;
  margin: -5px 0;
}
.sec_search-sort .kyoutsuku .checkbox li {
  float: left;
  width: 50%;
  margin: 5px 0;
}

/* .payment */
.sec_search-sort .payment .txt {
  margin-bottom: 6px;
}
.sec_search-sort .payment .box {
  display: inline-block;
}
.sec_search-sort .payment .box + .box {
  margin-left: 10px;
}
.box input {
  width: 100px !important;
}
input {
  width: 200px;
}
/* .btn_check
-----------------------------------------------------------------*/
.sec_search-sort .btn_check {
  /* position: absolute; */
  /* bottom: 0;
  left: 0; */
  width: 80%;
  margin-top: 10px;
  text-align: center;
}
.sec_search-sort .btn_check a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  padding-top: 0;
  padding-bottom: 0;
}
.sec_search-sort .btn_check a span {
  height: 30px;
  vertical-align: middle;
}
.sec_search-sort .btn_check a span:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

/* .btn_check
-----------------------------------------------------------------*/
.kyoutsuku .payment,
.kyoutsuku .free_word{
	display:none;
}
.kyoutsuku .payment.is_open,
.kyoutsuku .free_word.is_open{
	display:block;
}
.kyoutsuku .payment .cont,
.kyoutsuku .free_word .cont{
	display:block;
}
