@charset "UTF-8";
html, body, div, rankingBlock h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, table, th, td, form, fieldset, header, section, article, aside, footer, figure, figcaption, nav {
  margin: 0px;
  padding: 0px; }

article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block; }

img {
  max-width: 100%; }

input, textarea, select, button {
  outline: none; }

html {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic","sans-serif"; }

ul, ol {
  list-style: none; }

p, li, dt, dd, th, td, pre {
  -ms-line-break: strict;
  line-break: strict;
  -ms-word-break: break-strict;
  word-break: break-strict; }

p {
  margin: 0 0 1em 0; }

table {
  border-collapse: collapse;
  border-spacing: 0px; }

img {
  border: none;
  vertical-align: middle; }

a {
  color: #333;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

.siteHeaderInner {
  padding: 0 10px;
  background: #272727; }
  .siteHeaderInner:after {
    clear: both;
    content: "";
    display: block; }
  .siteHeaderInner .h1 {
    color: #FFF;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    text-align: left;
    margin: 0;
    padding: 10px 0;
    float: left;
    width: 50%; }

.loginArea {
  float: right;
  font-size: 13px;
  line-height: 1;
  width: 50%;
  text-align: right; }
  .loginArea li {
    display: inline-block;
    vertical-align: middle;
    color: #FFF; }
  .loginArea a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    padding: 10px 0; }
    .loginArea a span {
      padding: 0 9px 0 9px; }

#masterNavi {
  border-top: solid 1px #999;
  box-shadow: 0 1px 1px #9C9C9C S;
  list-style: none;
  margin: 0;
  padding: 2px 0;
  text-align: left;
  width: 100%;
  z-index: 1;
  background: #FEFEFE;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+); }

#menu {
  text-align: center;
  width: 100%;
  display: table; }
  #menu a {
    color: #000;
    font-size: 12px;
    line-height: 20px;
    height: 20px;
    padding: 0;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    display: block; }
  #menu li {
    display: table-cell;
    vertical-align: top;
    font-weight: bold;
    position: relative;
    text-align: center;
    margin: 0px 7px;
    /*		width: calc(100% / 8);*/ }
    #menu li:first-child {
      margin-left: 0px; }
    #menu li:hover > a {
      color: #CC0000; }
    #menu li:hover > ul {
      display: block; }
    #menu li ul a {
      color: #FFF !important;
      text-align: left;
      padding: 10px; }

#menu::after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden; }
#menu ul {
  border-radius: 5px;
  background: -moz-linear-gradient(top, #444, #111);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #444));
  background-color: #444;
  background-repeat: repeat-x;
  display: none;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 22px;
  z-index: 99999; }
  #menu ul a {
    display: block;
    float: none;
    height: auto;
    line-height: 1;
    padding: 5px;
    text-transform: none;
    white-space: nowrap; }
    #menu ul a:hover {
      background: #0186ba; }
  #menu ul li {
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    border-top-color: #666666 \9;
    border-top-style: solid\9;
    border-top-width: 1px\9;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    color: #333333;
    display: block;
    float: none;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 200px; }
    #menu ul li .stay {
      background: #0186ba;
      color: #FFFFFF;
      display: block;
      font-size: 12px;
      font-weight: bold;
      padding: 10px;
      white-space: nowrap; }
    #menu ul li:first-child a {
      border-radius: 5px 5px 0 0; }
      #menu ul li:first-child a::after {
        border-bottom: 8px solid #444;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        content: '';
        height: 0;
        left: 95px;
        position: absolute;
        top: -7px;
        width: 0; }
      #menu ul li:first-child a:hover::after {
        border-bottom-color: #04acec; }
    #menu ul li:last-child {
      box-shadow: none; }
      #menu ul li:last-child a {
        border-radius: 0 0 5px 5px; }

.header {
  display: table;
  width: 1000px;
  margin: 10px auto;
  padding: 0;
  box-sizing: border-box; }
  .header::after {
    content: "";
    display: block;
    clear: both; }
  .header .logo {
    display: table-cell;
    vertical-align: bottom; }
    .header .logo img {
      width: auto;
      height: 30px; }
  .header .headerSerach {
    display: table-cell;
    vertical-align: bottom; }
    .header .headerSerach .headerSerachInner {
      float: right; }
      .header .headerSerach .headerSerachInner .formWrap {
        position: relative; }

footer {
  display: block;
  width: 100%;
  background: #EFEFEF;
  margin: 0;
  border-top: solid 10px #DDD; }
  footer h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    margin: 10px auto 0; }
  footer a {
    color: #333;
    text-decoration: none; }
  footer .footer-inner {
    padding: 20px 0 50px;
    width: 1000px;
    margin: 0 auto;
    font-size: 0; }
    footer .footer-inner > div {
      display: inline-block;
      vertical-align: top;
      width: 14%; }
    footer .footer-inner .h3 {
      font-size: 13px;
      font-weight: 700;
      line-height: 1.5;
      margin: 10px 0 5px; }
    footer .footer-inner .footer-category {
      margin: 0 0 10px 0; }
      footer .footer-inner .footer-category li {
        font-size: 12px;
        line-height: 1.5; }
  footer .Copyright {
    background: #555;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    line-height: 1.5;
    padding: 30px 0; }
    footer .Copyright a {
      display: block;
      width: 156px;
      height: 26px;
      background: url("//image.bikebros.co.jp/info/wp-content/themes/bikebros/img/service_logo.png") no-repeat -670px 0px;
      margin: 0 auto;
      text-indent: -99999px; }
  footer .ec-contact {
    font-size: 14px; }

.wrapper {
  word-wrap: break-word; }

.container {
  width: 1000px;
  margin: 0 auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }

dl.search {
  position: relative;
  width: 300px;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 6px;
  box-sizing: border-box; }
  dl.search dt {
    margin-right: 40px;
    padding: 4px 0 4px 8px; }
    dl.search dt input {
      width: 100%;
      height: 24px;
      line-height: 24px;
      background: none;
      border: none; }
  dl.search dd {
    position: absolute;
    top: 0;
    right: 0; }
    dl.search dd button {
      display: block;
      padding: 7px;
      background: none;
      border: none;
      cursor: pointer; }
      dl.search dd button span {
        display: block;
        width: 20px;
        height: 20px;
        background: url("/bb_img/brand/searches.png") no-repeat scroll -70px 0px; }

.breadcrumb {
  font-size: 0;
  margin: 0 0 20px;
  padding: 8px;
  background-color: #EFEFEF; }
  .breadcrumb ul {
    width: 1000px;
    margin: 0 auto; }
  .breadcrumb li {
    display: inline-block;
    font-size: 13px;
    line-height: 1.2; }
    .breadcrumb li:not(:last-child)::after {
      content: "\0bb";
      margin: 0 4px; }
    .breadcrumb li a {
      color: #333;
      text-decoration: underline; }

#navi {
  width: 100%;
  background: -webkit-linear-gradient(top left, #3367D6 0%, #1F479C 100%);
  background: -o-linear-gradient(top left, #3367D6 0%, #1F479C 100%);
  background: linear-gradient(to bottom, #3367D6 0%, #1F479C 100%);
  margin: 0 0;
  z-index: 100;
  position: relative; }
  #navi .naviInner {
    background: -webkit-linear-gradient(top left, #3367D6 0%, #1F479C 100%);
    background: -o-linear-gradient(top left, #3367D6 0%, #1F479C 100%);
    background: linear-gradient(to bottom, #3367D6 0%, #1F479C 100%);
    margin: 0 auto;
    width: 1000px; }
  #navi .levelOne {
    display: table;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    #navi .levelOne .levelOneList {
      display: table-cell;
      vertical-align: middle;
      width: 25%;
      font-size: 15px;
      font-weight: 700;
      box-sizing: border-box;
      cursor: pointer;
      transition: 0.5s; }
      #navi .levelOne .levelOneList:last-child a {
        border-right: none; }
      #navi .levelOne .levelOneList:hover {
        background-color: #1F479C; }
      #navi .levelOne .levelOneList > a {
        display: block;
        text-align: center;
        color: #FFF;
        text-decoration: none;
        padding: 5px 0 3px;
        border-right: solid 1px #3367D6; }
        #navi .levelOne .levelOneList > a.current {
          background-color: #1F479C; }

.main {
  width: 1000px;
  background-color: #FFF; }
  .main main {
    margin: 0 0 30px; }

.mainimage {
  margin: 0 0 20px; }

.ecimage {
  margin: 0 0 20px; }
  .ecimage ul {
    font-size: 0;
    text-align: center; }
  .ecimage li {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin: 0 16px 0; }

.headLine {
  position: relative;
  padding: 10px;
  border-left: solid 10px #3367D6;
  margin: 0 0 10px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  background-color: #333; }

.brand_result_list {
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 0; }
  .brand_result_list li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #CCC;
    border-right-width: 2px;
    border-bottom-width: 2px;
    width: 24%;
    font-size: 13px;
    text-align: center;
    margin: 0 1.25% 10px 0;
    padding: 10px;
    background: #FFF; }
    .brand_result_list li:nth-child(4n) {
      margin-right: 0; }
  .brand_result_list a {
    display: block; }
  .brand_result_list img {
    width: 160px;
    height: 120px;
    box-sizing: border-box;
    border: solid 1px #CCC; }
  .brand_result_list p {
    margin-top: 5px;
    height: 55px; }

.brand_name_primary {
  line-height: 14px;
  display: block; }

.brand_name_secoundry {
  line-height: 14px;
  color: #777; }

.tag {
  display: inline-block;
  background: #6592f5;
  padding: 4px;
  color: #FFF;
  min-width: 80px;
  font-size: 11px;
  margin-bottom: 6px;
  text-align: center; }
  .tag a {
    color: #FFF; }

.category li {
  display: inline-block;
  vertical-align: top;
  width: 235px;
  padding: 5px;
  margin-bottom: 2em; }
  .category li a {
    text-decoration: underline;
    color: #4a515f; }
.category h2 {
  margin-top: 5px;
  font-size: 16px; }
.category h3 {
  margin-top: 2px;
  font-size: 15px; }

.back-button {
  padding: 6px 40px 6px 10px;
  background: #888;
  border-radius: 4px;
  color: #FFF;
  width: 150px; }
  .back-button span {
    font-size: 20px;
    padding-right: 10px; }

.additional-text {
  color: #444; }

.button {
  font-size: 16px;
  border: solid 1px #666;
  border-radius: 4px;
  text-decoration: none;
  padding: 6px 9px;
  background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
  background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
  background: linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
  margin: 0 5px 5px 0;
  display: inline-block;
  min-width: 1em;
  text-align: center; }

.current-button {
  background: -webkit-linear-gradient(#ededed 0%, #f6f6f6 47%, #FFF 100%);
  background: -o-linear-gradient(#ededed 0%, #f6f6f6 47%, #FFF 100%);
  background: linear-gradient(#ededed 0%, #f6f6f6 47%, #FFF 100%); }

.button-disabled {
  color: #aaa; }

.indexes {
  font-size: 0; }
  .indexes > div {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin: 0 20px 0 0; }
    .indexes > div:nth-child(2n) {
      margin-right: 0; }
    .indexes > div .button {
      font-size: 14px; }

.brand_index_key_name {
  background-color: #666;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  padding: 15px;
  margin: 0 0 1em; }

.buttons {
  border: solid 1px #CCC;
  border-radius: 4px;
  text-decoration: none;
  padding: 6px 8px;
  background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
  background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
  background: linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
  margin: 0;
  display: inline-block; }

.count-box {
  display: table;
  width: 100%;
  margin: 0 0px; }
  .count-box a {
    width: 20%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 700;
    border-bottom: solid 8px #0084FF;
    border-collapse: collapse;
    padding: 10px 0;
    text-decoration: none;
    background: #FFF; }
  .count-box .current {
    background: #F3FFFF;
    border-bottom: solid 8px #00498E; }
  .count-box a .count-number {
    font-family: Arial,Helvetica,"sans-serif";
    color: #0084FF;
    display: block;
    font-size: 1.8rem; }
  .count-box .current {
    color: #FF1736; }
    .count-box .current a {
      color: #FF1736; }

.right-arrow:after {
  top: 50%;
  right: 10px;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  border-top: solid 1px #888;
  border-right: solid 1px #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 4px 0 8px; }

.buttons-area {
  margin: 20px 0; }

.brandText .primary-brand-name {
  color: #333;
  font-size: 24px;
  line-height: 1.3; }
.brandText .secoundary-brand-name {
  color: #888;
  font-size: 18px;
  margin-bottom: 8px; }

.brand-image {
  margin: 0 0 10px; }

.brand-counts {
  margin: 10px 0; }

.brand-categories {
  border: solid 1px #CCC;
  border-radius: 8px;
  padding: 8px;
  background: #FAFAFA;
  margin-bottom: 1em; }

.category-label {
  color: #666;
  font-size: 14px;
  font-weight: 700; }

.brand-left-border {
  border: solid 10px #DDD; }

.brand-logo {
  display: inline-block; }

.main-cut {
  margin-bottom: 1em; }

.tag-disabled {
  background: #CCC; }

.brand-links a {
  font-weight: 700; }

.itemTags {
  margin: 20px 0;
  position: relative; }
  .itemTags .itemTagsList {
    position: relative;
    overflow: hidden; }
    .itemTags .itemTagsList .itemTagsList {
      margin-top: 40px; }
    .itemTags .itemTagsList li {
      display: inline-block;
      font-size: 12px;
      line-height: 1;
      margin: 2px;
      vertical-align: top; }
      .itemTags .itemTagsList li a {
        display: block;
        padding: 5px 8px;
        border: solid 1px #CCC;
        border-radius: 4px; }
  .itemTags .tagsMoreLink {
    font-weight: 700;
    margin: 10px auto 0; }
    .itemTags .tagsMoreLink a {
      color: #FFF;
      background-color: #06275E;
      display: inline-block;
      padding: 10px 20px; }

.contentsNavi {
  color: #666;
  margin: 2em 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000; }
  .contentsNavi ul {
    display: table;
    width: 100%;
    border-collapse: collapse; }
  .contentsNavi li {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    background-color: #EFEFEF;
    border-right: 1px solid #FFF;
    border-bottom: solid 8px #CCC;
    padding: 0 0 10px 0; }
    .contentsNavi li.current {
      color: #06275E;
      border-bottom-color: #3367D6; }
  .contentsNavi .count {
    font-size: 15px;
    color: #FFF;
    background-color: #06275E;
    margin: 0 0 10px; }

.entryListView {
  font-size: 0; }
  .entryListView li {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #333;
    margin-bottom: 15px;
    width: 49%;
    margin: 0 2% 2% 0; }
    .entryListView li:nth-child(2n) {
      margin-right: 0; }
    .entryListView li::after {
      content: "";
      display: block;
      clear: both; }
    .entryListView li:hover {
      /*background-color: #EFEFEF;*/
      text-decoration: none !important; }
    .entryListView li .entryTitle {
      font-size: 16px;
      font-weight: 700;
      line-height: 1.4;
      margin: 0 0 5px;
      color: #333; }
      .entryListView li .entryTitle.brandName {
        line-height: 1;
        margin: 0 0 10px;
        display: block; }
      .entryListView li .entryTitle a {
        color: inherit;
        text-decoration: none; }
        .entryListView li .entryTitle a:hover {
          color: #FF6A00;
          text-decoration: none; }
    .entryListView li .thumbnail {
      width: 150px;
      float: left;
      margin: 0 10px 0 0; }
      .entryListView li .thumbnail img {
        box-sizing: border-box;
        border: solid 1px #CCC; }
    .entryListView li .textBody {
      padding: 0 0 0 160px; }
      .entryListView li .textBody .description {
        display: block;
        font-size: 13px;
        line-height: 1.5; }
      .entryListView li .textBody .upDate {
        display: block;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.5;
        color: #999; }
      .entryListView li .textBody .apply {
        width: 100px; }
      .entryListView li .textBody .button {
        display: block;
        font-size: 11px;
        font-weight: 400;
        line-height: 1;
        color: #666;
        margin: 5px 0 0; }
        .entryListView li .textBody .button .goo-button {
          width: 20px;
          height: 20px;
          margin: 0 3px 0 0;
          vertical-align: text-bottom; }
          .entryListView li .textBody .button .goo-button:hover {
            background-position: 0 0;
            cursor: inherit; }
        .entryListView li .textBody .button .fun-button {
          display: inline-block;
          margin: 0;
          width: 20px;
          height: 20px;
          margin: 0 3px 0 0;
          background: url(//www.bikebros.co.jp/bb_img/brand/btn_fan.png) no-repeat 0 0;
          background-size: cover;
          vertical-align: text-bottom; }

.brand-cou-box {
  background-color: #06275E;
  border: solid 4px #FFF;
  padding: 10px;
  color: #FFF; }

.brand-cou {
  text-align: center;
  padding: 0 0 10px;
  font-size: 14px;
  line-height: 1; }

.fan-buttons-text {
  font-size: 16px;
  font-weight: 700;
  padding: 5px;
  display: block;
  text-align: center;
  background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  background: linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  border: solid 1px #CCC; }

.brand-right-column {
  width: 660px;
  padding: 0 0 0 20px;
  position: relative; }
  .brand-right-column .brandCaption {
    position: relative;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7; }
    .brand-right-column .brandCaption a {
      text-decoration: underline; }
    .brand-right-column .brandCaption .brandCaption {
      margin-top: 40px; }

.button-count {
  font-size: 12px; }

.goo-button {
  display: inline-block;
  margin: 0;
  width: 26px;
  height: 26px;
  margin: 0 3px 0 0;
  background: url(//www.bikebros.co.jp/bb_img/brand/btn_like.png) no-repeat 0 0;
  background-size: cover;
  vertical-align: text-bottom; }

.fun-button {
  display: inline-block;
  margin: 0;
  width: 26px;
  height: 26px;
  margin: 0 3px 0 0;
  background: url(//www.bikebros.co.jp/bb_img/brand/btn_fan.png) no-repeat 0 0;
  background-size: cover;
  vertical-align: text-bottom; }

.more-button {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3em;
  z-index: 2;
  padding: 10px;
  margin: 10px auto 0;
  width: 200px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-color: #1F479C;
  border-radius: 5px;
  color: #FFF; }

.moreLink {
  background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  background: linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
  border: solid 1px #999;
  border-radius: 4px;
  display: block;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 1em;
  text-align: center;
  padding: 10px;
  position: relative; }
  .moreLink::after {
    position: absolute;
    top: 45%;
    right: 10px;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-top: 3px solid #888;
    border-right: 3px solid #888;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.brand-common {
  display: flex; }

.condition-category-l {
  font-size: 0; }
  .condition-category-l li {
    background: #F1F1F1;
    margin: 0 5px 5px 0;
    display: inline-block;
    width: 220px;
    font-size: 14px;
    border: solid 1px #CCC;
    box-sizing: border-box;
    position: relative; }
    .condition-category-l li a {
      display: block;
      padding: 10px; }
    .condition-category-l li::after {
      position: absolute;
      top: 50%;
      right: 10px;
      display: block;
      content: '';
      width: 8px;
      height: 8px;
      margin-top: -4px;
      border-top: 1px solid #888;
      border-right: 1px solid #888;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .condition-category-l li:nth-child(4n) {
      margin-right: 0; }

.condition-category-m li {
  background: #EEE;
  padding: 4px;
  margin: 2px 2px 2px 0; }

.brandText {
  padding: 15px 0 10px;
  border-top: solid 5px #333;
  border-bottom: solid 1px #CCC;
  margin: 0 0 1em; }

/*特集*/
.sliderBlock .sliderInner .slick-slide {
  width: 240px; }
.sliderBlock .sliderInner .thumbnail img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: solid 1px #666; }
.sliderBlock .sliderInner .text {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4; }

/*ブランド・ショップを探す*/
.search-buttons {
  display: flex;
  justify-content: space-between;
  background-color: #EFEFEF;
  padding: 20px; }
  .search-buttons .cat-search-section {
    background-color: #FFF;
    padding: 20px;
    flex-basis: 45%; }
  .search-buttons .bike-search-section {
    background-color: #FFF;
    padding: 20px;
    flex-basis: 45%; }
    .search-buttons .bike-search-section select {
      font-size: 16px;
      line-height: 1;
      padding: 10px;
      width: 100%;
      margin: 0 0 10px;
      cursor: pointer; }
    .search-buttons .bike-search-section button {
      background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
      background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
      background: linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
      border: solid 1px #333;
      border-radius: 4px;
      font-size: 16px;
      line-height: 1;
      padding: 10px;
      float: right;
      cursor: pointer; }
  .search-buttons .search-section-title {
    font-size: 18px;
    font-weight: 700; }
  .search-buttons .search-input {
    font-size: 16px;
    line-height: 1;
    padding: 10px;
    width: 80%; }
  .search-buttons .search-submit {
    background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
    background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
    background: linear-gradient(#FFF 0%, #F6F6F6 47%, #ededed 100%);
    border: solid 1px #333;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1;
    padding: 10px;
    cursor: default; }
  .search-buttons .button-section {
    margin: 40px 0 0; }
    .search-buttons .button-section .button {
      border-color: #333;
      text-align: center;
      width: 100%;
      box-sizing: border-box; }

.search-selected-category {
  position: relative;
  margin: 0 0 10px; }
  .search-selected-category .search-selected-category-text {
    font-size: 14px;
    font-weight: 700;
    display: block;
    background-color: #FFF;
    border-radius: 5px;
    padding: 10px 30px 10px 10px; }
  .search-selected-category .search-selected-reset {
    color: #999;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    top: 15%;
    right: 0; }

.history {
  position: relative;
  margin: 35px 0 0;
  font-size: 0; }
  .history::before {
    content: "車種検索履歴";
    position: absolute;
    top: -25px;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin: 0 -10px 10px; }
  .history li {
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    border-radius: 4px;
    margin: 0 5px 5px 0; }
    .history li a {
      background-color: #3367D6;
      display: block;
      color: #FFF;
      padding: 5px 10px; }

/*人気のパーツブランド*/
.rankingBox {
  background-color: #F5F5F5;
  margin: 0 5px; }
  .rankingBox .catName {
    font-size: 16px;
    font-weight: 700;
    background-color: #284282;
    color: #FFF;
    text-align: center;
    padding: 5px; }
  .rankingBox .rankinList {
    padding: 10px;
    counter-reset: ranking-mark; }
    .rankingBox .rankinList li {
      margin: 0 0 10px;
      position: relative; }
      .rankingBox .rankinList li::before {
        color: #FFF;
        font-size: 12px;
        font-weight: 700;
        line-height: 16px;
        content: counter(ranking-mark,decimal);
        counter-increment: ranking-mark;
        text-align: center;
        position: absolute;
        left: 0;
        display: block;
        padding: 3px;
        width: 16px;
        height: 16px;
        background-color: #3367D6; }
      .rankingBox .rankinList li:nth-child(1)::before {
        background-color: #B28500; }
      .rankingBox .rankinList li:nth-child(2)::before {
        background-color: #777777; }
      .rankingBox .rankinList li:nth-child(3)::before {
        background-color: #B25900; }
      .rankingBox .rankinList li::after {
        content: "";
        clear: both;
        display: block; }
    .rankingBox .rankinList .thumbnail {
      float: left;
      width: 110px;
      margin: 0 10px 0 30px; }
      .rankingBox .rankinList .thumbnail img {
        box-sizing: border-box;
        border: solid 1px #666; }
    .rankingBox .rankinList .textBody {
      overflow: hidden; }
      .rankingBox .rankinList .textBody .rankingBrandName {
        font-size: 16px;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 0 5px;
        display: block; }
      .rankingBox .rankinList .textBody .caption {
        font-size: 12px;
        font-weight: 400;
        line-height: 1.3;
        display: block; }

/*人気のブランドボイス*/
.entryListBlock .entryList {
  font-size: 0; }
  .entryListBlock .entryList li {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    margin: 0 8px 10px 0; }
    .entryListBlock .entryList li:nth-child(6n) {
      margin-right: 0; }
  .entryListBlock .entryList .thumbnail img {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: solid 1px #666; }
  .entryListBlock .entryList .textBody {
    margin: 5px 0 0; }
    .entryListBlock .entryList .textBody .brandName {
      font-size: 12px;
      font-weight: 400;
      line-height: 1.2; }
    .entryListBlock .entryList .textBody .entryTitle {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4; }

.category_modal_overlay {
  display: none;
  position: fixed;
  overflow: auto;
  background: #000000aa;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 998; }

.category_modal {
  display: none;
  position: fixed;
  overflow: auto;
  background: #FFF;
  top: 20px;
  left: 0;
  right: 0;
  margin: 14px auto;
  padding: 18px;
  z-index: 999;
  width: 895px; }

.item-list {
  font-size: 0; }
  .item-list li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 5 - .8%);
    margin: 0 1% 30px 0;
    position: relative; }
    .item-list li:nth-child(5n) {
      margin-right: 0; }
    .item-list li .border {
      display: block;
      margin: 0 0 5px; }
      .item-list li .border img {
        max-width: 100%;
        height: auto;
        border: solid 1px #CCC;
        box-sizing: border-box; }
    .item-list li .captionText11.icon-type {
      font-size: 11px;
      font-weight: 400;
      line-height: 1.2;
      text-align: center;
      padding: 5px;
      color: #FFF;
      background-color: #3E5192;
      margin: 0 0 5px; }
    .item-list li .captionText11.mt-10 {
      font-size: 11px;
      font-weight: 400;
      line-height: 1.2;
      margin: 0 0 5px; }
    .item-list li .item-name {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.3;
      letter-spacing: -.5px; }
    .item-list li .price {
      color: #C00;
      font-size: 13px;
      font-weight: 700;
      line-height: 1.4; }
      .item-list li .price .tax {
        font-size: 11px;
        font-weight: 400;
        margin: 0 0 0 5px; }
      .item-list li .price .list-free-shipping {
        color: #00861B; }
    .item-list li .icon-new {
      position: absolute;
      left: -5px;
      top: 5px; }
    .item-list li .categorizemasterImage img {
      width: 200px;
      height: 150px;
      object-fit: cover; }
    .item-list li .categorizemasterText {
      margin: 5px 0 0; }
    .item-list li .categorizemasterTextMedia {
      font-size: 11px;
      font-weight: 400;
      line-height: 1.4; }
    .item-list li .categorizemasterTextTitle {
      font-size: 14px;
      font-weight: 700;
      line-height: 1.4; }

.ranking-list {
  counter-reset: ranking-mark; }
  .ranking-list .icon-new {
    display: none; }
  .ranking-list li {
    position: relative; }
    .ranking-list li::before {
      color: #FFF;
      font-size: 12px;
      font-weight: 700;
      line-height: 20px;
      content: counter(ranking-mark,decimal);
      counter-increment: ranking-mark;
      text-align: center;
      position: absolute;
      left: 0;
      display: block;
      padding: 3px;
      width: 20px;
      height: 20px;
      background-color: #3367D6; }
    .ranking-list li:nth-child(1)::before {
      background-color: #B28500; }
    .ranking-list li:nth-child(2)::before {
      background-color: #777777; }
    .ranking-list li:nth-child(3)::before {
      background-color: #B25900; }

.review_list {
  font-size: 0;
  margin: 0 0 10px; }

.review_list_photo {
  display: inline-block;
  vertical-align: top;
  width: 160px;
  margin: 0 10px 0 0; }
  .review_list_photo img {
    box-sizing: border-box;
    border: solid 1px #CCC; }

.review_list_data {
  display: inline-block;
  vertical-align: top;
  width: calc( 100% - 170px); }

.captionText16.valign-17 {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 5px; }

strong.captionText14 {
  font-size: 13px;
  font-weight: 700; }

.captionText12 {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 5px; }

.search_filter_area {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px; }
  .search_filter_area .search_filter_box {
    padding: 0 10px;
    box-sizing: border-box;
    background-color: #EFEFEF; }
    .search_filter_area .search_filter_box:nth-child(1) {
      flex-basis: 480px; }
    .search_filter_area .search_filter_box:nth-child(2) {
      flex-basis: 480px; }
    .search_filter_area .search_filter_box:nth-child(3) {
      flex-basis: 430px; }
    .search_filter_area .search_filter_box select {
      font-size: 16px;
      display: block;
      width: 100%;
      padding: 5px;
      margin: 5px 0;
      box-sizing: border-box; }
    .search_filter_area .search_filter_box .indexes {
      margin: 10px 0 0; }
  .search_filter_area .search-section-title, .search_filter_area h3 {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    background-color: #333;
    color: #FFF;
    padding: 10px;
    margin: 0 -10px 10px; }
  .search_filter_area .bike-search-section {
    margin: 0 0 10px; }
  .search_filter_area .search-section-category {
    display: block;
    padding: 5px;
    text-align: center;
    background: -webkit-linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
    background: -o-linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
    background: linear-gradient(#FFF 0%, #F6F6F6 47%, #EDEDED 100%);
    border: solid 1px #666;
    border-radius: 4px;
    margin: 0 0 10px; }
  .search_filter_area .search_filter_type {
    font-size: 0;
    margin: 10px 0 0 0; }
    .search_filter_area .search_filter_type a {
      box-sizing: border-box;
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin: 0 4% 10px 0;
      text-align: center;
      width: 48%;
      padding: 8px 0; }
      .search_filter_area .search_filter_type a:nth-child(2n) {
        margin-right: 0; }
  .search_filter_area .history {
    margin: 55px 0 0; }
    .search_filter_area .history::before {
      top: -45px;
      background-color: #333;
      color: #FFF;
      padding: 10px;
      margin: 0 -10px 10px;
      width: 100%; }

#side-nav {
  position: fixed;
  bottom: 20px;
  right: 0;
  width: 40px;
  height: 120px;
  z-index: 999999; }

#side-nav p {
  margin: 0 0 1px 0; }

#side-nav p:last-child {
  border-bottom: none; }

#side-nav a {
  display: block;
  width: 40px;
  height: 40px;
  background: #ddd url("//image.bikebros.co.jp/bb_img/shopping/v1/sprite.png");
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  outline: none; }

#side-nav a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  background: #ddd url("//image.bikebros.co.jp/bb_img/shopping/v1/sprite.png"); }

#side-nav .go-top {
  border-top-left-radius: 5px;
  background-position: 0 -205px; }

#side-nav .go-top:hover {
  border-top-left-radius: 5px;
  background-position: 0 -205px; }

#side-nav .go-home {
  background-position: -40px -205px; }

#side-nav .go-home:hover {
  background-position: -40px -205px; }

#side-nav .go-bottom {
  border-bottom-left-radius: 5px;
  background-position: -80px -205px; }

#side-nav .go-bottom:hover {
  border-bottom-left-radius: 5px;
  background-position: -80px -205px; }

.slick-prev, .slick-next {
  background: #00000060  !important; }

.slick-prev::before, .slick-next::before {
  font-size: 10px !important;
  opacity: .75;
  color: #FFF !important; }

.slick-prev::before {
  content: "◀" !important; }

.slick-next::before {
  content: "▶" !important; }

.slick-prev, .slick-next {
  height: 25px !important;
  border-radius: 50%; }

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  color: #fff !important;
  outline: none !important;
  background: #656565 !important; }
