.top-aruaru-ho-img-wrap {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ho-img-wrap {
		flex-direction: row-reverse;
		align-items: flex-end;
		justify-content: space-between;
	}
}

.top-aruaru-ho-img-wrap02 {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ho-img-wrap02 {
		flex-direction: row-reverse;
		justify-content: space-between;
	}
}

.top-aruaru-ho-img01 {
	width: 100%;
	max-width: 350px;
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ho-img01 {
		margin: 0;
	}
}

.top-aruaru-ho-img01 img {
	aspect-ratio: 350 / 368;
	object-fit: contain;
}

.top-aruaru-ho-img02 {
	width: 100%;
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ho-img02 {
		max-width: 350px;
		margin: 0;
	}
}

.top-aruaru-ho-img02 img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ho-img02 img {
		aspect-ratio: 350/234;
	}
}

.top-aruaru-ho-img03 {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ho-img03 {
		max-width: 300px;
		margin: 0;
	}
}

.top-aruaru-ho-img03 img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ho-img03 img {
		aspect-ratio: 300/200;
	}
}

.top-aruaru-ho-img04 {
	width: 100%;
	max-width: 300px;
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	.top-aruaru-ho-img04 {
		margin: 0;
	}
}

.top-aruaru-ho-img04 img {
	aspect-ratio: 300 / 418;
	object-fit: cover;
}

.top-aruaru-ho-content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.top-aruaru-ho-head {
	font-size: 20px;
	font-weight: bold;
}

.top-aruaru-ho-content-list {
	width: 100%;
	max-width: 500px;
}

.top-aruaru-ho-content-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px;
}

.top-aruaru-ho-content-item:not(:last-child) {
	border-bottom: 1px solid var(--color-bg-base);
}

.top-aruaru-ho-content-item:first-child {
	padding-top: 0;
}

.top-aruaru-ho-content-item:last-child {
	padding-bottom: 0;
}
