@charset "utf-8";

/**************************************************************
* xxx
**************************************************************/

/* xxx
**************************************************************/

/* xxx
********************************/

@media all and (min-width: 768px) {}
@media all and (max-width: 767px) {}

.ttl--raisapo {
  margin-top: 25px !important;
}

.category__link {
  color:#FB8F8F;
  transition: 0.8s;
}
.category__link:hover {
  opacity: 0.6;
  transition: 0.8s;
}