.hall-list-item {
  display: grid;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  align-content: start;
}

.hall-list-item:hover .hall-list-item__image img {
  scale: 1.1;
}

.hall-list-item:hover .hall-list-item__container {
  opacity: 0.5;
}

.hall-list-item__category {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: var(--custom_style_color_gold);
}

.hall-list-item__image {
  overflow: hidden;
  width: 100%;
}

.hall-list-item__image img {
  aspect-ratio: 3/2;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: scale 2s;
  width: 100%;
}

.hall-list-item__container {
  transition: opacity 1s;
}

.hall-list-item__container__sub,
.hall-list-item__container__time {
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "EB Garamond", serif;
  color: var(--custom_style_color_gold);
}

.hall-list-item__container__sub {
  color: var(--custom_style_color_black);
}

.hall-list-item__container__tags {
  display: flex;
  gap: 0.5rem;
  letter-spacing: 0.1em;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  color: var(--custom_style_color_gold);
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.hall-list-item__container__tags__item {
  border-radius: 10em;
  padding: 0.5rem 1rem;
  border: solid 1px var(--custom_style_color_gold);
}

.hall-list-item__container__title {
  font-size: 2rem;
  line-height: 1.15;
  margin: 0;
  margin-bottom: 2rem;
}

.hall-list-item__container__text {
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  margin-top: 1.5rem;
  -webkit-line-clamp: 3;
}

.hall-list-item__container__overview {
  margin-top: 3rem;
}

.hall-list-item__container__overview__item {
  display: grid;
  grid-template-columns: 8rem auto;
  align-items: center;
  font-size: 1.1rem;
  border: solid var(--custom_style_color_gray);
  border-width: 0 0 0.1rem;
  padding: 1.5rem 0;
}
.hall-list-item__container__overview__item:first-child {
  border-width: 0.1rem 0;
}

.hall-list-item__container__overview__item__text {
  line-height: 1;
  padding-left: 1.5rem;
  border: solid var(--custom_style_color_gray);
  border-width: 0 0 0 0.1rem;
}

.post__comp__btn {
  display: grid;
  justify-items: center;
}

@media screen and (min-width: 768px) {
  .post__comp {
    margin: 28rem auto;
  }
  .post__comp__list {
    padding: 8rem 0 4rem;
  }
  .hall-list-item.hall-list-item-start {
    scroll-margin-left: -7.7rem;
  }
  .hall-list-item.hall-list-item-center {
    scroll-margin-left: -26rem;
  }
  .hall-list-item__category {
    margin-bottom: 2rem;
  }
  .hall-list-item__image {
    margin-bottom: 3rem;
  }
  .hall-list-item__container__sub {
    margin-bottom: 1rem;
  }
  .hall-list-item__container__sub,
  .hall-list-item__container__time {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
  }
  .hall-list-item__container__tags {
    font-size: 1rem;
  }
  .hall-list-item__container__text {
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  .post__comp__btn {
    justify-items: center;
  }
}
@media screen and (max-width: 767px) {
  .post__comp {
    margin: 10rem auto;
  }
  .post__comp__list {
    padding: 5rem 0 4rem;
  }
  .hall-list-item__category {
    margin-bottom: 1.5rem;
  }
  .hall-list-item__image {
    margin-bottom: 1.5rem;
  }
  .hall-list-item__container {
    padding-left: 2rem;
  }
  .hall-list-item__container__sub {
    margin-bottom: 0.6rem;
  }
  .hall-list-item__container__sub,
  .hall-list-item__container__time {
    font-size: 1rem;
    margin-bottom: 1.2rem;
  }
  .hall-list-item__container__tags {
    font-size: 0.9rem;
  }
  .hall-list-item__container__title {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    line-height: 1.5;
  }
  .hall-list-item__container__excerpt {
    margin-bottom: 2rem;
  }
  .hall-list-item__container__text {
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
  .hall-list-item__container__excerpt {
    margin-bottom: 3rem;
  }
  .hall-list-item__container__overview__item {
    grid-template-columns: 7.5rem auto;
    font-size: 1rem;
    padding: 1rem 0;
  }
  .post__comp__btn {
    justify-items: end;
    margin-right: 4rem;
  }
}

/*# sourceMappingURL=component-hall-list-item.css.map */
