@charset "UTF-8";
.invisible.visible {
  visibility: visible !important;
}

.spotlight-item-view .container {
  overflow-x: visible;
}

.flex-media {
  display: flex;
  align-items: flex-start;
}

.flex-media .body {
  flex: 1;
}

.border-main-color {
  border: 2px solid var(--main-color);
}

.border-main-bottom {
  border-bottom: 10px solid var(--main-color);
}

.w-20 {
  width: 20% !important;
}

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

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

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

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

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

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

ul.disc-ul,
ul.outline-ul {
  padding-left: 9%;
}
ul.disc-ul li,
ul.outline-ul li {
  position: relative;
}
ul.disc-ul li:before,
ul.outline-ul li:before {
  content: "●";
  position: absolute;
  margin-left: -9%;
}

ul.outline-ul li {
  position: relative;
}
ul.outline-ul li:before {
  content: "◦";
}

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

.over-width {
  margin-left: calc(-1 * (50vw - 360px));
  margin-right: calc(-1 * (50vw - 360px));
}

@media (max-width: 991px) {
  .over-width {
    margin-left: calc(-1 * (50vw - 285px));
    margin-right: calc(-1 * (50vw - 285px));
  }
}
@media (max-width: 600px) {
  .over-width {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 581px) {
  .over-width .container .wrapper {
    max-width: 100vw;
  }

  .over-width > .container > .wrapper:not(.px-0) {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
}
br[d] {
  display: inline;
}
@media (max-width: 767px) {
  br[d] {
    display: none;
  }
}
br[m] {
  display: none;
}
@media (max-width: 767px) {
  br[m] {
    display: inline;
  }
}

hr[v] {
  border: none;
  border-left-style: solid;
  border-left-width: 1px;
  height: 100%;
  min-height: 2rem;
  width: 1px;
}

.between-line {
  display: inline-block;
  position: relative;
}
.between-line:before, .between-line:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid black;
  top: 50%;
  width: 50vw;
}
.between-line:before {
  right: 100%;
  margin-right: 15px;
}
.between-line:after {
  left: 100%;
  margin-left: 15px;
}

.square-box {
  position: relative;
}
.square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.square-box .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: 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-micellar-content .cover {
  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/1440/bg-cover.jpg");
  min-height: calc(100vw * 1475/1440);
  background-color: #BFD6F3;
  position: relative;
  z-index: 9;
}
@media (min-width: 1440px) {
  #pantene-micellar-content .cover {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content .cover {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/1440/bg-cover.webp");
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content .cover {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-cover.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content .cover {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-cover.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content .cover {
    min-height: 1475px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content .cover {
    min-height: calc(100vw * 1330/375);
  }
}
#pantene-micellar-content .cover:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/1440/micellar-drop-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 0/1440);
  top: calc(100vw * 600/1440);
  width: calc(100vw * 991/1440);
  height: calc(100vw * 1205/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content .cover:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/1440/micellar-drop-01.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content .cover:before {
    left: 0px;
    top: 600px;
    width: 991px;
    height: 1205px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content .cover:before {
    left: calc(100vw * 0/375);
    top: calc(100vw * 526/375);
    width: calc(100vw * 375/375);
    height: calc(100vw * 783/375);
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content .cover:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/micellar-drop-01.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content .cover:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/micellar-drop-01.webp");
  }
}
#pantene-micellar-content .cover .title, #pantene-micellar-content .cover .content {
  width: calc(100vw * 800/1440);
  margin-left: auto;
  margin-right: 0;
  text-align: center;
  position: relative;
  z-index: 12;
}
@media (min-width: 1440px) {
  #pantene-micellar-content .cover .title, #pantene-micellar-content .cover .content {
    width: 800px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content .cover .title, #pantene-micellar-content .cover .content {
    width: calc(100vw * 375/375);
  }
}
#pantene-micellar-content .cover .title {
  display: flex;
  flex-flow: column;
  align-items: center;
}
#pantene-micellar-content .cover .title h1 {
  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/pantene-micellar.png");
  background-size: contain !important;
  width: calc(100vw * 548/1440);
  height: calc(100vw * 90/1440);
  margin-top: calc(100vw * 216/1440);
  text-indent: -3000px;
  color: transparent;
}
@media (min-width: 1440px) {
  #pantene-micellar-content .cover .title h1 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content .cover .title h1 {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/pantene-micellar.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content .cover .title h1 {
    width: 548px;
    height: 90px;
    margin-top: 216px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content .cover .title h1 {
    width: calc(100vw * 255/375);
    height: calc(100vw * 42/375);
    margin-top: calc(100vw * 432/375);
  }
}
#pantene-micellar-content .cover .title h2, #pantene-micellar-content .cover .title h3 {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
#pantene-micellar-content .cover .title h2 {
  font-size: calc(100vw * 100/1440);
  color: #364E74;
}
@media (min-width: 1440px) {
  #pantene-micellar-content .cover .title h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content .cover .title h2 {
    font-size: calc(100vw * 40/375);
  }
}
#pantene-micellar-content .cover .title h3 {
  font-size: calc(100vw * 70/1440);
  color: #4D6FA4;
  line-height: 1;
}
@media (min-width: 1440px) {
  #pantene-micellar-content .cover .title h3 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content .cover .title h3 {
    font-size: calc(100vw * 25/375);
  }
}
#pantene-micellar-content .cover .content {
  margin-top: calc(100vw * 75/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content .cover .content {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content .cover .content {
    margin-top: calc(100vw * 200/375);
  }
}
#pantene-micellar-content .cover .content h2 {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 102/1440);
  font-weight: normal;
  color: black;
  line-height: 0.85;
}
@media (min-width: 1440px) {
  #pantene-micellar-content .cover .content h2 {
    font-size: 102px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content .cover .content h2 {
    font-size: calc(100vw * 61/375);
  }
}
#pantene-micellar-content .cover .content p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  margin-top: calc(100vw * 32/1440);
  color: #364E74;
  margin-bottom: 0 !important;
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #pantene-micellar-content .cover .content p {
    font-size: 35px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content .cover .content p {
    font-size: calc(100vw * 23/375);
    margin-top: calc(100vw * 24/375);
  }
}
#pantene-micellar-content #sec-1 {
  height: calc(100vw * 1285/1440);
  background-color: #BFD6F3;
  text-align: center;
  position: relative;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-1 {
    height: 1285px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-1 {
    height: calc(100vw * 535/375);
  }
}
#pantene-micellar-content #sec-1:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/1440/micellar-drop-02.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 1100/1440);
  top: calc(100vw * 85/1440);
  width: calc(100vw * 200/1440);
  height: calc(100vw * 182/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-1:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/1440/micellar-drop-02.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-1:before {
    left: 1100px;
    top: 85px;
    width: 200px;
    height: 182px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-1:before {
    left: calc(100vw * 290/375);
    top: calc(100vw * 25/375);
    width: calc(100vw * 72.5/375);
    height: calc(100vw * 66.5/375);
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-1:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/micellar-drop-02.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-1:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/micellar-drop-02.webp");
  }
}
#pantene-micellar-content #sec-1 .logo {
  width: calc(100vw * 400/1440);
  position: relative;
  z-index: 15;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-1 .logo {
    width: 400px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-1 .logo {
    width: calc(100vw * 210/375);
  }
}
#pantene-micellar-content #sec-1 .zero-percent-silicone {
  position: absolute;
  z-index: 15;
  width: 100%;
  left: 0;
  top: calc(100vw * 356/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-1 .zero-percent-silicone {
    top: 356px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-1 .zero-percent-silicone {
    top: calc(100vw * 218/375);
  }
}
#pantene-micellar-content #sec-1 p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  margin-top: calc(100vw * 50/1440);
  color: #364E74;
  margin-bottom: 0 !important;
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-1 p {
    font-size: 35px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-1 p {
    font-size: calc(100vw * 23/375);
    margin-top: calc(100vw * 32/375);
  }
}
#pantene-micellar-content #sec-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/pantene_micellar/1440/bg-sec-02.png");
  height: calc(100vw * 1357/1440);
  margin-top: calc(100vw * -440/1440);
  padding-top: calc(100vw * 235/1440);
  position: relative;
  z-index: 9;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/1440/bg-sec-02.webp");
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-sec-02.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-sec-02.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 {
    height: 1357px;
    margin-top: -440px;
    padding-top: 235px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 {
    height: calc(100vw * 1231/375);
    margin-top: calc(100vw * -195/375);
    padding-top: calc(100vw * 110/375);
  }
}
#pantene-micellar-content #sec-2 .title {
  width: calc(100vw * 1100/1440);
  margin-bottom: calc(100vw * -250/1440);
  margin-left: auto;
  margin-right: 0;
  text-align: center;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 .title {
    width: 1100px;
    margin-bottom: -250px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 .title {
    width: calc(100vw * 375/375);
    margin-bottom: calc(100vw * 30/375);
  }
}
#pantene-micellar-content #sec-2 h2, #pantene-micellar-content #sec-2 h3, #pantene-micellar-content #sec-2 blockquote {
  font-family: "DB-Heavent-reg" !important;
  color: #364E74;
  font-weight: normal;
}
#pantene-micellar-content #sec-2 h2 {
  font-size: calc(100vw * 166/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 h2 {
    font-size: 166px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 h2 {
    font-size: calc(100vw * 55/375);
  }
}
#pantene-micellar-content #sec-2 > h3 {
  font-size: calc(100vw * 60/1440);
  width: calc(100vw * 550/1440);
  text-align: center;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 > h3 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 > h3 {
    font-size: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 > h3 {
    width: 550px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 > h3 {
    width: calc(100vw * 375/375);
  }
}
#pantene-micellar-content #sec-2 blockquote {
  font-size: calc(100vw * 45/1440);
  width: calc(100vw * 540/1440);
  padding-top: calc(100vw * 32/1440);
  padding-bottom: calc(100vw * 32/1440);
  margin-top: calc(100vw * 24/1440);
  border-width: calc(100vw * 2/1440);
  line-height: 1.1;
  margin-left: auto;
  margin-right: auto;
  border: solid #364E74;
  border-radius: 6px;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 blockquote {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 blockquote {
    font-size: calc(100vw * 26/375);
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 blockquote {
    width: 540px;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 24px;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 blockquote {
    width: calc(100vw * 310/375);
    padding-top: calc(100vw * 16/375);
    padding-bottom: calc(100vw * 16/375);
    margin-top: calc(100vw * 20/375);
    border-width: calc(100vw * 1.5/375);
  }
}
#pantene-micellar-content #sec-2 p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  color: #364E74;
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 p {
    font-size: calc(100vw * 23/375);
  }
}
#pantene-micellar-content #sec-2 ul {
  position: relative;
}
#pantene-micellar-content #sec-2 ul:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/micellar-drop-03.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 1133/1440);
  top: calc(100vw * 142/1440);
  width: calc(100vw * 192/1440);
  height: calc(100vw * 155/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-2 ul:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/micellar-drop-03.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 ul:before {
    left: 1133px;
    top: 142px;
    width: 192px;
    height: 155px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 ul:before {
    left: calc(100vw * 252/375);
    top: calc(100vw * 42/375);
    width: calc(100vw * 106.22/375);
    height: calc(100vw * 92.46/375);
  }
}
#pantene-micellar-content #sec-2 ul:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/micellar-drop-04.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 857.13/1440);
  top: calc(100vw * 510/1440);
  width: calc(100vw * 97.53/1440);
  height: calc(100vw * 93.75/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-2 ul:after {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/micellar-drop-04.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 ul:after {
    left: 857.13px;
    top: 510px;
    width: 97.53px;
    height: 93.75px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 ul:after {
    left: calc(100vw * 36.13/375);
    top: calc(100vw * 578/375);
    width: calc(100vw * 69.21/375);
    height: calc(100vw * 66.37/375);
  }
}
#pantene-micellar-content #sec-2 ul h3, #pantene-micellar-content #sec-2 ul li {
  font-size: calc(100vw * 35/1440);
  color: black;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 ul h3, #pantene-micellar-content #sec-2 ul li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 ul h3, #pantene-micellar-content #sec-2 ul li {
    font-size: calc(100vw * 23/375);
  }
}
#pantene-micellar-content #sec-2 ul li {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain !important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 ul li {
    background-size: 1440px auto;
  }
}
#pantene-micellar-content #sec-2 ul li:nth-child(1) {
  background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/micellar-bubble-01.png");
  width: calc(100vw * 376/1440);
  height: calc(100vw * 346/1440);
  margin-top: calc(100vw * 33/1440);
  margin-left: calc(100vw * 75/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-2 ul li:nth-child(1) {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/micellar-bubble-01.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 ul li:nth-child(1) {
    width: 376px;
    height: 346px;
    margin-top: 33px;
    margin-left: 75px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 ul li:nth-child(1) {
    width: calc(100vw * 228/375);
    height: calc(100vw * 210/375);
    margin-top: calc(100vw * 20/375);
    margin-left: calc(100vw * 17/375);
  }
}
#pantene-micellar-content #sec-2 ul li:nth-child(2) {
  background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/micellar-bubble-02.png");
  width: calc(100vw * 324/1440);
  height: calc(100vw * 309/1440);
  margin-top: calc(100vw * -93/1440);
  margin-left: calc(100vw * 416/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-2 ul li:nth-child(2) {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/micellar-bubble-02.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 ul li:nth-child(2) {
    width: 324px;
    height: 309px;
    margin-top: -93px;
    margin-left: 416px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 ul li:nth-child(2) {
    width: calc(100vw * 183/375);
    height: calc(100vw * 175/375);
    margin-top: calc(100vw * -16/375);
    margin-left: calc(100vw * 148/375);
  }
}
#pantene-micellar-content #sec-2 ul li:nth-child(3) {
  background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/micellar-bubble-03.png");
  width: calc(100vw * 285/1440);
  height: calc(100vw * 276/1440);
  margin-top: calc(100vw * -370/1440);
  margin-left: calc(100vw * 785/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-2 ul li:nth-child(3) {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/micellar-bubble-03.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 ul li:nth-child(3) {
    width: 285px;
    height: 276px;
    margin-top: -370px;
    margin-left: 785px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 ul li:nth-child(3) {
    width: calc(100vw * 176/375);
    height: calc(100vw * 170/375);
    margin-top: calc(100vw * -18/375);
    margin-left: calc(100vw * 32/375);
  }
}
#pantene-micellar-content #sec-2 ul li:nth-child(4) {
  background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/micellar-bubble-04.png");
  width: calc(100vw * 336/1440);
  height: calc(100vw * 332/1440);
  margin-top: calc(100vw * -68/1440);
  margin-left: calc(100vw * 1025/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-2 ul li:nth-child(4) {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/micellar-bubble-04.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-2 ul li:nth-child(4) {
    width: 336px;
    height: 332px;
    margin-top: -68px;
    margin-left: 1025px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-2 ul li:nth-child(4) {
    width: calc(100vw * 199/375);
    height: calc(100vw * 196/375);
    margin-top: calc(100vw * -34/375);
    margin-left: calc(100vw * 141/375);
  }
}
#pantene-micellar-content #sec-main {
  min-height: calc(100vw * 6680/1440);
  margin-top: calc(100vw * -285/1440);
  padding-top: calc(100vw * 285/1440);
  background-position-y: calc(100vw * -600/1440);
  background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/1440/bg-main.svg");
  background-color: white;
  background-size: 100% auto;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main {
    min-height: 6680px;
    margin-top: -285px;
    padding-top: 285px;
    background-position-y: -600px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main {
    min-height: calc(100vw * 5440/375);
    margin-top: calc(100vw * -70/375);
    padding-top: calc(100vw * 70/375);
    background-position-y: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-main.svg");
  }
}
#pantene-micellar-content #sec-main #sec-3 {
  text-align: center;
  position: relative;
}
#pantene-micellar-content #sec-main #sec-3:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/bubbles-02.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 0/1440);
  top: calc(100vw * 460/1440);
  width: calc(100vw * 139/1440);
  height: calc(100vw * 327/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-main #sec-3:before {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/bubbles-02.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3:before {
    left: 0px;
    top: 460px;
    width: 139px;
    height: 327px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3:before {
    left: calc(100vw * 0/375);
    top: calc(100vw * 450/375);
    width: calc(100vw * 73/375);
    height: calc(100vw * 173/375);
  }
}
#pantene-micellar-content #sec-main #sec-3:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/bubbles-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(100vw * 0/1440);
  top: calc(100vw * 665/1440);
  width: calc(100vw * 220/1440);
  height: calc(100vw * 388/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-main #sec-3:after {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/bubbles-01.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3:after {
    right: 0px;
    top: 665px;
    width: 220px;
    height: 388px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3:after {
    right: calc(100vw * 0/375);
    top: calc(100vw * 195/375);
    width: calc(100vw * 83/375);
    height: calc(100vw * 146/375);
  }
}
#pantene-micellar-content #sec-main #sec-3 > h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 130/1440);
  color: black;
  line-height: 1;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 > h2 {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 > h2 {
    font-size: calc(100vw * 50/375);
  }
}
#pantene-micellar-content #sec-main #sec-3 > h3 {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 100/1440);
  color: #364E74;
  line-height: 1;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 > h3 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 > h3 {
    font-size: calc(100vw * 36/375);
  }
}
#pantene-micellar-content #sec-main #sec-3 ul {
  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/pantene-micellar-shampoo-and-conditioner.png");
  background-size: contain !important;
  margin-top: calc(100vw * 125/1440);
  width: calc(100vw * 786/1440);
  height: calc(100vw * 786/1440);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 ul {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-main #sec-3 ul {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/pantene-micellar-shampoo-and-conditioner.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 ul {
    margin-top: 125px;
    width: 786px;
    height: 786px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 ul {
    margin-top: calc(100vw * 170/375);
    width: calc(100vw * 285/375);
    height: calc(100vw * 285/375);
  }
}
#pantene-micellar-content #sec-main #sec-3 ul li {
  text-align: left;
  line-height: 1.2;
  white-space: nowrap;
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  position: absolute;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 ul li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 ul li {
    font-size: calc(100vw * 23/375);
  }
}
#pantene-micellar-content #sec-main #sec-3 ul li h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 ul li h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 ul li h3 {
    font-size: calc(100vw * 23/375);
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 ul li h3 {
    line-height: 1.2;
  }
}
#pantene-micellar-content #sec-main #sec-3 ul li:before {
  font-family: "DB-Heavent-reg" !important;
  color: black;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  line-height: 0.65;
}
#pantene-micellar-content #sec-main #sec-3 ul li:after {
  content: "";
  position: absolute;
  border-color: #364E74;
  border-width: calc(100vw * 2/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:after {
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:after {
    border-width: calc(100vw * 1/375);
  }
}
#pantene-micellar-content #sec-main #sec-3 ul li:nth-child(1) {
  top: calc(100vw * -72/1440);
  left: calc(100vw * -42/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(1) {
    top: -72px;
    left: -42px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(1) {
    top: calc(100vw * -140/375);
    left: calc(100vw * 45/375);
  }
}
#pantene-micellar-content #sec-main #sec-3 ul li:nth-child(1):before {
  font-size: calc(100vw * 305/1440);
  content: "1";
  transform: translateX(-95%);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(1):before {
    font-size: 305px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(1):before {
    font-size: calc(100vw * 160/375);
  }
}
#pantene-micellar-content #sec-main #sec-3 ul li:nth-child(1):after {
  left: calc(100vw * 41/1440);
  bottom: calc(100vw * -75.54/1440);
  width: calc(100vw * 245.11/1440);
  height: calc(100vw * 63.54/1440);
  border-style: none none solid solid;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(1):after {
    left: 41px;
    bottom: -75.54px;
    width: 245.11px;
    height: 63.54px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(1):after {
    left: calc(100vw * 0/375);
    bottom: calc(100vw * -90/375);
    width: calc(100vw * 43.18/375);
    height: calc(100vw * 85.31/375);
  }
}
#pantene-micellar-content #sec-main #sec-3 ul li:nth-child(2) {
  top: calc(100vw * 555/1440);
  left: calc(100vw * 705/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(2) {
    top: 555px;
    left: 705px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(2) {
    top: calc(100vw * 315/375);
    left: calc(100vw * 126/375);
  }
}
#pantene-micellar-content #sec-main #sec-3 ul li:nth-child(2):before {
  font-size: calc(100vw * 284/1440);
  top: calc(100vw * -32/1440);
  content: "2";
  transform: translateX(-115%);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(2):before {
    font-size: 284px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(2):before {
    font-size: calc(100vw * 160/375);
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(2):before {
    top: -32px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(2):before {
    top: calc(100vw * 0/375);
  }
}
#pantene-micellar-content #sec-main #sec-3 ul li:nth-child(2):after {
  left: calc(100vw * -145/1440);
  top: calc(100vw * -75/1440);
  width: calc(100vw * 254.71/1440);
  height: calc(100vw * 63.54/1440);
  border-style: solid solid none none;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(2):after {
    left: -145px;
    top: -75px;
    width: 254.71px;
    height: 63.54px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-3 ul li:nth-child(2):after {
    left: calc(100vw * 60/375);
    top: calc(100vw * -98/375);
    width: calc(100vw * 37.71/375);
    height: calc(100vw * 85.31/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 {
  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/1440/bg-item-01.png");
  background-position-y: 0;
  min-height: calc(100vw * 2170/1440);
  margin-top: calc(100vw * -65/1440);
  padding-top: calc(100vw * 85/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-main #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/1440/bg-item-01.webp");
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-item-01.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-main #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-item-01.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 {
    min-height: 2170px;
    margin-top: -65px;
    padding-top: 85px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 {
    min-height: calc(100vw * 1013/375);
    margin-top: calc(100vw * 200/375);
    padding-top: calc(100vw * 315/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .title {
  width: calc(100vw * 880/1440);
  margin-left: auto;
  text-align: center;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .title {
    width: 880px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .title {
    width: calc(100vw * 375/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .title h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 125/1440);
  color: black;
  line-height: 1;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .title h2 {
    font-size: 125px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .title h2 {
    font-size: calc(100vw * 50/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .title h3, #pantene-micellar-content #sec-main #sec-4 .title p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 100/1440);
  color: #364E74;
  line-height: 1;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .title h3, #pantene-micellar-content #sec-main #sec-4 .title p {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .title h3, #pantene-micellar-content #sec-main #sec-4 .title p {
    font-size: calc(100vw * 36/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .title p {
  font-size: calc(100vw * 35/1440);
  margin-top: calc(100vw * -8/1440);
  padding-bottom: calc(100vw * 8/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .title p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .title p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .title p {
    margin-top: -8px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .title p {
    margin-top: calc(100vw * -4/375);
    padding-bottom: calc(100vw * 4/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product {
    flex-flow: column;
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-picture {
  padding-left: calc(100vw * 125/1440);
  padding-top: calc(100vw * 28/1440);
  width: calc(100vw * 880/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-picture {
    padding-left: 125px;
    padding-top: 28px;
    width: 880px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-picture {
    padding-left: calc(100vw * 53/375);
    padding-top: calc(100vw * 0/375);
    width: calc(100vw * 375/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-picture img {
  width: calc(100vw * 490/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-picture img {
    width: 490px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-picture img {
    width: calc(100vw * 215/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-picture ul {
  display: flex;
  flex-flow: row wrap;
}
#pantene-micellar-content #sec-main #sec-4 .product .product-picture ul li:nth-child(1) {
  margin-top: calc(100vw * -85/1440);
  margin-left: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-picture ul li:nth-child(1) {
    margin-top: -85px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-picture ul li:nth-child(1) {
    margin-top: calc(100vw * -32/375);
    margin-left: calc(100vw * 7/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-picture ul li:nth-child(2) {
  margin-top: calc(100vw * 30/1440);
  margin-left: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-picture ul li:nth-child(2) {
    margin-top: 30px;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-picture ul li:nth-child(2) {
    margin-top: calc(100vw * 14/375);
    margin-left: calc(100vw * 12/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-picture .btn-user-review {
  width: calc(100vw * 211/1440);
  height: calc(100vw * 52/1440);
  font-size: calc(100vw * 35/1440);
  font-family: "DB-Heavent-reg" !important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #364E74;
  color: #364E74;
  text-decoration: none !important;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-picture .btn-user-review {
    width: 211px;
    height: 52px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-picture .btn-user-review {
    width: calc(100vw * 88.25/375);
    height: calc(100vw * 36/375);
    font-size: calc(100vw * 23/375);
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content {
    text-align: center;
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-content h2, #pantene-micellar-content #sec-main #sec-4 .product .product-content h3, #pantene-micellar-content #sec-main #sec-4 .product .product-content h4 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  color: black;
  line-height: 1;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content h2, #pantene-micellar-content #sec-main #sec-4 .product .product-content h3, #pantene-micellar-content #sec-main #sec-4 .product .product-content h4 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content h2, #pantene-micellar-content #sec-main #sec-4 .product .product-content h3, #pantene-micellar-content #sec-main #sec-4 .product .product-content h4 {
    font-size: calc(100vw * 30/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-content h3 {
  font-size: calc(100vw * 45/1440);
  color: #364E74;
  line-height: 1;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content h3 {
    font-size: calc(100vw * 23/375);
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content h3 {
    line-height: 1.2;
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-content h4 {
  font-size: calc(100vw * 40/1440);
  color: #364E74;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content h4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content h4 {
    font-size: calc(100vw * 25/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-content ul {
  margin-bottom: calc(100vw * 24/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content ul {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content ul {
    margin-bottom: calc(100vw * 12/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-content ul li {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 45/1440);
  color: #364E74;
  line-height: 1;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content ul li {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content ul li {
    font-size: calc(100vw * 23/375);
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content ul li {
    line-height: 1.2;
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-content p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  color: #364E74;
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content p {
    font-size: calc(100vw * 23/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-content p strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
#pantene-micellar-content #sec-main #sec-4 .product .product-content p span {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  color: black;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content p span {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content p span {
    font-size: calc(100vw * 30/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-content .ingredient li {
  font-size: calc(100vw * 35/1440);
  line-height: 1.2;
  position: relative;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content .ingredient li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content .ingredient li {
    font-size: calc(100vw * 23/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product .product-content .ingredient li:before {
  width: calc(100vw * 10/1440);
  height: calc(100vw * 10/1440);
  left: calc(100vw * -30/1440);
  top: calc(100vw * 16/1440);
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #364E74;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content .ingredient li:before {
    width: 10px;
    height: 10px;
    left: -30px;
    top: 16px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product .product-content .ingredient li:before {
    width: calc(100vw * 6/375);
    height: calc(100vw * 6/375);
    left: calc(100vw * -18/375);
    top: calc(100vw * 10/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.purify {
  margin-top: calc(100vw * 32/1440);
  height: calc(100vw * /1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.purify {
    margin-top: 32px;
    height: px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.purify {
    margin-top: calc(100vw * 32/375);
    height: calc(100vw * /375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.purify .product-content {
  padding-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content {
    padding-top: calc(100vw * 50/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.purify .product-content .ingredient img {
  width: calc(100vw * 394/1440);
  margin-bottom: calc(100vw * -25/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content .ingredient img {
    width: 394px;
    margin-bottom: -25px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content .ingredient img {
    width: calc(100vw * 196/375);
    margin-bottom: calc(100vw * -10/375);
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content .ingredient p, #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content .ingredient h4, #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content .ingredient ul {
    padding-left: calc(100vw * 0/1440);
    text-align: left;
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content .ingredient p, #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content .ingredient h4, #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content .ingredient ul {
    padding-left: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content .ingredient p, #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content .ingredient h4, #pantene-micellar-content #sec-main #sec-4 .product.purify .product-content .ingredient ul {
    padding-left: calc(100vw * 90/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.moisturize {
  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/1440/bg-item-02.png");
  background-position-y: 0;
  min-height: calc(100vw * 1740/1440);
  margin-top: calc(100vw * -160/1440);
  padding-top: calc(100vw * 360/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/1440/bg-item-02.webp");
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-item-02.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-item-02.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize {
    min-height: 1740px;
    margin-top: -160px;
    padding-top: 360px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize {
    min-height: calc(100vw * 840/375);
    margin-top: calc(100vw * -20/375);
    padding-top: calc(100vw * 220/375);
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize {
    display: flex;
    flex-flow: column;
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-picture {
  width: calc(100vw * 825/1440);
  padding-left: calc(100vw * 250/1440);
  padding-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-picture {
    width: 825px;
    padding-left: 250px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-picture {
    width: calc(100vw * 375/375);
    padding-left: calc(100vw * 119/375);
    padding-bottom: calc(100vw * 160/375);
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-picture {
    order: 1;
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-picture .btn-user-review {
  color: #559143;
  border-color: #559143;
}
#pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content {
  padding-top: calc(100vw * 256/1440);
  padding-right: calc(100vw * 36/1440);
  flex: 1;
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content {
    order: 2;
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content {
    padding-top: 256px;
    padding-right: 36px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content {
    padding-top: calc(100vw * 0/375);
    padding-right: calc(100vw * 0/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content > h2, #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content > h3, #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content > ul {
  text-align: right;
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content > h2, #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content > h3, #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content > ul {
    text-align: center;
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content h3, #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content li {
  color: #559143;
}
#pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content .ingredient img {
  width: calc(100vw * 375/1440);
  margin-top: calc(100vw * 24/1440);
  margin-bottom: calc(100vw * 16/1440);
  margin-right: calc(100vw * -24/1440);
  display: flex;
  margin-left: auto;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content .ingredient img {
    width: 375px;
    margin-top: 24px;
    margin-bottom: 16px;
    margin-right: -24px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content .ingredient img {
    width: calc(100vw * 176.52/375);
    margin-top: calc(100vw * 15/375);
    margin-bottom: calc(100vw * 15/375);
    margin-right: calc(100vw * 90/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content .ingredient p, #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content .ingredient h4, #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content .ingredient ul {
  padding-left: calc(100vw * 220/1440);
  color: #559143;
  text-align: left;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content .ingredient p, #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content .ingredient h4, #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content .ingredient ul {
    padding-left: 220px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content .ingredient p, #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content .ingredient h4, #pantene-micellar-content #sec-main #sec-4 .product.moisturize .product-content .ingredient ul {
    padding-left: calc(100vw * 90/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse {
  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/1440/bg-item-03.png");
  background-position-y: 0;
  min-height: calc(100vw * 1590/1440);
  margin-top: calc(100vw * -520/1440);
  padding-top: calc(100vw * 475/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/1440/bg-item-03.webp");
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-item-03.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-item-03.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse {
    min-height: 1590px;
    margin-top: -520px;
    padding-top: 475px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse {
    min-height: calc(100vw * 673/375);
    margin-top: calc(100vw * -20/375);
    padding-top: calc(100vw * 175/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-picture .btn-user-review {
  color: #585858;
  border-color: #585858;
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content {
    padding-top: calc(100vw * 115/375);
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content h3, #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content li {
  color: #585858;
}
#pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content .ingredient img {
  width: calc(100vw * 354/1440);
  margin-top: calc(100vw * 48/1440);
  margin-bottom: calc(100vw * 32/1440);
  margin-left: calc(100vw * 22/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content .ingredient img {
    width: 354px;
    margin-top: 48px;
    margin-bottom: 32px;
    margin-left: 22px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content .ingredient img {
    width: calc(100vw * 176/375);
    margin-top: calc(100vw * 18/375);
    margin-bottom: calc(100vw * 0/375);
    margin-left: calc(100vw * 100/375);
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content .ingredient img {
    margin-left: auto;
  }
}
#pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content .ingredient p, #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content .ingredient h4, #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content .ingredient ul {
  color: #585858;
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content .ingredient p, #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content .ingredient h4, #pantene-micellar-content #sec-main #sec-4 .product.scalp-cleanse .product-content .ingredient ul {
    padding-left: calc(100vw * 90/375);
    text-align: left;
  }
}
#pantene-micellar-content #sec-main #sec-5 {
  padding-top: calc(100vw * 80/1440);
  padding-bottom: calc(100vw * 80/1440);
  text-align: center;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-5 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-5 {
    padding-top: calc(100vw * 25/375);
    padding-bottom: calc(100vw * 0/375);
  }
}
#pantene-micellar-content #sec-main #sec-5 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 125/1440);
  margin-bottom: calc(100vw * 0/1440);
  color: black;
  line-height: 1;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-5 h2 {
    font-size: 125px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-5 h2 {
    font-size: calc(100vw * 55/375);
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-5 h2 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-5 h2 {
    margin-bottom: calc(100vw * 20/375);
  }
}
#pantene-micellar-content #sec-main #sec-5 p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 70/1440);
  color: #4D6FA4;
  line-height: 1;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-5 p {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-5 p {
    font-size: calc(100vw * 30/375);
  }
}
#pantene-micellar-content #sec-main #sec-6 {
  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/1440/bg-shopping.png");
  background-position-y: 0;
  text-align: center;
  height: calc(100vw * 560/1440);
  padding-top: calc(100vw * 185/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-6 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-main #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/1440/bg-shopping.webp");
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-shopping.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #pantene-micellar-content #sec-main #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/pantene_micellar/375/bg-shopping.webp");
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-6 {
    height: 560px;
    padding-top: 185px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-6 {
    height: calc(100vw * 400/375);
    padding-top: calc(100vw * 240/375);
  }
}
#pantene-micellar-content #sec-main #sec-6 h2, #pantene-micellar-content #sec-main #sec-6 h3 {
  font-family: "DB-Heavent-reg" !important;
  color: #364E74;
}
#pantene-micellar-content #sec-main #sec-6 h2 {
  font-size: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-6 h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-6 h2 {
    font-size: calc(100vw * 35/375);
  }
}
#pantene-micellar-content #sec-main #sec-6 h3 {
  font-size: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-6 h3 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-6 h3 {
    font-size: calc(100vw * 23/375);
  }
}
#pantene-micellar-content #sec-main #sec-6 p {
  font-size: calc(100vw * 60/1440);
  margin-top: calc(100vw * 16/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-6 p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-6 p {
    font-size: calc(100vw * 21/375);
  }
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-6 p {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-6 p {
    margin-top: calc(100vw * 8/375);
  }
}
#pantene-micellar-content #sec-main #sec-6 p .shopping-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  background: white;
  box-shadow: 1px 1px 3px #364E74;
  padding-left: calc(100vw * 16/1440);
  padding-right: calc(100vw * 16/1440);
  margin-left: calc(100vw * 16/1440);
  height: calc(100vw * 78/1440);
  border-radius: calc(100vw * 6/1440);
  border-width: calc(100vw * 2/1440);
}
@media (min-width: 1440px) {
  #pantene-micellar-content #sec-main #sec-6 p .shopping-link {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 16px;
    height: 78px;
    border-radius: 6px;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  #pantene-micellar-content #sec-main #sec-6 p .shopping-link {
    padding-left: calc(100vw * 6/375);
    padding-right: calc(100vw * 6/375);
    margin-left: calc(100vw * 6/375);
    height: calc(100vw * 28/375);
    border-radius: calc(100vw * 6/375);
    border-width: calc(100vw * 1/375);
  }
}