#commonsize{
    margin-top: 10px;
}
section.realbuyitem{
    width: 1060px;
    margin: 50px auto;
    position: relative;
}

section.realbuyitem p.title{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    
}
div.scrollable{
    overflow-x: scroll;
    margin-bottom: 100px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
div.scrollable ul{
    display: flex;
    width: 3680px;
    

}
div.scrollable ul li{
    width: 184px;
    box-sizing: border-box;
    padding: 5px;
    
}
div.scrollable ul li img{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
div.scrollable ul li p{
    font-size: 12px;
}
a.scroll-left, a.scroll-right {
    position: absolute;
    top: 150px;
    border: 1px solid #dadada;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    background: #fff;
    display: block;
    transition: .3s;
}
a.scroll-left {
    left: 0;
    transform: translateX(-50%);
}
a.scroll-right {
    right: 0;
    transform: translateX(50%);
}
a.scroll-left::before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #575757;
    border-left: 1px solid #575757;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(-45deg)translate(1px,-3px);
    content: "";
    display: block;
}
a.scroll-right::before {
    width: 6px;
    height: 6px;
    border-top: 1px solid #575757;
    border-right: 1px solid #575757;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: rotate(45deg)translate(-5px,0px);
    content: "";
    display: block;
}
div.scrollable::-webkit-scrollbar{
    display: none;

}
div#comment_item_list{
    margin-top: 30px;
}
div#comment_item_list ul li{
    display: flex;
    margin-bottom: 50px;
    
    position: relative;

}
div.product{
    width: 45%;
    display: flex;
}
div.product_detail span.new_ico{
    display: inline-block;
    padding-right: 10px;
}
div.product div.img{
    width: 220px;
    box-sizing: border-box;
    padding-right: 20px;
}
div.comment{
    width: 55%;
    box-sizing: border-box;
    padding-right: 5%;
}
div#comment_item_list ul li img{
    display: block;
    width: 100%;
}
div.comment span.title{
    font-size: 14px;
    font-weight: bold;
}
div.comment span.date{
    color: #999;
    font-size: 12px;
    margin-left: 5px;
}
span.hide-text{
    display: none;
}
span.readmore{
    position: relative;
    border: 1px solid #dadada;
    width: 100px;
    display: block;
    text-align: center;
}
span.readmore::before{
    content: "もっと見る";
    position: relative;
    left: -6px;
}
span.readmore::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(135deg);
    position: absolute;
    right: 13px;
    bottom: 8px;
}
span.readmore.on-click::before{
    content: "閉じる";
    left: -6px;
}
span.readmore.on-click::after{
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    bottom: 5px;
}

div#article_item_list{
    margin-top: 20px;
}

/*商品詳細 */
div.staff_comment_block p.review_name{
    margin-top: 3px;
    font-size: 12px;
    text-align: center;
}
div.staff_comment_block p.review_name::after{
    content: "";
    display: none;
}
div.staff_comment_block .reviewer_profile_img {
    width: 110px;
}
div.staff_comment_block div.reviewer_profile_info{
    width: 390px;
}