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

body {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
body:-webkit-scrollbar {
  display: none;
}

#head-and-shoulders-content {
  color: #2F3490;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#head-and-shoulders-content .mw-1440px {
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
#head-and-shoulders-content > div {
  width: 100%;
}
#head-and-shoulders-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/head-and-shoulders_premium-scalp-care/1440/bg-cover.jpg");
  height: calc(100vw * 960/1440);
  padding-top: calc(100vw * 90/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/bg-cover.webp");
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/bg-cover.jpg");
    background-size: auto 100%;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/bg-cover.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover {
    height: 960px;
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover {
    height: calc(100vw * 630/375);
    padding-top: calc(100vw * 10/375);
  }
}
#head-and-shoulders-content #cover .title {
  display: flex;
  flex-flow: row wrap;
}
@media (min-width: 768px) {
  #head-and-shoulders-content #cover .title {
    padding-left: calc(100vw * 132/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #head-and-shoulders-content #cover .title {
    padding-left: 132px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #head-and-shoulders-content #cover .title {
    padding-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title {
    flex-flow: column;
    align-items: center;
  }
}
#head-and-shoulders-content #cover .title h1 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/head-and-shoulders_logo-v.png");
  width: calc(100vw * 190/1440);
  height: calc(100vw * 459.17/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #cover .title h1 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/head-and-shoulders_logo-v.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover .title h1 {
    width: 190px;
    height: 459.17px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title h1 {
    width: calc(100vw * 40/375);
    height: calc(100vw * 98.17/375);
  }
}
#head-and-shoulders-content #cover .title .title-body {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-left: calc(100vw * 50/1440);
  padding-top: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover .title .title-body {
    padding-left: 50px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title .title-body {
    padding-left: calc(100vw * 0/375);
    padding-top: calc(100vw * 0/375);
  }
}
#head-and-shoulders-content #cover .title .title-body h2 {
  font-family: "Muli", sans-serif !important;
  font-size: calc(100vw * 97/1440);
  display: flex;
  flex-flow: column;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover .title .title-body h2 {
    font-size: 97px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title .title-body h2 {
    font-size: calc(100vw * 48/375);
  }
}
#head-and-shoulders-content #cover .title .title-body h2 span {
  font-size: calc(100vw * 72/1440);
  display: flex;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover .title .title-body h2 span {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title .title-body h2 span {
    font-size: calc(100vw * 35/375);
  }
}
#head-and-shoulders-content #cover .title .title-body h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 83/1440);
  margin-top: calc(100vw * -10/1440);
  margin-bottom: calc(100vw * -10/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover .title .title-body h3 {
    font-size: 83px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title .title-body h3 {
    font-size: calc(100vw * 33/375);
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover .title .title-body h3 {
    margin-top: -10px;
    margin-bottom: -10px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title .title-body h3 {
    margin-top: calc(100vw * -5/375);
    margin-bottom: calc(100vw * -5/375);
  }
}
#head-and-shoulders-content #cover .title .title-body h4, #head-and-shoulders-content #cover .title .title-body h5 {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover .title .title-body h4, #head-and-shoulders-content #cover .title .title-body h5 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title .title-body h4, #head-and-shoulders-content #cover .title .title-body h5 {
    font-size: calc(100vw * 23/375);
  }
}
#head-and-shoulders-content #cover .title .title-body h4 strong, #head-and-shoulders-content #cover .title .title-body h5 strong {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover .title .title-body h4 strong, #head-and-shoulders-content #cover .title .title-body h5 strong {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title .title-body h4 strong, #head-and-shoulders-content #cover .title .title-body h5 strong {
    font-size: calc(100vw * 42/375);
  }
}
#head-and-shoulders-content #cover .title .title-body h4 {
  position: relative;
}
#head-and-shoulders-content #cover .title .title-body h4:after {
  content: "";
  display: inline-flex;
  background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/flag-japan.png");
  width: calc(100vw * 80/1440);
  height: calc(100vw * 38/1440);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #cover .title .title-body h4:after {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/flag-japan.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover .title .title-body h4:after {
    width: 80px;
    height: 38px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title .title-body h4:after {
    width: calc(100vw * 42/375);
    height: calc(100vw * 18/375);
  }
}
#head-and-shoulders-content #cover .title .title-body h5 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  padding-left: calc(100vw * 128/1440);
  margin-top: calc(100vw * -40/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover .title .title-body h5 {
    padding-left: 128px;
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title .title-body h5 {
    padding-left: calc(100vw * 66/375);
    margin-top: calc(100vw * -18/375);
  }
}
#head-and-shoulders-content #cover .title .title-body h5 strong {
  font-size: calc(100vw * 100/1440);
  margin-left: calc(100vw * 4/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover .title .title-body h5 strong {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title .title-body h5 strong {
    font-size: calc(100vw * 42/375);
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #cover .title .title-body h5 strong {
    margin-left: 4px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #cover .title .title-body h5 strong {
    margin-left: calc(100vw * 2/375);
  }
}
#head-and-shoulders-content #sec-1 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/bg-sec-1.jpg");
  height: calc(100vw * 1514/1440);
  padding-top: calc(100vw * 0/1440);
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-1 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/bg-sec-1.webp");
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/bg-sec-1.jpg");
    background-size: auto 100%;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/bg-sec-1.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-1 {
    height: 1514px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1 {
    height: calc(100vw * 926/375);
    padding-top: calc(100vw * 0/375);
  }
}
#head-and-shoulders-content #sec-1 .white-panel {
  width: calc(100vw * 670/1440);
  height: calc(100vw * 740/1440);
  border-radius: calc(100vw * 69/1440);
  margin-top: calc(100vw * -160/1440);
  background: white;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-1 .white-panel {
    width: 670px;
    height: 740px;
    border-radius: 69px;
    margin-top: -160px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1 .white-panel {
    width: calc(100vw * 343/375);
    height: calc(100vw * 460/375);
    border-radius: calc(100vw * 25/375);
    margin-top: calc(100vw * -20/375);
  }
}
#head-and-shoulders-content #sec-1 .white-panel h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 44/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-1 .white-panel h2 {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1 .white-panel h2 {
    font-size: calc(100vw * 25/375);
  }
}
#head-and-shoulders-content #sec-1 .white-panel p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  line-height: 1.25;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-1 .white-panel p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1 .white-panel p {
    font-size: calc(100vw * 22/375);
  }
}
#head-and-shoulders-content #sec-1 .white-panel p:not(:last-child) {
  padding: calc(100vw * 32/1440) calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-1 .white-panel p:not(:last-child) {
    padding: 32px 0px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1 .white-panel p:not(:last-child) {
    padding: calc(100vw * 20/375) calc(100vw * 0/375);
  }
}
#head-and-shoulders-content #sec-1 .white-panel p strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
#head-and-shoulders-content #sec-1:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/overlay-sec-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 167/1440);
  top: calc(100vw * -60/1440);
  width: calc(100vw * 1167.33/1440);
  height: calc(100vw * 751.35/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-1:before {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/overlay-sec-1.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-1:before {
    left: 167px;
    top: -60px;
    width: 1167.33px;
    height: 751.35px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1:before {
    left: calc(100vw * 0/375);
    top: calc(100vw * 42/375);
    width: calc(100vw * 375/375);
    height: calc(100vw * 453/375);
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1:before {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/overlay-sec-1.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-1:before {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/overlay-sec-1.webp");
  }
}
#head-and-shoulders-content #sec-1:before {
  z-index: 3;
}
#head-and-shoulders-content #sec-1 h1 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/head-and-shoulders_logo-h.png");
  width: calc(100vw * 420/1440);
  height: calc(100vw * 335.01/1440);
  margin-top: calc(100vw * 32/1440);
  margin-bottom: calc(100vw * 16/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-1 h1 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/head-and-shoulders_logo-h.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-1 h1 {
    width: 420px;
    height: 335.01px;
    margin-top: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1 h1 {
    width: calc(100vw * 204/375);
    height: calc(100vw * 163.01/375);
    margin-top: calc(100vw * 32/375);
    margin-bottom: calc(100vw * 12/375);
  }
}
#head-and-shoulders-content #sec-1 > h2, #head-and-shoulders-content #sec-1 > p, #head-and-shoulders-content #sec-1 > small {
  color: white;
  line-height: 1.3;
}
#head-and-shoulders-content #sec-1 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-1 h2 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1 h2 {
    font-size: calc(100vw * 22/375);
  }
}
#head-and-shoulders-content #sec-1 p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-1 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1 p {
    font-size: calc(100vw * 22/375);
  }
}
#head-and-shoulders-content #sec-1 p strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
#head-and-shoulders-content #sec-1 small {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 18/1440);
  margin-top: calc(100vw * 12/1440);
  white-space: nowrap;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-1 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1 small {
    font-size: calc(100vw * 14/375);
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-1 small {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-1 small {
    margin-top: calc(100vw * 6/375);
  }
}
#head-and-shoulders-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/head-and-shoulders_premium-scalp-care/1440/bg-sec-2.jpg");
  height: calc(100vw * 763/1440);
  padding-top: calc(100vw * 10/1440);
  padding-right: calc(100vw * 520/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-2 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/bg-sec-2.webp");
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/bg-sec-2.jpg");
    background-size: auto 100%;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/bg-sec-2.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-2 {
    height: 763px;
    padding-top: 10px;
    padding-right: 520px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-2 {
    height: calc(100vw * 944/375);
    padding-top: calc(100vw * 15/375);
    padding-right: calc(100vw * 0/375);
  }
}
#head-and-shoulders-content #sec-2 h2 {
  font-family: "Muli", sans-serif !important;
  font-size: calc(100vw * 100/1440);
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-2 h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-2 h2 {
    font-size: calc(100vw * 50/375);
  }
}
#head-and-shoulders-content #sec-2 h2 span {
  font-size: calc(100vw * 100/1440);
  display: flex;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-2 h2 span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-2 h2 span {
    font-size: calc(100vw * 40/375);
  }
}
#head-and-shoulders-content #sec-2 h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-2 h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-2 h3 {
    font-size: calc(100vw * 35/375);
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-2 h3 {
    line-height: 1;
  }
}
#head-and-shoulders-content #sec-2 h3 span {
  font-size: calc(100vw * 45/1440);
  padding-top: calc(100vw * 0/1440);
  display: flex;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-2 h3 span {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-2 h3 span {
    font-size: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-2 h3 span {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-2 h3 span {
    padding-top: calc(100vw * 5/375);
  }
}
#head-and-shoulders-content #sec-2 img {
  width: calc(100vw * 150/1440);
  height: calc(100vw * 87.39/1440);
  margin-top: calc(100vw * 20/1440);
  margin-bottom: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-2 img {
    width: 150px;
    height: 87.39px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-2 img {
    width: calc(100vw * 64/375);
    height: calc(100vw * 37.29/375);
    margin-top: calc(100vw * 10/375);
    margin-bottom: calc(100vw * 10/375);
  }
}
#head-and-shoulders-content .product-info {
  display: flex;
  flex-flow: column;
  align-items: center;
  color: white;
}
#head-and-shoulders-content .product-info h2 {
  font-family: "Muli", sans-serif !important;
  font-size: calc(100vw * 55/1440);
  margin-top: calc(100vw * -45/1440);
  white-space: nowrap;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info h2 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info h2 {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info h2 {
    margin-top: -45px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info h2 {
    margin-top: calc(100vw * -50/375);
  }
}
#head-and-shoulders-content .product-info h3 {
  font-family: "Muli", sans-serif !important;
  font-size: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info h3 {
    font-size: calc(100vw * 45/375);
  }
}
#head-and-shoulders-content .product-info blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80/1440);
  height: calc(100vw * 118/1440);
  padding-left: calc(100vw * 40/1440);
  padding-right: calc(100vw * 40/1440);
  border-radius: calc(100vw * 40/1440);
  margin-top: calc(100vw * 45/1440);
  margin-bottom: calc(100vw * 75/1440);
  color: white;
  display: inline-flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info blockquote {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info blockquote {
    font-size: calc(100vw * 45/375);
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info blockquote {
    height: 118px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 40px;
    margin-top: 45px;
    margin-bottom: 75px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info blockquote {
    height: calc(100vw * 55/375);
    padding-left: calc(100vw * 24/375);
    padding-right: calc(100vw * 24/375);
    border-radius: calc(100vw * 18/375);
    margin-top: calc(100vw * 28/375);
    margin-bottom: calc(100vw * 32/375);
  }
}
#head-and-shoulders-content .product-info img {
  width: calc(100vw * 500/1440);
  margin-bottom: calc(100vw * -215/1440);
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info img {
    width: 500px;
    margin-bottom: -215px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info img {
    width: calc(100vw * 195/375);
    margin-bottom: calc(100vw * -96/375);
  }
}
#head-and-shoulders-content .product-info > ul {
  width: calc(100vw * 500/1440);
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info > ul {
    width: 500px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info > ul {
    width: calc(100vw * 200/375);
  }
}
#head-and-shoulders-content .product-info > ul li {
  width: 50%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info > ul li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info > ul li {
    font-size: calc(100vw * 20/375);
  }
}
#head-and-shoulders-content .product-info > ul li .btn-user-review {
  height: calc(100vw * 56/1440);
  width: calc(100vw * 200/1440);
  color: white;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info > ul li .btn-user-review {
    height: 56px;
    width: 200px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info > ul li .btn-user-review {
    height: calc(100vw * 36/375);
    width: calc(100vw * 90/375);
  }
}
#head-and-shoulders-content .product-info .bubble {
  min-height: calc(100vw * 600/1440);
  margin-top: calc(100vw * -15/1440);
  padding-top: 1%;
  background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/bg-bubble.png");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  z-index: 1;
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info .bubble {
    min-height: 600px;
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info .bubble {
    min-height: calc(100vw * 347.16/375);
    margin-top: calc(100vw * -15/375);
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content .product-info .bubble {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/bg-bubble.webp");
  }
}
#head-and-shoulders-content .product-info .bubble sup {
  font-size: 65%;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info .bubble {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info .bubble {
    font-size: calc(100vw * 22/375);
  }
}
#head-and-shoulders-content .product-info .bubble h3 {
  font-family: "Muli", sans-serif !important;
  font-size: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info .bubble h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info .bubble h3 {
    font-size: calc(100vw * 28/375);
  }
}
#head-and-shoulders-content .product-info .bubble p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 40/1440);
  padding-bottom: calc(100vw * 40/1440);
  line-height: 1.1;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info .bubble p {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info .bubble p {
    font-size: calc(100vw * 22/375);
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info .bubble p {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info .bubble p {
    padding-bottom: calc(100vw * 24/375);
  }
}
#head-and-shoulders-content .product-info small {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 18/1440);
  margin-top: calc(100vw * -20/1440);
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info small {
    font-size: calc(100vw * 14/375);
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content .product-info small {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content .product-info small {
    margin-top: calc(100vw * -10/375);
  }
}
#head-and-shoulders-content .product-info:before {
  z-index: 3;
}
#head-and-shoulders-content #sec-3 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/bg-sec-3.jpg");
  height: calc(100vw * 1819/1440);
  padding-top: calc(100vw * 0/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-3 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/bg-sec-3.webp");
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/bg-sec-3.jpg");
    background-size: auto 100%;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/bg-sec-3.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-3 {
    height: 1819px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-3 {
    height: calc(100vw * 915/375);
    padding-top: calc(100vw * 0/375);
  }
}
#head-and-shoulders-content #sec-3 > h2, #head-and-shoulders-content #sec-3 > h3 {
  color: #2F3490;
}
#head-and-shoulders-content #sec-3 blockquote,
#head-and-shoulders-content #sec-3 .btn-user-review {
  background: #2F3490;
}
#head-and-shoulders-content #sec-3:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/head-and-shoulders_premium-scalp-care_moisture_before.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 303/1440);
  top: calc(100vw * 830/1440);
  width: calc(100vw * 216/1440);
  height: calc(100vw * 216/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-3:before {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/head-and-shoulders_premium-scalp-care_moisture_before.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-3:before {
    left: 303px;
    top: 830px;
    width: 216px;
    height: 216px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-3:before {
    left: calc(100vw * 37/375);
    top: calc(100vw * 395/375);
    width: calc(100vw * 70/375);
    height: calc(100vw * 70/375);
  }
}
#head-and-shoulders-content #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/head-and-shoulders_premium-scalp-care/1440/bg-sec-4.jpg");
  height: calc(100vw * 1959/1440);
  padding-top: calc(100vw * 65/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-4 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/bg-sec-4.webp");
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/bg-sec-4.jpg");
    background-size: auto 100%;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/bg-sec-4.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-4 {
    height: 1959px;
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-4 {
    height: calc(100vw * 1052/375);
    padding-top: calc(100vw * 60/375);
  }
}
#head-and-shoulders-content #sec-4 blockquote, #head-and-shoulders-content #sec-4 .btn-user-review {
  background: #005F5F;
}
#head-and-shoulders-content #sec-4 img {
  margin-bottom: calc(100vw * -250/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-4 img {
    margin-bottom: -250px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-4 img {
    margin-bottom: calc(100vw * -108/375);
  }
}
#head-and-shoulders-content #sec-4:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/head-and-shoulders_premium-scalp-care_refresh_before.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 902/1440);
  top: calc(100vw * 910/1440);
  width: calc(100vw * 220/1440);
  height: calc(100vw * 228/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-4:before {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/head-and-shoulders_premium-scalp-care_refresh_before.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-4:before {
    left: 902px;
    top: 910px;
    width: 220px;
    height: 228px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-4:before {
    left: calc(100vw * 269/375);
    top: calc(100vw * 445/375);
    width: calc(100vw * 70/375);
    height: calc(100vw * 72.42/375);
  }
}
#head-and-shoulders-content #sec-5 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/bg-sec-5.jpg");
  height: calc(100vw * 1048/1440);
  padding-top: calc(100vw * 215/1440);
  padding-left: calc(100vw * 500/1440);
  position: relative;
  display: flex;
  flex-flow: column;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/bg-sec-5.webp");
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/bg-sec-5.jpg");
    background-size: auto 100%;
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/bg-sec-5.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 {
    height: 1048px;
    padding-top: 215px;
    padding-left: 500px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 {
    height: calc(100vw * 899/375);
    padding-top: calc(100vw * 112/375);
    padding-left: calc(100vw * 0/375);
  }
}
#head-and-shoulders-content #sec-5:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/overlay-sec-5.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 129/1440);
  top: calc(100vw * 0/1440);
  width: calc(100vw * 525/1440);
  height: calc(100vw * 906/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-5:before {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/1440/overlay-sec-5.webp");
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5:before {
    left: 129px;
    top: 0px;
    width: 525px;
    height: 906px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5:before {
    left: calc(100vw * 117.58/375);
    top: calc(100vw * 405/375);
    width: calc(100vw * 174.96/375);
    height: calc(100vw * 272.43/375);
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5:before {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/overlay-sec-5.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #head-and-shoulders-content #sec-5:before {
    background-image: url("https://www.jeban.com/spotlight-item/head-and-shoulders_premium-scalp-care/375/overlay-sec-5.webp");
  }
}
#head-and-shoulders-content #sec-5:before {
  z-index: 3;
}
#head-and-shoulders-content #sec-5 picture {
  position: absolute;
}
#head-and-shoulders-content #sec-5 picture img {
  width: 100%;
}
#head-and-shoulders-content #sec-5 picture:nth-child(1) {
  width: calc(100vw * 265.78/1440);
  top: calc(100vw * -94/1440);
  left: calc(100vw * 637/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 picture:nth-child(1) {
    width: 265.78px;
    top: -94px;
    left: 637px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 picture:nth-child(1) {
    width: calc(100vw * 115.22/375);
    top: calc(100vw * -35/375);
    left: calc(100vw * 48/375);
  }
}
#head-and-shoulders-content #sec-5 picture:nth-child(2) {
  width: calc(100vw * 379.24/1440);
  top: calc(100vw * -224/1440);
  left: calc(100vw * 904/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 picture:nth-child(2) {
    width: 379.24px;
    top: -224px;
    left: 904px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 picture:nth-child(2) {
    width: calc(100vw * 164.4/375);
    top: calc(100vw * -90/375);
    left: calc(100vw * 164/375);
  }
}
#head-and-shoulders-content #sec-5 picture:nth-child(3) {
  width: calc(100vw * 532.51/1440);
  top: calc(100vw * 80/1440);
  left: calc(100vw * 28/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 picture:nth-child(3) {
    width: 532.51px;
    top: 80px;
    left: 28px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 picture:nth-child(3) {
    width: calc(100vw * 188.77/375);
    top: calc(100vw * 398/375);
    left: calc(100vw * 79.12/375);
  }
}
#head-and-shoulders-content #sec-5 h2 {
  font-family: "Muli", sans-serif !important;
  font-size: calc(100vw * 100/1440);
  margin-bottom: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 h2 {
    font-size: calc(100vw * 40/375);
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 h2 {
    margin-bottom: calc(100vw * 10/375);
  }
}
#head-and-shoulders-content #sec-5 ul {
  list-style-type: none;
  text-align: left;
  padding: 0;
  flex: 1;
}
#head-and-shoulders-content #sec-5 ul li {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  padding-left: calc(100vw * 162/1440);
  margin-bottom: calc(100vw * 12/1440);
  position: relative;
  line-height: 1.3;
  color: black;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 ul li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 ul li {
    font-size: calc(100vw * 22/375);
  }
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 ul li {
    padding-left: 162px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 ul li {
    padding-left: calc(100vw * 56/375);
    margin-bottom: calc(100vw * 4/375);
  }
}
#head-and-shoulders-content #sec-5 ul li:before {
  width: calc(100vw * 12/1440);
  height: calc(100vw * 12/1440);
  top: calc(100vw * 16/1440);
  left: calc(100vw * 120/1440);
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #2F3490;
  display: block;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 ul li:before {
    width: 12px;
    height: 12px;
    top: 16px;
    left: 120px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 ul li:before {
    width: calc(100vw * 6/375);
    height: calc(100vw * 6/375);
    top: calc(100vw * 11/375);
    left: calc(100vw * 36/375);
  }
}
#head-and-shoulders-content #sec-5 .promo {
  padding-bottom: calc(100vw * 60/1440);
  color: white;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 .promo {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 .promo {
    padding-bottom: calc(100vw * 40/375);
  }
}
#head-and-shoulders-content #sec-5 .promo h3, #head-and-shoulders-content #sec-5 .promo p {
  font-family: "DB-Heavent-reg" !important;
  line-height: 1.1;
}
#head-and-shoulders-content #sec-5 .promo h3 {
  font-size: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 .promo h3 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 .promo h3 {
    font-size: calc(100vw * 50/375);
  }
}
#head-and-shoulders-content #sec-5 .promo p {
  font-size: calc(100vw * 45/1440);
  display: flex;
  flex-flow: column;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 .promo p {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 .promo p {
    font-size: calc(100vw * 27/375);
  }
}
#head-and-shoulders-content #sec-5 .promo p strong {
  font-size: calc(100vw * 45/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #head-and-shoulders-content #sec-5 .promo p strong {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #head-and-shoulders-content #sec-5 .promo p strong {
    font-size: calc(100vw * 27/375);
  }
}