/* 1枚目 */
/*
.page-index-main-visual__item:first-child {
  background-color: #newColor;
}
*/

/* 2枚目 */
/*
.page-index-main-visual__item:nth-child(2) {
  background-color: #newColor;
}
*/

/* 3枚目 */
/*
.page-index-main-visual__item:nth-child(3) {
  background-color: #newColor;
}
*/