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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "DIN-reg";
  src: url("https://www.jeban.com/spotlight-item/_fonts/DINRegular/ff_din_medium-webfont.woff") format("woff"), url("https://www.jeban.com/spotlight-item/_fonts/DINRegular/ff_din_medium-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "DIN-con";
  src: url("https://www.jeban.com/spotlight-item/_fonts/DINCondensedC/DINCondensedC.woff") format("woff"), url("https://www.jeban.com/spotlight-item/_fonts/DINCondensedC/DINCondensedC.ttf") format("truetype");
}
.font-din {
  font-family: "DIN-reg" !important;
}

.font-din-con {
  font-family: "DIN-con" !important;
}

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

.box-720-by-834 {
  height: 0;
  overflow: hidden;
  padding-top: 115.8333333333%;
  background: white;
  position: relative;
}
.box-720-by-834 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cover.over-width {
  background: #faeced;
}
.cover.over-width .container {
  background: url("https://www.jeban.com/spotlight-item/lalil/md/product-01@2x.jpg") center top no-repeat #faeced;
  background-size: contain;
  height: calc(100vw * 1844/2898);
}
@media (min-width: 1280px) {
  .cover.over-width .container {
    height: calc(1280px * 1844/2898);
  }
}
@media (max-width: 767px) {
  .cover.over-width .container {
    background-size: 145%;
    background-position: 82% 0;
    height: calc(100vw * 386/375);
  }
}
.cover.over-width .container .title {
  width: 54%;
  display: flex;
  flex-flow: column;
  align-self: flex-end;
}
@media (max-width: 767px) {
  .cover.over-width .container .title {
    width: 100%;
  }
}
.cover.over-width .container .title img.logo {
  width: 65%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .cover.over-width .container .title img.logo {
    width: 45%;
  }
}
.cover.over-width .container .title h1 {
  line-height: 1;
  padding: calc(100vw * 10/1000) 0 calc(100vw * 40/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .container .title h1 {
    padding: 10px 0 40px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .container .title h1 {
    padding: calc(100vw * 5/375) 0 calc(100vw * 12/375);
  }
}

#sec-1 {
  background: #E6D1BE;
}
#sec-1 .container {
  padding: calc(100vw * 72/1000) calc(100vw * 40/1000) !important;
}
@media (min-width: 1000px) {
  #sec-1 .container {
    padding: 72px 40px !important;
  }
}
@media (max-width: 767px) {
  #sec-1 .container {
    padding: calc(100vw * 30/375) calc(100vw * 15/375) !important;
  }
}
#sec-1 .container .content {
  position: relative;
  background: rgba(251, 248, 245, 0.85);
  padding: calc(100vw * 24/1000) 0;
}
@media (min-width: 1000px) {
  #sec-1 .container .content {
    padding: 24px 0;
  }
}
@media (max-width: 767px) {
  #sec-1 .container .content {
    padding: calc(100vw * 12/375) 0;
  }
}
#sec-1 .container .content p {
  margin: calc(100vw * 24/1000) 0 !important;
}
@media (min-width: 1000px) {
  #sec-1 .container .content p {
    margin: 24px 0;
  }
}
@media (max-width: 767px) {
  #sec-1 .container .content p {
    margin: calc(100vw * 24/375) 0 !important;
  }
}
#sec-1 .container .content:before, #sec-1 .container .content:after {
  position: absolute;
}
#sec-1 .container .content:before {
  content: "";
  background: url("https://www.jeban.com/spotlight-item/lalil/md/sec-1_bg-flower-left.png") center center no-repeat transparent;
  background-size: contain;
  left: 0;
  bottom: 0;
  display: block;
  transform: translate(-60%, 60%);
  width: calc(100vw * 254/1440);
  height: calc(100vw * 242/1440);
}
@media (min-width: 1000px) {
  #sec-1 .container .content:before {
    width: calc(1000px * 254/1440);
    height: calc(1000px * 242/1440);
  }
}
@media (max-width: 767px) {
  #sec-1 .container .content:before {
    width: calc(100vw * 87/375);
    height: calc(100vw * 82/375);
  }
}
#sec-1 .container .content:after {
  content: "";
  background: url("https://www.jeban.com/spotlight-item/lalil/md/sec-1_bg-flower-right.png") center center no-repeat transparent;
  background-size: contain;
  right: 0;
  top: 0;
  display: block;
  transform: translate(40%, -50%);
  width: calc(100vw * 169/1440);
  height: calc(100vw * 182/1440);
}
@media (min-width: 1000px) {
  #sec-1 .container .content:after {
    width: calc(1000px * 169/1440);
    height: calc(1000px * 182/1440);
  }
}
@media (max-width: 767px) {
  #sec-1 .container .content:after {
    width: calc(100vw * 50/375);
    height: calc(100vw * 53/375);
  }
}

#sec-2 {
  background: url("https://www.jeban.com/spotlight-item/lalil/md/Group 1264@2x.png") center top calc(100vw * -60/1000) no-repeat transparent;
  background-size: calc(100vw * 1360/1000) 120%;
}
@media (min-width: 1000px) {
  #sec-2 {
    background-position: center top -60px;
    background-size: 1360px 120%;
  }
}
@media (max-width: 767px) {
  #sec-2 {
    background-size: calc(100vw * 1360/1000) auto;
  }
}
#sec-2 .container {
  padding: calc(100vw * 80/1000) calc(100vw * 92/1000) calc(100vw * 120/1000) !important;
}
@media (min-width: 1000px) {
  #sec-2 .container {
    padding: 80px 92px 120px !important;
  }
}
@media (max-width: 767px) {
  #sec-2 .container {
    padding: calc(100vw * 28/375) calc(100vw * 16/375) !important;
  }
}
#sec-2 .container > img.logo {
  width: calc(100vw * 225/1000);
}
@media (min-width: 1000px) {
  #sec-2 .container > img.logo {
    width: 225px;
  }
}
@media (max-width: 767px) {
  #sec-2 .container > img.logo {
    width: calc(100vw * 110/375);
  }
}
#sec-2 .container > h2 {
  line-height: 0.85;
}
#sec-2 .container > h2:nth-child(2) {
  margin-top: calc(100vw * 36/1000);
}
@media (min-width: 1000px) {
  #sec-2 .container > h2:nth-child(2) {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  #sec-2 .container > h2:nth-child(2) {
    margin-top: calc(100vw * 16/375);
  }
}
#sec-2 .container > h2:nth-child(3) {
  margin-bottom: calc(100vw * 8/1000);
}
@media (min-width: 1000px) {
  #sec-2 .container > h2:nth-child(3) {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #sec-2 .container > h2:nth-child(3) {
    margin-bottom: calc(100vw * 10/375);
  }
}
#sec-2 .container > p {
  white-space: nowrap;
  padding-bottom: calc(100vw * 78/1000);
}
@media (min-width: 1000px) {
  #sec-2 .container > p {
    padding-bottom: 78px;
  }
}
@media (max-width: 767px) {
  #sec-2 .container > p {
    padding-bottom: calc(100vw * 36/375);
  }
}
#sec-2 .container .content {
  position: relative;
  background: #EFF2E3;
  padding: calc(100vw * 36/1000) 0 calc(100vw * 42/1000);
}
@media (min-width: 1000px) {
  #sec-2 .container .content {
    padding: 36px 0 42px;
  }
}
@media (max-width: 767px) {
  #sec-2 .container .content {
    padding: calc(100vw * 20/375);
  }
}
#sec-2 .container .content h2 {
  line-height: 0.85;
}
#sec-2 .container .content ul {
  margin-top: calc(100vw * 10/1000);
}
@media (min-width: 1000px) {
  #sec-2 .container .content ul {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #sec-2 .container .content ul {
    margin-top: calc(100vw * 20/375);
  }
}
#sec-2 .container .content ul li {
  background: url("https://www.jeban.com/spotlight-item/lalil/md/point-01@2x.png") center top no-repeat transparent;
  background-size: calc(100vw * 16/1000) calc(100vw * 16/1000);
  margin-top: calc(100vw * 60/1000);
  padding-top: calc(100vw * 30/1000);
}
@media (min-width: 1000px) {
  #sec-2 .container .content ul li {
    background-size: 16px 16px;
    margin-top: 60px;
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #sec-2 .container .content ul li {
    background: none;
    margin: 0;
    padding: 0;
    margin: calc(100vw * 40/375) 0;
  }
  #sec-2 .container .content ul li:nth-child(odd) {
    text-align: right;
    padding-right: calc(100vw * 8/375);
    border-right: 3px solid white;
  }
  #sec-2 .container .content ul li:nth-child(even) {
    text-align: left;
    padding-left: calc(100vw * 8/375);
    border-left: 3px solid white;
  }
  #sec-2 .container .content ul li:last-child {
    margin-bottom: 0;
  }
}
#sec-2 .container .content:before {
  position: absolute;
  content: "";
  background: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-03@2x.png") center center no-repeat transparent;
  background-size: contain;
  left: 0;
  bottom: 0;
  display: block;
  transform: translate(-45%, 22.5%);
  width: calc(100vw * 318/1440);
  height: calc(100vw * 378/1440);
}
@media (min-width: 1000px) {
  #sec-2 .container .content:before {
    width: calc(1000px * 318/1440);
    height: calc(1000px * 378/1440);
  }
}
@media (max-width: 767px) {
  #sec-2 .container .content:before {
    width: calc(100vw * 99/375);
    height: calc(100vw * 118/375);
    transform: translate(-20%, 15%);
  }
}

#sec-3 {
  background: #E6D1BE;
}
#sec-3 .container {
  padding: 0 calc(100vw * 40/1000) calc(100vw * 80/1000) !important;
}
@media (min-width: 1000px) {
  #sec-3 .container {
    padding: 0 40px 80px !important;
  }
}
@media (max-width: 767px) {
  #sec-3 .container {
    padding: 0 calc(100vw * 42/375) calc(100vw * 24/375) !important;
  }
}
#sec-3 .container > h2 {
  line-height: 1;
  padding: calc(100vw * 72/1000) 0 calc(100vw * 40/1000) !important;
}
@media (min-width: 1000px) {
  #sec-3 .container > h2 {
    padding: 72px 0 40px !important;
  }
}
@media (max-width: 767px) {
  #sec-3 .container > h2 {
    padding: calc(100vw * 24/375) 0 !important;
  }
}
#sec-3 .container .content {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.6);
  padding: calc(100vw * 58/1000) 0 calc(100vw * 112/1000);
}
@media (min-width: 1000px) {
  #sec-3 .container .content {
    padding: 58px 0 112px;
  }
}
@media (max-width: 767px) {
  #sec-3 .container .content {
    padding: calc(100vw * 24/375) 0;
  }
}
#sec-3 .container .content:before, #sec-3 .container .content:after {
  position: absolute;
}
#sec-3 .container .content:before {
  content: "";
  background: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-05@2x.png") center center no-repeat transparent;
  background-size: contain;
  left: 0;
  bottom: 50%;
  display: block;
  transform: translate(-60%, 40%);
  width: calc(100vw * 200/1440);
  height: calc(100vw * 180/1440);
}
@media (min-width: 1000px) {
  #sec-3 .container .content:before {
    width: calc(1000px * 200/1440);
    height: calc(1000px * 180/1440);
  }
}
@media (max-width: 767px) {
  #sec-3 .container .content:before {
    bottom: 0;
    transform: translate(-60%, -25%);
    width: calc(100vw * 65/375);
    height: calc(100vw * 45/375);
  }
}
#sec-3 .container .content:after {
  content: "";
  background: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-04@2x.png") center center no-repeat transparent;
  background-size: contain;
  right: 0;
  top: 0;
  display: block;
  transform: translate(35%, -40%);
  width: calc(100vw * 257/1440);
  height: calc(100vw * 265/1440);
}
@media (min-width: 1000px) {
  #sec-3 .container .content:after {
    width: calc(1000px * 257/1440);
    height: calc(1000px * 265/1440);
  }
}
@media (max-width: 767px) {
  #sec-3 .container .content:after {
    width: calc(100vw * 73/375);
    height: calc(100vw * 75/375);
  }
}
#sec-3 .container ul {
  display: flex;
  flex-flow: wrap;
  position: relative;
  z-index: 2;
  width: 90%;
  margin: calc(100vw * -60/1000) auto 0;
}
@media (min-width: 1000px) {
  #sec-3 .container ul {
    margin: -60px auto 0;
  }
}
@media (max-width: 767px) {
  #sec-3 .container ul {
    width: 110%;
    margin: calc(100vw * 10/375) -5% 0;
    justify-content: center;
  }
}
#sec-3 .container ul li {
  width: 20%;
}
@media (max-width: 767px) {
  #sec-3 .container ul li {
    width: 33%;
  }
}

.product-info {
  padding-top: calc(100vw * .05);
}
@media (min-width: 1000px) {
  .product-info {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .product-info {
    padding-top: calc(100vw * 50/375);
  }
}
.product-info.left {
  align-items: flex-end;
}
.product-info.left img {
  position: relative;
  width: calc(100vw * 270/1000);
  margin-right: calc(100vw * -270/1000);
  margin-bottom: calc(100vw * -40/1000);
}
@media (min-width: 1000px) {
  .product-info.left img {
    width: 270px;
    margin-right: -270px;
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  .product-info.left img {
    width: calc(100vw * 148/375);
    margin-right: calc(100vw * -148/375);
    margin-bottom: calc(100vw * -20/375);
  }
}
.product-info.left h3 {
  text-align: left;
  border-left: 4px solid #D48568;
  padding-left: 16px;
  line-height: 0.85;
  margin-left: calc(100vw * 235/1000);
  margin-bottom: calc(100vw * 40/1000);
}
@media (min-width: 1000px) {
  .product-info.left h3 {
    margin-left: 235px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .product-info.left h3 {
    margin-left: calc(100vw * 108/375);
    margin-bottom: calc(100vw * 12/375);
  }
}
.product-info.left .key-benefits {
  text-align: right;
  margin-left: auto;
  width: 95%;
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  justify-content: center;
  background: rgba(238, 222, 206, 0.7);
  height: calc(100vw * 235/1000);
  padding-right: calc(100vw * 32/1000);
}
@media (min-width: 1000px) {
  .product-info.left .key-benefits {
    height: 235px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .product-info.left .key-benefits {
    height: auto;
    min-height: calc(100vw * 150/375);
    padding: calc(100vw * 24/375) 0;
    padding-right: 1rem;
    margin-right: -1rem;
  }
}
.product-info.left .key-benefits ul {
  margin-top: calc(100vw * 20/1000);
}
@media (min-width: 1000px) {
  .product-info.left .key-benefits ul {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-info.left .key-benefits ul {
    margin-top: calc(100vw * 8/375);
  }
}
.product-info.left .key-benefits ul li {
  background: url("https://www.jeban.com/spotlight-item/lalil/md/point-02@2x.png") right center no-repeat transparent;
  background-size: calc(100vw * 16/1000) auto;
  padding-right: calc(100vw * 24/1000);
}
@media (min-width: 1000px) {
  .product-info.left .key-benefits ul li {
    background-size: 16px auto;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .product-info.left .key-benefits ul li {
    background-position: right calc(100vw * 8/375);
    background-size: calc(100vw * 8/375) auto;
    padding-right: calc(100vw * 12/375);
  }
}
.product-info.right {
  align-items: flex-end;
}
.product-info.right img {
  position: relative;
  width: calc(100vw * 270/1000);
  margin-left: calc(100vw * -270/1000);
  margin-bottom: calc(100vw * -40/1000);
}
@media (min-width: 1000px) {
  .product-info.right img {
    width: 270px;
    margin-left: -270px;
    margin-bottom: -40px;
  }
}
@media (max-width: 767px) {
  .product-info.right img {
    width: calc(100vw * 148/375);
    margin-left: calc(100vw * -148/375);
    margin-bottom: calc(100vw * -20/375);
  }
}
.product-info.right h3 {
  text-align: right;
  border-right: 4px solid #D48568;
  padding-right: 16px;
  line-height: 0.85;
  margin-right: calc(100vw * 235/1000);
  margin-bottom: calc(100vw * 40/1000);
}
@media (min-width: 1000px) {
  .product-info.right h3 {
    margin-right: 235px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .product-info.right h3 {
    margin-right: calc(100vw * 108/375);
    margin-bottom: calc(100vw * 12/375);
  }
}
.product-info.right .key-benefits {
  text-align: left;
  margin-right: auto;
  width: 95%;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  background: rgba(238, 222, 206, 0.7);
  height: calc(100vw * 235/1000);
  padding-left: calc(100vw * 32/1000);
}
@media (min-width: 1000px) {
  .product-info.right .key-benefits {
    height: 235px;
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .product-info.right .key-benefits {
    height: auto;
    min-height: calc(100vw * 150/375);
    padding: calc(100vw * 24/375) 0;
    padding-left: 1rem;
    margin-left: -1rem;
  }
}
.product-info.right .key-benefits ul {
  margin-top: calc(100vw * 20/1000);
}
@media (min-width: 1000px) {
  .product-info.right .key-benefits ul {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-info.right .key-benefits ul {
    margin-top: calc(100vw * 8/375);
  }
}
.product-info.right .key-benefits ul li {
  background: url("https://www.jeban.com/spotlight-item/lalil/md/point-02@2x.png") left center no-repeat transparent;
  background-size: calc(100vw * 16/1000) auto;
  padding-left: calc(100vw * 24/1000);
}
@media (min-width: 1000px) {
  .product-info.right .key-benefits ul li {
    background-size: 16px auto;
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .product-info.right .key-benefits ul li {
    background-position: left calc(100vw * 8/375);
    background-size: calc(100vw * 8/375) auto;
    padding-left: calc(100vw * 12/375);
  }
}

#sec-4,
#sec-6,
#sec-8,
#sec-11,
#sec-13,
#sec-15 {
  background: url("https://www.jeban.com/spotlight-item/lalil/md/Group 1264@2x.png") center top calc(100vw * -60/1000) no-repeat transparent;
  background-size: calc(100vw * 1360/1000) auto;
}
@media (min-width: 1000px) {
  #sec-4,
#sec-6,
#sec-8,
#sec-11,
#sec-13,
#sec-15 {
    background-position: center top -60px;
    background-size: 1360px auto;
  }
}
@media (max-width: 767px) {
  #sec-4,
#sec-6,
#sec-8,
#sec-11,
#sec-13,
#sec-15 {
    background-size: calc(100vw * 1360/1000) auto;
  }
}
#sec-4 > h2,
#sec-6 > h2,
#sec-8 > h2,
#sec-11 > h2,
#sec-13 > h2,
#sec-15 > h2 {
  line-height: 0.85;
  margin-top: calc(100vw * .1);
}
#sec-4 > h2:before, #sec-4 > h2:after,
#sec-6 > h2:before,
#sec-6 > h2:after,
#sec-8 > h2:before,
#sec-8 > h2:after,
#sec-11 > h2:before,
#sec-11 > h2:after,
#sec-13 > h2:before,
#sec-13 > h2:after,
#sec-15 > h2:before,
#sec-15 > h2:after {
  border-bottom-width: 3px;
  border-bottom-color: #231F20;
}
@media (min-width: 1000px) {
  #sec-4 > h2,
#sec-6 > h2,
#sec-8 > h2,
#sec-11 > h2,
#sec-13 > h2,
#sec-15 > h2 {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  #sec-4 > h2,
#sec-6 > h2,
#sec-8 > h2,
#sec-11 > h2,
#sec-13 > h2,
#sec-15 > h2 {
    margin-top: 30px;
  }
}

#sec-6 {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-15@2x.png");
}
#sec-6 .product-info h3 {
  border-color: #EDD8B8;
}
#sec-6 .product-info .key-benefits {
  background: rgba(252, 239, 219, 0.7);
}
#sec-6 .product-info .key-benefits ul li {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/point-03@2x.png");
}

#sec-8 .product-info h3 {
  border-color: #B4B896;
}
#sec-8 .product-info .key-benefits {
  background: rgba(180, 184, 150, 0.25);
}
#sec-8 .product-info .key-benefits ul li {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/point-04@2x.png");
}

#sec-5,
#sec-7,
#sec-9,
#sec-12,
#sec-14,
#sec-16 {
  background: #E6D1BE;
}
#sec-5 .container,
#sec-7 .container,
#sec-9 .container,
#sec-12 .container,
#sec-14 .container,
#sec-16 .container {
  padding: calc(100vw * 58/1000) 1rem;
}
@media (min-width: 1000px) {
  #sec-5 .container,
#sec-7 .container,
#sec-9 .container,
#sec-12 .container,
#sec-14 .container,
#sec-16 .container {
    padding: 58px 1rem;
  }
}
@media (max-width: 767px) {
  #sec-5 .container,
#sec-7 .container,
#sec-9 .container,
#sec-12 .container,
#sec-14 .container,
#sec-16 .container {
    padding: calc(100vw * 40/375) 1rem calc(100vw * 25/375);
  }
}
#sec-5 .container .wrapper,
#sec-7 .container .wrapper,
#sec-9 .container .wrapper,
#sec-12 .container .wrapper,
#sec-14 .container .wrapper,
#sec-16 .container .wrapper {
  position: relative;
  border: 2px solid white;
}
#sec-5 .container .wrapper h3,
#sec-7 .container .wrapper h3,
#sec-9 .container .wrapper h3,
#sec-12 .container .wrapper h3,
#sec-14 .container .wrapper h3,
#sec-16 .container .wrapper h3 {
  display: inline-block;
  transform: translateY(-60%);
  background: #E6D1BE;
  padding: 0 1.5%;
}
#sec-5 .container .wrapper ul,
#sec-7 .container .wrapper ul,
#sec-9 .container .wrapper ul,
#sec-12 .container .wrapper ul,
#sec-14 .container .wrapper ul,
#sec-16 .container .wrapper ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
}
#sec-5 .container .wrapper ul li,
#sec-7 .container .wrapper ul li,
#sec-9 .container .wrapper ul li,
#sec-12 .container .wrapper ul li,
#sec-14 .container .wrapper ul li,
#sec-16 .container .wrapper ul li {
  width: 50%;
  background: url("https://www.jeban.com/spotlight-item/lalil/md/point-01@2x.png") center top no-repeat transparent;
  background-size: calc(100vw * 16/1000) calc(100vw * 16/1000);
  padding: calc(100vw * 30/1000) 0;
}
@media (min-width: 1000px) {
  #sec-5 .container .wrapper ul li,
#sec-7 .container .wrapper ul li,
#sec-9 .container .wrapper ul li,
#sec-12 .container .wrapper ul li,
#sec-14 .container .wrapper ul li,
#sec-16 .container .wrapper ul li {
    background-size: 16px 16px;
    padding: 30px 0;
  }
  #sec-5 .container .wrapper ul li:last-child,
#sec-7 .container .wrapper ul li:last-child,
#sec-9 .container .wrapper ul li:last-child,
#sec-12 .container .wrapper ul li:last-child,
#sec-14 .container .wrapper ul li:last-child,
#sec-16 .container .wrapper ul li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  #sec-5 .container .wrapper ul li,
#sec-7 .container .wrapper ul li,
#sec-9 .container .wrapper ul li,
#sec-12 .container .wrapper ul li,
#sec-14 .container .wrapper ul li,
#sec-16 .container .wrapper ul li {
    width: 100%;
    background-size: calc(100vw * 8/375) calc(100vw * 8/375);
    padding: calc(100vw * 15/375) 0;
  }
}
#sec-5 .container .wrapper ul li span,
#sec-7 .container .wrapper ul li span,
#sec-9 .container .wrapper ul li span,
#sec-12 .container .wrapper ul li span,
#sec-14 .container .wrapper ul li span,
#sec-16 .container .wrapper ul li span {
  font-style: italic;
}
#sec-5 .container .wrapper .btn-user-review img,
#sec-7 .container .wrapper .btn-user-review img,
#sec-9 .container .wrapper .btn-user-review img,
#sec-12 .container .wrapper .btn-user-review img,
#sec-14 .container .wrapper .btn-user-review img,
#sec-16 .container .wrapper .btn-user-review img {
  transform: translateY(50%);
  width: calc(100vw * 144/1000);
}
@media (min-width: 1000px) {
  #sec-5 .container .wrapper .btn-user-review img,
#sec-7 .container .wrapper .btn-user-review img,
#sec-9 .container .wrapper .btn-user-review img,
#sec-12 .container .wrapper .btn-user-review img,
#sec-14 .container .wrapper .btn-user-review img,
#sec-16 .container .wrapper .btn-user-review img {
    width: 144px;
  }
}
@media (max-width: 767px) {
  #sec-5 .container .wrapper .btn-user-review img,
#sec-7 .container .wrapper .btn-user-review img,
#sec-9 .container .wrapper .btn-user-review img,
#sec-12 .container .wrapper .btn-user-review img,
#sec-14 .container .wrapper .btn-user-review img,
#sec-16 .container .wrapper .btn-user-review img {
    width: calc(100vw * 74/375);
  }
}
#sec-5 .container .wrapper:before, #sec-5 .container .wrapper:after,
#sec-7 .container .wrapper:before,
#sec-7 .container .wrapper:after,
#sec-9 .container .wrapper:before,
#sec-9 .container .wrapper:after,
#sec-12 .container .wrapper:before,
#sec-12 .container .wrapper:after,
#sec-14 .container .wrapper:before,
#sec-14 .container .wrapper:after,
#sec-16 .container .wrapper:before,
#sec-16 .container .wrapper:after {
  position: absolute;
}
#sec-5 .container .wrapper:before,
#sec-7 .container .wrapper:before,
#sec-9 .container .wrapper:before,
#sec-12 .container .wrapper:before,
#sec-14 .container .wrapper:before,
#sec-16 .container .wrapper:before {
  content: "";
  background: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-07@2x.png") center center no-repeat transparent;
  background-size: contain;
  left: 0;
  bottom: 0;
  display: block;
  transform: translate(-45%, 25%);
  width: calc(100vw * 318/1440);
  height: calc(100vw * 342/1440);
}
@media (min-width: 1000px) {
  #sec-5 .container .wrapper:before,
#sec-7 .container .wrapper:before,
#sec-9 .container .wrapper:before,
#sec-12 .container .wrapper:before,
#sec-14 .container .wrapper:before,
#sec-16 .container .wrapper:before {
    width: calc(1000px * 318/1440);
    height: calc(1000px * 342/1440);
  }
}
@media (max-width: 767px) {
  #sec-5 .container .wrapper:before,
#sec-7 .container .wrapper:before,
#sec-9 .container .wrapper:before,
#sec-12 .container .wrapper:before,
#sec-14 .container .wrapper:before,
#sec-16 .container .wrapper:before {
    bottom: 0;
    transform: translate(-30%, 30%);
    width: calc(100vw * 78.7/375);
    height: calc(100vw * 98.4/375);
  }
}
#sec-5 .container .wrapper:after,
#sec-7 .container .wrapper:after,
#sec-9 .container .wrapper:after,
#sec-12 .container .wrapper:after,
#sec-14 .container .wrapper:after,
#sec-16 .container .wrapper:after {
  content: "";
  background: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-06@2x.png") center center no-repeat transparent;
  background-size: contain;
  right: 0;
  top: 0;
  display: block;
  transform: translate(40%, -65%);
  width: calc(100vw * 208/1440);
  height: calc(100vw * 280/1440);
}
@media (min-width: 1000px) {
  #sec-5 .container .wrapper:after,
#sec-7 .container .wrapper:after,
#sec-9 .container .wrapper:after,
#sec-12 .container .wrapper:after,
#sec-14 .container .wrapper:after,
#sec-16 .container .wrapper:after {
    width: calc(1000px * 208/1440);
    height: calc(1000px * 280/1440);
  }
}
@media (max-width: 767px) {
  #sec-5 .container .wrapper:after,
#sec-7 .container .wrapper:after,
#sec-9 .container .wrapper:after,
#sec-12 .container .wrapper:after,
#sec-14 .container .wrapper:after,
#sec-16 .container .wrapper:after {
    transform: translate(30%, 70%);
    width: calc(100vw * 59/375);
    height: calc(100vw * 80/375);
  }
}

#sec-7 {
  background: #EDD8B8;
}
#sec-7 .container .wrapper h3 {
  background: #EDD8B8;
}
#sec-7 .container .wrapper:before {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-08.1@2x.png");
  transform: translate(-45%, -20%);
  bottom: unset;
  top: 0;
  width: calc(100vw * 295/1440);
  height: calc(100vw * 295/1440);
}
@media (min-width: 1000px) {
  #sec-7 .container .wrapper:before {
    width: calc(1000px * 295/1440);
    height: calc(1000px * 295/1440);
  }
}
@media (max-width: 767px) {
  #sec-7 .container .wrapper:before {
    width: calc(100vw * 100/375);
    height: calc(100vw * 100/375);
  }
}
#sec-7 .container .wrapper:after {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-08@2x.png");
  top: unset;
  bottom: 0;
  transform: translate(15%, 25%);
  width: calc(100vw * 276/1440);
  height: calc(100vw * 287/1440);
}
@media (min-width: 1000px) {
  #sec-7 .container .wrapper:after {
    width: calc(1000px * 276/1440);
    height: calc(1000px * 287/1440);
  }
}
@media (max-width: 767px) {
  #sec-7 .container .wrapper:after {
    transform: translate(30%, 20%);
    width: calc(100vw * 75/375);
    height: calc(100vw * 78/375);
  }
}

#sec-9 {
  background: #EFF2E3;
}
#sec-9 .container .wrapper h3 {
  background: #EFF2E3;
}
#sec-9 .container .wrapper:before {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-010@2x.png");
  transform: translate(-15%, 15%);
  width: calc(100vw * 272/1440);
  height: calc(100vw * 221/1440);
}
@media (min-width: 1000px) {
  #sec-9 .container .wrapper:before {
    width: calc(1000px * 272/1440);
    height: calc(1000px * 221/1440);
  }
}
@media (max-width: 767px) {
  #sec-9 .container .wrapper:before {
    transform: translate(-30%, 15%);
    width: calc(100vw * 100/375);
    height: calc(100vw * 80/375);
  }
}
#sec-9 .container .wrapper:after {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-05@2x.png");
  transform: translate(15%, 100%);
  width: calc(100vw * 240/1440);
  height: calc(100vw * 188/1440);
}
@media (min-width: 1000px) {
  #sec-9 .container .wrapper:after {
    width: calc(1000px * 240/1440);
    height: calc(1000px * 188/1440);
  }
}
@media (max-width: 767px) {
  #sec-9 .container .wrapper:after {
    transform: translate(30%, -30%) rotate(-20deg);
    width: calc(100vw * 66/375);
    height: calc(100vw * 54/375);
  }
}

#sec-12 {
  background: #E6D1BE;
}
#sec-12 .container .wrapper h3 {
  background: #E6D1BE;
}
#sec-12 .container .wrapper:before {
  display: none;
}
#sec-12 .container .wrapper:after {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-11@2x.png");
  transform: translate(22.5%, 0);
  top: unset;
  bottom: 0;
  width: calc(100vw * 257/1440);
  height: calc(100vw * 273/1440);
}
@media (min-width: 1000px) {
  #sec-12 .container .wrapper:after {
    width: calc(1000px * 257/1440);
    height: calc(1000px * 273/1440);
  }
}
@media (max-width: 767px) {
  #sec-12 .container .wrapper:after {
    transform: translate(22.5%, -160%);
    width: calc(100vw * 67/375);
    height: calc(100vw * 70/375);
  }
}

#sec-14 {
  background: #F9EDE8;
}
#sec-14 .container .wrapper h3 {
  background: #F9EDE8;
}
#sec-14 .container .wrapper:before {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-13@2x.png");
  transform: translate(-15%, -40%);
  width: calc(100vw * 235/1440);
  height: calc(100vw * 253/1440);
}
@media (min-width: 1000px) {
  #sec-14 .container .wrapper:before {
    width: calc(1000px * 235/1440);
    height: calc(1000px * 253/1440);
  }
}
@media (max-width: 767px) {
  #sec-14 .container .wrapper:before {
    bottom: unset;
    top: 0;
    transform: translate(-30%, 100%);
    width: calc(100vw * 80/375);
    height: calc(100vw * 86/375);
  }
}
#sec-14 .container .wrapper:after {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-12@2x.png");
  transform: translate(20%, -90%);
  width: calc(100vw * 246/1440);
  height: calc(100vw * 278/1440);
}
@media (min-width: 1000px) {
  #sec-14 .container .wrapper:after {
    width: calc(1000px * 246/1440);
    height: calc(1000px * 278/1440);
  }
}
@media (max-width: 767px) {
  #sec-14 .container .wrapper:after {
    transform: translate(40%, 120%);
    width: calc(100vw * 70/375);
    height: calc(100vw * 79/375);
  }
}

#sec-16 {
  background: #EFF2E3;
}
#sec-16 .container .wrapper h3 {
  background: #EFF2E3;
}
#sec-16 .container .wrapper:before {
  display: none;
}
#sec-16 .container .wrapper:after {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-14@2x.png");
  transform: translate(22.5%, 25%);
  top: unset;
  bottom: 0;
  width: calc(100vw * 291.54/1440);
  height: calc(100vw * 346.72/1440);
}
@media (min-width: 1000px) {
  #sec-16 .container .wrapper:after {
    width: calc(1000px * 291.54/1440);
    height: calc(1000px * 346.72/1440);
  }
}
@media (max-width: 767px) {
  #sec-16 .container .wrapper:after {
    transform: translate(30%, -60%);
    width: calc(100vw * 87.5/375);
    height: calc(100vw * 104/375);
  }
}

#sec-10 {
  background: url("https://www.jeban.com/spotlight-item/lalil/md/product-05@2x.jpg") center top no-repeat;
  background-size: 100% 100%;
}
#sec-10 .container {
  background: url("https://www.jeban.com/spotlight-item/lalil/md/product-05@2x.jpg") center top no-repeat #d1e3f7;
  background-size: contain;
  height: calc(100vw * 1759/2898);
}
@media (min-width: 1280px) {
  #sec-10 .container {
    height: calc(1280px * 1759/2898);
  }
}
@media (max-width: 767px) {
  #sec-10 .container {
    background-size: auto 100%;
    background-position: 35% center;
    height: calc(100vw * 280/375);
  }
}
#sec-10 .container > div {
  width: 50%;
  margin-left: auto;
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 767px) {
  #sec-10 .container > div {
    height: 90%;
  }
}
#sec-10 .container > div h2 {
  position: relative;
  display: inline-block;
  line-height: 1;
}
#sec-10 .container > div h2:after {
  content: "";
  width: 50%;
  border-bottom: 1px solid black;
  display: block;
  margin-left: auto;
}
@media (max-width: 767px) {
  #sec-10 .container > div h2:after {
    width: 45%;
    margin-right: auto;
  }
}

.product-info-center {
  padding-top: calc(100vw * .05);
  align-items: flex-end;
}
@media (min-width: 1000px) {
  .product-info-center {
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  .product-info-center {
    padding-top: calc(100vw * 50/375);
  }
}
.product-info-center img {
  position: relative;
  width: calc(100vw * 300/1000);
  margin-bottom: calc(100vw * -155/1000);
}
@media (min-width: 1000px) {
  .product-info-center img {
    width: 300px;
    margin-bottom: -155px;
  }
}
@media (max-width: 767px) {
  .product-info-center img {
    width: calc(100vw * 172/375);
    margin-bottom: calc(100vw * -90/375);
  }
}
.product-info-center .body {
  text-align: left;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: center;
  background: rgba(238, 222, 206, 0.7);
  padding: calc(100vw * 170/1000) calc(100vw * 105/1000) calc(100vw * 58/1000);
}
@media (min-width: 1000px) {
  .product-info-center .body {
    padding: 170px 105px 58px;
  }
}
@media (max-width: 767px) {
  .product-info-center .body {
    padding: calc(100vw * 105/375) calc(100vw * 24/375) calc(100vw * 24/375);
  }
}
.product-info-center .body h3 {
  text-align: center;
  line-height: 0.85;
  padding-bottom: calc(100vw * 20/1000);
  margin-bottom: calc(100vw * 30/1000);
}
@media (min-width: 1000px) {
  .product-info-center .body h3 {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .product-info-center .body h3 {
    padding-bottom: calc(100vw * 10/375);
    margin-bottom: calc(100vw * 15/375);
  }
}
.product-info-center .body h3:after {
  content: "";
  width: 20%;
  padding-bottom: calc(100vw * 20/1000);
  border-bottom: calc(100vw * 6/1440) solid black;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1000px) {
  .product-info-center .body h3:after {
    padding-bottom: 20px;
    border-bottom-width: calc(1000px * 6/1440);
  }
}
@media (max-width: 767px) {
  .product-info-center .body h3:after {
    width: 25%;
    padding-bottom: calc(100vw * 10/375);
    border-bottom-width: calc(100vw * 2/375);
  }
}
.product-info-center .body ul {
  margin-top: calc(100vw * 20/1000);
}
@media (min-width: 1000px) {
  .product-info-center .body ul {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .product-info-center .body ul {
    margin-top: calc(100vw * 8/375);
  }
}
.product-info-center .body ul li {
  background: url("https://www.jeban.com/spotlight-item/lalil/md/point-02@2x.png") left calc(100vw * 9/1000) no-repeat transparent;
  background-size: calc(100vw * 16/1000) auto;
  padding-left: calc(100vw * 24/1000);
}
@media (min-width: 1000px) {
  .product-info-center .body ul li {
    background-position: left 9px;
    background-size: 16px auto;
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .product-info-center .body ul li {
    background-position: left calc(100vw * 8/375);
    background-size: calc(100vw * 8/375) auto;
    padding-left: calc(100vw * 12/375);
  }
}

#sec-11 .product-info-center .body {
  background: rgba(226, 188, 175, 0.25);
}
#sec-11 .product-info-center .body h3:after {
  border-color: #DBAB9E;
}

#sec-13 .product-info-center .body {
  background: rgba(231, 216, 123, 0.2);
}
#sec-13 .product-info-center .body h3:after {
  border-color: #E7D87B;
}
#sec-13 .product-info-center .body ul li {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/point-06@2x.png");
}

#sec-15 .product-info-center .body {
  background: rgba(180, 184, 150, 0.2);
}
#sec-15 .product-info-center .body h3:after {
  border-color: #B4B896;
}
#sec-15 .product-info-center .body ul li {
  background-image: url("https://www.jeban.com/spotlight-item/lalil/md/point-04@2x.png");
}

#sec-17 {
  position: relative;
  background: url("https://www.jeban.com/spotlight-item/lalil/md/Flower-15@2x.png") center bottom no-repeat transparent;
  background-size: 100% auto;
  padding: calc(100vw * 100/1000) 0 0;
}
@media (min-width: 1000px) {
  #sec-17 {
    padding: 100px 0 0;
  }
}
@media (max-width: 767px) {
  #sec-17 {
    padding: calc(100vw * 32/375) 0 0;
  }
}
#sec-17:before {
  content: "";
  background: url("https://www.jeban.com/spotlight-item/lalil/md/sec-17-top-bg.png") center top no-repeat transparent;
  background-size: contain;
  position: absolute;
  display: block;
  z-index: -1;
  top: 0;
  width: 60vw;
  height: calc(50vw * 371/678);
  left: 45%;
  transform: translateY(-30%);
}
@media (min-width: 1000px) {
  #sec-17:before {
    width: 500px;
    height: calc(500px * 371/678);
  }
}
@media (max-width: 767px) {
  #sec-17:before {
    width: 75vw;
    height: calc(75vw * 371/678);
    left: 25vw;
  }
}
#sec-17 > div.mw-100vw {
  position: relative;
  z-index: 2;
  background: #EEDECE;
  display: flex;
  flex-flow: column;
}
#sec-17 > div.mw-100vw:before {
  content: "";
  background: url("https://www.jeban.com/spotlight-item/lalil/md/paper-top.png") top center repeat-x;
  height: calc(100vw * 80/ 2940);
  background-size: 100% auto;
  margin-top: calc(100vw * -80/ 2940);
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw:before {
    background-size: 150% auto;
  }
}
#sec-17 > div.mw-100vw:after {
  content: "";
  background: url("https://www.jeban.com/spotlight-item/lalil/md/paper-bottom.png") bottom center repeat-x;
  height: calc(100vw * 50/ 2940);
  background-size: 100% auto;
  margin-bottom: calc(100vw * -50/ 2940);
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw:after {
    background-size: 150% auto;
  }
}
#sec-17 > div.mw-100vw .container {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container {
    padding: 0 calc(100vw * 20/375) !important;
  }
}
#sec-17 > div.mw-100vw .container > h2 {
  color: white;
  background: #D58668;
  width: calc(100vw * 300/1000);
  height: calc(100vw * 64/1000);
  justify-content: center;
  align-items: center;
  margin: calc(100vw * 25/1000) auto;
}
@media (min-width: 1000px) {
  #sec-17 > div.mw-100vw .container > h2 {
    margin: 25px auto;
    width: 300px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container > h2 {
    margin: calc(100vw * 15/375) auto;
    margin-left: 0;
    width: calc(100vw * 132/375);
    height: calc(100vw * 28/375);
  }
}
#sec-17 > div.mw-100vw .container .steps {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container .steps {
    padding-bottom: calc(100vw * 20/375);
  }
}
#sec-17 > div.mw-100vw .container .steps .step {
  display: flex;
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container .steps .step {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: calc(100vw * 15/375);
  }
  #sec-17 > div.mw-100vw .container .steps .step:before {
    content: "";
    display: block;
    position: absolute;
    background: center center no-repeat transparent;
    background-size: contain;
  }
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(1):before {
    right: 0;
    top: 0;
    width: calc(100vw * 98/375);
    height: calc(100vw * 71/375);
    background-image: url("https://www.jeban.com/spotlight-item/lalil/xs/BG-Step01@2x_bf.png");
    transform: translate(-25%, -55%);
  }
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(2):before {
    right: 0;
    bottom: 0;
    width: calc(100vw * 85/375);
    height: calc(100vw * 68/375);
    background-image: url("https://www.jeban.com/spotlight-item/lalil/xs/BG-Step02@2x_bf.png");
    transform: translate(15%, 45%);
    z-index: 2;
  }
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(3):before {
    left: 0;
    bottom: 0;
    width: calc(100vw * 74/375);
    height: calc(100vw * 70/375);
    background-image: url("https://www.jeban.com/spotlight-item/lalil/xs/BG-Step03@2x_bf.png");
    transform: translate(25%, -175%);
    z-index: 2;
  }
  #sec-17 > div.mw-100vw .container .steps .step .body {
    flex: 1;
    margin-left: auto;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 calc(100vw * 12/375) 0 calc(100vw * 26/375);
  }
  #sec-17 > div.mw-100vw .container .steps .step .body .line-1 {
    line-height: 1.05 !important;
  }
  #sec-17 > div.mw-100vw .container .steps .step .body ul li {
    background: url("https://www.jeban.com/spotlight-item/lalil/md/point-02@2x.png") left calc(100vw * 8/375) no-repeat transparent;
    background-size: calc(100vw * 8/375) auto;
    padding-left: calc(100vw * 12/375);
    margin-top: unset;
    margin-bottom: calc(100vw * 6/375);
  }
}
#sec-17 > div.mw-100vw .container .steps .step .img-step-no {
  margin-bottom: calc(100vw * 12/1000);
}
@media (min-width: 1000px) {
  #sec-17 > div.mw-100vw .container .steps .step .img-step-no {
    margin-bottom: 12px;
  }
}
#sec-17 > div.mw-100vw .container .steps .step .content {
  flex: 1;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-itmes: flex-start;
  padding: calc(100vw * 30/1000) calc(100vw * 20/1000) 0;
}
@media (min-width: 1000px) {
  #sec-17 > div.mw-100vw .container .steps .step .content {
    padding: 30px 20px 0;
  }
}
#sec-17 > div.mw-100vw .container .steps .step:nth-child(1) {
  width: 50vw;
  height: calc(50vw * 1290/1340);
  background: url("https://www.jeban.com/spotlight-item/lalil/md/BG-01 Step@2x.png") center center no-repeat transparent;
  background-size: contain;
  padding: 3.25% 3% 4.75% 6.75%;
}
@media (min-width: 1000px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(1) {
    width: 500px;
    height: calc(500px * 1290/1340);
  }
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(1) {
    width: 100%;
    background: none;
    height: auto;
    padding: 0;
  }
}
#sec-17 > div.mw-100vw .container .steps .step:nth-child(1) .img-step-no {
  width: calc(100vw * 72/1000 * 423/253);
  height: calc(100vw * 72/1000);
}
@media (min-width: 1000px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(1) .img-step-no {
    width: calc(72px * 423/253);
    height: 72px;
  }
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(1) .img-step-no {
    width: calc(100vw * 38/375 * 423/253);
    height: calc(100vw * 38/375);
    margin-right: calc(100vw * 38/375 * 13/253);
  }
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(1) .body {
    background: url("https://www.jeban.com/spotlight-item/lalil/xs/BG-Step01@2x.png") center center no-repeat transparent;
    background-size: contain;
    width: calc(100vw * 260/375);
    height: calc(100vw * 260/375 * 242/800);
  }
}
#sec-17 > div.mw-100vw .container .steps .step:nth-child(2) {
  width: 50vw;
  height: calc(50vw * 1290/1340);
  background: url("https://www.jeban.com/spotlight-item/lalil/md/BG-02 Step@2x.png") center center no-repeat transparent;
  background-size: contain;
  padding: 3.25% 6.75% 4.75% 3%;
}
@media (min-width: 1000px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(2) {
    width: 500px;
    height: calc(500px * 1290/1340);
  }
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(2) {
    width: 100%;
    background: none;
    height: auto;
    padding: 0;
  }
}
#sec-17 > div.mw-100vw .container .steps .step:nth-child(2) .img-step-no {
  width: calc(100vw * 72/1000 * 431/253);
  height: calc(100vw * 72/1000);
}
@media (min-width: 1000px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(2) .img-step-no {
    width: calc(72px * 431/253);
    height: 72px;
  }
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(2) .img-step-no {
    width: calc(100vw * 38/375 * 431/253);
    height: calc(100vw * 38/375);
    margin-right: calc(100vw * 38/375 * 5/253);
  }
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(2) .body {
    background: url("https://www.jeban.com/spotlight-item/lalil/xs/BG-Step02@2x.png") center center no-repeat transparent;
    background-size: contain;
    width: calc(100vw * 260/375);
    height: calc(100vw * 260/375 * 378/800);
  }
}
#sec-17 > div.mw-100vw .container .steps .step:nth-child(3) {
  width: 100vw;
  height: calc(100vw * 1376/2710);
  background: url("https://www.jeban.com/spotlight-item/lalil/md/BG-03 Step@2x.png") center center no-repeat transparent;
  background-size: contain;
  padding: 3.25% 6.75% 3.75%;
}
@media (min-width: 1000px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(3) {
    width: 1000px;
    height: calc(1000px * 1376/2710);
  }
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(3) {
    width: 100%;
    background: none;
    height: auto;
    padding: 0;
  }
}
#sec-17 > div.mw-100vw .container .steps .step:nth-child(3) .img-step-no {
  width: calc(100vw * 72/1000 * 436/253);
  height: calc(100vw * 72/1000);
}
@media (min-width: 1000px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(3) .img-step-no {
    width: calc(72px * 436/253);
    height: 72px;
  }
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(3) .img-step-no {
    width: calc(100vw * 38/375 * 436/253);
    height: calc(100vw * 38/375);
  }
}
@media (max-width: 767px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(3) .body {
    background: url("https://www.jeban.com/spotlight-item/lalil/xs/BG-Step03@2x.png") center center no-repeat transparent;
    background-size: contain;
    width: calc(100vw * 260/375);
    height: calc(100vw * 260/375 * 1124/800);
  }
}
#sec-17 > div.mw-100vw .container .steps .step:nth-child(3) .content h3 {
  margin-top: calc(100vw * -55/1000);
  margin-left: calc(100vw * 142/1000);
}
@media (min-width: 1000px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(3) .content h3 {
    margin-top: -55px;
    margin-left: 142px;
  }
}
#sec-17 > div.mw-100vw .container .steps .step:nth-child(3) .content ul {
  margin-top: calc(100vw * 15/1000);
}
@media (min-width: 1000px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(3) .content ul {
    margin-top: 15px;
  }
}
#sec-17 > div.mw-100vw .container .steps .step:nth-child(3) .content ul li {
  background: url("https://www.jeban.com/spotlight-item/lalil/md/point-02@2x.png") left calc(100vw * 9/1000) no-repeat transparent;
  background-size: calc(100vw * 16/1000) auto;
  padding-left: calc(100vw * 24/1000);
  margin-top: calc(100vw * 8/1000);
}
@media (min-width: 1000px) {
  #sec-17 > div.mw-100vw .container .steps .step:nth-child(3) .content ul li {
    background-position: left 9px;
    background-size: 16px auto;
    padding-left: 24px;
    margin-top: 8px;
  }
}
#sec-17 > .container {
  padding: calc(100vw * 70/1000);
}
@media (min-width: 1000px) {
  #sec-17 > .container {
    padding: 70px;
  }
}
@media (max-width: 767px) {
  #sec-17 > .container {
    padding: calc(100vw * 30/375) calc(100vw * 22/375);
  }
}
#sec-17 > .container .wrapper {
  background: rgba(213, 134, 104, 0.3);
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: calc(100vw * 285/1000);
}
#sec-17 > .container .wrapper .shopping-link {
  background: #D58668;
  color: white;
}
@media (min-width: 1000px) {
  #sec-17 > .container .wrapper {
    height: 285px;
  }
}
@media (max-width: 767px) {
  #sec-17 > .container .wrapper {
    height: calc(100vw * 160/375);
  }
}