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

@media (min-width: 768px) {
  .mob {
    display: none;
  }
}
@media (max-width: 767px) {
  .desk {
    display: none;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "DB-Heavent-li" !important;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

.button {
  padding: 5.1px 53.5px 7.1px 51.5px;
  border-radius: 32px;
  background-color: #76AA00;
  border: 1px solid #76AA00;
  color: white;
  font-size: calc(100vw * 43/1440);
  line-height: calc(100vw * 47/1440);
}
@media (min-width: 1440px) {
  .button {
    font-size: 43px;
    line-height: 47px;
  }
}
@media (max-width: 767px) {
  .button {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 26/375);
  }
}

.button.orange {
  background-color: #FFAF2E;
  border: 1px solid #FFAF2E;
}

.bg .img {
  width: 100%;
}

.section-1 {
  text-align: center;
  position: relative;
  padding-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-1 {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-1 {
    padding-top: calc(100vw * 120/375);
  }
}
@media (max-width: 767px) {
  .section-1 {
    background-color: #E0EED6;
  }
  .section-1 .bg .img {
    transform: scale(1.6);
  }
}
.section-1 .content {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100vw * 25/1440);
}
@media (min-width: 1440px) {
  .section-1 .content {
    top: 25px;
  }
}
@media (max-width: 767px) {
  .section-1 .content {
    top: calc(100vw * 15/375);
  }
}
.section-1 .content .logo {
  width: calc(100vw * 180/1440);
}
@media (min-width: 1440px) {
  .section-1 .content .logo {
    width: 180px;
  }
}
@media (max-width: 767px) {
  .section-1 .content .logo {
    width: calc(100vw * 54/375);
  }
}
.section-1 .content .title {
  color: #1D8000;
}
.section-1 .content .title > p {
  font-size: calc(100vw * 120/1440);
  line-height: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .section-1 .content .title > p {
    font-size: 120px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .section-1 .content .title > p {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 30/375);
  }
}
.section-1 .content .title > p:first-child {
  font-size: calc(100vw * 170/1440);
}
@media (min-width: 1440px) {
  .section-1 .content .title > p:first-child {
    font-size: 170px;
  }
}
@media (max-width: 767px) {
  .section-1 .content .title > p:first-child {
    font-size: calc(100vw * 61/375);
  }
}
.section-1 .content .title > p:last-child {
  font-size: calc(100vw * 75/1440);
  line-height: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  .section-1 .content .title > p:last-child {
    font-size: 75px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .section-1 .content .title > p:last-child {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 29/375);
  }
}

.section-2 {
  position: relative;
  margin-top: calc(100vw * -1050/1440);
}
@media (min-width: 1440px) {
  .section-2 {
    margin-top: -1050px;
  }
}
@media (max-width: 767px) {
  .section-2 {
    margin-top: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-2 .bg .img {
    margin-top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-2 .bg .img {
    margin-top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-2 .bg .img {
    margin-top: calc(100vw * -235/375);
  }
}
.section-2 .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: calc(100vw * 280/1440);
}
@media (min-width: 1440px) {
  .section-2 .content {
    margin-top: 280px;
  }
}
@media (max-width: 767px) {
  .section-2 .content {
    margin-top: calc(100vw * -130/375);
  }
}
.section-2 .content .content-bubble {
  max-width: 980px;
  margin: 0 auto;
}
.section-2 .content .content-bubble .bubble {
  border: 1px solid #76AA00;
  background-color: #FFFFFF;
  color: #1D8000;
  padding: 48px;
  margin: 8px;
  display: flex;
  align-items: baseline;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
  border-radius: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-bubble .bubble {
    font-size: 35px;
    line-height: 45px;
    border-radius: 50px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-bubble .bubble {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
    border-radius: calc(100vw * 17/375);
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-bubble .bubble {
    padding: 24px !important;
    margin: 0 8px 16px;
  }
}
.section-2 .content .content-bubble .bubble .dot {
  width: 10px;
  height: 10px;
  background-color: #76AA00;
  border-radius: 10px;
  margin-right: 16px;
}
.section-2 .content .content-bubble .row {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-left: calc(100vw * 0/1440);
  margin-right: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-bubble .row {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-bubble .row {
    margin-left: calc(100vw * 36/375);
    margin-right: calc(100vw * 36/375);
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-bubble .row > div {
    width: 100%;
  }
}
.section-2 .content .content-bubble .row .bubble {
  flex-basis: calc((100% - 32px) / 2);
}
.section-2 .content .content-bubble .row .bubble:first-child {
  height: 50.5%;
  padding: 24px 48px;
}
@media (max-width: 767px) {
  .section-2 .content .content-bubble .row .bubble:first-child {
    height: auto;
  }
}
.section-2 .content .content-ingredient {
  margin-top: calc(100vw * 48/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-ingredient {
    margin-top: 48px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient {
    margin-top: calc(100vw * 20/375);
  }
}
.section-2 .content .content-ingredient .title {
  text-align: center;
}
.section-2 .content .content-ingredient .title > p {
  color: #1D8000;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 90/1440);
  line-height: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-ingredient .title > p {
    font-size: 90px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .title > p {
    font-size: calc(100vw * 33/375);
    line-height: calc(100vw * 35/375);
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .title > p > span {
    display: block;
  }
}
.section-2 .content .content-ingredient .title > p:first-child {
  font-size: calc(100vw * 120/1440);
  line-height: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-ingredient .title > p:first-child {
    font-size: 120px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .title > p:first-child {
    font-size: calc(100vw * 43/375);
    line-height: calc(100vw * 35/375);
  }
}
.section-2 .content .content-ingredient .ingredient {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: calc(100vw * 120/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-ingredient .ingredient {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .ingredient {
    margin-top: calc(100vw * 85/375);
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .ingredient {
    flex-direction: column;
    align-items: center;
  }
}
.section-2 .content .content-ingredient .ingredient > img {
  position: absolute;
  width: calc(100vw * 1271/1440);
  top: calc(100vw * -100/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-ingredient .ingredient > img {
    width: 1271px;
    top: -100px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .ingredient > img {
    width: calc(100vw * 438/375);
    top: calc(100vw * -210/375);
  }
}
.section-2 .content .content-ingredient .ingredient .bubble {
  border-radius: 50%;
  border: 2px solid #76AA00;
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(100vw * 410/1440);
  height: calc(100vw * 410/1440);
  padding-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-ingredient .ingredient .bubble {
    width: 410px;
    height: 410px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .ingredient .bubble {
    width: calc(100vw * 265.06/375);
    height: calc(100vw * 265.06/375);
    padding-top: calc(100vw * 72/375);
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .ingredient .bubble {
    justify-content: flex-start;
  }
}
.section-2 .content .content-ingredient .ingredient .bubble:first-child {
  margin-right: calc(100vw * 33/1440);
  margin-bottom: calc(100vw * 0/1440);
  padding-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-ingredient .ingredient .bubble:first-child {
    margin-right: 33px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .ingredient .bubble:first-child {
    margin-right: calc(100vw * 0/375);
    margin-bottom: calc(100vw * 83/375);
    padding-top: calc(100vw * 52/375);
  }
}
.section-2 .content .content-ingredient .ingredient .bubble:first-child > img {
  position: absolute;
  width: calc(100vw * 186/1440);
  height: calc(100vw * 138/1440);
  top: calc(100vw * -55/1440);
  left: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-ingredient .ingredient .bubble:first-child > img {
    width: 186px;
    height: 138px;
    top: -55px;
    left: 50px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .ingredient .bubble:first-child > img {
    width: calc(100vw * 136/375);
    height: calc(100vw * 101/375);
    top: calc(100vw * -60/375);
    left: calc(100vw * 53/375);
  }
}
.section-2 .content .content-ingredient .ingredient .bubble:nth-child(2) {
  margin-left: calc(100vw * 33/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-ingredient .ingredient .bubble:nth-child(2) {
    margin-left: 33px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .ingredient .bubble:nth-child(2) {
    margin-left: calc(100vw * 0/375);
  }
}
.section-2 .content .content-ingredient .ingredient .bubble:nth-child(2) > img {
  width: calc(100vw * 211/1440);
  height: calc(100vw * 161/1440);
  top: calc(100vw * -55/1440);
  position: absolute;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  .section-2 .content .content-ingredient .ingredient .bubble:nth-child(2) > img {
    width: 211px;
    height: 161px;
    top: -55px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .ingredient .bubble:nth-child(2) > img {
    width: calc(100vw * 154/375);
    height: calc(100vw * 118/375);
    top: calc(100vw * -60/375);
  }
}
.section-2 .content .content-ingredient .ingredient .bubble > p {
  display: block;
  color: #1D8000;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 55/1440);
  line-height: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-ingredient .ingredient .bubble > p {
    font-size: 55px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .ingredient .bubble > p {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 45/375);
  }
}
.section-2 .content .content-ingredient .ingredient .bubble > ul {
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .content-ingredient .ingredient .bubble > ul {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .content-ingredient .ingredient .bubble > ul {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
  }
}
.section-2 .content .content-ingredient .ingredient .bubble > ul > li {
  position: relative;
  padding-left: 23px;
}
.section-2 .content .content-ingredient .ingredient .bubble > ul > li > span {
  display: block;
}
.section-2 .content .content-ingredient .ingredient .bubble > ul > li::before {
  content: "";
  background-color: #76AA00;
  position: absolute;
  top: 15px;
  left: 0;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}
.section-2 .content .product-with-detail {
  margin-top: calc(100vw * -100/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .product-with-detail {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .product-with-detail {
    margin-top: calc(100vw * -50/375);
  }
}
.section-2 .content .product-with-detail .adver {
  color: #1D8000;
  border: 2px solid #76AA00;
  border-radius: 50px;
  background-color: #FFFFFF;
  text-align: center;
  margin: 0 auto;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 55/1440);
  width: calc(100vw * 768/1440);
  height: calc(100vw * 798/1440);
  padding-top: calc(100vw * 80/1440);
  margin-top: calc(100vw * 57/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .product-with-detail .adver {
    font-size: 45px;
    line-height: 55px;
    width: 768px;
    height: 798px;
    padding-top: 80px;
    margin-top: 57px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .product-with-detail .adver {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
    width: calc(100vw * 301/375);
    height: calc(100vw * 368/375);
    padding-top: calc(100vw * 35/375);
    margin-top: calc(100vw * 40/375);
  }
}
.section-2 .content .product-with-detail .adver > p {
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 55/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .product-with-detail .adver > p {
    font-size: 45px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .product-with-detail .adver > p {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
  }
}
.section-2 .content .product-with-detail .adver > img {
  width: calc(100vw * 703/1440);
  margin-top: calc(100vw * -90/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .product-with-detail .adver > img {
    width: 703px;
    margin-top: -90px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .product-with-detail .adver > img {
    width: calc(100vw * 285/375);
    margin-top: calc(100vw * -20/375);
  }
}

.product {
  text-align: center;
  color: #1D8000;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  .product {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .product {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
  }
}
.product > img {
  width: calc(100vw * 977/1440);
  margin-left: calc(100vw * -100/1440);
}
@media (min-width: 1440px) {
  .product > img {
    width: 977px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .product > img {
    width: calc(100vw * 375/375);
    margin-left: calc(100vw * -5/375);
  }
}
.product .button {
  margin-top: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  .product .button {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  .product .button {
    margin-top: calc(100vw * 15/375);
  }
}

.quote {
  text-align: center;
  margin-top: calc(100vw * 49/1440);
}
@media (min-width: 1440px) {
  .quote {
    margin-top: 49px;
  }
}
@media (max-width: 767px) {
  .quote {
    margin-top: calc(100vw * 25/375);
  }
}
.quote > img {
  width: calc(100vw * 268/1440);
}
@media (min-width: 1440px) {
  .quote > img {
    width: 268px;
  }
}
@media (max-width: 767px) {
  .quote > img {
    width: calc(100vw * 101/375);
  }
}
.quote .text {
  position: relative;
  margin-top: calc(100vw * -60/1440);
}
@media (min-width: 1440px) {
  .quote .text {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .quote .text {
    margin-top: calc(100vw * -15/375);
  }
}
.quote .text > img {
  width: calc(100vw * 1052/1440);
  margin-left: calc(100vw * -100/1440);
}
@media (min-width: 1440px) {
  .quote .text > img {
    width: 1052px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .quote .text > img {
    width: calc(100vw * 340/375);
    margin-left: calc(100vw * -40/375);
  }
}
.quote .text > div {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100vw * 110/1440);
}
@media (min-width: 1440px) {
  .quote .text > div {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .quote .text > div {
    top: calc(100vw * 45/375);
  }
}
.quote .text > div > p {
  color: #1D8000;
  font-family: "DB-Heavent-reg" !important;
}
.quote .text > div > p:first-child {
  font-size: calc(100vw * 120/1440);
  line-height: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  .quote .text > div > p:first-child {
    font-size: 120px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .quote .text > div > p:first-child {
    font-size: calc(100vw * 43/375);
    line-height: calc(100vw * 28/375);
  }
}
.quote .text > div > p:last-child {
  font-size: calc(100vw * 90/1440);
  line-height: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  .quote .text > div > p:last-child {
    font-size: 90px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .quote .text > div > p:last-child {
    font-size: calc(100vw * 33/375);
    line-height: calc(100vw * 28/375);
  }
}

.section-3 {
  overflow: hidden;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/dettol-aura//1440/09-bg-transition.jpg");
  margin-top: calc(100vw * -700/1440);
  padding-top: calc(100vw * 790/1440);
}
@media (min-width: 1440px) {
  .section-3 {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-3 {
    background-image: url("https://www.jeban.com/spotlight-item/dettol-aura//375/09-bg-transition.jpg");
  }
}
@media (min-width: 1440px) {
  .section-3 {
    margin-top: -700px;
    padding-top: 790px;
  }
}
@media (max-width: 767px) {
  .section-3 {
    margin-top: calc(100vw * -170/375);
    padding-top: calc(100vw * 190/375);
  }
}
.section-3 .quote > p {
  color: #FFFFFF;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 90/1440);
  line-height: calc(100vw * 48/1440);
}
@media (min-width: 1440px) {
  .section-3 .quote > p {
    font-size: 90px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .section-3 .quote > p {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 17/375);
  }
}
.section-3 .quote > div {
  margin-top: calc(100vw * 63/1440);
}
@media (min-width: 1440px) {
  .section-3 .quote > div {
    margin-top: 63px;
  }
}
@media (max-width: 767px) {
  .section-3 .quote > div {
    margin-top: calc(100vw * 21/375);
  }
}
.section-3 .quote > div > img {
  margin-left: calc(100vw * -100/1440);
}
@media (min-width: 1440px) {
  .section-3 .quote > div > img {
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .section-3 .quote > div > img {
    margin-left: calc(100vw * -10/375);
  }
}
.section-3 .quote > div > div {
  top: calc(100vw * 90/1440);
}
@media (min-width: 1440px) {
  .section-3 .quote > div > div {
    top: 90px;
  }
}
@media (max-width: 767px) {
  .section-3 .quote > div > div {
    top: calc(100vw * 25/375);
  }
}
.section-3 .quote > div > div > p {
  color: #FF720A;
}
.section-3 .product {
  color: #FF720A;
  margin-top: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  .section-3 .product {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-3 .product {
    margin-top: calc(100vw * 10/375);
  }
}
.section-3 .product > img {
  margin-bottom: 36px;
  margin-left: calc(100vw * -30/1440);
}
@media (min-width: 1440px) {
  .section-3 .product > img {
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .section-3 .product > img {
    margin-left: calc(100vw * -5/375);
  }
}
.section-3 .product .sub-content {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
  margin-top: calc(100vw * 21/1440);
}
@media (min-width: 1440px) {
  .section-3 .product .sub-content {
    font-size: 35px;
    line-height: 45px;
    margin-top: 21px;
  }
}
@media (max-width: 767px) {
  .section-3 .product .sub-content {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
    margin-top: calc(100vw * 12/375);
  }
}
.section-3 .how-to-use {
  text-align: center;
  position: relative;
  margin-top: calc(100vw * 55/1440);
  margin-bottom: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  .section-3 .how-to-use {
    margin-top: 55px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .section-3 .how-to-use {
    margin-top: calc(100vw * 15/375);
    margin-bottom: calc(100vw * 22/375);
  }
}
.section-3 .how-to-use::before {
  content: "";
  position: absolute;
  transform: translateX(-50%);
  top: calc(100vw * 95/1440);
  width: calc(100vw * 1870/1440);
  height: calc(100vw * 1870/1440);
  border-radius: 100%;
  background-color: #1D8000;
  z-index: 1;
}
@media (min-width: 1440px) {
  .section-3 .how-to-use::before {
    top: 95px;
    width: 1870px;
    height: 1870px;
  }
}
@media (max-width: 767px) {
  .section-3 .how-to-use::before {
    top: calc(100vw * 50/375);
    width: calc(100vw * 666/375);
    height: calc(100vw * 666/375);
  }
}
.section-3 .how-to-use > p {
  color: #1D8000;
  position: relative;
  z-index: 2;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 112/1440);
  line-height: calc(100vw * 75/1440);
  margin-bottom: calc(100vw * 16/1440);
}
@media (min-width: 1440px) {
  .section-3 .how-to-use > p {
    font-size: 112px;
    line-height: 75px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .section-3 .how-to-use > p {
    font-size: calc(100vw * 43/375);
    line-height: calc(100vw * 37/375);
    margin-bottom: calc(100vw * 5/375);
  }
}
.section-3 .how-to-use .on-bg-content {
  position: relative;
  z-index: 2;
}
.section-3 .how-to-use .on-bg-content > button {
  border: 2px solid #76AA00;
  padding: 17px 40px 17px;
  color: #1D8000;
  border-radius: calc(100vw * 50/1440);
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
  margin-top: calc(100vw * 16/1440);
  margin-bottom: calc(100vw * 46/1440);
}
@media (min-width: 1440px) {
  .section-3 .how-to-use .on-bg-content > button {
    border-radius: 50px;
    font-size: 35px;
    line-height: 45px;
    margin-top: 16px;
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  .section-3 .how-to-use .on-bg-content > button {
    border-radius: calc(100vw * 25/375);
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
    margin-top: calc(100vw * 5/375);
    margin-bottom: calc(100vw * 21/375);
  }
}
@media (max-width: 767px) {
  .section-3 .how-to-use .on-bg-content > button > span {
    display: block;
  }
}
.section-3 .how-to-use .on-bg-content > p {
  color: #FFFFFF;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80/1440);
  line-height: calc(100vw * 70/1440);
}
@media (min-width: 1440px) {
  .section-3 .how-to-use .on-bg-content > p {
    font-size: 80px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .section-3 .how-to-use .on-bg-content > p {
    font-size: calc(100vw * 39/375);
    line-height: calc(100vw * 34/375);
  }
}
.section-3 .how-to-use .on-bg-content > p:first-child {
  font-size: calc(100vw * 110/1440);
  line-height: calc(100vw * 70/1440);
}
@media (min-width: 1440px) {
  .section-3 .how-to-use .on-bg-content > p:first-child {
    font-size: 110px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .section-3 .how-to-use .on-bg-content > p:first-child {
    font-size: calc(100vw * 54/375);
    line-height: calc(100vw * 34/375);
  }
}
.section-3 .how-to-use .on-bg-content > p:last-child {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  .section-3 .how-to-use .on-bg-content > p:last-child {
    font-size: 45px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-3 .how-to-use .on-bg-content > p:last-child {
    font-size: calc(100vw * 22/375);
    line-height: calc(100vw * 20/375);
  }
}