.container {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.wrapper {
	max-width: 720px;
}

.bg-cyan {
	background-color: #c6f0f5;
}
.bg-light-cyan {
	background-color: #edfafc;	
}


.spotlight-item-view > .container > .wrapper > .cover {
	background-image: url('https://www.jeban.com/spotlight-item/lifeplanktonbalm/bg_01_1920.png');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom 100px;

    margin-left: -1rem;
    margin-right: -1rem;
}
.section-2 {
	margin-left: 1rem;
	margin-right: 1rem;
}
@media screen and (min-width: 720px) {
	.spotlight-item-view > .container > .wrapper > .cover {
		margin-left: calc((100vw - 720px) / -2);
		margin-right: calc((100vw - 720px) / -2);
	}
}
@media screen and (min-width: 920px) {
	.spotlight-item-view > .container > .wrapper > .cover {
		margin-left: -120px;
		margin-right: -120px;
	}
}

.inner-wrapper {
	max-width: 100%;
}
.section-1 {
	min-height: 100vh;
	color: #4B4B4B;
    display: flex;
    flex-flow: column;
    justify-content: space-evenly;
    align-items: center;
}
.section-1 {
	min-height: 100vh;
}
.section-1 img.brand-logo {
	width: 70%;
}
.section-1 img.item-logo {
	width: 50%;
}
.section-1 p {
	font-family: 'DB-Heavent-reg';
	line-height: 1.3;
}

.section-2 {
	 border-radius: 1rem;
	 padding: .5rem;
}
.section-2 .inner-wrapper {
	border-radius: .5rem;
	border: 1px dashed #4B4B4B;
	padding: 1rem;
}
.section-2 .two-columns {
	display: flex;
	flex-flow: row;
}
.section-2 .two-columns > div {
	flex: 1;
	width: 50%;
}
.section-2 .two-columns > div:first-child {
	padding-right: 2px;
}
.section-2 .two-columns > div:last-child {
	padding-left: 2px;
}
.section-2 h3 {
	margin-top: 1rem;
}
.section-2 p {
	font-family: 'DB-Heavent-li';
}
.section-2 p strong {
	font-family: 'DB-Heavent-reg';
}

.section-header {
	border: 2px dotted #676767;
	border-style: dotted none;
	text-align: center;
	position: relative;
}
.section-header::after {
	content: ' ';
	background: #676767;
	display: block;
	width: 120px;
	height: 10px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	margin-top: -5px;
	top: 0;
}
.section-header h2 {
	font-family: 'DB-Heavent-reg'!important;
	font-weight: 800;
	color: var(--sub-color);
}
.section-header p {
	font-family: 'DB-Heavent-li';
}

.section-3,
.section-4 {
	text-align: left;
}

.media-l .figure, .media-r .figure {
	width: 25%;
}
.media-l, .media-r {
	display: flex;
	align-items: center;
}
.media-l .figure {
	margin-right: 1em;
}
.media-l .body {
	flex: 1;
}

.media-r .figure {
	margin-left: 1em;
}
.media-r .body {
	flex: 1;
}

.highlight-item {
	background-image: url('https://www.jeban.com/spotlight-item/lifeplanktonbalm/group_607@2x.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: .5rem;
	text-align: center;
}

.usage {
    padding: .5rem;
    position: relative;
    margin-bottom: 100px;
}
.usage .inner-wrapper {
    border: 1px dashed;
    border-radius: .5rem;    		
}
.usage .inner-wrapper h4 {
    padding: 0 1rem;
    display: inline-block;
    margin-left: 24px;
}
.usage .inner-wrapper li {
	margin-bottom: calc(100vw * 30/320);
	line-height: 1.3;
}
.usage img {
    position: absolute;
    top: calc(100vw * 30/320);
    left: 120px;
    width: 100%;
}
@media screen and (max-width: 320px) {
	.usage img {
	    top: 30px;
	    margin-bottom: 30px;
	}
}
@media screen and (min-width: 340px) {
	.usage img {
	    top: 0;
	    margin-bottom: 30px;
	}
}
@media screen and (min-width: 420px) {
	.usage .inner-wrapper h4 {
		margin-left: calc(100vw * 24/420);
	}
	.usage ol {
		padding-left: calc(100vw * 40/420);
	}
	.usage img {
		top: calc(100vw * -35/720);;
		left: calc(100vw * 120/420);
		width: calc(100vw * 650/720);
	}
}
@media screen and (min-width: 720px) {
	.usage .inner-wrapper h4 {
		margin-left: calc(720px * 24/420);
	}
	.usage ol {
		padding-left: calc(720px * 40/420);
	}
	.usage img {
		top: -35px;
		left: calc(720px * 120/420);
		width: 650px;
	}
	.usage .inner-wrapper li {
		margin-bottom: 80px;
	}
}

.step-header {
	display: flex;
	flex-flow: row;
}
.step-header strong {
	white-space: nowrap;
	border-radius: .25rem;
	padding: 0rem .5rem;
	margin-right: .25rem;
	font-weight: normal;
}
.step-header span:nth-child(2) {
	flex: 1;
}
.section-3 .media-r img {
	margin-top: -30px;
}
hr.dashed {
	border-top: 1px dashed #676767;
	width: 60%;
}
.big-item {
	margin-top: 35%;
}
.big-item img {
    width: 150%;
    margin-bottom: -50%;
}

.section-4 {
	padding-top: 60%;
	margin-left: -1rem;
	margin-right: -1rem;
}
.section-4  img.brand {
	width: 75%;
}

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

ul.checklist li {
	position: relative;
	padding-left: 20px;
}
ul.checklist li:before {
  content: '✓';
  position: absolute;
  left: 0;
}
@media screen and (min-width: 420px) {
	ul.checklist li {
		padding-left: calc(100vw * 20/420);
	}
}
@media screen and (min-width: 720px) {
	ul.checklist li {
		padding-left: calc(720px * 20/420);
	}
}