@charset "utf-8";
/*============================
section-recommend
============================*/

.section-recommend {
  border: 1px solid #ccc;
  display: none;
}

.section-recommend.active {
  display: block;
}

.section-recommend.inactive {
  display: none;
}

.recommend-inner {
  padding: 10px 10px;
}

.recommend-head {
  font-weight: normal;
  font-size: 20px;
  color: #646464;
}

.recommend-result_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.recommend-result_item {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
  /* display: none;
  opacity: 0; */
}

.recommend-result_item.active {
  display: block;
  opacity: 1;
}

.recommend-result_item a {
  display: block;
  padding: 0 4%;
  margin: 10px 0;
}

.recommend-result_item img {
  width: auto;
  height: auto;
  max-height: 108px;
  max-width: 288px;
  margin: auto;
  display: block;
}

.recommend-result_item p {
  font-weight: bold;
  color: #646464;
}

.moreshow::after {
  content: 'もっと見る';
}

.moreshow.opened::after {
  content: '閉じる';
}

.section-recommend .parts_icon_plus {
  cursor: pointer;
  margin: 10px auto;
  background-image: url('/navi/img/icon_btn_plus.png');
  background-position: 94% 50%;
  background-repeat: no-repeat;
  background-size: 14px;
}

.section-recommend .parts_icon_plus.opened {
  background-image: url('/navi/img/icon_btn_minus.png');
}

/*============================
wp_result-wrap
============================*/

.wp_result-wrap {
  /* overflow: hidden; */
  display: -webkit-flex;
  display: flex;
}

/*============================
section-filter
============================*/

.section-filter {
  /* float: left; */
  width: 196px !important;
  padding: 10px;
  background-color: #e1e1e1;
}

/*============================
section-wp_result
============================*/

.section-wp_result {
  /* float: left; */
  width: calc(100% - 250px);
  margin: 0 auto;
  margin-left: 34px;
}

.wp_result-inner {
}

.defaultHead {
  text-align: left;
}

.wp_result-head {
  display: inline-block;
  width: 16%;
  font-size: 16px;
}

.result-head_innerText {
  display: inline-block;
  width: 83%;
  text-align: right;
  font-size: 12px;
}

.result-head_innerText span {
  font-weight: bold;
  margin: 0 4px 0 2px;
}

.wp_result-result_list {
  margin: 20px 0;
}

.wp_result-result_item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.wp_result-result_item:last-child {
  border-bottom: none;
}

.wp_result-result_item a {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  pointer-events: none;
}

.result_item-box.box01 {
  flex: 0 0 24%;
  max-width: 24%;
}

.result_item-image {
  display: block;
  width: 100%;
  /* max-width: 180px; */
  /* margin-left: 20px; */
  pointer-events: auto;
}

.result_item-box.box02 {
  flex: 0 0 47%;
  max-width: 47%;
  margin-left: 1%;
  text-align: left;
}

.result_item-brand {
  font-size: 14px;
  margin: 0 auto 2px;
  pointer-events: auto;
}

.result_item-name {
  font-weight: bold;
  font-size: 18px;
  margin: 0 auto 4px;
  pointer-events: auto;
}

.result_item-tag {
  font-size: 16px;
  margin: auto;
  pointer-events: auto;
  display: none;
}

.result_item-box.box03 {
  flex: 0 0 25%;
  max-width: 25%;
  text-align: right;
}

.result_item-price {
  font-weight: bold;
  font-size: 18px;
  margin: 60px auto 10px;
  pointer-events: auto;
}

.result_item-price span {
  font-size: 16px;
}

.result_item-box .item_button {
  pointer-events: auto;
}

.parts_btn.parts_icon_arrow {
  width: 80%;
  margin-right: 0;
  min-width: auto;
  font-size: 14px;
  padding: 8px;
}

/* .wp_result-result_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 20px 0;
}

.wp_result-result_item {
  flex: 0 0 32%;
  max-width: 32%;
  margin-right: 2%;
  width: 100%;
  margin-bottom: 30px;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, .2);
}

.wp_result-result_item:nth-child(3n) {
  margin-right: 0;
}

.result_item-box.box01 {
  padding: 10px 0;
}

.result_item-image {
  max-width: 240px;
}

.result_item-box.box02 {
  padding-top: 16px;
  border-top: 1px solid #efefef;
  text-align: left;
}

.result_item-brand {
  width: 92%;
  margin: auto;
}

.result_item-name {
  font-weight: bold;
  font-size: 16px;
  width: 92%;
  margin: auto;
}

.result_item-tag {
  width: 92%;
  margin: auto;
}

.result_item-price {
  font-weight: bold;
  font-size: 16px;
  width: 92%;
  margin: auto;
  text-align: right;
}

.result_item-price span {
  font-size: 12px;
}

.result_item-box .item_button {
  width: 92%;
  margin: auto;
  padding: 10px 0;
}

.parts_btn.parts_icon_arrow {
  min-width: auto;
  width: 70%;
  margin: 0 auto 10px;
  padding: 8px;
} */

@media (max-width: 599px) {
  .section-recommend {
  }
  .section-recommend.active {
    width: 94%;
  }
  .section-recommend.inactive {
  }
  .recommend-inner {
  }
  .recommend-head {
    text-align: center;
    font-size: 18px;
  }
  .recommend-result_list {
    display: block;
  }
  .recommend-result_item {
    max-width: none;
    text-align: center;
    margin: auto auto 20px;
    display: none;
    opacity: 0;
  }
  .recommend-result_item.active {
    display: block;
    opacity: 1;
  }
  .recommend-result_item a {
  }
  .recommend-result_item img {
    max-width: 100%;
  }
  .recommend-result_item p {
    font-size: 12px;
    font-weight: normal;
    margin: 6px 0 0;
  }
  .wp_filter-wrap {
    overflow: hidden;
    width: 94%;
    margin: 0 auto 10px;
  }
  .wp_filter-wrap.fixed {
    position: fixed;
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
  }
  .wp_filter-wrap button {
    display: block !important;
    float: left;
    height: 40px;
    color: #df0168;
    font-size: 14px;
    background-color: #fff;
    border: solid 1px #696969;
    border-radius: 0;
    border-right: 0;
    width: 140px;
    background: #fff url(/shared/assets/img/drupal/icon_refine.png) no-repeat
      center left 10px;
    background-size: 18px 19px;
    padding-left: 35px;
    position: relative;
    z-index: 2;
  }
  .wp_filter-wrap select {
    display: block;
    float: left;
    height: 40px;
    color: #df0168;
    font-size: 14px;
    border: solid 1px #696969;
    width: calc(100% - 140px);
    padding: 0 25px 0 10px;
    background: url(/shared/assets/img/drupal/icon_select_arrow.png) no-repeat
      center right 14px;
    background-color: #fff;
  }

  .wp_result-wrap {
  }
  .section-filter {
    width: 94%;
    margin: auto;
    float: none;
    padding: 0;
  }
  .section-wp_result {
    width: 94%;
    margin: auto;
    float: none;
  }
  .defaultHead {
  }
  .wp_result-head {
    width: 7em;
  }
  .result-head_innerText {
    width: calc(84% - 7em);
  }
  .wp_result-result_list {
  }
  .wp_result-result_item {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .wp_result-result_item a {
    display: block;
    overflow: hidden;
    pointer-events: auto;
  }
  .result_item-box.box01 {
    float: left;
    flex: none;
    max-width: 30%;
    padding-bottom: 20px;
  }
  .result_item-image {
    width: 100%;
    margin: auto;
  }
  .result_item-box.box02 {
    float: left;
    flex: none;
    max-width: 66%;
    margin-left: 4%;
  }
  .result_item-brand {
    font-size: 12px;
    margin: 0 auto 2px;
  }
  .result_item-name {
    font-size: 14px;
    margin: 0px auto 2px;
  }
  .result_item-tag {
    font-size: 12px;
  }
  .result_item-box.box03 {
    max-width: none;
    flex: none;
    float: right;
    width: 100%;
    max-width: 66%;
    margin-left: 4%;
  }
  .result_item-price {
    margin: 6px auto 0;
    font-size: 16px;
    text-align: left;
  }
  .result_item-price span {
    font-size: 12px;
  }
  .result_item-box .item_button {
    margin: 8px 0 0;
    margin-left: auto;
    width: 70%;
  }
  .parts_btn.parts_icon_arrow {
    font-size: 12px;
  }
  .section-recommend .parts_icon_plus {
    width: 100%;
    max-width: 100%;
    min-width: unset;
  }
}

/*============================
#zeta.pc
============================*/
#zeta label {
  white-space: normal !important;
}
#zeta.pc * {
  font-weight: normal;
}
#zeta.pc {
  width: 100%;
  padding-bottom: 10px;
}
div#zeta.pc:before {
  /* color: #646464; */
  font-size: 15px;
  text-align: left;
  padding: 10px 0;
}
#zeta input[checked='checked'] ~ .accordion > div,
#zeta .brnd_cd .accordion > div:nth-child(-n + 8) {
  margin: auto !important;
}
.item-name label {
  font-weight: bold !important;
}
#zeta input[type='checkbox'] + .item-name label {
  font-weight: bold !important;
}
#zeta .tree input[type='checkbox'] + .item-name label {
  font-weight: normal !important;
}
#zeta .tree input[type='checkbox'] + .item-name label::after {
  margin-right: 2px;
}
#zs_mod_form > div {
  padding-bottom: 20px;
}

#zeta .index {
  cursor: pointer;
  color: #000000;
  letter-spacing: -0.05em;
  margin: 0 0 0px;
}
#zeta .item-name {
  text-align: left;
  line-height: 1.5 !important;
  font-weight: normal !important;
  padding: 10px 0 4px;
  border-bottom: 1px solid #666666;
  margin-bottom: 5px;
}
#zeta .zeta_cb {
  cursor: pointer;
  padding: 5px 0;
  font-size: 12px;
  text-align: left;
  justify-content: left;
}
#zeta .parent-cb,
#zeta .view-cb {
  /* margin: auto; */
}
#zeta .parent-cb::after,
#zeta [status='none'] .parent-cb::after,
#zeta input[type='checkbox']::after,
#zeta .view-cb::after {
  margin: 0.3em;
  margin-right: 1em;
  /* border-width: 1px !important; */
}
#zeta .accordion-open {
  cursor: pointer;
}
#zeta .bi .accordion-open {
  width: 40px;
}
#zeta .accordion {
  padding-left: 0.7em;
}
#zeta.pc .accordion .tree .item-name {
  border: none;
  font-size: 12px !important;
  padding: 0;
}
#zeta .accordion .tree .accordion {
  padding-left: 10px;
}
.more_brand,
.more_accordion {
  background: none;
  color: inherit;
  padding: 0.6em;
  text-decoration: underline;
}

#zeta
  input[type='checkbox']:not(.bi_1_open):checked
  ~ label
  div.more_category::after,
#zeta
  input[type='checkbox']:not(.bi_1_open):checked
  ~ label
  div.more_accordion::after {
  background: none !important;
  color: #000;
  padding: 0.6em 0;
  text-decoration: underline;
}
#zeta .index[close='true'] input[checked='checked'] + .item-name label::after {
  content: '∨' !important;
}
#zeta .price .item-name {
  width: 100%;
}
#zeta .price .item-name * {
  width: 100%;
}
#zeta .color {
}
#color_select {
}
#color_list {
}
#zeta .color-box {
}
#zeta .item-name.more-color {
}
#tone_select {
}
#tone_list {
}
#color-reset {
}
#zeta .color-box {
  cursor: pointer;
  border-width: 1px;
  border-color: #ffffff;
}
#zeta label[checked='checked'] .color-box {
  border-width: 1px !important;
  border-color: #df0068 !important;
}
#color_list label {
  padding: 2px;
}
#color-reset,
#color-reset2 {
  color: #333;
  /* font-size: 16px; */
  text-align: right;
  text-decoration: underline;
}
#zeta input[type='checkbox'] + .item-name {
  /*  background: url(/shared/assets/img/drupal/icon_plus.png) no-repeat center right 4px; */
}
#zeta input[checked='checked'] + .item-name {
  /*  background: url(/shared/assets/img/drupal/icon_minus.png) no-repeat center right 4px; */
}
#zeta input[type='checkbox'] + .item-name::after {
  /*     content: ' ' !important; */
}
#zeta input[checked='checked'] + .item-name::after {
  /*     content: ' ' !important; */
}
#zeta #price_range {
  align-items: center;
}
#zeta #price_range div {
  font-size: 10px;
  line-height: 20px;
  display: inline;
}
#zeta #price_range input {
  width: calc(100% - 1.5em);
  font-size: 12px;
  padding-left: 0;
  padding-right: 0;
  margin-right: 2px;
  text-align: center;
  border-color: #c5c5c5;
}
#zeta .etc {
}
#zeta .etc > div {
  padding-left: 0.7em;
}
#zeta .etc > div.index {
  padding-left: 0;
}
#zeta .etc > div.index .item-name label {
  font-weight: bold;
}
#zeta #zs_search.btn {
  width: 170px !important;
  padding: 10px !important;
  border-radius: 100px !important;
  font-weight: bold;
  /* bottom: 20px; */
}
#background-btn {
  height: auto;
  background:none;
}
#background-btn::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  height: 30px;
  width: 216px;
  top: 0px;
  left: -10px;
  max-width: 216px !important;
  padding: 10px 0 14px !important;
  background-color: rgba(255, 255, 255, 0.5);
}
.change_jiku {
  color: #333;
  text-align: left;
}
.change_jiku::before {
  content: '';
  display: block;
  position: relative;
  left: -10px;
  background-color: #ffffff;
  color: #ffffff;
  width: 112%;
  height: 14px;
}
.change_jiku .item-name label {
  font-weight: bold !important;
}

.change_jiku [class^='list'] {
  padding-left: 10px;
}
.change_jiku [class^='list'] > div {
  padding: 4px 0;
  font-size: 12px;
}
#zeta
  input[type='checkbox']:not(.bi_1_open)[checked='true']
  ~ div.more_accordion {
  color: rgba(0, 0, 0, 0);
  position: relative;
}
#zeta
  input[type='checkbox']:not(.bi_1_open)[checked='true']
  ~ div.more_accordion::after {
  content: '閉じる';
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 0;
  left: 0;
  background: none;
  color: #646464;
  padding: 0.6em 0;
  text-decoration: underline;
}

/*============================
#zeta.sp
============================*/
@media (max-width: 599px) {
  #zeta.sp * {
    font-weight: normal;
  }
  #zeta.sp {
    font-size: 16px;
    width: 100% !important;
    background-color: #fff;
    height: 100%;
    z-index: 999;
    overflow: scroll;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
  }
  #btn-area-wrap {
    border-bottom: 1px solid #ccc;
    min-height: auto;
    height: 54px;
    box-shadow: 0px -5px 10px #000;
  }
  #btn-area {
    height: 100%;
    text-align: center;
  }
  #btn-area a:nth-child(1) {
    width: 16%;
  }
  #btn-area p:nth-child(2) {
    width: 68%;
    font-size: 18px;
    font-weight: bold;
    background-size: 18px 19px;
  }
  #btn-area a:nth-child(3) {
    width: 16%;
    font-size: 16px;
  }
  #zs-filter-clear {
    font-size: inherit;
  }
  #zeta input[type='checkbox'] {
    margin-right: 10px;
  }
  #zeta input:checked ~ .accordion > div,
  #zeta .brnd_cd .accordion > div:nth-child(-n + 8) {
  }
  #zs_mod_form {
    height: calc(100% - 60px);
    margin: 0 10px;
  }
  #zeta input[type='checkbox'] + .item-name label {
    font-weight: bold;
  }
  #zs_mod_form > div {
  }
  #zeta .index {
  }
  #zeta .item-name {
    width: 100%;
  }
  #zeta .zeta_cb {
    font-size: 16px;
    color: #000000;
  }
  #zeta .parent_accordion .tree {
    font-size: 16px;
    padding: 0 !important;
  }
  #zeta .parent-cb::after,
  #zeta [status='none'] .parent-cb::after,
  #zeta .view-cb::after {
    border-radius: 3px !important;
    border-width: 1px !important;
    font-size: 16px;
  }
  #zeta .parent-cb + div {
    width: 90%;
  }
  #zeta .parent-cb + div label {
    font-size: 16px;
    font-weight: normal !important;
  }
  #zeta .accordion-open {
    width: 10%;
    text-align: center;
  }
  #zeta .accordion-open::after {
    margin: auto;
  }
  #zeta .accordion {
  }
  #zeta.sp .accordion .tree .item-name {
    border: none;
  }
  #zeta .more_accordion {
    /* color: #333; */
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
    border: none;
    padding: 4px;
  }
  #zeta
    .index[close='true']
    input[checked='checked']
    + .item-name
    label::after {
    content: none !important;
  }
  #zeta .price .item-name {
  }
  #zeta .price .item-name * {
  }
  #zeta .color {
  }
  #color_select {
  }
  #color_list {
  }
  #zeta .item-name.more-color {
  }
  #tone_select {
  }
  #tone_list {
  }
  #color-reset {
  }
  #zeta .color-box {
    height: 3em;
    width: 3em;
    border-color: #cccccc;
    border-width: 0.1em;
  }
  label[checked='checked'] .color-box {
  }
  #color_list label {
  }
  #color-reset {
  }
  #zeta input[type='checkbox'] + .item-name {
    font-size: 16px;
    font-weight: bold !important;
    padding-left: 4px;
  }
  #zeta input[type='checkbox']:checked + .item-name {
    font-size: 16px;
    font-weight: bold !important;
  }
  #zeta input[type='checkbox']:checked + .item-name .accordion-open::after {
    /*     content: ' ' !important; */
  }
  #zeta #price_range div {
    font-size: 14px;
  }
  #zeta #price_range input {
    width: 30vw;
    font-size: 14px;
  }
  #zeta .index > div > label {
    font-size: 16px;
    font-weight: bold;
  }
  #zeta #zs_search.btn {
    width: 100% !important;
    padding: 15px !important;
    max-width: 300px;
    font-size: 16px;
  }
  #background-btn {
    left: 0%;
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 8px 0 8px !important;
    background-color: #ffffff;
  }
  #zeta #zs-filter-close {
    font-size: 30px;
    color: #999;
    margin: 0 0 0 10px;
  }
}
