@charset "UTF-8";


/* common.css から上書き
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media (max-width: 1000px) {
	main {
		flex-direction: column;
	}
	article {
		margin-bottom: var(--margin-m);
	} 
	.sidebar {
		margin: 0;
	}
	.sponcer-inner {
		padding-bottom: 0;
		border-bottom: none;
	}
}



/* archiveのみ
–––––––––––––––––––––––––––––––––––––––––––––––––– */

h1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: var(--font-family-en);
	font-weight: 400;
	font-size: 3.6rem;
	letter-spacing: 0.03em;
	line-height: 1.0em;
	color: var(--color-main);
	text-align: center;
	text-transform: capitalize;
	margin-bottom: var(--margin-l);
}
h1 span {
	font-size: 0.8rem;
	letter-spacing: 0;
	line-height: 1.0em;
	margin-top: 0.7em;
}


@media (max-width: 1000px) {
	h1 {
		font-size: 2.6rem;
		margin-bottom: var(--margin-m);
	}
	h1 span {
		font-size: 0.8rem;
	}
}

@media (max-width: 750px) {

}