/*-------------------------------------------------------------
top-aruaru-e
-------------------------------------------------------------*/
.top-aruaru-e-img-wrap {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media screen and (min-width: 768px) {
	.top-aruaru-e-img-wrap {
		flex-direction: row;
		justify-content: space-between;
		max-width: 800px;
		margin: 0 auto;
	}
}

.top-aruaru-e-img {
	width: 100%;
}
@media screen and (min-width: 768px) {
	.top-aruaru-e-img {
		max-width: 350px;
	}
}

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

.top-aruaru-e-item {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

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

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

.top-aruaru-e-img03,
.top-aruaru-e-img04 {
	max-width: 250px;
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	.top-aruaru-e-img03,
	.top-aruaru-e-img04 {
		margin: 0;
	}
}
