.spotlight-item-view > .container {
	overflow-x: visible;
	max-width: 980px;
	margin: 0 auto;
}
.wrapper {
	max-width: 720px;
}

.bg-product-content {
	background-color: #f2f8fc;
	color: #222;
}

.spotlight-item-view > .container > .wrapper > .cover,
.spotlight-item-view > .container > .wrapper > .overflow-cover {
    margin-left: -1rem;
    margin-right: -1rem;
}
.spotlight-item-view > .container > .wrapper > .cover {
	background-image: url('https://jeban.com/spotlight-item/mineral89/bg-top.png');
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: auto 1000px;
    height: calc(100vh - 120px);
    min-height: 680px;
}
@media screen and (min-width: 720px) {
	.spotlight-item-view > .container > .wrapper > .cover,
	.spotlight-item-view > .container > .wrapper > .overflow-cover {
		margin-left: calc(-1 * ((100vw -720px) / 2));
		margin-right: calc(-1 * ((100vw -720px) / 2));
	    min-height: 680px;
	}
}
.spotlight-item-view > .container > .wrapper > .cover .section-1 {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.spotlight-item-view > .container > .wrapper > .cover .brand-logo {
	width: 35%;
	max-width: 150px;
}
.spotlight-item-view > .container > .wrapper > .cover .item-name {
	width: 90%;
	max-width: 480px;
}

ul.checklist {
  list-style: none;
  padding-left: 1rem;
}

ul.checklist li {
	position: relative;
	padding-left: 0;
	display: flex;
	align-items: flex-start;			
}
ul.checklist img.check {
	display: flex;
	margin-right: 1rem;
	margin-top: .3rem;

	width: 18px;
	height: 18px;
}
@media screen and (min-width: 420px) {
	ul.checklist img.check {
		width: calc(100vw * 18/420);
		height: calc(100vw * 18/420);
	}
}
@media screen and (min-width: 720px) {
	ul.checklist img.check {
		width: calc(640px * 18/420);
		height: calc(640px * 18/420);
	}
}
