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

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

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

.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-35 {
  font-size: calc(100vw * (35 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-35 {
    font-size: 35px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

  .fz-m-22 {
    font-size: calc(100vw * (22 / 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-1440px {
  max-width: 1440px;
}

.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: "●";
  color: #EA6F60;
  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;
}

.text-bold {
  font-weight: bold;
}

.text-hl {
  color: #EA6F60 !important;
}

.cover.over-width {
  background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/BG-top.png") center top calc(100vw * 65/1000) no-repeat white;
  background-size: 100% 100%;
}
@media (min-width: 1000px) {
  .cover.over-width {
    background-position: center top 65px;
  }
}
.cover.over-width .container {
  position: relative;
  height: calc(100vw * 750/1000);
  padding-top: calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .container {
    height: 750px;
    padding-top: 50px;
    background-position: center top 80px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .container {
    height: auto;
    min-height: calc(100vw * 390/375);
    padding-top: calc(100vw * 85/375);
    background-position: center top calc(100vw * 35/375);
  }
}
.cover.over-width .container img.packshot-xs {
  width: 95%;
  position: relative;
  z-index: 2;
}
.cover.over-width .container .title {
  position: absolute;
  display: flex;
  flex-flow: column;
  top: 0;
  right: 0;
  width: 55%;
  height: 100%;
}
@media (max-width: 767px) {
  .cover.over-width .container .title {
    width: 65%;
  }
}
.cover.over-width .container .title img {
  margin: 0 auto;
  width: calc(100vw * 320/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .container .title img {
    width: 320px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .container .title img {
    width: calc(100vw * 145/375);
  }
}
.cover.over-width .container .title h1 {
  margin: calc(100vw * 24/1000) auto;
}
@media (min-width: 1000px) {
  .cover.over-width .container .title h1 {
    margin: 24px auto;
  }
}
@media (max-width: 767px) {
  .cover.over-width .container .title h1 {
    margin: calc(100vw * 12/375) auto;
  }
}
.cover.over-width .container .title div h3 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: white;
  height: calc(100vw * 48/1000);
  padding: 0 calc(100vw * 40/1000);
  margin-bottom: calc(100vw * 12/1000);
}
.cover.over-width .container .title div h3:nth-child(1) {
  transform: rotate(2deg) translateX(-25%);
}
@media (max-width: 767px) {
  .cover.over-width .container .title div h3:nth-child(1) {
    transform: rotate(2deg) translateX(-20%);
  }
}
.cover.over-width .container .title div h3:nth-child(2) {
  transform: rotate(-3deg) translateX(-45%);
}
@media (max-width: 767px) {
  .cover.over-width .container .title div h3:nth-child(2) {
    transform: rotate(-3deg) translateX(-40%);
  }
}
.cover.over-width .container .title div h3:nth-child(3) {
  transform: rotate(0deg);
}
.cover.over-width .container .title div h3:before, .cover.over-width .container .title div h3:after {
  content: "·";
  color: #EA6F60;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  height: 125%;
  width: calc(100vw * 35/1000);
  font-size: calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .container .title div h3:before, .cover.over-width .container .title div h3:after {
    width: 35px;
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .container .title div h3:before, .cover.over-width .container .title div h3:after {
    width: calc(100vw * 20/375);
    font-size: calc(100vw * 35/375);
  }
}
.cover.over-width .container .title div h3:before {
  left: 0;
}
.cover.over-width .container .title div h3:after {
  right: 0;
}
@media (min-width: 1000px) {
  .cover.over-width .container .title div h3 {
    height: 48px;
    padding: 0 40px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .container .title div h3 {
    height: calc(100vw * 30/375);
    padding: 0 calc(100vw * 25/375);
    margin-bottom: calc(100vw * 8/375);
  }
}
.cover.over-width .container .title div h3 span {
  color: #EA6F60;
}
.cover.over-width .container .title h2 {
  margin-top: calc(100vw * 25/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .container .title h2 {
    margin-top: 25px;
  }
}

#sec-1 {
  background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/Bg-second.png") center top no-repeat transparent;
  background-size: calc(100vw * 1599.52/1440) calc(100vw * 1301.56/1440);
  background-position: center top;
  margin-top: calc(100vw * 45/1000);
}
@media (min-width: 1000px) {
  #sec-1 {
    background-size: 102% calc(1000px * 1301.56/1440);
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  #sec-1 {
    background-size: 250% 65%;
    background-position: 2% top;
    padding-top: calc(100vw * 35/375);
  }
}
#sec-1 .container {
  height: calc(100vw * 905/1000);
}
@media (min-width: 1000px) {
  #sec-1 .container {
    height: 905px;
  }
}
@media (max-width: 767px) {
  #sec-1 .container {
    height: auto;
  }
}
#sec-1 .container .wrapper {
  position: relative;
  height: 100%;
}
@media (min-width: 768px) {
  #sec-1 .container .wrapper .problem {
    position: absolute;
    right: calc(100vw * 10/1000);
    top: calc(100vw * -25/1000);
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/box-problem-dryskin.png") center center no-repeat transparent;
    background-size: contain;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: calc(100vw * 427.5/1000);
    height: calc(100vw * 457.2/1000);
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #sec-1 .container .wrapper .problem {
    top: -45px;
    right: 10px;
    width: 427.5px;
    height: 457.2px;
  }
}
@media (min-width: 768px) {
  #sec-1 .container .wrapper .benefits {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  #sec-1 .container .wrapper .benefits .benefit {
    color: white;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #sec-1 .container .wrapper .benefits .benefit:nth-child(1) {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/benefit-1.png") center center no-repeat transparent;
    background-size: contain;
    position: absolute;
    left: 8%;
    top: 10%;
    z-index: 1;
    padding: 0 0 5% 3.5%;
    width: calc(100vw * 327.5/1000);
    height: calc(100vw * 264/1000);
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #sec-1 .container .wrapper .benefits .benefit:nth-child(1) {
    width: 327.5px;
    height: 264px;
  }
}
@media (min-width: 768px) {
  #sec-1 .container .wrapper .benefits .benefit:nth-child(2) {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/benefit-2.png") center center no-repeat transparent;
    background-size: contain;
    position: absolute;
    left: 0%;
    top: 29%;
    z-index: 2;
    padding: 0 0 5% 0;
    width: calc(100vw * 317/1000);
    height: calc(100vw * 308/1000);
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #sec-1 .container .wrapper .benefits .benefit:nth-child(2) {
    width: 317px;
    height: 308px;
  }
}
@media (min-width: 768px) {
  #sec-1 .container .wrapper .benefits .benefit:nth-child(3) {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/benefit-3.png") center center no-repeat transparent;
    background-size: contain;
    position: absolute;
    left: 8%;
    top: 54%;
    z-index: 3;
    padding: 0 2% 0 0;
    width: calc(100vw * 308/1000);
    height: calc(100vw * 246.5/1000);
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #sec-1 .container .wrapper .benefits .benefit:nth-child(3) {
    width: 308px;
    height: 246.5px;
  }
}
@media (min-width: 768px) {
  #sec-1 .container .wrapper .benefits .benefit:nth-child(4) {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/benefit-4.png") center center no-repeat transparent;
    background-size: contain;
    position: absolute;
    left: 35%;
    top: 53%;
    z-index: 4;
    width: calc(100vw * 269.25/1000);
    height: calc(100vw * 236/1000);
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #sec-1 .container .wrapper .benefits .benefit:nth-child(4) {
    width: 269.25px;
    height: 236px;
  }
}
@media (min-width: 768px) {
  #sec-1 .container .wrapper .benefits .benefit:nth-child(5) {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/benefit-5.png") center center no-repeat transparent;
    background-size: contain;
    position: absolute;
    left: 51%;
    top: 66%;
    z-index: 5;
    padding: 3.5% 0 0;
    width: calc(100vw * 238.75/1000);
    height: calc(100vw * 210/1000);
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #sec-1 .container .wrapper .benefits .benefit:nth-child(5) {
    width: 238.75px;
    height: 210px;
  }
}
@media (min-width: 768px) {
  #sec-1 .container .wrapper .benefits .benefit:nth-child(6) {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/benefit-6.png") center center no-repeat transparent;
    background-size: contain;
    position: absolute;
    left: 68%;
    top: 55%;
    z-index: 6;
    padding: 0 0 5%;
    width: calc(100vw * 276/1000);
    height: calc(100vw * 265/1000);
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #sec-1 .container .wrapper .benefits .benefit:nth-child(6) {
    width: 276px;
    height: 265px;
  }
}
@media (min-width: 768px) {
  #sec-1 .container .wrapper .benefits img {
    position: absolute;
    z-index: 7;
    width: calc(100vw * 350/1000);
    height: auto;
    top: 66%;
    right: -3%;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #sec-1 .container .wrapper .benefits img {
    width: 350px;
  }
}
@media (min-width: 768px) and (min-width: 1180px) {
  #sec-1 .container .wrapper .benefits img {
    top: 64%;
    right: -5%;
  }
}
@media (max-width: 767px) {
  #sec-1 .container .wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: url(https://www.jeban.com/spotlight-item/moisture-surge/md/Bg-second.png) 55% bottom no-repeat transparent;
    background-size: 250% 65%;
    padding-bottom: calc(100vw * 120/375);
  }
  #sec-1 .container .wrapper .problem {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/box-problem-dryskin.png") center center no-repeat transparent;
    background-size: contain;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    width: calc(100vw * 276.5/375);
    height: calc(100vw * 301.34/375);
  }
}
@media (max-width: 767px) and (min-width: 1000px) {
  #sec-1 .container .wrapper .problem {
    width: 276.5px;
    height: 301.34px;
  }
}
@media (max-width: 767px) {
  #sec-1 .container .wrapper .benefits {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
  }
  #sec-1 .container .wrapper .benefits .benefit {
    color: white;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  #sec-1 .container .wrapper .benefits .benefit:nth-child(1) {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/xs/benefit-1@2x.png") center center no-repeat transparent;
    background-size: contain;
    position: relative;
    z-index: 1;
    padding: 0 0 5% 8%;
    width: calc(100vw * 282.54/375);
    height: calc(100vw * 279.25/375);
    margin-left: auto;
    margin-top: calc(100vw * 25/375);
  }
  #sec-1 .container .wrapper .benefits .benefit:nth-child(2) {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/xs/benefit-2@2x.png") center center no-repeat transparent;
    background-size: contain;
    position: relative;
    z-index: 2;
    padding: 0 0 12% 0;
    width: calc(100vw * 303.72/375);
    height: calc(100vw * 290.65/375);
    margin-right: auto;
    margin-top: calc(100vw * -75/375);
  }
  #sec-1 .container .wrapper .benefits .benefit:nth-child(3) {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/xs/benefit-3@2x.png") center center no-repeat transparent;
    background-size: contain;
    position: relative;
    z-index: 3;
    padding: 0 7% 0 0;
    width: calc(100vw * 286.1476/375);
    height: calc(100vw * 208.012/375);
    margin-left: auto;
    margin-top: calc(100vw * -50/375);
  }
  #sec-1 .container .wrapper .benefits .benefit:nth-child(4) {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/xs/benefit-4@2x.png") center center no-repeat transparent;
    background-size: contain;
    position: relative;
    z-index: 4;
    width: calc(100vw * 273.97/375);
    height: calc(100vw * 209.56/375);
    margin-right: auto;
    margin-top: calc(100vw * -40/375);
  }
  #sec-1 .container .wrapper .benefits .benefit:nth-child(5) {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/xs/benefit-5@2x.png") center center no-repeat transparent;
    background-size: contain;
    position: relative;
    z-index: 5;
    width: calc(100vw * 248.16/375);
    height: calc(100vw * 167.07/375);
    margin-left: auto;
    margin-top: calc(100vw * -40/375);
  }
  #sec-1 .container .wrapper .benefits .benefit:nth-child(6) {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/xs/benefit-6@2x.png") center center no-repeat transparent;
    background-size: contain;
    position: relative;
    z-index: 6;
    padding: 0 0 10%;
    width: calc(100vw * 264.71/375);
    height: calc(100vw * 234.55/375);
    margin-right: auto;
    margin-top: calc(100vw * -40/375);
  }
  #sec-1 .container .wrapper .benefits img {
    position: relative;
    z-index: 7;
    width: 100%;
    margin-top: calc(100vw * -150/375);
  }
}

#sec-2 {
  margin-top: calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  #sec-2 {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #sec-2 {
    margin-top: calc(100vw * 25/375);
  }
}
#sec-2 .container .wrapper img {
  width: calc(100vw * 255/1000);
}
@media (min-width: 1000px) {
  #sec-2 .container .wrapper img {
    width: 255px;
  }
}
@media (max-width: 767px) {
  #sec-2 .container .wrapper img {
    width: calc(100vw * 215/375);
  }
}
#sec-2 .container .wrapper p {
  margin: calc(100vw * 40/1000) auto;
}
@media (min-width: 1000px) {
  #sec-2 .container .wrapper p {
    margin: 40px auto;
  }
}
@media (max-width: 767px) {
  #sec-2 .container .wrapper p {
    margin: calc(100vw * 30/375) auto;
  }
}

#sec-3 {
  position: relative;
  z-index: 2;
  background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/Bg-3rd.png") center top no-repeat transparent;
  background-size: calc(100vw * 1662.59/1440) 100%;
  margin-top: calc(100vw * 45/1000);
}
@media (min-width: 1000px) {
  #sec-3 {
    background-size: 102% 100%;
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  #sec-3 {
    background-size: 500% 100%;
    background-position: 4% top;
    padding-top: calc(100vw * 35/375);
  }
}
#sec-3 .container {
  padding: calc(100vw * 80/1000) 0 calc(100vw * 120/1000);
}
@media (min-width: 1000px) {
  #sec-3 .container {
    padding: 80px 0 120px;
  }
}
#sec-3 .container img.header {
  width: 50%;
  margin-bottom: calc(100vw * -265/1000);
}
@media (min-width: 1000px) {
  #sec-3 .container img.header {
    margin-bottom: -265px;
  }
}
@media (max-width: 767px) {
  #sec-3 .container img.header {
    width: 90%;
    margin-bottom: calc(100vw * -215/375);
    margin-left: calc(100vw * 5/375);
  }
}
#sec-3 .container .wrapper {
  background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/box-72hr.png") center top no-repeat transparent;
  background-size: 100% 100%;
  padding: 12% 4% 8%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vw * 1065/1263);
}
@media (min-width: 1000px) {
  #sec-3 .container .wrapper {
    height: calc(1000px * 1065/1263);
  }
}
@media (max-width: 767px) {
  #sec-3 .container .wrapper {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/xs/box-72hr@2x.png") center top no-repeat transparent;
    background-size: calc(100vw * 417.35/375) calc(100vw * 1120/375);
    height: calc(100vw * 1120/375);
    padding: 12% 4% 8%;
  }
}
#sec-3 .container .wrapper .flex-media {
  align-items: flex-end;
}
@media (max-width: 767px) {
  #sec-3 .container .wrapper .flex-media {
    flex-flow: column;
    align-items: center;
    margin-top: calc(100vw * 70/375);
  }
}
#sec-3 .container .wrapper .flex-media img {
  width: 50%;
}
@media (max-width: 767px) {
  #sec-3 .container .wrapper .flex-media img {
    width: 90%;
  }
}
#sec-3 .container .wrapper .flex-media .body {
  padding-left: 2.5%;
}
@media (max-width: 767px) {
  #sec-3 .container .wrapper .flex-media .body {
    padding: 0 !important;
    width: calc((100vw * 0.699745547073791) + 47.595419847328244px);
    margin-top: calc(100vw * 30/375);
  }
}
#sec-3 .container .wrapper .flex-media .body img {
  width: 75%;
}
@media (max-width: 767px) {
  #sec-3 .container .wrapper .flex-media .body img {
    width: 100%;
  }
}
#sec-3 .container .wrapper .flex-media .body p {
  margin: 0 0 2.5% 2.5% !important;
}
@media (max-width: 767px) {
  #sec-3 .container .wrapper .flex-media .body p {
    margin: 0 0 calc(100vw * 25/375) calc(100vw * 5/375) !important;
  }
}

#sec-4 {
  position: relative;
  z-index: 1;
  background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/Bg-4th-cropped.png") center top repeat-y transparent;
  background-size: calc(100vw * 1662.59/1440) calc((100vw * 1.293103448275862) + 6.896551724137931px);
  margin-top: calc(100vw * -120/1000);
}
@media (min-width: 1000px) {
  #sec-4 {
    background-size: 102% 1300px;
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  #sec-4 {
    background-size: 520% 50%;
    background-position: 57.5% top;
    margin-top: calc(100vw * -150/375);
    padding-top: calc(100vw * 110/375);
  }
}
#sec-4 .container:nth-child(1) {
  padding: calc(100vw * 80/1000) 0 calc(100vw * 120/1000);
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(1) {
    padding: 80px 0 120px;
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(1) {
    padding: 25px 0;
  }
}
#sec-4 .container:nth-child(1) img {
  width: calc(100vw * 365/1000);
  margin-bottom: calc(100vw * -175/1000);
  margin-left: calc(100vw * 45/1000);
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(1) img {
    width: 365px;
    margin-bottom: -175px;
    margin-left: 45px;
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(1) img {
    width: 95%;
    margin-left: 10%;
    margin-bottom: calc(100vw * -120/375);
  }
}
#sec-4 .container:nth-child(1) .wrapper {
  background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/box-extended.png") center top no-repeat transparent;
  background-size: 100% 100%;
  padding: calc(100vw * 50/1000) calc(100vw * 150/1000) 0;
  height: calc(100vw * 1065/1263);
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(1) .wrapper {
    padding: 50px 150px 0;
    height: calc(1000px * 1065/1263);
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(1) .wrapper {
    background: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    height: auto;
    width: 92%;
    border-radius: calc(100vw * 32/375);
    padding: calc(100vw * 120/375) calc(100vw * 25/375) calc(100vw * 60/375) !important;
  }
}
#sec-4 .container:nth-child(1) .wrapper h3 {
  width: auto;
  padding: 0 2.5%;
  display: inline;
  background: #F5A69C;
  color: white;
  line-height: 0.85;
}
#sec-4 .container:nth-child(1) .wrapper h3:nth-child(1) {
  margin-left: calc(100vw * 220/1000);
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(1) .wrapper h3:nth-child(1) {
    margin-left: 220px;
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(1) .wrapper h3:nth-child(1) {
    margin-left: unset;
  }
}
#sec-4 .container:nth-child(1) .wrapper h3:nth-child(3) {
  margin-left: calc(100vw * 215/1000);
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(1) .wrapper h3:nth-child(3) {
    margin-left: 215px;
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(1) .wrapper h3:nth-child(3) {
    margin-left: unset;
  }
}
#sec-4 .container:nth-child(1) .wrapper hr {
  border: none;
  margin: calc(100vw * 15/1000) 0;
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(1) .wrapper hr {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(1) .wrapper hr {
    margin: calc(100vw * 10/375) 0;
  }
}
#sec-4 .container:nth-child(1) .wrapper h4 {
  margin-top: 0.5rem;
  margin-left: calc(calc(100vw * 220/1000) + 2.5%);
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(1) .wrapper h4 {
    margin-left: calc(220px + 2.5%);
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(1) .wrapper h4 {
    margin-left: calc(100vw * 5/375);
  }
}
#sec-4 .container:nth-child(1) .wrapper ul {
  margin: calc(100vw * 75/1000) auto;
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(1) .wrapper ul {
    margin: 75px auto;
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(1) .wrapper ul {
    margin: calc(100vw * 20/375) auto calc(100vw * 50/375);
  }
}
#sec-4 .container:nth-child(1) .wrapper ul li {
  margin-bottom: calc(100vw * 35/1000);
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(1) .wrapper ul li {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(1) .wrapper ul li {
    margin-bottom: calc(100vw * 25/375);
  }
}
#sec-4 .container:nth-child(1) .wrapper ul li strong {
  display: block;
}
#sec-4 .container:nth-child(1) .wrapper .btn-user-review {
  background: #F5A69C;
  color: white;
  height: auto;
}
#sec-4 .how-to-use:nth-child(2) {
  position: relative;
  left: 50%;
  transform: rotate(5deg) translateX(-50%);
  background: white;
  width: calc(100vw * 1580/1000);
  height: calc(100vw * 400/1000);
  margin-top: calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  #sec-4 .how-to-use:nth-child(2) {
    width: 1580px;
    height: 400px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #sec-4 .how-to-use:nth-child(2) {
    width: calc(100vw * 500/375);
    height: calc(100vw * 775/375);
    margin-top: calc(100vw * 50/375);
  }
}
#sec-4 .how-to-use:nth-child(2) > div {
  transform: rotate(-5deg);
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
@media (min-width: 1000px) {
  #sec-4 .how-to-use:nth-child(2) > div {
    margin-left: -500px;
  }
}
#sec-4 .how-to-use:nth-child(2) > div > img {
  width: calc(100vw * 340/1000);
  margin-top: calc(100vw * -85/1000);
}
@media (min-width: 1000px) {
  #sec-4 .how-to-use:nth-child(2) > div > img {
    width: 340px;
    margin-top: -85px;
  }
}
@media (max-width: 767px) {
  #sec-4 .how-to-use:nth-child(2) > div > img {
    width: calc(100vw * 300/375);
    margin-top: calc(100vw * -35/375);
  }
}
#sec-4 .how-to-use:nth-child(2) > div .steps {
  display: flex;
  flex-flow: wrap;
}
@media (max-width: 767px) {
  #sec-4 .how-to-use:nth-child(2) > div .steps {
    flex-flow: column;
    align-items: center;
    width: calc(100vw * 360/375);
  }
}
#sec-4 .how-to-use:nth-child(2) > div .steps .step {
  width: 30%;
  padding: 0 calc(100vw * 20/1000);
}
@media (min-width: 1000px) {
  #sec-4 .how-to-use:nth-child(2) > div .steps .step {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #sec-4 .how-to-use:nth-child(2) > div .steps .step {
    width: 100%;
    padding: 0 calc(100vw * 25/375);
  }
}
#sec-4 .how-to-use:nth-child(2) > div .steps .step > img {
  width: calc(100vw * 65/1000);
}
@media (min-width: 1000px) {
  #sec-4 .how-to-use:nth-child(2) > div .steps .step > img {
    width: 65px;
  }
}
@media (max-width: 767px) {
  #sec-4 .how-to-use:nth-child(2) > div .steps .step > img {
    width: calc(100vw * 60/375);
  }
}
#sec-4 .how-to-use:nth-child(2) > div .steps .dot {
  width: 5%;
  text-align: center;
  color: #EA6F60;
  margin-top: calc(100vw * 20/1000);
}
@media (min-width: 1000px) {
  #sec-4 .how-to-use:nth-child(2) > div .steps .dot {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #sec-4 .how-to-use:nth-child(2) > div .steps .dot {
    margin-top: 0;
    margin-bottom: calc(100vw * -35/375);
  }
}
#sec-4 .container:nth-child(3) {
  position: relative;
  padding: calc(100vw * 80/1000) 0 calc(100vw * 120/1000);
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(3) {
    padding: 80px 0 120px;
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(3) {
    padding: calc(100vw * 30/375) 0 calc(100vw * 30/375);
  }
}
#sec-4 .container:nth-child(3) img {
  position: absolute;
  right: 0;
  width: calc(100vw * 300/1000);
  top: calc(100vw * -20/1000);
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(3) img {
    width: 300px;
    top: -20px;
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(3) img {
    width: 75%;
  }
}
#sec-4 .container:nth-child(3) .wrapper {
  background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/box-lotion.png") center top no-repeat transparent;
  background-size: 100% 100%;
  padding: calc(100vw * 100/1000) calc(100vw * 150/1000) 0;
  height: calc(100vw * 935/1263);
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(3) .wrapper {
    padding: 100px 150px 0;
    height: calc(1000px * 935/1263);
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(3) .wrapper {
    background: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    height: auto;
    width: 92%;
    border-radius: calc(100vw * 32/375);
    padding: calc(100vw * 145/375) calc(100vw * 25/375) calc(100vw * 60/375) !important;
    margin-top: calc(100vw * 340/375);
  }
}
#sec-4 .container:nth-child(3) .wrapper h3 {
  width: auto;
  padding: 0 2.5%;
  display: inline;
  background: #F5A69C;
  color: white;
  line-height: 0.85;
}
#sec-4 .container:nth-child(3) .wrapper hr {
  border: none;
  margin: calc(100vw * 15/1000) 0;
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(3) .wrapper hr {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(3) .wrapper hr {
    margin: calc(100vw * 10/375) 0;
  }
}
#sec-4 .container:nth-child(3) .wrapper h4 {
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(3) .wrapper h4 {
    margin-left: calc(100vw * 5/375);
  }
}
#sec-4 .container:nth-child(3) .wrapper ul {
  margin: calc(100vw * 75/1000) auto;
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(3) .wrapper ul {
    margin: 75px auto;
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(3) .wrapper ul {
    margin: calc(100vw * 20/375) auto calc(100vw * 50/375);
  }
}
#sec-4 .container:nth-child(3) .wrapper ul li {
  margin-bottom: calc(100vw * 35/1000);
}
@media (min-width: 1000px) {
  #sec-4 .container:nth-child(3) .wrapper ul li {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  #sec-4 .container:nth-child(3) .wrapper ul li {
    margin-bottom: calc(100vw * 25/375);
  }
}
#sec-4 .container:nth-child(3) .wrapper ul li strong {
  display: block;
}
#sec-4 .container:nth-child(3) .wrapper .btn-user-review {
  background: #F5A69C;
  color: white;
  height: auto;
}
#sec-4 .how-to-use:nth-child(4) {
  position: relative;
  left: 50%;
  transform: rotate(-5deg) translateX(-50%);
  background: white;
  width: calc(100vw * 1580/1000);
  height: calc(100vw * 225/1000);
  margin-top: calc(100vw * -50/1000);
}
@media (min-width: 1000px) {
  #sec-4 .how-to-use:nth-child(4) {
    width: 1580px;
    height: 225px;
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  #sec-4 .how-to-use:nth-child(4) {
    width: calc(100vw * 500/375);
    height: calc(100vw * 250/375);
    margin-top: calc(100vw * 50/375);
  }
}
#sec-4 .how-to-use:nth-child(4) > div {
  transform: rotate(5deg);
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
@media (min-width: 1000px) {
  #sec-4 .how-to-use:nth-child(4) > div {
    margin-left: -500px;
  }
}
#sec-4 .how-to-use:nth-child(4) > div > img {
  width: calc(100vw * 340/1000);
  margin-top: calc(100vw * -85/1000);
}
@media (min-width: 1000px) {
  #sec-4 .how-to-use:nth-child(4) > div > img {
    width: 340px;
    margin-top: -85px;
  }
}
@media (max-width: 767px) {
  #sec-4 .how-to-use:nth-child(4) > div > img {
    width: calc(100vw * 300/375);
    margin-top: calc(100vw * -35/375);
  }
}
#sec-4 .how-to-use:nth-child(4) > div .steps {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #sec-4 .how-to-use:nth-child(4) > div .steps {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
#sec-4 .how-to-use:nth-child(4) > div .flex-media {
  padding: 0 calc(100vw * 20/1000);
  align-items: center;
}
@media (min-width: 1000px) {
  #sec-4 .how-to-use:nth-child(4) > div .flex-media {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  #sec-4 .how-to-use:nth-child(4) > div .flex-media {
    flex-flow: column;
    align-items: center;
  }
}
#sec-4 .how-to-use:nth-child(4) > div .flex-media > img {
  width: calc(100vw * 65/1000);
  margin-right: calc(100vw * 25/1000);
}
@media (min-width: 1000px) {
  #sec-4 .how-to-use:nth-child(4) > div .flex-media > img {
    width: 65px;
    margin-right: 25px;
  }
}
@media (max-width: 767px) {
  #sec-4 .how-to-use:nth-child(4) > div .flex-media > img {
    width: calc(100vw * 60/375);
  }
}

#sec-5 {
  background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/Bg-5th.png") center top calc(100vw * -50/1000) no-repeat transparent;
  background-size: 120% 145%;
  padding: calc(100vw * 50/1000) 0 calc(100vw * 40/1000);
}
@media (min-width: 1000px) {
  #sec-5 {
    background-position: center top -50px;
    padding: 50px 0 40px;
  }
}
#sec-5 .container {
  background: url("https://www.jeban.com/spotlight-item/moisture-surge/md/box-promotion.png") center top no-repeat transparent;
  background-size: contain;
  height: calc(100vw * 655/1140);
}
@media (min-width: 1000px) {
  #sec-5 .container {
    height: calc(1000px * 655/1140);
  }
}
@media (max-width: 767px) {
  #sec-5 .container {
    background: url("https://www.jeban.com/spotlight-item/moisture-surge/xs/box-promotion@2x.png") left top no-repeat transparent;
    background-size: 112.75% 100%;
    height: calc(100vw * 650/375);
  }
}
#sec-5 .container .content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: calc(100vw * 65/1000) calc(100vw * 65/1000) 0;
  height: calc(100vw * 550/1000);
}
@media (min-width: 1000px) {
  #sec-5 .container .content {
    padding: 65px 65px 0;
    height: 550px;
  }
}
@media (max-width: 767px) {
  #sec-5 .container .content {
    padding: calc(100vw * 30/375) calc(100vw * 12/375) 0;
    height: calc(100vw * 600/375);
    justify-content: space-evenly;
  }
}
#sec-5 .container .content img {
  margin: calc(100vw * 15/1000) 0;
}
@media (min-width: 1000px) {
  #sec-5 .container .content img {
    margin: 15px 0;
  }
}
@media (max-width: 767px) {
  #sec-5 .container .content img {
    margin: calc(100vw * 10/375) 0;
  }
}