/* キービジュアル */
.kv-by {
  background: url('/wp-content/themes/swell_child/edit/img/kv-archive-event_post-by.jpg') no-repeat center;
  background-size: cover;
  height: 498px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: var(--fs-big-by);
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1024px){
  .kv-by {
    height: 200px;
  }
}
.kv-by::after {
  background: url("/wp-content/themes/swell_child/edit/img/kv-wave.svg");
  bottom: 0;
  content: '';
  height: 90px;
  position: absolute;
  width: 100%;
}
@media (max-width: 1024px){
.kv-by::after {
    background: url("/wp-content/themes/swell_child/edit/img/kv-wave.svg") center;
    height: 28px;
    bottom: -5px;
  }
}

/* パンくずリストのセクション(postページにはマージンボトムを付ける) */
.sec-breadcrumb-by {
  min-width: 1120px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec-breadcrumb-by {
  min-width: 310px;
}
}


/* メインの横幅 */
.-sidebar-off .l-article, .lp-content .l-article {
    min-width: 1120px;
    max-width: none;
}
@media (max-width: 768px){
  .-sidebar-off .l-article, .lp-content .l-article {
    min-width: 310px;
}
}
.l-mainContent__inner {
    width: 80%;
    margin: auto;
}
@media (max-width: 768px){
.l-mainContent__inner {
    width: 90%;
}
}


/* 日付の横のファイルアイコンを非表示にする */
.c-taxList:before {
    content: none !important;
}


/* パンくずリストの非表示になっている部分を表示 */
.single .p-breadcrumb__item:last-child>span.p-breadcrumb__text {
    display: block !important;
}

/* 横並び */
.-type-card .p-postList__item {
    padding: 16px;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15000000596046448);
    border-radius: 12px;
    width: calc(25% - 16px) !important;
    margin-bottom: 0 !important;
}
@media (max-width: 768px){
  .-type-card .p-postList__item {
    width: 100% !important;
}
}

/* ul */
.p-postList.-type-card, .p-postList.-type-thumb {
    gap: 16px;
}
@media (max-width: 768px){
  .p-postList.-type-card, .p-postList.-type-thumb {
    width: 90%;
    margin: auto;
}
}
/* h2 */
.-type-card .p-postList__title, .-type-list .p-postList__title, .-type-list2 .p-postList__title {
    display: flex;
    align-items: center;
    height: 48px;
}

/* カテゴリー */
.news_category {
    font-size: var(--fs-mini-by) !important;
    border: #1BA2DE solid 1px;
    border-radius: 100vh;
    padding: 4px;
    max-width: 110px;
    text-align: center;
    margin-top: 8px;
}

/* 日付の上の隙間 */
.-type-big .p-postList__body, .-type-card .p-postList__body {
    padding-top: 0;
}

/* レスポンシブのデフォルトの横幅を消す */
@media (max-width: 768px) {
    .p-postList.-type-card, .p-postList.-type-thumb {
        width: auto !important;
        margin: auto;
    }
}