@charset "UTF-8";
.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: "◦";
}

ul.dash-ul {
  padding-left: 4%;
}
ul.dash-ul li {
  position: relative;
}
ul.dash-ul li:before {
  content: "-";
  position: absolute;
  margin-left: -4%;
}

.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: #1B202F;
  text-align: center;
}

.text-bold {
  font-weight: bold;
}
@supports (-webkit-overflow-scrolling: touch) {
  .text-bold {
    -webkit-font-smoothing: antialiased;
  }
}

.flex-center-center {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body:-webkit-scrollbar {
  display: none;
}

#lolane-content .mw-1440px {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  box-sizing: border-box;
}
#lolane-content .mw-1440px > div {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  overflow: visible;
}
#lolane-content .mw-1440px > div hr.gradient {
  width: calc(100vw * 910/1440);
  height: calc(100vw * 6/1440);
  display: inline-block;
  border: none;
  background-image: linear-gradient(to right, #825413 -12%, #986f2b -5%, #b8964d 2%, #ba9951 3%, #d4be7b 6%, #e8d99a 9%, #f3eaad 12%, #f8f0b4 14%, #ceb065 26%, #a17934 39%, #774706 52%, #7d4e0c 56%, #8d621f 62%, #a9843e 69%, #cfb269 78%, #d3b76e 78%, #e5d79a 90%, #bf9e57 99%, #916723 114%, #845714 118%);
  margin: 0 auto;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div hr.gradient {
    width: 910px;
    height: 6px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div hr.gradient {
    width: calc(100vw * 300/375);
    height: calc(100vw * 2.5/375);
  }
}
#lolane-content .mw-1440px > div h4.step-header {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  width: calc(100vw * 396/1440);
  height: calc(100vw * 72/1440);
  display: grid;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div h4.step-header {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div h4.step-header {
    font-size: calc(100vw * 26/375);
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div h4.step-header {
    width: 396px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div h4.step-header {
    width: calc(100vw * 160/375);
    height: calc(100vw * 34/375);
  }
}
#lolane-content .mw-1440px > div h4.step-header:not(.invert) {
  background: #FD6920;
  color: white;
}
#lolane-content .mw-1440px > div h4.step-header.invert {
  color: #FD6920;
  background: white;
}
#lolane-content .mw-1440px > div p.after-header {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 38/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div p.after-header {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div p.after-header {
    font-size: calc(100vw * 23/375);
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div p.after-header {
    line-height: 1.3;
  }
}
#lolane-content .mw-1440px > div p.after-header strong {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 70/1440);
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div p.after-header strong {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div p.after-header strong {
    font-size: calc(100vw * 26/375);
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div p.after-header strong {
    line-height: 1.1;
  }
}
#lolane-content .mw-1440px > div h4.formula-header {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 70/1440);
  color: #FD6920;
  line-height: 1;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div h4.formula-header {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div h4.formula-header {
    font-size: calc(100vw * 40/375);
  }
}
#lolane-content .mw-1440px > div ul.formulas {
  text-align: left;
}
#lolane-content .mw-1440px > div ul.formulas li {
  font-size: calc(100vw * 38/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div ul.formulas li {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div ul.formulas li {
    font-size: calc(100vw * 23/375);
  }
}
#lolane-content .mw-1440px > div ul.formulas li h3 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 45/1440);
  padding-left: calc(100vw * 24/1440);
  margin-bottom: calc(100vw * 24/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div ul.formulas li h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div ul.formulas li h3 {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div ul.formulas li h3 {
    padding-left: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div ul.formulas li h3 {
    padding-left: calc(100vw * 18/375);
    margin-bottom: calc(100vw * 12/375);
  }
}
#lolane-content .mw-1440px > div ul.formulas li h3:before {
  width: calc(100vw * 12/1440);
  height: calc(100vw * 73/1440);
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #FB692F;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div ul.formulas li h3:before {
    width: 12px;
    height: 73px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div ul.formulas li h3:before {
    width: calc(100vw * 8/375);
    height: calc(100vw * 44/375);
  }
}
#lolane-content .mw-1440px > div ul.formulas li h4 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div ul.formulas li h4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div ul.formulas li h4 {
    font-size: calc(100vw * 23/375);
  }
}
#lolane-content .mw-1440px > div ul.formulas li .btn-user-review {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  width: calc(100vw * 180/1440);
  height: calc(100vw * 55/1440);
  margin-top: calc(100vw * 16/1440);
  display: grid;
  align-items: center;
  color: white;
  text-align: center;
  background: #FB692F;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div ul.formulas li .btn-user-review {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div ul.formulas li .btn-user-review {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px > div ul.formulas li .btn-user-review {
    width: 180px;
    height: 55px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px > div ul.formulas li .btn-user-review {
    width: calc(100vw * 100/375);
    height: calc(100vw * 40/375);
    margin-top: calc(100vw * 8/375);
  }
}
#lolane-content .mw-1440px #cover {
  background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/cover-bg.jpg");
  height: calc(100vw * 2400/1440);
  display: grid;
  grid-template-columns: 1fr;
  grid-auto-rows: min-content;
  position: relative;
  background-color: #FD6A21;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #cover {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/cover-bg.webp");
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #cover {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/cover-bg.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #cover {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/cover-bg.webp");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #cover {
    height: 2400px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #cover {
    height: calc(100vw * 750/375);
  }
}
#lolane-content .mw-1440px #cover h1.logo {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/lolane/lolane-logo.svg");
  width: calc(100vw * 380/1440);
  height: calc(100vw * 190/1440);
  margin: 0 auto;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #cover h1.logo {
    width: 380px;
    height: 190px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #cover h1.logo {
    width: calc(100vw * 165/375);
    height: calc(100vw * 82.5/375);
  }
}
#lolane-content .mw-1440px #cover h2 {
  font-family: "DB-Heavent-cond" !important;
  font-size: calc(100vw * 210/1440);
  font-weight: bold;
  line-height: 0.85;
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #cover h2 {
    font-size: 210px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #cover h2 {
    font-size: calc(100vw * 70/375);
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #cover h2 {
    line-height: 1;
  }
}
#lolane-content .mw-1440px #cover blockquote {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 100/1440);
  padding-top: calc(100vw * 20/1440);
  color: #FD6920;
  line-height: 1;
  margin: 0;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #cover blockquote {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #cover blockquote {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #cover blockquote {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #cover blockquote {
    padding-top: calc(100vw * 10/375);
  }
}
#lolane-content .mw-1440px #cover .overlay {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/cover-overlay.png");
  height: calc(100vw * 1584/1440);
  top: calc(100vw * 137/1440);
  position: absolute;
  width: 100%;
  left: 0;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #cover .overlay {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/cover-overlay.webp");
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #cover .overlay {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/cover-overlay.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #cover .overlay {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/cover-overlay.webp");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #cover .overlay {
    height: 1584px;
    top: 137px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #cover .overlay {
    height: calc(100vw * 340.28/375);
    top: calc(100vw * 210/375);
  }
}
#lolane-content .mw-1440px #sec-1 {
  background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-1-bg.jpg");
  height: calc(100vw * 2500/1440);
  margin-top: calc(100vw * -720/1440);
  padding-top: calc(100vw * 150/1440);
  border-top-left-radius: calc(100vw * 720/1440);
  border-top-right-radius: calc(100vw * 720/1440);
  position: relative;
  z-index: 2;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-1-bg.webp");
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-1-bg.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-1-bg.webp");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-1 {
    height: 2500px;
    margin-top: -720px;
    padding-top: 150px;
    border-top-left-radius: 720px;
    border-top-right-radius: 720px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-1 {
    height: calc(100vw * 1465/375);
    margin-top: calc(100vw * -187.5/375);
    padding-top: calc(100vw * 75/375);
    border-top-left-radius: calc(100vw * 187.5/375);
    border-top-right-radius: calc(100vw * 187.5/375);
  }
}
#lolane-content .mw-1440px #sec-1 .paragraphs {
  height: calc(100vw * 865/1440);
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-1 .paragraphs {
    height: 865px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-1 .paragraphs {
    height: calc(100vw * 600/375);
  }
}
#lolane-content .mw-1440px #sec-1 .paragraphs p {
  font-size: calc(100vw * 38/1440);
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-1 .paragraphs p {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-1 .paragraphs p {
    font-size: calc(100vw * 23/375);
  }
}
#lolane-content .mw-1440px #sec-1 .paragraphs p:nth-of-type(1), #lolane-content .mw-1440px #sec-1 .paragraphs p:nth-of-type(5) {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-1 .paragraphs p:nth-of-type(1), #lolane-content .mw-1440px #sec-1 .paragraphs p:nth-of-type(5) {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-1 .paragraphs p:nth-of-type(1), #lolane-content .mw-1440px #sec-1 .paragraphs p:nth-of-type(5) {
    font-size: calc(100vw * 23/375);
  }
}
#lolane-content .mw-1440px #sec-1 .paragraphs p:nth-of-type(3) {
  font-family: "DB-Heavent-reg" !important;
}
#lolane-content .mw-1440px #sec-1 .paragraphs p:nth-of-type(3) strong {
  font-size: calc(100vw * 45/1440);
  font-family: "DB-Heavent-med" !important;
  font-weight: normal;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-1 .paragraphs p:nth-of-type(3) strong {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-1 .paragraphs p:nth-of-type(3) strong {
    font-size: calc(100vw * 25/375);
  }
}
#lolane-content .mw-1440px #sec-1 hr {
  margin-top: calc(100vw * 60/1440);
  margin-bottom: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-1 hr {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-1 hr {
    margin-top: calc(100vw * 40/375);
    margin-bottom: calc(100vw * 32/375);
  }
}
#lolane-content .mw-1440px #sec-1 blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
  color: #FD6920;
  margin: 0 auto;
  line-height: 1;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-1 blockquote {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-1 blockquote {
    font-size: calc(100vw * 45/375);
  }
}
#lolane-content .mw-1440px #sec-1 blockquote strong {
  font-family: "DB-Heavent-med" !important;
  font-weight: normal;
}
#lolane-content .mw-1440px #sec-2 {
  background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-1-overlay.svg");
  height: calc(100vw * 850/1440);
  margin-top: calc(100vw * -835/1440);
  background-position-x: calc(100vw * -80.5/1440);
  background-position-y: calc(100vw * -75/1440);
  background-size: calc(100vw * 1614.82/1440) auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-1-overlay.svg");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 {
    height: 850px;
    margin-top: -835px;
    background-position-x: -80.5px;
    background-position-y: -75px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 {
    height: calc(100vw * 550/375);
    margin-top: calc(100vw * -310/375);
    background-position-x: calc(100vw * -58.3/375);
    background-position-y: calc(100vw * -44/375);
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 {
    background-size: 1614.82px auto;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 {
    background-size: calc(100vw * 491.6/375) auto;
  }
}
#lolane-content .mw-1440px #sec-2 ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li {
  width: calc(100vw * 390/1440);
  height: calc(100vw * 390/1440);
  background: center no-repeat transparent;
  background-size: contain;
  color: white;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  background-image: url("https://www.jeban.com/spotlight-item/lolane/bg-orange-bubble.svg");
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li {
    width: 390px;
    height: 390px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li {
    width: calc(100vw * 150/375);
    height: calc(100vw * 150/375);
  }
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  margin-left: calc(100vw * 99/1440);
  margin-top: calc(100vw * 158/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) {
    font-size: calc(100vw * 19/375);
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) {
    margin-left: 99px;
    margin-top: 158px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) {
    margin-left: calc(100vw * 22.66/375);
    margin-top: calc(100vw * -19/375);
  }
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) strong {
  font-family: "DB-Heavent-cond" !important;
  font-size: calc(100vw * 193/1440);
  font-weight: normal;
  line-height: 0.65;
  position: relative;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) strong {
    font-size: 193px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) strong {
    font-size: calc(100vw * 77/375);
  }
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) strong:after {
  content: "*";
  position: absolute;
  font-size: 80%;
  margin-left: calc(100vw * -20/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) strong:after {
    margin-left: -20px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) strong:after {
    margin-left: calc(100vw * -10/375);
  }
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) span {
  font-size: calc(100vw * 55/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) span {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(1) span {
    font-size: calc(100vw * 22/375);
  }
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(2) {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  padding-top: calc(100vw * 138/1440);
  margin-left: calc(100vw * 520/1440);
  margin-top: calc(100vw * -390/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(2) {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(2) {
    font-size: calc(100vw * 22/375);
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(2) {
    padding-top: 138px;
    margin-left: 520px;
    margin-top: -390px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(2) {
    padding-top: calc(100vw * 35/375);
    margin-left: calc(100vw * 176.66/375);
    margin-top: calc(100vw * -105/375);
  }
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(2) strong {
  font-family: "DB-Heavent-cond" !important;
  font-size: calc(100vw * 60/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(2) strong {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(2) strong {
    font-size: calc(100vw * 24/375);
  }
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(2):before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/lolane/pro-keratin-ex.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 98/1440);
  top: calc(100vw * -49/1440);
  width: calc(100vw * 198/1440);
  height: calc(100vw * 211/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(2):before {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/pro-keratin-ex.webp");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(2):before {
    left: 98px;
    top: -49px;
    width: 198px;
    height: 211px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) li:nth-of-type(2):before {
    left: calc(100vw * 38/375);
    top: calc(100vw * -29/375);
    width: calc(100vw * 73/375);
    height: calc(100vw * 78/375);
  }
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) + small {
  font-size: calc(100vw * 20/1440);
  padding-left: calc(100vw * 144/1440);
  margin-top: calc(100vw * 20/1440);
  display: block;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) + small {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) + small {
    font-size: calc(100vw * 14/375);
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) + small {
    padding-left: 144px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(1) + small {
    padding-left: calc(100vw * 28/375);
    margin-top: calc(100vw * -16/375);
  }
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) {
  font-size: calc(100vw * 35/1440);
  width: calc(100vw * 1130/1440);
  margin-top: calc(100vw * 32/1440);
  margin-left: calc(100vw * 176.99/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) {
    width: 1130px;
    margin-top: 32px;
    margin-left: 176.99px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) {
    width: calc(100vw * 236/375);
    margin-top: calc(100vw * 25/375);
    margin-left: calc(100vw * 138.66/375);
  }
}
@media (min-width: 768px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
  }
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) li {
  text-align: left;
  position: relative;
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) li:before {
  width: calc(100vw * 10/1440);
  height: calc(100vw * 10/1440);
  top: calc(100vw * 16/1440);
  left: calc(100vw * -32/1440);
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background: #FD6920;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) li:before {
    width: 10px;
    height: 10px;
    top: 16px;
    left: -32px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) li:before {
    width: calc(100vw * 5/375);
    height: calc(100vw * 5/375);
    top: calc(100vw * 10/375);
    left: calc(100vw * -20/375);
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) li {
    margin-bottom: calc(100vw * 20/375);
  }
}
#lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) li h3 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 35/1440);
  color: #FD6920;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) li h3 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-2 ol:nth-of-type(2) li h3 {
    font-size: calc(100vw * 23/375);
  }
}
#lolane-content .mw-1440px #sec-3 {
  background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-3-bg.svg");
  min-height: calc(100vw * 4300/1440);
  background-position-x: calc(100vw * -60.14/1440);
  background-position-y: calc(100vw * 370/1440);
  background-size: calc(100vw * 1653.84/1440) auto;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-3-bg.svg");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 {
    min-height: 4300px;
    background-position-x: -60.14px;
    background-position-y: 370px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 {
    min-height: calc(100vw * 2800/375);
    background-position-x: calc(100vw * -32.95/375);
    background-position-y: calc(100vw * 220/375);
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 {
    background-size: 1653.84px auto;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 {
    background-size: calc(100vw * 447.09/375) auto;
  }
}
#lolane-content .mw-1440px #sec-3 > h2, #lolane-content .mw-1440px #sec-3 > h3 {
  font-family: "DB-Heavent-med" !important;
  color: #FD6920;
  line-height: 0.85;
  font-weight: normal;
}
#lolane-content .mw-1440px #sec-3 > h2 {
  font-size: calc(100vw * 304/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 > h2 {
    font-size: 304px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 > h2 {
    font-size: calc(100vw * 100/375);
  }
}
#lolane-content .mw-1440px #sec-3 > h3 {
  font-size: calc(100vw * 158/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 > h3 {
    font-size: 158px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 > h3 {
    font-size: calc(100vw * 50/375);
  }
}
#lolane-content .mw-1440px #sec-3 > h3:nth-of-type(2) {
  font-size: calc(100vw * 178/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 > h3:nth-of-type(2) {
    font-size: 178px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 > h3:nth-of-type(2) {
    font-size: calc(100vw * 55/375);
  }
}
#lolane-content .mw-1440px #sec-3 hr {
  margin-top: calc(100vw * 40/1440);
  margin-bottom: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 hr {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 hr {
    margin-top: calc(100vw * 20/375);
    margin-bottom: calc(100vw * 5/375);
  }
}
#lolane-content .mw-1440px #sec-3 blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 65/1440);
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 blockquote {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 blockquote {
    font-size: calc(100vw * 25/375);
  }
}
#lolane-content .mw-1440px #sec-3 > picture img {
  margin-top: calc(100vw * 90/1440);
  margin-bottom: calc(100vw * -64/1440);
  width: 100%;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 > picture img {
    margin-top: 90px;
    margin-bottom: -64px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 > picture img {
    margin-top: calc(100vw * 30/375);
    margin-bottom: calc(100vw * 8/375);
  }
}
#lolane-content .mw-1440px #sec-3 h4.step-header {
  margin-top: calc(100vw * 24/1440);
  margin-bottom: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 h4.step-header {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 h4.step-header {
    margin-top: calc(100vw * 16/375);
    margin-bottom: calc(100vw * 16/375);
  }
}
@media (min-width: 768px) {
  #lolane-content .mw-1440px #sec-3 h4.formula-header {
    padding-left: calc(100vw * 154/1440);
    text-align: left;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 h4.formula-header {
    padding-left: 154px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 h4.formula-header {
    padding-left: calc(100vw * 0/375);
  }
}
#lolane-content .mw-1440px #sec-3 ol {
  padding: 0;
  margin: 0 auto;
  list-style-type: none;
  width: calc(100vw * 1160/1440);
  grid-gap: calc(100vw * 15/1440);
  margin-top: calc(100vw * 64/1440);
  margin-bottom: calc(100vw * 114/1440);
  display: grid;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 ol {
    width: 1160px;
    grid-gap: 15px;
    margin-top: 64px;
    margin-bottom: 114px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 ol {
    width: calc(100vw * 315/375);
    grid-gap: calc(100vw * 12/375);
    margin-top: calc(100vw * 32/375);
    margin-bottom: calc(100vw * 48/375);
  }
}
@media (min-width: 768px) {
  #lolane-content .mw-1440px #sec-3 ol {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 ol {
    grid-template-columns: 1fr;
  }
}
#lolane-content .mw-1440px #sec-3 ol li {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  padding: calc(100vw * 16/1440) calc(100vw * 16/1440);
  background: white;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 ol li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 ol li {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 ol li {
    padding: 16px 16px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 ol li {
    padding: calc(100vw * 12/375) calc(100vw * 12/375);
  }
}
#lolane-content .mw-1440px #sec-3 ol li:before {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 60/1440);
  left: calc(100vw * 16/1440);
  top: calc(100vw * 4/1440);
  content: "1";
  display: block;
  line-height: 1;
  position: absolute;
  color: #FD6920;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 ol li:before {
    font-size: 60px;
    left: 16px;
    top: 4px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 ol li:before {
    font-size: calc(100vw * 45/375);
    left: calc(100vw * 8/375);
    top: calc(100vw * 2/375);
  }
}
#lolane-content .mw-1440px #sec-3 ol li:nth-of-type(2):before {
  content: "2";
}
#lolane-content .mw-1440px #sec-3 ol li:nth-of-type(3):before {
  content: "3";
}
#lolane-content .mw-1440px #sec-3 ol li:nth-of-type(4):before {
  content: "4";
}
#lolane-content .mw-1440px #sec-3 ol li:nth-of-type(5):before {
  content: "5";
}
#lolane-content .mw-1440px #sec-3 ol li strong {
  font-family: "DB-Heavent-med" !important;
  font-weight: normal;
}
@media (min-width: 768px) {
  #lolane-content .mw-1440px #sec-3 ol li {
    height: calc(100vw * 192/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 ol li {
    height: 192px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 ol li {
    height: calc(100vw * 120/375);
  }
}
@media (min-width: 768px) {
  #lolane-content .mw-1440px #sec-3 ol li:nth-of-type(5) {
    grid-column: span 2;
  }
}
#lolane-content .mw-1440px #sec-3 ul.formulas {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-3-overlay.png");
  height: calc(100vw * 1576.62/1440);
  margin-top: calc(100vw * -167/1440);
  padding-left: calc(100vw * 238/1440);
  padding-top: calc(100vw * 328/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 ul.formulas {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-3 ul.formulas {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-3-overlay.webp");
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 ul.formulas {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-3-overlay.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-3 ul.formulas {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-3-overlay.webp");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 ul.formulas {
    height: 1576.62px;
    margin-top: -167px;
    padding-left: 238px;
    padding-top: 328px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 ul.formulas {
    height: calc(100vw * 654.36/375);
    margin-top: calc(100vw * 12/375);
    padding-left: calc(100vw * 69/375);
    padding-top: calc(100vw * 650/375);
  }
}
#lolane-content .mw-1440px #sec-3 ul.formulas li:not(:last-of-type) {
  margin-bottom: calc(100vw * 72/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-3 ul.formulas li:not(:last-of-type) {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-3 ul.formulas li:not(:last-of-type) {
    margin-bottom: calc(100vw * 24/375);
  }
}
#lolane-content .mw-1440px #sec-3 ul.formulas li:nth-of-type(1) h3:before,
#lolane-content .mw-1440px #sec-3 ul.formulas li:nth-of-type(1) .btn-user-review {
  background-color: #7F65A9;
}
#lolane-content .mw-1440px #sec-3 ul.formulas li:nth-of-type(2) h3:before,
#lolane-content .mw-1440px #sec-3 ul.formulas li:nth-of-type(2) .btn-user-review {
  background-color: #1899CF;
}
#lolane-content .mw-1440px #sec-3 ul.formulas li:nth-of-type(3) h3:before,
#lolane-content .mw-1440px #sec-3 ul.formulas li:nth-of-type(3) .btn-user-review {
  background-color: #F0879B;
}
#lolane-content .mw-1440px #sec-4 {
  background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-4-bg.svg");
  background-size: calc(100vw * 1687.84/1440) auto;
  background-repeat: no-repeat;
  margin-top: calc(100vw * -700/1440);
  min-height: calc(100vw * 1880/1440);
  padding-top: calc(100vw * 550/1440);
  background-position-x: calc(100vw * -118.95/1440);
  color: white;
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-4-bg.svg");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-4 {
    background-size: 1687.84px auto;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-4 {
    background-size: calc(100vw * 405.79/375) auto;
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-4 {
    margin-top: -700px;
    min-height: 1880px;
    padding-top: 550px;
    background-position-x: -118.95px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-4 {
    margin-top: calc(100vw * -160/375);
    min-height: calc(100vw * 725/375);
    padding-top: calc(100vw * 165/375);
    background-position-x: calc(100vw * -19.4/375);
  }
}
#lolane-content .mw-1440px #sec-4 > h3 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 178/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-4 > h3 {
    font-size: 178px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-4 > h3 {
    font-size: calc(100vw * 55/375);
  }
}
#lolane-content .mw-1440px #sec-4 h4.step-header {
  margin-top: calc(100vw * 12/1440);
  margin-bottom: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-4 h4.step-header {
    margin-top: 12px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-4 h4.step-header {
    margin-top: calc(100vw * 8/375);
    margin-bottom: calc(100vw * 16/375);
  }
}
#lolane-content .mw-1440px #sec-5 {
  background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-5-bg.jpg");
  height: calc(100vw * 2828/1440);
  margin-top: calc(100vw * -720/1440);
  padding-top: calc(100vw * 125/1440);
  border-top-left-radius: calc(100vw * 720/1440);
  border-top-right-radius: calc(100vw * 720/1440);
  position: relative;
  z-index: 2;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-5-bg.webp");
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-5-bg.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-5-bg.webp");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-5 {
    height: 2828px;
    margin-top: -720px;
    padding-top: 125px;
    border-top-left-radius: 720px;
    border-top-right-radius: 720px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-5 {
    height: calc(100vw * 2210/375);
    margin-top: calc(100vw * -187.5/375);
    padding-top: calc(100vw * 54/375);
    border-top-left-radius: calc(100vw * 187.5/375);
    border-top-right-radius: calc(100vw * 187.5/375);
  }
}
#lolane-content .mw-1440px #sec-5 h4.formula-header {
  font-size: calc(100vw * 70/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-5 h4.formula-header {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-5 h4.formula-header {
    font-size: calc(100vw * 30/375);
  }
}
#lolane-content .mw-1440px #sec-5 p {
  font-size: calc(100vw * 48/1440);
  line-height: 1.1;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-5 p {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-5 p {
    font-size: calc(100vw * 20/375);
  }
}
#lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(1) {
  margin-top: calc(100vw * 40/1440);
  padding-left: calc(100vw * 924/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(1) {
    margin-top: 40px;
    padding-left: 924px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(1) {
    margin-top: calc(100vw * 500/375);
    padding-left: calc(100vw * 69/375);
  }
}
#lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(1) li:nth-of-type(1) h3:before,
#lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(1) li:nth-of-type(1) .btn-user-review {
  background-color: #7F65A9;
}
#lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(1) li:nth-of-type(2) h3:before,
#lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(1) li:nth-of-type(2) .btn-user-review {
  background-color: #F0879B;
}
#lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(1) li:nth-of-type(3) h3:before,
#lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(1) li:nth-of-type(3) .btn-user-review {
  background-color: #1899CF;
}
#lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(2) {
  margin-top: calc(100vw * 64/1440);
  padding-left: calc(100vw * 140/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(2) {
    margin-top: 64px;
    padding-left: 140px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(2) {
    margin-top: calc(100vw * 440/375);
    padding-left: calc(100vw * 69/375);
  }
}
#lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(2) li:nth-of-type(1) h3:before,
#lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(2) li:nth-of-type(1) .btn-user-review {
  background-color: #3DA95B;
}
#lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(2) li:nth-of-type(2) h3:before,
#lolane-content .mw-1440px #sec-5 ul.formulas:nth-of-type(2) li:nth-of-type(2) .btn-user-review {
  background-color: #EE753C;
}
#lolane-content .mw-1440px #sec-5 ul.formulas li:not(:last-of-type) {
  margin-bottom: calc(100vw * 72/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-5 ul.formulas li:not(:last-of-type) {
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-5 ul.formulas li:not(:last-of-type) {
    margin-bottom: calc(100vw * 42/375);
  }
}
#lolane-content .mw-1440px #sec-6 {
  background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-6-bg.svg");
  background-size: calc(100vw * 1857.79/1440) auto;
  background-repeat: no-repeat;
  margin-top: calc(100vw * -940/1440);
  min-height: calc(100vw * 3900/1440);
  padding-top: calc(100vw * 560/1440);
  background-position-x: calc(100vw * -208.89/1440);
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-6-bg.svg");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 {
    background-size: 1857.79px auto;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 {
    background-size: calc(100vw * 449.59/375) auto;
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 {
    margin-top: -940px;
    min-height: 3900px;
    padding-top: 560px;
    background-position-x: -208.89px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 {
    margin-top: calc(100vw * -240/375);
    min-height: calc(100vw * 1800/375);
    padding-top: calc(100vw * 180/375);
    background-position-x: calc(100vw * -38.54/375);
  }
}
#lolane-content .mw-1440px #sec-6 h4.formula-header {
  font-size: calc(100vw * 70/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 h4.formula-header {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 h4.formula-header {
    font-size: calc(100vw * 37/375);
  }
}
#lolane-content .mw-1440px #sec-6 p {
  font-size: calc(100vw * 48/1440);
  line-height: 1.1;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 p {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 p {
    font-size: calc(100vw * 20/375);
  }
}
#lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-6-overlay-1.png");
  min-height: calc(100vw * 1060/1440);
  margin-top: calc(100vw * -32/1440);
  padding-top: calc(100vw * 680/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-6-overlay-1.webp");
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-6-overlay-1.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-6-overlay-1.webp");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) {
    min-height: 1060px;
    margin-top: -32px;
    padding-top: 680px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) {
    min-height: calc(100vw * 1080/375);
    margin-top: calc(100vw * 0/375);
    padding-top: calc(100vw * 360/375);
  }
}
#lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) li:nth-of-type(1) h3:before,
#lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) li:nth-of-type(1) .btn-user-review {
  background-color: #19A6B1;
}
#lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) li:nth-of-type(2) h3:before,
#lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) li:nth-of-type(2) .btn-user-review {
  background-color: #EF7E96;
}
@media (min-width: 768px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) li:nth-of-type(1) {
    padding-left: calc(100vw * 238/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) li:nth-of-type(1) {
    padding-left: 238px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) li:nth-of-type(1) {
    padding-left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) li:nth-of-type(2) {
    padding-left: calc(100vw * 826/1440);
    margin-top: calc(100vw * -400/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) li:nth-of-type(2) {
    padding-left: 826px;
    margin-top: -400px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) li:nth-of-type(2) {
    padding-left: calc(100vw * 0/375);
    margin-top: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(1) li:not(:last-of-type) {
    margin-bottom: calc(100vw * 285/375);
  }
}
#lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-6-overlay-2.png");
  min-height: calc(100vw * 2100/1440);
  margin-top: calc(100vw * -490/1440);
  padding-top: calc(100vw * 1065/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-6-overlay-2.webp");
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-6-overlay-2.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-6-overlay-2.webp");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) {
    min-height: 2100px;
    margin-top: -490px;
    padding-top: 1065px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) {
    min-height: calc(100vw * 560/375);
    margin-top: calc(100vw * 0/375);
    padding-top: calc(100vw * 540/375);
  }
}
#lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) li:not(:last-of-type) {
  margin-bottom: calc(100vw * 35/375);
}
@media (min-width: 768px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) li:nth-of-type(1) {
    padding-left: calc(100vw * 207/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) li:nth-of-type(1) {
    padding-left: 207px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) li:nth-of-type(1) {
    padding-left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) li:nth-of-type(2) {
    padding-left: calc(100vw * 736.5/1440);
    margin-top: calc(100vw * -100/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) li:nth-of-type(2) {
    padding-left: 736.5px;
    margin-top: -100px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas:nth-of-type(2) li:nth-of-type(2) {
    padding-left: calc(100vw * 0/375);
    margin-top: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 ul.formulas li {
    text-align: center;
  }
  #lolane-content .mw-1440px #sec-6 ul.formulas li .btn-user-review {
    margin-left: auto;
    margin-right: auto;
  }
  #lolane-content .mw-1440px #sec-6 ul.formulas li h3 {
    padding: 0;
  }
  #lolane-content .mw-1440px #sec-6 ul.formulas li h3:before {
    display: none;
  }
}
#lolane-content .mw-1440px #sec-6 > h3 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 178/1440);
  color: #FD6920;
  line-height: 0.85;
  font-weight: normal;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 > h3 {
    font-size: 178px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 > h3 {
    font-size: calc(100vw * 55/375);
  }
}
#lolane-content .mw-1440px #sec-6 h4.step-header {
  margin-top: calc(100vw * 24/1440);
  margin-bottom: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-6 h4.step-header {
    margin-top: 24px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-6 h4.step-header {
    margin-top: calc(100vw * 16/375);
    margin-bottom: calc(100vw * 16/375);
  }
}
#lolane-content .mw-1440px #sec-7 {
  background-image: url("https://www.jeban.com/spotlight-item/lolane/1440/sec-7-bg.svg");
  background-size: calc(100vw * 1586.24/1440) auto;
  background-repeat: no-repeat;
  margin-top: calc(100vw * -460/1440);
  min-height: calc(100vw * 2900/1440);
  padding-top: calc(100vw * 605/1440);
  background-position-x: calc(100vw * -73.94/1440);
  position: relative;
  z-index: 4;
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  grid-template-columns: 1fr;
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/375/sec-7-bg.svg");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 {
    background-size: 1586.24px auto;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 {
    background-size: calc(100vw * 412.27/375) auto;
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 {
    margin-top: -460px;
    min-height: 2900px;
    padding-top: 605px;
    background-position-x: -73.94px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 {
    margin-top: calc(100vw * -50/375);
    min-height: calc(100vw * 1425/375);
    padding-top: calc(100vw * 170/375);
    background-position-x: calc(100vw * -26.2/375);
  }
}
#lolane-content .mw-1440px #sec-7 > h2, #lolane-content .mw-1440px #sec-7 > h3 {
  font-family: "DB-Heavent-med" !important;
  color: white;
  line-height: 1;
  font-weight: normal;
}
#lolane-content .mw-1440px #sec-7 > h2 {
  font-size: calc(100vw * 105/1440);
  text-transform: uppercase;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 > h2 {
    font-size: 105px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 > h2 {
    font-size: calc(100vw * 40/375);
  }
}
#lolane-content .mw-1440px #sec-7 > h3 {
  font-size: calc(100vw * 90/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 > h3 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 > h3 {
    font-size: calc(100vw * 35/375);
  }
}
#lolane-content .mw-1440px #sec-7 ol {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  list-style-type: none;
  line-height: 1.3;
  text-align: left;
  padding-left: 0;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 ol {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol {
    font-size: calc(100vw * 23/375);
  }
}
#lolane-content .mw-1440px #sec-7 ol > li {
  position: relative;
}
#lolane-content .mw-1440px #sec-7 ol > li:before {
  width: calc(100vw * 54/1440);
  height: calc(100vw * 54/1440);
  top: calc(100vw * -70/1440);
  content: "1";
  display: block;
  position: absolute;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-content: center;
  background: #FD6920;
  color: white;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 ol > li:before {
    width: 54px;
    height: 54px;
    top: -70px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol > li:before {
    width: calc(100vw * 36/375);
    height: calc(100vw * 36/375);
    top: calc(100vw * -42/375);
  }
}
#lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(1) {
  padding-left: calc(100vw * 434/1440);
  margin-top: calc(100vw * 320/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(1) {
    padding-left: 434px;
    margin-top: 320px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(1) {
    padding-left: calc(100vw * 46/375);
    margin-top: calc(100vw * 156/375);
  }
}
#lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(1):after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/lolane/howto-1-shampoo.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 795/1440);
  top: calc(100vw * -320/1440);
  width: calc(100vw * 385.92/1440);
  height: calc(100vw * 602.58/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(1):after {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/howto-1-shampoo.webp");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(1):after {
    left: 795px;
    top: -320px;
    width: 385.92px;
    height: 602.58px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(1):after {
    left: calc(100vw * 238/375);
    top: calc(100vw * -92/375);
    width: calc(100vw * 133.2/375);
    height: calc(100vw * 219.03/375);
  }
}
#lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(2) {
  padding-left: calc(100vw * 666/1440);
  margin-top: calc(100vw * 230/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(2) {
    padding-left: 666px;
    margin-top: 230px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(2) {
    padding-left: calc(100vw * 150/375);
    margin-top: calc(100vw * 60/375);
  }
}
#lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(2):before {
  content: "2";
}
#lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(2):after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/lolane/howto-2-treatment.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 233.81/1440);
  top: calc(100vw * -36/1440);
  width: calc(100vw * 362.95/1440);
  height: calc(100vw * 423.64/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(2):after {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/howto-2-treatment.webp");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(2):after {
    left: 233.81px;
    top: -36px;
    width: 362.95px;
    height: 423.64px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(2):after {
    left: calc(100vw * 16.15/375);
    top: calc(100vw * 62/375);
    width: calc(100vw * 128.91/375);
    height: calc(100vw * 144.46/375);
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(2):after {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/howto-2-treatment-xs.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(2):after {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/howto-2-treatment-xs.webp");
  }
}
#lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(3) {
  padding-left: calc(100vw * 430/1440);
  margin-top: calc(100vw * 156/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(3) {
    padding-left: 430px;
    margin-top: 156px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(3) {
    padding-left: calc(100vw * 38/375);
    margin-top: calc(100vw * 36/375);
  }
}
#lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(3):before {
  content: "3";
}
#lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(3):after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/lolane/howto-3-leavein.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 680/1440);
  top: calc(100vw * -165/1440);
  width: calc(100vw * 540.13/1440);
  height: calc(100vw * 645.42/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(3):after {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/howto-3-leavein.webp");
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(3):after {
    left: 680px;
    top: -165px;
    width: 540.13px;
    height: 645.42px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(3):after {
    left: calc(100vw * 231.34/375);
    top: calc(100vw * -8/375);
    width: calc(100vw * 176.93/375);
    height: calc(100vw * 228.12/375);
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(3):after {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/howto-3-leavein-xs.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #lolane-content .mw-1440px #sec-7 ol > li:nth-of-type(3):after {
    background-image: url("https://www.jeban.com/spotlight-item/lolane/howto-3-leavein-xs.webp");
  }
}
#lolane-content .mw-1440px #sec-7 ol > li ul {
  list-style-type: none;
  padding: 0;
}
#lolane-content .mw-1440px #sec-7 ol > li ul li {
  position: relative;
  padding-left: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 ol > li ul li {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol > li ul li {
    padding-left: calc(100vw * 20/375);
  }
}
#lolane-content .mw-1440px #sec-7 ol > li ul li:before {
  width: calc(100vw * 10/1440);
  height: calc(100vw * 10/1440);
  top: calc(100vw * 16/1440);
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background: black;
  left: 0;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 ol > li ul li:before {
    width: 10px;
    height: 10px;
    top: 16px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol > li ul li:before {
    width: calc(100vw * 5/375);
    height: calc(100vw * 5/375);
    top: calc(100vw * 10/375);
  }
}
#lolane-content .mw-1440px #sec-7 ol h4 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 52/1440);
  color: #FD6920;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 ol h4 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 ol h4 {
    font-size: calc(100vw * 25/375);
  }
}
#lolane-content .mw-1440px #sec-7 .promo {
  padding-bottom: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 .promo {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 .promo {
    padding-bottom: calc(100vw * 12/375);
  }
}
#lolane-content .mw-1440px #sec-7 .promo > h2, #lolane-content .mw-1440px #sec-7 .promo > h3 {
  font-family: "DB-Heavent-med" !important;
  color: #FD6920;
  line-height: 1;
  font-weight: normal;
}
#lolane-content .mw-1440px #sec-7 .promo > h2 {
  font-size: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 .promo > h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 .promo > h2 {
    font-size: calc(100vw * 38/375);
  }
}
#lolane-content .mw-1440px #sec-7 .promo > h3 {
  font-size: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 .promo > h3 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 .promo > h3 {
    font-size: calc(100vw * 23/375);
  }
}
#lolane-content .mw-1440px #sec-7 .promo > p {
  font-size: calc(100vw * 38/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 .promo > p {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 .promo > p {
    font-size: calc(100vw * 23/375);
  }
}
#lolane-content .mw-1440px #sec-7 .promo .shopping-link {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  width: calc(100vw * 180/1440);
  height: calc(100vw * 55/1440);
  margin-top: calc(100vw * 16/1440);
  display: grid;
  align-items: center;
  color: white;
  text-align: center;
  background: #FB692F;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 .promo .shopping-link {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 .promo .shopping-link {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 .promo .shopping-link {
    width: 180px;
    height: 55px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 .promo .shopping-link {
    width: calc(100vw * 100/375);
    height: calc(100vw * 40/375);
    margin-top: calc(100vw * 8/375);
  }
}
#lolane-content .mw-1440px #sec-7 .bar {
  height: calc(100vw * 50/1440);
  display: block;
  width: 100%;
  background-image: linear-gradient(to right, #825413 -12%, #986f2b -5%, #b8964d 2%, #ba9951 3%, #d4be7b 6%, #e8d99a 9%, #f3eaad 12%, #f8f0b4 14%, #ceb065 26%, #a17934 39%, #774706 52%, #7d4e0c 56%, #8d621f 62%, #a9843e 69%, #cfb269 78%, #d3b76e 78%, #e5d79a 90%, #bf9e57 99%, #916723 114%, #845714 118%);
}
@media (min-width: 1440px) {
  #lolane-content .mw-1440px #sec-7 .bar {
    height: 50px;
  }
}
@media (max-width: 767px) {
  #lolane-content .mw-1440px #sec-7 .bar {
    height: calc(100vw * 20/375);
  }
}