@charset "utf-8";
/*------------------------------------------------------------
	perspective
------------------------------------------------------------*/
#conts .common-bg {
	padding: 9.2rem 0 0;
}
#conts .ttl-box {
	margin-bottom: -0.9rem;
}
#conts .ttl-box p {
	text-align: justify;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 150%;
	color: #ECECEC;
}
#conts .img-box {
	margin-bottom: 10.6rem;
	display: flex;
	gap: 2.9rem;
}
#conts .img-box.case1 {
	margin-top: 3rem;
}
#conts .img-box .photo-box {
	margin-top: 4rem;
	width: 48.3%;
}
#conts .img-box .photo-box p {
	margin-top: 0.9rem;
	font-weight: 700;
	display: flex;
	justify-content: space-between;
}
#conts .img-box .text-box {
	flex: 1;
}
#conts .img-box .text-box p {
	font-weight: 700;
	font-size: 2.4rem;
}
#conts .img-box .text-box .matrix-list {
	margin: 0.4rem 0 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1.1rem;
}
#conts .img-box .text-box .matrix-list li {
	width: calc((100% - 2.3rem) / 3);
	min-height: 5.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.8rem;
	font-size: 2.4rem;
	font-weight: 700;
	background-color: #2c2c2c;
	cursor: pointer;
}
#conts .img-box .text-box .matrix-list li::after {
	width: 1.2rem;
	aspect-ratio: 4/5;
	background: url(/resources/assets/img/rflensworld/common/icon-arrow03.png) no-repeat center / 100%;
	content: "";
}
#conts .img-box .text-box .matrix-list li.on {
	color: #000;
	background-color: #fff;
}
@media all and (max-width: 767px) {
	#conts .common-bg {
		padding-top: 5rem;
	}
	#conts .ttl-box p {
		font-size: 1.4rem;
	}
	#conts .img-box {
		margin-bottom: 5.6rem;
		display: block;
	}
	#conts .img-box .text-box {
		margin-bottom: 1.5rem;
	}
	#conts .img-box .photo-box {
		margin-top: 2.9rem;
		width: auto;
	}
	#conts .img-box .photo-box p {
		margin-top: 0.7rem;
	}
	#conts .img-box .text-box {
		margin-bottom: 0;
	}
	#conts .img-box .text-box .arrow-list {
		margin-top: 2.1rem;
		display: flex;
		justify-content: space-between;
	}
	#conts .img-box .text-box .arrow-list li {
		width: calc(50% - 0.8rem);
		height: 4.9rem;
		display: flex;
		gap: 0.8rem;
		font-weight: 700;
		align-items: center;
		justify-content: center;
		font-size: 1.4rem;
		background-color: #2c2c2c;
		cursor: pointer;
	}
	#conts .img-box .text-box .arrow-list li.prev::before,
	#conts .img-box .text-box .arrow-list li.next::after {
		width: 1rem;
		aspect-ratio: 4/5;
		transform: rotate(-180deg);
		background: url(/resources/assets/img/rflensworld/common/icon-arrow03.png) no-repeat center / 100%;
		content: "";
	}
	#conts .img-box .text-box .arrow-list li.next::after {
		transform: rotate(0);
		content: "";
	}
	#conts .img-box .text-box .arrow-list li.on {
		color: #000;
		background-color: #fff;
	}
	#conts .img-box .text-box .arrow-list {
		margin-top: 2.1rem;
	}
}