/* single */
.page--co.single .section-hero .bg-wrap--lg {
  border-top: solid 15px var(--category-color);
  padding: 90px 110px 160px;
}

@media only screen and (max-width: 767px) {
  .page--co.single .section-hero .bg-wrap--lg {
    padding: 50px 15px 30px;
  }
}

.page--co.single .section-hero .headline .logo,
.page--co.index .section-hero .headline .logo {
  max-width: 216px;
}

/* taxonomy-event */

.page--co.index .section-hero {
  color: #fff;
}

.page--co.index .section-hero .bg-wrap {
  background-color: var(--category-color);
  padding: 110px 0 0;
}

.page--co.index .section-hero .headline {
  padding: 0 20px;
}

.page--co.index .section-hero .headline__desc {
  margin: 60px auto 0;
  max-width: 650px;
  text-align: left;
}

.page--co.index .section-hero .content {
  margin-top: 80px;
}

@media only screen and (max-width: 767px) {
  .page--co.index .section-hero .content {
    margin-top: 40px;
  }
}

/*
.page--co.index .section-hero .area__inner {
  display: flex;
  gap: 40px 70px;
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .page--co.index .section-hero .area__inner {
    flex-direction: column;
  }
}
.page--co.index .section-hero .area__meta {
  width: 180px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  flex-shrink: 0;
}

.page--co.index .section-hero .area__date {
  font-size: 2.4rem;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  line-height: 1;
}

.page--co.index .section-hero .area__venue {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.page--co.index .section-hero .area__desc--lg {
  margin: unset;
  flex-grow: 1;
  max-width: unset;
} */

/* co-category */

.page--co.top .section-co-category {
  padding: 64px 0;
}

.page--co.top .section-co-category .section-content .co-category {
}

.page--co.top .section-co-category .section-content .content {
  margin-inline: max(15px, ((100% - 1130px) / 2));
}

.page--co.top .section-co-category .section-content .co-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

@media only screen and (max-width: 767px) {
  .page--co.top .section-co-category .section-content .co-category__list {
    flex-direction: column;
  }
}

.page--co.top .section-co-category .section-content .co-category__list-item {
  width: calc((100% - 80px) / 3);
  display: flex;
  align-items: stretch;
}

@media only screen and (max-width: 767px) {
  .page--co.top .section-co-category .section-content .co-category__list-item {
    width: 100%;
  }
}

.page--co.top .section-co-category .section-content .co-category__card {
  color: #fff;
  background-color: var(--category-color);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.4);
}

.page--co.top .section-co-category .section-content .co-category__header {
  min-height: 116px;
  padding: 35px 20px 24px;
}
.page--co.top .section-co-category .section-content .co-category__title {
  font-size: 1.8rem;
  line-height: 1.6;
}
.page--co.top .section-co-category .section-content .co-category__title small {
  font-size: 1.4rem;
}

.page--co.top .section-co-category .section-content .co-category__body {
  flex-grow: 1;
  display: flex;
  gap: 10px;
  flex-direction: column;
  align-items: stretch;
  padding: 35px 20px;
  font-size: 1.4rem;
  line-height: 2;
}

.page--co.top .section-co-category .section-content .co-category__thumbnail {
}

.page--co.top .section-co-category .section-content .co-category__thumbnail img {
  width: 100%;
}

.page--co.top .section-co-category .section-content .co-category__link {
  color: #fff;
  text-align: right;
  text-decoration: underline;
  margin-top: auto;
  margin-left: auto;
}

/* section-venue-index */
.page--co .section-venue-index {
  padding-top: 70px;
}

.page--co .section-venue-index .entry {
  border-top: solid 10px var(--category-color);
}

.page--co .section-venue-index .panel {
  position: relative;
}

.page--co .section-venue-index .entry__badge {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  background-color: #000000;
  border: solid 1px #595959;
  display: inline-flex;
  min-height: 30px;
  line-height: 1;
  padding: 6px 8px;
  border-radius: 3px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}

.page--co .section-venue-index .entry__content .more a {
  font-weight: 400;
}

/* bg-typo */

.bg-typo {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 58px;
}

.bg-typo__wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  gap: 58px;
}

.bg-typo__wrap img {
  max-width: unset;
  transition: all 1200ms cubic-bezier(0.25, 1, 0.5, 1) 0s;
}

.page--co.index .section .headline__title {
  text-transform: none;
}