@charset "UTF-8";

/*******************************************************************************
	共通
 *******************************************************************************/
.search_works-status {
	display: flex;
	max-width: 415px;
	width: calc(100% - 40px);
	margin: 0 auto;
	margin-bottom: 55px;
	column-gap: 10px;
	justify-content: space-between;
}
@media screen and (max-width: 450px) {
	.search_works-status {
		flex-direction: column;
		align-items: center;

		row-gap: 15px;
	}
}
.works_select-box {
	display: flex;
	position: relative;
	overflow: hidden;
	max-width: 190px;
	width: calc(50% - 10px);
	white-space: nowrap;
	text-overflow: ellipsis;
	align-items: center;
}
@media screen and (max-width: 450px) {
	.search_works-status {
		flex-direction: column;
		align-items: center;

		row-gap: 15px;
	}
	.works_select-box {
		width: calc(100%);
	}
}
.works_select-box::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: clamp(0.625rem, -0.84rem + 6.25vw, 0.938rem);
	transform: translateY(-50%);
	color: #343434;
	font-family: "icomoon";
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	content: "\e900";
	pointer-events: all;
	cursor: pointer;

	font-display: block;
}
.works_select-box select {
	display: flex;
	width: 100%;
	height: 40px;
	padding: 0 0 0 clamp(0.625rem, -5.234rem + 25vw, 1.875rem);
	padding-right: 20px;
	border: 1px solid #ffffff;
	border-radius: 3px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	color: #404040;
	font-weight: bold;
	font-size: 15px;
	align-items: center;
	pointer-events: all;
	cursor: pointer;
}
#works_submit {
	display: none;
}

.search_result-container {
	display: flex;
	max-width: 1020px;
	width: 95%;
	margin: 0 auto;
	margin-bottom: 40px;
	font-weight: bold;
	font-size: 14px;
	line-height: normal;
	column-gap: 30px;
	flex-wrap: wrap;

	row-gap: 5px;
}



@media screen and (min-width: 768px) {
	.common_page-title {
		margin-bottom: 25px;
	}
	.search_works-status {
		margin-bottom: 70px;
	}
	.search_result-container {
		width: 95%;
		margin-bottom: 40px;
	}.common_contact-link {
		margin-top: 115px;
	}
	.main_container {
		padding-bottom: 100px;
	}
	.archive_pagination {
		margin-top: 100px;
	}
}


@media screen and (max-width: 767px) {
	.common_page-title {
		margin-bottom: 25px;
	}
	.search_works-status {
		margin-bottom: 20px;
	}
	.search_result-container {
		width: calc(100% - 40px);
		margin-bottom: 40px;
	}
	.common_contact-link {
		margin-top: 60px;
	}
	.main_container {
		padding-bottom: 50px;
	}

	.archive_pagination {
		margin-top: 50px;
	}
}
.search_results-count {
	display: flex;
	flex-wrap: wrap;
}

.search_results-count dt {
	display: inline-flex	;
}

.search_results-count dt::after {
	content: "：";
}

.search_results-condition , .search_results-condition ul , .search_results-condition ul li , .search_results-condition dl , .search_results-condition dd {
	display: flex	;
}

.search_results-condition ul {
	flex-wrap: wrap;
}

.search_results-condition span {
	white-space: nowrap;
	word-break: keep-all;
}

.search_results-condition dl dd::before {
	content: "「";
}

.search_results-condition dl dd::after {
	content: "」";
}

.search_results-condition ul li:not(:nth-last-of-type(1))::after {
	content: "、";
}




.common_archive-nav {
	display: block;
	margin: 0 auto;
}

.common_archive-list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.common_archive-item {
	display: flex;
}

.common_archive-contents {
	display: flex;
	width: 100%;
}
.common_archive-status {
	display: flex;
}
.common_archive-status span {
	display: inline-flex;
	color: #ffffff;
	font-weight: 500;
	justify-content: center;
	align-items: center;
}
.common_archive-title {
	display: block;
	font-weight: 500;
	text-align: justify;
}
.common_archive-title a {
	color: #ffffff;
	transition: all 0.4s;
}
.common_archive-title a:hover {
	color: #c6012e;
}

@media screen and (min-width: 768px) {
	.common_archive-nav {
		width: 95%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.common_archive-nav {
		width: calc(100% - 40px);
	}
}


.common_works-nav {
	max-width: 1130px;
}
.common_works-item {
	max-width: 350px;
	flex-direction: column;
	align-items: center;
}

.common_works-contents {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	flex-direction: column;
}
.common_works-status {
	margin-bottom: 5px;
	padding: 0 clamp(0.625rem, -0.512rem + 2.37vw, 1.25rem);
	font-size: 14px;
	column-gap: 10px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: first baseline;

	row-gap: 10px;
}

.common_works-status time {
	font-weight: 500;
}
.common_works-status span {
	display: inline-flex;
	min-width: 90px;
	min-height: 25px;
	border-radius: 12.5px;
	background-color: #969696;
	color: #ffffff;
	font-weight: bold;
	justify-content: center;
	align-items: center;
}
.common_works-title {
	margin-bottom: 20px;
	padding: 0 clamp(0.625rem, -0.512rem + 2.37vw, 1.25rem);
	font-size: 16px;
}

.common_works-img {
	overflow: hidden;
	width: 100%;

	aspect-ratio: 35/26;
}
.common_works-img a {
	display: block;
	height: 100%;
}
.common_works-img img {
	width: 100%;
	height: 100%;
	transition: all 0.4s;

	object-fit: cover;
	object-position: center;
}

.common_works-img a:hover img {
	transform: scale(1.1);
}
.common_works-link {
	display: inline-flex;
	margin-left: auto;
	color: #ffffff;
	font-weight: 500;
	font-size: 14px;
	column-gap: 5px;
	align-items: baseline;
	transition: all 0.4s;
}
.common_works-link:hover {
	color: #c6012e;
}
.common_works-link i {
	font-size: 13px;
}
@media screen and (min-width: 768px) {
	.common_works-nav {
		/*margin-bottom: 45px;*/
	}
	.common_works-list {
		row-gap: 60px;
	}
}
@media screen and (max-width: 767px) {
	.common_works-nav {
		/*margin-bottom: 15px;*/
		/*padding: 0 20px;*/
	}
	.common_works-list {
		row-gap: 30px;
	}
}



.common_info-nav {
	max-width: 1200px;
}

.common_info-list {
	flex-direction: column;
}
.common_info-item {
	width: 100%;
	border-bottom: 1px solid #ffffff;
}
.common_info-contents {
	column-gap: clamp(1.563rem, -1.825rem + 7.06vw, 3.75rem);

	row-gap: 10px;
}

.common_info-status {
	align-items: center;
}
@media screen and (min-width: 768px) {
	.common_info-list {
		row-gap: 20px;
	}
	.common_info-item {
		padding: 0 20px 20px clamp(1.25rem, -0.685rem + 4.03vw, 2.5rem);
	}
	.common_info-contents {
		align-items: center;
	}
	.common_info-status {
		column-gap: clamp(1.563rem, -1.825rem + 7.06vw, 3.75rem);
	}
}
@media screen and (max-width: 767px) {
	.common_info-list {
		row-gap: 15px;
	}
	.common_info-item {
		padding: 0 10px 15px;
	}
	.common_info-contents {
		flex-direction: column;
	}
	.common_info-status {
		column-gap: 15px;
		flex-wrap: wrap;
	}
}






.common_info-status time {
	font-weight: bold;
	font-size: clamp(0.875rem, 0.585rem + 0.6vw, 1.063rem);
}


.common_info-status span {
	min-width: 120px;
	width: fit-content;
	padding: 4.5px 10px;
	font-size: clamp(0.875rem, 0.778rem + 0.2vw, 0.938rem);
}

.common_info-title {
	font-size: clamp(0.875rem, 0.585rem + 0.6vw, 1.063rem);
}


@media screen and (min-width: 835px) {
	.common_works-list {
		column-gap: 3.53975%;
	}
	.common_works-item {
		width: 30.9735%;
	}
}

@media screen and (min-width: 451px) and (max-width: 834px) {
	.common_works-list {
		max-width: 720px;
		margin: 0 auto;
		column-gap: 20px;
	}
	.common_works-item {
		width: calc(50% - 10px);
	}
	.common_works-item:not(:nth-of-type(-n+4)) {
		display: none;
	}
}

@media screen and (max-width: 450px) {
	.common_works-list {
		flex-direction: column;
		align-items: center;
	}
	.common_works-item {
		width: 100%;
	}
	.common_works-item:not(:nth-of-type(-n+3)) {
		display: none;
	}
}












