.hc-breadcrumb {
  background-color: rgba(90, 48, 13, 0.1);
  padding-block: 10px;
}
.hc-breadcrumb nav {
  align-items: center;
  display: flex;
  overflow: auto;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.hc-breadcrumb a {
  align-items: center;
  color: var(--hc-root);
  display: inline-flex;
  line-height: 1;
  text-decoration: none;
  transition: color 0.5s;
}
.hc-breadcrumb a::after {
  background-color: var(--hc-root);
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 5px;
  margin-inline: 10px;
  width: 5px;
}
.hc-breadcrumb a:hover {
  color: var(--hc-primary);
}
.hc-breadcrumb a:first-child {
  font-size: 0;
}
.hc-breadcrumb a:first-child::before {
  content: "\e88a";
  display: inline-block;
  font-size: 2rem;
  font-family: var(--hf-icon);
}
.hc-breadcrumb a:last-child {
  color: var(--hc-primary);
  pointer-events: none;
}
.hc-breadcrumb a:last-child::after {
  display: none;
  margin-left: 0;
}
.hc-breadcrumb::-webkit-scrollbar {
  background-color: var(--hc-scroll-bg);
  height: 5px;
  overflow: visible;
  width: 5px;
}
.hc-breadcrumb::-webkit-scrollbar-button {
  height: 0;
  width: 0;
}
.hc-breadcrumb::-webkit-scrollbar-track {
  background-clip: padding-box;
}
.hc-breadcrumb::-webkit-scrollbar-track:hover {
  background-color: var(--hc-scroll-bg);
}
.hc-breadcrumb::-webkit-scrollbar-track:active {
  background-color: var(--hc-scroll-bg);
}
.hc-breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 16px;
  background-color: var(--hc-scroll-thumb);
  background-clip: padding-box;
  border: solid transparent;
  border-width: 1px 1px 1px 0px;
  min-height: 28px;
  padding: 100px 0 0;
}
.hc-breadcrumb::-webkit-scrollbar-thumb:hover, .hc-breadcrumb::-webkit-scrollbar-thumb:active {
  background-color: var(--hc-scroll-thumb);
}
.hc-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.hc-pagination a {
  align-items: center;
  border: 1px solid rgba(90, 48, 13, 0.2);
  background-color: var(--hc-1);
  border-radius: 100%;
  color: var(--hc-root);
  display: inline-flex;
  font-size: 1.4rem;
  font-weight: 500;
  height: 30px;
  justify-content: center;
  line-height: 1;
  margin: 0 2px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s;
  width: 30px;
}
.hc-pagination a.current, .hc-pagination a:hover {
  background-color: var(--hc-primary);
  color: var(--hc-1);
}
.hc-pagination a.current {
  cursor: default;
  pointer-events: none;
}
.hc-post {
  background-color: rgba(90, 48, 13, 0.1);
  padding-block: 50px;
}
.hc-post--category {
  padding-block: 50px;
}
.hc-post__item {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.hc-post.is-inview .hc-post__item {
  opacity: 1;
  transform: translateY(0);
}
.hc-post.is-inview .hc-post__item:nth-child(1) {
  transition-delay: 0s;
}
.hc-post.is-inview .hc-post__item:nth-child(2) {
  transition-delay: 0.15s;
}
.hc-post.is-inview .hc-post__item:nth-child(3) {
  transition-delay: 0.3s;
}
.hc-post.is-inview .hc-post__item:nth-child(4) {
  transition-delay: 0.45s;
}
.hc-post__row {
  gap: 50px;
  display: flex;
}
.hc-post__row--3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.hc-post__row--3 .hc-post__col {
  width: calc((100% - 60px) / 3);
}
.hc-post__row--3 .hc-post__item {
  height: 100%;
  padding-bottom: 15px;
  opacity: 1;
  transform: translateY(0);
}
.hc-post__sidebar {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.hc-post__sidebar .hc-post__item {
  height: 100%;
  padding-bottom: 15px;
  opacity: 1;
  transform: translateY(0);
}
.hc-post__sidebar .hc-post__ttl {
  font-size: 1.5rem;
}
.hc-post__col {
  width: calc(50% - 25px);
}
.hc-post__col:last-child {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.hc-post__item {
  align-items: flex-start;
  background-color: var(--hc-1);
  border: 1px solid rgba(90, 48, 13, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}
.hc-post__item--small {
  flex-direction: row;
  padding-bottom: 0;
}
.hc-post__item--small .hc-post__avatar {
  height: 100%;
  margin-bottom: 0;
  overflow: hidden;
  padding-top: 0;
  width: 175px;
}
.hc-post__item--small .hc-post__avatar img {
  position: relative;
}
.hc-post__item--small .hc-post__ttl {
  font-size: 1.6rem;
}
.hc-post__info {
  flex: 1;
  padding-block: 20px;
}
.hc-post__avatar {
  display: block;
  margin-bottom: 15px;
  overflow: hidden;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.hc-post__avatar img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  transition: transform 0.5s ease;
  top: 0;
  width: 100%;
}
.hc-post__type {
  background-color: var(--hc-primary);
  display: inline-block;
  color: var(--hc-1);
  font-size: 1rem;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.hc-post__ttl {
  color: var(--hc-primary);
  display: block;
  font-size: 1.8rem;
  font-family: var(--hff-title);
  padding-inline: 20px;
  transition: color 0.3s ease;
}
.hc-post__time {
  color: rgba(90, 48, 13, 0.5);
  display: block;
  font-size: 1.2rem;
  margin-bottom: 5px;
  margin-left: 20px;
}
@media only screen and (min-width: 1025px) {
  .hc-post__item:hover {
    cursor: pointer;
  }
  .hc-post__item:hover .hc-post__avatar img {
    transform: scale(1.05);
  }
  .hc-post__item:hover .hc-post__ttl {
    color: var(--hc-3);
  }
  .hc-post__item:hover .hc-post__time::after {
    color: var(--hc-3);
    transform: translateX(5px);
  }
}
@media only screen and (max-width: 992.98px) {
  .hc-post__row {
    flex-direction: column;
    row-gap: 10px;
  }
  .hc-post__row--3 {
    gap: 20px;
  }
  .hc-post__row--3 .hc-post__col {
    width: calc((100% - 40px) / 3);
  }
  .hc-post__col {
    width: 100%;
  }
  .hc-post__item {
    width: 100%;
  }
  .hc-post__ttl {
    font-size: 1.6rem;
    padding-inline: 15px;
  }
  .hc-post__time {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .hc-post--category {
    padding-block: 30px;
  }
  .hc-post__row {
    flex-direction: column;
    row-gap: 10px;
  }
  .hc-post__row--3 {
    gap: 10px;
  }
  .hc-post__row--3 .hc-post__col {
    width: calc(50% - 5px);
  }
  .hc-post__item {
    width: 100%;
  }
  .hc-post__item--small {
    flex-direction: column;
  }
  .hc-post__item--small .hc-post__avatar {
    width: 100%;
  }
  .hc-post__time {
    margin-left: 15px;
  }
  .hc-post__avatar {
    width: 100%;
  }
  .hc-post__info {
    width: 100%;
  }
}
@media only screen and (max-width: 576px) {
  .hc-post__row {
    flex-direction: column;
    row-gap: 10px;
  }
  .hc-post__row--3 .hc-post__col {
    width: 100%;
  }
}

.hl-primary {
  background-color: var(--hc-1);
  padding-top: 100px;
}