.fz-d-68 {
  font-size: calc(100vw * (68 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-68 {
    font-size: 68px;
  }
}

.fz-d-65 {
  font-size: calc(100vw * (65 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-65 {
    font-size: 65px;
  }
}

.fz-d-64 {
  font-size: calc(100vw * (64 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-64 {
    font-size: 64px;
  }
}

.fz-d-62 {
  font-size: calc(100vw * (62 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-62 {
    font-size: 62px;
  }
}

.fz-d-46 {
  font-size: calc(100vw * (46 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-46 {
    font-size: 46px;
  }
}

.fz-d-42 {
  font-size: calc(100vw * (42 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-42 {
    font-size: 42px;
  }
}

.fz-d-40 {
  font-size: calc(100vw * (40 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-40 {
    font-size: 40px;
  }
}

.fz-d-36 {
  font-size: calc(100vw * (36 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-36 {
    font-size: 36px;
  }
}

.fz-d-34 {
  font-size: calc(100vw * (34 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-34 {
    font-size: 34px;
  }
}

.fz-d-32 {
  font-size: calc(100vw * (32 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-32 {
    font-size: 32px;
  }
}

.fz-d-30 {
  font-size: calc(100vw * (30 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-30 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .fz-m-32 {
    font-size: calc(100vw * (32 / 375));
  }

  .fz-m-30 {
    font-size: calc(100vw * (30 / 375));
  }

  .fz-m-26 {
    font-size: calc(100vw * (26 / 375));
  }

  .fz-m-25 {
    font-size: calc(100vw * (25 / 375));
  }

  .fz-m-23 {
    font-size: calc(100vw * (23 / 375));
  }

  .fz-m-22 {
    font-size: calc(100vw * (22 / 375));
  }

  .fz-m-21 {
    font-size: calc(100vw * (21 / 375));
  }

  .fz-m-20 {
    font-size: calc(100vw * (20 / 375));
  }

  .fz-m-19 {
    font-size: calc(100vw * (19 / 375));
  }

  .fz-m-18 {
    font-size: calc(100vw * (18 / 375));
  }
}
.invisible.visible {
  visibility: visible !important;
}

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

.flex-media {
  display: flex;
  align-items: flex-start;
}

.flex-media .body {
  flex: 1;
}

.border-main-color {
  border: 2px solid var(--main-color);
}

.border-main-bottom {
  border-bottom: 10px solid var(--main-color);
}

.w-20 {
  width: 20% !important;
}

.mw-100vw {
  max-width: 100vw;
}

.mw-1280px {
  max-width: 1280px;
}

.mw-1140px {
  max-width: 1140px;
}

.mw-1000px {
  max-width: 1000px;
}

.text-fat {
  transform: scale(1, 0.85);
}

ul.disc-ul,
ul.outline-ul {
  padding-left: 9%;
}
ul.disc-ul li,
ul.outline-ul li {
  position: relative;
}
ul.disc-ul li:before,
ul.outline-ul li:before {
  content: "●";
  position: absolute;
  margin-left: -9%;
}

ul.outline-ul li {
  position: relative;
}
ul.outline-ul li:before {
  content: "◦";
}

.over-width {
  margin-left: calc(-1 * (50vw - 360px));
  margin-right: calc(-1 * (50vw - 360px));
}

@media (max-width: 991px) {
  .over-width {
    margin-left: calc(-1 * (50vw - 285px));
    margin-right: calc(-1 * (50vw - 285px));
  }
}
@media (max-width: 600px) {
  .over-width {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 581px) {
  .over-width .container .wrapper {
    max-width: 100vw;
  }

  .over-width > .container > .wrapper:not(.px-0) {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
br.d {
  display: inline;
}
@media (max-width: 767px) {
  br.d {
    display: none;
  }
}
br.m {
  display: none;
}
@media (max-width: 767px) {
  br.m {
    display: inline;
  }
}

hr.v {
  border: none;
  border-left-style: solid;
  border-left-width: 1px;
  height: 100%;
  min-height: 2rem;
  width: 1px;
}

.between-line {
  display: inline-block;
  position: relative;
}
.between-line:before, .between-line:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid white;
  top: 50%;
  width: 50vw;
}
.between-line:before {
  right: 100%;
  margin-right: 15px;
}
.between-line:after {
  left: 100%;
  margin-left: 15px;
}

.square-box {
  position: relative;
}
.square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-box .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: white;
  text-align: center;
}

.top-triangles {
  position: relative;
}
.top-triangles:before {
  right: 50%;
  border-right: 1000px solid transparent;
  border-left: 1000px solid;
}
.top-triangles:after {
  left: 50%;
  border-left: 1000px solid transparent;
  border-right: 1000px solid;
}
.top-triangles:after, .top-triangles:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 50%;
  z-index: 100;
  border-bottom: 200px solid #CD4556;
  -moz-transform: rotate(0.000001deg);
  -webkit-transform: rotate(0.000001deg);
  -o-transform: rotate(0.000001deg);
  -ms-transform: rotate(0.000001deg);
  transform: rotate(0.000001deg);
}

.bottom-triangles {
  border-color: #CD4556 #FFFFFF #FFFFFF #FFFFFF;
  border-style: solid;
  border-width: calc(100vw * .1) 50vw 0 50vw;
  height: 0;
  width: 0;
}

.cover.over-width {
  position: relative;
}
.cover.over-width .inner-bg {
  background: rgba(0, 0, 0, 0.07);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  height: calc(100vw * 700/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .inner-bg {
    height: 700px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .inner-bg {
    height: calc(100vw * 350/375);
  }
}
.cover.over-width img.logo {
  width: calc(100vw * 365/1000);
  margin-top: calc(100vw * 90/1000);
  margin-bottom: calc(100vw * 30/1000);
}
@media (min-width: 1000px) {
  .cover.over-width img.logo {
    width: 365px;
    margin-top: 90px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cover.over-width img.logo {
    width: calc(100vw * 148/375);
    margin-top: calc(100vw * 60/375);
    margin-bottom: calc(100vw * 20/375);
  }
}
.cover.over-width .title {
  margin-bottom: calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .title {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .title {
    margin-bottom: calc(100vw * 60/375);
  }
}
.cover.over-width .title h1 {
  line-height: 1;
}
.cover.over-width .bubble {
  position: absolute;
  width: calc(100vw * 255/1000);
  top: calc(100vw * 300/1000);
  left: calc(100vw - (100vw * 200/1000));
}
@media (min-width: 1000px) {
  .cover.over-width .bubble {
    top: 300px;
    left: 50%;
    margin-left: 320px;
    width: 255px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .bubble {
    width: calc(100vw * 84/375);
    top: calc(100vw * 205/375);
    left: unset;
    right: calc(100vw * 5/375);
  }
}

#sec-1.over-width {
  background: rgba(220, 205, 180, 0.6);
  position: relative;
  margin-top: calc(100vw * -120/1000);
}
@media (min-width: 1000px) {
  #sec-1.over-width {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  #sec-1.over-width {
    margin-top: calc(100vw * -42/375);
  }
}
#sec-1.over-width .wrapper {
  background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/quote-bordered.png") center center no-repeat transparent;
  background-size: contain;
  height: calc(100vw * 480/1000);
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 !important;
}
@media (min-width: 1000px) {
  #sec-1.over-width .wrapper {
    height: 480px;
  }
}
@media (max-width: 767px) {
  #sec-1.over-width .wrapper {
    background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/quote-bordered-xs.png") center center no-repeat transparent;
    background-size: contain;
    height: calc(100vw * 980/1200);
  }
}
#sec-1.over-width .wrapper p {
  padding: 1rem 0;
}
@media (max-width: 767px) {
  #sec-1.over-width .wrapper p {
    padding: calc(100vw * 8/375) 0;
  }
}

#sec-2.over-width .wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#sec-2.over-width .square-box.bg-black {
  width: calc(100vw * 22/1000);
  margin-top: calc(100vw * 100/1000);
  margin-bottom: calc(100vw * 100/1000);
}
@media (min-width: 1000px) {
  #sec-2.over-width .square-box.bg-black {
    width: 22px;
    margin-top: 130px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  #sec-2.over-width .square-box.bg-black {
    width: calc(100vw * 8/375);
    margin-top: calc(100vw * 65/375);
    margin-bottom: calc(100vw * 50/375);
  }
}
#sec-2.over-width img.logo {
  width: calc(100vw * 450/1000);
}
@media (min-width: 1000px) {
  #sec-2.over-width img.logo {
    width: 450px;
  }
}
@media (max-width: 767px) {
  #sec-2.over-width img.logo {
    width: calc(100vw * 210/375);
  }
}
#sec-2.over-width h1 {
  font-weight: bold;
  margin-top: calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  #sec-2.over-width h1 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #sec-2.over-width h1 {
    margin-top: calc(100vw * 25/375);
  }
}

#sec-3.over-width .wrapper {
  position: relative;
}
#sec-3.over-width .boxes-frame {
  background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/boxes-frame.png") center center no-repeat transparent;
  background-size: contain;
  height: calc(100vw * 405/1000);
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 !important;
  position: relative;
  z-index: 3;
}
@media (min-width: 1000px) {
  #sec-3.over-width .boxes-frame {
    height: 405px;
  }
}
#sec-3.over-width .boxes-frame hr {
  border-color: rgba(0, 0, 0, 0.3);
  border-width: calc(100vw * 5/1000);
  border-radius: calc(100vw * 2.5/1000);
  width: calc(100vw * 68/1000);
  margin-top: calc(100vw * 40/1000);
}
@media (min-width: 1000px) {
  #sec-3.over-width .boxes-frame hr {
    border-width: 5px;
    border-radius: 2.5px;
    width: 68px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #sec-3.over-width .boxes-frame hr {
    border-width: calc(100vw * 2/375);
    border-radius: calc(100vw * 1/375);
    width: calc(100vw * 25/375);
    margin-top: calc(100vw * 10/375);
  }
}
#sec-3.over-width img.bubble {
  width: calc(100vw * 510/1000);
  position: absolute;
  z-index: 3;
  right: -12.5%;
  top: calc(100vw * 265/1000);
}
@media (min-width: 1000px) {
  #sec-3.over-width img.bubble {
    width: 510px;
    top: 265px;
  }
}
@media (max-width: 767px) {
  #sec-3.over-width img.bubble {
    width: calc(100vw * 156/375);
    right: -2.5%;
    top: calc(100vw * 265/1000);
  }
}
#sec-3.over-width .skin-booster-x3 {
  position: relative;
  z-index: 1;
  background: rgba(0, 0, 0, 0.07);
  width: 80%;
  margin-top: -5%;
  padding: calc(100vw * 60/1000) 0;
}
@media (min-width: 1000px) {
  #sec-3.over-width .skin-booster-x3 {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  #sec-3.over-width .skin-booster-x3 {
    width: 90%;
    padding: calc(100vw * 30/375) 0;
  }
}
#sec-3.over-width .skin-booster-x3 div[class^=booster] {
  background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/desktop/2x/arrow_beige_01_2x.png") top center no-repeat;
  background-size: calc(100vw * 56/1000) auto;
  padding-top: calc(100vw * 80/1000);
}
@media (min-width: 1000px) {
  #sec-3.over-width .skin-booster-x3 div[class^=booster] {
    background-size: 56px auto;
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  #sec-3.over-width .skin-booster-x3 div[class^=booster] {
    background-size: calc(100vw * 16/375) auto;
    padding-top: calc(100vw * 40/375);
  }
}
#sec-3.over-width .skin-booster-x3 div[class^=booster] img {
  height: calc(100vw * 225/1000);
  width: auto;
}
@media (min-width: 1000px) {
  #sec-3.over-width .skin-booster-x3 div[class^=booster] img {
    height: 225px;
  }
}
@media (max-width: 767px) {
  #sec-3.over-width .skin-booster-x3 div[class^=booster] img {
    height: calc(100vw * 95/375);
  }
}
#sec-3.over-width .skin-booster-x3 div[class^=booster] p {
  padding: calc(100vw * 25/1000) 0 calc(100vw * 60/1000);
}
@media (min-width: 1000px) {
  #sec-3.over-width .skin-booster-x3 div[class^=booster] p {
    padding: 25px 0 60px;
  }
}
@media (max-width: 767px) {
  #sec-3.over-width .skin-booster-x3 div[class^=booster] p {
    padding: calc(100vw * 12.5/375) 0 calc(100vw * 30/375);
  }
}

#sec-4.over-width {
  background: #231F20;
  position: relative;
}
#sec-4.over-width .wrapper {
  background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/2nd-quote-bordered.png") center center no-repeat transparent;
  background-size: contain;
  height: calc(100vw * 450/1000);
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 !important;
}
@media (min-width: 1000px) {
  #sec-4.over-width .wrapper {
    height: 450px;
  }
}

#sec-5 .wrapper, #sec-7 .wrapper {
  position: relative;
  width: 90%;
  border-color: #CD4556;
  border-style: none solid;
  border-width: calc((100vw * 0.004310344827586) - 0.310344827586207px);
  padding-top: 15% !important;
  padding-bottom: 15% !important;
}
@media (min-width: 1000px) {
  #sec-5 .wrapper, #sec-7 .wrapper {
    border-width: 4px;
  }
}
@media (max-width: 767px) {
  #sec-5 .wrapper, #sec-7 .wrapper {
    border-width: calc((100vw * 0.002551020408163) + 1.043367346938776px);
  }
}
#sec-5 .wrapper img.bubble, #sec-7 .wrapper img.bubble {
  position: absolute;
  width: calc(100vw * 260/1000);
  right: -12.5%;
  top: 5%;
}
@media (min-width: 1000px) {
  #sec-5 .wrapper img.bubble, #sec-7 .wrapper img.bubble {
    width: 260px;
  }
}
#sec-5 .wrapper img.product, #sec-7 .wrapper img.product {
  width: 67.5%;
  margin-bottom: -10%;
}
@media (max-width: 767px) {
  #sec-5 .wrapper img.product, #sec-7 .wrapper img.product {
    width: 75%;
  }
}
#sec-5 .wrapper h3, #sec-7 .wrapper h3 {
  font-weight: bold;
}

#sec-7 .wrapper {
  padding-top: calc(15% + 8.6vw) !important;
  border-color: #35A3C0;
}
@media (min-width: 1000px) {
  #sec-7 .wrapper {
    padding-top: calc(15% + 86px) !important;
  }
}
#sec-7 .wrapper img.bubble {
  top: calc(5% + 8.6vw) !important;
}
@media (min-width: 1000px) {
  #sec-7 .wrapper img.bubble {
    top: calc(5% + 86px) !important;
  }
}

#sec-6, #sec-8 {
  background: #CD4556;
}
#sec-6 .wrapper, #sec-8 .wrapper {
  padding: 0 !important;
  padding-top: calc(100vw * 50/1000) !important;
}
@media (min-width: 1000px) {
  #sec-6 .wrapper, #sec-8 .wrapper {
    padding-top: 50px !important;
    margin-bottom: calc((100vw - 1000px) * -.086);
  }
}
@media (max-width: 767px) {
  #sec-6 .wrapper, #sec-8 .wrapper {
    padding-top: calc(100vw * 25/375) !important;
  }
}
#sec-6 h3, #sec-8 h3 {
  padding: 2.5% 0;
}
#sec-6 img:not(.btn-user-review-img), #sec-8 img:not(.btn-user-review-img) {
  width: calc(100vw * 74/1000);
}
@media (min-width: 1000px) {
  #sec-6 img:not(.btn-user-review-img), #sec-8 img:not(.btn-user-review-img) {
    width: 74px;
  }
}
@media (max-width: 767px) {
  #sec-6 img:not(.btn-user-review-img), #sec-8 img:not(.btn-user-review-img) {
    width: calc(100vw * 14/375);
  }
}
#sec-6 img.btn-user-review-img, #sec-8 img.btn-user-review-img {
  width: calc(100vw * 195/1000);
  margin-top: calc(100vw * 50/1000) !important;
}
@media (min-width: 1000px) {
  #sec-6 img.btn-user-review-img, #sec-8 img.btn-user-review-img {
    width: 195px;
    margin-top: 50px !important;
  }
}
@media (max-width: 767px) {
  #sec-6 img.btn-user-review-img, #sec-8 img.btn-user-review-img {
    width: calc(100vw * 74/375);
    margin-top: calc(100vw * 25/375) !important;
  }
}

#sec-6 {
  margin-bottom: calc(100vw * -.086);
}
@media (min-width: 1000px) {
  #sec-6 {
    margin-bottom: -86px;
  }
}

#sec-8 {
  background-color: #35A3C0;
}
#sec-8 .top-triangles:after, #sec-8 .top-triangles:before {
  border-bottom-color: #35A3C0;
}
#sec-8 .bottom-triangles {
  border-color: #35A3C0 #efe8dd #efe8dd #efe8dd;
}

#sec-9 {
  background: #efe8dd;
  position: relative;
  padding: calc(100vw * 80/1000) 0 !important;
}
@media (min-width: 1000px) {
  #sec-9 {
    padding: 80px 0 !important;
  }
}
@media (max-width: 767px) {
  #sec-9 {
    padding: calc(100vw * 32/375) 0 !important;
  }
}
#sec-9 .title hr {
  border-color: rgba(0, 0, 0, 0.3);
  border-width: calc(100vw * 5/1000);
  border-radius: calc(100vw * 2.5/1000);
  width: calc(100vw * 215/1000);
  margin: calc(100vw * 40/1000) auto;
}
@media (min-width: 1000px) {
  #sec-9 .title hr {
    border-width: 5px;
    border-radius: 2.5px;
    width: 215px;
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  #sec-9 .title hr {
    border-width: calc(100vw * 2/375);
    border-radius: calc(100vw * 1/375);
    width: calc(100vw * 64/375);
    margin: calc(100vw * 10/375) auto;
  }
}
#sec-9 .bubble-1, #sec-9 .bubble-2 {
  width: calc(100vw * 640/1000);
}
@media (min-width: 1000px) {
  #sec-9 .bubble-1, #sec-9 .bubble-2 {
    width: 640px;
  }
}
@media (max-width: 767px) {
  #sec-9 .bubble-1, #sec-9 .bubble-2 {
    width: calc(100vw * 250/375);
  }
}
#sec-9 .bubble-1 .content, #sec-9 .bubble-2 .content {
  color: black;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1.15;
}
#sec-9 .bubble-1 .content h3, #sec-9 .bubble-2 .content h3 {
  line-height: 1;
}
#sec-9 .bubble-1 hr, #sec-9 .bubble-2 hr {
  border-color: #000000;
  border-width: calc(100vw * 5/1000);
  border-radius: calc(100vw * 2.5/1000);
  width: 75%;
  margin: calc(100vw * 20/1000) auto;
}
@media (min-width: 1000px) {
  #sec-9 .bubble-1 hr, #sec-9 .bubble-2 hr {
    border-width: 5px;
    border-radius: 2.5px;
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  #sec-9 .bubble-1 hr, #sec-9 .bubble-2 hr {
    border-width: calc(100vw * 2/375);
    border-radius: calc(100vw * 1/375);
    width: 90%;
    margin: calc(100vw * 5/375) auto;
  }
}
#sec-9 .bubble-1 {
  background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/big-bubble-1.png") center center no-repeat;
  background-size: contain;
  z-index: 2;
  margin-right: auto;
}
#sec-9 .bubble-2 {
  background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/big-bubble-2.png") center center no-repeat;
  background-size: contain;
  z-index: 1;
  margin-left: auto;
  margin-top: calc(100vw * -250/1000);
}
@media (min-width: 1000px) {
  #sec-9 .bubble-2 {
    margin-top: -250px;
  }
}
@media (max-width: 767px) {
  #sec-9 .bubble-2 {
    margin-top: calc(100vw * -75/375);
  }
}

#sec-10.over-width {
  background: #efe8dd;
  position: relative;
  padding: calc(100vw * 80/1000) 0 calc(100vw * 80/1000) !important;
}
@media (min-width: 1000px) {
  #sec-10.over-width {
    padding: 80px 0 40px !important;
  }
}
@media (max-width: 767px) {
  #sec-10.over-width {
    padding: calc(100vw * 60/375) 0 calc(100vw * 20/375) !important;
  }
}
#sec-10.over-width .wrapper {
  background: rgba(86, 86, 85, 0.8);
  min-height: 200px;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  padding: calc(100vw * 60/1000) 0 !important;
}
@media (min-width: 1000px) {
  #sec-10.over-width .wrapper {
    padding: 60px 0 !important;
  }
}
@media (max-width: 767px) {
  #sec-10.over-width .wrapper {
    padding: calc(100vw * 30/375) 0 !important;
  }
}
#sec-10.over-width .wrapper > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100vw * 420/1000);
}
@media (min-width: 1000px) {
  #sec-10.over-width .wrapper > div {
    width: 420px;
  }
}
#sec-10.over-width .wrapper > div p {
  padding-top: calc(100vw * 32/1000) !important;
}
@media (min-width: 1000px) {
  #sec-10.over-width .wrapper > div p {
    padding-top: 32px !important;
  }
}
@media (max-width: 767px) {
  #sec-10.over-width .wrapper > div p {
    padding-top: calc(100vw * 30/375) !important;
  }
}
#sec-10.over-width .wrapper > div.header, #sec-10.over-width .wrapper > div.icon {
  align-items: flex-end;
  margin-top: calc(100vw * -215/1000);
  padding: calc(100vw * 60/1000) 0 !important;
}
@media (min-width: 1000px) {
  #sec-10.over-width .wrapper > div.header, #sec-10.over-width .wrapper > div.icon {
    margin-top: -215px;
    padding: 60px 0 !important;
  }
}
@media (max-width: 767px) {
  #sec-10.over-width .wrapper > div.header, #sec-10.over-width .wrapper > div.icon {
    align-items: center;
    margin-top: calc(100vw * -110/375);
    padding: calc(100vw * 30/375) 0 !important;
  }
}
#sec-10.over-width .wrapper > div.header img, #sec-10.over-width .wrapper > div.icon img {
  width: 75%;
}
@media (max-width: 767px) {
  #sec-10.over-width .wrapper > div.header img, #sec-10.over-width .wrapper > div.icon img {
    width: 90%;
  }
}
#sec-10.over-width .wrapper > div.icon img {
  width: 55%;
}
@media (max-width: 767px) {
  #sec-10.over-width .wrapper > div.icon img {
    width: 90%;
  }
}
#sec-10.over-width .wrapper > div.step-1, #sec-10.over-width .wrapper > div.step-2 {
  height: calc(100vw * 218/1000);
}
@media (min-width: 1000px) {
  #sec-10.over-width .wrapper > div.step-1, #sec-10.over-width .wrapper > div.step-2 {
    height: 218px;
  }
}
#sec-10.over-width .wrapper > div.step-1 {
  background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/desktop/2x/how_to_01_2x.png") left center no-repeat;
  background-size: contain;
}
#sec-10.over-width .wrapper > div.step-2 {
  background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/desktop/2x/how_to_02_2x.png") right center no-repeat;
  background-size: contain;
}
#sec-10.over-width .wrapper > div.step-3 {
  background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/desktop/2x/how_to_03_2x.png") center center no-repeat;
  background-size: contain;
  width: calc(100vw * 840/1000);
  height: calc(100vw * 220/1000);
}
@media (min-width: 1000px) {
  #sec-10.over-width .wrapper > div.step-3 {
    width: 840px;
    height: 220px;
  }
}
@media (max-width: 767px) {
  #sec-10.over-width .wrapper > div.step-1, #sec-10.over-width .wrapper > div.step-2, #sec-10.over-width .wrapper > div.step-3 {
    width: calc(100vw * 300/375);
    height: calc(100vw * 110/375);
  }
  #sec-10.over-width .wrapper > div.step-1 p, #sec-10.over-width .wrapper > div.step-2 p, #sec-10.over-width .wrapper > div.step-3 p {
    margin-right: auto;
    margin-left: calc(100vw * 16/375);
    text-align: left;
  }
  #sec-10.over-width .wrapper > div.step-2 {
    height: calc(100vw * 90/375);
  }
  #sec-10.over-width .wrapper > div.step-1 {
    background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/mobile/2x/how_to_01_2x.png") left center no-repeat;
    background-size: contain;
  }
  #sec-10.over-width .wrapper > div.step-2 {
    background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/mobile/2x/how_to_02_2x.png") left center no-repeat;
    background-size: contain;
  }
  #sec-10.over-width .wrapper > div.step-3 {
    background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/mobile/2x/how_to_03_2x.png") left center no-repeat;
    background-size: contain;
  }
}

#sec-99.over-width {
  background: #DCCDB4;
  position: relative;
}
#sec-99.over-width .wrapper {
  background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/2nd-quote-bordered.png") center center no-repeat transparent;
  background-size: contain;
  height: calc(100vw * 450/1000);
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 !important;
}
@media (min-width: 1000px) {
  #sec-99.over-width .wrapper {
    height: 450px;
  }
}
@media (max-width: 767px) {
  #sec-99.over-width .wrapper {
    background: url("https://www.jeban.com/spotlight-item/Olay-Magnemasks/2nd-quote-bordered-xs.png") center center no-repeat transparent;
    background-size: contain;
    height: calc(100vw * 740/1200);
  }
}
#sec-99.over-width .wrapper h3 {
  font-weight: bold;
}
#sec-99.over-width .wrapper p {
  line-height: 1.05;
  padding: 1rem 0;
}
@media (max-width: 767px) {
  #sec-99.over-width .wrapper p {
    padding: calc(100vw * 5/375) 0;
  }
}
#sec-99.over-width .wrapper p .shopping-link {
  box-shadow: none;
  border: none;
  padding: 0 10px;
  background: black;
  color: white !important;
}
#sec-99.over-width .wrapper .shopping-link {
  box-shadow: none;
  border: none;
  background: none;
  color: black !important;
  text-decoration: underline;
  display: inline-block;
  height: auto !important;
}