.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: white;
  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;
  }
}
.section-1 {
  position: relative;
}
.section-1 .bg > img {
  width: 100%;
}
.section-1 .content {
  text-align: center;
  color: #0F6B46;
  font-family: "DB-Heavent-li" !important;
  position: absolute;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 58/1440);
  top: calc(100vw * 46/1440);
  left: calc(100vw * 140/1440);
}
@media (min-width: 1440px) {
  .section-1 .content {
    font-size: 50px;
    line-height: 58px;
    top: 46px;
    left: 140px;
  }
}
@media (max-width: 767px) {
  .section-1 .content {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 58/375);
    top: calc(100vw * 16/375);
    left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-1 .content {
    right: 0;
  }
}
.section-1 .content > img {
  width: calc(100vw * 363/1440);
  margin-bottom: calc(100vw * 8/1440);
}
@media (min-width: 1440px) {
  .section-1 .content > img {
    width: 363px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .section-1 .content > img {
    width: calc(100vw * 130/375);
    margin-bottom: calc(100vw * 3.4/375);
  }
}
.section-1 .content .title {
  font-family: "DB-Heavent-cond" !important;
  font-weight: bold;
  color: #8DC63F;
  font-size: calc(100vw * 104/1440);
  line-height: calc(100vw * 92/1440);
}
@media (min-width: 1440px) {
  .section-1 .content .title {
    font-size: 104px;
    line-height: 92px;
  }
}
@media (max-width: 767px) {
  .section-1 .content .title {
    font-size: calc(100vw * 60/375);
    line-height: calc(100vw * 56/375);
  }
}
.section-1 .content .sub-title {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 66/1440);
  line-height: calc(100vw * 58/1440);
}
@media (min-width: 1440px) {
  .section-1 .content .sub-title {
    font-size: 66px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .section-1 .content .sub-title {
    font-size: calc(100vw * 36/375);
    line-height: calc(100vw * 32/375);
  }
}

.section-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/smooth-e-cream/1440/bg-middle.jpg");
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  .section-2 {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-2 {
    background-image: url("https://www.jeban.com/spotlight-item/smooth-e-cream/375/bg-middle.jpg");
  }
}
@media (min-width: 1440px) {
  .section-2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-2 {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
  }
}
.section-2 > .title {
  border-radius: 61px;
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #8DC63F;
  background-color: white;
  padding-top: calc(100vw * 73/1440);
  padding-bottom: calc(100vw * 73/1440);
  padding-left: calc(100vw * 110/1440);
  padding-right: calc(100vw * 110/1440);
  margin-left: calc(100vw * 370/1440);
}
@media (max-width: 767px) {
  .section-2 > .title {
    border-radius: 35px;
  }
}
@media (min-width: 1440px) {
  .section-2 > .title {
    padding-top: 73px;
    padding-bottom: 73px;
    padding-left: 110px;
    padding-right: 110px;
    margin-left: 370px;
  }
}
@media (max-width: 767px) {
  .section-2 > .title {
    padding-top: calc(100vw * 43/375);
    padding-bottom: calc(100vw * 43/375);
    padding-left: calc(100vw * 34.5/375);
    padding-right: calc(100vw * 34.5/375);
    margin-left: calc(100vw * 34.5/375);
  }
}
.section-2 > .title .element > * {
  position: absolute;
}
.section-2 > .title .element .element-1 {
  opacity: 0.15;
  width: calc(100vw * 44.52/1440);
  top: calc(100vw * 180/1440);
  left: calc(100vw * -320/1440);
}
@media (min-width: 1440px) {
  .section-2 > .title .element .element-1 {
    width: 44.52px;
    top: 180px;
    left: -320px;
  }
}
@media (max-width: 767px) {
  .section-2 > .title .element .element-1 {
    width: calc(100vw * 30.78/375);
    top: calc(100vw * -50/375);
    left: calc(100vw * 10/375);
  }
}
.section-2 > .title .element .element-2 {
  width: calc(100vw * 106.75/1440);
  top: calc(100vw * 310/1440);
  left: calc(100vw * -200/1440);
}
@media (min-width: 1440px) {
  .section-2 > .title .element .element-2 {
    width: 106.75px;
    top: 310px;
    left: -200px;
  }
}
@media (max-width: 767px) {
  .section-2 > .title .element .element-2 {
    width: calc(100vw * 106.75/375);
    top: calc(100vw * 0/375);
    left: calc(100vw * 0/375);
  }
}
.section-2 > .title .element .element-3 {
  width: calc(100vw * 70/1440);
  top: calc(100vw * 90/1440);
  left: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  .section-2 > .title .element .element-3 {
    width: 70px;
    top: 90px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .section-2 > .title .element .element-3 {
    width: calc(100vw * 33.13/375);
    top: calc(100vw * 135/375);
    left: calc(100vw * 12/375);
  }
}
.section-2 > .title .element .element-4 {
  width: calc(100vw * 164/1440);
  top: calc(100vw * 105/1440);
  right: calc(100vw * -80/1440);
}
@media (min-width: 1440px) {
  .section-2 > .title .element .element-4 {
    width: 164px;
    top: 105px;
    right: -80px;
  }
}
@media (max-width: 767px) {
  .section-2 > .title .element .element-4 {
    width: calc(100vw * 53.5/375);
    top: calc(100vw * -30/375);
    right: calc(100vw * 45/375);
  }
}
.section-2 > .title .element .element-5 {
  opacity: 0.42;
  width: calc(100vw * 67/1440);
  top: calc(100vw * 280/1440);
  right: calc(100vw * -280/1440);
}
@media (min-width: 1440px) {
  .section-2 > .title .element .element-5 {
    width: 67px;
    top: 280px;
    right: -280px;
  }
}
@media (max-width: 767px) {
  .section-2 > .title .element .element-5 {
    width: calc(100vw * 33.5/375);
    top: calc(100vw * 220/375);
    right: calc(100vw * -18/375);
  }
}
.section-2 .ingredient {
  text-align: center;
}
.section-2 .ingredient .pre {
  margin-top: calc(100vw * 30/1440);
  margin-bottom: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .section-2 .ingredient .pre {
    margin-top: 30px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section-2 .ingredient .pre {
    margin-top: calc(100vw * 0/375);
    margin-bottom: calc(100vw * 30/375);
  }
}
.section-2 .ingredient .pre > p.title {
  color: #8DC63F;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 55/1440);
  padding-bottom: calc(100vw * 15/1440);
}
@media (min-width: 1440px) {
  .section-2 .ingredient .pre > p.title {
    font-size: 60px;
    line-height: 55px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section-2 .ingredient .pre > p.title {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 55/375);
    padding-bottom: calc(100vw * 0/375);
  }
}
.section-2 .ingredient .pre > img {
  width: calc(100vw * 363/1440);
  margin-bottom: calc(100vw * 32/1440);
  margin-top: calc(100vw * 54/1440);
}
@media (min-width: 1440px) {
  .section-2 .ingredient .pre > img {
    width: 363px;
    margin-bottom: 32px;
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .section-2 .ingredient .pre > img {
    width: calc(100vw * 187/375);
    margin-bottom: calc(100vw * 10/375);
    margin-top: calc(100vw * 33/375);
  }
}
.section-2 .ingredient .head {
  color: #8DC63F;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80/1440);
  line-height: calc(100vw * 85/1440);
}
@media (min-width: 1440px) {
  .section-2 .ingredient .head {
    font-size: 80px;
    line-height: 85px;
  }
}
@media (max-width: 767px) {
  .section-2 .ingredient .head {
    font-size: calc(100vw * 42/375);
    line-height: calc(100vw * 45/375);
  }
}
.section-2 .ingredient .ingredient-img {
  width: calc(100vw * 982/1440);
  margin-top: calc(100vw * 30/1440);
  margin-bottom: calc(100vw * 59/1440);
}
@media (min-width: 1440px) {
  .section-2 .ingredient .ingredient-img {
    width: 982px;
    margin-top: 30px;
    margin-bottom: 59px;
  }
}
@media (max-width: 767px) {
  .section-2 .ingredient .ingredient-img {
    width: calc(100vw * 302/375);
    margin-top: calc(100vw * 13/375);
    margin-bottom: calc(100vw * 22/375);
  }
}
.section-2 .ingredient .post {
  display: inline-block;
  border: 1px solid #8DC63F;
  background-color: rgba(141, 198, 63, 0.1);
  border-radius: 61px;
  padding-left: calc(100vw * 79/1440);
  padding-right: calc(100vw * 79/1440);
  padding-top: calc(100vw * 38/1440);
  padding-bottom: calc(100vw * 38/1440);
}
@media (max-width: 767px) {
  .section-2 .ingredient .post {
    border-radius: 35px;
  }
}
@media (min-width: 1440px) {
  .section-2 .ingredient .post {
    padding-left: 79px;
    padding-right: 79px;
    padding-top: 38px;
    padding-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .section-2 .ingredient .post {
    padding-left: calc(100vw * 21/375);
    padding-right: calc(100vw * 21/375);
    padding-top: calc(100vw * 16/375);
    padding-bottom: calc(100vw * 16/375);
  }
}
.section-2 .ingredient .post > p:first-child {
  font-family: "DB-Heavent-reg" !important;
  font-weight: bold;
}
.section-2 .bubble {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 40/1440);
  margin-top: calc(100vw * 74/1440);
  text-align: center;
}
@media (min-width: 1440px) {
  .section-2 .bubble {
    font-size: 35px;
    line-height: 40px;
    margin-top: 74px;
  }
}
@media (max-width: 767px) {
  .section-2 .bubble {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
    margin-top: calc(100vw * 20/375);
  }
}
.section-2 .bubble > div {
  position: relative;
}
.section-2 .bubble > div div[class*=bubble] {
  text-align: left;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(100vw * 425/1440);
  height: calc(100vw * 428/1440);
  background-color: #FFFFFF;
  background-image: url("https://www.jeban.com/spotlight-item/smooth-e-cream/1440/bg-bubble.png");
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain !important;
}
@media (min-width: 1440px) {
  .section-2 .bubble > div div[class*=bubble] {
    width: 425px;
    height: 428px;
  }
}
@media (max-width: 767px) {
  .section-2 .bubble > div div[class*=bubble] {
    width: calc(100vw * 234.21/375);
    height: calc(100vw * 234.21/375);
  }
}
@media (min-width: 1440px) {
  .section-2 .bubble > div div[class*=bubble] {
    background-size: 1440px auto;
  }
}
.section-2 .bubble > div div[class*=bubble] > p:first-child {
  font-family: "DB-Heavent-reg" !important;
  color: #0F6B46;
}
.section-2 .bubble > div div[class*=bubble].bubble-1 {
  margin-left: calc(100vw * -340/1440);
}
@media (min-width: 1440px) {
  .section-2 .bubble > div div[class*=bubble].bubble-1 {
    margin-left: -340px;
  }
}
@media (max-width: 767px) {
  .section-2 .bubble > div div[class*=bubble].bubble-1 {
    margin-left: calc(100vw * -100/375);
  }
}
.section-2 .bubble > div div[class*=bubble].bubble-2 {
  width: calc(100vw * 332/1440);
  height: calc(100vw * 334/1440);
  margin-top: calc(100vw * -100/1440);
  margin-right: calc(100vw * -310/1440);
}
.section-2 .bubble > div div[class*=bubble].bubble-2 > p:first-child {
  width: calc(100vw * 270/1440);
}
@media (min-width: 1440px) {
  .section-2 .bubble > div div[class*=bubble].bubble-2 > p:first-child {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .section-2 .bubble > div div[class*=bubble].bubble-2 > p:first-child {
    width: calc(100vw * 120/375);
  }
}
@media (min-width: 1440px) {
  .section-2 .bubble > div div[class*=bubble].bubble-2 {
    width: 332px;
    height: 334px;
    margin-top: -100px;
    margin-right: -310px;
  }
}
@media (max-width: 767px) {
  .section-2 .bubble > div div[class*=bubble].bubble-2 {
    width: calc(100vw * 202.21/375);
    height: calc(100vw * 201.73/375);
    margin-top: calc(100vw * 0/375);
    margin-right: calc(100vw * -110/375);
  }
}
.section-2 .bubble > div div[class*=bubble].bubble-3 {
  width: calc(100vw * 229/1440);
  height: calc(100vw * 230/1440);
  margin-top: calc(100vw * -130/1440);
  margin-left: calc(100vw * -310/1440);
}
@media (min-width: 1440px) {
  .section-2 .bubble > div div[class*=bubble].bubble-3 {
    width: 229px;
    height: 230px;
    margin-top: -130px;
    margin-left: -310px;
  }
}
@media (max-width: 767px) {
  .section-2 .bubble > div div[class*=bubble].bubble-3 {
    width: calc(100vw * 91.74/375);
    height: calc(100vw * 91.61/375);
    margin-top: calc(100vw * 0/375);
    margin-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-2 .bubble > div div[class*=bubble].bubble-3 {
    position: absolute;
    bottom: calc(100vw * 0/1440);
    left: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-2 .bubble > div div[class*=bubble].bubble-3 {
    bottom: 0px;
    left: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-2 .bubble > div div[class*=bubble].bubble-3 {
    bottom: calc(100vw * 90/375);
    left: calc(100vw * 20/375);
  }
}
.section-2 .bubble > div div[class*=bubble].bubble-4 {
  position: absolute;
  transform: rotate(240deg);
  width: calc(100vw * 99/1440);
  height: calc(100vw * 99/1440);
  top: calc(100vw * 60/1440);
  right: calc(100vw * 450/1440);
}
@media (min-width: 1440px) {
  .section-2 .bubble > div div[class*=bubble].bubble-4 {
    width: 99px;
    height: 99px;
    top: 60px;
    right: 450px;
  }
}
@media (max-width: 767px) {
  .section-2 .bubble > div div[class*=bubble].bubble-4 {
    width: calc(100vw * 35.87/375);
    height: calc(100vw * 35.25/375);
    top: calc(100vw * 120/375);
    right: calc(100vw * 30/375);
  }
}
.section-2 .quote {
  font-family: "DB-Heavent-reg" !important;
  color: #8DC63F;
  text-align: center;
  font-size: calc(100vw * 92/1440);
  line-height: calc(100vw * 78/1440);
  margin-top: calc(100vw * 40/1440);
  margin-bottom: calc(100vw * 38/1440);
}
@media (min-width: 1440px) {
  .section-2 .quote {
    font-size: 92px;
    line-height: 78px;
    margin-top: 40px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .section-2 .quote {
    font-size: calc(100vw * 42/375);
    line-height: calc(100vw * 47/375);
    margin-top: calc(100vw * 20/375);
    margin-bottom: calc(100vw * 24/375);
  }
}
.section-2 .quote .brand {
  border-radius: 61px;
  border: 1px solid #8DC63F;
  background-color: rgba(141, 198, 63, 0.1);
  display: inline-flex;
  align-items: center;
  padding-left: calc(100vw * 37.3/1440);
  padding-right: calc(100vw * 52/1440);
  padding-top: calc(100vw * 12.1/1440);
  padding-bottom: calc(100vw * 25.9/1440);
  margin-top: calc(100vw * 24/1440);
}
@media (max-width: 767px) {
  .section-2 .quote .brand {
    border-radius: 35px;
  }
}
@media (min-width: 1440px) {
  .section-2 .quote .brand {
    padding-left: 37.3px;
    padding-right: 52px;
    padding-top: 12.1px;
    padding-bottom: 25.9px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .section-2 .quote .brand {
    padding-left: calc(100vw * 22.6/375);
    padding-right: calc(100vw * 33.9/375);
    padding-top: calc(100vw * 10.3/375);
    padding-bottom: calc(100vw * 13.5/375);
    margin-top: calc(100vw * 4/375);
  }
}
.section-2 .quote .brand > div > img {
  width: calc(100vw * 106.49/1440);
}
@media (min-width: 1440px) {
  .section-2 .quote .brand > div > img {
    width: 106.49px;
  }
}
@media (max-width: 767px) {
  .section-2 .quote .brand > div > img {
    width: calc(100vw * 64.59/375);
  }
}
.section-2 .quote .brand > div > p {
  font-size: calc(100vw * 80/1440);
  line-height: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  .section-2 .quote .brand > div > p {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .section-2 .quote .brand > div > p {
    font-size: calc(100vw * 42/375);
    line-height: calc(100vw * 40/375);
  }
}
.section-2 .quote .brand > div > hr {
  margin: 0;
  border-top: 2px solid #8DC63F;
}
.section-2 .quote .brand > div:last-child {
  margin-left: calc(100vw * 16.3/1440);
}
@media (min-width: 1440px) {
  .section-2 .quote .brand > div:last-child {
    margin-left: 16.3px;
  }
}
@media (max-width: 767px) {
  .section-2 .quote .brand > div:last-child {
    margin-left: calc(100vw * 10/375);
  }
}
.section-2 .quote > p > span {
  font-weight: bold;
  font-size: calc(100vw * 207/1440);
  line-height: calc(100vw * 175/1440);
  margin-left: calc(100vw * -30/1440);
}
@media (min-width: 1440px) {
  .section-2 .quote > p > span {
    font-size: 207px;
    line-height: 175px;
    margin-left: -30px;
  }
}
@media (max-width: 767px) {
  .section-2 .quote > p > span {
    font-size: calc(100vw * 106/375);
    line-height: calc(100vw * 90/375);
    margin-left: calc(100vw * -10/375);
  }
}
.section-2 .quote > span {
  font-family: "DB-Heavent-li" !important;
  display: block;
  color: #767676;
  font-size: calc(100vw * 28/1440);
  line-height: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  .section-2 .quote > span {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-2 .quote > span {
    font-size: calc(100vw * 18/375);
    line-height: calc(100vw * 40/375);
  }
}
@media (max-width: 767px) {
  .section-2 .quote > span {
    margin-top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-2 .quote > span {
    margin-top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-2 .quote > span {
    margin-top: calc(100vw * -10/375);
  }
}
.section-2 .price {
  display: inline-flex;
  margin: 0 auto;
  padding-top: calc(100vw * 52/1440);
  padding-bottom: calc(100vw * 77/1440);
  margin-left: calc(100vw * 250/1440);
}
@media (min-width: 1440px) {
  .section-2 .price {
    padding-top: 52px;
    padding-bottom: 77px;
    margin-left: 250px;
  }
}
@media (max-width: 767px) {
  .section-2 .price {
    padding-top: calc(100vw * 16/375);
    padding-bottom: calc(100vw * 77/375);
    margin-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-2 .price {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section-2 .price .product > img {
  height: calc(100vw * 1036/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-2 .price .product > img {
    height: 1036px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-2 .price .product > img {
    height: calc(100vw * 412/375);
    margin-left: calc(100vw * -50/375);
  }
}
.section-2 .price > .content {
  text-align: center;
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 40/1440);
  margin-left: calc(100vw * 16/1440);
}
@media (min-width: 1440px) {
  .section-2 .price > .content {
    font-size: 35px;
    line-height: 40px;
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  .section-2 .price > .content {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
    margin-left: calc(100vw * 0/375);
  }
}
.section-2 .price > .content .price-detail {
  margin-bottom: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  .section-2 .price > .content .price-detail {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-2 .price > .content .price-detail {
    margin-bottom: calc(100vw * 30/375);
  }
}
.section-2 .price > .content .price-detail .title {
  font-family: "DB-Heavent-reg" !important;
  color: #0F6B46;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  .section-2 .price > .content .price-detail .title {
    font-size: 45px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-2 .price > .content .price-detail .title {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 28/375);
  }
}
.section-2 .price > .content .box {
  border: 1px solid #8DC63F;
  background-color: #FFFFFF;
  border-radius: 61px;
  text-align: left;
  position: relative;
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 40/1440);
  padding-top: calc(100vw * 49/1440);
  padding-bottom: calc(100vw * 49/1440);
  padding-left: calc(100vw * 40/1440);
  padding-right: calc(100vw * 30/1440);
  margin-left: calc(100vw * 8/1440);
  margin-right: calc(100vw * 8/1440);
  margin-top: calc(100vw * 60/1440);
  margin-bottom: calc(100vw * 8/1440);
  width: calc(100vw * 474/1440);
}
@media (max-width: 767px) {
  .section-2 .price > .content .box {
    border-radius: 35px;
  }
}
@media (min-width: 1440px) {
  .section-2 .price > .content .box {
    font-size: 35px;
    line-height: 40px;
    padding-top: 49px;
    padding-bottom: 49px;
    padding-left: 40px;
    padding-right: 30px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 60px;
    margin-bottom: 8px;
    width: 474px;
  }
}
@media (max-width: 767px) {
  .section-2 .price > .content .box {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
    padding-top: calc(100vw * 24/375);
    padding-bottom: calc(100vw * 24/375);
    padding-left: calc(100vw * 17/375);
    padding-right: calc(100vw * 17/375);
    margin-left: calc(100vw * 0/375);
    margin-right: calc(100vw * 0/375);
    margin-top: calc(100vw * 13/375);
    margin-bottom: calc(100vw * 13/375);
    width: calc(100vw * 302/375);
  }
}
.section-2 .price > .content .box button {
  border: 1px solid #8DC63F;
  color: #8DC63F;
  background-color: #FFFFFF;
  border-radius: 27px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 40/1440);
  padding-left: calc(100vw * 54/1440);
  padding-right: calc(100vw * 54/1440);
  padding-top: calc(100vw * 3/1440);
  padding-top: calc(100vw * 3/1440);
  bottom: calc(100vw * -20/1440);
}
@media (min-width: 1440px) {
  .section-2 .price > .content .box button {
    font-size: 35px;
    line-height: 40px;
    padding-left: 54px;
    padding-right: 54px;
    padding-top: 3px;
    padding-top: 3px;
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .section-2 .price > .content .box button {
    font-size: calc(100vw * 20/375);
    line-height: calc(100vw * 22/375);
    padding-left: calc(100vw * 30/375);
    padding-right: calc(100vw * 30/375);
    padding-top: calc(100vw * 1.2/375);
    padding-top: calc(100vw * 1.2/375);
    bottom: calc(100vw * -20/375);
  }
}
.section-2 .price > .content .box .content {
  display: flex;
  margin-top: calc(100vw * 8/1440);
  margin-bottom: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  .section-2 .price > .content .box .content {
    margin-top: 8px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-2 .price > .content .box .content {
    margin-top: calc(100vw * 12/375);
    margin-bottom: calc(100vw * 12/375);
  }
}
.section-2 .price > .content .box .content .icon {
  width: calc(100vw * 15/1440);
  margin-right: calc(100vw * 12/1440);
}
@media (min-width: 1440px) {
  .section-2 .price > .content .box .content .icon {
    width: 15px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .section-2 .price > .content .box .content .icon {
    width: calc(100vw * 15/375);
    margin-right: calc(100vw * 12/375);
  }
}

.section-4 {
  padding-top: calc(100vw * 80/1440);
  padding-bottom: calc(100vw * 57.6/1440);
}
@media (min-width: 1440px) {
  .section-4 {
    padding-top: 80px;
    padding-bottom: 57.6px;
  }
}
@media (max-width: 767px) {
  .section-4 {
    padding-top: calc(100vw * 40.8/375);
    padding-bottom: calc(100vw * 29/375);
  }
}
.section-4 .title {
  text-align: center;
  color: #8DC63F;
  font-family: "DB-Heavent-reg" !important;
  position: relative;
  display: table;
  margin: 0 auto;
}
.section-4 .title > p {
  font-size: calc(100vw * 92/1440);
  line-height: calc(100vw * 78/1440);
}
@media (min-width: 1440px) {
  .section-4 .title > p {
    font-size: 92px;
    line-height: 78px;
  }
}
@media (max-width: 767px) {
  .section-4 .title > p {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 40/375);
  }
}
.section-4 .title > p:first-child {
  font-size: calc(100vw * 120/1440);
  line-height: calc(100vw * 78/1440);
}
@media (min-width: 1440px) {
  .section-4 .title > p:first-child {
    font-size: 120px;
    line-height: 78px;
  }
}
@media (max-width: 767px) {
  .section-4 .title > p:first-child {
    font-size: calc(100vw * 70/375);
    line-height: calc(100vw * 40/375);
  }
}
.section-4 .title .element > * {
  position: absolute;
}
.section-4 .title .element .element-1 {
  opacity: 0.12;
  width: calc(100vw * 119.03/1440);
  top: calc(100vw * 50/1440);
  left: calc(100vw * -165/1440);
}
@media (min-width: 1440px) {
  .section-4 .title .element .element-1 {
    width: 119.03px;
    top: 50px;
    left: -165px;
  }
}
@media (max-width: 767px) {
  .section-4 .title .element .element-1 {
    width: calc(100vw * 70/375);
    top: calc(100vw * 0/375);
    left: calc(100vw * 0/375);
  }
}
.section-4 .title .element .element-2 {
  opacity: 0.55;
  width: calc(100vw * 43.82/1440);
  top: calc(100vw * 35/1440);
  left: calc(100vw * 130/1440);
}
@media (min-width: 1440px) {
  .section-4 .title .element .element-2 {
    width: 43.82px;
    top: 35px;
    left: 130px;
  }
}
@media (max-width: 767px) {
  .section-4 .title .element .element-2 {
    width: calc(100vw * 25.72/375);
    top: calc(100vw * 15/375);
    left: calc(100vw * 50/375);
  }
}
.section-4 .title .element .element-3 {
  opacity: 0.36;
  width: calc(100vw * 66/1440);
  top: calc(100vw * -35/1440);
  right: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .section-4 .title .element .element-3 {
    width: 66px;
    top: -35px;
    right: 100px;
  }
}
@media (max-width: 767px) {
  .section-4 .title .element .element-3 {
    width: calc(100vw * 38.75/375);
    top: calc(100vw * -20/375);
    right: calc(100vw * 30/375);
  }
}
.section-4 .title .element .element-4 {
  opacity: 0.26;
  width: calc(100vw * 49.47/1440);
  top: calc(100vw * 35/1440);
  right: calc(100vw * -93.5/1440);
}
@media (min-width: 1440px) {
  .section-4 .title .element .element-4 {
    width: 49.47px;
    top: 35px;
    right: -93.5px;
  }
}
@media (max-width: 767px) {
  .section-4 .title .element .element-4 {
    width: calc(100vw * 70/375);
    top: calc(100vw * 0/375);
    right: calc(100vw * 0/375);
  }
}
.section-4 .content {
  margin-top: calc(100vw * 80/1440);
  margin-bottom: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  .section-4 .content {
    margin-top: 80px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-4 .content {
    margin-top: calc(100vw * 15/375);
    margin-bottom: calc(100vw * 0/375);
  }
}
.section-4 .list {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .section-4 .list {
    flex-direction: column;
  }
}
.section-4 .icon-list {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: calc(100vw * 572/1440);
  margin-left: calc(100vw * 8/1440);
  margin-right: calc(100vw * 8/1440);
  margin-top: calc(100vw * 8/1440);
  margin-bottom: calc(100vw * 8/1440);
}
@media (min-width: 1440px) {
  .section-4 .icon-list {
    width: 572px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .section-4 .icon-list {
    width: calc(100vw * 302/375);
    margin-left: calc(100vw * 8/375);
    margin-right: calc(100vw * 8/375);
    margin-top: calc(100vw * 8/375);
    margin-bottom: calc(100vw * 8/375);
  }
}
.section-4 .icon-list > span:nth-child(1) > img {
  width: calc(100vw * 143.63/1440);
}
@media (min-width: 1440px) {
  .section-4 .icon-list > span:nth-child(1) > img {
    width: 143.63px;
  }
}
@media (max-width: 767px) {
  .section-4 .icon-list > span:nth-child(1) > img {
    width: calc(100vw * 81.87/375);
  }
}
.section-4 .icon-list > span:nth-child(2) > img {
  width: calc(100vw * 124.9/1440);
  margin-bottom: calc(100vw * -5/1440);
}
@media (min-width: 1440px) {
  .section-4 .icon-list > span:nth-child(2) > img {
    width: 124.9px;
    margin-bottom: -5px;
  }
}
@media (max-width: 767px) {
  .section-4 .icon-list > span:nth-child(2) > img {
    width: calc(100vw * 71.19/375);
    margin-bottom: calc(100vw * -5/375);
  }
}
.section-4 .icon-list > span:nth-child(3) > img {
  width: calc(100vw * 174.86/1440);
}
@media (min-width: 1440px) {
  .section-4 .icon-list > span:nth-child(3) > img {
    width: 174.86px;
  }
}
@media (max-width: 767px) {
  .section-4 .icon-list > span:nth-child(3) > img {
    width: calc(100vw * 99.66/375);
  }
}
.section-4 .box {
  display: flex;
  border: 1px solid #8DC63F;
  background-color: rgba(141, 198, 63, 0.1);
  border-radius: 61px;
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 40/1440);
  padding-top: calc(100vw * 49/1440);
  padding-bottom: calc(100vw * 49/1440);
  padding-left: calc(100vw * 58/1440);
  padding-right: calc(100vw * 58/1440);
  margin-left: calc(100vw * 8/1440);
  margin-right: calc(100vw * 8/1440);
  margin-top: calc(100vw * 8/1440);
  margin-bottom: calc(100vw * 8/1440);
  width: calc(100vw * 572/1440);
}
@media (max-width: 767px) {
  .section-4 .box {
    border-radius: 35px;
  }
}
@media (min-width: 1440px) {
  .section-4 .box {
    font-size: 35px;
    line-height: 40px;
    padding-top: 49px;
    padding-bottom: 49px;
    padding-left: 58px;
    padding-right: 58px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 572px;
  }
}
@media (max-width: 767px) {
  .section-4 .box {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
    padding-top: calc(100vw * 24/375);
    padding-bottom: calc(100vw * 24/375);
    padding-left: calc(100vw * 17/375);
    padding-right: calc(100vw * 17/375);
    margin-left: calc(100vw * 0/375);
    margin-right: calc(100vw * 0/375);
    margin-top: calc(100vw * 13/375);
    margin-bottom: calc(100vw * 13/375);
    width: calc(100vw * 302/375);
  }
}
.section-4 .box .icon {
  width: calc(100vw * 15/1440);
  margin-right: calc(100vw * 12/1440);
}
@media (min-width: 1440px) {
  .section-4 .box .icon {
    width: 15px;
    margin-right: 12px;
  }
}
@media (max-width: 767px) {
  .section-4 .box .icon {
    width: calc(100vw * 15/375);
    margin-right: calc(100vw * 12/375);
  }
}
.section-4 .box > div .head {
  font-family: "DB-Heavent-reg" !important;
  color: #0F6B46;
}

.section-5 .title {
  text-align: center;
  background-color: #8DC63F;
  padding-top: calc(100vw * 45/1440);
  padding-bottom: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .section-5 .title {
    padding-top: 45px;
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .section-5 .title {
    padding-top: calc(100vw * 45/375);
    padding-bottom: calc(100vw * 60/375);
  }
}
.section-5 .title > p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 50/1440);
  color: #0F6B46;
}
@media (min-width: 1440px) {
  .section-5 .title > p {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-5 .title > p {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 35/375);
  }
}
.section-5 .title > p:first-child {
  font-size: calc(100vw * 90/1440);
  line-height: calc(100vw * 78/1440);
  color: #FFFFFF;
}
@media (min-width: 1440px) {
  .section-5 .title > p:first-child {
    font-size: 90px;
    line-height: 78px;
  }
}
@media (max-width: 767px) {
  .section-5 .title > p:first-child {
    font-size: calc(100vw * 60/375);
    line-height: calc(100vw * 45/375);
  }
}
@media (max-width: 767px) {
  .section-5 .title > p > span {
    display: block;
    font-size: calc(100vw * 41/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-5 .title > p > span {
    font-size: 41px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-5 .title > p > span {
    font-size: calc(100vw * 41/375);
  }
}
.section-5 .title button {
  font-family: "DB-Heavent-li" !important;
  font-weight: bold;
  margin-top: calc(100vw * 21/1440);
  padding-left: calc(100vw * 34/1440);
  padding-right: calc(100vw * 34/1440);
  font-size: calc(100vw * 34/1440);
  line-height: calc(100vw * 40/1440);
  background-color: #FFFFFF;
  border: 1px solid #8DC63F;
  color: #0F6B46;
  border-radius: 27px;
}
@media (min-width: 1440px) {
  .section-5 .title button {
    margin-top: 21px;
    padding-left: 34px;
    padding-right: 34px;
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-5 .title button {
    margin-top: calc(100vw * 19/375);
    padding-left: calc(100vw * 32/375);
    padding-right: calc(100vw * 32/375);
    font-size: calc(100vw * 28/375);
    line-height: calc(100vw * 32/375);
  }
}
.section-5 > img {
  width: calc(100vw * 846/1440);
  margin-top: calc(100vw * -100/1440);
  margin-left: calc(100vw * 360/1440);
}
@media (min-width: 1440px) {
  .section-5 > img {
    width: 846px;
    margin-top: -100px;
    margin-left: 360px;
  }
}
@media (max-width: 767px) {
  .section-5 > img {
    width: calc(100vw * 287/375);
    margin-top: calc(100vw * -60/375);
    margin-left: calc(100vw * 60/375);
  }
}
.section-5 .content {
  margin-bottom: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  .section-5 .content {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .section-5 .content {
    margin-bottom: calc(100vw * 18/375);
  }
}
.section-5 .content > p {
  text-align: center;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  .section-5 .content > p {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-5 .content > p {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
  }
}
.section-5 .content > p > span {
  display: block;
}
.section-5 .content > p:first-child {
  line-height: 78px;
  color: #8DC63F;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 90/1440);
}
@media (min-width: 1440px) {
  .section-5 .content > p:first-child {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  .section-5 .content > p:first-child {
    font-size: calc(100vw * 42/375);
  }
}