/* カスタマイズ用CSS */
.ec-headPromotionRole__content .siteTitle {
    width: auto;
    height: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
    .ec-headPromotionRole__content .siteTitle {
        width: auto;
        height: 70px;
    }
}

@media only screen and (max-width: 767px) {
    .ec-headPromotionRole__content .siteTitle {
        width: auto;
        height: 50px;
    }
}

.ec-headPromotionRole__content .siteCatchcopy .title {
    text-shadow: -2px 2px 2px #000;
}

.ec-headPromotionRole__content .siteCatchcopy .text {
    text-shadow: -2px 2px 2px #000;
}

.ec-topColumnRole .ec-secHeading .ec-secHeading__maintitle:before {
    background-color: #fff;
    text-shadow: -2px 2px 2px #000;
}

.ec-topColumnRole .ec-secHeading .ec-secHeading__maintitle {
    color: #fff;
    text-shadow: -2px 2px 2px #000;

}

.ec-topColumnRole .postItem .content {
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}