/* カスタマイズ用CSS */

.pc{ display: block; }
.sp{ display: none; }

.ec-sliderRole{
    position: relative;
}
.head_mark{
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -55%);
	height: 70%;
	max-height: 393px;
}
.head_mark img{ height: 100%; width: auto; }

/*トップTOPICS*/
.ec-topicRole .ec-topicRole__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ec-topicRole .ec-topicRole__listItem {
    width: calc( 100% / 2 - 30px );
    margin-bottom: 30px;
 }
.ec-topicRole .ec-topicRole__listItem:not(:last-of-type) {
    margin-right: 0;
}

/* トップページ新着商品リスト */
.ec-newItemRole .ec-newItemRole__list{
    flex-wrap:wrap;
    justify-content: space-between;
}
.ec-newItemRole .ec-newItemRole__list::before {
    display: block;
    content:"";
    width:20%;
    order:1;
}
.ec-newItemRole .ec-newItemRole__list::after {
    display: block;
    content:"";
    width:20%;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem {
    width:20%;
    margin-right: 20px;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem:nth-of-type(4n) {
    width:20%;
    margin-right: 0;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a{
    max-width: 100%;
    display: block;
}
.ec-newItemRole .ec-newItemRole__listItemPrice{
    color: #cc0000;
    font-weight: bold;
    text-align: right;
    font-size: 18px;
}

/*ボタン背景色*/
.ec-blockBtn--top,.ec-inlineBtn--top {
    display: block;
    background-color: #996666;
    max-width: 260px;
    height: 56px;
    line-height: 56px;
    padding: 0;
    border: none;
    margin-left: auto; margin-right: auto;
}

/*詳細ページ*/
.ec-grid2{
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: dotted 1px #ccc;
}
.fr_item_1{
    margin-bottom: 20px;
}
.fr_item_1 span{
    color: #6699ff;
}
.ec-categoryNaviRole{
    margin-bottom: 40px;
}

/*商品一覧*/
.list_pr_name{
    font-weight: 600;
    margin-bottom: 10px;
}
.price02-default{
    color:#de5d50;
    font-weight: 600;
    margin-bottom: 10px;
}
.list_pr_text{
    margin-bottom: 10px;
}
.gff_item_btn1{
    background-color: #996666;
    color: #fff;
    width: 100%;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width:768px){
.pc{ display: none; }
.sp{ display: block; }
.ec-newItemRole .ec-newItemRole__list::before {
    display: none;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
    width: calc( 33.3% - 10px );
    margin-right: 10px;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem:nth-of-type(4n){
    width: calc( 33.3% - 10px );
    margin-right: 10px;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem:nth-of-type(3n) {
    width: calc( 33.3% - 10px );
    margin-right: 0;
}
/*トップTOPICS*/ 
.ec-topicRole .ec-topicRole__listItem {
    width: 100%;
} 
 
/*ボタン背景色*/
.ec-blockBtn--top,.ec-inlineBtn--top {
    max-width: 100%;
}

}

/*211004*/
.tokuhou_soryo_pref .clear{
    width: 100%;
    border-bottom: solid 1px #eee;
}
.tokuhou_soryo_pref .clear:last-child{
    border-bottom: none;
}
.tokuhou_soryo_pref p{
   margin: 0;
}
.tokuhou_soryo_1{
    font-weight: 700;
    color: #06c;
    padding-top: 10px;
}
.tokuhou_soryo_2{
    font-size: 0.8em;
}
.tokuhou_soryo_price{
    padding-bottom: 10px;
    padding-top: 5px;
    font-weight: 700;
}