@charset "Shift_JIS";



/*==============================================
 共通 ここから
================================================*/

#bouhan_brand-select img {
    width: 100%;
    height: auto;
}


#bouhan_brand-select a:hover p {
    color: #222;
}

#bouhan_brand-select a.link-none:hover {
    opacity: 1;
    color: #222 !important;
}


/* 税込 */
.buy_price>ul .price.sale+.intax,
.buy_price>ul .intax {
    display: none !important;
}

.spesicalprice {
    display: none !important;
}

#bouhan_brand-select .buy_price>ol,
.buy_price>ul {
    margin: 0;
}

/* デフォルトの見出し */
#bouhan_brand-select .default-title {
    width: 100%;
    text-align: center;
    margin-bottom: 2%;
}

#bouhan_brand-select .default-title h5 {
    font-size: 2em;
    line-height: 1.3;
    color: #222;
}

#bouhan_brand-select .default-title p {
    font-size: .9em;
    color: #222;
}

#bouhan_brand-select .top_anchor {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    width: 80%;
    gap: 1rem;
    margin: 1rem auto;
}
#bouhan_brand-select .top_anchor li {
    position: relative;
    border: solid #222 1px;
    box-shadow: 2px 2px #222;
    border-radius: 10px;
    transition: .3s;
}
#bouhan_brand-select .top_anchor li:hover {
    transition: .3s;
    transform: scale(1.05);
}
#bouhan_brand-select .top_anchor li img {
    border-radius: 10px;
}

#bouhan_brand-select .top_anchor li::after {
    position: absolute;
    bottom: .3em;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    width: 1em;
    height: .3em;
    background-color: #222;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

/*==============================================

================================================*/

/* セクション共通 */
#bouhan_brand-select .section {
    position: relative;
    background-color: #f3f3f3;
}

/*==============================================
 共通 ここまで
================================================*/
#bouhan_brand-select {
    position: relative;
    background-color: #f5e700;
    width: 100%;
}

#bouhan_brand-select .inner {
    width: 95%;
    margin: 0 auto;
}

#bouhan_brand-select .section-title {
    position: relative;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

#bouhan_brand-select .section-title h2 {
    width: 100%;
    padding: 2% 0;
    text-align: center;
}


#bouhan_brand-select section {
    width: 100%;
    margin: 0 auto;
    margin-top: -1px;
    box-sizing: border-box;
    padding: 2% 3% 4%;
}



/*==============================================
看板 ここから
================================================*/
#bouhan_brand-select h1 {
    width: 100%;
    box-sizing: border-box;
}


/*==============================================
看板 ここまで
================================================*/

/*==============================================
商品ラインアップ ここから
================================================*/


#bouhan_brand-select section .item-h2 {
    max-width: 800px;
    padding: 3% 0 1%;
    text-align: center;
    margin: auto;
}

#bouhan_brand-select section .cate-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-bottom: 1%; */
    margin: 10px 0;
}

#bouhan_brand-select section .cate-title .first {
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 0;
    font-size: 1.8em;
}

#bouhan_brand-select section .cate-title .first::before {
    content: '';
    display: block;
    width: .15em;
    height: 1.2em;
    background-color: #0072dd;
    margin-right: .4em;
}

#bouhan_brand-select section .cate-title .more-btn {
    position: relative;
    color: #FFF;
    background: #222;
    padding: .5em 4em;
    display: flex;
    align-items: center;
    border-radius: 100vw;
    font-size: 1.1em;
    border:solid 1px #222;
}

#bouhan_brand-select section .cate-title .more-btn-wrap {
    display: flex;
    gap: 1em;
}

#bouhan_brand-select section .cate-title .more-btn:hover {
    color: #222 !important;
    background-color: #fff;
    border:solid 1px #222;
}

#bouhan_brand-select section .cate-title .more-btn span {
    position: absolute;
    right: 2%;
    background: #FFF;
    width: 2.3em;
    height: 2.3em;
    border-radius: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#bouhan_brand-select section .cate-title .more-btn span::before {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .35em;
    height: .35em;
    margin-bottom: -.1em;
    margin-left: -.1em;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

#bouhan_brand-select h3 {
    text-align: center;
    padding: 0;

    & span {
        color: var(--title-text-color);
    }
}



#bouhan_brand-select .swiper-wrapper~.swiper-pagination-bullets {
    text-align: center;
    padding-bottom: 2%;
    position: absolute;
    bottom: -40px;
}

#bouhan_brand-select .item-list {
    display: flex;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    padding-bottom: 1%;
    overflow-x: scroll;
}

#bouhan_brand-select .item-list .item {
    width: 200px;
    background-color: #fff;
    border-radius: 20px;
    flex-shrink: 0;
    padding: 1rem;
    border: solid 2px #ccc;
    box-shadow: 3px 3px #ccc;
    color: #222;
    transition: .3s;

}
#bouhan_brand-select .item-list .item:hover { 
    opacity: .7;
    transition: .3s;
}
#bouhan_brand-select .item-list .item a:hover {
    color: #222!important;
}
#bouhan_brand-select .item-list::-webkit-scrollbar {
    width: 5px;
}

#bouhan_brand-select .item-list::-webkit-scrollbar-track {
    background-color: transparent;
}

#bouhan_brand-select .item-list::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
}




#bouhan_brand-select .item-list .item-name h5 {
    text-align: center;
    padding: 2% 0 2%;
    font-size: 0.9rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#bouhan_brand-select .item-list .item-sokyu {
    font-weight: bold;
    text-align: center;
    margin-bottom: 1%;
}
#bouhan_brand-select .item-list .item-sokyu p {
    font-size: 1.0em;
    font-weight: 500;
}

#bouhan_brand-select .item-price {
    display: flex;
    justify-content: center;
    margin-bottom: 2%;
    position: relative;
    flex-direction: column;
    text-align: center;
}

#bouhan_brand-select .item-price__icon {
    font-size: 1.2em;
    color: #ff2a2a !important;
    font-weight: 700;
    letter-spacing: 0.01em;
    margin: 0 auto .4em;
    background-color: #f1da3e;
    display: flex;
    align-items: center;
    padding: .3em 1em;
    line-height: 1;
    /* width: max-content; */
    justify-content: center;
    text-align: center;
}

#bouhan_brand-select .item-price__icon.sale {
    color: #FFF !important;
    background-color: #ff2a2a;
}

#bouhan_brand-select .item-price__icon.point {
    color: #ff2a2a !important;
    background-color: #f1da3e;
    font-size: .9em;
    margin-right: 2%;
}


#bouhan_brand-select .price {
    font-size: 2em;
    color: #ff2a2a !important;
    text-shadow: 2px 2px #ffedb3;
    font-family: "Hind", sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1em;
    height: 2rem;
}

#bouhan_brand-select .price.ja {
    font-size: 1.5em;
}

#bouhan_brand-select .item-review {
    border-top: 1px dashed #f9d16f;
    padding: 2% 0 0;
    width: 80%;
    margin: 0 auto;
}

#bouhan_brand-select .item-review_txt {
    line-height: 1.6em;
    font-size: 1.1em;
    text-align: center;
    padding: 1% 0 1.5%;

}

#bouhan_brand-select .item-arrow {
    display: none;
    /* position: absolute;
    right: 3%;
    top: 2%; */
}

#bouhan_brand-select .item-arrow .shosai {
    position: relative;
    display: block;
    font-size: 1em;
    padding: 1em 1em 1em 1em;
    border-radius: 100em;
    background-color: #ff2a2a;
    color: #FFF;
}

#bouhan_brand-select .item-arrow .shosai::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: .4em;
    height: .4em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    top: 0;
    bottom: 0;
    right: 39%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 0.3s ease 0s;
}

/*==============================================
商品ラインアップ ここまで
================================================*/







