@charset "utf-8";.bwg-content-wrapper {
	width: 100%;
	overflow: hidden;
}

/* MV */
.bwg-content-mv-wrapper {
	width: 100%;
}
.bwg-content-mv-wrapper .bwg-content-mv {
	width: 100%;
	padding: 0 20%;
}
.bwg-content-mv-wrapper .bwg-content-mv .mv-link {
	width: 100%;
}
.bwg-content-mv-wrapper .bwg-content-mv .mv-img {
	width: 100%;
}

/* 掲載商品 */
.bwg-content-product-wrapper {
	width: 1000px;
	padding: 0 15px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
	/* MV */
	.bwg-content-mv-wrapper {
		margin-bottom: 30px;
	}
	.bwg-content-mv-wrapper .bwg-content-mv {
		padding: 0;
	}

	/* 掲載商品 */
	.bwg-content-product-wrapper {
		width: 100%;
		padding: 0 10px;
	}
}
