@charset "UTF-8";
.ttl-bg-heading {
    background: url(/assets/img/asd/product/bg_mainvisual.jpg) center center no-repeat;
    background-size: cover;
    color: #343434;
    margin-bottom: 2rem;
}
.ttl-bg-hcd {
    background: url(/assets/img/hcd/product/bg_mainvisual_detail.jpg) center center no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 2rem;
}
.ttl-product-search {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
}
.inner {
    padding: 0;
}
#main {
    width: 53.25rem;
}
#main.product-search {
    width: 100%;
}
#main .count {
    color: #383838;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
#main .search-input-wrap {
    font-size: 0.875rem;
}
#main .search-wrap {
    margin-bottom: 2rem;
}
#main #form-products-search input {
    border: 1px solid #dadada;
    width: auto;
}
#main #form-products-search .ico-search {
    width: 3.75rem;
}
#main #form-products-search .ico-search img {
    width: 2rem;
}
#main .btn-search-menu {
    background: #f5f5f5;
    cursor: pointer;
    height: 3.75rem;
    position: relative;
    width: 3.75rem;
}
#main .btn-search-menu span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 1.1rem;
    height: 0.1875rem;
    border-radius: 0.125rem;
    background: #000;
    width: 45%;
}
#main .btn-search-menu span:nth-of-type(1) {
    top: 1.2rem;
}
#main .btn-search-menu span:nth-of-type(2) {
    top: 1.8rem;
}
#main .btn-search-menu span:nth-of-type(3) {
    top: 2.4rem;
}

#main .products-list li {
    border: 1px solid #dedede;
    margin-bottom: 2.25rem;
    width: 23%;
}
#main .products-list {
    margin-bottom: 2rem;
}
#main .cat.product-cat {
    font-size: 0.5625rem;
    line-height: 1.5rem;
    padding: 0 0.5rem;
}
#main .products-list .product-detail .data-wrap {
    padding: 0.5rem;
}
#main .products-list .ico-favorite {
    width: 1.5rem;
}
#main .products-list .ico-favorite img {
    width: 100%;
}

.product-wrap .splide__arrow {
    top: 50%;
}

/* タブレット */
@media screen and (max-width:768px) {
    #main .products-list li {
        margin-bottom: 2.25rem;
        width: 46%;
    }
}

/* sp */
@media screen and (max-width:575px) {
    .ttl-bg-heading {
        background: url(/assets/img/asd/product/bg_mainvisual_sp.jpg) center center no-repeat;
        background-size: cover;
        margin-bottom: 1rem;
    }
    .inner {
        padding: 1rem;
    }
    #side {
        width: 100%;
    }
    #main {
        width: 100%;
    }
    #main #form-products-search input {
        width: calc(100% - 3.75rem);
    }
}
