/* all black project 2022/0225 */

.ec-eyecatchRole .ec-eyecatchRole__introTitle .ec-eyecatchRole__introDescription {
    color: white;

}

body {
    color: white;
}

/* カスタマイズ用CSS */
.ec-headerTitle .ec-headerTitle__title a {
      display: inline-block;
      margin-bottom: 30px;
      text-decoration: none;
      font-size: 20px;
      font-weight: bold;
      color: white; 
}
 
 
div.ec-headerTitle__title a:link {
    color: white;
}
 
div.ec-headerTitle__title a:hover {
    color: white;
}
 
div.ec-headerTitle__title a:active {
    color: white;
} 

.ec-layoutRole {
    background: #000;
    color: white;

}


.ec-role .ec-shelfRole .ec-eyecatchRole .ec-eyecatchRole__intro {
    color: white;
}

.h1, .h2, .h3, .h4, .h5, .h6{
    color: white;
}

/*
.product_page .ec-grid2 {
display: block;
max-width: 1000px;
margin: 0 auto;
}

/