/* カスタマイズ用CSS */
.ec-headPromotionRole__content .siteTitle .siteName,.ec-headPromotionRole__content .siteCatchcopy .text {
    text-shadow: 1px 1px 10px rgb(0 0 0);
}
.ec-productRole__share,.ec-footerSocial{
	display: none;
}
.ec-topicRole .ec-topicRole__item:nth-child(2n) .image:after {
    background: linear-gradient( 
90deg, #ffff4f 0%, #fffce2 50%, #fff 50%, #fff 100%);
}
.ec-topicRole .ec-topicRole__item:nth-child(2n+1) .image:after {
background: linear-gradient( 
90deg, #ffdfb1 0%, #f38629 50%, #fff 50%, #fff 100%);
}
.ec-topicRole .ec-topicRole__item:nth-child(3) .image:after {
    background: linear-gradient( 
90deg, #cd2f5f 0%, #cb6d89 50%, #fff 50%, #fff 100%);
}