@charset "utf-8";
.bg_img {
	position: relative;
}
.bg_img::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/machiiro_project/bg_img_sp.png) no-repeat center top / cover;
	aspect-ratio: 645 / 1341;
	width: 100%;
	max-width: 440px;
	z-index: -1;
}
.sec_ttl_wrap {
	flex-direction: column;
	align-items: flex-start;
}
.project_body,
.project_body_02 {
	width: 100%;
	padding: 0 33px;
}
.project_detail_txt_outer {
	padding: 60px 0 0;
}
.project_lead_txt {
	margin: 30px 0 0;
}
.project_lead_txt p + p {
	margin: 20px 0 0;
}
.project_lead_txt p:last-child {
	font-weight: 400;
	margin: 20px 0 0;
	display: inline-block;
}
.project_lead_txt p:last-child::after {
	content: "";
	display: block;
	background: url(../images/common/dots_line.svg) repeat-x;
	width: 100%;
	height: 2.3px;
	margin: 10px 0 0;
}
.project_list {
	margin: 50px 0 0;
}
.project_list a {
	text-decoration: underline;
	color: #55A1AF;
}
.project_item + .project_item {
	margin: 60px 0 0;
}
.project_item::after {
	content: "";
	display: block;
	width: 82%;
	height: 1px;
	background: #C3C471;
	margin: 60px auto 0;
}
.project_item:last-child::after {
	display: none;
}
.project_contents {
	margin: 0 0 60px;
}
.project_img_wrap {
	margin: 50px 0 0;
}
.project_img {
	border-radius: 10px;
	max-width: 500px;
	margin: auto;
}
.project_list a.artist_img_link {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	font-weight: 400;
	margin: 5px auto 0;
	text-align: center;
	text-decoration: none;
}
.project_img_caption {
	font-size: 12px;
	font-weight: 400;
	margin: 6px auto 0;
	text-align: right;
	max-width: 500px;
}
.project_name {
	font-size: 16px;
	font-weight: bold;
}
.project_name_connect {
	border-left: solid #55A1AF 8px;
	padding: 0 0 0 13px;
	color: #55A1AF;
}
.project_name_nurture {
	border-left: solid #cd8e5e 8px;
	padding: 0 0 0 13px;
	color: #cd8e5e;
}
.project_detail_txt {
	font-weight: 400;
	margin: 6px 0 0;
}
.project_link_btn {
	margin: 40px 0 0;
	text-align: center;
}
.project_link_btn .btn_02 {
	background: #55A1AF;
}
.project_note {
	font-size: 13px;
	font-weight: 400;
	margin: 10px 0 0;
	text-align: center;
}
.btn_01 {
	max-width: none;
	width: 228px;
}
.thumb_link_btn {
	margin: 60px 0 0;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px;
}
@media only screen and (min-width: 576px) {
	.project_lead_txt {
		width: 77.5%;
		margin: 30px auto 0;
	}
}
@media only screen and (min-width: 768px) {
	.project_detail_txt_outer {
		padding: 100px 0 0;
}
	.sec_ttl_wrap {
		flex-direction: row;
		align-items: center;
	}
	.project_lead_txt {
		margin: 60px auto 0;
	}
	.project_lead_txt p:last-child {
		margin: 30px 0 0;
	}
	.project_list {
		margin: 90px 0 0;
	}
	.project_item {
		overflow: hidden;
	}
	.project_item + .project_item {
		margin: 100px 0 0;
	}
	.project_item::after {
		width: 90%;
		margin: 90px auto 0;
	}
	.project_contents {
		display: flex;
		gap: 30px;
		margin: 0 0 100px;
	}
	.project_detail_txt_wrap {
		width: calc(100% - (36% + 30px));
	}
	.project_img_wrap {
		width: 36%;
	}
	.project_img {
		max-width: unset;
		aspect-ratio: 1/1;
		border-radius: 26px;
		overflow: hidden;
		margin: 0;
	}
	.project_img img {
		width: 100%;
		height: 92%;
		object-fit: contain;
	}
	.project_list a.artist_img_link {
		font-size: 13px;
	}
	.project_img_caption {
		font-size: 13px;
		margin: 10px 10px 0 0;
		max-width: unset;
	}
	.project_name {
		font-size: 24px;
	}
	.project_detail_txt_wrap {
		margin: 12px 0 0;
	}
	.project_note {
		font-size: 15px;
		margin: 19px 0 0;
	}
	.thumb_link_btn {
		margin: 120px 0 0;
		gap: 50px;
	}
	.bg_img::before {
		background: url(../images/machiiro_project/bg_img.png) no-repeat center top / cover;
		aspect-ratio: 1181 / 1341;
		max-width: 900px;
	}
	.project_lead_txt {
		width: auto;
	}
	.project_group_txt {
		margin: 0;
	}
}
@media only screen and (min-width: 1024px) {
	.project_img_wrap {
		width: 348px;
	}
	.project_contents {
		gap: 60px;
	}
	.project_detail_txt_wrap {
		width: calc(100% - 408px);
	}
}
@media only screen and (min-width: 1280px) {
	.project_body {
		width: 1224px;
		margin: auto;
		padding: 0;
	}
	.project_body_02 {
		width: 955px;
		margin: auto;
		padding: 0;
	}
	.project_lead_txt {
		margin: 90px 0 0;
		padding: 0 0 0 117px;
	}
	.project_lead_txt p:last-child::after {
		margin: 20px 0 0;
	}
	.project_list {
		margin: 130px 0 0;
	}
	.project_contents {
		margin: 0 0 150px;
	}
	.project_item + .project_item {
		margin: 170px 0 0;
	}
	.project_item::after {
		width: 1162px;
		margin: 130px auto 0;
	}
	.project_img_caption {
		margin: 15px 18px 0 0;
	}
	.project_detail_wrap {
		margin: 120px 0 0;
	}
	.project_link_btn {
		margin: 51px 0 0;
	}
}

/* かてかて境界線 */
.katekate_hr {
	margin: 20px 0 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid #dcdcdc 1px;
}
@media only screen and (min-width: 1280px) {
	.katekate_hr {
		margin: 40px 0 0;
	}
}