:root {
	--dist-tall-gap: calc(var(--grid-gutter) * 3);
}
@media only screen and (max-width:640px) {
	:root {
		--dist-tall-gap: 1.875em;
	}
}
.gendist {
    display: flex;
    flex-wrap: wrap;
    /* margin: calc(0vw - var(--dist-tall-gap)) -0.7em; */
    margin-block: calc(0vw - var(--dist-tall-gap));
    gap: var(--grid-gutter);
    row-gap: 0;

}
.gendist > li {
    width: calc(50% - var(--grid-gutter) * 0.5);
    margin: 0;
    padding: var(--dist-tall-gap) 0;

}

/**/
.gendist > li .tags {
	display: flex;
	flex-wrap: wrap;
	gap: calc(var(--grid-gutter) * 0.25);
    margin-top: calc(var(--grid-gutter) * 0.25);
}
.gendist > li .tags .cell {
	display: inline-block;
	line-height: 1.0em;
	white-space: nowrap;
	padding: 0.5em 0.5em;
	border: solid 1px rgba(0, 0, 0, 1.0);
	border-radius: 0.1em;
}

/**/
.gendist > li a.im-cover {
	display: block;
	position: relative;
	z-index: 0;
    overflow: hidden;
    aspect-ratio: 4/3;
    img {
        width: 100%;
        height: 100%;
    }
}
.gendist > li .im[src="/share/im/ui_dummy.png"] {
	width: 100%;
	height: 100%;
	aspect-ratio: 16/9;
	opacity: 0.5;
}

/**/
.gendist > li .head {
    font-size: 0.8125em;
    padding: 0;
    /* margin-bottom: -0.6em; */
    display: flex;
    justify-content: space-between;
    align-items: flex-end;

}
.gendist > li .info-wrap {
	font-family: var(--font-head-en);
	/*color: rgba(74,74,74,1.0);*/
	margin-top: 0.9375em;
    padding-block: 0;
}
.gendist > li .info-wrap > * {
	color: inherit;
}
.gendist > li .date {
	display: none;
}
.gendist > li .title {
    font-size: 1.3em;
    line-height: 1.5em;
    margin-block: 0.25em 0.5em;
    font-family: var(--font-head-en);
    letter-spacing: -0.01em;

}
.gendist > li .title a {
	display: block;
	line-height: inherit;
	color: inherit;
	font-family: var(--font-head-en);
    line-height: 1.65em;
    letter-spacing: -0.03em;
}
.gendist > li .category {
	font-size: 0.75em;
}
.gendist > li .content-wrap {
	font-size: 1.0em;
	margin-top: 1.5625em;
}
.gendist > li .content-wrap > * {
	margin: 0;
	font-size: 0.9375em;
}
.gendist > li .bizType {
    /* font-size: 0.96em; */
    display: flex;

}
.gendist > li .bizType .cell {
    display: flex;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: -0.03em;
    padding-inline: 0.417em;

}
.gendist > li .bizType .cell:first-child {
    margin-left: -0.417em;

}
.gendist > li .bizType .cell::after {
	content: "/";
	margin: 0 0.3em;
	opacity: 0.35;
}
.gendist > li .bizType .cell:last-child::after {
	content: "";
}
.gendist > li .region {
	display: flex;
}
.gendist > li .region .cell {
	padding: 0 calc(var(--grid-gutter) * 0.5);
}
.gendist .comp-year {
    font-family: var(--font-head-en);
}
.gendist[data-lang="jp"][data-displaymode=""] > li .comp-year::after {
	content: "\05e74";
}

/**/
.gendist > li .im[data-loaded="true"] {
	
}
.gendist > li[data-enablepin="true"] .title {
	font-size: 1.25em;
}

/*control*/
.gendist-control {
	text-align: center;
	margin-top: calc(var(--grid-gutter)*2.5);
	display: none;
}
.gendist-control[data-enable="true"] {
	display: block;
}
.gendist-control .ankerlink.more::after {
	background-image: url(/share/im/nv_simar-down-wh.svg);
}
.gendist-control > .bt {
	width: 100%;
	margin: 0 auto;
	max-width: 60%;
}
@media only screen and (max-width:640px) {
	.gendist-control > .bt {
		max-width: 100%;
	}
}

/*nothing*/
[data-isnonecells="true"] .gendist-control {
	display: none;
}
[data-isnonecells="true"]::before {
	content: "該当する実績がみつかりませんでした";
	font-family: "Manrope", "ryo-gothic-plusn", sans-serif;
	font-size: 2em;
	line-height: 1.6em;
	letter-spacing: -0.03em;
	text-align: center;
	display: block;
	opacity: 0.25;
}

/*resp*/
@media only screen and (max-width:640px) {
    /*.gendist > li {
		font-size: 3.0vw;
	}
	.gendist > li .title {
		font-size: 3.4vw;
	}
	.gendist > li[data-enablepin="true"] .title {
		font-size: 4vw;
	}*/
	.gendist > li .content-wrap {
		margin-top: 1em;
		font-size: 0.875em;	
	}
}
.gendist > li[data-enablepin="true"] {
	width: 100%;
}