/* トップスライダーバナー */
.top_slidersec {
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
}
.top_slidersec .top_slider {
    padding: 0;
}
.top_slidersec .top_slider li {
    padding: 0 8px;
}
.top_slidersec .slick-arrow {
    background: #f9f9f9;
    height: 100%;
    width: 45px;
}
.top_slidersec .slick-next.slick-arrow {
    right: -3%;
}
.top_slidersec .slick-prev.slick-arrow {
    left: -3%;
}
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 37px;
    height: 0;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    content: " ";
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 4px;
    text-align: center;
    opacity: .25;
    background-color: #404040;
    border-radius: 0;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    background-color: black;
}

.slick-dots li button.thumbnail img {
    width: 0;
    height: 0;
}
.top_slidersec .slick-prev:before {
    top: 42%;
    content: "";
    background: url(/html/template/default/assets/img/top_slider/slider_pre-arw.png);
    width: 31px;
    height: 28px;
    position: absolute;
    left: 7px;
}
.top_slidersec .slick-prev:before {
    top: 42%;
    content: "";
    background: url(/html/template/default/assets/img/top_slider/slider_pre-arw.png);
    width: 31px;
    height: 28px;
    position: absolute;
    left: 7px;
}
.top_slidersec .slick-next:before {
    top: 42%;
    content: "";
    background: url(/html/template/default/assets/img/top_slider/slider_next-arw.png);
    width: 31px;
    height: 28px;
    position: absolute;
    right: 7px;
}

/* 新着商品 */
/* .top_pdnewsec {
    padding: 35px 0 0;
    margin: 60px 0 0 0;
    border-bottom: 2px solid #f0f0f0;
} */
.top_pdnewsec {
    padding: 35px 0 0;
    margin: 60px 0 0 0;
}
.top_pdnewsec .top_pdnew_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.8%;
    margin: 30px 0;
    padding: 0 0 35px;
}
.top_pdnewsec .top_pdnew_list .top_pdnew_item {
    max-width: 200px;
    width: 100%;
    height: fit-content;
    margin: 0 0 25px;
}
.top_pdnewsec .top_pdnew_list .new_itemfig {
    width: 100%;
    background: #fff;
    height: 200px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 0 10px 0;
}
.top_pdnewsec .top_pdnew_list .new_itemImg {
    margin: 0 10px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top_pdnewsec .top_pdnew_list .new_itemImg img {
    max-height: 100%;
}
.top_pdnewsec .top_pdnew_list .new_itemfig a {
    width: 100%;
}
.top_pdnewsec .top_pdnew_list .new_item-bd {
    border: 1px solid #107667;
}
.top_pdnewsec .new_itemfig_status {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.top_pdnewsec .new_itemfig_status .new_pdnum {
    padding: 3px 3px 0 0;
    color: #3f3f3f;
}
.top_pdnewsec .new_equal-pdstatus {
    background: #107667;
    color: #fafd91;
    font-size: 12px;
    padding: 0 7px 0;
    line-height: 1.5;
}
.top_pdnewsec .new_successor-pdstatus {
    background: #404040;
    color: #fff;
    font-size: 12px;
    padding: 0 7px 0;
    line-height: 1.5;
}
.top_pdnewsec .new_pdname {
    color: #878787;
    padding: 0 0 5px;
}
.top_pdnewsec .new_item_description {
    color: #003f7f;
    text-decoration: underline;
    line-height: 1.3;
    word-wrap: break-word;
    font-size: 15px;
    padding: 0 0 15px;
}
.top_pdnewsec .new_pdcondition {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    gap: 4px;
    margin: 0 0 5px 0;
    flex-wrap: wrap;
    align-items: baseline;
}
.top_pdnewsec .new_pdcondition span {
    padding: 2px;
    border: 1px solid;
}
.top_pdnewsec .new_pdcondition .tag_class_1 {
    color: #107667;
    border-color: #107667;
}
.top_pdnewsec .new_pdcondition .tag_class_2 {
    color: #FF6666;
    border-color: #FF6666;
}
 .top_pdnewsec .new_pdcondition .tag_class_3 {
    color: #dd863e;
    border-color: #dd863e;
}
.top_pdnewsec .new_pdcondition .tag_class_4 {
    color: #f09f00;
    border-color: #f09f00;
}
.top_pdnewsec .new_pdcondition .tag_class_5 {
    border-color: #0cadeb;
    color: #0cadeb;
}
/* .top_pdnewsec .new_pdcondition .new_sale-cond {
    color: #bb3155;
    border: 1px solid;
}
.top_pdnewsec .new_pdcondition .new_deli-cond {
    color: #dd863e;
    border: 1px solid;
}
.top_pdnewsec .new_pdcondition .new_cod-cond {
    color: #5a5a5a;
    border: 1px solid; 
}*/
.top_pdnewsec .new_ship_text {
    background: #fafd91;
    font-size: 0.73rem;
    font-weight: bold;
    padding: 2px;
}
.top_pdnewsec .new_shipstatus {
    color: #5a5a5a;
    font-size: 12px;
    border: 1px solid;
    padding: 2px;
}
.top_pdnewsec .new_ship_estimate {
    color: #5a5a5a;
    font-size: 13px;
}
.top_pdnewsec .new_pricesec {
    border-top: 2px dashed #dfdfdf;
    margin: 10px 0 0 0;
    padding: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
}
.top_pdnewsec .new_priceoff_wrap {
    background: #f9f9f9;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    border-radius: 50%;
    text-align: right;
    width: 50px;
    height: 50px;
}
.top_pdnewsec .new_pricesec .new_priceoff {
    color: #ba3053;
    font-weight: bold;
    font-size: 13px;
    text-align: right;
}
.top_pdnewsec .new_pricesec .new_priceoff span {
    display: block;
    text-align: center;
    font-size: 18px;
}
.top_pdnewsec .new_pricesec .new_priceoff span em {
    font-size: 15px;
}
.top_pdnewsec .new_pricelist {
    text-align: right;
    margin-left: auto;
}
.top_pdnewsec .new_pricelist .new_teikaprice {
    font-size: 13px;
    color: #878787;
    display: block;
}
.top_pdnewsec .new_pricelist .new_saleprice {
    text-align: right;
    color: #595959;
    font-size: 13px;
}
.top_pdnewsec .new_pricelist .new_saleprice em {
    font-size: 18px;
}

.new_more_item {
    text-align: center;
    margin: 0 0 100px;
}
.new_more_item a {
    position: relative;
    padding: 12px 30px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    color: #3f3f3f;
    font-size: 15px;
    font-weight: 550;
}
.new_more_item a::after {
    content: "";
    position: absolute;
    background: url(/html/template/default/assets/img/side/cat_link-icn.png) no-repeat;
    width: 14px;
    height: 12px;
    right: 9px;
}

/* 定番カテゴリ */
.top_classic_category {
    background: #f9f9f9;
    padding: 35px 0;
    margin: 60px 0 0 0;
}
.top_categorylist {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 30px auto 0;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
}
.top_categorylist li {
    width: 24.15%;
}
.top_classic_category .top_category_caption {
    text-align: center;
    text-decoration: underline;
    color: #004080;
    padding: 10px 0 0;
    line-height: 1.3;
}
.top_categorylist button {
    display: none;
}














/* 閲覧履歴 */
.top_historysec {
    background: #f9f9f9;
    padding: 35px 0;
    margin: 60px 0 0 0;
}
.top_historysec .top_historylist {
    display: flex;
    justify-content: center;
    padding: 0;
    flex-wrap: wrap;
    gap: 2.8%;
    margin: 30px 0;
}
.top_historysec .top_historylist .top_historoy_item {
    max-width: 200px;
    width: 100%;
    height: fit-content;
    margin: 0 0 20px;
}
.top_historysec .top_historylist .h_itemfig {
    width: 100%;
    background: #fff;
    height: 180px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    margin: 0 0 10px 0;
}
.top_historysec .top_historylist .h_itemfig02 {
    border: 1px solid #107667;
}
.top_historysec .top_historylist .h_itemImg {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.top_historysec .top_historylist .h_itemImg img {
    max-height: 100%;
}
.top_historysec .h_itemfig_status {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.top_historysec .h_itemfig_status .h_pdnum {
    padding: 3px 3px 0 0;
    color: #3f3f3f;
}
.top_historysec .h_equal-pdstatus {
    background: #107667;
    color: #fafd91;
    font-size: 13px;
    padding: 0 7px 0;
    line-height: 1.5;
}
.top_historysec .h_successor-pdstatus {
    background: #404040;
    color: #fff;
    font-size: 13px;
    padding: 0 7px 0;
    line-height: 1.5;
}
.top_historysec .h_pdname {
    color: #878787;
    padding: 0 0 5px;
    height: 19px;
}
.top_historysec .h_item_description {
    color: #003f7f;
    text-decoration: underline;
    line-height: 1.3;
    word-wrap: break-word;
}

@media (max-width: 1400px) {
    .top_categorylist li {
        width: 23.15%;
    }
    .top_pdnewsec .top_pdnew_list .top_pdnew_item {
        margin: 0 0 25px 0;
    }
}
@media (max-width: 930px) {
    .top_slidersec {
        max-width: 100%;
    }
    .top_slidersec .slick-prev.slick-arrow,
    .top_slidersec .slick-next.slick-arrow {
        display: none !important;
    }
    .top_categorylist {
        margin: 30px auto 0;
        width: 96%;
    }
    .top_categorylist li {
        width: 48.5%;
    }
    .top_categorylist .slick-dots li {
        width: 37px;
    }
    .top_history-wrap {
        overflow-x: scroll;
    }
    .top_historysec .top_historylist {
        gap: 2%;
        margin: 30px auto 0;
        width: 1100px;
        flex-wrap: nowrap;
        padding: 0 20px;
    }
    .top_pdnewsec .top_pdnew_list .top_pdnew_item {
        max-width: 31%;
    }
    .top_pdnewsec .new_pdcondition {
        font-size: 10px;
    }
    .top_historysec .top_historylist .top_historoy_item {
        max-width: 31%;
        margin: 0 0 20px 0;
    }
}

@media (max-width: 767px) {
    .top_slidersec {
        width: 90%;
        max-width: 100%;
    } 
    .top_slidersec .top_slider li {
        padding: 0;
    }
    .slick-slide img {
        margin: 0 auto;
    }
    .top_block_ttl {
        font-size: 20px;
    }
    .top_categorylist {
        margin: 20px 0 0 0;
    }
    .top_pdnewsec {
        padding: 0 0 0;
        margin: 35px 0 0 0;
    }
    .top_pdnewsec .top_pdnew-wrap {
        overflow-x: scroll;
    }
    .top_pdnewsec .top_pdnew_list {
        flex-wrap: nowrap;
        width: 980px;
        gap: 1%;
        padding: 0;
        justify-content: flex-start;
    }
    .top_pdnewsec .top_pdnew_list .top_pdnew_item {
        max-width: 160px;
        margin: 0 0 15px;
        width: 160px;
        min-width: 160px;
    }
    .top_pdnewsec .top_pdnew_list .new_itemfig {
        font-size: 12px;
        height: 160px;
    }
    .top_pdnewsec .top_pdnew_list .new_itemImg {
        height: 150px;
    }
    .top_pdnewsec .new_item_description {
        font-size: 13px;
        height: 75px;
    }
    .top_pdnewsec .new_pdcondition span {
        padding: 3px 5px;
        font-size: 10px;
    }
    .top_pdnewsec .new_pricesec .new_priceoff {
        font-size: 10px;
        text-align: center;
    }
    .top_pdnewsec .new_pricesec .new_priceoff span {
        font-size: 14px;
    }
    .top_pdnewsec .new_pricelist .new_teikaprice {
        font-size: 11px;
    }
    .top_pdnewsec .new_pricelist .new_saleprice {
        font-size: 12px;
    }
    .top_pdnewsec .new_pdname {
        font-size: 13px;
    }
    .top_pdnewsec .new_ship_estimate {
        font-size: 12px;
    }
    .top_pdnewsec .new_shipstatus {
        font-size: 11px;
        padding: 1px;
    }
    .new_more_item {
        margin: 33px 0 66px;
    }
    .new_more_item a {
        font-size: 13px;
    }
    .top_historysec {
        margin: 15px 0 0 0;
    }
    .top_historysec .top_historylist {
        flex-wrap: nowrap;
        width: 980px;
        gap: 1.2%;
        padding: 0;
        justify-content: flex-start;
    }
    .top_historysec .top_historylist .top_historoy_item {
        max-width: 160px;
        min-width: 160px;
        width: 100%;
        margin: 0 0 15px;
    }
}