@charset "utf-8";.modal {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 1000;
}
.modal img {
	width: 100%;
	max-width: 700px;
}

.brand-top__main-image-section {
	max-width: 600px;
	margin: 0 auto;
}
.brand-top__main-image {
	width: 100%;
}

.brand-top__item-lineup-section {
	margin: 70px auto 0;
}
.brand-top__item-lineup-title {
	width: 100%;
	margin: 0 auto;
	max-width: 300px;
}
.brand-top__item-lineup-list-item {
	padding: 0 20px;
}
.brand-top__item-lineup-image {
	width: 100%;
}

.brand-top__look-book-section {
	max-width: 500px;
	margin: 70px auto 0;
}
.brand-top__look-book-title {
	width: 100%;
	margin: 0 auto;
	max-width: 300px;
}
.brand-top__look-book-image {
	width: 100%;
}
.brand-top__look-book .swiper-button-prev {
	color: #000;
}
.brand-top__look-book .swiper-button-next {
	color: #000;
}

@media screen and (max-width: 1024px) {
	.brand-top.grid-container {
		padding: 0;
		max-width: 100%;
	}

	.brand-top__main-image-section {
		max-width: 100%;
	}

	.brand-top__item-lineup-list-item {
		padding: 0;
	}

	.brand-top__look-book-section {
		max-width: 100%;
	}

	.brand-top__look-book .swiper-button-prev {
		left: 5%;
	}
	.brand-top__look-book .swiper-button-next {
		right: 5%;
	}
}


@media screen and (max-width: 767px) {
	.brand-top__item-lineup-title {
		width: 40vw;
		max-width: 100%;
	}
	.brand-top__look-book-title {
		width: 40vw;
		max-width: 100%;
	}

	.brand-top__look-book .swiper-button-prev:after {
		font-size: 5vw;
	}
	.brand-top__look-book .swiper-button-next:after {
		font-size: 5vw;
	}
}