@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: #1B202F;
  text-align: center;
}

.text-bold {
  font-weight: bold;
}
@supports (-webkit-overflow-scrolling: touch) {
  .text-bold {
    -webkit-font-smoothing: antialiased;
  }
}

.flex-center-center {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

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

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

p {
  margin: 0;
}

.bg {
  border: 1px solid transparent;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-collagen/1440/bg-sunsilk-collagen.jpg");
  padding-top: calc(100vw * 25/1440);
}
@media (min-width: 1440px) {
  .bg {
    background-size: 1440px auto;
  }
}
@media (min-width: 1440px) {
  .bg {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .bg {
    padding-top: calc(100vw * 15/375);
  }
}
@media (max-width: 767px) {
  .bg {
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-collagen/375/bg-sunsilk-collagen.jpg");
  }
}

.font-reg {
  font-family: "DB-Heavent-reg" !important;
}

#sunsilk-collagen {
  overflow-x: hidden;
}

.section-1 {
  font-size: calc(100vw * 161/1440);
  line-height: calc(100vw * 196/1440);
}
@media (min-width: 1440px) {
  .section-1 {
    font-size: 161px;
    line-height: 196px;
  }
}
@media (max-width: 767px) {
  .section-1 {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 69/375);
  }
}
.section-1 > img {
  margin: 0 auto;
  display: block;
  width: calc(100vw * 366.58/1440);
  margin-top: calc(100vw * 19/1440);
}
@media (min-width: 1440px) {
  .section-1 > img {
    width: 366.58px;
    margin-top: 19px;
  }
}
@media (max-width: 767px) {
  .section-1 > img {
    width: calc(100vw * 100/375);
    margin-top: calc(100vw * 9/375);
  }
}
.section-1 > p {
  text-align: center;
  line-height: 1;
}
.section-1 > p:nth-child(2) {
  font-family: "DB-Heavent-reg" !important;
  color: #D11C68;
  line-height: 0.75;
  margin-top: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  .section-1 > p:nth-child(2) {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-1 > p:nth-child(2) {
    margin-top: calc(100vw * 10/375);
  }
}
.section-1 > p:nth-child(3) {
  font-size: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .section-1 > p:nth-child(3) {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .section-1 > p:nth-child(3) {
    font-size: calc(100vw * 35/375);
  }
}
.section-1 > p:last-child {
  font-size: calc(100vw * 70/1440);
}
@media (min-width: 1440px) {
  .section-1 > p:last-child {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .section-1 > p:last-child {
    font-size: calc(100vw * 28/375);
  }
}

.section-2 {
  text-align: center;
  font-size: calc(100vw * 40/1440);
  line-height: calc(100vw * 50/1440);
  margin-top: calc(100vw * 980/1440);
}
@media (min-width: 1440px) {
  .section-2 {
    font-size: 40px;
    line-height: 50px;
    margin-top: 980px;
  }
}
@media (max-width: 767px) {
  .section-2 {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
    margin-top: calc(100vw * 350/375);
  }
}
.section-2 > img {
  width: calc(100vw * 367/1440);
  margin-top: calc(100vw * 40/1440);
  margin-bottom: calc(100vw * 37/1440);
}
@media (min-width: 1440px) {
  .section-2 > img {
    width: 367px;
    margin-top: 40px;
    margin-bottom: 37px;
  }
}
@media (max-width: 767px) {
  .section-2 > img {
    width: calc(100vw * 205/375);
    margin-top: calc(100vw * 20/375);
    margin-bottom: calc(100vw * 20/375);
  }
}
.section-2 .description p:first-child {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .section-2 .description p:first-child {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-2 .description p:first-child {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 28/375);
  }
}
.section-2 .content {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-collagen/1440/bg-bubbles-1.png");
  background-size: 75% auto !important;
  background-position: 48% top;
  padding-top: calc(100vw * 180/1440);
  padding-bottom: calc(100vw * 170/1440);
  margin-bottom: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  .section-2 .content {
    background-size: 1440px auto;
  }
}
.section-2 .content .block-desk {
  display: block;
}
.section-2 .content .mt {
  margin-top: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  .section-2 .content .mt {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .section-2 .content .mt {
    margin-top: calc(100vw * 16/375);
  }
}
@media (min-width: 1440px) {
  .section-2 .content {
    padding-top: 180px;
    padding-bottom: 170px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-2 .content {
    padding-top: calc(100vw * 130/375);
    padding-bottom: calc(100vw * 80/375);
    margin-bottom: calc(100vw * 10/375);
  }
}
@media (max-width: 767px) {
  .section-2 .content {
    background-image: url("https://www.jeban.com/spotlight-item/sunsilk-collagen/375/bg-bubbles-1.png");
    background-size: 108% auto !important;
    background-position: top right;
  }
  .section-2 .content .block-mob {
    display: block;
  }
  .section-2 .content .block-desk {
    display: inline-block;
  }
}

.section-3 {
  text-align: center;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
  margin-top: calc(100vw * -10/1440);
}
@media (min-width: 1440px) {
  .section-3 {
    font-size: 35px;
    line-height: 45px;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .section-3 {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
    margin-top: calc(100vw * -10/375);
  }
}
.section-3 .title {
  font-family: "DB-Heavent-reg" !important;
  color: #D11C68;
  font-size: calc(100vw * 100/1440);
  line-height: calc(100vw * 90/1440);
  padding-bottom: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  .section-3 .title {
    font-size: 100px;
    line-height: 90px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .section-3 .title {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 45/375);
    padding-bottom: calc(100vw * 10/375);
  }
}
.section-3 .bubble {
  text-align: center;
  display: inline-block;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-collagen/bg-bubble.png");
  background-size: contain !important;
  padding-left: calc(100vw * 35/1440);
  padding-right: calc(100vw * 35/1440);
  padding-bottom: calc(100vw * 40/1440);
  padding-top: calc(100vw * 72/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble {
    background-size: 1440px auto;
  }
}
@media (min-width: 1440px) {
  .section-3 .bubble {
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 40px;
    padding-top: 72px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble {
    padding-left: calc(100vw * 25/375);
    padding-right: calc(100vw * 25/375);
    padding-bottom: calc(100vw * 45/375);
    padding-top: calc(100vw * 50/375);
    margin-left: calc(100vw * 10/375);
  }
}
.section-3 .bubble-small,
.section-3 .bubble-big {
  display: block;
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-collagen/bg-bubble.png");
  position: absolute;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain !important;
  width: calc(100vw * 118/1440);
  height: calc(100vw * 120/1440);
  top: calc(100vw * 60/1440);
  right: calc(100vw * 390/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble-small,
.section-3 .bubble-big {
    background-size: 1440px auto;
  }
}
@media (min-width: 1440px) {
  .section-3 .bubble-small,
.section-3 .bubble-big {
    width: 118px;
    height: 120px;
    top: 60px;
    right: 390px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble-small,
.section-3 .bubble-big {
    width: calc(100vw * 68/375);
    height: calc(100vw * 69/375);
    top: calc(100vw * 40/375);
    right: calc(100vw * 20/375);
  }
}
.section-3 .bubble-small {
  width: calc(100vw * 58/1440);
  height: calc(100vw * 58/1440);
  top: calc(100vw * 560/1440);
  right: calc(100vw * 580/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble-small {
    width: 58px;
    height: 58px;
    top: 560px;
    right: 580px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble-small {
    width: calc(100vw * 38/375);
    height: calc(100vw * 39/375);
    top: calc(100vw * 420/375);
    right: calc(100vw * 70/375);
  }
}
.section-3 .bubble-group {
  position: relative;
  margin-top: calc(100vw * 30/1440);
  margin-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble-group {
    margin-top: 30px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble-group {
    margin-top: calc(100vw * 10/375);
    margin-bottom: calc(100vw * 10/375);
  }
}
.section-3 .bubble-group .float-bubble {
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: calc(100vw * 60/1440);
  left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble-group .float-bubble {
    top: 60px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble-group .float-bubble {
    top: calc(100vw * 220/375);
    left: calc(100vw * 30/375);
  }
}
@media (max-width: 767px) {
  .section-3 .bubble-group .float-bubble {
    right: auto;
  }
}
.section-3 .bubble-group .float-bubble > img {
  width: calc(100vw * 257/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble-group .float-bubble > img {
    width: 257px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble-group .float-bubble > img {
    width: calc(100vw * 92/375);
  }
}
.section-3 .bubble-group > div:not(.float-bubble) {
  margin: 0 auto;
  width: 850px;
}
@media (max-width: 767px) {
  .section-3 .bubble-group > div:not(.float-bubble) {
    width: auto;
  }
}
.section-3 .bubble-group > div:not(.float-bubble):first-child {
  text-align: left;
}
.section-3 .bubble-group > div:not(.float-bubble):nth-child(2) {
  text-align: right;
  margin-top: calc(100vw * -70/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble-group > div:not(.float-bubble):nth-child(2) {
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble-group > div:not(.float-bubble):nth-child(2) {
    margin-top: calc(100vw * -50/375);
  }
}
.section-3 .bubble-group > div:not(.float-bubble):nth-child(2) .bubble {
  padding-left: calc(100vw * 55/1440);
  padding-right: calc(100vw * 55/1440);
  padding-bottom: calc(100vw * 55/1440);
  padding-top: calc(100vw * 100/1440);
  margin-right: calc(100vw * -50/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble-group > div:not(.float-bubble):nth-child(2) .bubble {
    padding-left: 55px;
    padding-right: 55px;
    padding-bottom: 55px;
    padding-top: 100px;
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble-group > div:not(.float-bubble):nth-child(2) .bubble {
    padding-left: calc(100vw * 40/375);
    padding-right: calc(100vw * 40/375);
    padding-bottom: calc(100vw * 45/375);
    padding-top: calc(100vw * 70/375);
    margin-right: calc(100vw * 10/375);
  }
}
.section-3 .bubble-group > div:not(.float-bubble):nth-child(3) {
  text-align: left;
  margin-top: calc(100vw * -120/1440);
  padding-left: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble-group > div:not(.float-bubble):nth-child(3) {
    margin-top: -120px;
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble-group > div:not(.float-bubble):nth-child(3) {
    margin-top: calc(100vw * -10/375);
    padding-left: calc(100vw * 30/375);
  }
}
.section-3 .bubble-group > div:not(.float-bubble):nth-child(3) .bubble {
  padding-left: calc(100vw * 60/1440);
  padding-right: calc(100vw * 60/1440);
  padding-bottom: calc(100vw * 85/1440);
  padding-top: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .section-3 .bubble-group > div:not(.float-bubble):nth-child(3) .bubble {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 85px;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .section-3 .bubble-group > div:not(.float-bubble):nth-child(3) .bubble {
    padding-left: calc(100vw * 40/375);
    padding-right: calc(100vw * 40/375);
    padding-bottom: calc(100vw * 47/375);
    padding-top: calc(100vw * 60/375);
  }
}

.section-4 {
  text-align: center;
  margin-bottom: calc(100vw * 56/1440);
  margin-top: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  .section-4 {
    margin-bottom: 56px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-4 {
    margin-bottom: calc(100vw * 40/375);
    margin-top: calc(100vw * 0/375);
  }
}
.section-4 .title-bubble {
  width: calc(100vw * 323/1440);
  margin-bottom: calc(100vw * -195/1440);
  margin-left: calc(100vw * -323/1440);
}
@media (min-width: 1440px) {
  .section-4 .title-bubble {
    width: 323px;
    margin-bottom: -195px;
    margin-left: -323px;
  }
}
@media (max-width: 767px) {
  .section-4 .title-bubble {
    width: calc(100vw * 133/375);
    margin-bottom: calc(100vw * -72/375);
    margin-left: calc(100vw * -200/375);
  }
}
.section-4 .title {
  color: #D11C68;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
  margin-top: calc(100vw * 0/1440);
  margin-left: calc(100vw * 250/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  .section-4 .title {
    font-size: 100px;
    margin-top: 0px;
    margin-left: 250px;
  }
}
@media (max-width: 767px) {
  .section-4 .title {
    font-size: calc(100vw * 45/375);
    margin-top: calc(100vw * -10/375);
    margin-left: calc(100vw * 50/375);
  }
}
.section-4 > .sub-title {
  color: #D11C68;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 70/1440);
  margin-left: calc(100vw * 250/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  .section-4 > .sub-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .section-4 > .sub-title {
    font-size: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  .section-4 > .sub-title {
    margin-left: 250px;
  }
}
@media (max-width: 767px) {
  .section-4 > .sub-title {
    margin-left: calc(100vw * 50/375);
  }
}
.section-4 .detail {
  display: flex;
  margin-top: calc(100vw * 175/1440);
}
@media (min-width: 1440px) {
  .section-4 .detail {
    margin-top: 175px;
  }
}
@media (max-width: 767px) {
  .section-4 .detail {
    margin-top: calc(100vw * 290/375);
  }
}
@media (max-width: 767px) {
  .section-4 .detail {
    flex-direction: column;
  }
}
.section-4 .detail .hair {
  position: relative;
  flex-basis: 50%;
}
.section-4 .detail .hair > img {
  position: absolute;
  left: 0;
  z-index: 2;
  width: calc(100vw * 820/1440);
  bottom: calc(100vw * -200/1440);
}
@media (min-width: 1440px) {
  .section-4 .detail .hair > img {
    width: 820px;
    bottom: -200px;
  }
}
@media (max-width: 767px) {
  .section-4 .detail .hair > img {
    width: calc(100vw * 290/375);
    bottom: calc(100vw * -145/375);
  }
}
.section-4 .detail .content {
  flex-basis: 65%;
  margin-right: -250px;
}
@media (max-width: 767px) {
  .section-4 .detail .content {
    z-index: 9;
  }
}
.section-4 .detail .content .title {
  text-align: left;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 70/1440);
  margin-left: calc(100vw * 180/1440);
  padding-bottom: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  .section-4 .detail .content .title {
    font-size: 50px;
    line-height: 70px;
    margin-left: 180px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .section-4 .detail .content .title {
    font-size: calc(100vw * 28/375);
    line-height: calc(100vw * 26/375);
    margin-left: calc(100vw * 0/375);
    padding-bottom: calc(100vw * 10/375);
  }
}
@media (max-width: 767px) {
  .section-4 .detail .content .title {
    text-align: center;
  }
  .section-4 .detail .content .title > span {
    display: block;
  }
}
.section-4 .detail .content .bubble {
  display: flex;
  align-items: center;
  border: 1px solid #D11C68;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  border-radius: calc(100vw * 173/1440);
  margin-bottom: calc(100vw * 25/1440);
  margin-left: calc(100vw * 0/1440);
  padding-top: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 0/1440);
  padding-left: calc(100vw * 119/1440);
  padding-right: calc(100vw * 303/1440);
}
@media (min-width: 1440px) {
  .section-4 .detail .content .bubble {
    border-radius: 173px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 119px;
    padding-right: 303px;
  }
}
@media (max-width: 767px) {
  .section-4 .detail .content .bubble {
    border-radius: calc(100vw * 173/375);
    margin-bottom: calc(100vw * 14/375);
    margin-left: calc(100vw * 30/375);
    padding-top: calc(100vw * 0/375);
    padding-bottom: calc(100vw * 0/375);
    padding-left: calc(100vw * 35/375);
    padding-right: calc(100vw * 35/375);
  }
}
.section-4 .detail .content .bubble > div:first-child {
  color: #D11C68;
  font-style: italic;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 215/1440);
  line-height: calc(100vw * 220/1440);
  margin-right: calc(100vw * 43/1440);
}
@media (min-width: 1440px) {
  .section-4 .detail .content .bubble > div:first-child {
    font-size: 215px;
    line-height: 220px;
    margin-right: 43px;
  }
}
@media (max-width: 767px) {
  .section-4 .detail .content .bubble > div:first-child {
    font-size: calc(100vw * 50/375);
    line-height: calc(100vw * 127/375);
    margin-right: calc(100vw * 24/375);
  }
}
.section-4 .detail .content .bubble > div:last-child {
  text-align: left;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  .section-4 .detail .content .bubble > div:last-child {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  .section-4 .detail .content .bubble > div:last-child {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
  }
}
.section-4 .detail .content .bubble > div:last-child .desk-block {
  display: block;
}
@media (max-width: 767px) {
  .section-4 .detail .content .bubble > div:last-child .mob-block {
    display: block;
  }
  .section-4 .detail .content .bubble > div:last-child .desk-block {
    display: inline-block;
  }
}

.section-5 {
  text-align: center;
  margin-top: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  .section-5 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .section-5 {
    margin-top: calc(100vw * 0/375);
  }
}
.section-5 > .title {
  text-align: center;
  font-family: "DB-Heavent-reg" !important;
  color: #D11C68;
  font-size: calc(100vw * 100/1440);
  line-height: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .section-5 > .title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .section-5 > .title {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 45/375);
  }
}
.section-5 .product {
  display: inline-flex;
  align-items: center;
  margin-top: calc(100vw * -320/1440);
  margin-left: calc(100vw * -210/1440);
}
@media (max-width: 767px) {
  .section-5 .product {
    flex-direction: column;
  }
}
@media (min-width: 1440px) {
  .section-5 .product {
    margin-top: -320px;
    margin-left: -210px;
  }
}
@media (max-width: 767px) {
  .section-5 .product {
    margin-top: calc(100vw * 0/375);
    margin-left: calc(100vw * 0/375);
  }
}
.section-5 .product .image img {
  height: calc(100vw * 1084/1440);
}
@media (min-width: 1440px) {
  .section-5 .product .image img {
    height: 1084px;
  }
}
@media (max-width: 767px) {
  .section-5 .product .image img {
    height: calc(100vw * 392/375);
  }
}
.section-5 .product .content {
  text-align: center;
  line-height: 1;
  font-size: calc(100vw * 45/1440);
  margin-left: calc(100vw * -80/1440);
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-5 .product .content {
    font-size: 45px;
    margin-left: -80px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-5 .product .content {
    font-size: calc(100vw * 23/375);
    margin-left: calc(100vw * 0/375);
    margin-top: calc(100vw * -50/375);
  }
}
.section-5 .product .content .title {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 75/1440);
  padding-bottom: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  .section-5 .product .content .title {
    font-size: 75px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .section-5 .product .content .title {
    font-size: calc(100vw * 35/375);
    padding-bottom: calc(100vw * 10/375);
  }
}
.section-5 .product .content .sub-title {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .section-5 .product .content .sub-title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .section-5 .product .content .sub-title {
    font-size: calc(100vw * 25/375);
  }
}
.section-5 .product .content .quote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  padding-left: calc(100vw * 70/1440);
  padding-right: calc(100vw * 40/1440);
  padding-top: calc(100vw * 6/1440);
  padding-bottom: calc(100vw * 6/1440);
  border-radius: calc(100vw * 173/1440);
  margin-top: calc(100vw * 50/1440);
  margin-bottom: calc(100vw * 50/1440);
  background-color: #FFFFFF;
  position: relative;
  line-height: 1;
}
@media (min-width: 1440px) {
  .section-5 .product .content .quote {
    font-size: 50px;
    padding-left: 70px;
    padding-right: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 173px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-5 .product .content .quote {
    font-size: calc(100vw * 28/375);
    padding-left: calc(100vw * 25/375);
    padding-right: calc(100vw * 20/375);
    padding-top: calc(100vw * 4/375);
    padding-bottom: calc(100vw * 4/375);
    border-radius: calc(100vw * 173/375);
    margin-top: calc(100vw * 24/375);
    margin-bottom: calc(100vw * 24/375);
  }
}
.section-5 .product .content .quote::before {
  content: "";
  position: absolute;
  bottom: 0;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain !important;
  width: calc(100vw * 62/1440);
  height: calc(100vw * 94/1440);
  left: calc(100vw * -5/1440);
}
@media (min-width: 1440px) {
  .section-5 .product .content .quote::before {
    background-size: 1440px auto;
  }
}
@media (min-width: 1440px) {
  .section-5 .product .content .quote::before {
    width: 62px;
    height: 94px;
    left: -5px;
  }
}
@media (max-width: 767px) {
  .section-5 .product .content .quote::before {
    width: calc(100vw * 33/375);
    height: calc(100vw * 50/375);
    left: calc(100vw * -15/375);
  }
}
.section-5 .product .content button {
  color: #FFFFFF;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 50/1440);
  padding-left: calc(100vw * 60/1440);
  padding-right: calc(100vw * 60/1440);
  padding-top: calc(100vw * 7.5/1440);
  padding-bottom: calc(100vw * 7.5/1440);
  margin-top: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  .section-5 .product .content button {
    font-size: 45px;
    line-height: 50px;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 7.5px;
    padding-bottom: 7.5px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .section-5 .product .content button {
    font-size: calc(100vw * 20/375);
    line-height: calc(100vw * 25/375);
    padding-left: calc(100vw * 25/375);
    padding-right: calc(100vw * 25/375);
    padding-top: calc(100vw * 6/375);
    padding-bottom: calc(100vw * 5/375);
    margin-top: calc(100vw * 20/375);
  }
}
.section-5 .product.flip {
  margin-left: calc(100vw * 0/1440);
  margin-right: calc(100vw * -210/1440);
  transform: translateY(-60px);
}
@media (min-width: 1440px) {
  .section-5 .product.flip {
    margin-left: 0px;
    margin-right: -210px;
  }
}
@media (max-width: 767px) {
  .section-5 .product.flip {
    margin-left: calc(100vw * 0/375);
    margin-right: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-5 .product.flip {
    transform: translateY(0);
  }
}
.section-5 .product.flip .image {
  order: 2;
}
.section-5 .product.flip .content {
  order: 1;
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-5 .product.flip .content {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-5 .product.flip .content {
    margin-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-5 .product.flip .image {
    order: 1;
  }
  .section-5 .product.flip .content {
    order: 2;
  }
}
.section-5 .product.pink {
  margin-top: calc(100vw * -150/1440);
  position: relative;
  z-index: 9;
}
@media (min-width: 1440px) {
  .section-5 .product.pink {
    margin-top: -150px;
  }
}
@media (max-width: 767px) {
  .section-5 .product.pink {
    margin-top: calc(100vw * -40/375);
  }
}
.section-5 .product.pink .sub-title,
.section-5 .product.pink .title {
  color: #D11C68;
}
.section-5 .product.pink .quote {
  border: 1px solid #D11C68;
}
.section-5 .product.pink .quote::before {
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-collagen/drop-power-shine.png");
}
.section-5 .product.pink button {
  border: none;
  background-color: #D11C68;
}
.section-5 .product.orange .image {
  margin-right: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-5 .product.orange .image {
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .section-5 .product.orange .image {
    margin-right: calc(100vw * -20/375);
  }
}
.section-5 .product.orange .sub-title,
.section-5 .product.orange .title {
  color: #C93F26;
}
.section-5 .product.orange .quote {
  border: 1px solid #C93F26;
}
.section-5 .product.orange .quote::before {
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-collagen/drop-damage-rescue.png");
}
.section-5 .product.orange button {
  border: none;
  background-color: #C93F26;
}
.section-5 .product.blue {
  margin-top: calc(100vw * -300/1440);
}
@media (min-width: 1440px) {
  .section-5 .product.blue {
    margin-top: -300px;
  }
}
@media (max-width: 767px) {
  .section-5 .product.blue {
    margin-top: calc(100vw * 0/375);
  }
}
.section-5 .product.blue .sub-title,
.section-5 .product.blue .title {
  color: #0069A2;
}
.section-5 .product.blue .quote {
  border: 1px solid #0069A2;
}
.section-5 .product.blue .quote::before {
  background-image: url("https://www.jeban.com/spotlight-item/sunsilk-collagen/drop-volume-booster.png");
}
.section-5 .product.blue button {
  border: none;
  background-color: #0069A2;
}

.section-6 {
  text-align: center;
  padding-bottom: calc(100vw * 64/1440);
  margin-top: calc(100vw * -90/1440);
}
@media (min-width: 1440px) {
  .section-6 {
    padding-bottom: 64px;
    margin-top: -90px;
  }
}
@media (max-width: 767px) {
  .section-6 {
    padding-bottom: calc(100vw * 30/375);
    margin-top: calc(100vw * 50/375);
  }
}
.section-6 .title {
  color: #D11C68;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
  line-height: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .section-6 .title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .section-6 .title {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 40/375);
  }
}
.section-6 .quote {
  border: 1px solid #D11C68;
  background-color: #FFFFFF;
  display: inline-block;
  line-height: 1;
  font-size: calc(100vw * 45/1440);
  border-radius: calc(100vw * 173/1440);
  margin-top: calc(100vw * 36/1440);
  margin-bottom: calc(100vw * 81/1440);
  padding-left: calc(100vw * 166/1440);
  padding-right: calc(100vw * 166/1440);
  padding-top: calc(100vw * 36/1440);
  padding-bottom: calc(100vw * 36/1440);
}
@media (min-width: 1440px) {
  .section-6 .quote {
    font-size: 45px;
    border-radius: 173px;
    margin-top: 36px;
    margin-bottom: 81px;
    padding-left: 166px;
    padding-right: 166px;
    padding-top: 36px;
    padding-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .section-6 .quote {
    font-size: calc(100vw * 25/375);
    border-radius: calc(100vw * 173/375);
    margin-top: calc(100vw * 16/375);
    margin-bottom: calc(100vw * 48/375);
    padding-left: calc(100vw * 56/375);
    padding-right: calc(100vw * 56/375);
    padding-top: calc(100vw * 20/375);
    padding-bottom: calc(100vw * 20/375);
  }
}
.section-6 .content {
  text-align: center;
}
@media (min-width: 768px) {
  .section-6 .content .title {
    padding-right: calc(100vw * 350/1440);
    padding-top: calc(100vw * 70/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .section-6 .content .title {
    padding-right: 350px;
    padding-top: 70px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .section-6 .content .title {
    padding-right: calc(100vw * 0/375);
    padding-top: calc(100vw * 0/375);
  }
}
.section-6 .content .title > p {
  color: #D11C68;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 70/1440);
  line-height: calc(100vw * 70/1440);
}
@media (min-width: 1440px) {
  .section-6 .content .title > p {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .section-6 .content .title > p {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 33/375);
  }
}
.section-6 .content .title > p:first-child {
  font-size: calc(100vw * 100/1440);
  line-height: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .section-6 .content .title > p:first-child {
    font-size: 100px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-6 .content .title > p:first-child {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 50/375);
  }
}
.section-6 .content .title > p:nth-child(2) {
  font-size: calc(100vw * 100/1440);
  line-height: calc(100vw * 70/1440);
  padding-top: calc(100vw * 24/1440);
}
@media (min-width: 1440px) {
  .section-6 .content .title > p:nth-child(2) {
    font-size: 100px;
    line-height: 70px;
    padding-top: 24px;
  }
}
@media (max-width: 767px) {
  .section-6 .content .title > p:nth-child(2) {
    font-size: calc(100vw * 50/375);
    line-height: calc(100vw * 33/375);
    padding-top: calc(100vw * 0/375);
  }
}
.section-6 .content .content {
  font-size: calc(100vw * 45/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  .section-6 .content .content {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .section-6 .content .content {
    font-size: calc(100vw * 23/375);
  }
}
.section-6 .content .content button {
  border: 1px solid #D11C68;
  color: #D11C68;
  background-color: #FFFFFF;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 45/1440);
  padding-top: calc(100vw * 2/1440);
  padding-top: calc(100vw * 4/1440);
  padding-left: calc(100vw * 60/1440);
  padding-right: calc(100vw * 60/1440);
  border-radius: calc(100vw * 60/1440);
  margin-top: calc(100vw * 24/1440);
}
@media (min-width: 1440px) {
  .section-6 .content .content button {
    font-size: 45px;
    line-height: 45px;
    padding-top: 2px;
    padding-top: 4px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 60px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .section-6 .content .content button {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
    padding-top: calc(100vw * 0/375);
    padding-top: calc(100vw * 0/375);
    padding-left: calc(100vw * 40/375);
    padding-right: calc(100vw * 40/375);
    border-radius: calc(100vw * 40/375);
    margin-top: calc(100vw * 11/375);
  }
}
.section-6 img.sunsilk-collagen {
  width: calc(100vw * 320/1440);
  margin-top: calc(100vw * -250/1440);
  margin-bottom: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .section-6 img.sunsilk-collagen {
    width: 320px;
    margin-top: -250px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .section-6 img.sunsilk-collagen {
    width: calc(100vw * 200/375);
    margin-top: calc(100vw * 25/375);
    margin-bottom: calc(100vw * 25/375);
  }
}
@media (min-width: 768px) {
  .section-6 img.sunsilk-collagen {
    margin-left: calc(100vw * 550/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .section-6 img.sunsilk-collagen {
    margin-left: 550px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .section-6 img.sunsilk-collagen {
    margin-left: calc(100vw * 0/375);
  }
}

.btn-user-review,
.shopping-link {
  cursor: pointer;
}
.btn-user-review button,
.shopping-link button {
  cursor: pointer !important;
}

/*# sourceMappingURL=custom.css.map */