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

.pantene-wrapper {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/bg-pantene.jpg");
  background-size: 100% auto !important;
  color: #364E74;
}
@media (min-width: 1440px) {
  .pantene-wrapper {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/bg-pantene.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper {
    background-size: 1440px auto !important;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper {
    background-image: url('https://www.jeban.com/spotlight-item/pantene-micellar/bg-pantene-xs.jpg');
  }
}
.pantene-wrapper .cover .wrapper {
  width: calc(100vw * 560/1440);
  margin-right: calc(100vw * 110/1440);
  padding-top: calc(100vw * 215/1440);
  margin-left: auto;
  text-align: center;
}
@media (min-width: 1440px) {
  .pantene-wrapper .cover .wrapper {
    width: 560px;
    margin-right: 110px;
    padding-top: 215px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper .cover .wrapper {
    width: calc(100vw * 375/375);
    margin-right: calc(100vw * 0/375);
    padding-top: calc(100vw * 410/375);
  }
}
@media (max-width: 767px) {
  .pantene-wrapper .cover .wrapper {
    margin-left: 0;
  }
}
.pantene-wrapper .cover .wrapper .logo {
  width: calc(100vw * 548/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper .cover .wrapper .logo {
    width: 548px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper .cover .wrapper .logo {
    width: calc(100vw * 255/375);
  }
}
.pantene-wrapper .cover .wrapper h1, .pantene-wrapper .cover .wrapper h2, .pantene-wrapper .cover .wrapper h3 {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
  line-height: 1;
}
.pantene-wrapper .cover .wrapper h1 {
  font-size: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper .cover .wrapper h1 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper .cover .wrapper h1 {
    font-size: calc(100vw * 40/375);
  }
}
.pantene-wrapper .cover .wrapper h2 {
  font-size: calc(100vw * 102/1440);
  margin-top: calc(100vw * 90/1440);
  margin-bottom: calc(100vw * 72/1440);
  line-height: 0.85;
  color: black;
  position: relative;
}
@media (min-width: 1440px) {
  .pantene-wrapper .cover .wrapper h2 {
    font-size: 102px;
    margin-top: 90px;
    margin-bottom: 72px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper .cover .wrapper h2 {
    font-size: calc(100vw * 61/375);
    margin-top: calc(100vw * 210/375);
    margin-bottom: calc(100vw * 25/375);
  }
}
.pantene-wrapper .cover .wrapper h2:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-detox-bf.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -640/1440);
  top: calc(100vw * 310/1440);
  width: calc(100vw * 530/1440);
  height: calc(100vw * 500/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper .cover .wrapper h2:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-detox-bf.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper .cover .wrapper h2:before {
    left: -640px;
    top: 310px;
    width: 530px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper .cover .wrapper h2:before {
    left: calc(100vw * 65/375);
    top: calc(100vw * -210/375);
    width: calc(100vw * 217/375);
    height: calc(100vw * 205/375);
  }
}
.pantene-wrapper .cover .wrapper h3 {
  font-size: calc(100vw * 60/1440);
  color: #4D6FA4;
}
@media (min-width: 1440px) {
  .pantene-wrapper .cover .wrapper h3 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper .cover .wrapper h3 {
    font-size: calc(100vw * 25/375);
  }
}
.pantene-wrapper .cover .wrapper p {
  font-size: calc(100vw * 35/1440);
  padding-bottom: calc(100vw * 40/1440);
  line-height: 1.3;
  font-family: "DB-Heavent-li" !important;
}
@media (min-width: 1440px) {
  .pantene-wrapper .cover .wrapper p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper .cover .wrapper p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper .cover .wrapper p {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper .cover .wrapper p {
    padding-bottom: calc(100vw * 25/375);
  }
}
.pantene-wrapper #sec-1 {
  text-align: center;
  padding-top: calc(100vw * 70/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-1 {
    padding-top: 70px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-1 {
    padding-top: calc(100vw * 75/375);
  }
}
.pantene-wrapper #sec-1 .logo {
  width: calc(100vw * 400/1440);
  margin-bottom: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-1 .logo {
    width: 400px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-1 .logo {
    width: calc(100vw * 210/375);
    margin-bottom: calc(100vw * 40/375);
  }
}
.pantene-wrapper #sec-1 p {
  font-size: calc(100vw * 35/1440);
  padding-bottom: calc(100vw * 50/1440);
  line-height: 1.3;
  font-family: "DB-Heavent-li" !important;
  position: relative;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-1 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-1 p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-1 p {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-1 p {
    padding-bottom: calc(100vw * 25/375);
  }
}
.pantene-wrapper #sec-1 p:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/micellar-group-0.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(100vw * 142/1440);
  top: calc(100vw * -100/1440);
  width: calc(100vw * 200/1440);
  height: calc(100vw * 182/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-1 p:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/micellar-group-0.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-1 p:before {
    right: 142px;
    top: -100px;
    width: 200px;
    height: 182px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-1 p:before {
    right: calc(100vw * 12/375);
    top: calc(100vw * -90/375);
    width: calc(100vw * 73/375);
    height: calc(100vw * 67/375);
  }
}
.pantene-wrapper #sec-2 .wrapper {
  text-align: center;
  width: calc(100vw * 1100/1440);
  padding-top: calc(100vw * 0/1440);
  margin-right: 0;
  margin-left: auto;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-2 .wrapper {
    width: 1100px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-2 .wrapper {
    width: calc(100vw * 375/375);
    padding-top: calc(100vw * 35/375);
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-2 .wrapper {
    margin-right: auto;
  }
}
.pantene-wrapper #sec-2 h2 {
  font-size: calc(100vw * 166/1440);
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-2 h2 {
    font-size: 166px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-2 h2 {
    font-size: calc(100vw * 55/375);
  }
}
.pantene-wrapper #sec-2 p {
  font-size: calc(100vw * 35/1440);
  line-height: 1.3;
  font-family: "DB-Heavent-li" !important;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-2 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-2 p {
    font-size: calc(100vw * 23/375);
  }
}
.pantene-wrapper #sec-2 blockquote {
  font-size: calc(100vw * 45/1440);
  width: calc(100vw * 527/1440);
  height: calc(100vw * 172/1440);
  margin-top: calc(100vw * 20/1440);
  border-radius: calc(100vw * 6/1440);
  border-width: calc(100vw * 2/1440);
  border-style: solid;
  border-color: #364E74;
  line-height: 1.3;
  font-family: "DB-Heavent-reg" !important;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-2 blockquote {
    font-size: 45px;
    width: 527px;
    height: 172px;
    margin-top: 20px;
    border-radius: 6px;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-2 blockquote {
    font-size: calc(100vw * 26/375);
    width: calc(100vw * 300/375);
    height: calc(100vw * 95/375);
    margin-top: calc(100vw * 20/375);
    border-radius: calc(100vw * 6/375);
    border-width: calc(100vw * 1/375);
  }
}
.pantene-wrapper #sec-3 {
  text-align: center;
  margin-top: calc(100vw * -330/1440);
  padding-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-3 {
    margin-top: -330px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-3 {
    margin-top: calc(100vw * 0/375);
    padding-top: calc(100vw * 30/375);
  }
}
.pantene-wrapper #sec-3 h2 {
  font-size: calc(100vw * 60/1440);
  width: calc(100vw * 656/1440);
  margin-bottom: calc(100vw * 35/1440);
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
  line-height: 1.3;
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-3 h2 {
    font-size: 60px;
    width: 656px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-3 h2 {
    font-size: calc(100vw * 30/375);
    width: calc(100vw * 375/375);
    margin-bottom: calc(100vw * 20/375);
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-3 h2 {
    margin-left: auto;
  }
}
.pantene-wrapper #sec-3 ol {
  list-style-type: none;
  padding: 0;
  font-size: calc(100vw * 35/1440);
  position: relative;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-3 ol {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-3 ol {
    font-size: calc(100vw * 23/375);
  }
}
.pantene-wrapper #sec-3 ol:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-micellar-before.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 857/1440);
  bottom: calc(100vw * 145/1440);
  width: calc(100vw * 93/1440);
  height: calc(100vw * 89/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-3 ol:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-micellar-before.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-3 ol:before {
    left: 857px;
    bottom: 145px;
    width: 93px;
    height: 89px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-3 ol:before {
    left: calc(100vw * 40/375);
    bottom: calc(100vw * 55/375);
    width: calc(100vw * 66/375);
    height: calc(100vw * 63/375);
  }
}
.pantene-wrapper #sec-3 ol:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-micellar-after.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(100vw * 115/1440);
  top: calc(100vw * 110/1440);
  width: calc(100vw * 192/1440);
  height: calc(100vw * 155/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-3 ol:after {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-micellar-after.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-3 ol:after {
    right: 115px;
    top: 110px;
    width: 192px;
    height: 155px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-3 ol:after {
    right: calc(100vw * 18/375);
    top: calc(100vw * 25/375);
    width: calc(100vw * 107/375);
    height: calc(100vw * 93/375);
  }
}
.pantene-wrapper #sec-3 ol li {
  line-height: 1.3;
  font-family: "DB-Heavent-li" !important;
  color: black;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain !important;
}
.pantene-wrapper #sec-3 ol li br {
  display: inline;
}
.pantene-wrapper #sec-3 ol li i, .pantene-wrapper #sec-3 ol li strong {
  display: inline;
  font-style: normal;
  font-family: "DB-Heavent-reg" !important;
}
.pantene-wrapper #sec-3 ol li i {
  font-size: calc(100vw * 50/1440);
  line-height: 0.85;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-3 ol li i {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-3 ol li i {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-3 ol li {
    background-size: 1440px auto;
  }
}
.pantene-wrapper #sec-3 ol li:nth-child(1) {
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-micellar-1.png");
  width: calc(100vw * 376/1440);
  height: calc(100vw * 346/1440);
  margin-left: calc(100vw * 75/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-3 ol li:nth-child(1) {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-micellar-1.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-3 ol li:nth-child(1) {
    width: 376px;
    height: 346px;
    margin-left: 75px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-3 ol li:nth-child(1) {
    width: calc(100vw * 228/375);
    height: calc(100vw * 210/375);
    margin-left: calc(100vw * 16/375);
  }
}
.pantene-wrapper #sec-3 ol li:nth-child(2) {
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-micellar-2.png");
  width: calc(100vw * 324/1440);
  height: calc(100vw * 310/1440);
  margin-top: calc(100vw * -85/1440);
  margin-left: calc(100vw * 416/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-3 ol li:nth-child(2) {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-micellar-2.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-3 ol li:nth-child(2) {
    width: 324px;
    height: 310px;
    margin-top: -85px;
    margin-left: 416px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-3 ol li:nth-child(2) {
    width: calc(100vw * 183/375);
    height: calc(100vw * 175/375);
    margin-top: calc(100vw * -20/375);
    margin-left: calc(100vw * 150/375);
  }
}
.pantene-wrapper #sec-3 ol li:nth-child(3) {
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-micellar-3.png");
  width: calc(100vw * 285/1440);
  height: calc(100vw * 275/1440);
  margin-top: calc(100vw * -360/1440);
  margin-left: calc(100vw * 790/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-3 ol li:nth-child(3) {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-micellar-3.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-3 ol li:nth-child(3) {
    width: 285px;
    height: 275px;
    margin-top: -360px;
    margin-left: 790px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-3 ol li:nth-child(3) {
    width: calc(100vw * 176/375);
    height: calc(100vw * 170/375);
    margin-top: calc(100vw * -20/375);
    margin-left: calc(100vw * 50/375);
  }
}
.pantene-wrapper #sec-3 ol li:nth-child(4) {
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-micellar-4.png");
  width: calc(100vw * 336/1440);
  height: calc(100vw * 332/1440);
  margin-top: calc(100vw * -72/1440);
  margin-left: calc(100vw * 1020/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-3 ol li:nth-child(4) {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/why-micellar-4.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-3 ol li:nth-child(4) {
    width: 336px;
    height: 332px;
    margin-top: -72px;
    margin-left: 1020px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-3 ol li:nth-child(4) {
    width: calc(100vw * 199/375);
    height: calc(100vw * 196/375);
    margin-top: calc(100vw * -30/375);
    margin-left: calc(100vw * 145/375);
  }
}
.pantene-wrapper #sec-4 {
  text-align: center;
  padding-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 {
    padding-top: calc(100vw * 35/375);
  }
}
.pantene-wrapper #sec-4 h2, .pantene-wrapper #sec-4 h3 {
  font-weight: normal;
  line-height: 1;
}
.pantene-wrapper #sec-4 h2 {
  font-size: calc(100vw * 130/1440);
  font-family: "DB-Heavent-reg" !important;
  color: black;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 h2 {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 h2 {
    font-size: calc(100vw * 50/375);
  }
}
.pantene-wrapper #sec-4 h3 {
  font-size: calc(100vw * 100/1440);
  font-family: "DB-Heavent-li" !important;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 h3 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 h3 {
    font-size: calc(100vw * 36/375);
  }
}
.pantene-wrapper #sec-4 ul {
  margin-top: calc(100vw * 50/1440);
  position: relative;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 ul {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 ul {
    margin-top: calc(100vw * 25/375);
  }
}
.pantene-wrapper #sec-4 ul:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/two-steps-before.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 0/1440);
  top: calc(100vw * 80/1440);
  width: calc(100vw * 139/1440);
  height: calc(100vw * 327/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-4 ul:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/two-steps-before.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 ul:before {
    left: 0px;
    top: 80px;
    width: 139px;
    height: 327px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 ul:before {
    left: calc(100vw * 0/375);
    top: calc(100vw * 280/375);
    width: calc(100vw * 73/375);
    height: calc(100vw * 173/375);
  }
}
.pantene-wrapper #sec-4 ul:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/two-steps-after.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(100vw * 0/1440);
  top: calc(100vw * 280/1440);
  width: calc(100vw * 220/1440);
  height: calc(100vw * 388/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-4 ul:after {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/two-steps-after.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 ul:after {
    right: 0px;
    top: 280px;
    width: 220px;
    height: 388px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 ul:after {
    right: calc(100vw * 0/375);
    top: calc(100vw * 30/375);
    width: calc(100vw * 83/375);
    height: calc(100vw * 146/375);
  }
}
.pantene-wrapper #sec-4 ul li {
  font-size: calc(100vw * 35/1440);
  text-align: left;
  line-height: 1.2;
  position: relative;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 ul li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 ul li {
    font-size: calc(100vw * 23/375);
  }
}
.pantene-wrapper #sec-4 ul li strong {
  font-size: calc(100vw * 50/1440);
  line-height: 1.1;
  color: black;
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 ul li strong {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 ul li strong {
    font-size: calc(100vw * 23/375);
  }
}
.pantene-wrapper #sec-4 ul li:nth-child(1):before, .pantene-wrapper #sec-4 ul li:nth-child(3):before {
  font-size: calc(100vw * 350/1440);
  font-family: "DB-Heavent-reg" !important;
  position: absolute;
  left: 0;
  top: 0;
  color: black;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 ul li:nth-child(1):before, .pantene-wrapper #sec-4 ul li:nth-child(3):before {
    font-size: 350px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 ul li:nth-child(1):before, .pantene-wrapper #sec-4 ul li:nth-child(3):before {
    font-size: calc(100vw * 200/375);
  }
}
.pantene-wrapper #sec-4 ul li:nth-child(1) {
  margin-left: calc(100vw * 290/1440);
  margin-bottom: calc(100vw * -100/1440);
  position: relative;
  z-index: 8;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 ul li:nth-child(1) {
    margin-left: 290px;
    margin-bottom: -100px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 ul li:nth-child(1) {
    margin-left: calc(100vw * 90/375);
    margin-bottom: calc(100vw * 25/375);
  }
}
.pantene-wrapper #sec-4 ul li:nth-child(1):before {
  content: "1";
  transform: translateX(-85%);
}
.pantene-wrapper #sec-4 ul li:nth-child(1):after {
  content: "";
  position: absolute;
  z-index: 9;
  width: calc(100vw * 265/1440);
  height: calc(100vw * 80/1440);
  left: calc(100vw * 40/1440);
  bottom: calc(100vw * -80/1440);
  border-width: calc(100vw * 2/1440);
  border-style: none none solid solid;
  border-color: #364E74;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 ul li:nth-child(1):after {
    width: 265px;
    height: 80px;
    left: 40px;
    bottom: -80px;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 ul li:nth-child(1):after {
    width: calc(100vw * 43/375);
    height: calc(100vw * 85/375);
    left: calc(100vw * 0/375);
    bottom: calc(100vw * -85/375);
    border-width: calc(100vw * 1/375);
  }
}
.pantene-wrapper #sec-4 ul li:nth-child(2) {
  width: calc(100vw * 785/1440);
  height: calc(100vw * 785/1440);
  border-radius: 50%;
  background: white;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 ul li:nth-child(2) {
    width: 785px;
    height: 785px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 ul li:nth-child(2) {
    width: calc(100vw * 284/375);
    height: calc(100vw * 284/375);
  }
}
.pantene-wrapper #sec-4 ul li:nth-child(2) img {
  width: calc(100vw * 475/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 ul li:nth-child(2) img {
    width: 475px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 ul li:nth-child(2) img {
    width: calc(100vw * 168/375);
  }
}
.pantene-wrapper #sec-4 ul li:nth-child(3) {
  margin-left: calc(100vw * 1030/1440);
  margin-top: calc(100vw * -230/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 ul li:nth-child(3) {
    margin-left: 1030px;
    margin-top: -230px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 ul li:nth-child(3) {
    margin-left: calc(100vw * 170/375);
    margin-top: calc(100vw * 25/375);
  }
}
.pantene-wrapper #sec-4 ul li:nth-child(3):before {
  content: "2";
  transform: translateX(-110%);
}
.pantene-wrapper #sec-4 ul li:nth-child(3):after {
  content: "";
  position: absolute;
  z-index: 9;
  width: calc(100vw * 225/1440);
  height: calc(100vw * 80/1440);
  left: calc(100vw * -110/1440);
  top: calc(100vw * -80/1440);
  border-width: calc(100vw * 2/1440);
  border-style: solid solid none none;
  border-color: #364E74;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-4 ul li:nth-child(3):after {
    width: 225px;
    height: 80px;
    left: -110px;
    top: -80px;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-4 ul li:nth-child(3):after {
    width: calc(100vw * 43/375);
    height: calc(100vw * 85/375);
    left: calc(100vw * 80/375);
    top: calc(100vw * -85/375);
    border-width: calc(100vw * 1/375);
  }
}
.pantene-wrapper #sec-5 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/bg-girl-circle.jpg");
  background-size: 80% auto !important;
  background-position-y: top !important;
  position: relative;
  background-position-x: calc(100vw * -300/1440);
  padding-top: calc(100vw * 85/1440);
  margin-top: calc(100vw * -75/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/bg-girl-circle.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 {
    background-position-x: -300px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 {
    background-position-x: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 {
    background-size: 140% auto !important;
    background-position: center top !important;
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 {
    padding-top: 85px;
    margin-top: -75px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 {
    padding-top: calc(100vw * 315/375);
    margin-top: calc(100vw * 25/375);
  }
}
.pantene-wrapper #sec-5 .wrapper {
  width: calc(100vw * 880/1440);
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 3;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .wrapper {
    width: 880px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .wrapper {
    width: calc(100vw * 375/375);
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .wrapper {
    margin-right: auto;
  }
}
.pantene-wrapper #sec-5 .wrapper h2 {
  font-size: calc(100vw * 125/1440);
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
  line-height: 1;
  color: black;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .wrapper h2 {
    font-size: 125px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .wrapper h2 {
    font-size: calc(100vw * 50/375);
  }
}
.pantene-wrapper #sec-5 .wrapper h3 {
  font-size: calc(100vw * 100/1440);
  font-family: "DB-Heavent-li" !important;
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .wrapper h3 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .wrapper h3 {
    font-size: calc(100vw * 36/375);
  }
}
.pantene-wrapper #sec-5 .wrapper p {
  line-height: 1.3;
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .wrapper p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .wrapper p {
    font-size: calc(100vw * 23/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper {
  display: flex;
  flex-flow: row;
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper {
    flex-flow: column;
  }
}
.pantene-wrapper #sec-5 .items-wrapper .items {
  width: calc(100vw * 725/1440);
  padding-top: calc(100vw * 85/1440);
  padding-bottom: calc(100vw * 210/1440);
  padding-right: calc(100vw * 0/1440);
  text-align: center;
  position: relative;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .items {
    width: 725px;
    padding-top: 85px;
    padding-bottom: 210px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .items {
    width: calc(100vw * 375/375);
    padding-top: calc(100vw * 32/375);
    padding-bottom: calc(100vw * 32/375);
    padding-right: calc(100vw * 60/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper .items:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/micellar-group-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -570/1440);
  bottom: calc(100vw * -420/1440);
  width: calc(100vw * 1138/1440);
  height: calc(100vw * 534/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-5 .items-wrapper .items:after {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/micellar-group-2.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .items:after {
    left: -570px;
    bottom: -420px;
    width: 1138px;
    height: 534px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .items:after {
    left: calc(100vw * 145/375);
    bottom: calc(100vw * 350/375);
    width: calc(100vw * 602/375);
    height: calc(100vw * 282/375);
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .items:after {
    display: none;
  }
  .pantene-wrapper #sec-5 .items-wrapper .items:before {
    background: none;
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100vw * 735/375);
    height: calc(100vw * 735/375);
    background: white;
    border-radius: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.pantene-wrapper #sec-5 .items-wrapper .items img {
  width: calc(100vw * 435/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .items img {
    width: 435px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .items img {
    width: calc(100vw * 200/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper .items picture, .pantene-wrapper #sec-5 .items-wrapper .items img {
  position: relative;
  z-index: 2;
}
.pantene-wrapper #sec-5 .items-wrapper .items ul {
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.pantene-wrapper #sec-5 .items-wrapper .items ul li .btn-user-review {
  width: calc(100vw * 215/1440);
  height: calc(100vw * 54/1440);
  font-size: calc(100vw * 35/1440);
  border: 1px solid #364E74;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .items ul li .btn-user-review {
    width: 215px;
    height: 54px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .items ul li .btn-user-review {
    width: calc(100vw * 95/375);
    height: calc(100vw * 32/375);
    font-size: calc(100vw * 23/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper .items ul li:first-child {
  margin-right: calc(100vw * 20/1440);
  margin-left: calc(100vw * -20/1440);
  margin-top: calc(100vw * -180/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .items ul li:first-child {
    margin-right: 20px;
    margin-left: -20px;
    margin-top: -180px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .items ul li:first-child {
    margin-right: calc(100vw * 10/375);
    margin-left: calc(100vw * -10/375);
    margin-top: calc(100vw * -80/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper .text-body {
  width: calc(100vw * 520/1440);
  padding-top: calc(100vw * 40/1440);
  margin-left: auto;
  margin-right: 0;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body {
    width: 520px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body {
    width: calc(100vw * 375/375);
    padding-top: calc(100vw * 20/375);
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body {
    margin-right: auto;
    text-align: center;
  }
}
.pantene-wrapper #sec-5 .items-wrapper .text-body h2, .pantene-wrapper #sec-5 .items-wrapper .text-body h3, .pantene-wrapper #sec-5 .items-wrapper .text-body h4, .pantene-wrapper #sec-5 .items-wrapper .text-body li {
  line-height: 1.3;
}
.pantene-wrapper #sec-5 .items-wrapper .text-body h2 {
  color: black;
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body h2 {
    font-size: calc(100vw * 30/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper .text-body h3 {
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body h3 {
    font-size: calc(100vw * 25/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper .text-body h4 {
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body h4 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body h4 {
    font-size: calc(100vw * 25/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper .text-body p {
  line-height: 1.3;
}
.pantene-wrapper #sec-5 .items-wrapper .text-body ul {
  margin-bottom: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body ul {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body ul {
    margin-bottom: calc(100vw * 10/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper .text-body ul li {
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body ul li {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body ul li {
    font-size: calc(100vw * 25/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper .text-body p {
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body p {
    font-size: calc(100vw * 23/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper .text-body p strong {
  font-weight: normal;
  font-family: "DB-Heavent-reg" !important;
}
.pantene-wrapper #sec-5 .items-wrapper .text-body p span {
  font-size: calc(100vw * 50/1440);
  font-family: "DB-Heavent-reg" !important;
  color: black;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body p span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body p span {
    font-size: calc(100vw * 30/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper .text-body img {
  width: calc(100vw * 394/1440);
  margin-left: calc(100vw * -50/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body img {
    width: 394px;
    margin-left: -50px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper .text-body img {
    width: calc(100vw * 196/375);
    margin-left: calc(100vw * -12/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper.blue .items ul {
  position: relative;
}
.pantene-wrapper #sec-5 .items-wrapper.blue .items ul:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/bg-micellar-purify.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 35/1440);
  top: calc(100vw * -610/1440);
  width: calc(100vw * 715/1440);
  height: calc(100vw * 328/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-5 .items-wrapper.blue .items ul:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/bg-micellar-purify.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper.blue .items ul:before {
    left: 35px;
    top: -610px;
    width: 715px;
    height: 328px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper.blue .items ul:before {
    left: calc(100vw * 5/375);
    top: calc(100vw * -330/375);
    width: calc(100vw * 335/375);
    height: calc(100vw * 150/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper.green {
  margin-top: calc(100vw * -35/1440);
  color: #61A44D;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper.green {
    margin-top: -35px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper.green {
    margin-top: calc(100vw * 180/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper.green .items {
  order: 2;
  padding-right: unset;
  position: relative;
  z-index: 8;
  padding-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .items {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .items {
    padding-left: calc(100vw * 60/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper.green .items:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/micellar-group-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 300/1440);
  top: calc(100vw * -170/1440);
  width: calc(100vw * 900/1440);
  height: calc(100vw * 534/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-5 .items-wrapper.green .items:after {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/micellar-group-2.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .items:after {
    left: 300px;
    top: -170px;
    width: 900px;
    height: 534px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .items:after {
    left: calc(100vw * 145/375);
    top: calc(100vw * -185/375);
    width: calc(100vw * 602/375);
    height: calc(100vw * 282/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper.green .items:before {
  background: none;
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100vw * 1140/1440);
  height: calc(100vw * 1140/1440);
  background: white;
  border-radius: 50%;
  bottom: 5%;
  left: 65%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .items:before {
    width: 1140px;
    height: 1140px;
  }
}
.pantene-wrapper #sec-5 .items-wrapper.green .items:after {
  z-index: 2;
}
.pantene-wrapper #sec-5 .items-wrapper.green .items .btn-user-review {
  color: #61A44D !important;
  border-color: #61A44D !important;
}
.pantene-wrapper #sec-5 .items-wrapper.green .text-body {
  order: 1;
  margin-right: auto;
  margin-left: 0;
  text-align: right;
  padding-top: calc(100vw * 315/1440);
  position: relative;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .text-body {
    padding-top: 315px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .text-body {
    padding-top: calc(100vw * 0/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper.green .text-body:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/micellar-group-3.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 620/1440);
  top: calc(100vw * 820/1440);
  width: calc(100vw * 850/1440);
  height: calc(100vw * 500/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-5 .items-wrapper.green .text-body:after {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/micellar-group-3.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .text-body:after {
    left: 620px;
    top: 820px;
    width: 850px;
    height: 500px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .text-body:after {
    left: calc(100vw * -40/375);
    top: calc(100vw * -264/375);
    width: calc(100vw * 458/375);
    height: calc(100vw * 262/375);
  }
}
.pantene-wrapper #sec-5 .items-wrapper.green .text-body img {
  width: calc(100vw * 375/1440);
  margin-left: calc(100vw * -50/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .text-body img {
    width: 375px;
    margin-left: -50px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .text-body img {
    width: calc(100vw * 176.5/375);
    margin-left: calc(100vw * 12/375);
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .items {
    order: 1;
  }
  .pantene-wrapper #sec-5 .items-wrapper.green .items:before {
    width: calc(100vw * 522/375);
    height: calc(100vw * 522/375);
    transform: unset;
    left: calc(100vw * 20/375);
    bottom: 0;
  }
  .pantene-wrapper #sec-5 .items-wrapper.green .items:after {
    display: block;
  }
  .pantene-wrapper #sec-5 .items-wrapper.green .text-body {
    order: 2;
    margin-left: auto;
    text-align: center;
    margin-top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .text-body {
    margin-top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .pantene-wrapper #sec-5 .items-wrapper.green .text-body {
    margin-top: calc(100vw * 130/375);
  }
}
.pantene-wrapper #sec-6 {
  text-align: center;
  position: relative;
  padding-top: calc(100vw * 260/1440);
  padding-bottom: calc(100vw * 215/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-6 {
    padding-top: 260px;
    padding-bottom: 215px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-6 {
    padding-top: calc(100vw * 50/375);
    padding-bottom: calc(100vw * 160/375);
  }
}
.pantene-wrapper #sec-6 h2 {
  font-size: calc(100vw * 125/1440);
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
  line-height: 1;
  color: black;
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-6 h2 {
    font-size: 125px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-6 h2 {
    font-size: calc(100vw * 50/375);
  }
}
.pantene-wrapper #sec-6 h3 {
  font-size: calc(100vw * 70/1440);
  margin-top: calc(100vw * 0/1440);
  font-family: "DB-Heavent-li" !important;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-6 h3 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-6 h3 {
    font-size: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-6 h3 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-6 h3 {
    margin-top: calc(100vw * 15/375);
  }
}
.pantene-wrapper #sec-6 h3:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/two-steps-before.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -101/1440);
  top: calc(100vw * -15/1440);
  width: calc(100vw * 270/1440);
  height: calc(100vw * 637/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-6 h3:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/two-steps-before.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-6 h3:before {
    left: -101px;
    top: -15px;
    width: 270px;
    height: 637px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-6 h3:before {
    left: calc(100vw * -110/375);
    top: calc(100vw * 122/375);
    width: calc(100vw * 110/375);
    height: calc(100vw * 260/375);
  }
}
.pantene-wrapper #sec-6 h3:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/two-steps-after.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 1233/1440);
  top: calc(100vw * 111/1440);
  width: calc(100vw * 368/1440);
  height: calc(100vw * 650/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .pantene-wrapper #sec-6 h3:after {
    background-image: url("https://www.jeban.com/spotlight-item/pantene-micellar/two-steps-after.webp");
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-6 h3:after {
    left: 1233px;
    top: 111px;
    width: 368px;
    height: 650px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-6 h3:after {
    left: calc(100vw * 262/375);
    top: calc(100vw * 125/375);
    width: calc(100vw * 178/375);
    height: calc(100vw * 316/375);
  }
}
.pantene-wrapper #sec-6 h3:before {
  transform: rotate(-66deg);
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-6 h3:before {
    transform: rotate(-90deg);
  }
}
.pantene-wrapper #sec-6 h3:after {
  transform: rotate(-35deg);
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-6 h3:after {
    transform: rotate(-45deg);
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-6:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: calc(100vw * 725/375);
    height: calc(100vw * 725/375);
    border-radius: 50%;
    bottom: calc(100vw * 80/375);
    left: 50%;
    transform: translateX(-50%);
    background: white;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 25%);
  }
}
.pantene-wrapper #sec-7 {
  text-align: center;
  position: relative;
  overflow: hidden;
  padding-top: calc(100vw * 70/1440);
  padding-bottom: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-7 {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-7 {
    padding-top: calc(100vw * 50/375);
    padding-bottom: calc(100vw * 20/375);
  }
}
.pantene-wrapper #sec-7 h2 {
  font-size: calc(100vw * 100/1440);
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
  line-height: 1;
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-7 h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-7 h2 {
    font-size: calc(100vw * 35/375);
  }
}
.pantene-wrapper #sec-7 h3 {
  font-size: calc(100vw * 60/1440);
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-7 h3 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-7 h3 {
    font-size: calc(100vw * 23/375);
  }
}
.pantene-wrapper #sec-7 p {
  font-size: calc(100vw * 60/1440);
  font-family: "DB-Heavent-li" !important;
  font-weight: normal;
  line-height: 1.3;
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-7 p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-7 p {
    font-size: calc(100vw * 23/375);
  }
}
.pantene-wrapper #sec-7 p a {
  text-decoration: none;
  padding: calc(100vw * 0/1440) calc(100vw * 16/1440);
  margin: calc(100vw * 0/1440) calc(100vw * 16/1440);
  border: 1px solid #364E74;
  border-radius: calc(100vw * 6/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-7 p a {
    padding: 0px 16px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-7 p a {
    padding: calc(100vw * 0/375) calc(100vw * 8/375);
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-7 p a {
    margin: 0px 16px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-7 p a {
    margin: calc(100vw * 0/375) calc(100vw * 8/375);
  }
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-7 p a {
    border-radius: 6px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-7 p a {
    border-radius: calc(100vw * 6/375);
  }
}
.pantene-wrapper #sec-7:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: calc(100vw * 725/375);
  height: calc(100vw * 725/375);
  border-radius: 50%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  width: calc(100vw * 1270/1440);
  height: calc(100vw * 1270/1440);
}
@media (min-width: 1440px) {
  .pantene-wrapper #sec-7:before {
    width: 1270px;
    height: 1270px;
  }
}
@media (max-width: 767px) {
  .pantene-wrapper #sec-7:before {
    width: calc(100vw * 375/375);
    height: calc(100vw * 375/375);
  }
}