/*ロゴ*/
.ec-headerTitle .ec-headerTitle__title h1{margin: 0;padding: 15% 0 7%;text-align: right;}
/* カスタマイズ用CSS */
.ec-footerRole{background:#b2292e;}
.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search{background:#b2292e;}
.ec-newsRole .ec-newsRole__newsCloseBtn{background:#b2292e;}
.ec-secHeading{border-bottom:2px solid #b2292e !important;}

.ec-layoutRole .ec-layoutRole__contents{margin-bottom:3em;}
.ec-pageHeader h1{border-bottom: 2px solid #b2292e;}
/*金額*/
.ec-newItemRole .ec-newItemRole__listItemPrice{color:#b2292e !important;}
.ec-productRole .ec-productRole__price{color:#b2292e !important;}

/*トピックタイトル*/
.ec-eyecatchRole .ec-eyecatchRole__introTitle {font-size:20px;}

/*黒色*/
.ec-inlineBtn--top,.ec-blockBtn--top{background-color:#221815;border-color:#221815;}

/*リンク透過*/
a:hover{
    transition: 0.7s ;
    opacity: 0.5 ;
}
/*ポリシー見出し*/
.ec-heading-bold{border-bottom: 1px solid #ccc;}
/*ポリシー文間*/
.ec-off1Grid .ec-off1Grid__cell{line-height:1.75em;}

/*特定商取引法に基づく表記*/
.ec-borderedDefs dt{padding-top:0;}
.ec-borderedDefs dd{line-height:1.75em;}

/*リストマークリセット*/
 ul{list-style: none;padding-left:1em;}

/*ヘッダー固定*/
.ec-headerNaviRole{left: 50%;transform: translate(-50%, 0);position: fixed;z-index: 9999;background-color: #fff;}

/*ガイドボックス*/
.guide_box{padding:1em;}
.guide_box dl dt{border-bottom: 1px solid #ccc;}
.guide_box dl dd{padding:1em;}

/*タイトルバー*/
.ec-secHeading{border-bottom: 2px solid #ff0000;}

/* トップページ新着商品リスト */
.ec-newItemRole .ec-newItemRole__list{
    flex-wrap:wrap;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
    width:20%;
    margin:0 auto 20px auto;
}
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a{
    max-width:96%;
    display:block;
}
.ec-newItemRole .ec-newItemRole__listItemPrice{
    color:#cc0000;
    font-weight:bold;
    text-align: right;
    font-size:18px;
}
.ec-newItemRole .ec-newItemRole__listItemHeading{
    margin-top:5%;
}

.ec-orderAccount .ec-orderAccount__account,
.ec-orderDelivery__address,.ec-orderDelivery__actions,.ec-blockRadio,.ec-radio{
    text-indent:2em;
}
.banner{
    width: calc(100% / 5) !important;
    padding: 1%;
}

@media screen and (min-width:768px){
    .ec-categoryRole .ec-categoryRole__list{
        flex-wrap: wrap !important;
    }
    .ec-categoryRole .ec-categoryRole__listItem:not(:last-of-type){
        margin-right: 0 !important;
    }
}    
@media screen and (max-width:768px){
    .ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
        width:33.3%;
    }
    .ec-orderAccount .ec-orderAccount__account,
.ec-orderDelivery__address,.ec-orderDelivery__actions,.ec-blockRadio,.ec-radio{
        text-indent:1em;
    }
    .banner{
        width: calc(100% / 3) !important;
    }
}

/*商品ページ*/
.price02-default{
    text-align:right;
    font-size: 1.25em;
    margin:5% 0;
}
.ec-productRole__priceRegularTax{
    font-size: small;
}

/*カートメッセージ*/
.ec-cartNaviNull .ec-cartNaviNull__message{background:#b2292e;}

/*カートフローボタン*/
.ec-progress .is-complete .ec-progress__number{background:#b2292e;}

/*カートに入れるボタン*/
.ec-blockBtn--action{background:#b2292e;}

/*カート内スクロール*/
.ec-cartNaviIsset.is-active{
    max-height:90vh;
    overflow: scroll;
}

/*注意書き*/
.item_attention{
	background-color: #EFEFEF;
}
.item_attention h4.yoyaku{
	background-color:#2DA0CD;
	color:#fff;
	padding: 1%;
	margin: 2% 0 0;
}
.item_attention h4.jyuchu{
	background-color:#b2292e;
	color:#fff;
	padding: 1%;
	margin: 2% 0 0;
}
.item_attention span.red{
	color:#ff0000;
}
.item_attention p{
	padding: 1%;
}

.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem a{
    color:#000000;
}
@media screen and (max-width: 768px){
.ec-newItemRole .ec-newItemRole__list .ec-newItemRole__listItem{
    width:45%;
}
}