:root {
  --mainColor: ;
  --mainFontColor: rgba(0, 0, 0, 0.85);
  --mainBorder: 1.5px solid var(--mainFontColor);
}

#mainBg {
  background-image: url(img/bg.jpg);
}

.mainCover {
  background-color: rgba(255, 255, 255, 0.329);
}

#home {
  background-image: url(img/home.jpg);
}

.homeCover {
  /*background-color:rgba(64,33,15,0.1);*/
}

#sns ul li a {
  filter: brightness(0);
}

h3,
h2 {
  text-align: center;
  letter-spacing: 5px;
  font-weight: bold;
}

p,
li {
  text-align: center;
  letter-spacing: 2px;
  font-weight: normal;
}

.mainList li a {
  font-weight: bold;
}

#about p {
  margin-left: 5%;
  margin-right: 5%;
}

.item4 {
  width: 22%;
  margin: auto;
  margin-bottom: 20px;
}

@media only screen and (max-width: 950px) {
.mainList li a {
  color: white;
}
}
@media only screen and (max-width: 950px) {
  .item4 {
    width: 30%;
  }
}

@media only screen and (max-width: 600px) {
  .homeCover h4 {
    padding-left: 25px;
  }
}


.slick-prev {
  background: url(img/pointer.png) center center no-repeat;
  background-size: 100% auto;
}

.slick-next {
  background: url(img/pointer.png) center center no-repeat;
  background-size: 100% auto;
  transform: rotatey(180deg);
}