/* NICHIMO Co.,Ltd.
=========================================================================
=========================================================================*/
article section .inner ul {
	display: flex;
	flex-wrap: wrap;
	gap: 56px calc(20 / 1000 * 100%);
}

article section .inner ul li {
	width: calc(490 / 1000 * 100%);
}

article section .inner ul li:nth-child(1).active img {
	transition-delay: 0s;
}

article section .inner ul li:nth-child(2).active img {
	transition-delay: .5s;
}

article section .inner ul li:nth-child(3).active img {
	transition-delay: 1s;
}

article section .inner ul li:nth-child(4).active img {
	transition-delay: 1.5s;
}

article section .inner ul li:nth-child(5).active img {
	transition-delay: 2s;
}

article section .inner ul li:nth-child(6).active img {
	transition-delay: 2.5s;
}

/*  767px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	article section:not(.description) {
		padding: 50px 20px;
	}

	article section .inner ul {
		gap: 24px 0;
	}

	article section .inner ul li {
		width: 100%;
	}

}

/*  420px以下
=========================================================================
=========================================================================*/
@media screen and (max-width:420px) {}
