.top-aruaru-na-img-wrap {
	display: flex;
	/*flex-direction: column;*/
	gap: 10px;
}

@media screen and (min-width: 768px) {
	.top-aruaru-na-img-wrap {
		flex-direction: row;
		justify-content: space-around;
	}
}

.top-aruaru-na-img-wrap img {
	display: block;
	margin: 10px auto;
	width: 100%;
}
@media screen and (min-width: 768px) {
	.top-aruaru-na-img-wrap img {
		margin: 20px auto;
		width: 80%;
	}
}

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

.top-aruaru-na-img {
	aspect-ratio: 1/1;
	object-fit: cover;
}

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

.top-aruaru-na-img04 {
	max-width: 240px;
	opacity: 0;
	transform: translateX(50px);
	transition: all 1s ease-out;
	margin-left: auto;
}
@media screen and (min-width: 768px) {
	.top-aruaru-na-img04 {
		margin: 0;
		max-width: 330px;
	}
}

.top-aruaru-na-img04.is-visible {
	opacity: 1;
	transform: translateX(0);
}

.top-aruaru-na-img04 img {
	aspect-ratio: 331/400;
	object-fit: contain;
}

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

.top-aruaru-na-img05 {
	max-width: 400px;
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	.top-aruaru-na-img05 {
		margin: 0;
	}
}

.top-aruaru-na-img05 img {
	aspect-ratio: 396/528;
	object-fit: cover;
}

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

.top-aruaru-na-img06 {
	max-width: 260px;
	scale: 0.5;
	translate: -100px;
	opacity: 0;
	transition: all 0.8s;
}
@media screen and (min-width: 768px) {
	.top-aruaru-na-img06 {
		max-width: 280px;
	}
	.top-aruaru-na-img06 img {
		margin-top: -80px;
	}
}
.top-aruaru-na-img06.is-active {
	scale: 1;
	translate: 0;
	opacity: 1;
}

.top-aruaru-na-img06 img {
	aspect-ratio: 242/342;
	object-fit: contain;
}

.top-aruaru-na-img-wrap02 {
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 800px;
	margin-inline: auto;
}
@media screen and (min-width: 768px) {
	.top-aruaru-na-img-wrap02 {
		flex-direction: row;
		justify-content: space-between;
		gap: 30px;
	}
}

@media screen and (min-width: 768px) {
	.top-aruaru-na-img07,
	.top-aruaru-na-img08 {
		max-width: 350px;
	}
}

.top-aruaru-na-img07 img,
.top-aruaru-na-img08 img {
	aspect-ratio: 16/9;
	object-fit: cover;
}
@media screen and (min-width: 768px) {
	.top-aruaru-na-img07 img,
	.top-aruaru-na-img08 img {
		aspect-ratio: 1/1;
	}
}

.top-aruaru-na-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.top-aruaru-na-list-head {
	display: flex;
	align-items: center;
	gap: 12px;
}

.top-aruaru-na-icon-img {
	width: 25px;
	height: 25px;
	background-color: var(--color-bg-base);
	border-radius: 100vh;
	display: grid;
	place-items: center;
}

.top-aruaru-na-icon-img img {
	width: 18px;
	height: 18px;
}
