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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .fz-m-25 {
    font-size: calc(100vw * (25 / 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;
}

.btn-user-review {
  background-color: white;
  border: 1px solid #FFCC06;
  color: #16234C;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  outline: 0;
  padding: 10px 50px;
  border-radius: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .btn-user-review,
.shopping-link {
    padding: 5px 40px;
  }
}
.btn-user-review:visited,
.shopping-link:visited {
  color: #16234C;
}

.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 (min-width: 1440px) {
  .over-width {
    margin-left: calc(-1 * (720px - 360px));
    margin-right: calc(-1 * (720px - 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;
}

.cover.over-width {
  background-image: url("https://www.jeban.com/spotlight-item/lucido-l/mask-group-12.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  height: calc(100vw * 817/1000);
  position: relative;
  background-color: #FFFFF3;
}
@media (min-width: 1000px) {
  .cover.over-width {
    height: 817px;
    background-position: center 50%;
    background-size: 100% 100%;
  }
}
@media (max-width: 767px) {
  .cover.over-width {
    height: calc(100vw * 550/375);
  }
}
.cover.over-width .feather-top {
  position: absolute;
  left: 50%;
  margin-left: calc(100vw * -550/1000);
  width: calc(100vw * 1100/1000);
  top: calc(100vw * -85/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .feather-top {
    width: 1100px;
    margin-left: -550px;
    top: -85px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .feather-top {
    width: calc(100vw * 550/375);
    margin-left: calc(100vw * -275/375);
    top: calc(100vw * -60/375);
  }
}
.cover.over-width .logo-top {
  position: relative;
  width: calc(100vw * 350/1000);
  margin: calc(100vw * 50/1000) 0;
}
@media (min-width: 1000px) {
  .cover.over-width .logo-top {
    width: 350px;
    margin: 50px 0;
  }
}
@media (max-width: 767px) {
  .cover.over-width .logo-top {
    width: calc(100vw * 300/375);
    margin: calc(100vw * 35/375) 0;
  }
}
.cover.over-width .packshot-top {
  width: calc(100vw * 700/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .packshot-top {
    width: 700px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .packshot-top {
    width: calc(100vw * 700/375);
  }
}
.cover.over-width h1 {
  color: #6B3D41;
}
.cover.over-width p {
  color: #6B3D41;
}

#sec-1 {
  background-image: url("https://www.jeban.com/spotlight-item/lucido-l/feather_second.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: relative;
  background-color: #FFFFF3;
}
@media (min-width: 1000px) {
  #sec-1 {
    background-size: 1000px auto;
  }
}
@media (max-width: 767px) {
  #sec-1 {
    background-position: 30% 62%;
    background-size: auto 50%;
  }
}
#sec-1 .feather_second {
  position: absolute;
  top: 0;
}
#sec-1 p.intro {
  color: #6B3D41;
  padding: calc(100vw * 120/1000);
}
@media (min-width: 1000px) {
  #sec-1 p.intro {
    padding: 120px 0;
  }
}
@media (max-width: 767px) {
  #sec-1 p.intro {
    padding: calc(100vw * 80/375) 0;
  }
}
#sec-1 img.logo-eng {
  width: calc(100vw * 458/1000);
  margin: calc(100vw * 100/1000) 0 calc(100vw * 15/1000);
}
@media (min-width: 1000px) {
  #sec-1 img.logo-eng {
    width: 458px;
    margin: 100px 0 15px;
  }
}
@media (max-width: 767px) {
  #sec-1 img.logo-eng {
    width: calc(100vw * 290/375);
    margin: calc(100vw * 45/375) 0 calc(100vw * 15/375);
  }
}
#sec-1 p.detial {
  color: #6B3D41;
  padding-bottom: calc(100vw * 200/1000);
}
@media (min-width: 1000px) {
  #sec-1 p.detial {
    padding-bottom: 200px;
  }
}
@media (max-width: 767px) {
  #sec-1 p.detial {
    padding-bottom: calc(100vw * 65/375);
  }
}

#sec-2 {
  position: relative;
  background: #FFFFF3;
}
@media (max-width: 767px) {
  #sec-2 {
    padding-bottom: calc(100vw * 40/375);
    background: url("https://www.jeban.com/spotlight-item/lucido-l/glowing-bg.jpg") center center no-repeat #FFFFF3;
    background-size: calc(100vw * 2000/375) auto;
  }
}
#sec-2 .product-header {
  justify-content: center;
  width: 80%;
}
@media (max-width: 767px) {
  #sec-2 .product-header {
    width: 100%;
  }
}
#sec-2 .product-header p.three {
  color: #6B3D41;
  line-height: 0.6;
  align-self: center;
}
#sec-2 .product-header p.sub-header {
  align-self: center;
  color: #6B3D41;
  text-align: left;
  margin-left: 15px;
  line-height: 0.85;
  flex: 1;
}
#sec-2 .product-media {
  text-align: center;
  margin-top: calc(100vw * 40/375);
}
@media (min-width: 768px) {
  #sec-2 .product-media {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }
}
#sec-2 .product-media img {
  width: 25%;
  margin: 2.5%;
}
@media (max-width: 767px) {
  #sec-2 .product-media img {
    width: 90%;
    margin: 0 0 -15% 0;
  }
}
#sec-2 .product-media .body {
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  #sec-2 .product-media .body {
    flex: 1;
  }
}
#sec-2 .product-media .body h2 {
  line-height: 0.85;
}
#sec-2 .product-media .body .size {
  padding: calc(100vw * 30/1000) 0;
}
@media (min-width: 1000px) {
  #sec-2 .product-media .body .size {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  #sec-2 .product-media .body .size {
    padding: calc(100vw * 15/375) 0;
  }
}
#sec-2 .product-media .body .btn-user-review {
  padding: 0;
  border: 2px solid black;
  border-radius: 5px;
  background: transparent;
  padding: calc(100vw * 12/1000) calc(100vw * 36/1000);
  margin-top: calc(100vw * 30/1000);
}
@media (min-width: 1000px) {
  #sec-2 .product-media .body .btn-user-review {
    padding: 12px 36px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #sec-2 .product-media .body .btn-user-review {
    padding: calc(100vw * 6/375) calc(100vw * 18/375);
    margin-top: calc(100vw * 15/375);
  }
}
#sec-2 .product-media.-blue {
  color: #182347;
}
@media (min-width: 768px) {
  #sec-2 .product-media.-blue {
    background: url(https://www.jeban.com/spotlight-item/lucido-l/product-md-1-bg.png);
    background-size: 105% 100%;
    background-position: right center;
    background-repeat: no-repeat;
    margin-top: calc(100vw * 40/1000);
    margin-bottom: calc(100vw * -50/1000);
  }
}
@media (min-width: 1000px) {
  #sec-2 .product-media.-blue {
    margin-top: 40px;
    margin-bottom: -50px;
  }
}
#sec-2 .product-media.-blue .btn-user-review {
  color: #182347;
  border-color: #182347;
}
#sec-2 .product-media.-gold {
  color: #A74001;
}
@media (min-width: 768px) {
  #sec-2 .product-media.-gold {
    background: url(https://www.jeban.com/spotlight-item/lucido-l/product-md-2-bg.png);
    background-size: 105% 100%;
    background-position: left center;
    background-repeat: no-repeat;
    margin-bottom: calc(100vw * -50/1000);
  }
  #sec-2 .product-media.-gold img {
    order: 2;
  }
  #sec-2 .product-media.-gold .body {
    order: 1;
  }
}
@media (min-width: 1000px) {
  #sec-2 .product-media.-gold {
    margin-bottom: -50px;
  }
}
#sec-2 .product-media.-gold .btn-user-review {
  color: #A74001;
  border-color: #A74001;
}
#sec-2 .product-media.-pink {
  color: #D64585;
}
@media (min-width: 768px) {
  #sec-2 .product-media.-pink {
    background: url(https://www.jeban.com/spotlight-item/lucido-l/product-md-3-bg.png);
    background-size: 105% 100%;
    background-position: right center;
    background-repeat: no-repeat;
  }
}
#sec-2 .product-media.-pink .btn-user-review {
  color: #D64585;
  border-color: #D64585;
}

#sec-3 {
  position: relative;
  background: #FFFFF3;
}
@media (max-width: 767px) {
  #sec-3 {
    padding: 10% 0 0;
    justify-content: center;
  }
}
#sec-3 h1 {
  color: #552024;
  line-height: 1;
  padding-bottom: 5%;
}
@media (max-width: 767px) {
  #sec-3 h1 {
    padding-bottom: 20%;
  }
}
#sec-3 img.feature-bubble-1 {
  position: absolute;
  bottom: 10%;
  left: 23%;
  z-index: 1;
}
@media (max-width: 767px) {
  #sec-3 img.feature-bubble-1 {
    top: 25%;
    left: unset;
    right: 10%;
  }
}
#sec-3 img.feature-bubble-2 {
  position: absolute;
  left: 5%;
  top: 40%;
  z-index: 1;
}
@media (max-width: 767px) {
  #sec-3 img.feature-bubble-2 {
    left: 10%;
    top: 10%;
  }
}
@media (max-width: 375px) {
  #sec-3 img.feature-bubble-2 {
    left: 0%;
    top: 7%;
  }
}
#sec-3 img.feature-bubble-3 {
  position: absolute;
  right: 5%;
  top: 45%;
  z-index: 1;
}
@media (max-width: 767px) {
  #sec-3 img.feature-bubble-3 {
    left: 5%;
    top: 55%;
  }
}
@media (max-width: 375px) {
  #sec-3 img.feature-bubble-3 {
    left: 5%;
    top: 60%;
    width: 20%;
  }
}
#sec-3 .container {
  margin-bottom: 5%;
}
#sec-3 .container .square-box .content {
  color: #552024;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
@media (max-width: 767px) {
  #sec-3 .container {
    margin-bottom: 20%;
    background: url(https://www.jeban.com/spotlight-item/lucido-l/bg-girl.jpg) 40% bottom no-repeat #FFFFF3;
    background-size: 260% auto;
    padding-bottom: calc(100vw * 500/375);
  }
}
@media (max-width: 767px) {
  #sec-3 .container .wrapper {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  #sec-3 .container .wrapper .square-box.bble-1 {
    background: url("https://www.jeban.com/spotlight-item/lucido-l/bubble-2.png") center center no-repeat;
    background-size: contain;
    width: 110%;
    margin-left: -6%;
  }
  #sec-3 .container .wrapper .square-box.bble-1 .content {
    padding-left: 4.75%;
  }
  #sec-3 .container .wrapper .square-box.bble-2 {
    background: url("https://www.jeban.com/spotlight-item/lucido-l/bubble-1.png") center center no-repeat;
    background-size: contain;
    width: 118%;
    margin-left: -2%;
  }
  #sec-3 .container .wrapper .square-box.bble-2 .content {
    padding-top: 3%;
    padding-right: 9%;
  }
  #sec-3 .container .wrapper .square-box.bble-3 {
    background: url("https://www.jeban.com/spotlight-item/lucido-l/bubble-4.png") center center no-repeat;
    background-size: contain;
    width: 114%;
    margin-left: -10%;
  }
  #sec-3 .container .wrapper .square-box.bble-3 .content {
    padding-top: 4%;
    padding-left: 8%;
  }
  #sec-3 .container .wrapper .square-box.bble-4 {
    background: url("https://www.jeban.com/spotlight-item/lucido-l/bubble-3.png") center center no-repeat;
    background-size: contain;
    width: 114%;
    margin-left: -1%;
  }
  #sec-3 .container .wrapper .square-box.bble-4 .content {
    padding-top: 2%;
    padding-right: 7.75%;
  }
}
@media (min-width: 768px) {
  #sec-3 .container {
    background: url("https://www.jeban.com/spotlight-item/lucido-l/bg-girl.jpg") center bottom no-repeat #FFFFF3;
    background-size: 100% auto;
    height: calc(100vw * 2268/2860);
    position: relative;
  }
  #sec-3 .container .square-box {
    position: absolute;
  }
  #sec-3 .container .square-box.bble-1 {
    background: url("https://www.jeban.com/spotlight-item/lucido-l/bubble-2.png") center center no-repeat;
    background-size: contain;
    width: 30%;
    left: 18%;
    top: 3%;
  }
  #sec-3 .container .square-box.bble-1 .content {
    padding-left: 4%;
  }
  #sec-3 .container .square-box.bble-2 {
    background: url("https://www.jeban.com/spotlight-item/lucido-l/bubble-3.png") center center no-repeat;
    background-size: contain;
    width: 35%;
    left: 52%;
    top: 12.5%;
  }
  #sec-3 .container .square-box.bble-2 .content {
    padding-top: 3%;
    padding-right: 9%;
  }
  #sec-3 .container .square-box.bble-3 {
    background: url("https://www.jeban.com/spotlight-item/lucido-l/bubble-4.png") center center no-repeat;
    background-size: contain;
    width: 30%;
    left: 66.5%;
    top: 56.5%;
  }
  #sec-3 .container .square-box.bble-3 .content {
    padding-top: 4%;
    padding-left: 8%;
  }
  #sec-3 .container .square-box.bble-4 {
    background: url("https://www.jeban.com/spotlight-item/lucido-l/bubble-1.png") center center no-repeat;
    background-size: contain;
    width: 30%;
    left: 4%;
    top: 45%;
  }
  #sec-3 .container .square-box.bble-4 .content {
    padding-top: 2%;
    padding-right: 11%;
  }
}
@media (min-width: 1440px) {
  #sec-3 .container {
    height: calc(1440px * 2268/2860) !important;
  }
}

#sec-4 {
  background: #FFFFF3;
}
@media (max-width: 767px) {
  #sec-4 .moroccan-argan-oil,
#sec-4 .triangle-of-ingredients {
    display: flex;
    flex-flow: column;
  }
  #sec-4 .moroccan-argan-oil img,
#sec-4 .triangle-of-ingredients img {
    order: 1;
  }
  #sec-4 .moroccan-argan-oil .body,
#sec-4 .triangle-of-ingredients .body {
    order: 2;
    line-height: 1.2;
    color: #552024;
  }
  #sec-4 .moroccan-argan-oil {
    text-align: center;
  }
  #sec-4 .triangle-of-ingredients {
    margin-top: 2rem;
  }
  #sec-4 .triangle-of-ingredients .body li {
    margin-bottom: 2.5%;
  }
}
@media (min-width: 768px) {
  #sec-4 .moroccan-argan-oil,
#sec-4 .triangle-of-ingredients {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-end;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }
  #sec-4 .moroccan-argan-oil img,
#sec-4 .triangle-of-ingredients img {
    width: 45%;
  }
  #sec-4 .moroccan-argan-oil .body,
#sec-4 .triangle-of-ingredients .body {
    flex: 1;
    line-height: 1.2;
    color: #552024;
  }
  #sec-4 .arga-oil-detail {
    background: url("https://www.jeban.com/spotlight-item/lucido-l/Arganoile-gold.png") left top no-repeat transparent;
    background-size: calc(100vw * 80/1000) auto;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #sec-4 .arga-oil-detail {
    background-size: 80px auto;
  }
}
@media (min-width: 768px) {
  #sec-4 .triangle-of-ingredients {
    margin-top: 2rem;
  }
  #sec-4 .triangle-of-ingredients img {
    width: 55%;
  }
  #sec-4 .triangle-of-ingredients .body {
    line-height: 1;
  }
  #sec-4 .triangle-of-ingredients .body li {
    margin-bottom: 5%;
  }
  #sec-4 .triangle-of-ingredients .body li h3 {
    position: relative;
  }
  #sec-4 .triangle-of-ingredients .body li h3:before {
    content: "";
    position: absolute;
    border-bottom: 2px solid #552024;
    width: calc(100vw * 110/1000);
    top: 75%;
    right: 100%;
    margin-right: 15px;
  }
  #sec-4 .triangle-of-ingredients .body li:first-child {
    margin-left: -20%;
  }
  #sec-4 .triangle-of-ingredients .body li:first-child h3:before {
    width: calc(100vw * 90/1000);
  }
  #sec-4 .triangle-of-ingredients .body li:last-child {
    margin-left: 20%;
  }
}

#sec-5 {
  background: #fffff3;
  padding: 20% 0;
}
#sec-5 img.how-to-use-img {
  width: calc(100vw * 500/1000);
}
@media (max-width: 767px) {
  #sec-5 img.how-to-use-img {
    width: calc(100vw * 650/767);
  }
}
#sec-5 .how-to-use-detail {
  justify-content: center;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
#sec-5 .how-to-use-detail .before, #sec-5 .how-to-use-detail .after {
  position: relative;
  color: #552024;
  border: 2px solid #552024;
  padding: 2.5%;
  margin: 0 2%;
  width: 46%;
}
@media (max-width: 767px) {
  #sec-5 .how-to-use-detail .before, #sec-5 .how-to-use-detail .after {
    width: 100%;
    margin: 20px 0;
  }
}
#sec-5 .how-to-use-detail .before img, #sec-5 .how-to-use-detail .after img {
  position: absolute;
  top: -15%;
  right: -7%;
  width: calc(100vw * 60/1000);
}
@media (max-width: 767px) {
  #sec-5 .how-to-use-detail .before img, #sec-5 .how-to-use-detail .after img {
    width: calc(100vw * 100/767);
  }
}
#sec-5 .how-to-use-detail .before h3, #sec-5 .how-to-use-detail .after h3 {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  top: 0;
  left: 5%;
  background: #FFFFF3;
  padding: 0 2.5%;
}
#sec-5 .how-to-use-detail .before ul, #sec-5 .how-to-use-detail .after ul {
  line-height: 1.2;
}

#sec-6 {
  background-image: url("https://www.jeban.com/spotlight-item/lucido-l/bg-where-to-buy.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  background-color: #FFFFF3;
}
@media (max-width: 767px) {
  #sec-6 img.groupshot-img {
    width: 100%;
    margin-bottom: -10%;
  }
}
#sec-6 .body {
  margin: auto 0;
  color: #552024;
  text-align: left;
  line-height: 1;
}
#sec-6 .body .link {
  background-image: linear-gradient(to right, #fcf9ef, #f6f1e1, #f1ead4, #ebe2c6, #e6dbb9);
  box-shadow: inset 0 0 1 5em #e6dbb9;
  color: #552024 !important;
}
@media (min-width: 768px) {
  #sec-6 .wrapper {
    display: flex;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }
  #sec-6 .wrapper img {
    width: 40%;
    margin: 0 -2.5%;
  }
  #sec-6 .wrapper .body {
    flex: 1;
  }
}
@media (max-width: 767px) {
  #sec-6 {
    background-size: auto 100% !important;
  }
}

.shopping-link {
  position: relative;
  padding-top: calc(100vw * 21.5/1000)!important;
  margin-top: calc(100vw * 43/1000)!important;
}
.shopping-link:before {
  position: absolute;
  content: '';
  width: calc(100vw * 200/1000);
  height: calc(100vw * 43/1000);
  background: url('https://www.jeban.com/spotlight-item/lucido-l/watsons-logo.png') center center no-repeat transparent;
  background-size: contain;
  top: calc(100vw * (-21.5)/1000);
  left: 0;
}
@media screen and (min-width: 1000px) {
.shopping-link {
  padding-top: 21.5px!important;
  margin-top: 43px!important;
}  
.shopping-link:before {
  content: '';
  width: 200px;
  height: 45px;
  background: url('https://www.jeban.com/spotlight-item/lucido-l/watsons-logo.png') center center no-repeat transparent;
  background-size: contain;
  top: -21.5px;
  left: 0;
}
}
@media screen and (max-width: 767px) {
.shopping-link {
  padding-top: calc(100vw * 16.5/375)!important;
  margin-top: calc(100vw * 33/375)!important;
}
.shopping-link:before {
  content: '';
  width: calc(100vw * 150/375);
  height: calc(100vw * 33/375);
  background: url('https://www.jeban.com/spotlight-item/lucido-l/watsons-logo.png') center center no-repeat transparent;
  background-size: contain;
  top: calc(100vw * (-16.5)/375);
  left: 0;
}
}