.spotlight-item-view .container {
    overflow-x: visible;
}

.over-width {
    margin-left: calc(-1 * (50vw - 360px));
    margin-right: calc(-1 * (50vw - 360px));
}
@media screen and (max-width: 991px) {
    .over-width {
        margin-left: calc(-1 * (50vw - 285px));
        margin-right: calc(-1 * (50vw - 285px));
    }
}
@media screen and (max-width: 600px) {
    .over-width  {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media screen and (max-width: 581px) {
    .over-width .container .wrapper {
        max-width: 100vw;
    }
    .over-width > .container > .wrapper {
        padding-left: 1rem!important;
        padding-right: 1rem!important;
    }
}

.cover.over-width {
    background-image: url('https://www.jeban.com/spotlight-item/sk-ii_facial_treatment_essence/bg.png');
    background-color: #53070c;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 900px;
    height: 900px;
    text-align: center;
    border-color: black;
    border-bottom: 40px solid;
    margin-bottom: -900px;
}
@media screen and (max-width: 575px) {
    .cover.over-width {
        background-size: auto calc(100vw * 560/375);
        height: auto;
        border-top: 12px solid;
        border-bottom: none;
        margin-bottom: 1rem;
    }
}

.page-title {
    padding-top: 70px;
}
.page-title .top-logo {
    position: relative;
    background-image: url('https://www.jeban.com/spotlight-item/sk-ii_facial_treatment_essence/Logo-top@2x.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 75px;
    color: transparent;
    width: 190px;
    height: 75px;

    margin: 0 auto 70px;
    text-indent: -5000px;
}
.page-title .top-logo:before,
.page-title .top-logo:after {
    content: '';
    position: absolute;
    width: 100vw;
    height: 75px;
    background-image: url('https://www.jeban.com/spotlight-item/sk-ii_facial_treatment_essence/Logo-top-line.png');
    background-size: auto 75px;
    background-repeat: repeat-x;
}
.page-title .top-logo:before {
    right: 190px;
    background-position: right top;
}
.page-title .top-logo:after {
    left: 190px;
    background-position: left top;
}
.page-title img.img-packshot {
    max-width: 410px;
}
.page-title .sub-title {
    margin: 50px auto;
}

.page-title img.img-packshot.slide-up-fade-in,
.page-title .sub-title.slide-up-fade-in {
    visibility: visible;
}

@media screen and (max-width: 575px) {
    .page-title {
        padding-top: 40px;
        padding-bottom: 80px;
        margin-bottom: 1rem;
    }
    .page-title .top-logo {
        background-size: auto 62px;
        width: 157px;
        height: 62px;

        margin: 0 auto 70px;
    }
    .page-title .top-logo:before,
    .page-title .top-logo:after {
        height: 62px;
        background-size: auto 62px;
    }
    .page-title .top-logo:before {
        right: 157px;
    }
    .page-title .top-logo:after {
        left: 157px;
    }
    .page-title img.img-packshot {
        max-width: 80%;
    }
    .page-title .sub-title {
        margin: 70px auto 0;
    }
}

.bg-creamy {
    background-color: #FFF6F0;
}
.content-section p,
.content-section blockquote {
    line-height: 1.1;
}
.content-section p {
    font-family: DB-Heavent-li;
}
.content-section blockquote {
    font-family: DB-Heavent-reg;
}

#what-is-pitera .container,
#concern-of-allergy .container {
    border-radius: 2rem;
    padding: 2.5rem 0 2rem;
}
.content-section h2 {
    border: 2px var(--main-color);
    border-style: solid none;
    padding: 1.5rem 0;
    margin: 1rem 0;
    font-family: DB-Heavent-reg!important;
    line-height: 1.1;
}
#concern-of-allergy .container h2 {
    border-color: var(--main-color-50)!important;
}
.content-section .container .wrapper {
    max-width: 580px;
}
#what-is-pitera .img-yeast,
#what-is-pitera .img-acids,
#concern-of-allergy img,
.content-section .img-item,
.content-section p,
.content-section blockquote,
.content-section ul {
    margin: 2.5rem 0;
}
@media screen and (max-width: 991px) {
    .content-section .container .wrapper  {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
@media screen and (max-width: 575px) {
    .content-section .container {
        border-radius: 1rem;
        padding-top: 1.5rem;
        padding-bottom: 1rem;
    }
    .content-section h2 {
        border: 2px var(--main-color);
        border-style: solid none;
    }
    #what-is-pitera .img-yeast,
    #what-is-pitera .img-acids,
    #concern-of-allergy img,
    .content-section .img-item,
    .content-section p,
    .content-section blockquote,
    .content-section ul {
        margin: 1.5rem 0;
    }
}


#sk-ii-history {
    margin-top: 200px;
}
#sk-ii-history .logo-wrapper {
    height: 100px;
}
#sk-ii-history .middle-logo {
    position: absolute;
    background-image: url('https://www.jeban.com/spotlight-item/sk-ii_facial_treatment_essence/logo-middle@2x.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100px;
    color: transparent;
    width: 250px;
    height: 100px;
    left: 50%;    

    margin-top: -50px;
    margin-left: -125px;
    margin-bottom: 50px;

    text-indent: -5000px;
}
@media screen and (max-width: 585px) {
    #sk-ii-history {
        margin-top: 150px;
    }
    #sk-ii-history .logo-wrapper {
        height: 75px;
    }
    #sk-ii-history .middle-logo {
        background-size: auto 75px;
        width: 190px;
        height: 75px;
        margin-top: -60px;
        margin-left: -85px;
    }
}

ul.list-disc {
    list-style-type: disc;
    list-style-position: outside;
    padding-left: 2rem;
}
@media screen and (max-width: 575px) {
    ul.list-disc {
        padding-left: 1rem;
    }
}

.media-l .figure,
.media-r .figure {
    width: 30%;
}

.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;
}

@media screen and (max-width: 575px) {
    .item-4 img {
        max-width: 75%;
    }
}


.item-1, .item-2, .item-3, .item-4 {
    margin-bottom: 4rem;
}
.item-2 .body, 
.item-3 .body {
    position: relative;
}
.item-2 .body:before,
.item-3 .body:before {
    content: '';
    position: absolute;
    border-top: 2px solid var(--main-color);
    top: 0;
}
.item-2 .body:before {
    left: 0;
    width: 2000px;
}
.item-3 .body:before {
    right: 0;
    width: 2000px;
}
.item-4 hr {
    border-top: 2px solid var(--main-color);
    border-bottom: none;
    width: 80%;
}

.how-to-use {
    border-radius: 1.5rem;
    margin-bottom: 3rem;
}
.how-to-use ol {
    color: #454545;
}
.how-to-use ol li {
    margin-bottom: 1.5rem;
}
.how-to-use ol strong {
    color: var(--main-color);
}
@media screen and (max-width: 585px) {
    .how-to-use {
        border-radius: 1rem;
        margin-bottom: 2rem;
    }
    .how-to-use ol li {
        margin-bottom: 1rem;
    }
}
.how-to-use h3 {
    border-radius: .5rem;
    padding: .25rem 1rem;
    color: white;
    background-color: var(--main-color);
}


#call-to-action a {
    color: var(--main-color)!important;
}

.col-gray {
    color: #999;
}

br[d] {
  display: inline;
}
@media (max-width: 767px) {
  br[d] {
    display: none;
  }
}
br[m] {
  display: none;
}
@media (max-width: 767px) {
  br[m] {
    display: inline;
  }
}