@charset "utf-8";

#list #pickup {
	margin-bottom: 115px;
	position: relative;
}
#list #pickup .item {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
#list #pickup .item:first-child {
	position: relative;
	opacity: 1;
}
#list #pickup .item > * {
	display: flex;
	height: 25vw;
	background: #C4CED6;
}
#list #pickup .item .image {
	width: 50%;
}
#list #pickup .item .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#list #pickup .item .post {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	align-content: flex-end;
	padding: 30px;
	color: #fff;
}
#list #pickup .item .post span {
font-size: 200%;
    font-weight: 400;
    width: 100%;
    line-height: 1;
    margin: 0 0 0.5em 0;
    letter-spacing: 0.025em;
}
#list #pickup .item .post strong {
	font-size: 420%;
	font-weight: normal;
	width: 100%;
	line-height: 1;
	margin: 0;
}

#list #pickup .slick-dots {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: -2.5em;
	left: 0;
	line-height: 1;
}
#list #pickup .slick-dots li {
	display: inline-block;
	margin: 0 0.5em;
}
#list #pickup .slick-dots li button {
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	width: 8px;
	height: 10px;
	border: 1px solid #354443;
	border-radius: 100%;
}
#list #pickup .slick-dots li.slick-active button {
	background: #354443;
}
#list #pickup .slick-slide .item {
	position: relative;
	opacity: 1;
}

/*pc*/
@media screen and (min-width: 769px) {
	#list #pickup .slick-dots li button:hover {
		background: #354443;
	}
}
@media screen and ( min-width: 1400px ) {
	#list #pickup {
		font-size: 16px;
	}
}
@media screen and (min-width: 769px) and ( max-width: 1400px ) {
	#list #pickup {
		font-size: 0.8vw;
	}
	#list #pickup .item .post {
		padding: 2em;
	}
}
/*sp*/
@media screen and (max-width: 768px) {
	#list #pickup {
		margin-bottom: 7em;
	}
	#list #pickup .item > * {
		height: 56vw;
		display: block;
	}
	#list #pickup .item.black * {
		color:#000;
	}
	#list #pickup .item .image {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	#list #pickup .item .post {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 1em 4%;
	}
	#list #pickup .item .post span {
		font-size: 126%;
	}
	#list #pickup .item .post strong {
		font-size: 334%;
	}
	#list #pickup .slick-dots li button {
		width: 0.5em;
		height: 0.7em;
	}
}
	
/*///// post list /////*/
.post_list {
	display: flex;
	flex-wrap: wrap;
	-webkit-font-smoothing: revert;
}
.post_list > li .image {
	width: 100%;
	padding-top: 100%;
	position: relative;
}
.post_list > li .image a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.post_list > li .image a img,
.post_list > li .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}
.post_list > li .category {
	font-size: 123%;
	font-weight: 300;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 1em;
	letter-spacing: 0.06em;
}
.post_list > li .category {
	line-height: 1.2;
}
.post_list > li .category  .main {
	flex: 1;
}
.post_list > li .category  .main li {
	display: inline-block;
}
.post_list > li .category  .main li:after {
	content:'/';
	margin-left: 0.2em;
}
.post_list > li .category  .main li:last-child:after {
	display: none;
}
.post_list > li .category .sub a:before {
	content:'-';
}
.post_list > li .ttl {
	font-size: 169%;
	font-weight: normal;
	display: block;
    letter-spacing: 0.042em;
	margin-top: 0.5em;
}
.post_list > li .ttl a {
	line-height: 1.2;
}
.post_list > li time {
	display: block;
	margin-top: 0.2em;
	font-size: 115%;
	letter-spacing: 0.065em;
}
.post_list > li .tags {
	margin-top: 1.5em;
}
.post_list > li .tags li {
	display: inline-block;
	margin: 0.6em 0.3em 0 0;
}
.post_list > li .tags li a {
	display: inline-block;
	font-size: 148%;
	font-weight: 400;
	color: #646464;
	line-height: 1;
	padding: 0.2em 0.5em;
	border: 1px solid #646464;
	border-radius: 1.5em;
}
.post_list > li .tags li a:before {
	content:'#';
}

/*people / side-b*/
.post_list.people_list li .image,
.post_list.side_b_list li .image {
	margin-bottom: 1em;
}
.post_list.people_list li .num,
.post_list.side_b_list li .num {
	font-size: 123%;
	display: block;
	line-height: 1;
}
.post_list.people_list li .name,
.post_list.side_b_list li .name {
	font-size: 169%;
	font-weight: 300;
	display: block;
	line-height: 1;
	margin: 0.5em 0 0.2em;
}

/*pc*/
@media screen and (min-width: 769px) {
	
	.post_list > li {
		width: 32%;
		margin: 10em 2% 0 0;
	}
	.post_list > li:nth-child(-n + 3) {
		margin-top: 0;
	}
	.post_list > li:nth-child(3n) {
		margin-right: 0;
	}
	
	.post_list > li .category a,
	.post_list > li .ttl a {
		border-bottom: 1px solid transparent;
		transition: border-color 0.3s ease-in;
	}
	.post_list > li .category a:hover,
	.post_list > li .ttl a:hover {
		border-color: #000;
	}
}
@media screen and (min-width: 769px) and ( max-width: 1100px ) {
	.post_list {
		font-size: 11px;
	}
	.post_list > li .tags li a {
		font-size: 123%;
	}
}

/*sp*/
@media screen and (max-width: 768px) {

	.post_list > li {
		width: 48%;
		margin: 3em 0 0 0;
	}
	.post_list > li:nth-child(-n + 2) {
		margin-top: 0;
	}
	.post_list > li:nth-child(even) {
		margin-left: 4%;
	}
	.post_list > li .category {
		font-size: 73%;
	}
	.post_list > li .ttl {
		font-size: 104%;
		line-height: 1;
	}
	.post_list > li time {
		font-size: 65%;
		margin: 0;
	}
	.post_list > li .tags li {
		margin: 0.3em 0 0 0;
	}
	.post_list > li .tags li a {
		font-size: 91%;
	}
	
	/*people*/
	.post_list.people_list li .num,
	.post_list.side_b_list li .num {
		font-size: 100%;
	}
	.post_list.people_list li .name,
	.post_list.side_b_list li .name {
		font-size: 126%;
		margin: 0.2em 0 0.1em;
	}
	
}