@charset "utf-8";
/* CSS Document */


/* .post_list_wrap.dealer
----------------------------------------- */
#dealer_list_wrap {
    
}
#dealer_list_wrap .inner {
    padding-top: 10rem;
    padding-bottom: 20rem;
}

#dealer_list_wrap .inner > h1.page_ttl {
    font-size: 1.8rem;
}

#dealer_list_wrap .inner > .filter_open_btn {
    display: none;
}

#dealer_list_wrap .inner > .cat_list_wrap {
    width: 100%;
    display: flex;
    flex-flow: column;
    margin-top: 5rem;
    background-color: #E0E0E0;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_con {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2.5rem 4rem;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_con:not(:last-child) {
    border-bottom: 1px dashed #BEBEBE;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_con .cat_ttl {
    min-width: 10rem;
    font-size: 1.3rem;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2.5rem;
    position: relative;
    z-index: 1;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_list > a.btn {
    font-size: 1.3rem;
    padding: 0 0.5rem;
    position: relative;
    z-index: 1;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_list > a.btn::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #E0E0E0;
    transition: all .6s;
    position: absolute;
    bottom: -1rem;
    left: 0;
    transform: translate(0, 100%);
    opacity: 1;
    z-index: -1;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_list > a.btn:hover::after {
    opacity: 1;
    background-color: #333333;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_list > a.btn.current::after {
    opacity: 1;
    background-color: #333333;
}


#dealer_list_wrap .inner > .cat_list_wrap .cat_list > label.btn {
    font-size: 1.3rem;
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 1rem;
    transition: all .6s;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_list > label.btn::before {
    content: '';
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    background-color: #F5F5F5;
    transition: all .6s;
    opacity: 1;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_list > label.btn::after {
    content: '';
    display: block;
    width: 1px;
    height: 1.9rem;
    background-color: #A2A2A2;
    opacity: 0;
    transition: all .1s;
    position: absolute;
    top: 50%;
    left: 0.65rem;
    transform: translateY(-50%) rotate(45deg);
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_list > label.btn:hover::after {
    opacity: 1;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_list > label.btn.active::after {
    opacity: 1;
}

#dealer_list_wrap .inner > .cat_list_wrap .cat_list > label.btn input[type="checkbox"] {
    display: none;
}

#dealer_list_wrap .inner > .clear_btn_wrap {
    /*display: flex;*/
    align-items: center;
    gap: 0 1.5rem;
    margin-top: 2rem;
    
    display: none;
}
#dealer_list_wrap .inner > .clear_btn_wrap button {
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
        
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #969696;
    border-radius: 10rem;
    padding: 1rem 2rem;
    
    transition: all .6s;
}
#dealer_list_wrap .inner > .clear_btn_wrap button:hover {
    opacity: .8;
}
#dealer_list_wrap .inner > .clear_btn_wrap button span {
    font-size: 1.3rem;
    line-height: 1;
    color: #FFFFFF;
}
#dealer_list_wrap .inner > .clear_btn_wrap .txt {
    font-size: 1.4rem;
}

.post_list_wrap.dealer {
    position: relative;
    margin-top: 9rem;
}
.post_list_wrap.dealer .post_list {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 15rem 0;
}

.post_list_wrap.dealer .post_list > li {
    position: relative;
    z-index: 1;
}

.post_list_wrap.dealer .post_list > li > a {
    /*width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    position: relative;
    z-index: 1;*/
}

.post_list_wrap.dealer .area_title {
    font-size: 1.6rem;
    line-height: 1;
    padding-bottom: 1.3rem;
    border-bottom: 1px solid #000000;
}

.post_list_wrap.dealer .dealer_list {
    width: 100%;
    display: flex;
    flex-flow: column;
    gap: 5rem 0;
    margin-top: 4.5rem;
}
.post_list_wrap.dealer .dealer_list > li {
    width: 100%;
    display: flex;
    align-items: flex-end;
}

.post_list_wrap.dealer .dealer_list .ttl_con {
    width: calc(430/1100*100%);
    position: relative;
    padding-left: 2.5rem;
    padding-right: 1em;
    display: flex;
    flex-flow: column;
    gap: 1rem 0;
}
.post_list_wrap.dealer .dealer_list .ttl_con::after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: 1rem;
    left: 0;
}
.post_list_wrap.dealer .dealer_list .ttl_con h3 {
    font-size: 1.6rem;
    line-height: calc(25/16);
}
.post_list_wrap.dealer .dealer_list .ttl_con .address {
    font-size: 1.4rem;
    line-height: calc(20/14);
}

.post_list_wrap.dealer .dealer_list .tel_con {
    width: calc(140/1100*100%);
}
.post_list_wrap.dealer .dealer_list .tel_con .tel {
    font-size: 1.4rem;
    line-height: calc(25/14);
}

.post_list_wrap.dealer .dealer_list .product_con {
    width: calc(280/1100*100%);
}
.post_list_wrap.dealer .dealer_list .product_con .cat_list_wrap {
    padding-bottom: 0.5rem;
}
.post_list_wrap.dealer .dealer_list .product_con .cat_list_wrap .cat_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
}
.post_list_wrap.dealer .dealer_list .product_con .cat_list_wrap .cat_list > li {
    display: flex;
}
.post_list_wrap.dealer .dealer_list .product_con .cat_list_wrap .cat_list .color {
    width: 1.5rem;
    height: 1.5rem;
}

.post_list_wrap.dealer .dealer_list .btn_con {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1rem 2rem;
}
.post_list_wrap.dealer .dealer_list .btn_con .btn_wrap .btn span {
    white-space: nowrap;
}

#infinite-loader {
  display: none;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
  text-align: center;
  margin: 4rem auto;
}

#infinite-loader.is-active {
    opacity: 1;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 1rem 0;
}

#infinite-loader .spinner {
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  border: 2px solid rgba(0,0,0,.2);
  border-top-color: rgba(0,0,0,.6);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
#infinite-loader .txt {
    font-size: 1.2rem;
    text-align: center;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

.no-more {
  display: none;
  margin: 40px 0;
  text-align: center;
  color: #aaa;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
#dealer_list_wrap .inner {
    padding-top: 5rem;
    padding-bottom: 10rem;
}
    
#dealer_list_wrap .inner > h1.page_ttl {
    font-size: 1.3rem;
}

#dealer_list_wrap .inner > .filter_open_btn {
    width: 100%;
    height: 4.5rem;
    background-color: #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1rem;
    margin-top: 2rem;
}
#dealer_list_wrap .inner > .filter_open_btn span {
    font-size: 1.3rem;
    line-height: 1;
}
#dealer_list_wrap .inner > .filter_open_btn .icon {
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#dealer_list_wrap .inner > .filter_open_btn .icon::before {
    content: '';
    width: 1rem;
    height: 1px;
    background-color: #000000;
}
#dealer_list_wrap .inner > .filter_open_btn .icon::after {
    content: '';
    width: 0.8rem;
    height: 1px;
    background-color: #000000;
    position: absolute;
    transform: rotate(90deg);
}
#dealer_list_wrap .inner > .filter_open_btn.open .icon::after {
    display: none;
}
    
#dealer_list_wrap .inner > .cat_list_wrap {
    width: 100%;
    /*display: flex;*/
    flex-flow: column;
    margin-top: 0;
    background-color: #E0E0E0;
    
    display: none;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_con {
    flex-flow: column;
    gap: 1rem 0;
    padding: 1.5rem 2rem;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_con .cat_ttl {
    min-width: inherit;
    font-size: 1.3rem;
    text-align: left;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_list {
    gap: 1rem 1.5rem;
}


#dealer_list_wrap .inner > .cat_list_wrap .cat_list > label.btn {
    font-size: 1.2rem;
    column-gap: 0.8rem;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_list > label.btn::before {
    width: 1.4rem;
    height: 1.4rem;
}
#dealer_list_wrap .inner > .cat_list_wrap .cat_list > label.btn::after {
    height: 1.9rem;
    left: 0.65rem;
}

.post_list_wrap.dealer {
    margin-top: 4rem;
}
.post_list_wrap.dealer .post_list {
    gap: 8rem 0;
}

.post_list_wrap.dealer .area_title {
    font-size: 1.4rem;
    padding-bottom: 1rem;
}

.post_list_wrap.dealer .dealer_list {
    gap: 3rem 0;
    margin-top: 2.5rem;
}
.post_list_wrap.dealer .dealer_list > li {
    flex-flow: column;
    align-items: flex-start;
    gap: 0.5rem 0;
    position: relative;
    padding-left: 1.5rem;
}

.post_list_wrap.dealer .dealer_list .ttl_con {
    width: 100%;
    position: static;
    padding-left: 0;
    padding-right: 0;
    gap: 0.5rem 0;
}
.post_list_wrap.dealer .dealer_list .ttl_con::after {
    content: '';
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    border-radius: 50%;
    background-color: #000000;
    position: absolute;
    top: 0.9rem;
    left: 0;
}
.post_list_wrap.dealer .dealer_list .ttl_con h3 {
    font-size: 1.4rem;
    padding-right: 9rem;
}
.post_list_wrap.dealer .dealer_list .ttl_con .address {
    font-size: 1.2rem;
}

.post_list_wrap.dealer .dealer_list .tel_con {
    width: 100%;
}
.post_list_wrap.dealer .dealer_list .tel_con .tel {
    font-size: 1.2rem;
}

.post_list_wrap.dealer .dealer_list .product_con {
    width: auto;
    position: absolute;
    top: 0.8rem;
    right: 0;
}
.post_list_wrap.dealer .dealer_list .product_con .cat_list_wrap {
    padding-bottom: 0;
}
.post_list_wrap.dealer .dealer_list .product_con .cat_list_wrap .cat_list {
    gap: 0.5rem 0.8rem;
}
.post_list_wrap.dealer .dealer_list .product_con .cat_list_wrap .cat_list > li {
    display: flex;
}
.post_list_wrap.dealer .dealer_list .product_con .cat_list_wrap .cat_list .color {
    width: 1.0rem;
    height: 1.0rem;
}
.post_list_wrap.dealer .dealer_list .product_con .cat_list_wrap .cat_list img {
    width: auto;
    height: 1.0rem;
}

.post_list_wrap.dealer .dealer_list .btn_con {
    margin-left: 0;
    gap: 1rem 1.5rem;
}
.post_list_wrap.dealer .dealer_list .btn_con .btn_wrap .btn span {
    white-space: nowrap;
}
    
}




/* #btm_bn
----------------------------------------- */
#btm_bn {
}
#btm_bn .inner {
}

#btm_bn .bn {
    width: 100%;
    height: 63.5rem;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
#btm_bn .bn > h2 {
    display: flex;
    flex-flow: column;
    font-size: 5rem;
    line-height: 1;
    color: #FFFFFF;
    text-align: center;
}
#btm_bn .bn > .txt {
    max-width: 37.5rem;
    display: flex;
    flex-flow: column;
    font-size: 1.9rem;
    line-height: calc(23 / 19);
    letter-spacing: -0.02em;
    color: #FFFFFF;
    text-align: center;
    margin-top: 2rem;
}
#btm_bn .bn > .btn_wrap {
    margin-top: 4rem;
}

#btm_bn .bn .bg_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#btm_bn .bn .bg_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
#btm_bn .bn .bg_img .caption {
    position: absolute;
    z-index: 1;
    bottom: 1.5rem;
    left: 1.5rem;
    font-size: 1.4rem;
    line-height: 1;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #FFFFFF;
}
#btm_bn .bn:hover .btn_wrap .btn::after {
    transform: translateX(0.5rem);
}

@media only screen and (max-width: 768px) {
#btm_bn .bn {
    height: 78rem;
}
#btm_bn .bn > h2 {
    font-size: 5rem;
}
#btm_bn .bn > .txt {
    max-width: 37.5rem;
    font-size: 3.2rem;
    line-height: calc(32 / 32);
    margin-top: 3rem;
}
#btm_bn .bn > .btn_wrap {
    margin-top: 5rem;
}

#btm_bn .bn .bg_img .caption {
    bottom: 1.5rem;
    left: 2rem;
    font-size: 1.8rem;
}
    
}
