.elementor-109611 .elementor-element.elementor-element-c3d3aec{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:50px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-109611 .elementor-element.elementor-element-b46a287 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 10px 0px;border-style:solid;border-width:0px 0px 1px 0px;border-color:#000000;}.elementor-109611 .elementor-element.elementor-element-b46a287{text-align:center;}.elementor-109611 .elementor-element.elementor-element-b46a287 .elementor-heading-title{font-family:"Oswald", Sans-serif;font-size:30px;font-weight:500;text-transform:none;color:#000000;}.elementor-109611 .elementor-element.elementor-element-81d4ea6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-109611 .elementor-element.elementor-element-e9ef79e > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-109611 .elementor-element.elementor-element-66cf9b1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-loop-grid .elementor-button{background-color:var( --e-global-color-accent );font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-loop-grid .elementor-pagination{font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-loop-grid .e-load-more-message{font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-109611 .elementor-element.elementor-element-04d8572{--grid-columns:2;--grid-row-gap:20px;--grid-column-gap:0px;}.elementor-109611 .elementor-element.elementor-element-04d8572 .elementor-loop-container{grid-auto-rows:1fr;}.elementor-109611 .elementor-element.elementor-element-04d8572 .e-loop-item > .elementor-section, .elementor-109611 .elementor-element.elementor-element-04d8572 .e-loop-item > .elementor-section > .elementor-container, .elementor-109611 .elementor-element.elementor-element-04d8572 .e-loop-item > .e-con, .elementor-109611 .elementor-element.elementor-element-04d8572 .e-loop-item .elementor-section-wrap  > .e-con{height:100%;}@media(max-width:1024px){.elementor-109611 .elementor-element.elementor-element-04d8572{--grid-columns:2;}}@media(max-width:767px){.elementor-109611 .elementor-element.elementor-element-c3d3aec{--gap:10px 10px;--row-gap:10px;--column-gap:10px;--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-109611 .elementor-element.elementor-element-b46a287{text-align:center;}.elementor-109611 .elementor-element.elementor-element-b46a287 .elementor-heading-title{font-size:20px;}.elementor-109611 .elementor-element.elementor-element-04d8572{--grid-columns:1;}}/* Start custom CSS *//* =========================
   BODY KIT FILTER
========================= */

.bodykit-filter-toggle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif;
  background: #fff;
  position: relative;
  z-index: 5;
}

.bodykit-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  min-height: 38px;
  padding: 7px 12px;
  border: 1px solid #111;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all .2s ease;
}

.bodykit-toggle-btn:hover,
.bodykit-toggle-btn.is-active,
.bodykit-filter a:hover,
.bodykit-filter a.is-active {
  background: #111;
  color: #fff;
}

.bodykit-link-btn {
  text-transform: uppercase;
}


/* =========================
   FILTER PANEL
========================= */

.bodykit-filter-car-wrap,
.bodykit-filter-lb-wrap {
  display: none;
}

.bodykit-filter-car-wrap.is-open,
.bodykit-filter-lb-wrap.is-open {
  display: block;
  padding: 0 0 12px;
  margin-bottom: 12px;
  text-align: center;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.92) 75%,
    rgba(255, 255, 255, 0) 100%
  );
  position: relative;
  z-index: 4;
}


/* =========================
   FILTER CONTENT
========================= */

.bodykit-filter,
.bodykit-filter-block {
  margin-bottom: 0;
  font-family: 'Oswald', sans-serif;
  text-align: center;
}

.bodykit-filter-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  padding-top: 8px;
}


/* =========================
   CAR BRAND BUTTONS
========================= */

.bodykit-filter-car .bodykit-filter-block {
  max-width: 1500px;
  margin: 0 auto;
}

.bodykit-filter-car a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease;
}


/* =========================
   LB BRAND BUTTONS
========================= */

.bodykit-filter-lb .bodykit-filter-block {
  max-width: 1800px;
  margin: 0 auto;
}

.bodykit-filter-lb a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  min-height: 60px;
  padding: 8px 12px;
  border: 1px solid #aaa;
  border-radius: 4px;
  background: #fff;
  color: #111;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  transition: all .2s ease;
}


/* =========================
   SP
========================= */

@media (max-width: 767px) {
  .bodykit-filter-toggle {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
    padding: 6px 0;
  }

  .bodykit-toggle-btn {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 5px 4px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
  }

  .bodykit-filter-car-wrap.is-open,
  .bodykit-filter-lb-wrap.is-open {
    padding: 0 0 10px;
    margin-bottom: 10px;
  }

  .bodykit-filter-block {
    gap: 5px;
    padding-top: 6px;
  }

  /* CAR BRAND：スマホ4列 */
  .bodykit-filter-car .bodykit-filter-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }

  /* LB BRAND：スマホ3列 */
  .bodykit-filter-lb .bodykit-filter-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .bodykit-filter-car a,
  .bodykit-filter-lb a {
    width: 100%;
    min-width: 0;
    min-height: 34px;
    padding: 5px 4px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1;
    text-align: center;
  }

  .bodykit-filter-lb a {
    min-height: 34px;
    font-size: 14px;
  }
}/* End custom CSS */