@charset "UTF-8";
@media screen and (min-width: 769px) {
	#archive {
		padding: 100px 0;
	}
}
@media screen and (max-width: 768px) {
	#archive {
		padding: 70px 0;
	}
}
#head {
	position: relative;
	padding-left: 20px;
	font-family: "Cormorant Garamond", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
	font-weight: 700;
	letter-spacing: 0.05em;
}
#head:before {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 0;
	margin: auto 0;
	border-top: 1px solid;
	content: "";
}
@media screen and (min-width: 769px) {
	#head {
		margin-bottom: 80px;
		font-size: 3rem;
	}
}
@media screen and (max-width: 768px) {
	#head {
		margin-bottom: 32px;
		font-size: 2.5rem;
		line-height: 4rem;
	}
}
#category {
	margin-bottom: 40px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-weight: 700;
}
#category .category_list_item {
	padding: 0 1em;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
}
#category .category_list_item + .category_list_item {
	margin-left: -1px;
}
#category_list {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
}
@media screen and (min-width: 769px) {
	#category {
		font-size: 1.4rem;
	}
	#category_head {
		margin-right: 32px;
	}
	#category_box {
		display: -webkit-box;
		display:    -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         box;
		display:         flex;
	}
}
@media screen and (max-width: 768px) {
	#category {
		font-size: 1.2rem;
		font-size: clamp(1rem, 3.2vw, 1.2rem);
	}
	#category_head {
		margin-bottom: 10px;
	}
}
@media screen and (min-width: 769px) {
	#archive_list {
		display: -webkit-box;
		display:    -moz-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display:         box;
		display:         flex;
		margin: 0 -18px 20px;

		-webkit-box-lines: multiple;
		   -moz-box-lines: multiple;
		     -o-box-lines: multiple;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		     -o-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: space-between;
		        justify-content: space-between;
	}
	#archive_list:before, #archive_list:after {
		display: block;
		content: "";

		-webkit-box-ordinal-group: 9999;
		   -moz-box-ordinal-group: 9999;
		     -o-box-ordinal-group: 9999;
		-ms-flex-order: 9999;
		-webkit-order: 9999;
		        order: 9999;
	}
}
@media screen and (max-width: 768px) {
	#archive_list {
		margin: 0 -18px;
	}
}
@media screen and (min-width: 1300px) {
	#archive_list:before, #archive_list:after {
		width: 25%;
	}
}
@media screen and (max-width: 1299px) and (min-width: 800px) {
	#archive_list:before, #archive_list:after {
		width: 33.33333%;
	}
}
@media screen and (max-width: 799px) and (min-width: 769px) {
	#archive_list:before, #archive_list:after {
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	#archive_list:before, #archive_list:after {
		content: none;
	}
}
.archive_list_item {
	max-width: 100%;
}
.archive_list_item_link {
	display: block;
}
.archive_list_item_photo {
	margin-bottom: 14px;
}
.archive_list_item_text_basicdata {
	display: -webkit-box;
	display:    -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         box;
	display:         flex;
	margin-bottom: 10px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.archive_list_item_text_date {
	margin-right: 1em;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2rem;
}
.archive_list_item_text_tag {
	padding: 0 0.5em;
	border: 1px solid;
	font-weight: 700;
	line-height: 1.8rem;
}
.archive_list_item_text_title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2.2rem;
}
@media screen and (min-width: 769px) {
	.archive_list_item {
		padding: 0 18px 80px;
	}
}
@media screen and (max-width: 768px) {
	.archive_list_item {
		padding: 0 18px 50px;
	}
}
@media screen and (min-width: 1300px) {
	.archive_list_item {
		width: 25%;
	}
}
@media screen and (max-width: 1299px) and (min-width: 900px) {
	.archive_list_item {
		width: 33.33333%;
	}
}
@media screen and (max-width: 899px) and (min-width: 769px) {
	.archive_list_item {
		width: 50%;
	}
}
