/* カスタマイズ用CSS */
.ec-headerTitle img {
    margin-left:10px;
    margin-top:-4px;
}

.ec-footerTitle .ec-footerTitle__logo a {
    font-size: 20px;
}

.ec-productRole {
    margin: 40px auto;
}

.ec-blockBtn--action {
background-color: #FF35B2;
    border-color: #FF35B2;
}

.ec-inlineBtn--action {
    background-color: #FF35B2;
    border-color: #FF35B2;
}

.price02-default {
    font-size: 1.2em;
    color: red;
    font-weight: 600;
}

.ec-eyecatchRole__introTitle {
    color: #FF35B2;
    font-family: heisei-maru-gothic-std, sans-serif;
}

.ec-newItemRole .ec-newItemRole__listItemPrice {
    font-size: 14px;
    color: #FF35B2;
    font-weight: 600;
}

.ec-inlineBtn--top {
        background-color: #FF35B2;
    border-color: #FF35B2;
}

@media only screen and (max-device-width: 480px) {
    .ec-headerRole__title {
    margin-top: 20px;
}
.ec-headerTitle .ec-headerTitle__title a {
    font-size: 16px;
}
.ec-headerTitle img {
    width: 90%;
}
}

.ec-topicRole .ec-topicRole__listItemTitle {
    font-size: 1.2em;
    color: #FF35B2;
    font-weight: 600;
}