@charset "utf-8";

section#global-header article nav,
section#global-footer #footer-nav nav {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

section#global-footer #footer-nav .inner {
  letter-spacing: 0;
}

section#global-header article nav a,
section#global-footer #footer-nav nav a {
  margin-left: 0;
}

.pickup-list article figure a::after,
.entry-list article figure a::after {
  display: block;
  content: '';
  width: 100%;
  background-color: #000;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}

#primary .pickup-list article figure a:after,
#primary .entry-list article figure a:after {
  font-size: 14px;
  padding: 6px;
}

#slider-area .inner::after {
  font-size: 0;
}

#primary .contents-block section .txt-link {
  margin-top: 24px;
}

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽ */
/* 202205新カテゴリー「ECC」 */
#archives .ecc #headding-area h1,
#archives .ecc #headding-area h2,
.ecc #primary .contents-block section h6,
.ecc #primary .contents-block section .format h4 span,
.ecc header dt,
.ecc #primary .contents-block section .format h4::before,
.ecc #primary .contents-block section h5 {
  color: #d94c44;
}

#archives .ecc #headding-area,
.ecc #primary .contents-block section h3,
.ecc #primary .contents-block section h5 {
  border-color: #d94c44;
}

.pickup-list article.ecc figure a::after,
.entry-list article.ecc figure a::after,
#slider-area a.ecc .inner::after,
#slider-area a.ecc::after {
  content: 'ECC';
}

section#global-header article nav a.ecc::after,
section#global-footer #footer-nav nav a::after,
.pickup-list article.ecc figure a::after,
.entry-list article.ecc figure a::after,
.ecc p.category,
.ecc #primary .contents-block section .format dl,
#slider-area a.ecc .inner::after,
#slider-area a.ecc::after,
.ecc #primary .contents-block section h6::before {
  background-color: #d94c44;
}

.ecc #primary .contents-block section h3 {
  background-color: #ffe8e1;
}

.ecc p strong {
  background: linear-gradient(transparent 60%, #ffe8e1 60%);
}

.ecc #primary .contents-block section .format dl {
  box-shadow: 7px 7px 0px 0px #ffe8e1;
}

/* 202205新カテゴリー「ECC」 */
/* △△△△△△△△△△△△ */

/* ▽▽▽▽▽▽▽▽▽▽▽▽▽ */
/* コピーガード */
.copyguard {
  pointer-events: none !important;
  background-repeat: no-repeat;
  background-size: cover;
}

@media print {
  .copyguard {
    display: none !important;
  }
}
/* コピーガード */
/* △△△△△△△△△△△△ */