/* ----------------------------------------------------
	gallery
---------------------------------------------------- */
.gallery__list--item.item01 {
	width: min(57.8rem, 42.313vw);
	top: 0;
	left: 0;
}

.gallery__list--item.item02 {
	width: min(28.4rem, 20.791vw);
	bottom: 0;
	left: 0;
}

.gallery__list--item.item03 {
	width: min(28.4rem, 20.791vw);
	bottom: min(29.4rem, 21.523vw);
	left: min(29.4rem, 21.523vw);
}

.gallery__list--item.item04 {
	width: min(28.4rem, 20.791vw);
	bottom: 0;
	left: min(29.4rem, 21.523vw);
}

.gallery__list--item.item05 {
	width: min(28.4rem, 20.791vw);
	top: 0;
	right: min(29.4rem, 21.523vw);
}

.gallery__list--item.item06 {
	width: min(28.4rem, 20.791vw);
	top: min(29.4rem, 21.523vw);
	right: min(29.4rem, 21.523vw);
}

.gallery__list--item.item07 {
	width: min(28.4rem, 20.791vw);
	top: 0;
	right: 0;
}

.gallery__list--item.item08 {
	width: min(57.8rem, 42.313vw);
	bottom: min(29.4rem, 21.523vw);
	right: 0;
}

.gallery__list--item.item09 {
	width: min(57.8rem, 42.313vw);
	bottom: 0;
	right: 0;
}

@media screen and (max-width: 768px) {
	.gallery__list--item.item01 {
		width: 100%;
		top: 0;
		left: 0;
	}

	.gallery__list--item.item02 {
		width: 44.941vw;
		top: 93.067vw;
		bottom: auto;
		left: 0;
	}

	.gallery__list--item.item03 {
		width: 44.941vw;
		top: 93.067vw;
		right: 0;
		bottom: auto;
		left: auto;
	}

	.gallery__list--item.item04 {
		width: 44.941vw;
		top: 139.467vw;
		right: 0;
		bottom: auto;
		left: auto;
	}

	.gallery__list--item.item05 {
		width: 44.941vw;
		top: auto;
		right: auto;
		bottom: 139.467vw;
		left: 0;
	}

	.gallery__list--item.item06 {
		width: 44.941vw;
		top: auto;
		right: auto;
		bottom: 93.067vw;
		left: 0;
	}

	.gallery__list--item.item07 {
		width: 44.941vw;
		top: auto;
		right: 0;
		bottom: 93.067vw;
	}

	.gallery__list--item.item08 {
		width: 100%;
		bottom: 46.4vw;
		right: 0;
	}

	.gallery__list--item.item09 {
		width: 100%;
		bottom: 0;
		right: 0;
	}
}