.ss-top-images__item.is-img1 {
	width: 228px;
	min-width: 228px;
}

.ss-top-images__item.is-img2 {
	width: 356px;
	min-width: 356px;
}

.ss-top-images__item.is-img3 {
	width: 528px;
	min-width: 528px;
}

.ss-top-images__item.is-img4 {
	width: 168px;
	min-width: 168px;
}

.ss-top-images__item.is-img5 {
	width: 216px;
	min-width: 216px;
}

.ss-top-images__item.is-img6 {
	width: 406px;
	min-width: 406px;
}

.ss-hero {
	background-image: url(../img/hero-shinjuku.jpg);
}

@media (max-width: 767px) {
	.ss-hero {
		background-image: url(../img/hero-shinjuku-sp.jpg);
	}
}

.ss-info__btn {
	padding-bottom: 36px;
}

@media (max-width: 767px) {
	.ss-info__images {
		margin-bottom: 30px;
	}

	.ss-top-virtual-tour {
		margin-bottom: 30px;
	}

	.ss-top-virtual-tour__title {
		font-size: 18px;
		padding-bottom: 20px;
	}

	.ss-top-virtual-tour__title::after {
		width: 40px;
		height: 2px;
	}

	.ss-top-virtual-tour__iframe {
		margin-top: 15px;
	}

	.ss-top-virtual-tour__iframe iframe {
		width: 100%;
	}

	.ss-info__btn {
		padding-bottom: 18px;
	}
}

.ss-top-virtual-tour {
	margin-block: 100px 90px;
	margin-inline: -20px;
	padding-block: 220px 120px;
	background: #ccc;
	position: relative;
	background: url(../../template-building-common/img/virtual-bg-pc.jpg)
		no-repeat center bottom / cover;
}

.ss-top-virtual-tour .is-hidden-pc {
	display: none;
}

.ss-top-virtual-tour__head {
	position: absolute;
	top: -58px;
	inset-inline: 0;
	width: 240px;
	height: 240px;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	gap: 12px;
	border-radius: 50%;
	margin-inline: auto;
	color: #000;
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	line-height: calc(40 / 28);
}

.ss-top-virtual-tour__head img {
	width: 48px;
	height: auto;
}

.ss-top-virtual-tour__lead {
	width: fit-content;
	margin-inline: auto;
	padding: 8px 12px;
	background: #25a;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: normal;
	text-align: center;
}

.ss-top-virtual-tour__lead br {
	display: none;
}

.ss-top-virtual-tour__text {
	margin-top: 24px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: normal;
}

.ss-top-virtual-tour__iframe {
	margin-top: 40px;
	text-align: center;
}

.ss-top-virtual-tour__iframe iframe {
	width: 800px;
	max-width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
	vertical-align: top;
}

.ss-top-virtual-tour__iframe figcaption {
	width: 800px;
	max-width: 100%;
	margin-inline: auto;
	padding: 8px;
	background: #25a;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	line-height: normal;
}

@media (max-width: 767px) {
	.ss-top-virtual-tour {
		margin-top: 60px;
		margin-bottom: 60px;
		padding-top: 160px;
		padding-bottom: 150px;
		padding-inline: 15px;
		background-image: url(../../template-building-common/img/virtual-bg-sp.jpg);
	}

	.ss-top-virtual-tour .is-hidden-pc {
		display: inline;
	}

	.ss-top-virtual-tour__head {
		top: -38px;
		width: 180px;
		height: 180px;
		font-size: 21px;
		font-weight: 600;
		line-height: calc(30 / 21);
		box-shadow: 0px 0px 7.5px rgba(0, 0, 0, 0.25);
	}

	.ss-top-virtual-tour__head img {
		width: 36px;
	}

	.ss-top-virtual-tour__lead {
		font-size: 16px;
		font-weight: 600;
		line-height: normal;
		padding: 8px 12px;
	}

	.ss-top-virtual-tour__text {
		margin-top: 20px;
		font-size: 16px;
		font-weight: 300;
		line-height: normal;
	}

	.ss-top-virtual-tour__iframe {
		margin-top: 20px;
	}

	.ss-top-virtual-tour__iframe iframe {
		aspect-ratio: 348 / 623;
	}

	.ss-top-virtual-tour__iframe figcaption {
		font-size: 12px;
		font-weight: 300;
		line-height: normal;
	}
}
