@charset "UTF-8";

/* body{
  background-color: blue;
}
 */
/* カテゴリー複数表示用 */
.c-entry-summary--post .c-entry-summary__figure span:nth-of-type(2){
  top: 2.5em;
}

.c-entry-summary--post .c-entry-summary__figure span:nth-of-type(3){
  top: 5em;
}

.c-entry-summary--post .c-entry-summary__figure span:nth-of-type(4){
  top: 7.5em;
}

.c-entry-summary--post .c-entry-summary__figure span:nth-of-type(n + 5){
  display:none;
}

.c-entry-summary__term--category-1{background-color:#CDDC39;}
.c-entry-summary__term--category-6{background-color:#00BCD4;}
.c-entry-summary__term--category-9{background-color:#9C27B0;}

/* ページヘッダー上のテキストを読みやすくするために影をつける */
.c-page-header__content {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

/* アイキャッチヘッダー用オーバーレイ */
.c-page-header:before {
  content: '';
  display: block;
  background-color: rgba(0, 0, 0, .4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.c-page-header__content {
  position: relative;
  z-index: 1;
}

@media (min-width: 64em) {

	[data-scrolled="false"] .logoTop + .custom-logo-link {
		display: none;
	}
	/* スクロールしていな状態ではカラーロゴ非表示 */

	[data-scrolled="true"] .logoTop {
		display: none;
	}
	/* スクロールしたら白ロゴを非表示 */

}