@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 (max-width: 767px) {
  .desk {
    display: none !important;
  }
}

.mob {
  display: block;
}
@media (min-width: 768px) {
  .mob {
    display: none !important;
  }
}

#dry-shampoo-content {
  font-family: "DB-Heavent-li" !important;
}
#dry-shampoo-content .mw-1440px {
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
#dry-shampoo-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/dry-shampoo/1440/bg-cover.jpg");
  height: calc(100vw * 1540/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/1440/bg-cover.webp");
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-cover.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-cover.webp");
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover {
    height: 1540px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover {
    height: calc(100vw * 1127/375);
  }
}
#dry-shampoo-content #cover .title {
  text-align: center;
  position: absolute;
  top: calc(100vw * 135/1440);
  left: calc(100vw * 83.1/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover .title {
    top: 135px;
    left: 83.1px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover .title {
    top: calc(100vw * 422/375);
    left: calc(100vw * 56.3/375);
  }
}
#dry-shampoo-content #cover .title > h1 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 150/1440);
  line-height: calc(100vw * 150/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover .title > h1 {
    font-size: 150px;
    line-height: 150px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover .title > h1 {
    font-size: calc(100vw * 61/375);
    line-height: calc(100vw * 69/375);
  }
}
#dry-shampoo-content #cover .title > h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 79.47/1440);
  line-height: calc(100vw * 85.14/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover .title > h2 {
    font-size: 79.47px;
    line-height: 85.14px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover .title > h2 {
    font-size: calc(100vw * 39/375);
    line-height: calc(100vw * 42/375);
  }
}
#dry-shampoo-content #cover .question {
  text-align: center;
  background-color: white;
  position: relative;
  margin-top: calc(100vw * 964.3/1440);
  margin-left: calc(100vw * 263.3/1440);
  font-size: calc(100vw * 40/1440);
  line-height: calc(100vw * 48/1440);
  padding-top: calc(100vw * 94.4/1440);
  padding-right: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 62.4/1440);
  padding-left: calc(100vw * 0/1440);
  width: calc(100vw * 879.95/1440);
  border-radius: calc(100vw * 53.08/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover .question {
    margin-top: 964.3px;
    margin-left: 263.3px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover .question {
    margin-top: calc(100vw * 649.7/375);
    margin-left: calc(100vw * 22/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover .question {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover .question {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 35/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover .question {
    padding-top: 94.4px;
    padding-right: 0px;
    padding-bottom: 62.4px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover .question {
    padding-top: calc(100vw * 101.3/375);
    padding-right: calc(100vw * 0/375);
    padding-bottom: calc(100vw * 39.1/375);
    padding-left: calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover .question {
    width: 879.95px;
    border-radius: 53.08px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover .question {
    width: calc(100vw * 318.67/375);
    border-radius: calc(100vw * 15.08/375);
  }
}
#dry-shampoo-content #cover .question .balloon {
  display: inline-block;
  position: absolute;
  top: calc(100vw * -157/1440);
  left: calc(100vw * 55.2/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover .question .balloon {
    top: -157px;
    left: 55.2px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover .question .balloon {
    top: calc(100vw * -47/375);
    left: calc(100vw * 100.3/375);
  }
}
#dry-shampoo-content #cover .question .balloon > img {
  width: calc(100vw * 227.81/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover .question .balloon > img {
    width: 227.81px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover .question .balloon > img {
    width: calc(100vw * 110.98/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover .question .balloon > img {
    transform: rotate(40deg);
  }
}
#dry-shampoo-content #cover .question .balloon > p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 78.33/1440);
  line-height: calc(100vw * 93.99/1440);
  color: white;
  transform: rotate(351.77deg);
  position: absolute;
  top: calc(100vw * 62/1440);
  left: calc(100vw * 22/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover .question .balloon > p {
    font-size: 78.33px;
    line-height: 93.99px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover .question .balloon > p {
    font-size: calc(100vw * 38.16/375);
    line-height: calc(100vw * 45.79/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #cover .question .balloon > p {
    top: 62px;
    left: 22px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #cover .question .balloon > p {
    top: calc(100vw * 32/375);
    left: calc(100vw * 9/375);
  }
}
#dry-shampoo-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/dry-shampoo/1440/bg-sec-1.jpg");
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-1 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/1440/bg-sec-1.webp");
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-1.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-1.webp");
  }
}
#dry-shampoo-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/dry-shampoo/1440/bg-sec-2.jpg");
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/1440/bg-sec-2.webp");
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-2.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-2.webp");
  }
}
#dry-shampoo-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/dry-shampoo/1440/bg-sec-3.jpg");
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-3 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/1440/bg-sec-3.webp");
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-3.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-3.webp");
  }
}
#dry-shampoo-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/dry-shampoo/1440/bg-sec-4.jpg");
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-4 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/1440/bg-sec-4.webp");
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-4.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-4.webp");
  }
}
#dry-shampoo-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/dry-shampoo/1440/bg-sec-5.jpg");
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-5 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/1440/bg-sec-5.webp");
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-5.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-5.webp");
  }
}
#dry-shampoo-content #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/dry-shampoo/1440/bg-sec-6.jpg");
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-6 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/1440/bg-sec-6.webp");
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-6.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-6.webp");
  }
}
#dry-shampoo-content #sec-7 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/1440/bg-sec-7.jpg");
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-7 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-7 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/1440/bg-sec-7.webp");
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-7.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-7 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-7.webp");
  }
}
#dry-shampoo-content #sec-8 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/1440/bg-sec-8.jpg");
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-8 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/1440/bg-sec-8.webp");
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-8.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #dry-shampoo-content #sec-8 {
    background-image: url("https://www.jeban.com/spotlight-item/dry-shampoo/375/bg-sec-8.webp");
  }
}
#dry-shampoo-content #sec-1 {
  height: calc(100vw * 528/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-1 {
    height: 528px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-1 {
    height: calc(100vw * 623/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-1 {
    margin-top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #dry-shampoo-content #sec-1 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #dry-shampoo-content #sec-1 {
    margin-top: calc(100vw * -34/375);
  }
}
#dry-shampoo-content #sec-1 .logo-list {
  text-align: center;
  margin-top: calc(100vw * 49.4/1440);
  margin-left: calc(100vw * 25.6/1440);
  margin-bottom: calc(100vw * 33.2/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-1 .logo-list {
    margin-top: 49.4px;
    margin-left: 25.6px;
    margin-bottom: 33.2px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-1 .logo-list {
    margin-top: calc(100vw * 92/375);
    margin-left: calc(100vw * 0/375);
    margin-bottom: calc(100vw * 35.2/375);
  }
}
#dry-shampoo-content #sec-1 .logo-list > div > img:nth-child(1),
#dry-shampoo-content #sec-1 .logo-list > img:nth-child(1) {
  width: calc(100vw * 253.26/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-1 .logo-list > div > img:nth-child(1),
#dry-shampoo-content #sec-1 .logo-list > img:nth-child(1) {
    width: 253.26px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-1 .logo-list > div > img:nth-child(1),
#dry-shampoo-content #sec-1 .logo-list > img:nth-child(1) {
    width: calc(100vw * 137.57/375);
  }
}
#dry-shampoo-content #sec-1 .logo-list > div > img:nth-child(2),
#dry-shampoo-content #sec-1 .logo-list > img:nth-child(2) {
  width: calc(100vw * 205.87/1440);
  margin-left: calc(100vw * 52.1/1440);
  margin-right: calc(100vw * 42.5/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-1 .logo-list > div > img:nth-child(2),
#dry-shampoo-content #sec-1 .logo-list > img:nth-child(2) {
    width: 205.87px;
    margin-left: 52.1px;
    margin-right: 42.5px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-1 .logo-list > div > img:nth-child(2),
#dry-shampoo-content #sec-1 .logo-list > img:nth-child(2) {
    width: calc(100vw * 127.35/375);
    margin-left: calc(100vw * 27/375);
    margin-right: calc(100vw * 0/375);
  }
}
#dry-shampoo-content #sec-1 .logo-list > div > img:nth-child(3),
#dry-shampoo-content #sec-1 .logo-list > img:nth-child(3) {
  width: calc(100vw * 222.38/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-1 .logo-list > div > img:nth-child(3),
#dry-shampoo-content #sec-1 .logo-list > img:nth-child(3) {
    width: 222.38px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-1 .logo-list > div > img:nth-child(3),
#dry-shampoo-content #sec-1 .logo-list > img:nth-child(3) {
    width: calc(100vw * 123.19/375);
  }
}
#dry-shampoo-content #sec-1 .logo-list > div > img:nth-child(4),
#dry-shampoo-content #sec-1 .logo-list > img:nth-child(4) {
  width: calc(100vw * 288.91/1440);
  margin-left: calc(100vw * 44/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-1 .logo-list > div > img:nth-child(4),
#dry-shampoo-content #sec-1 .logo-list > img:nth-child(4) {
    width: 288.91px;
    margin-left: 44px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-1 .logo-list > div > img:nth-child(4),
#dry-shampoo-content #sec-1 .logo-list > img:nth-child(4) {
    width: calc(100vw * 140.53/375);
    margin-left: calc(100vw * 17.6/375);
  }
}
#dry-shampoo-content #sec-1 .content {
  text-align: center;
}
#dry-shampoo-content #sec-1 .content > p {
  font-size: calc(100vw * 55.8/1440);
  line-height: calc(100vw * 92/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-1 .content > p {
    font-size: 55.8px;
    line-height: 92px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-1 .content > p {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 45/375);
  }
}
#dry-shampoo-content #sec-1 .content > p:first-child {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 70/1440);
  line-height: calc(100vw * 84/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-1 .content > p:first-child {
    font-size: 70px;
    line-height: 84px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-1 .content > p:first-child {
    font-size: calc(100vw * 50/375);
    line-height: calc(100vw * 60/375);
  }
}
#dry-shampoo-content #sec-2 {
  height: calc(100vw * 1737/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 {
    height: 1737px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 {
    height: calc(100vw * 2026/375);
  }
}
#dry-shampoo-content #sec-2 .howto {
  position: relative;
  margin-top: calc(100vw * 368.1/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .howto {
    margin-top: 368.1px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .howto {
    margin-top: calc(100vw * 0/375);
  }
}
#dry-shampoo-content #sec-2 .howto > img {
  display: block;
  margin: 0 auto;
  width: calc(100vw * 973.57/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .howto > img {
    width: 973.57px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .howto > img {
    width: calc(100vw * 348.12/375);
  }
}
#dry-shampoo-content #sec-2 .howto .content {
  position: absolute;
  text-align: center;
  top: calc(100vw * -180/1440);
  left: calc(100vw * 0/1440);
  right: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .howto .content {
    top: -180px;
    left: 0px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .howto .content {
    top: calc(100vw * 0/375);
    left: calc(100vw * 0/375);
    right: calc(100vw * 0/375);
  }
}
#dry-shampoo-content #sec-2 .howto .content .title {
  display: inline-flex;
  align-items: center;
  color: #D71585;
}
#dry-shampoo-content #sec-2 .howto .content .title > h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 110/1440);
  line-height: calc(100vw * 132/1440);
  transform: rotate(-5deg);
  text-shadow: 4px 1px 0 white;
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .howto .content .title > h2 {
    font-size: 110px;
    line-height: 132px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .howto .content .title > h2 {
    font-size: calc(100vw * 48/375);
    line-height: calc(100vw * 58/375);
  }
}
#dry-shampoo-content #sec-2 .howto .content .title > h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 90/1440);
  line-height: calc(100vw * 96/1440);
  margin-left: calc(100vw * 18.6/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .howto .content .title > h3 {
    font-size: 90px;
    line-height: 96px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .howto .content .title > h3 {
    font-size: calc(100vw * 40/375);
    line-height: calc(100vw * 42/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .howto .content .title > h3 {
    margin-left: 18.6px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .howto .content .title > h3 {
    margin-left: calc(100vw * 9.6/375);
  }
}
#dry-shampoo-content #sec-2 .howto .content > h4 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80/1440);
  line-height: calc(100vw * 96/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .howto .content > h4 {
    font-size: 80px;
    line-height: 96px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .howto .content > h4 {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 42/375);
  }
}
#dry-shampoo-content #sec-2 .howto .content > p {
  font-size: calc(100vw * 62/1440);
  line-height: calc(100vw * 62/1440);
  margin-top: calc(100vw * 14.2/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .howto .content > p {
    font-size: 62px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .howto .content > p {
    font-size: calc(100vw * 29/375);
    line-height: calc(100vw * 39/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .howto .content > p {
    margin-top: 14.2px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .howto .content > p {
    margin-top: calc(100vw * 6/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .howto .content > p {
    font-family: "DB-Heavent-reg" !important;
  }
}
#dry-shampoo-content #sec-2 .bubble {
  display: inline-block;
  position: relative;
  text-align: center;
}
#dry-shampoo-content #sec-2 .bubble > img {
  height: calc(100vw * 396.32/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .bubble > img {
    height: 396.32px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubble > img {
    height: calc(100vw * 297.8/375);
  }
}
#dry-shampoo-content #sec-2 .bubble > p {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100vw * 120/1440);
  font-size: calc(100vw * 47/1440);
  line-height: calc(100vw * 44/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .bubble > p {
    right: 120px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubble > p {
    right: calc(100vw * 95/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .bubble > p {
    font-size: 47px;
    line-height: 44px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubble > p {
    font-size: calc(100vw * 29/375);
    line-height: calc(100vw * 32/375);
  }
}
#dry-shampoo-content #sec-2 .bubbles-top {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(100vw * 33.4/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .bubbles-top {
    margin-top: 33.4px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-top {
    margin-top: calc(100vw * 70.3/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-top {
    flex-direction: column;
  }
}
#dry-shampoo-content #sec-2 .bubbles-top .bubble:first-child {
  margin-right: calc(100vw * 73/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .bubbles-top .bubble:first-child {
    margin-right: 73px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-top .bubble:first-child {
    margin-right: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-top .bubble:first-child {
    margin-bottom: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .bubbles-top .bubble:first-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-top .bubble:first-child {
    margin-bottom: calc(100vw * 23/375);
  }
}
#dry-shampoo-content #sec-2 .bubbles-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-bottom {
    flex-direction: column;
  }
}
#dry-shampoo-content #sec-2 .bubbles-bottom .bubble:first-child > p {
  right: calc(100vw * 110/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .bubbles-bottom .bubble:first-child > p {
    right: 110px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-bottom .bubble:first-child > p {
    right: calc(100vw * 100/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-bottom .bubble:first-child {
    order: 3;
  }
}
#dry-shampoo-content #sec-2 .bubbles-bottom .bubble:nth-child(2) > p {
  right: calc(100vw * 120/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .bubbles-bottom .bubble:nth-child(2) > p {
    right: 120px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-bottom .bubble:nth-child(2) > p {
    right: calc(100vw * 110/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-bottom .bubble:nth-child(2) {
    order: 1;
    margin-top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .bubbles-bottom .bubble:nth-child(2) {
    margin-top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-bottom .bubble:nth-child(2) {
    margin-top: calc(100vw * 19.1/375);
  }
}
#dry-shampoo-content #sec-2 .bubbles-bottom .bubble:last-child > p {
  right: calc(100vw * 145/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-2 .bubbles-bottom .bubble:last-child > p {
    right: 145px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-bottom .bubble:last-child > p {
    right: calc(100vw * 90/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-2 .bubbles-bottom .bubble:last-child {
    order: 2;
  }
}
#dry-shampoo-content .suitable {
  display: inline-block;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 63/1440);
  text-align: center;
  position: relative;
}
@media (min-width: 1440px) {
  #dry-shampoo-content .suitable {
    font-size: 45px;
    line-height: 63px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .suitable {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 30/375);
  }
}
#dry-shampoo-content .suitable .title {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 65/1440);
  line-height: calc(100vw * 63/1440);
  padding-bottom: calc(100vw * 15/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content .suitable .title {
    font-size: 65px;
    line-height: 63px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .suitable .title {
    font-size: calc(100vw * 46/375);
    line-height: calc(100vw * 50/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content .suitable .title {
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .suitable .title {
    padding-bottom: calc(100vw * 0/375);
  }
}
#dry-shampoo-content .suitable > .bubble {
  display: inline-block;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 54/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content .suitable > .bubble {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .suitable > .bubble {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 38/375);
  }
}
#dry-shampoo-content .suitable > .bubble > img {
  width: calc(100vw * 213.52/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content .suitable > .bubble > img {
    width: 213.52px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .suitable > .bubble > img {
    width: calc(100vw * 113.55/375);
  }
}
#dry-shampoo-content .suitable > .bubble > p {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100vw * 80/1440);
  transform: rotate(-16deg);
  color: white;
}
@media (min-width: 1440px) {
  #dry-shampoo-content .suitable > .bubble > p {
    top: 80px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .suitable > .bubble > p {
    top: calc(100vw * 37.2/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .suitable > .bubble > p {
    transform: rotate(-16deg);
  }
}
#dry-shampoo-content .product-claim {
  font-family: "DB-Heavent-reg" !important;
  text-align: center;
  text-shadow: 5px 5px 6px rgba(0, 0, 0, 0.45);
  color: white;
}
#dry-shampoo-content .product-claim .top {
  font-size: calc(100vw * 90/1440);
  line-height: calc(100vw * 110/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-claim .top {
    font-size: 90px;
    line-height: 110px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-claim .top {
    font-size: calc(100vw * 40/375);
    line-height: calc(100vw * 50/375);
  }
}
#dry-shampoo-content .product-claim .bottom {
  font-size: calc(100vw * 110/1440);
  line-height: calc(100vw * 110/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-claim .bottom {
    font-size: 110px;
    line-height: 110px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-claim .bottom {
    font-size: calc(100vw * 55/375);
    line-height: calc(100vw * 50/375);
  }
}
#dry-shampoo-content .product-detail {
  border-radius: 54.59px;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 4px 4px 9px #871D67;
  text-align: center;
  position: relative;
  width: calc(100vw * 1056.01/1440);
  padding-top: calc(100vw * 29.4/1440);
  padding-right: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 59.6/1440);
  padding-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-detail {
    width: 1056.01px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail {
    width: calc(100vw * 334/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-detail {
    padding-top: 29.4px;
    padding-right: 0px;
    padding-bottom: 59.6px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail {
    padding-top: calc(100vw * 0/375);
    padding-right: calc(100vw * 0/375);
    padding-bottom: calc(100vw * 77.6/375);
    padding-left: calc(100vw * 0/375);
  }
}
#dry-shampoo-content .product-detail > a.btn-user-review {
  border: none;
  text-align: center;
  transform: translateX(-50%);
  border-radius: 36px;
  color: #BF1448;
  position: absolute;
  bottom: 0;
  left: 50%;
  background: white;
  white-space: nowrap;
  bottom: calc(100vw * -30/1440);
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 47/1440);
  line-height: calc(100vw * 51/1440);
  padding-top: calc(100vw * 10.7/1440);
  padding-right: calc(100vw * 70.5/1440);
  padding-bottom: calc(100vw * 3.3/1440);
  padding-left: calc(100vw * 73.6/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-detail > a.btn-user-review {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail > a.btn-user-review {
    bottom: calc(100vw * -20/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-detail > a.btn-user-review {
    font-size: 47px;
    line-height: 51px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail > a.btn-user-review {
    font-size: calc(100vw * 31/375);
    line-height: calc(100vw * 33/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-detail > a.btn-user-review {
    padding-top: 10.7px;
    padding-right: 70.5px;
    padding-bottom: 3.3px;
    padding-left: 73.6px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail > a.btn-user-review {
    padding-top: calc(100vw * 6.9/375);
    padding-right: calc(100vw * 46.3/375);
    padding-bottom: calc(100vw * 3/375);
    padding-left: calc(100vw * 48/375);
  }
}
#dry-shampoo-content .product-detail.dove > a.btn-user-review {
  color: white;
  background-color: #00205C;
}
#dry-shampoo-content .product-detail.clear > a.btn-user-review {
  color: white;
  background-color: #000000;
}
#dry-shampoo-content .product-detail.tres > a.btn-user-review {
  color: #000000;
  background-color: #FFE52C;
}
#dry-shampoo-content .product-detail .content {
  font-size: calc(100vw * 40/1440);
  line-height: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-detail .content {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail .content {
    font-size: calc(100vw * 31/375);
    line-height: calc(100vw * 33/375);
  }
}
#dry-shampoo-content .product-detail .content > * {
  font-family: "DB-Heavent-reg" !important;
}
#dry-shampoo-content .product-detail .content > h2 {
  font-size: calc(100vw * 70/1440);
  line-height: calc(100vw * 55/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-detail .content > h2 {
    font-size: 70px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail .content > h2 {
    font-size: calc(100vw * 55/375);
    line-height: calc(100vw * 43/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail .content > h2 {
    background-color: white;
    margin-right: calc(100vw * 0/1440);
    margin-left: calc(100vw * 0/1440);
    margin-bottom: calc(100vw * 0/1440);
    padding-top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #dry-shampoo-content .product-detail .content > h2 {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #dry-shampoo-content .product-detail .content > h2 {
    margin-right: calc(100vw * -22/375);
    margin-left: calc(100vw * -19/375);
    margin-bottom: calc(100vw * 5/375);
    padding-top: calc(100vw * 4/375);
  }
}
#dry-shampoo-content .product-detail .content > h4 {
  display: inline-block;
  background-color: white;
  border-radius: 20px;
  font-size: calc(100vw * 40/1440);
  line-height: calc(100vw * 40/1440);
  padding-top: calc(100vw * 0/1440);
  padding-right: calc(100vw * 25/1440);
  padding-bottom: calc(100vw * 0/1440);
  padding-left: calc(100vw * 25/1440);
  margin-bottom: calc(100vw * 16/1440);
  margin-top: calc(100vw * 16/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-detail .content > h4 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail .content > h4 {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 43/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-detail .content > h4 {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail .content > h4 {
    padding-top: calc(100vw * 0/375);
    padding-right: calc(100vw * 5/375);
    padding-bottom: calc(100vw * 0/375);
    padding-left: calc(100vw * 5/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-detail .content > h4 {
    margin-bottom: 16px;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail .content > h4 {
    margin-bottom: calc(100vw * 0/375);
    margin-top: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail .content > h4 {
    background-color: transparent;
  }
}
#dry-shampoo-content .product-detail .content > ul {
  display: inline-block;
}
#dry-shampoo-content .product-detail .content > ul > li {
  position: relative;
  padding-left: calc(100vw * 28.54/1440);
  padding-top: calc(100vw * 0/1440);
  margin-top: calc(100vw * 0/1440);
}
#dry-shampoo-content .product-detail .content > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14.34px;
  height: 14.34px;
  background-color: white;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail .content > ul > li:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content .product-detail .content > ul > li {
    padding-left: 28.54px;
    padding-top: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content .product-detail .content > ul > li {
    padding-left: calc(100vw * 0/375);
    padding-top: calc(100vw * 29.04/375);
    margin-top: calc(100vw * 25.1/375);
  }
}
#dry-shampoo-content .bold {
  font-family: "DB-Heavent-reg" !important;
}
#dry-shampoo-content #sec-3 {
  height: calc(100vw * 1494/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-3 {
    height: 1494px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-3 {
    height: calc(100vw * 1632/375);
  }
}
#dry-shampoo-content #sec-3 .product-claim {
  margin-left: calc(100vw * 100/1440);
  margin-top: calc(100vw * -10/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-3 .product-claim {
    margin-left: 100px;
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-3 .product-claim {
    margin-left: calc(100vw * 0/375);
    margin-top: calc(100vw * 32/375);
  }
}
#dry-shampoo-content #sec-3 .suitable {
  margin-top: calc(100vw * 129.1/1440);
  margin-left: calc(100vw * 348/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-3 .suitable {
    margin-top: 129.1px;
    margin-left: 348px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-3 .suitable {
    margin-top: calc(100vw * 560/375);
    margin-left: calc(100vw * 20/375);
  }
}
#dry-shampoo-content #sec-3 .suitable .title {
  padding-bottom: calc(100vw * 27/1440);
  margin-left: calc(100vw * 210/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-3 .suitable .title {
    padding-bottom: 27px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-3 .suitable .title {
    padding-bottom: calc(100vw * 10/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-3 .suitable .title {
    margin-left: 210px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-3 .suitable .title {
    margin-left: calc(100vw * 0/375);
  }
}
#dry-shampoo-content #sec-3 .suitable > .bubble {
  position: absolute;
  left: 0;
  top: calc(100vw * -100/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-3 .suitable > .bubble {
    top: -100px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-3 .suitable > .bubble {
    top: calc(100vw * -120/375);
  }
}
#dry-shampoo-content #sec-3 .product-detail {
  margin-top: calc(100vw * 257.6/1440);
  margin-left: calc(100vw * 181.67/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-3 .product-detail {
    margin-top: 257.6px;
    margin-left: 181.67px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-3 .product-detail {
    margin-top: calc(100vw * 75/375);
    margin-left: calc(100vw * 19/375);
  }
}
#dry-shampoo-content #sec-4 {
  height: calc(100vw * 1525/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-4 {
    height: 1525px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-4 {
    height: calc(100vw * 1662/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-4 .product-claim {
    margin-top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #dry-shampoo-content #sec-4 .product-claim {
    margin-top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #dry-shampoo-content #sec-4 .product-claim {
    margin-top: calc(100vw * 60/375);
  }
}
#dry-shampoo-content #sec-4 .suitable {
  margin-top: calc(100vw * 165/1440);
  margin-left: calc(100vw * 375.7/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-4 .suitable {
    margin-top: 165px;
    margin-left: 375.7px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-4 .suitable {
    margin-top: calc(100vw * 550/375);
    margin-left: calc(100vw * 32/375);
  }
}
#dry-shampoo-content #sec-4 .suitable .title {
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-4 .suitable .title {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-4 .suitable .title {
    margin-left: calc(100vw * 0/375);
  }
}
#dry-shampoo-content #sec-4 .suitable > .bubble {
  position: absolute;
  left: 0;
  top: calc(100vw * -100/1440);
  left: calc(100vw * -160/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-4 .suitable > .bubble {
    top: -100px;
    left: -160px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-4 .suitable > .bubble {
    top: calc(100vw * -120/375);
    left: calc(100vw * -5/375);
  }
}
#dry-shampoo-content #sec-4 .product-detail {
  margin-top: calc(100vw * 257.6/1440);
  margin-left: calc(100vw * 170/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-4 .product-detail {
    margin-top: 257.6px;
    margin-left: 170px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-4 .product-detail {
    margin-top: calc(100vw * 85/375);
    margin-left: calc(100vw * 19/375);
  }
}
#dry-shampoo-content #sec-5 {
  height: calc(100vw * 1599/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-5 {
    height: 1599px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 {
    height: calc(100vw * 1703/375);
  }
}
#dry-shampoo-content #sec-5 .product-claim {
  color: #00205C;
  text-shadow: none;
  margin-top: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-5 .product-claim {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .product-claim {
    margin-top: calc(100vw * 60/375);
  }
}
#dry-shampoo-content #sec-5 .suitable {
  margin-top: calc(100vw * 141.1/1440);
  margin-left: calc(100vw * 575.72/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-5 .suitable {
    margin-top: 141.1px;
    margin-left: 575.72px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .suitable {
    margin-top: calc(100vw * 630/375);
    margin-left: calc(100vw * 14/375);
  }
}
#dry-shampoo-content #sec-5 .suitable .title {
  margin-left: calc(100vw * 15/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-5 .suitable .title {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .suitable .title {
    margin-left: calc(100vw * 0/375);
  }
}
#dry-shampoo-content #sec-5 .suitable > .bubble {
  position: absolute;
  left: 0;
  top: calc(100vw * -120/1440);
  left: calc(100vw * -190/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-5 .suitable > .bubble {
    top: -120px;
    left: -190px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .suitable > .bubble {
    top: calc(100vw * -120/375);
    left: calc(100vw * 40/375);
  }
}
#dry-shampoo-content #sec-5 .product-detail {
  color: #00205C;
  background-color: white;
  margin-top: calc(100vw * 248.6/1440);
  margin-left: calc(100vw * 170/1440);
  padding-top: calc(100vw * 29.4/1440);
  padding-right: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 59.6/1440);
  padding-left: calc(100vw * 0/1440);
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .product-detail {
    background-color: rgba(255, 255, 255, 0.75);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-5 .product-detail {
    margin-top: 248.6px;
    margin-left: 170px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .product-detail {
    margin-top: calc(100vw * 105/375);
    margin-left: calc(100vw * 19/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-5 .product-detail {
    padding-top: 29.4px;
    padding-right: 0px;
    padding-bottom: 59.6px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .product-detail {
    padding-top: calc(100vw * 0/375);
    padding-right: calc(100vw * 0/375);
    padding-bottom: calc(100vw * 40.6/375);
    padding-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .product-detail .content > h2 {
    background-color: #EAC9D0;
  }
}
#dry-shampoo-content #sec-5 .product-detail ul {
  margin-top: calc(100vw * 22.1/1440);
  margin-bottom: calc(100vw * 12/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-5 .product-detail ul {
    margin-top: 22.1px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .product-detail ul {
    margin-top: calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-5 .product-detail ul {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .product-detail ul {
    margin-bottom: calc(100vw * 0/375);
  }
}
#dry-shampoo-content #sec-5 .product-detail ul li {
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .product-detail ul li {
    text-align: center;
  }
}
#dry-shampoo-content #sec-5 .product-detail ul li:before {
  background-color: #00205C;
  top: calc(100vw * 23/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-5 .product-detail ul li:before {
    top: 23px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .product-detail ul li:before {
    top: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-5 .product-detail ul li:before {
    background-color: white;
  }
}
#dry-shampoo-content #sec-6 {
  background-color: black;
  height: calc(100vw * 1525/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-6 {
    height: 1525px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-6 {
    height: calc(100vw * 1552/375);
  }
}
#dry-shampoo-content #sec-6 .product-claim {
  margin-left: calc(100vw * 30/1440);
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-6 .product-claim {
    margin-left: 30px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-6 .product-claim {
    margin-left: calc(100vw * 0/375);
    margin-top: calc(100vw * 40/375);
  }
}
#dry-shampoo-content #sec-6 .suitable {
  margin-top: calc(100vw * 129.5/1440);
  margin-left: calc(100vw * 366.07/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-6 .suitable {
    margin-top: 129.5px;
    margin-left: 366.07px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-6 .suitable {
    margin-top: calc(100vw * 480/375);
    margin-left: calc(100vw * 8/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-6 .suitable {
    color: white;
    font-size: calc(100vw * 40/1440);
    line-height: calc(100vw * 40/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #dry-shampoo-content #sec-6 .suitable {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #dry-shampoo-content #sec-6 .suitable {
    font-size: calc(100vw * 28/375);
    line-height: calc(100vw * 30/375);
  }
}
#dry-shampoo-content #sec-6 .suitable .title {
  margin-left: calc(100vw * 15/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-6 .suitable .title {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-6 .suitable .title {
    margin-left: calc(100vw * 0/375);
  }
}
#dry-shampoo-content #sec-6 .suitable > .bubble {
  position: absolute;
  left: 0;
  top: calc(100vw * -110/1440);
  left: calc(100vw * -145/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-6 .suitable > .bubble {
    top: -110px;
    left: -145px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-6 .suitable > .bubble {
    top: calc(100vw * -120/375);
    left: calc(100vw * 40/375);
  }
}
#dry-shampoo-content #sec-6 .product-detail {
  box-shadow: 4px 4px 9px #332F32;
  margin-top: calc(100vw * 258.6/1440);
  margin-left: calc(100vw * 180/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-6 .product-detail {
    margin-top: 258.6px;
    margin-left: 180px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-6 .product-detail {
    margin-top: calc(100vw * 45/375);
    margin-left: calc(100vw * 19/375);
  }
}
#dry-shampoo-content #sec-6 .product-detail .content > h4 {
  background-color: transparent;
  margin: 0;
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-6 .product-detail > a.btn-user-review {
    background-color: white;
    color: #000000;
  }
}
#dry-shampoo-content #sec-6 .product-detail ul {
  margin-top: calc(100vw * 26.1/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-6 .product-detail ul {
    margin-top: 26.1px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-6 .product-detail ul {
    margin-top: calc(100vw * 0/375);
  }
}
#dry-shampoo-content #sec-6 .product-detail ul li:before {
  top: calc(100vw * 23/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-6 .product-detail ul li:before {
    top: 23px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-6 .product-detail ul li:before {
    top: calc(100vw * 0/375);
  }
}
#dry-shampoo-content #sec-7 {
  background-color: black;
  height: calc(100vw * 1469/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-7 {
    height: 1469px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 {
    height: calc(100vw * 1731/375);
  }
}
#dry-shampoo-content #sec-7 .product-claim {
  margin-left: calc(100vw * 50/1440);
  margin-top: calc(100vw * 0/1440);
}
#dry-shampoo-content #sec-7 .product-claim .bottom {
  font-size: calc(100vw * 88/1440);
  line-height: calc(100vw * 88/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-7 .product-claim .bottom {
    font-size: 88px;
    line-height: 88px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .product-claim .bottom {
    font-size: calc(100vw * 50/375);
    line-height: calc(100vw * 55/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-7 .product-claim {
    margin-left: 50px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .product-claim {
    margin-left: calc(100vw * 8/375);
    margin-top: calc(100vw * 60/375);
  }
}
#dry-shampoo-content #sec-7 .suitable {
  color: white;
  text-shadow: 3px 3px 3px #000000;
  margin-top: calc(100vw * 289.3/1440);
  margin-left: calc(100vw * 515.72/1440);
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .suitable {
    color: #FFE52C;
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-7 .suitable {
    margin-top: 289.3px;
    margin-left: 515.72px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .suitable {
    margin-top: calc(100vw * 685/375);
    margin-left: calc(100vw * 45/375);
  }
}
#dry-shampoo-content #sec-7 .suitable .title {
  margin-left: calc(100vw * 15/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-7 .suitable .title {
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .suitable .title {
    margin-left: calc(100vw * 0/375);
  }
}
#dry-shampoo-content #sec-7 .suitable > .bubble {
  position: absolute;
  left: 0;
  top: calc(100vw * -140/1440);
  left: calc(100vw * -180/1440);
}
#dry-shampoo-content #sec-7 .suitable > .bubble > p {
  text-shadow: none;
  color: #000000;
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-7 .suitable > .bubble {
    top: -140px;
    left: -180px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .suitable > .bubble {
    top: calc(100vw * -130/375);
    left: calc(100vw * 30/375);
  }
}
#dry-shampoo-content #sec-7 .product-detail {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 2px 9px #C49F02;
  margin-top: calc(100vw * 208.6/1440);
  margin-left: calc(100vw * 170/1440);
  padding-top: calc(100vw * 29.4/1440);
  padding-right: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 59.6/1440);
  padding-left: calc(100vw * 0/1440);
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .product-detail {
    background-color: rgba(255, 255, 255, 0.75);
    box-shadow: 4px 4px 9px #4A4A4A;
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-7 .product-detail {
    margin-top: 208.6px;
    margin-left: 170px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .product-detail {
    margin-top: calc(100vw * 45/375);
    margin-left: calc(100vw * 19/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-7 .product-detail {
    padding-top: 29.4px;
    padding-right: 0px;
    padding-bottom: 59.6px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .product-detail {
    padding-top: calc(100vw * 0/375);
    padding-right: calc(100vw * 0/375);
    padding-bottom: calc(100vw * 40.6/375);
    padding-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .product-detail > a.btn-user-review {
    background-color: white;
  }
}
#dry-shampoo-content #sec-7 .product-detail ul {
  margin-top: calc(100vw * 22.1/1440);
  margin-bottom: calc(100vw * 12/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-7 .product-detail ul {
    margin-top: 22.1px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .product-detail ul {
    margin-top: calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-7 .product-detail ul {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .product-detail ul {
    margin-bottom: calc(100vw * 20/375);
  }
}
#dry-shampoo-content #sec-7 .product-detail ul li {
  text-align: left;
  color: #000000;
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .product-detail ul li {
    text-align: center;
  }
}
#dry-shampoo-content #sec-7 .product-detail ul li:before {
  background-color: #000000;
  top: calc(100vw * 23/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-7 .product-detail ul li:before {
    top: 23px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-7 .product-detail ul li:before {
    top: calc(100vw * 0/375);
  }
}
#dry-shampoo-content #sec-8 {
  height: calc(100vw * 1850/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 {
    height: 1850px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 {
    height: calc(100vw * 1835/375);
  }
}
#dry-shampoo-content #sec-8 > img {
  width: calc(100vw * 0/1440);
  position: absolute;
  top: -190px;
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 > img {
    width: 0px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 > img {
    width: calc(100vw * 375/375);
  }
}
#dry-shampoo-content #sec-8 > h2 {
  font-family: "DB-Heavent-reg" !important;
  color: #000000;
  text-shadow: 5px 7px 0 #ffffff;
  font-size: calc(100vw * 120/1440);
  line-height: calc(100vw * 144/1440);
  margin-top: calc(100vw * 95.3/1440);
  margin-left: calc(100vw * 462.9/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 > h2 {
    font-size: 120px;
    line-height: 144px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 > h2 {
    font-size: calc(100vw * 74/375);
    line-height: calc(100vw * 89/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 > h2 {
    margin-top: 95.3px;
    margin-left: 462.9px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 > h2 {
    margin-top: calc(100vw * 69/375);
    margin-left: calc(100vw * 28.3/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 > h2 {
    text-shadow: none;
  }
}
#dry-shampoo-content #sec-8 .steps {
  position: relative;
  margin-top: calc(100vw * 13.7/1440);
  margin-left: calc(100vw * 283/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .steps {
    margin-top: 13.7px;
    margin-left: 283px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .steps {
    margin-top: calc(100vw * 0/375);
    margin-left: calc(100vw * 13/375);
  }
}
#dry-shampoo-content #sec-8 .steps > img {
  width: calc(100vw * 873.82/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .steps > img {
    width: 873.82px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .steps > img {
    width: calc(100vw * 344.46/375);
  }
}
#dry-shampoo-content #sec-8 .steps .content {
  position: absolute;
  top: calc(100vw * 92/1440);
  left: calc(100vw * -20/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .steps .content {
    top: 92px;
    left: -20px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .steps .content {
    top: calc(100vw * 38.7/375);
    left: calc(100vw * 21.8/375);
  }
}
#dry-shampoo-content #sec-8 .steps .content .step {
  font-size: calc(100vw * 40/1440);
  line-height: calc(100vw * 48/1440);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .steps .content .step {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .steps .content .step {
    font-size: calc(100vw * 28/375);
    line-height: calc(100vw * 34/375);
  }
}
@media (min-width: 768px) {
  #dry-shampoo-content #sec-8 .steps .content .step {
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
}
#dry-shampoo-content #sec-8 .steps .content .step:not(:last-child) {
  margin-bottom: calc(100vw * 15/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .steps .content .step:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .steps .content .step:not(:last-child) {
    margin-bottom: calc(100vw * 28/375);
  }
}
#dry-shampoo-content #sec-8 .steps .content .step > p:first-child {
  font-family: "DB-Heavent-reg" !important;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: calc(100vw * 49/1440);
  line-height: calc(100vw * 59/1440);
  color: white;
  background-color: #D71585;
  border-radius: 50%;
  width: calc(100vw * 64.35/1440);
  height: calc(100vw * 64.35/1440);
  margin-right: calc(100vw * 41.7/1440);
  margin-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .steps .content .step > p:first-child {
    font-size: 49px;
    line-height: 59px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .steps .content .step > p:first-child {
    font-size: calc(100vw * 49/375);
    line-height: calc(100vw * 59/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .steps .content .step > p:first-child {
    width: 64.35px;
    height: 64.35px;
    margin-right: 41.7px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .steps .content .step > p:first-child {
    width: calc(100vw * 64.35/375);
    height: calc(100vw * 64.35/375);
    margin-right: calc(100vw * 0/375);
    margin-bottom: calc(100vw * 8.6/375);
  }
}
@media (min-width: 768px) {
  #dry-shampoo-content #sec-8 .steps .content .step > p:first-child {
    flex-direction: row;
  }
}
#dry-shampoo-content #sec-8 .adver {
  display: inline-block;
  text-align: center;
  margin-top: calc(100vw * 165.6/1440);
  margin-left: calc(100vw * 135/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .adver {
    margin-top: 165.6px;
    margin-left: 135px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .adver {
    margin-top: calc(100vw * 430/375);
    margin-left: calc(100vw * 22/375);
  }
}
#dry-shampoo-content #sec-8 .adver > h1 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80/1440);
  line-height: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .adver > h1 {
    font-size: 80px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .adver > h1 {
    font-size: calc(100vw * 57/375);
    line-height: calc(100vw * 43/375);
  }
}
#dry-shampoo-content #sec-8 .adver > h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 60/1440);
  margin-top: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .adver > h3 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .adver > h3 {
    font-size: calc(100vw * 36/375);
    line-height: calc(100vw * 43/375);
  }
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .adver > h3 {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .adver > h3 {
    margin-top: calc(100vw * 5/375);
  }
}
#dry-shampoo-content #sec-8 .discount {
  margin-top: calc(100vw * 410/1440);
  margin-left: calc(100vw * 85/1440);
  margin-right: calc(100vw * 0/1440);
  padding-top: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .discount {
    margin-top: 410px;
    margin-left: 85px;
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .discount {
    margin-top: calc(100vw * 23/375);
    margin-left: calc(100vw * 14/375);
    margin-right: calc(100vw * 14/375);
    padding-top: calc(100vw * 51.4/375);
    padding-bottom: calc(100vw * 38.6/375);
  }
}
#dry-shampoo-content #sec-8 .discount > h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 65/1440);
  line-height: calc(100vw * 60/1440);
  color: #BA1443;
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .discount > h2 {
    font-size: 65px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .discount > h2 {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 40/375);
  }
}
#dry-shampoo-content #sec-8 .discount > h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #dry-shampoo-content #sec-8 .discount > h3 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .discount > h3 {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 40/375);
  }
}
@media (max-width: 767px) {
  #dry-shampoo-content #sec-8 .discount {
    text-align: center;
    border: 4px solid white;
    border-radius: 20px;
  }
}