@charset "UTF-8";
/* ============================================================
  Inner Page
============================================================ */
/* contents */
/* チェックボックス装飾 */
input[type="checkbox"] {
  display: none; }
  input[type="checkbox"] + span {
    padding-left: 32px;
    position: relative; }
    input[type="checkbox"] + span::before {
      content: "";
      display: block;
      position: absolute;
      top: 46%;
      left: 0;
      width: 24px;
      height: 24px;
      background-color: #FFF;
      border: 1px solid #e1e1e6;
      border-radius: 4px;
      margin-top: -12px; }

input[type="checkbox"]:checked + span::before {
  background: #ee9513; }

input[type="checkbox"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 42%;
  left: 9px;
  width: 6px;
  height: 13px;
  transform: rotate(40deg);
  -webkit-transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: -8px; }

.products {
  clear: both; }
  @media only screen and (min-width: 961px) {
    .products {
      padding: 0 20px; } }

@media only screen and (min-width: 961px) {
  #items .result {
    padding: 0 20px; } }

.condition-inner {
  padding-bottom: 50px; }
  @media only screen and (min-width: 961px) {
    .condition-inner {
      padding-bottom: 0; } }

/* かんたん検索 ウィンドウ */
.condition {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  border: none;
  z-index: 200;
  display: none; }
  @media only screen and (min-width: 961px) {
    .condition {
      background: rgba(0, 0, 0, 0.8);
      padding: 120px 10px 160px;
      min-height: calc(653px + 180px);
      height: 100vh; } }
  .condition .condition-inner {
    width: 100%;
    background: #fff;
    padding-bottom: 80px; }
    @media only screen and (min-width: 961px) {
      .condition .condition-inner {
        border-radius: 10px;
        max-width: 1000px;
        margin: 0 auto;
        padding-bottom: 40px; }
        .condition .condition-inner .select-block .select-block-child {
          height: 360px; }
        .condition .condition-inner .select-block .price {
          max-width: 300px; }
        .condition .condition-inner .select-block .rank,
        .condition .condition-inner .select-block .rank-info {
          max-width: 300px;
          margin: 30px auto 20px; }
        .condition .condition-inner .select-block .rank-info {
          margin-top: 20px; } }
    .condition .condition-inner .category1-item input + span.checkbox-parts::before {
      background: rgba(238, 149, 19, 0.4); }
    .condition .condition-inner .category1-item input + span.checkbox-parts::after {
      content: initial;
      border: 0; }
    .condition .condition-inner .category1-item input.check_all + span.checkbox-parts::before {
      background: #ee9513; }
    .condition .condition-inner .category1-item input.check_all + span.checkbox-parts::after {
      content: "";
      display: block;
      position: absolute;
      top: 42%;
      left: 9px;
      width: 6px;
      height: 13px;
      transform: rotate(40deg);
      -webkit-transform: rotate(40deg);
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      margin-top: -8px; }
    .condition .condition-inner .drilldown-block {
      display: none; }
  @media only screen and (min-width: 961px) {
    .condition .submit-area {
      position: fixed;
      width: 100%;
      margin-left: -10px;
      bottom: 0;
      z-index: 10; } }

/* かんたん検索 ヘッダ */
.condition-head {
  background: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 15px 0;
  border-bottom: 1px #d0d0d8 solid; }
  @media only screen and (min-width: 961px) {
    .condition-head {
      position: relative;
      background: initial;
      border-bottom: 2px #d0d0d8 solid;
      padding: 20px 0; } }
  .condition-head p {
    font-size: 0.9375rem;
    line-height: 1.0;
    text-align: center; }
    @media only screen and (min-width: 961px) {
      .condition-head p {
        font-size: 1.125rem;
        font-weight: 500; } }
    .condition-head p span {
      background: url(/r/img/common/icon_loope_g.svg) 0 0.1em no-repeat;
      background-size: 14px;
      display: inline-block;
      padding: 0 0 2px 18px; }
      @media only screen and (min-width: 961px) {
        .condition-head p span {
          background-size: 18px;
          padding-left: 23px; } }
  .condition-head .back {
    position: absolute;
    top: 4px;
    left: 8px;
    padding: 8px 12px; }
    .condition-head .back a {
      text-decoration: none; }
      .condition-head .back a::before {
        content: "";
        background-image: url("/r/img/common/arw_rg.svg");
        transform: rotate(180deg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        position: absolute;
        display: inline-block;
        top: calc(50% - 5px);
        left: 0;
        height: 12px;
        width: 8px; }
  .condition-head .close {
    position: absolute;
    top: 13px;
    right: 15px;
    width: 16px;
    height: 16px; }
    @media only screen and (min-width: 961px) {
      .condition-head .close {
        top: -50px;
        right: 0;
        background: #fff;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        box-sizing: border-box; } }
    .condition-head .close a {
      display: block;
      width: 16px;
      height: 16px;
      text-indent: -9999px; }
      @media only screen and (min-width: 961px) {
        .condition-head .close a {
          width: 40px;
          height: 40px;
          border-radius: 20px; } }
      .condition-head .close a span {
        background: #222;
        display: block;
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px; }
        @media only screen and (min-width: 961px) {
          .condition-head .close a span {
            width: 16px;
            left: 12px; } }
        .condition-head .close a span:nth-child(1) {
          top: 0px;
          transform: translateY(7px) rotate(45deg);
          -webkit-transform: translateY(7px) rotate(45deg); }
          @media only screen and (min-width: 961px) {
            .condition-head .close a span:nth-child(1) {
              top: 12px; } }
        .condition-head .close a span:nth-child(2) {
          top: 14px;
          transform: translateY(-7px) rotate(-45deg);
          -webkit-transform: translateY(-7px) rotate(-45deg); }
          @media only screen and (min-width: 961px) {
            .condition-head .close a span:nth-child(2) {
              top: 26px; } }

/* 選択中見出し */
.now-select {
  padding: 8px 20px 8px 8px;
  margin-top: 46px; }
  @media only screen and (min-width: 961px) {
    .now-select {
      padding: 0 20px;
      margin-top: 0; } }
  .now-select div {
    display: flex;
    align-items: center; }
    .now-select div span.now-select-mark {
      font-size: 0.8125rem;
      background: #e1e1e6;
      display: inline-block;
      padding: 5px 10px;
      margin-right: 20px;
      position: relative;
      width: 40px;
      min-width: 40px; }
      @media only screen and (min-width: 961px) {
        .now-select div span.now-select-mark {
          padding: 4px 16px; } }
      .now-select div span.now-select-mark::after {
        content: "";
        border-style: solid;
        border-color: transparent transparent transparent #e1e1e6;
        border-width: 15px 0 15px 10px;
        position: absolute;
        top: 0;
        right: -10px;
        width: 0;
        height: 0;
        margin: 0; }
    .now-select div span.now-select-list {
      font-size: 0.875rem;
      position: relative;
      overflow: hidden;
      -ms-word-break: break-all;
      word-break: break-all;
      margin-right: -.85em;
      padding-right: .85em;
      text-align: justify;
      max-height: 4.8em; }
      .now-select div span.now-select-list::before {
        content: "...";
        position: absolute;
        bottom: 0;
        right: 0;
        padding: 2px 0 0 6px;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 20%, white 30%); }
      .now-select div span.now-select-list::after {
        content: "";
        position: absolute;
        right: 0;
        width: 1em;
        height: 100%;
        background: #FFF; }
      @media only screen and (min-width: 961px) {
        .now-select div span.now-select-list {
          max-height: 3.4em; } }
  .now-select .list-title {
    padding: 10px 5px;
    font-size: 1rem; }

/* モジュール入れ子 */
@media only screen and (min-width: 961px) {
  .select-block {
    display: flex;
    justify-content: space-around; } }

.select-block .select-block-child {
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 961px) {
    .select-block .select-block-child {
      flex-grow: 1;
      padding: 0 10px;
      border-right: 1px #e1e1e6 solid;
      vertical-align: top;
      box-sizing: border-box;
      width: calc(99% / 3);
      height: 278px;
      padding: 0 10px 0 8px;
      margin-bottom: 8px; }
      .select-block .select-block-child:last-child {
        border-right: none; }
      .select-block .select-block-child .category-wrap {
        height: 100%;
        overflow-y: auto; } }
  .select-block .select-block-child .category-wrap .sys-category-list {
    display: none; }
    .select-block .select-block-child .category-wrap .sys-category-list.is_open {
      display: block;
      margin-bottom: 20px; }
    @media only screen and (min-width: 961px) {
      .select-block .select-block-child .category-wrap .sys-category-list {
        display: block; } }
  @media only screen and (min-width: 961px) {
    .select-block .select-block-child.narrow {
      flex: 25%;
      border-right: none; } }
  @media only screen and (min-width: 961px) {
    .select-block .select-block-child.wide {
      width: 50%;
      border-right: none; } }
  .select-block .select-block-child.hide {
    display: none; }
  .select-block .select-block-child.has-checked h3::before {
    display: inline-block;
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #ee9513;
    border-radius: 50%;
    top: 12px;
    left: 4px; }
    @media only screen and (min-width: 961px) {
      .select-block .select-block-child.has-checked h3::before {
        top: 8px;
        left: 0; } }

@media only screen and (min-width: 961px) {
  #items .select-block .select-block-child:nth-child(3) {
    border-right: 1px #e1e1e6 solid; } }

/* 検索項目見出し */
.search-ttl {
  font-size: 0.875rem;
  border-top: 2px #e1e1e6 solid;
  border-bottom: 1px #e1e1e6 solid;
  position: relative;
  padding: 15px 0;
  margin: 0 5px; }
  @media only screen and (min-width: 961px) {
    .search-ttl {
      font-size: 1rem;
      padding: 8px 0; } }
  .search-ttl::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    overflow: hidden;
    width: 35px;
    border-top: 2px #ee9513 solid; }
  .search-ttl h2, .search-ttl h3 {
    font-weight: 500; }
  .search-ttl .handle {
    position: absolute;
    top: 3px;
    right: 0;
    display: block;
    text-align: right;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 10px 18px 0 0;
    color: #79797b;
    font-weight: 500; }
    .search-ttl .handle::after {
      content: '＋'; }
    .search-ttl .handle.is_open::after {
      content: 'ー'; }
    @media only screen and (min-width: 961px) {
      .search-ttl .handle {
        display: none; } }

/* カテゴリモジュール */
.category {
  margin: 0; }
  .category ul li {
    position: relative;
    border-bottom: 1px #ececef solid;
    margin: 0 5px; }
    .category ul li > ul > li {
      margin: 0; }
    .category ul li label {
      font-size: 0.875rem;
      display: block;
      padding: 10px;
      cursor: pointer; }
      .category ul li label span {
        display: block; }
    .category ul li input.check_partial + span.checkbox-parts::before,
    .category ul li input.check_none + span.checkbox-parts::before {
      background: rgba(238, 149, 19, 0.4); }
    .category ul li input.check_partial + span.checkbox-parts::after,
    .category ul li input.check_none + span.checkbox-parts::after {
      content: initial;
      border: 0; }
    .category ul li input[type="checkbox"].check_all + span::before {
      background: #ee9513; }
    .category ul li input[type="checkbox"].check_all + span::after {
      content: "";
      display: block;
      position: absolute;
      top: 42%;
      left: 9px;
      width: 6px;
      height: 13px;
      transform: rotate(40deg);
      -webkit-transform: rotate(40deg);
      border-bottom: 2px solid #fff;
      border-right: 2px solid #fff;
      margin-top: -8px; }
    .category ul li .categories2_handle {
      position: absolute;
      top: 0;
      right: 0;
      text-align: center;
      width: 50px;
      padding: 10px;
      height: 100%;
      box-sizing: border-box;
      cursor: pointer;
      color: #79797b; }
      .category ul li .categories2_handle::after {
        content: '＋'; }
      .category ul li .categories2_handle.is_open::after {
        content: 'ー'; }
  .category .categories2 {
    margin-bottom: 0;
    display: none; }
    .category .categories2.is_open {
      display: block; }
    .category .categories2 li {
      background: #fff; }
      .category .categories2 li:first-child {
        border-top: 1px #e7e7eb solid; }
      .category .categories2 li:last-child {
        border-bottom: none; }
      .category .categories2 li label {
        padding-left: 40px; }
      .category .categories2 li .q-kakuyasu {
        display: inline-block;
        width: 103px;
        height: 32px;
        position: absolute;
        top: -5px;
        left: 152px;
        background: url(/r/img//kakuyasu_pc_banner.png) 0 0 no-repeat;
        background-size: contain; }
        @media only screen and (min-width: 961px) {
          .category .categories2 li .q-kakuyasu {
            top: -4px;
            left: auto;
            right: 0;
            width: 31%;
            height: 32px; } }

.cat_close {
  /* カテゴリを閉じる ボタン*/
  display: none;
  background: #f9f9fa;
  margin: 0 5px; }
  .cat_close.is_open {
    display: block; }
    @media only screen and (min-width: 961px) {
      .cat_close.is_open {
        display: none; } }
  .cat_close p {
    font-size: 0.625rem;
    color: #99999a;
    text-align: center; }
    .cat_close p a {
      display: block;
      padding: 10px 0;
      text-decoration: none; }
      .cat_close p a span {
        position: relative;
        padding-right: 15px; }
        .cat_close p a span::after {
          content: "";
          background: url(/r/img/common/arw_ug.svg) 0 0 no-repeat;
          background-size: contain;
          position: absolute;
          right: 0;
          top: 5px;
          width: 12px;
          height: 6px;
          display: inline-block; }

.cat_reselect {
  /* カテゴリを選びなおす ボタン */
  margin: 15px 5px 25px;
  position: relative; }
  .cat_reselect p {
    font-size: 0.8125rem; }

/* スライダーモジュール */
.slider-block .search-ttl {
  border-bottom: none; }

.slider-block .slider-wrap {
  border-top: #e1e1e6 1px solid;
  margin: 0 5px; }

.slider {
  width: 76%;
  margin: 0 auto 20px;
  max-width: 400px; }
  @media only screen and (min-width: 961px) {
    .slider {
      width: 80%;
      margin-top: 40px; } }
  .slider .slider-indicator {
    height: 64px;
    position: relative;
    margin: 24px 0 0;
    overflow: hidden; }
    .slider .slider-indicator .slider-indicator-item {
      display: inline-block;
      position: relative;
      margin: 0;
      background-color: #fef0d5; }
  .slider .ui-widget.ui-widget-content {
    background: #707072;
    border-bottom: 1px #707072 solid;
    margin-bottom: 24px; }
  .slider .ui-slider-horizontal {
    height: 4px;
    position: relative; }
    .slider .ui-slider-horizontal .ui-slider-range {
      top: -1px;
      background: #ee9513;
      border: 3px #ee9513 solid; }
    .slider .ui-slider-horizontal .ui-slider-handle {
      background: url(/r/img/common/btn_handle.png) 0 0 no-repeat;
      background-size: 27px;
      border: none;
      width: 27px;
      height: 27px;
      top: -6px;
      margin-left: -12px;
      position: absolute;
      outline: 0; }
  .slider .select-box-wrap {
    margin: 0 -6%;
    display: flex;
    justify-content: space-around; }
  .slider .select-box {
    font-size: 0.75rem;
    display: inline-block; }
    .slider .select-box select {
      font-size: 1rem;
      margin-right: .5em; }
      @media only screen and (min-width: 961px) {
        .slider .select-box select {
          font-size: 0.8125rem; } }

/* 商品ランクモジュール */
.rank ul {
  margin: 20px auto;
  width: 275px; }
  @media only screen and (min-width: 961px) {
    .rank ul {
      margin: 10px auto; } }
  .rank ul li {
    float: left;
    text-align: center;
    line-height: 1.1;
    width: 50px;
    margin-right: 25px; }
    .rank ul li:nth-child(4) {
      margin-right: 0; }
    .rank ul li:nth-child(5) {
      margin-left: 35px; }
    .rank ul li label input[type="checkbox"] {
      display: none; }
    .rank ul li label .check-tab {
      font-size: 0.625rem;
      display: block;
      color: #333;
      cursor: pointer;
      width: 50px;
      padding: 4px 0; }
      .rank ul li label .check-tab::before {
        display: none; }
      .rank ul li label .check-tab::after {
        display: none; }
      .rank ul li label .check-tab .btn-cercle {
        font-size: 0.5rem;
        background: #fff;
        color: #707070;
        border: 1px #707070 solid;
        border-radius: 25px;
        display: block;
        width: 50px;
        height: 50px;
        margin-bottom: 5px;
        padding-top: 5px;
        box-sizing: border-box; }
        .rank ul li label .check-tab .btn-cercle strong {
          font-size: 1.5rem;
          display: block; }
    .rank ul li label input[type="checkbox"]:checked + .check-tab .btn-cercle {
      border-color: #ee9513;
      background: #ee9513;
      color: #fff; }

.rank-info {
  margin: 15px 5px;
  position: relative; }
  .rank-info p {
    font-size: 0.75rem; }

.rank-info-wrap {
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  padding: 50px 0; }
  .rank-info-wrap .rank-info-inner {
    position: relative;
    width: 94%;
    max-width: 960px;
    height: calc(100% - 100px);
    max-height: calc(100% - 100px);
    margin: 0 auto;
    -webkit-overflow-scrolling: touch; }
    .rank-info-wrap .rank-info-inner .info-close {
      width: 32px;
      height: 32px;
      position: absolute;
      top: -42px;
      right: -2px; }
      .rank-info-wrap .rank-info-inner .info-close a {
        text-decoration: none;
        border-radius: 18px;
        background: #fff;
        display: block;
        text-align: center;
        color: #222;
        width: 32px;
        height: 32px;
        cursor: pointer;
        line-height: 30px; }
    .rank-info-wrap .rank-info-inner .rank-info-block {
      background: #fff;
      box-sizing: border-box;
      border-radius: 8px;
      padding: 12px 8px;
      max-height: 100%;
      margin: 0 auto;
      overflow-y: scroll; }
      @media only screen and (min-width: 961px) {
        .rank-info-wrap .rank-info-inner .rank-info-block {
          overflow-y: inherit;
          padding: 24px 16px 16px; } }
      .rank-info-wrap .rank-info-inner .rank-info-block ul {
        background: url(/r/img/common/img_rank_level.png) 10px 10px no-repeat;
        background-size: 14px;
        padding: 0 12px 0 36px; }
      .rank-info-wrap .rank-info-inner .rank-info-block li {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px #bbc7d0 solid;
        min-height: 42px;
        padding: 12px 0; }
        .rank-info-wrap .rank-info-inner .rank-info-block li div.rank-info-icon {
          margin-right: 8px;
          font-size: 0.625rem;
          color: #fff;
          text-align: center;
          line-height: 1.2em;
          width: 44px;
          height: 44px;
          border-radius: 24px; }
          .rank-info-wrap .rank-info-inner .rank-info-block li div.rank-info-icon.first {
            background: #9e9354; }
          .rank-info-wrap .rank-info-inner .rank-info-block li div.rank-info-icon.second {
            background: #beaf7c; }
          .rank-info-wrap .rank-info-inner .rank-info-block li div.rank-info-icon.third {
            background: #fff;
            color: #99999a;
            box-sizing: border-box;
            border: 2px #99999a solid; }
          .rank-info-wrap .rank-info-inner .rank-info-block li div.rank-info-icon span {
            display: block;
            margin-top: 10px;
            font-size: 0.875rem;
            font-weight: bold; }
          @media only screen and (min-width: 961px) {
            .rank-info-wrap .rank-info-inner .rank-info-block li div.rank-info-icon {
              margin: 0 16px; } }
        .rank-info-wrap .rank-info-inner .rank-info-block li div.rank-info-text {
          width: 80%;
          font-size: 0.75rem; }
          .rank-info-wrap .rank-info-inner .rank-info-block li div.rank-info-text .asterisk {
            font-size: 0.6875rem;
            color: #99999a; }
          @media only screen and (min-width: 961px) {
            .rank-info-wrap .rank-info-inner .rank-info-block li div.rank-info-text {
              font-size: 0.875rem; } }
      .rank-info-wrap .rank-info-inner .rank-info-block .rmj-bnr {
        padding: 8px 16px; }
        .rank-info-wrap .rank-info-inner .rank-info-block .rmj-bnr img.show-sp {
          margin: 0 auto;
          width: 80%;
          max-width: 240px; }
        .rank-info-wrap .rank-info-inner .rank-info-block .rmj-bnr img.show-pc {
          width: 640px; }

/* ドリルダウン項目モジュール */
.drilldown-block {
  background-color: #FCFCFD;
  padding-bottom: 20px; }
  @media only screen and (min-width: 961px) {
    .drilldown-block {
      display: none;
      padding: 0 8px;
      margin: 0 6px 8px; } }
  @media only screen and (min-width: 961px) {
    .drilldown-block .drilldown-block-inner {
      display: flex;
      flex-wrap: wrap; } }
  .drilldown-block .more-drilldown-title {
    font-size: 0.75rem;
    color: #8a8a8b;
    padding: 10px; }
  .drilldown-block .drilldown-area {
    /* メーカーモジュール */
    /* カラーモジュール */ }
    @media only screen and (min-width: 961px) {
      .drilldown-block .drilldown-area {
        height: auto;
        margin-bottom: 8px;
        padding-top: 4px;
        border-top: 1px #e1e1e6 solid; } }
    .drilldown-block .drilldown-area .search-ttl {
      background-image: url(/r/img/icon_drilldown.svg);
      background-size: 26px auto;
      background-position: 4px 13px;
      background-repeat: no-repeat;
      padding-left: 36px;
      padding-right: 40px;
      border-bottom: none; }
      @media only screen and (min-width: 961px) {
        .drilldown-block .drilldown-area .search-ttl {
          background-size: 24px auto;
          background-position: 0 9px;
          margin: 0;
          padding-left: 30px;
          padding-right: 0;
          border: none; }
          .drilldown-block .drilldown-area .search-ttl::before {
            content: none; } }
      .drilldown-block .drilldown-area .search-ttl h3 {
        display: inline-block;
        line-height: 1.4em; }
        @media only screen and (min-width: 961px) {
          .drilldown-block .drilldown-area .search-ttl h3 {
            font-size: 0.875rem; } }
    .drilldown-block .drilldown-area label {
      font-size: 0.875rem;
      display: block;
      padding: 10px;
      cursor: pointer; }
      @media only screen and (min-width: 961px) {
        .drilldown-block .drilldown-area label {
          font-size: 0.75rem;
          padding: 2px; } }
      .drilldown-block .drilldown-area label span {
        padding-top: 2px;
        padding-bottom: 2px; }
        @media only screen and (min-width: 961px) {
          .drilldown-block .drilldown-area label span::before {
            width: 18px;
            height: 18px;
            margin-top: -10px; } }
        @media only screen and (min-width: 961px) {
          .drilldown-block .drilldown-area label span::after {
            left: 7px;
            width: 4px;
            height: 10px;
            top: 46%; } }
      .drilldown-block .drilldown-area label input[type="checkbox"] + span {
        display: block;
        min-height: 1.5em; }
        @media only screen and (min-width: 961px) {
          .drilldown-block .drilldown-area label input[type="checkbox"] + span {
            padding-left: 24px; } }
    .drilldown-block .drilldown-area .drilldown-list {
      display: none;
      border-bottom: 1px #e1e1e6 solid;
      margin: 0 5px 20px; }
      @media only screen and (min-width: 961px) {
        .drilldown-block .drilldown-area .drilldown-list {
          display: flex;
          flex-wrap: wrap;
          border-bottom: none;
          margin: 0 8px 8px 0;
          max-height: 191px;
          overflow-y: auto;
          max-width: 360px; } }
      .drilldown-block .drilldown-area .drilldown-list li {
        border-top: 1px #e7e7eb solid; }
        @media only screen and (min-width: 961px) {
          .drilldown-block .drilldown-area .drilldown-list li {
            border: none;
            width: 100%;
            word-break: break-all; } }
    .drilldown-block .drilldown-area _:-ms-lang(x)::-ms-backdrop, .drilldown-block .drilldown-area .drilldown-list {
      flex-direction: column; }
    @media only screen and (min-width: 961px) {
      .drilldown-block .drilldown-area.soft_win .drilldown-list li {
        width: 50%; } }
    .drilldown-block .drilldown-area.soft_win _:-ms-lang(x)::-ms-backdrop, .drilldown-block .drilldown-area.soft_win .drilldown-list {
      flex-direction: row; }
    @media only screen and (min-width: 961px) {
      .drilldown-block .drilldown-area.shop_list .drilldown-list {
        max-height: 100%; } }
    @media only screen and (min-width: 961px) {
      .drilldown-block .drilldown-area.shop_list .drilldown-list li label {
        padding-top: 4px;
        padding-bottom: 4px; } }
    .drilldown-block .drilldown-area.shop_list .drilldown-list.ec {
      border-bottom: none;
      margin-bottom: 0; }
      @media only screen and (min-width: 961px) {
        .drilldown-block .drilldown-area.shop_list .drilldown-list.ec {
          border-bottom: 1px #e7e7eb solid; } }
    .drilldown-block .drilldown-area.shop_list .drilldown-list.shop li _:-ms-lang(x)::-ms-backdrop, .drilldown-block .drilldown-area.shop_list .drilldown-list.shop li .shop-child {
      flex-direction: column; }
    .drilldown-block .drilldown-area.shop_list .drilldown-list.shop li .shop-child {
      margin: 0;
      border-bottom: none; }
      @media only screen and (min-width: 961px) {
        .drilldown-block .drilldown-area.shop_list .drilldown-list.shop li .shop-child {
          max-height: 126px;
          border-top: 1px #efeff2 solid;
          border-bottom: 1px #e7e7eb solid; } }
      .drilldown-block .drilldown-area.shop_list .drilldown-list.shop li .shop-child li {
        padding-left: 16px; }
        .drilldown-block .drilldown-area.shop_list .drilldown-list.shop li .shop-child li:first-child {
          border-top: none; }
        @media only screen and (min-width: 961px) {
          .drilldown-block .drilldown-area.shop_list .drilldown-list.shop li .shop-child li label {
            padding: 4px 0 0; } }
        @media only screen and (min-width: 961px) {
          .drilldown-block .drilldown-area.shop_list .drilldown-list.shop li .shop-child li:last-child label {
            padding-bottom: 4px; } }
    .drilldown-block .drilldown-area .maker {
      display: none; }
      @media only screen and (min-width: 961px) {
        .drilldown-block .drilldown-area .maker {
          display: block;
          max-width: none; } }
      .drilldown-block .drilldown-area .maker .count-num-parts {
        display: none; }
    .drilldown-block .drilldown-area.color _:-ms-lang(x)::-ms-backdrop, .drilldown-block .drilldown-area.color .drilldown-list {
      flex-direction: row; }
    .drilldown-block .drilldown-area.color .drilldown-list {
      margin-left: 8px;
      overflow: hidden; }
      @media only screen and (min-width: 961px) {
        .drilldown-block .drilldown-area.color .drilldown-list {
          margin-left: 0; } }
      .drilldown-block .drilldown-area.color .drilldown-list li {
        position: relative;
        display: inline-block;
        border: none;
        width: 44px;
        height: 44px;
        margin: 4px 8px; }
        @media only screen and (min-width: 961px) {
          .drilldown-block .drilldown-area.color .drilldown-list li {
            width: 36px;
            height: 36px;
            margin: 4px 12px 4px 2px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li .checkbox-parts {
          width: 40px;
          height: 40px;
          color: rgba(255, 255, 255, 0);
          overflow: hidden;
          padding-left: 0;
          position: absolute;
          top: 0;
          left: 2px; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li .checkbox-parts {
              width: 32px;
              height: 32px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-red input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-red input[type="checkbox"]:checked + span::before {
          background: #e73656 no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-red input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-red input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-red input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-red input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-red input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-red input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-green input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-green input[type="checkbox"]:checked + span::before {
          background: #0eb264 no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-green input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-green input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-green input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-green input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-green input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-green input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-blue input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-blue input[type="checkbox"]:checked + span::before {
          background: #0078be no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-blue input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-blue input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-blue input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-blue input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-blue input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-blue input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-orange input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-orange input[type="checkbox"]:checked + span::before {
          background: #ee9513 no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-orange input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-orange input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-orange input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-orange input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-orange input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-orange input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-pink input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-pink input[type="checkbox"]:checked + span::before {
          background: #f4a3b2 no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-pink input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-pink input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-pink input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-pink input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-pink input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-pink input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-yellow input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-yellow input[type="checkbox"]:checked + span::before {
          background: #eed600 no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-yellow input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-yellow input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-yellow input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-yellow input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-yellow input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-yellow input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-brown input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-brown input[type="checkbox"]:checked + span::before {
          background: #b25330 no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-brown input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-brown input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-brown input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-brown input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-brown input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-brown input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-purple input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-purple input[type="checkbox"]:checked + span::before {
          background: #9065dd no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-purple input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-purple input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-purple input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-purple input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-purple input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-purple input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-gold input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-gold input[type="checkbox"]:checked + span::before {
          background: #9e9354 no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-gold input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-gold input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-gold input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-gold input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-gold input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-gold input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-gold input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-gold input[type="checkbox"]:checked + span::before {
          background-image: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.6) 4%, rgba(255, 255, 255, 0.4) 16%, transparent 80%); }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-silver input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-silver input[type="checkbox"]:checked + span::before {
          background: silver no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-silver input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-silver input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-silver input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-silver input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-silver input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-silver input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-silver input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-silver input[type="checkbox"]:checked + span::before {
          background-image: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.6) 4%, rgba(255, 255, 255, 0.4) 16%, transparent 80%); }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-copper input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-copper input[type="checkbox"]:checked + span::before {
          background: #987365 no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-copper input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-copper input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-copper input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-copper input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-copper input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-copper input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-copper input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-copper input[type="checkbox"]:checked + span::before {
          background-image: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.6) 4%, rgba(255, 255, 255, 0.4) 16%, transparent 80%); }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-white input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-white input[type="checkbox"]:checked + span::before {
          background: white no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-white input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-white input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-white input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-white input[type="checkbox"]:checked + span::after {
          border-color: #5d5d60;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-white input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-white input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-white input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-white input[type="checkbox"]:checked + span::before {
          border: 2px solid #99999a;
          width: 36px;
          height: 36px; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-white input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-white input[type="checkbox"]:checked + span::before {
              width: 26px;
              height: 26px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-gray input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-gray input[type="checkbox"]:checked + span::before {
          background: #99999a no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-gray input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-gray input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-gray input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-gray input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-gray input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-gray input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-black input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-black input[type="checkbox"]:checked + span::before {
          background: #222 no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-black input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-black input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-black input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-black input[type="checkbox"]:checked + span::after {
          border-color: #fff;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-black input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-black input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"]:checked + span::before {
          background: #e5e5e7 no-repeat;
          border: none;
          width: 40px;
          height: 40px;
          margin: 0;
          top: 0; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"]:checked + span::before {
              width: 30px;
              height: 30px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"] + span::after,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"]:checked + span::after {
          border-color: #5d5d60;
          left: 15px;
          width: 8px;
          height: 16px;
          top: 36%; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"] + span::after,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"]:checked + span::after {
              left: 11px;
              width: 6px;
              height: 14px;
              top: 34%; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"] + span::before,
        .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"]:checked + span::before {
          content: "その他";
          color: #5c5c5d;
          font-size: 12px;
          text-align: center;
          line-height: 38px; }
          @media only screen and (min-width: 961px) {
            .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"] + span::before,
            .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"]:checked + span::before {
              font-size: 11px;
              line-height: 1.3em;
              padding-top: 1px;
              height: 29px; } }
        .drilldown-block .drilldown-area.color .drilldown-list li.item-99 input[type="checkbox"]:checked + span::before {
          color: #8f8f90; }

/* フリーワードモジュール */
.freeword {
  text-align: center;
  padding: 20px 0 0;
  border-top: 1px #e1e1e6 solid;
  margin: 0 5px 20px; }
  @media only screen and (min-width: 961px) {
    .freeword {
      position: relative;
      text-align: left;
      border-top: none;
      padding-top: 4px; } }
  .freeword input[type="text"] {
    font-size: 1rem;
    -webkit-appearance: none;
    border: 1px #c5c5cf solid;
    border-radius: 5px;
    padding: 10px 5px 10px 20px;
    width: 90%;
    max-width: 360px;
    margin: 0 auto;
    background-image: url(/r/img/icon_arrow_right.svg);
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: 10px center; }
    @media only screen and (min-width: 961px) {
      .freeword input[type="text"] {
        font-size: 0.75rem; } }
    .freeword input[type="text"]::placeholder {
      font-weight: 300;
      color: #99999a; }

.suggest-area {
  max-width: 360px;
  margin: 2px auto; }
  @media only screen and (min-width: 961px) {
    .suggest-area {
      width: 96%;
      margin: 2px 0 0; } }
  .suggest-area ul {
    background-color: #fff;
    border: 1px solid #e1e1e6;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
    word-break: break-all; }
    .suggest-area ul:empty {
      display: none; }
  .suggest-area li .suggest-set {
    display: flex;
    flex-wrap: wrap;
    padding: 8px 4px 8px 8px;
    text-decoration: none; }
    .suggest-area li .suggest-set:hover {
      background-color: #e1e1e6;
      cursor: pointer; }
  .suggest-area li.selected .suggest-set {
    background-color: #e1e1e6; }
  .suggest-area li .suggest-word {
    font-size: 0.875rem;
    line-height: 1.8;
    margin-right: 5px; }
    @media only screen and (min-width: 961px) {
      .suggest-area li .suggest-word {
        font-size: 0.75rem; } }
  .suggest-area li .suggest-category {
    margin: 4px 0 2px;
    padding: 1px 4px 0px;
    font-size: 0.625rem;
    color: #707071;
    background: #f2f2f4;
    border-radius: 2px; }
    @media only screen and (min-width: 961px) {
      .suggest-area li .suggest-category {
        margin: 2px 0 1px; } }
    .suggest-area li .suggest-category:empty {
      display: none; }
  .suggest-area .popular {
    font-weight: 500;
    border-radius: 4px 4px 0 0; }
    .suggest-area .popular + .suggest {
      border-top: none;
      border-radius: 0 0 4px 4px; }
    .suggest-area .popular:empty + .suggest {
      border-top: 1px solid #e1e1e6;
      border-radius: 4px; }
  @media only screen and (min-width: 961px) {
    .suggest-area {
      position: absolute;
      z-index: 99; } }

/* 結果ボタンモジュール */
.submit-area {
  background: #f2f4f6;
  box-sizing: border-box;
  padding: 7px;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 9; }
  @media only screen and (min-width: 961px) {
    .submit-area {
      position: relative;
      width: auto;
      margin-top: 50px;
      background: rgba(100, 100, 100, 0.7);
      padding: 15px 0; } }
  .submit-area .hit-count {
    font-size: 0.75rem;
    display: inline-block;
    width: 100%;
    max-width: 100px;
    color: #333;
    background: #fff;
    border-radius: 5px;
    padding: 7px 0;
    margin-right: 15px;
    position: relative;
    box-sizing: border-box; }
    @media only screen and (min-width: 961px) {
      .submit-area .hit-count {
        font-size: 1rem;
        max-width: 130px;
        padding: 20px 0; } }
    .submit-area .hit-count::after {
      content: "";
      border-style: solid;
      border-color: transparent transparent transparent #fff;
      border-width: 8px 0 8px 10px;
      position: absolute;
      top: 10px;
      right: -10px;
      width: 0;
      height: 0;
      margin: 0; }
      @media only screen and (min-width: 961px) {
        .submit-area .hit-count::after {
          top: 30px; } }
    .submit-area .hit-count .found {
      font-size: 0.9375rem;
      font-weight: bold;
      color: #ee9513; }
      @media only screen and (min-width: 961px) {
        .submit-area .hit-count .found {
          font-size: 1.25rem; } }
  .submit-area .submit-btn {
    display: inline-block;
    width: 100%;
    max-width: 180px; }
    @media only screen and (min-width: 961px) {
      .submit-area .submit-btn {
        max-width: 350px; } }
    .submit-area .submit-btn .go {
      font-size: 0.875rem;
      display: block;
      background: #33b6a0;
      border-radius: 5px;
      color: #fff;
      padding: 15px 0;
      text-decoration: none;
      font-weight: 300;
      cursor: pointer; }
      @media only screen and (min-width: 961px) {
        .submit-area .submit-btn .go {
          font-size: 1rem;
          padding: 30px 0; } }
      .submit-area .submit-btn .go span {
        background: url(/r/img/common/icon_loope_w.svg) 0 2px no-repeat;
        background-size: 15px;
        padding: 0 1px 0 18px; }
        @media only screen and (min-width: 961px) {
          .submit-area .submit-btn .go span {
            background-size: 18px;
            padding-left: 23px; } }
    .submit-area .submit-btn.disable .go {
      opacity: .5;
      cursor: default; }
  .submit-area .reset {
    font-size: 0.875rem;
    display: inline-block;
    width: 100%;
    max-width: 120px; }
    @media only screen and (min-width: 961px) {
      .submit-area .reset {
        font-size: 1rem;
        max-width: 130px;
        padding: 20px 0; } }
    .submit-area .reset a {
      display: block;
      color: #333;
      background: #fff;
      border: 1px #8a8a8a solid;
      border-radius: 5px;
      padding: 11px 0;
      margin-right: 15px;
      box-sizing: border-box;
      text-decoration: none; }
  @media only screen and (min-width: 961px) {
    .submit-area.refine {
      background: #f7f7f9;
      margin-top: 0;
      padding: 10px 0;
      text-align: right;
      position: relative;
      display: flex;
      justify-content: flex-end; } }
  .submit-area.refine .more-drilldown-btn {
    display: none; }
    @media only screen and (min-width: 961px) {
      .submit-area.refine .more-drilldown-btn {
        display: block;
        position: absolute;
        top: calc(50% - 15px);
        left: 20px;
        cursor: pointer;
        font-size: 0.875rem;
        font-weight: 300;
        padding: 1px 16px 1px 0;
        border-radius: 20px; }
        .submit-area.refine .more-drilldown-btn > span {
          display: flex;
          align-items: center; }
          .submit-area.refine .more-drilldown-btn > span::before {
            display: inline-block;
            background-color: #33b6a0;
            color: #FFF;
            width: 28px;
            height: 28px;
            font-size: 1rem;
            line-height: 26px;
            text-align: center;
            border-radius: 50%;
            margin-right: 6px; }
        .submit-area.refine .more-drilldown-btn .more-drilldown-close {
          display: none; }
          .submit-area.refine .more-drilldown-btn .more-drilldown-close::before {
            content: "ー"; }
        .submit-area.refine .more-drilldown-btn .more-drilldown-open::before {
          content: "＋"; }
        .submit-area.refine .more-drilldown-btn.is_open .more-drilldown-close {
          display: block; }
        .submit-area.refine .more-drilldown-btn.is_open .more-drilldown-open {
          display: none; }
        .submit-area.refine .more-drilldown-btn:hover {
          opacity: .75; }
        .submit-area.refine .more-drilldown-btn.has-checked > span::after {
          display: inline-block;
          position: absolute;
          content: '';
          width: 10px;
          height: 10px;
          background: #ee9513;
          border-radius: 50%;
          top: -2px;
          left: -4px;
          border: 1px solid #fff; } }
  @media only screen and (min-width: 961px) {
    .submit-area.refine .reset {
      padding: 0; } }
  @media only screen and (min-width: 961px) {
    .submit-area.refine .reset a {
      text-align: center;
      padding: 9px 0 10px; } }
  .submit-area.refine .submit-btn {
    min-width: 160px; }
    @media only screen and (min-width: 961px) {
      .submit-area.refine .submit-btn {
        max-width: 260px; } }
    .submit-area.refine .submit-btn .go {
      padding: 10px 0 11px; }
      @media only screen and (min-width: 961px) {
        .submit-area.refine .submit-btn .go {
          text-align: center;
          padding: 7px 0;
          margin-right: 15px; } }
      .submit-area.refine .submit-btn .go .found {
        font-size: 1rem;
        font-weight: bold;
        background: none;
        padding-left: 0;
        display: inline; }
        @media only screen and (min-width: 961px) {
          .submit-area.refine .submit-btn .go .found {
            font-size: 1.25rem; } }

/* 一覧タイトル */
.list-title {
  font-size: 1rem;
  font-weight: 500;
  padding: 8px;
  line-height: 1.4; }
  @media only screen and (min-width: 961px) {
    .list-title {
      font-size: 1.375rem;
      max-width: 1200px;
      margin: 0 auto; } }
  .list-title .brand {
    font-size: 0.6875rem;
    display: block;
    color: #99999a; }
    @media only screen and (min-width: 961px) {
      .list-title .brand {
        font-size: 0.875rem; } }

.list-title-ellipsis {
  position: relative;
  overflow: hidden;
  -ms-word-break: break-all;
  word-break: break-all;
  margin-right: -.85em;
  padding-right: .85em;
  text-align: justify;
  max-height: 2.6em;
  margin: 8px auto;
  padding: 0 8px; }
  .list-title-ellipsis::before {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 8px;
    padding: 2px 0 0 6px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 20%, white 30%); }
  .list-title-ellipsis::after {
    content: "";
    position: absolute;
    right: 8px;
    width: 1em;
    height: 100%;
    background: #FFF; }
  @media only screen and (min-width: 961px) {
    .list-title-ellipsis {
      margin: 12px auto; } }

/* 価格とランクの絞り込み情報（SP表示時のみ） */
.select-block-condition-sp-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 8px; }
  .select-block-condition-sp-wrap .select-block-condition {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 8px; }
  .select-block-condition-sp-wrap .condition-name {
    margin-right: 4px;
    padding: 0 6px;
    font-size: 0.6875rem;
    color: #7f7f81;
    background: #e1e1e6;
    border-radius: 9px; }
  .select-block-condition-sp-wrap .condition-value {
    font-size: 0.8125rem;
    color: #666667; }

/* パン屑下 エリア */
.bc-bottom {
  padding: 8px 0;
  border-bottom: 1px #33b6a0 solid; }
  .bc-bottom p {
    font-size: 0.6875rem;
    padding: 0 5px; }
    @media only screen and (min-width: 961px) {
      .bc-bottom p {
        font-size: 0.875rem;
        max-width: 1200px;
        margin: 0 auto; } }
    .bc-bottom p::before {
      content: "\00003C";
      margin: 0 5px;
      color: #33b6a0; }
    .bc-bottom p a {
      color: #33b6a0; }

/* 商品一覧検索枠 */
.products_condition .condition-head {
  display: none; }

@media only screen and (min-width: 961px) {
  .products_condition {
    width: auto;
    max-width: 1200px;
    margin: 0 auto 32px;
    border: 1px #d0d0d8 solid; } }

.products_condition .condition-tab {
  display: none;
  background: #f0f0f2;
  box-sizing: border-box;
  text-align: center;
  padding: 8px;
  cursor: pointer; }
  @media only screen and (min-width: 961px) {
    .products_condition .condition-tab {
      display: flex;
      align-items: center;
      background: #fff;
      padding: 8px 20px;
      text-align: left; } }
  .products_condition .condition-tab .icon-ctrl {
    display: inline-block;
    background: url(/r/img/common/icon_squeeze.png) 0 0.1em no-repeat;
    background-size: 15px;
    line-height: 1.0;
    font-weight: 500;
    padding: 2px 0 2px 18px; }
    @media only screen and (min-width: 961px) {
      .products_condition .condition-tab .icon-ctrl {
        width: 70px;
        min-width: 70px;
        padding: 12px 0 12px 18px;
        background-position: 0 0.8em; } }

.products_condition .condition-area {
  background: #fff; }
  @media only screen and (min-width: 961px) {
    .products_condition .condition-area {
      padding: 0; } }
  .products_condition .condition-area.hide-on-sp {
    display: none; }
    @media only screen and (min-width: 961px) {
      .products_condition .condition-area.hide-on-sp {
        display: block; } }

/* ソートモジュール */
@media only screen and (min-width: 961px) {
  .sort-wrap {
    width: auto;
    max-width: 1200px;
    margin: 0 auto; } }

.sort-wrap .sort-tab {
  display: none;
  background: #f2f2f5;
  border-top: 1px #d0d0d8 solid;
  box-sizing: border-box;
  text-align: center;
  padding: 10px; }
  @media only screen and (min-width: 961px) {
    .sort-wrap .sort-tab {
      display: block;
      float: left;
      border-left: 1px #d0d0d8 solid;
      border-bottom: 1px #d0d0d8 solid;
      width: 125px;
      min-height: 54px;
      padding: 8px 0;
      text-align: right; } }
  .sort-wrap .sort-tab .icon-ctrl {
    display: inline-block;
    background: url(/r/img/common/icon_sort.png) 0 0.1em no-repeat;
    background-size: 13px;
    line-height: 1.0;
    font-weight: 500;
    padding: 2px 0 2px 15px; }
    @media only screen and (min-width: 961px) {
      .sort-wrap .sort-tab .icon-ctrl {
        background-position: 0 0.7em;
        box-sizing: border-box;
        padding: 10px 24px 10px 16px;
        height: 36px; }
        .sort-wrap .sort-tab .icon-ctrl a {
          text-decoration: none; } }
  .sort-wrap .sort-tab.open {
    background: #f0f0f2;
    border-bottom: 1px #e9eff5 solid; }
    .sort-wrap .sort-tab.open .icon-ctrl {
      color: #33b6a0; }

.sort-wrap .sort-area {
  background: #f2f2f5;
  padding: 16px 0 8px;
  border-bottom: 1px #d0d0d8 solid;
  box-sizing: border-box; }
  @media only screen and (min-width: 961px) {
    .sort-wrap .sort-area {
      display: block !important;
      border-top: 1px #d0d0d8 solid;
      border-right: 1px #d0d0d8 solid;
      float: left;
      width: calc(100% - 125px);
      min-height: 54px;
      padding: 8px 0; } }
  .sort-wrap .sort-area p {
    padding: 0 10px;
    margin-bottom: 5px; }
  .sort-wrap .sort-area ul {
    padding: 0 10%; }
    @media only screen and (min-width: 601px) {
      .sort-wrap .sort-area ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 16px; } }
    @media only screen and (min-width: 961px) {
      .sort-wrap .sort-area ul {
        justify-content: flex-start; } }
    .sort-wrap .sort-area ul li {
      max-width: 360px;
      font-size: 0.75rem;
      color: #737374;
      margin: 0 auto 16px auto; }
      @media only screen and (min-width: 601px) {
        .sort-wrap .sort-area ul li {
          width: calc((100% - 160px - 32px) / 2);
          margin: 0 0 8px 0; } }
      @media only screen and (min-width: 961px) {
        .sort-wrap .sort-area ul li {
          width: auto;
          margin-bottom: 0; } }
      .sort-wrap .sort-area ul li:nth-child(1) {
        letter-spacing: 1px; }
      .sort-wrap .sort-area ul li.is-single {
        width: 100%; }
        @media only screen and (min-width: 601px) {
          .sort-wrap .sort-area ul li.is-single {
            width: 160px; } }
        @media only screen and (min-width: 961px) {
          .sort-wrap .sort-area ul li.is-single {
            width: auto; } }
      .sort-wrap .sort-area ul li.is-double {
        display: flex;
        align-items: center; }
        @media only screen and (min-width: 601px) {
          .sort-wrap .sort-area ul li.is-double {
            margin-left: 12px; } }
        @media only screen and (min-width: 961px) {
          .sort-wrap .sort-area ul li.is-double {
            padding-left: 12px;
            border-left: #d0d0d8 1px solid; } }
        .sort-wrap .sort-area ul li.is-double label {
          min-width: 18%;
          padding-right: 1em;
          text-align: right; }
          @media only screen and (min-width: 961px) {
            .sort-wrap .sort-area ul li.is-double label {
              width: auto;
              padding-right: 12px;
              text-align: center; } }
        .sort-wrap .sort-area ul li.is-double span {
          width: 41%; }
          @media only screen and (min-width: 961px) {
            .sort-wrap .sort-area ul li.is-double span {
              width: auto; } }
          .sort-wrap .sort-area ul li.is-double span:nth-child(2) a {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0; }
          .sort-wrap .sort-area ul li.is-double span:nth-child(3) {
            margin-left: -1px; }
            .sort-wrap .sort-area ul li.is-double span:nth-child(3) a {
              border-top-left-radius: 0;
              border-bottom-left-radius: 0; }
      @media only screen and (min-width: 961px) {
        .sort-wrap .sort-area ul li {
          font-size: 0.875rem; } }
      .sort-wrap .sort-area ul li a {
        color: #737374;
        background: #fff;
        border: 1px #e1e1e6 solid;
        border-radius: 5px;
        box-sizing: border-box;
        display: block;
        text-align: center;
        width: auto;
        margin: 0;
        text-decoration: none;
        padding: 10px 0;
        cursor: pointer; }
        @media only screen and (min-width: 601px) {
          .sort-wrap .sort-area ul li a {
            min-width: calc(160px / 2); } }
        @media only screen and (min-width: 961px) {
          .sort-wrap .sort-area ul li a {
            min-width: calc(196px / 2);
            padding: 5px 0;
            height: 36px;
            border-radius: 20px; } }
        .sort-wrap .sort-area ul li a.cu {
          background: #33b6a0;
          border: 1px #33b6a0 solid;
          color: #fff; }
          @media only screen and (min-width: 961px) {
            .sort-wrap .sort-area ul li a.cu {
              background: #8a8a8b;
              border-color: #8a8a8b; } }

/* 詳しくはこちらバルーン */
.more-drilldown-balloon {
  position: absolute;
  top: -40px;
  width: 224px;
  font-size: 0.8125rem;
  margin-left: -4px;
  transition: .2s;
  animation: bounce .4s ease 8 alternate; }

@keyframes bounce {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-2px); } }
  .more-drilldown-balloon.isHidden {
    opacity: 0;
    visibility: hidden; }
  .more-drilldown-balloon .more-drilldown-balloon-inner {
    position: relative;
    width: 100%;
    color: #FFF;
    background-color: #f1aa43;
    padding: 8px 12px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); }
    .more-drilldown-balloon .more-drilldown-balloon-inner::before, .more-drilldown-balloon .more-drilldown-balloon-inner::after {
      content: "";
      display: block;
      width: 12px;
      height: 12px;
      background-color: #f1aa43;
      position: absolute;
      bottom: -6px;
      left: calc(50% - 6px);
      transform: rotate(45deg); }
    .more-drilldown-balloon .more-drilldown-balloon-inner::before {
      z-index: -1;
      background-color: transparent; }

/* コントロール枠 */
.control {
  margin-bottom: 10px; }
  .control .control-sp-wrap {
    position: relative;
    min-height: 44px; }
    @media only screen and (min-width: 961px) {
      .control .control-sp-wrap {
        display: none; } }
    .control .control-sp-wrap .more-drilldown-balloon {
      width: auto;
      top: -36px;
      right: 8px;
      font-size: 0.75rem; }
      .control .control-sp-wrap .more-drilldown-balloon .more-drilldown-balloon-inner {
        padding: 8px; }
        .control .control-sp-wrap .more-drilldown-balloon .more-drilldown-balloon-inner::before, .control .control-sp-wrap .more-drilldown-balloon .more-drilldown-balloon-inner::after {
          width: auto;
          height: auto;
          background: none;
          border-top: #f1aa43 5px solid;
          border-right: transparent 5px solid;
          border-bottom: transparent 5px solid;
          border-left: #f1aa43 5px solid;
          bottom: -8px;
          right: 30px;
          left: unset;
          transform: unset; }
    .control .control-sp-wrap .control-sp-tab {
      position: absolute;
      top: 0;
      background: #f9f9fa;
      border-top: 1px #e1e1e6 solid;
      border-bottom: 1px #e1e1e6 solid;
      box-sizing: border-box;
      text-align: center;
      width: 50%;
      padding: 10px; }
      .control .control-sp-wrap .control-sp-tab .icon-ctrl {
        display: inline-block;
        line-height: 1.0;
        font-weight: 500; }
      .control .control-sp-wrap .control-sp-tab.condition-tab {
        right: 0; }
        .control .control-sp-wrap .control-sp-tab.condition-tab .icon-ctrl {
          background: url(/r/img/common/icon_squeeze.png) 0 0.1em no-repeat;
          background-size: 15px;
          padding: 2px 8px 2px 20px;
          position: relative; }
        .control .control-sp-wrap .control-sp-tab.condition-tab.has-checked .icon-ctrl::before {
          display: inline-block;
          position: absolute;
          content: '';
          width: 13px;
          height: 13px;
          background: #ee9513;
          border-radius: 50%;
          top: 3px;
          left: auto;
          right: -8px; }
        .control .control-sp-wrap .control-sp-tab.condition-tab.has-checked .icon-ctrl::after {
          position: absolute;
          top: 6px;
          right: -5px;
          content: '';
          width: 6px;
          height: 3px;
          border-left: 1px solid #fff;
          border-bottom: 1px solid #fff;
          transform: rotate(-45deg); }
      .control .control-sp-wrap .control-sp-tab.sort-tab {
        left: 0;
        border-right: 1px #e1e1e6 solid; }
        .control .control-sp-wrap .control-sp-tab.sort-tab .icon-ctrl {
          background: url(/r/img/common/icon_sort.png) 0 0.1em no-repeat;
          background-size: 13px;
          padding: 2px 0 2px 15px; }
      .control .control-sp-wrap .control-sp-tab.open {
        background: #f2f2f5;
        border-bottom: 1px #f2f2f5 solid; }
        .control .control-sp-wrap .control-sp-tab.open .icon-ctrl {
          color: #33b6a0; }

/* 商品リスト */
.total-hit {
  margin: 16px 0 0;
  padding: 0 10px 5px;
  border-bottom: 2px #e1e1e6 solid;
  box-sizing: border-box; }
  @media only screen and (min-width: 961px) {
    .total-hit {
      max-width: 1200px;
      margin: 16px auto 0; } }
  .total-hit p {
    font-size: 0.75rem; }
    @media only screen and (min-width: 961px) {
      .total-hit p {
        font-size: 0.875rem; } }
    .total-hit p span {
      font-size: 1.125rem;
      color: #e73656; }
      @media only screen and (min-width: 961px) {
        .total-hit p span {
          font-size: 2rem; } }

.item-list {
  clear: both;
  /* バナーエリア内にfloatが使用された場合の対策 */
  margin: 0 0 40px; }
  .item-list + .more-btn {
    margin-top: -60px;
    margin-bottom: 20px; }
  .item-list .no-item-area {
    display: none;
    max-width: 960px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    /* 検索結果0件時の表示エリア（まとめ商品一覧時を除く） */ }
    .item-list .no-item-area span {
      display: inline-block; }
    .item-list .no-item-area .no-item-txt {
      margin: 10px 0 30px; }
      @media only screen and (min-width: 769px) {
        .item-list .no-item-area .no-item-txt {
          margin: 24px 0; } }
    .item-list .no-item-area .hint-block {
      max-width: 600px;
      background: #f7f7f9;
      margin: 8px auto;
      padding: 12px 16px 20px;
      box-sizing: border-box;
      border: #e1e1e6 solid 1px;
      border-radius: 6px; }
      .item-list .no-item-area .hint-block a {
        color: #0078be;
        text-decoration: none; }
        .item-list .no-item-area .hint-block a:hover {
          text-decoration: underline; }
      @media only screen and (min-width: 961px) {
        .item-list .no-item-area .hint-block {
          padding: 16px 16px 24px; } }
      .item-list .no-item-area .hint-block h3 {
        margin: 4px auto 12px;
        font-size: 1.125rem;
        font-weight: 700; }
        @media only screen and (min-width: 769px) {
          .item-list .no-item-area .hint-block h3 {
            font-size: 1.25rem; } }
      .item-list .no-item-area .hint-block .hint-text {
        font-weight: normal;
        text-align: left;
        margin: 0px auto 16px; }
        @media only screen and (min-width: 601px) {
          .item-list .no-item-area .hint-block .hint-text {
            width: 480px; } }
        .item-list .no-item-area .hint-block .hint-text li {
          list-style: disc;
          font-size: 0.8125rem;
          border: none;
          margin-left: 16px;
          margin-bottom: 4px; }
          @media only screen and (min-width: 769px) {
            .item-list .no-item-area .hint-block .hint-text li {
              font-size: 0.875rem; } }
      .item-list .no-item-area .hint-block .search-box {
        max-width: 400px;
        margin: auto;
        width: 100%; }
        @media only screen and (min-width: 961px) {
          .item-list .no-item-area .hint-block .search-box {
            width: 160px; } }
        @media only screen and (min-width: 1025px) {
          .item-list .no-item-area .hint-block .search-box {
            width: 220px; } }
        @media only screen and (min-width: 1241px) {
          .item-list .no-item-area .hint-block .search-box {
            width: 300px; } }
        .item-list .no-item-area .hint-block .search-box input {
          -webkit-appearance: none; }
          .item-list .no-item-area .hint-block .search-box input[type="search"] {
            border: solid 1px #99999a;
            border-right: none;
            border-radius: 10px 0 0 10px;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            display: block;
            float: left;
            font-size: 1rem;
            line-height: normal;
            margin: 0 auto;
            padding: 0 15px;
            width: calc(100% - 30px);
            height: 30px; }
            @media only screen and (min-width: 961px) {
              .item-list .no-item-area .hint-block .search-box input[type="search"] {
                font-size: 0.75rem;
                border-radius: 20px 0 0 20px;
                width: calc(100% - 40px);
                height: 40px; } }
          .item-list .no-item-area .hint-block .search-box input[type="submit"] {
            background: url(/r/img/common/rc-cmn/icon_loope_s.svg) #fff center center no-repeat;
            background-size: 36px;
            background-color: #33b6a0;
            border: solid 1px #99999a;
            border-left: none;
            border-radius: 0 10px 10px 0;
            display: block;
            float: left;
            text-indent: -9999px;
            line-height: 1.0;
            opacity: 1;
            padding: 0 15px 0 8px;
            transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            -webkit-transition: 0.3s ease-in-out;
            width: 30px;
            height: 30px; }
            .item-list .no-item-area .hint-block .search-box input[type="submit"]:hover {
              cursor: pointer;
              opacity: 0.7; }
            @media only screen and (min-width: 961px) {
              .item-list .no-item-area .hint-block .search-box input[type="submit"] {
                border-radius: 0 20px 20px 0;
                background-size: 26px;
                height: 40px;
                width: 40px;
                background-color: #fff; } }
        @media only screen and (min-width: 769px) {
          .item-list .no-item-area .hint-block .search-box {
            width: 400px; } }
    .item-list .no-item-area .back-to-list {
      margin: 16px 0;
      font-size: 0.875rem; }
      .item-list .no-item-area .back-to-list a {
        color: #33b6a0; }
    .item-list .no-item-area .suggest-hint {
      margin: 40px 0;
      word-break: break-all; }
      .item-list .no-item-area .suggest-hint .suggest-hint-title {
        display: none;
        margin: 0 0 8px;
        font-weight: 500; }
      .item-list .no-item-area .suggest-hint .suggest-list-block {
        max-width: 960px;
        margin: 0 auto; }
      .item-list .no-item-area .suggest-hint ul {
        display: inline; }
      .item-list .no-item-area .suggest-hint li {
        display: inline-block;
        width: 90%;
        padding: 8px;
        margin: 4px;
        font-size: 0.8125rem;
        color: #288e7d;
        border: 1px solid #33b6a0;
        border-radius: 4px; }
        @media only screen and (min-width: 601px) {
          .item-list .no-item-area .suggest-hint li {
            width: auto;
            margin: 6px;
            padding: 6px 8px; } }
        .item-list .no-item-area .suggest-hint li:hover {
          cursor: pointer;
          color: #fff;
          background: #33b6a0; }
        .item-list .no-item-area .suggest-hint li:nth-child(n + 7) {
          display: none; }
          @media only screen and (min-width: 601px) {
            .item-list .no-item-area .suggest-hint li:nth-child(n + 7) {
              display: inline-block; } }
        .item-list .no-item-area .suggest-hint li .suggest-category {
          display: none; }
  .item-list ul.list-block {
    padding: 0 8px; }
    @media only screen and (min-width: 961px) {
      .item-list ul.list-block {
        max-width: 960px;
        margin: 0 auto; } }
    .item-list ul.list-block li {
      border-bottom: 1px #e1e1e6 solid; }
    .item-list ul.list-block a {
      display: block;
      transition-property: opacity;
      transition-duration: .2s;
      cursor: pointer;
      text-decoration: none; }
      @media only screen and (min-width: 961px) {
        .item-list ul.list-block a:hover {
          background: #fdfdfe; } }
  .item-list .item-wrap {
    padding: 10px 0;
    font-size: 0.75rem;
    min-height: 92px; }
    @media only screen and (min-width: 601px) {
      .item-list .item-wrap {
        font-size: 1.125rem;
        position: relative; } }
    @media only screen and (min-width: 961px) {
      .item-list .item-wrap {
        font-size: 1.25rem;
        padding: 20px 0;
        min-height: 196px; } }
    .item-list .item-wrap .product-info-wrap {
      display: flex; }
    .item-list .item-wrap .img-area {
      width: calc(200 / 600 *100%); }
      @media only screen and (min-width: 961px) {
        .item-list .item-wrap .img-area {
          width: 260px; } }
      .item-list .item-wrap .img-area figure {
        margin: 0;
        width: 100%;
        position: relative; }
        .item-list .item-wrap .img-area figure img {
          object-fit: contain;
          width: 100%;
          max-height: 120px;
          min-height: 96px; }
          @media only screen and (min-width: 601px) {
            .item-list .item-wrap .img-area figure img {
              max-height: 200px;
              min-height: 180px; } }
    .item-list .item-wrap .info-area {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: calc(400 / 600 *100%);
      margin-left: 10px; }
      @media only screen and (min-width: 601px) {
        .item-list .item-wrap .info-area {
          justify-content: normal;
          width: calc(440 / 600 *100%); } }
      @media only screen and (min-width: 961px) {
        .item-list .item-wrap .info-area {
          flex-direction: row;
          justify-content: space-between;
          width: 100%;
          margin-left: 16px; } }
    .item-list .item-wrap .detail-area {
      margin-right: 10px; }
      @media only screen and (min-width: 601px) {
        .item-list .item-wrap .detail-area {
          margin-right: 24px; } }
      @media only screen and (min-width: 961px) {
        .item-list .item-wrap .detail-area {
          width: 68%;
          max-width: 500px; } }
      .item-list .item-wrap .detail-area .brand {
        font-size: 0.625rem;
        color: #99999a; }
        @media only screen and (min-width: 601px) {
          .item-list .item-wrap .detail-area .brand {
            font-size: 0.875rem;
            line-height: 1.3em; } }
      .item-list .item-wrap .detail-area .name {
        position: relative;
        overflow: hidden;
        -ms-word-break: break-all;
        word-break: break-all;
        margin-right: -.85em;
        padding-right: .85em;
        text-align: justify;
        max-height: 6.4em; }
        .item-list .item-wrap .detail-area .name::before {
          content: "...";
          position: absolute;
          bottom: 0;
          right: 0;
          padding: 2px 0 0 6px;
          background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.7) 20%, white 30%); }
        .item-list .item-wrap .detail-area .name::after {
          content: "";
          position: absolute;
          right: 0;
          width: 1em;
          height: 1.6em;
          background: #FFF; }
        @media only screen and (min-width: 961px) {
          .item-list .item-wrap .detail-area .name {
            margin: 2px 0px 0 0;
            padding-right: 6px;
            max-height: none;
            line-height: 1.4em;
            word-break: break-word;
            text-align: left; }
            .item-list .item-wrap .detail-area .name:before, .item-list .item-wrap .detail-area .name:after {
              content: none; } }
      .item-list .item-wrap .detail-area .spec-hightlight {
        margin-top: 6px;
        font-size: 0.6875rem;
        line-height: 1.4;
        color: #7f7f81; }
        @media only screen and (min-width: 961px) {
          .item-list .item-wrap .detail-area .spec-hightlight {
            margin-top: 12px;
            font-size: 0.875rem; } }
      .item-list .item-wrap .detail-area .icon-new {
        margin: 4px 4px 4px 0; }
        @media only screen and (min-width: 601px) {
          .item-list .item-wrap .detail-area .icon-new {
            margin-top: 6px; } }
      .item-list .item-wrap .detail-area .spec {
        display: none; }
        @media only screen and (min-width: 961px) {
          .item-list .item-wrap .detail-area .spec {
            font-size: 0.875rem;
            display: block;
            margin-top: 12px;
            line-height: 1.4; }
            .item-list .item-wrap .detail-area .spec dt, .item-list .item-wrap .detail-area .spec dd {
              margin-bottom: 4px; }
            .item-list .item-wrap .detail-area .spec dt {
              width: auto;
              float: left;
              color: #99999a; }
            .item-list .item-wrap .detail-area .spec dd {
              padding-left: 4em;
              padding-right: 6px; }
              .item-list .item-wrap .detail-area .spec dd.description_defective {
                color: #99999a; } }
    @media only screen and (min-width: 961px) {
      .item-list .item-wrap .price-area {
        width: 226px;
        padding-top: 12px;
        padding-right: 10px; } }
    .item-list .item-wrap .price-area .item-price {
      color: #e73656;
      margin-top: 5px; }
      @media only screen and (min-width: 601px) {
        .item-list .item-wrap .price-area .item-price {
          margin-bottom: 24px; } }
      @media only screen and (min-width: 961px) {
        .item-list .item-wrap .price-area .item-price {
          margin: 0; } }
      .item-list .item-wrap .price-area .item-price span {
        font-size: 0.625rem; }
        .item-list .item-wrap .price-area .item-price span.price, .item-list .item-wrap .price-area .item-price span.price-mark {
          font-size: 0.875rem;
          font-weight: 500; }
          @media only screen and (min-width: 601px) {
            .item-list .item-wrap .price-area .item-price span.price, .item-list .item-wrap .price-area .item-price span.price-mark {
              font-size: 1.125rem; } }
        .item-list .item-wrap .price-area .item-price span.price, .item-list .item-wrap .price-area .item-price span.tax-included {
          margin-left: 2px; }
      @media only screen and (min-width: 961px) {
        .item-list .item-wrap .price-area .item-price {
          position: relative; }
          .item-list .item-wrap .price-area .item-price span {
            font-size: 0.875rem; }
            .item-list .item-wrap .price-area .item-price span.price, .item-list .item-wrap .price-area .item-price span.price-mark {
              font-size: 1.5rem; }
          .item-list .item-wrap .price-area .item-price .price-tag-wrap {
            position: absolute;
            top: -20px;
            left: 0px; } }
      .item-list .item-wrap .price-area .item-price .price-tag {
        background-color: #e94559;
        color: #FFF;
        font-size: 0.625rem;
        font-weight: 300;
        padding: 1px 2px;
        margin-left: 10px;
        display: none;
        position: relative; }
        .item-list .item-wrap .price-area .item-price .price-tag.sale-icon {
          display: inline-block;
          padding-right: 4px; }
        @media only screen and (min-width: 961px) {
          .item-list .item-wrap .price-area .item-price .price-tag {
            font-size: 0.6875rem;
            margin-left: 8px; } }
        .item-list .item-wrap .price-area .item-price .price-tag::before {
          content: "";
          border-top: 9px solid transparent;
          border-right: 7px solid #e94559;
          border-bottom: 9px solid transparent;
          border-left: 7px solid transparent;
          display: inline-block;
          position: absolute;
          top: 0;
          left: -14px; }
      .item-list .item-wrap .price-area .item-price .price-down-icon {
        display: none !important;
        padding-right: 12px; }
        .item-list .item-wrap .price-area .item-price .price-down-icon::after {
          content: "";
          background-image: url(/r/img/common/arw_db_b.svg);
          background-size: 100%;
          width: 7px;
          height: 8px;
          display: inline-block;
          position: absolute;
          right: 4px;
          top: 50%;
          margin-top: -4px; }
      .item-list .item-wrap .price-area .item-price.price-down .price-down-icon {
        display: inline-block; }
    .item-list .item-wrap .price-area .stock-btn {
      font-size: 0.6875rem;
      display: inline-block;
      border: 2px solid #33b6a0;
      color: #2c9e8b;
      margin-top: 8px;
      padding: 3px 16px 5px;
      border-radius: 20px; }
      .item-list .item-wrap .price-area .stock-btn span {
        font-size: 0.875rem;
        font-weight: 500; }
      @media only screen and (min-width: 961px) {
        .item-list .item-wrap .price-area .stock-btn {
          font-size: 0.875rem;
          display: block;
          text-align: center;
          margin-top: 8px; }
          .item-list .item-wrap .price-area .stock-btn span {
            font-size: 1.125rem; } }
    .item-list .item-wrap .shop-info-area {
      margin: 6px 0 0px;
      border: #78CDEE 1px solid;
      border-radius: 2px;
      overflow: hidden; }
      @media only screen and (min-width: 601px) {
        .item-list .item-wrap .shop-info-area {
          position: absolute;
          width: calc(408 / 600 * 100%);
          bottom: 12px;
          right: 0; } }
      @media only screen and (min-width: 961px) {
        .item-list .item-wrap .shop-info-area {
          width: 216px;
          border-radius: 4px;
          bottom: auto;
          top: 72px;
          right: 10px; } }
      .item-list .item-wrap .shop-info-area dl {
        font-size: 0.625rem;
        display: table;
        width: 100%; }
        @media only screen and (min-width: 961px) {
          .item-list .item-wrap .shop-info-area dl {
            font-size: 0.8125rem; } }
      .item-list .item-wrap .shop-info-area dt, .item-list .item-wrap .shop-info-area dd {
        display: table-cell;
        vertical-align: middle; }
      .item-list .item-wrap .shop-info-area dt {
        color: #48B2DC;
        background-color: #EAF6FC;
        width: 32.5%;
        padding: 2px;
        box-sizing: border-box;
        text-align: center;
        word-break: keep-all; }
        @media only screen and (min-width: 961px) {
          .item-list .item-wrap .shop-info-area dt {
            width: 40%;
            padding: 14px 4px; } }
        .item-list .item-wrap .shop-info-area dt .shop-info-headding {
          display: inline-block;
          position: relative;
          padding-left: 15px; }
          @media only screen and (min-width: 961px) {
            .item-list .item-wrap .shop-info-area dt .shop-info-headding {
              padding-left: 20px;
              font-size: 0.75rem; } }
          .item-list .item-wrap .shop-info-area dt .shop-info-headding::before {
            content: "";
            display: block;
            background: url(/r/img/common/icon_shop.svg) 0 0 no-repeat;
            background-size: 13px 10px;
            width: 13px;
            height: 10px;
            position: absolute;
            top: 50%;
            left: 0;
            margin-top: -5px; }
            @media only screen and (min-width: 961px) {
              .item-list .item-wrap .shop-info-area dt .shop-info-headding::before {
                background-size: 17px 13px;
                width: 17px;
                height: 13px;
                margin-top: -6.5px; } }
      .item-list .item-wrap .shop-info-area dd {
        color: #1B97CC;
        padding: 2px 4px 2px 10px;
        line-height: 1.4;
        background: #fff; }
    .item-list .item-wrap .ec-shop-info-area {
      border: 1px solid #2fa692; }
      .item-list .item-wrap .ec-shop-info-area dt {
        background-color: #33b6a0;
        color: #fff;
        padding: 2px 3px 2px 0; }
        @media only screen and (min-width: 601px) {
          .item-list .item-wrap .ec-shop-info-area dt {
            background: #5ec3b2; } }
        @media only screen and (min-width: 961px) {
          .item-list .item-wrap .ec-shop-info-area dt {
            width: 56%;
            padding: 14px 0; } }
        .item-list .item-wrap .ec-shop-info-area dt .shop-info-headding {
          padding-left: 15px; }
          @media only screen and (min-width: 961px) {
            .item-list .item-wrap .ec-shop-info-area dt .shop-info-headding {
              padding-left: 20px; } }
          .item-list .item-wrap .ec-shop-info-area dt .shop-info-headding::before {
            background: url(/r/img/common/rc-cmn/icon_cart-w.svg) 0 0 no-repeat;
            background-size: 13px 13px;
            width: 13px;
            height: 13px;
            margin-top: -6px; }
            @media only screen and (min-width: 961px) {
              .item-list .item-wrap .ec-shop-info-area dt .shop-info-headding::before {
                background-size: 17px 17px;
                width: 17px;
                height: 17px;
                margin-top: -8.5px; } }
      .item-list .item-wrap .ec-shop-info-area dd {
        background-color: #33b6a0;
        color: #fff;
        padding-left: 0px; }
        @media only screen and (min-width: 601px) {
          .item-list .item-wrap .ec-shop-info-area dd {
            background-color: #fff;
            color: #288e7d;
            padding-left: 10px; } }
        @media only screen and (min-width: 961px) {
          .item-list .item-wrap .ec-shop-info-area dd {
            font-size: 0.875rem; } }

.product-filter-menu-wrap {
  max-width: 1200px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding: 0 16px;
  margin: 0 auto; }
  @media only screen and (min-width: 961px) {
    .product-filter-menu-wrap {
      padding: 0 10px; } }

.product-filter-menu {
  display: none;
  position: fixed;
  bottom: 80px;
  z-index: 10;
  width: 56px;
  height: 56px;
  background-color: #5d5d60;
  border-radius: 50%;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.6); }
  @media only screen and (min-width: 961px) {
    .product-filter-menu:hover {
      opacity: .7; }
    .product-filter-menu a {
      text-decoration: none; } }
  .product-filter-menu .icon-ctrl {
    display: block;
    background: url(/r/img/common/icon_squeeze_w.png) center 8px no-repeat;
    background-size: 18px;
    padding: 28px 0 0 0;
    width: 100%;
    height: 28px;
    font-size: 0.625rem;
    color: #FFF;
    text-align: center; }
  .product-filter-menu.has-checked::after {
    display: inline-block;
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #ee9513;
    border-radius: 50%;
    top: 6px;
    left: 28px; }

/* IE11 hack */
*::-ms-backdrop, .product-filter-menu {
  margin-left: -50px; }

/* メーカーから探す */
.product-makers {
  padding-top: 70px; }
  @media only screen and (min-width: 961px) {
    .product-makers {
      padding: 50px 10px;
      border-top: 1px #e1e1e6 solid; } }
  .product-makers .search-ttl {
    border-bottom: none; }
    @media only screen and (min-width: 961px) {
      .product-makers .search-ttl {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 30px 0; } }
  .product-makers .cat-wrap {
    padding: 0 5px; }
    @media only screen and (min-width: 961px) {
      .product-makers .cat-wrap {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 0 15px; } }
    .product-makers .cat-wrap h3 {
      font-size: 0.875rem;
      padding: 15px 0 15px 35px;
      border-top: 2px #e1e1e6 solid;
      background-size: 25px;
      background-position: 0 center;
      background-repeat: no-repeat; }
      @media only screen and (min-width: 961px) {
        .product-makers .cat-wrap h3 {
          font-size: 1rem;
          padding: 25px 0 25px 50px;
          background-size: 35px;
          background-position: 5px center; } }
    .product-makers .cat-wrap .maker-wrap {
      font-size: 0.75rem;
      padding-bottom: 60px; }
      @media only screen and (min-width: 961px) {
        .product-makers .cat-wrap .maker-wrap {
          font-size: 0.875rem;
          padding-bottom: 20px; } }
      @media only screen and (min-width: 961px) {
        .product-makers .cat-wrap .maker-wrap .gac-obj {
          height: auto; } }
      .product-makers .cat-wrap .maker-wrap ul {
        border-top: 1px #e1e1e6 solid; }
        .product-makers .cat-wrap .maker-wrap ul.no-more {
          height: auto; }
        @media only screen and (min-width: 961px) {
          .product-makers .cat-wrap .maker-wrap ul {
            border: none;
            display: flex;
            flex-wrap: wrap; } }
        .product-makers .cat-wrap .maker-wrap ul li {
          border-bottom: 1px #e1e1e6 solid;
          position: relative; }
          @media only screen and (min-width: 961px) {
            .product-makers .cat-wrap .maker-wrap ul li {
              border: none;
              width: calc(100% / 4);
              margin-bottom: 15px; } }
          .product-makers .cat-wrap .maker-wrap ul li::after {
            content: "";
            background: url(/r/img/common/arw_rg.svg) 0 0 no-repeat;
            background-size: contain;
            position: absolute;
            right: 15px;
            top: 13px;
            width: 6px;
            height: 12px;
            display: inline-block; }
            @media only screen and (min-width: 961px) {
              .product-makers .cat-wrap .maker-wrap ul li::after {
                content: none; } }
          .product-makers .cat-wrap .maker-wrap ul li a {
            display: block;
            padding: 9px 30px 9px 10px;
            text-decoration: none; }
            @media only screen and (min-width: 961px) {
              .product-makers .cat-wrap .maker-wrap ul li a {
                display: inline-block;
                padding: 0 5px 0 0; } }
            .product-makers .cat-wrap .maker-wrap ul li a span {
              display: inline-block;
              width: calc(100% - 7em); }
              @media only screen and (min-width: 961px) {
                .product-makers .cat-wrap .maker-wrap ul li a span {
                  width: auto; }
                  .product-makers .cat-wrap .maker-wrap ul li a span:hover {
                    text-decoration: underline; } }
              .product-makers .cat-wrap .maker-wrap ul li a span.item-count {
                font-size: 0.6875rem;
                color: #99999a;
                width: 7em;
                text-align: right; }
                @media only screen and (min-width: 961px) {
                  .product-makers .cat-wrap .maker-wrap ul li a span.item-count {
                    font-size: 0.75rem;
                    width: auto;
                    text-align: left;
                    padding-left: 5px; } }
    .product-makers .cat-wrap .gac-btn {
      bottom: 30px;
      padding-top: 24px; }
      .product-makers .cat-wrap .gac-btn.active {
        bottom: 8px;
        padding-top: 0; }
    @media only screen and (min-width: 961px) {
      .product-makers .cat-wrap .more-btn {
        display: none; } }
    .product-makers .cat-wrap .more-btn a::after {
      background-image: url(/r/img/common/arw_dg.svg);
      width: 12px;
      height: 6px;
      top: 17px; }
    .product-makers .cat-wrap .more-btn.active a::after {
      background-image: url(/r/img/common/arw_ug.svg); }

.category-top {
  background: #f0f0f2;
  margin: 10px; }
  @media only screen and (min-width: 961px) {
    .category-top {
      margin: 0;
      max-width: 400px;
      margin: 20px auto; } }
  .category-top a {
    display: flex;
    padding: 0; }
    .category-top a::after {
      top: 44%; }
    .category-top a div {
      margin-top: 22px;
      margin-left: 8px; }
      @media only screen and (min-width: 961px) {
        .category-top a div {
          margin-top: 20px; } }
      .category-top a div span {
        display: inline-block;
        width: 100%;
        margin-bottom: 4px; }
        @media only screen and (min-width: 961px) {
          .category-top a div span {
            margin: 0; } }
    .category-top a figure {
      margin: 0; }
      .category-top a figure img {
        width: 92px;
        height: 92px; }

/* 商品一覧画面（メイン・サブ） + 0件ヒット時*/
.list-main {
  padding: 20px 0 4px; }
  @media only screen and (min-width: 961px) {
    .list-main {
      padding: 20px 20px 4px; } }

.list-sub {
  padding: 15px 0 4px; }

.list-not-found {
  margin: 40px 0 0; }

.list-main-inner,
.list-sub-inner {
  padding: 0 10px;
  overflow-x: auto;
  overflow-wrap: break-word; }
  @media only screen and (min-width: 961px) {
    .list-main-inner,
    .list-sub-inner {
      width: 100%;
      box-sizing: border-box;
      max-width: 1200px;
      margin: 0 auto;
      padding: 0; } }

.list-main-inner img,
.list-sub-inner img,
.list-not-found img {
  width: auto;
  max-width: 100%; }

/* IE11用 */
_:-ms-lang(x)::-ms-backdrop, .list-main-inner {
  word-wrap: break-word; }

_:-ms-lang(x)::-ms-backdrop, .list-sub-inner {
  word-wrap: break-word; }

/*# sourceMappingURL=search.css.map */
