@font-face {
  font-family: "BEBAS";
  src: url("https://www.jeban.com/spotlight-item/_fonts/BebasNeue-Regular.woff") format("woff"), url("https://www.jeban.com/spotlight-item/_fonts/BebasNeue-Regular.ttf") format("truetype");
}
.font-bebas {
  font-family: "BEBAS" !important;
}

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

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

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

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

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

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

ul.black-disc {
  padding-left: 2.25rem;
}
@media (max-width: 991px) {
  ul.black-disc {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  ul.black-disc {
    padding-left: 2.25rem;
  }
}
@media (max-width: 575px) {
  ul.black-disc {
    padding-left: 1.5rem;
  }
}
ul.black-disc li {
  position: relative;
}
ul.black-disc li:before {
  content: "•";
  position: absolute;
  margin-left: -2.25rem;
  font-size: 150%;
  line-height: 0.7;
  color: black;
}
@media (max-width: 991px) {
  ul.black-disc li:before {
    margin-left: -2rem;
  }
}
@media (max-width: 767px) {
  ul.black-disc li:before {
    margin-left: -2.25rem;
  }
}
@media (max-width: 575px) {
  ul.black-disc li:before {
    margin-left: -1.5rem;
  }
}

.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;
  }
}
.cover.over-width {
  background-image: url("https://www.jeban.com/spotlight-item/foreo-luna-2/desktop/background_water_01_2x.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  height: calc(100vw * 710/1000);
}
@media (min-width: 1000px) {
  .cover.over-width {
    max-height: 710px;
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .cover.over-width {
    height: calc(100vw * 425/375);
  }
}
.cover.over-width .container {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  position: relative;
}
.cover.over-width .container img.logo {
  width: 40%;
}
.cover.over-width .container img.packshot {
  width: 70%;
}
.cover.over-width .container:before, .cover.over-width .container:after {
  content: "";
  position: absolute;
  width: 93%;
  left: 2%;
  bottom: 12.5%;
  height: calc(100vw * 20/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .container:before, .cover.over-width .container:after {
    height: 20px;
  }
}
.cover.over-width .container:before {
  background: url("https://www.jeban.com/spotlight-item/foreo-luna-2/desktop/luna_mini_2_2x.png") left center no-repeat;
  background-size: auto 100%;
}
.cover.over-width .container:after {
  background: url("https://www.jeban.com/spotlight-item/foreo-luna-2/desktop/luna_2_2x.png") right center no-repeat;
  background-size: auto 100%;
}
@media (max-width: 767px) {
  .cover.over-width .container {
    position: relative;
  }
  .cover.over-width .container img.logo {
    order: 2;
    width: 70%;
    position: absolute;
    bottom: 5%;
  }
  .cover.over-width .container img.packshot {
    width: 95%;
    margin-top: -15%;
  }
  .cover.over-width .container:before, .cover.over-width .container:after {
    content: "";
    position: absolute;
    bottom: 33%;
    height: 67%;
    width: calc(100vw * 8/375);
  }
  .cover.over-width .container:before {
    background: url("https://www.jeban.com/spotlight-item/foreo-luna-2/mobile/luna_mini_2_2x.png") center bottom no-repeat;
    background-size: 100% auto;
    left: 2.5%;
  }
  .cover.over-width .container:after {
    background: url("https://www.jeban.com/spotlight-item/foreo-luna-2/mobile/luna_2_2x.png") center bottom no-repeat;
    background-size: 100% auto;
    left: unset;
    right: 3%;
  }
}

#sec-1 {
  background-color: #DB2369;
  padding: 2% 0;
}
#sec-1 h2 {
  color: white;
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
  font-size: calc(100vw * 55/1000);
}
@media (min-width: 1000px) {
  #sec-1 h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #sec-1 h2 {
    font-size: calc(100vw * 32/375);
  }
}
#sec-1 h2 i {
  margin-right: 1%;
}
#sec-1 hr {
  border-color: white;
  width: 10%;
  max-width: 100px;
}
@media (max-width: 767px) {
  #sec-1 hr {
    width: 15%;
  }
}

#sec-2 p {
  border: 2px solid #DB2369;
  border-top: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  padding: 5% 10%;
  font-size: calc(100vw * 28/1000);
}
@media (min-width: 1000px) {
  #sec-2 p {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  #sec-2 p {
    font-size: calc(100vw * 20/375);
  }
}
#sec-2 p i {
  font-weight: bold;
}
#sec-2 p span {
  font-size: 250%;
  line-height: 1;
}

#sec-3 {
  background-image: url("https://www.jeban.com/spotlight-item/foreo-luna-2/desktop/background_water_01_2x.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: calc(100vw * 700/1280);
}
@media (min-width: 1280px) {
  #sec-3 {
    height: 700px;
  }
}
@media (max-width: 767px) {
  #sec-3 {
    height: calc(100vw * 280/375);
  }
}
#sec-3 .container {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
#sec-3 .container h1 {
  display: inline-block;
  position: relative;
  width: calc(100vw * .4);
  height: calc(100vw * .08);
  background: url("https://www.jeban.com/spotlight-item/foreo-luna-2/desktop/foreo-logo-grey.png") center center no-repeat;
  background-size: contain;
  color: transparent;
  text-indent: -2000px;
}
@media (min-width: 1000px) {
  #sec-3 .container h1 {
    width: 400px;
    height: 80px;
  }
}
#sec-3 .container h1:before, #sec-3 .container h1:after {
  content: "";
  position: absolute;
  border-bottom: calc((100vw * 0.0032) - 0.2px) solid #78278B;
  top: 50%;
  width: 50vw;
}
@media (min-width: 1000px) {
  #sec-3 .container h1:before, #sec-3 .container h1:after {
    border-width: 3px;
  }
}
#sec-3 .container h1:before {
  right: 100%;
  margin-right: 15px;
}
#sec-3 .container h1:after {
  left: 100%;
  margin-left: 15px;
}
#sec-3 .container p {
  font-size: calc(100vw * 40/1000);
}
@media (min-width: 1000px) {
  #sec-3 .container p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #sec-3 .container p {
    font-size: calc(100vw * 24/375);
  }
}
#sec-3 .container p i {
  color: #78278B;
  font-weight: bold;
}

#sec-4 {
  background-color: #DB2369;
}
#sec-4 .container {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  padding: 3% 0;
}
@media (min-width: 1000px) {
  #sec-4 .container {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  #sec-4 .container {
    padding: 8% 0 10%;
  }
}
#sec-4 .container h1 {
  color: #FFF;
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  #sec-4 .container h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #sec-4 .container h1 {
    font-size: calc(100vw * 26/375);
  }
}
#sec-4 .container h1.one-minute-head {
  position: absolute;
  top: 51%;
  padding: 0 5px;
  background-color: #DB2369;
}
@media (max-width: 767px) {
  #sec-4 .container h1.one-minute-head {
    top: 45%;
  }
}
#sec-4 .container h1.one-minute {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 15px;
  padding: 3% 7% 2%;
  margin-top: 6%;
}
@media (min-width: 1000px) {
  #sec-4 .container h1.one-minute {
    padding: 30px 70px 20px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #sec-4 .container h1.one-minute {
    margin-top: 7.5%;
    padding: 6% 2% 4%;
  }
}

#sec-4 img.quotation-marks-open,
#sec-4 img.quotation-marks-close, #sec-6 img.quotation-marks-open,
#sec-6 img.quotation-marks-close {
  position: absolute;
  width: 8.5%;
  opacity: 0.5;
}
@media (max-width: 767px) {
  #sec-4 img.quotation-marks-open,
#sec-4 img.quotation-marks-close, #sec-6 img.quotation-marks-open,
#sec-6 img.quotation-marks-close {
    width: 14%;
  }
}
#sec-4 img.quotation-marks-open, #sec-6 img.quotation-marks-open {
  top: 5%;
  left: 0.25%;
}
@media (max-width: 767px) {
  #sec-4 img.quotation-marks-open, #sec-6 img.quotation-marks-open {
    top: -7.5%;
    left: 5%;
  }
}
#sec-4 img.quotation-marks-close, #sec-6 img.quotation-marks-close {
  bottom: 5%;
  right: 0.25%;
}
@media (max-width: 767px) {
  #sec-4 img.quotation-marks-close, #sec-6 img.quotation-marks-close {
    bottom: -10%;
    right: 5%;
  }
}

#sec-5 {
  position: relative;
  padding: 10% 0;
}
#sec-5 .container > p {
  font-size: calc(100vw * 40/1000);
  width: 100%;
}
@media (min-width: 1000px) {
  #sec-5 .container > p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #sec-5 .container > p {
    font-size: calc(100vw * 21/375);
    width: 100%;
  }
}
#sec-5 .wrapper ul {
  text-align: left;
}
#sec-5 .wrapper ul li {
  font-size: calc(100vw * 40/1000);
  position: relative;
  overflow: hidden;
  padding-bottom: calc(100vw * 40/1000);
  padding-left: calc(100vw * 40/1000);
  margin-bottom: calc(100vw * -22/1000);
  background: url("https://www.jeban.com/spotlight-item/foreo-luna-2/pinky-dot-and-line.png") left top calc(100vw * 20/1000) no-repeat;
}
#sec-5 .wrapper ul li:last-child {
  background-position: left bottom calc(100vw * 60/1000);
}
@media (min-width: 1000px) {
  #sec-5 .wrapper ul li {
    font-size: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    margin-bottom: -22px;
    background-position: left top 20px;
  }
  #sec-5 .wrapper ul li:last-child {
    background-position: left bottom 60px;
  }
}
@media (max-width: 767px) {
  #sec-5 .wrapper ul li {
    font-size: calc(100vw * 21/375);
    background: url("https://www.jeban.com/spotlight-item/foreo-luna-2/pinky-dot-and-line-h.png") right calc(100vw * 335/375) top calc(100vw * 11/375) no-repeat;
    background-size: auto calc(100vw * 8/375);
    padding-left: 15%;
    padding-right: 1rem;
  }
  #sec-5 .wrapper ul li:last-child {
    background-position: right calc(100vw * 335/375) top calc(100vw * 11/375);
    background-size: auto calc(100vw * 8/375);
  }
  #sec-5 .wrapper ul li:first-child {
    background-position: left calc(100vw * 202/375) top calc(100vw * 11/375);
  }
  #sec-5 .wrapper ul li:nth-child(2) {
    text-align: right;
    background-position: right calc(100vw * 185/375) top calc(100vw * 11/375);
  }
}
#sec-5 .wrapper ul li strong {
  color: #DB2369;
  font-weight: bold;
  font-size: 105%;
}

#sec-6 {
  background: url("https://www.jeban.com/spotlight-item/foreo-luna-2/desktop/background_water_01_2x.png") center top no-repeat #DB2369;
  background-size: cover;
  height: calc(100vw * 600/1000);
}
@media (min-width: 1000px) {
  #sec-6 {
    height: 600px;
  }
}
@media (max-width: 767px) {
  #sec-6 {
    height: calc(100vw * 320/375);
  }
}
#sec-6 .container {
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  height: 100%;
}
#sec-6 .container img.quotation-marks-open,
#sec-6 .container img.quotation-marks-close {
  opacity: 1;
}
@media (max-width: 767px) {
  #sec-6 .container {
    padding: 7.5% 0;
  }
  #sec-6 .container img.quotation-marks-open {
    top: -2.5%;
  }
  #sec-6 .container img.quotation-marks-close {
    bottom: -3.5%;
  }
}
#sec-6 .container h1 {
  color: #DB2369;
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
  font-size: calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  #sec-6 .container h1 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #sec-6 .container h1 {
    font-size: calc(100vw * 25/375);
  }
}
#sec-6 .container p {
  border: 2px solid rgba(219, 35, 105, 0.6);
  border-radius: 25px;
  padding: 2% 10%;
  line-height: 1.3;
  font-family: "DB-Heavent-li" !important;
  position: relative;
  font-size: calc(100vw * 50/1000);
}
#sec-6 .container p strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
  width: 30%;
  margin-top: -10%;
  position: relative;
  z-index: 2;
}
@media (min-width: 1000px) {
  #sec-6 .container p {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #sec-6 .container p {
    font-size: calc(100vw * 25/375);
  }
}
#sec-6 .container p:before {
  content: "";
  width: 25%;
  border-top: 2px solid #f7e7ed;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -12.5%;
  z-index: 1;
}

@media (max-width: 767px) {
  #sec-7 .container > .w-75,
#sec-7 .container > .w-100,
#sec-9 .container > .w-75,
#sec-9 .container > .w-100 {
    width: 100% !important;
    padding: 0 1rem;
  }
}
#sec-7 img.group-packshot,
#sec-9 img.group-packshot {
  margin: 10% 0 5%;
}
@media (max-width: 767px) {
  #sec-7 img.group-packshot,
#sec-9 img.group-packshot {
    width: 85%;
  }
}
#sec-7 ul.after-group-packshot,
#sec-9 ul.after-group-packshot {
  display: flex;
  flex-flow: flex-wrap;
}
#sec-7 ul.after-group-packshot li,
#sec-9 ul.after-group-packshot li {
  padding: 0 3.5%;
  justify-content: flex-end;
  display: flex;
  flex-flow: column;
  width: 25%;
}
#sec-7 ul.after-group-packshot li h3,
#sec-9 ul.after-group-packshot li h3 {
  line-height: 1;
  font-size: calc(100vw * 32/1000);
}
@media (min-width: 1000px) {
  #sec-7 ul.after-group-packshot li h3,
#sec-9 ul.after-group-packshot li h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #sec-7 ul.after-group-packshot li h3,
#sec-9 ul.after-group-packshot li h3 {
    font-size: calc(100vw * 18/375);
  }
}
#sec-7 ul.after-group-packshot li:first-child,
#sec-9 ul.after-group-packshot li:first-child {
  color: #FF92D6;
}
#sec-7 ul.after-group-packshot li:nth-child(2),
#sec-9 ul.after-group-packshot li:nth-child(2) {
  color: #70AFD7;
}
#sec-7 ul.after-group-packshot li:nth-child(3),
#sec-9 ul.after-group-packshot li:nth-child(3) {
  color: #49B5C2;
}
#sec-7 ul.after-group-packshot li:last-child,
#sec-9 ul.after-group-packshot li:last-child {
  color: #9489BE;
}
@media (max-width: 767px) {
  #sec-7 ul.after-group-packshot li,
#sec-9 ul.after-group-packshot li {
    padding: 0%;
  }
  #sec-7 ul.after-group-packshot li img,
#sec-9 ul.after-group-packshot li img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
#sec-7 h1,
#sec-9 h1 {
  color: #DB2369;
  font-size: calc(100vw * 65/1000);
}
@media (min-width: 1000px) {
  #sec-7 h1,
#sec-9 h1 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  #sec-7 h1,
#sec-9 h1 {
    font-size: calc(100vw * 40/375);
  }
}
#sec-7 h2,
#sec-9 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 42/1000);
}
@media (min-width: 1000px) {
  #sec-7 h2,
#sec-9 h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #sec-7 h2,
#sec-9 h2 {
    font-size: calc(100vw * 30/375);
  }
}
#sec-7 .product-desc,
#sec-9 .product-desc {
  padding: 5% 0;
  border-top: 2px solid #57DDDA;
  border-bottom: 2px solid #57DDDA;
  font-size: calc(100vw * 45/1000);
}
@media (min-width: 1000px) {
  #sec-7 .product-desc,
#sec-9 .product-desc {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #sec-7 .product-desc,
#sec-9 .product-desc {
    font-size: calc(100vw * 25/375);
  }
}
#sec-7 .review-green-button,
#sec-9 .review-green-button {
  width: 15%;
  margin: 5% 0;
}
@media (max-width: 767px) {
  #sec-7 .review-green-button,
#sec-9 .review-green-button {
    width: 25%;
    margin: 7.5% 0;
  }
}
#sec-7 .product-detail,
#sec-9 .product-detail {
  padding: 4% 0;
  background-color: #DB2369;
  display: flex;
  justify-content: center;
  position: relative;
}
#sec-7 .product-detail ul,
#sec-9 .product-detail ul {
  color: white;
  display: flex;
  flex-flow: column;
  width: 80%;
}
#sec-7 .product-detail ul li,
#sec-9 .product-detail ul li {
  width: calc((100vw * 0.399141630901288) + 8.858369098712446px);
  padding-bottom: calc(100vw * 40/1000);
  margin-bottom: calc(100vw * -22/1000);
  font-size: calc(100vw * 45/1000);
}
#sec-7 .product-detail ul li:nth-child(odd),
#sec-9 .product-detail ul li:nth-child(odd) {
  text-align: right;
  padding-right: calc(100vw * 32/1000);
  background: url("https://www.jeban.com/spotlight-item/foreo-luna-2/white-dot-and-line.png") right top calc(100vw * 17.5/1000) no-repeat;
}
#sec-7 .product-detail ul li:nth-child(even),
#sec-9 .product-detail ul li:nth-child(even) {
  text-align: left;
  margin-left: auto;
  padding-left: calc(100vw * 32/1000);
  background: url("https://www.jeban.com/spotlight-item/foreo-luna-2/white-dot-and-line.png") left top calc(100vw * 17.5/1000) no-repeat;
}
#sec-7 .product-detail ul li:last-child,
#sec-9 .product-detail ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  #sec-7 .product-detail ul li,
#sec-9 .product-detail ul li {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #sec-7 .product-detail ul li,
#sec-9 .product-detail ul li {
    font-size: calc(100vw * 20/375);
  }
}
@media (min-width: 1000px) {
  #sec-7 .product-detail ul li,
#sec-9 .product-detail ul li {
    width: 408px;
    padding-bottom: 40px;
    margin-bottom: -22px;
  }
  #sec-7 .product-detail ul li:nth-child(odd),
#sec-9 .product-detail ul li:nth-child(odd) {
    text-align: right;
    padding-right: 32px;
    background: url("https://www.jeban.com/spotlight-item/foreo-luna-2/white-dot-and-line.png") right top 17.5px no-repeat;
  }
  #sec-7 .product-detail ul li:nth-child(even),
#sec-9 .product-detail ul li:nth-child(even) {
    text-align: left;
    margin-left: auto;
    padding-left: 32px;
    background: url("https://www.jeban.com/spotlight-item/foreo-luna-2/white-dot-and-line.png") left top 17.5px no-repeat;
  }
}
@media (max-width: 767px) {
  #sec-7 .product-detail ul,
#sec-9 .product-detail ul {
    width: 100%;
  }
  #sec-7 .product-detail ul li,
#sec-9 .product-detail ul li {
    width: calc((100vw * 0.5) + 8px);
    padding-bottom: calc(100vw * 24/375);
    margin-bottom: calc(100vw * -12/375);
  }
  #sec-7 .product-detail ul li:nth-child(odd),
#sec-9 .product-detail ul li:nth-child(odd) {
    padding-right: calc(100vw * 24/375);
  }
  #sec-7 .product-detail ul li:nth-child(even),
#sec-9 .product-detail ul li:nth-child(even) {
    padding-left: calc(100vw * 24/375);
  }
}

#sec-8,
#sec-10 {
  background-image: url("https://www.jeban.com/spotlight-item/foreo-luna-2/desktop/background_water_03_2x.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
#sec-8 h2,
#sec-10 h2 {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #DB2369;
  font-family: DB-heavent-reg !important;
  font-weight: bold;
  line-height: 1.2;
  font-size: calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  #sec-8 h2,
#sec-10 h2 {
    font-size: 50px;
  }
}
@media (max-width: 375px) {
  #sec-8 h2,
#sec-10 h2 {
    width: 50%;
    font-size: calc(100vw * 30/375);
  }
}
#sec-8 .steps-wrapper ul,
#sec-10 .steps-wrapper ul {
  display: flex;
  flex-flow: wrap;
}
#sec-8 .steps-wrapper ul li,
#sec-10 .steps-wrapper ul li {
  width: 50%;
  display: flex;
  flex-flow: column;
}
#sec-8 .steps-wrapper ul li img,
#sec-10 .steps-wrapper ul li img {
  width: 75%;
  margin: 5% auto;
}
#sec-8 .steps-wrapper ul li > div,
#sec-10 .steps-wrapper ul li > div {
  width: 75%;
  margin: 0 auto 5%;
  display: flex;
  align-items: flex-start;
}
#sec-8 .steps-wrapper ul li > div h3,
#sec-10 .steps-wrapper ul li > div h3 {
  text-decoration: underline;
  text-decoration-color: #DB2369;
  line-height: 1;
  margin-right: 1rem;
  font-size: calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  #sec-8 .steps-wrapper ul li > div h3,
#sec-10 .steps-wrapper ul li > div h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #sec-8 .steps-wrapper ul li > div h3,
#sec-10 .steps-wrapper ul li > div h3 {
    margin-right: 0.75rem;
    font-size: calc(100vw * 30/375);
  }
}
#sec-8 .steps-wrapper ul li > div p,
#sec-10 .steps-wrapper ul li > div p {
  flex: 1;
  text-align: left;
  font-size: calc(100vw * 34/1000);
}
@media (min-width: 1000px) {
  #sec-8 .steps-wrapper ul li > div p,
#sec-10 .steps-wrapper ul li > div p {
    font-size: 34px;
  }
}
@media (max-width: 767px) {
  #sec-8 .steps-wrapper ul li > div p,
#sec-10 .steps-wrapper ul li > div p {
    font-size: calc(100vw * 20/375);
  }
}
@media (max-width: 767px) {
  #sec-8 .steps-wrapper ul li,
#sec-10 .steps-wrapper ul li {
    width: 100%;
    flex-flow: row;
    align-items: flex-start;
    margin-top: 5%;
  }
  #sec-8 .steps-wrapper ul li img,
#sec-10 .steps-wrapper ul li img {
    margin: unset;
    margin-right: 1rem;
    width: 40%;
  }
  #sec-8 .steps-wrapper ul li > div,
#sec-10 .steps-wrapper ul li > div {
    flex: 1;
    margin: unset;
    width: unset;
  }
}
#sec-8 .how-to-use,
#sec-10 .how-to-use {
  width: 30%;
  margin: 30px 0;
}
@media (max-width: 767px) {
  #sec-8 .how-to-use,
#sec-10 .how-to-use {
    width: 50%;
    margin: 15px 0;
  }
}
#sec-8 .step-how-to-use,
#sec-10 .step-how-to-use {
  display: block;
  margin: 25px 0;
}
@media (max-width: 767px) {
  #sec-8 .step-how-to-use,
#sec-10 .step-how-to-use {
    display: flex;
    margin: 10px 0;
  }
}
#sec-8 .step-how-to-use .how-to-use-img,
#sec-10 .step-how-to-use .how-to-use-img {
  width: 50%;
}
@media (max-width: 767px) {
  #sec-8 .step-how-to-use .how-to-use-img,
#sec-10 .step-how-to-use .how-to-use-img {
    width: 30%;
    height: 100%;
  }
}
#sec-8 .step-how-to-use .how-to-use-detail,
#sec-10 .step-how-to-use .how-to-use-detail {
  display: flex;
  position: relative;
  margin: 10px 0;
}
@media (max-width: 767px) {
  #sec-8 .step-how-to-use .how-to-use-detail,
#sec-10 .step-how-to-use .how-to-use-detail {
    margin: 0;
  }
}
#sec-8 .step-how-to-use .how-to-use-detail p,
#sec-10 .step-how-to-use .how-to-use-detail p {
  line-height: 1;
  text-align: left;
  font-size: 18px;
  margin: 10px 35%;
}
@media (max-width: 767px) {
  #sec-8 .step-how-to-use .how-to-use-detail p,
#sec-10 .step-how-to-use .how-to-use-detail p {
    margin: 0 20%;
  }
}
#sec-8 .step-how-to-use .how-to-use-detail img,
#sec-10 .step-how-to-use .how-to-use-detail img {
  width: 40px;
  height: 45px;
  position: absolute;
  top: -8px;
  left: 25%;
}
@media (max-width: 767px) {
  #sec-8 .step-how-to-use .how-to-use-detail img,
#sec-10 .step-how-to-use .how-to-use-detail img {
    width: 30px;
    height: 35px;
    left: 5%;
  }
}

#sec-9 h1 {
  color: #78278B;
}
#sec-9 .product-desc {
  border-color: #FFBA00;
}
#sec-9 .product-detail {
  background-color: #78278B;
}

#sec-11 {
  background-color: #C9A8D0;
  padding: 7% 0;
}
#sec-11 .container {
  position: relative;
}
#sec-11 .container p {
  border: 2px solid white;
  border-radius: 25px;
  padding: 2% 0;
  line-height: 1.3;
  font-family: "DB-Heavent-li" !important;
  position: relative;
  font-size: calc(100vw * 50/1000);
}
#sec-11 .container p strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
  width: 30%;
  margin-top: -5%;
  position: relative;
  z-index: 2;
}
#sec-11 .container p a {
  background: #000000;
  color: white;
  padding: 0 1%;
}
@media (min-width: 1000px) {
  #sec-11 .container p {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #sec-11 .container p {
    font-size: calc(100vw * 25/375);
  }
}
#sec-11 .container p:before {
  content: "";
  width: 30%;
  border-top: 2px solid #C9A8D0;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -15%;
  z-index: 1;
}
@media (max-width: 767px) {
  #sec-11 .container p strong {
    margin-top: -7%;
    width: 35%;
  }
  #sec-11 .container p:before {
    width: 35%;
    margin-left: -17.5%;
  }
}