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

#jhair-content .mw-1440px {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  box-sizing: border-box;
  background-color: #000002;
}
#jhair-content .mw-1440px > div {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  overflow: visible;
  color: white;
}
#jhair-content .mw-1440px > div h1.logo {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-image: url("https://www.jeban.com/spotlight-item/jhair/jhair-serum-logo.svg");
  width: calc(100vw * 330/1440);
  height: calc(100vw * 200/1440);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px > div h1.logo {
    width: 330px;
    height: 200px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px > div h1.logo {
    width: calc(100vw * 135/375);
    height: calc(100vw * 82/375);
  }
}
#jhair-content .mw-1440px > div p.bordered {
  font-size: calc(100vw * 38/1440);
  width: calc(100vw * 710/1440);
  margin-top: calc(100vw * 20/1440);
  padding: calc(100vw * 54/1440) calc(100vw * 0/1440);
  background: #18223B;
  position: relative;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px > div p.bordered {
    font-size: 38px;
    width: 710px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px > div p.bordered {
    font-size: calc(100vw * 23/375);
    width: calc(100vw * 315/375);
    margin-top: calc(100vw * 10/375);
  }
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px > div p.bordered {
    padding: 54px 0px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px > div p.bordered {
    padding: calc(100vw * 32/375) calc(100vw * 0/375);
  }
}
#jhair-content .mw-1440px > div p.bordered:after {
  top: calc(100vw * 16/1440);
  right: calc(100vw * 16/1440);
  bottom: calc(100vw * 16/1440);
  left: calc(100vw * 16/1440);
  content: "";
  display: block;
  position: absolute;
  border: 1px solid white;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px > div p.bordered:after {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px > div p.bordered:after {
    top: calc(100vw * 12/375);
    right: calc(100vw * 12/375);
    bottom: calc(100vw * 12/375);
    left: calc(100vw * 12/375);
  }
}
#jhair-content .mw-1440px > div hr.gradient {
  width: calc(100vw * 380/1440);
  margin-top: calc(100vw * 30/1440);
  margin-bottom: calc(100vw * 30/1440);
  display: block;
  border: none;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f1f5fb 51%, rgba(179, 178, 186, 0) 100%);
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px > div hr.gradient {
    width: 380px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px > div hr.gradient {
    width: calc(100vw * 300/375);
    margin-top: calc(100vw * 15/375);
    margin-bottom: calc(100vw * 15/375);
  }
}
#jhair-content .mw-1440px #cover {
  background-image: url("https://www.jeban.com/spotlight-item/jhair/1440/bg-cover.jpg");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #cover {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/1440/bg-cover.webp");
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #cover {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/bg-cover.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #cover {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/bg-cover.webp");
  }
}
#jhair-content .mw-1440px #sec-1 {
  background-image: url("https://www.jeban.com/spotlight-item/jhair/1440/bg-sec-1.jpg");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/1440/bg-sec-1.webp");
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/bg-sec-1.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/bg-sec-1.webp");
  }
}
#jhair-content .mw-1440px #sec-2 {
  background-image: url("https://www.jeban.com/spotlight-item/jhair/1440/bg-sec-2.jpg");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/1440/bg-sec-2.webp");
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/bg-sec-2.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/bg-sec-2.webp");
  }
}
#jhair-content .mw-1440px #sec-3 {
  background-image: url("https://www.jeban.com/spotlight-item/jhair/1440/bg-sec-3.jpg");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/1440/bg-sec-3.webp");
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/bg-sec-3.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/bg-sec-3.webp");
  }
}
#jhair-content .mw-1440px #sec-4 {
  background-image: url("https://www.jeban.com/spotlight-item/jhair/1440/bg-sec-4.jpg");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/1440/bg-sec-4.webp");
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/bg-sec-4.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/bg-sec-4.webp");
  }
}
#jhair-content .mw-1440px #cover {
  height: calc(100vw * 1350/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #cover {
    height: 1350px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #cover {
    height: calc(100vw * 1045/375);
  }
}
#jhair-content .mw-1440px #cover .headline {
  padding-left: calc(100vw * 400/1440);
  padding-top: calc(100vw * 75/1440);
  height: calc(100vw * 910/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #cover .headline {
    padding-left: 400px;
    padding-top: 75px;
    height: 910px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #cover .headline {
    padding-left: calc(100vw * 0/375);
    padding-top: calc(100vw * 20/375);
    height: calc(100vw * 580/375);
  }
}
#jhair-content .mw-1440px #cover .headline h2 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 63/1440);
  margin-top: calc(100vw * 50/1440);
  margin-bottom: calc(100vw * 40/1440);
  line-height: 0.8;
  display: flex;
  flex-flow: column;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #cover .headline h2 {
    font-size: 63px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #cover .headline h2 {
    font-size: calc(100vw * 32/375);
  }
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #cover .headline h2 {
    margin-top: 50px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #cover .headline h2 {
    margin-top: calc(100vw * 20/375);
    margin-bottom: calc(100vw * 15/375);
  }
}
#jhair-content .mw-1440px #cover .headline h2 > * {
  display: flex;
  justify-content: center;
}
#jhair-content .mw-1440px #cover .headline h2 strong {
  font-size: calc(100vw * 131/1440);
  letter-spacing: calc(100vw * 11/1440);
  margin-right: calc(100vw * -11/1440);
  color: #00B4F2;
  font-weight: normal;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #cover .headline h2 strong {
    font-size: 131px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #cover .headline h2 strong {
    font-size: calc(100vw * 67/375);
  }
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #cover .headline h2 strong {
    letter-spacing: 11px;
    margin-right: -11px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #cover .headline h2 strong {
    letter-spacing: calc(100vw * 5/375);
    margin-right: calc(100vw * -5/375);
  }
}
#jhair-content .mw-1440px #cover .headline blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 72/1440);
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #cover .headline blockquote {
    font-size: 72px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #cover .headline blockquote {
    font-size: calc(100vw * 36/375);
  }
}
#jhair-content .mw-1440px #sec-1 {
  height: calc(100vw * 1610/1440);
  padding-top: calc(100vw * 420/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-1 {
    height: 1610px;
    padding-top: 420px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-1 {
    height: calc(100vw * 940/375);
    padding-top: calc(100vw * 150/375);
  }
}
#jhair-content .mw-1440px #sec-1 h1.logo {
  width: calc(100vw * 305/1440);
  height: calc(100vw * 185/1440);
  margin-bottom: calc(100vw * 55/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-1 h1.logo {
    width: 305px;
    height: 185px;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-1 h1.logo {
    width: calc(100vw * 194.5/375);
    height: calc(100vw * 118/375);
    margin-bottom: calc(100vw * 27/375);
  }
}
#jhair-content .mw-1440px #sec-1 p.bordered {
  width: calc(100vw * 850/1440);
  margin-top: 0;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-1 p.bordered {
    width: 850px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-1 p.bordered {
    width: calc(100vw * 315/375);
  }
}
#jhair-content .mw-1440px #sec-1 p.bordered.paper {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/jhair/bg-paper.jpg");
  color: #131116;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-1 p.bordered.paper {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-1 p.bordered.paper {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/bg-paper.webp");
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-1 p.bordered.paper {
    background-size: 200% auto;
  }
}
#jhair-content .mw-1440px #sec-1 p.bordered.paper:after {
  display: none;
}
#jhair-content .mw-1440px #sec-2 {
  height: calc(100vw * 2040/1440);
  padding-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 {
    height: 2040px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 {
    height: calc(100vw * 2165/375);
    padding-top: calc(100vw * 15/375);
  }
}
#jhair-content .mw-1440px #sec-2 blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 89/1440);
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 blockquote {
    font-size: 89px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 blockquote {
    font-size: calc(100vw * 30/375);
  }
}
#jhair-content .mw-1440px #sec-2 blockquote strong {
  font-size: calc(100vw * 103/1440);
  font-weight: normal;
  color: #00B4F2;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 blockquote strong {
    font-size: 103px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 blockquote strong {
    font-size: calc(100vw * 40/375);
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 blockquote strong {
    padding-bottom: calc(100vw * 5/375);
  }
}
#jhair-content .mw-1440px #sec-2 .product-detail {
  font-size: calc(100vw * 38/1440);
  margin-top: calc(100vw * 90/1440);
  padding-right: calc(100vw * 400/1440);
  padding-bottom: calc(100vw * 175/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 .product-detail {
    font-size: 38px;
    margin-top: 90px;
    padding-right: 400px;
    padding-bottom: 175px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 .product-detail {
    font-size: calc(100vw * 23/375);
    margin-top: calc(100vw * 440/375);
    padding-right: calc(100vw * 0/375);
    padding-bottom: calc(100vw * 38/375);
  }
}
#jhair-content .mw-1440px #sec-2 .product-detail h2, #jhair-content .mw-1440px #sec-2 .product-detail h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  line-height: 1.1;
  font-weight: normal;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 .product-detail h2, #jhair-content .mw-1440px #sec-2 .product-detail h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 .product-detail h2, #jhair-content .mw-1440px #sec-2 .product-detail h3 {
    font-size: calc(100vw * 28/375);
  }
}
#jhair-content .mw-1440px #sec-2 .product-detail small {
  font-size: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 .product-detail small {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 .product-detail small {
    font-size: calc(100vw * 18/375);
  }
}
#jhair-content .mw-1440px #sec-2 .product-detail .btn-user-review {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  width: calc(100vw * 180/1440);
  height: calc(100vw * 55/1440);
  margin-top: calc(100vw * 45/1440);
  display: grid;
  align-items: center;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: #00B4F2;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 .product-detail .btn-user-review {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 .product-detail .btn-user-review {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 .product-detail .btn-user-review {
    width: 180px;
    height: 55px;
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 .product-detail .btn-user-review {
    width: calc(100vw * 100/375);
    height: calc(100vw * 40/375);
    margin-top: calc(100vw * 20/375);
  }
}
#jhair-content .mw-1440px #sec-2 div.block-boost-black h2 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-image: url("https://www.jeban.com/spotlight-item/jhair/1440/block-boost-black.svg");
  width: calc(100vw * 1008/1440);
  height: calc(100vw * 80/1440);
  margin-bottom: calc(100vw * 50/1440);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 div.block-boost-black h2 {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/block-boost-black.svg");
  }
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 div.block-boost-black h2 {
    width: 1008px;
    height: 80px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 div.block-boost-black h2 {
    width: calc(100vw * 300/375);
    height: calc(100vw * 24/375);
    margin-bottom: calc(100vw * 20/375);
  }
}
#jhair-content .mw-1440px #sec-2 div.block-boost-black p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 38/1440);
  line-height: 1.1;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 div.block-boost-black p {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 div.block-boost-black p {
    font-size: calc(100vw * 23/375);
  }
}
#jhair-content .mw-1440px #sec-2 div.block-boost-black p:nth-of-type(2) {
  margin-top: calc(100vw * -10/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 div.block-boost-black p:nth-of-type(2) {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 div.block-boost-black p:nth-of-type(2) {
    margin-top: calc(100vw * 0/375);
  }
}
#jhair-content .mw-1440px #sec-2 div.block-boost-black p strong {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 60/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 div.block-boost-black p strong {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 div.block-boost-black p strong {
    font-size: calc(100vw * 26/375);
  }
}
#jhair-content .mw-1440px #sec-2 ul.block-boost-black {
  margin-top: calc(100vw * 120/1440);
  list-style-type: none;
  padding: 0;
  display: grid;
  justify-content: center;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black {
    margin-top: calc(100vw * 110/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black {
    grid-column-gap: calc(100vw * 15/1440);
    grid-template-columns: repeat(3, auto);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black {
    grid-column-gap: 15px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black {
    grid-column-gap: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black {
    grid-template-columns: auto;
    grid-row-gap: calc(100vw * 100/375);
  }
}
#jhair-content .mw-1440px #sec-2 ul.block-boost-black li {
  font-size: calc(100vw * 38/1440);
  width: calc(100vw * 380/1440);
  padding-top: calc(100vw * 120/1440);
  background: #18223B;
  position: relative;
  line-height: 1.3;
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li {
    font-size: 38px;
    width: 380px;
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li {
    font-size: calc(100vw * 23/375);
    width: calc(100vw * 315/375);
    padding-top: calc(100vw * 50/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li {
    height: calc(100vw * 490/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li {
    height: 490px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li {
    height: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li {
    padding-bottom: calc(100vw * 32/375);
  }
}
#jhair-content .mw-1440px #sec-2 ul.block-boost-black li:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/jhair/li-img-block.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 115/1440);
  top: calc(100vw * -66/1440);
  width: calc(100vw * 150/1440);
  height: calc(100vw * 150/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li:before {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/li-img-block.webp");
  }
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li:before {
    left: 115px;
    top: -66px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li:before {
    left: calc(100vw * 102.5/375);
    top: calc(100vw * -78/375);
    width: calc(100vw * 110/375);
    height: calc(100vw * 110/375);
  }
}
#jhair-content .mw-1440px #sec-2 ul.block-boost-black li:before {
  z-index: 2;
}
#jhair-content .mw-1440px #sec-2 ul.block-boost-black li:after {
  top: calc(100vw * 16/1440);
  right: calc(100vw * 16/1440);
  bottom: calc(100vw * 16/1440);
  left: calc(100vw * 16/1440);
  content: "";
  display: block;
  position: absolute;
  border: 1px solid white;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li:after {
    top: 16px;
    right: 16px;
    bottom: 16px;
    left: 16px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li:after {
    top: calc(100vw * 12/375);
    right: calc(100vw * 12/375);
    bottom: calc(100vw * 12/375);
    left: calc(100vw * 12/375);
  }
}
#jhair-content .mw-1440px #sec-2 ul.block-boost-black li:nth-of-type(2):before {
  background-image: url("https://www.jeban.com/spotlight-item/jhair/li-img-boost.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li:nth-of-type(2):before {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/li-img-boost.webp");
  }
}
#jhair-content .mw-1440px #sec-2 ul.block-boost-black li:nth-of-type(3):before {
  background-image: url("https://www.jeban.com/spotlight-item/jhair/li-img-black.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li:nth-of-type(3):before {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/li-img-black.webp");
  }
}
#jhair-content .mw-1440px #sec-2 ul.block-boost-black li h3 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 50/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-2 ul.block-boost-black li h3 {
    font-size: calc(100vw * 26/375);
  }
}
#jhair-content .mw-1440px #sec-3 {
  height: calc(100vw * 2490/1440);
  padding-top: calc(100vw * 350/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 {
    height: 2490px;
    padding-top: 350px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 {
    height: calc(100vw * 2318/375);
    padding-top: calc(100vw * 130/375);
  }
}
#jhair-content .mw-1440px #sec-3 blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 85/1440);
  line-height: 1;
  margin-bottom: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 blockquote {
    font-size: 85px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 blockquote {
    font-size: calc(100vw * 29/375);
  }
}
#jhair-content .mw-1440px #sec-3 blockquote strong {
  font-size: calc(100vw * 110/1440);
  font-weight: normal;
  color: #00B4F2;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 blockquote strong {
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 blockquote strong {
    font-size: calc(100vw * 37/375);
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 blockquote strong {
    padding-bottom: calc(100vw * 5/375);
  }
}
#jhair-content .mw-1440px #sec-3 ul {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-flow: column;
}
#jhair-content .mw-1440px #sec-3 ul li {
  font-size: calc(100vw * 33/1440);
  line-height: 1.3;
  position: relative;
  background: #181E40;
  border-radius: 50%;
  box-sizing: border-box;
  border: 2px solid #1EB5EF;
  box-shadow: 0px 3px 10px #1EB5EF;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li {
    font-size: calc(100vw * 22/375);
  }
}
#jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1) {
  width: calc(100vw * 480/1440);
  height: calc(100vw * 480/1440);
  margin-top: calc(100vw * -540/1440);
  margin-left: calc(100vw * 848/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1) {
    width: 480px;
    height: 480px;
    margin-top: -540px;
    margin-left: 848px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1) {
    width: calc(100vw * 295/375);
    height: calc(100vw * 295/375);
    margin-top: calc(100vw * 95/375);
    margin-left: calc(100vw * 59/375);
  }
}
#jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2) {
  width: calc(100vw * 412/1440);
  height: calc(100vw * 412/1440);
  margin-top: calc(100vw * 140/1440);
  margin-left: calc(100vw * 140/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2) {
    width: 412px;
    height: 412px;
    margin-top: 140px;
    margin-left: 140px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2) {
    width: calc(100vw * 285/375);
    height: calc(100vw * 285/375);
    margin-top: calc(100vw * 38/375);
    margin-left: calc(100vw * 25/375);
  }
}
#jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3) {
  width: calc(100vw * 520/1440);
  height: calc(100vw * 520/1440);
  margin-top: calc(100vw * 372/1440);
  margin-left: calc(100vw * 140/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3) {
    width: 520px;
    height: 520px;
    margin-top: 372px;
    margin-left: 140px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3) {
    width: calc(100vw * 328/375);
    height: calc(100vw * 328/375);
    margin-top: calc(100vw * 500/375);
    margin-left: calc(100vw * 27/375);
  }
}
#jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4) {
  width: calc(100vw * 364/1440);
  height: calc(100vw * 364/1440);
  margin-top: calc(100vw * -456/1440);
  margin-left: calc(100vw * 842/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4) {
    width: 364px;
    height: 364px;
    margin-top: -456px;
    margin-left: 842px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4) {
    width: calc(100vw * 240/375);
    height: calc(100vw * 240/375);
    margin-top: calc(100vw * 28/375);
    margin-left: calc(100vw * 36/375);
  }
}
#jhair-content .mw-1440px #sec-3 ul li:nth-of-type(5) {
  width: calc(100vw * 275/1440);
  height: calc(100vw * 275/1440);
  margin-top: calc(100vw * -80/1440);
  margin-left: calc(100vw * 639/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(5) {
    width: 275px;
    height: 275px;
    margin-top: -80px;
    margin-left: 639px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(5) {
    width: calc(100vw * 162/375);
    height: calc(100vw * 162/375);
    margin-top: calc(100vw * 18/375);
    margin-left: calc(100vw * 173/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):after {
    content: "";
    display: block;
    position: absolute;
  }
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):before {
    border-width: 2px;
    border-color: #00B4F2;
  }
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):after {
    width: calc(100vw * 10/1440);
    height: calc(100vw * 10/1440);
    border-radius: 50%;
    background: #00B4F2;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):after {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):after {
    width: calc(100vw * 0/375);
    height: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1) {
    order: 4;
  }
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):before {
    width: calc(100vw * 40/1440);
    height: calc(100vw * 156/1440);
    top: calc(100vw * -50/1440);
    left: 0;
    border-style: none none solid solid;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):before {
    width: 40px;
    height: 156px;
    top: -50px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):before {
    width: calc(100vw * 0/375);
    height: calc(100vw * 0/375);
    top: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):after {
    top: calc(100vw * -57/1440);
    left: calc(100vw * -4/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):after {
    top: -57px;
    left: -4px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):after {
    top: calc(100vw * 0/375);
    left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2) {
    order: 1;
  }
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):before {
    width: calc(100vw * 106/1440);
    height: calc(100vw * 80/1440);
    bottom: calc(100vw * -80/1440);
    left: 50%;
    border-style: none none solid solid;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):before {
    width: 106px;
    height: 80px;
    bottom: -80px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):before {
    width: calc(100vw * 0/375);
    height: calc(100vw * 0/375);
    bottom: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):after {
    bottom: calc(100vw * -84/1440);
    left: calc(100vw * 310/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):after {
    bottom: -84px;
    left: 310px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):after {
    bottom: calc(100vw * 0/375);
    left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3) {
    order: 3;
  }
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):before {
    width: calc(100vw * 126/1440);
    height: calc(100vw * 54/1440);
    top: calc(100vw * -53/1440);
    left: calc(100vw * 286/1440);
    border-style: solid none none solid;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):before {
    width: 126px;
    height: 54px;
    top: -53px;
    left: 286px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):before {
    width: calc(100vw * 0/375);
    height: calc(100vw * 0/375);
    top: calc(100vw * 0/375);
    left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):after {
    top: calc(100vw * -57/1440);
    left: calc(100vw * 410/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):after {
    top: -57px;
    left: 410px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):after {
    top: calc(100vw * 0/375);
    left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4) {
    order: 2;
  }
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):before {
    width: calc(100vw * 140/1440);
    height: calc(100vw * 116/1440);
    bottom: calc(100vw * -116/1440);
    right: 50%;
    border-style: none solid solid none;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):before {
    width: 140px;
    height: 116px;
    bottom: -116px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):before {
    width: calc(100vw * 0/375);
    height: calc(100vw * 0/375);
    bottom: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):after {
    bottom: calc(100vw * -120/1440);
    right: calc(100vw * 320/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):after {
    bottom: -120px;
    right: 320px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):after {
    bottom: calc(100vw * 0/375);
    right: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(5) {
    order: 5;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):after {
    content: "";
    display: block;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):before {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/flare.svg");
    width: calc(100vw * 60/375);
    height: calc(100vw * 60/375);
    z-index: 1;
  }
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):after, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):after {
    width: calc(100vw * 129/375);
    height: calc(100vw * 128/375);
    z-index: 2;
  }
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):after {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/germinated-sangyod-brown-rice.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):after {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/germinated-sangyod-brown-rice.webp");
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(1):after {
    top: calc(100vw * -74/375);
    left: calc(100vw * 66/375);
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):after {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/lingzhi.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):after {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/lingzhi.webp");
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(2):after {
    top: calc(100vw * -32/375);
    left: calc(100vw * 200/375);
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):after {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/fuji-mulberry-root-extract.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):after {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/fuji-mulberry-root-extract.webp");
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(3):after {
    top: calc(100vw * -60/375);
    left: calc(100vw * -15/375);
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):after {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/seaweed.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):after {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/seaweed.webp");
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):before, #jhair-content .mw-1440px #sec-3 ul li:nth-of-type(4):after {
    top: calc(100vw * -36/375);
    left: calc(100vw * 180/375);
  }
}
#jhair-content .mw-1440px #sec-3 ul li h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 38/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-3 ul li h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-3 ul li h3 {
    font-size: calc(100vw * 22/375);
  }
}
#jhair-content .mw-1440px #sec-4 {
  height: calc(100vw * 3180/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 {
    height: 3180px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 {
    height: calc(100vw * 2768/375);
  }
}
#jhair-content .mw-1440px #sec-4 > h2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  color: #00B4F2;
  background: #131116;
  border: 2px solid #00B4F2;
  position: relative;
  z-index: 2;
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 131/1440);
  width: calc(100vw * 512/1440);
  height: calc(100vw * 200/1440);
  border-radius: calc(100vw * 20/1440);
  margin-top: calc(100vw * -115/1440);
  margin-bottom: calc(100vw * -85/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 > h2 {
    font-size: 131px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > h2 {
    font-size: calc(100vw * 63/375);
  }
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 > h2 {
    width: 512px;
    height: 200px;
    border-radius: 20px;
    margin-top: -115px;
    margin-bottom: -85px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > h2 {
    width: calc(100vw * 250/375);
    height: calc(100vw * 96/375);
    border-radius: calc(100vw * 20/375);
    margin-top: calc(100vw * 0/375);
    margin-bottom: calc(100vw * -30/375);
  }
}
#jhair-content .mw-1440px #sec-4 > h2 span {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-repeat: no-repeat;
  background-image: url("https://www.jeban.com/spotlight-item/jhair/3.svg");
  width: calc(100vw * 79.53/1440);
  height: calc(100vw * 114.13/1440);
  margin-right: calc(100vw * 40/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 > h2 span {
    width: 79.53px;
    height: 114.13px;
    margin-right: 40px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > h2 span {
    width: calc(100vw * 38.39/375);
    height: calc(100vw * 55.1/375);
    margin-right: calc(100vw * 20/375);
  }
}
#jhair-content .mw-1440px #sec-4 > h2 span:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 70%;
  top: 50%;
  transform: translateY(-50%);
  border-right: 3px solid #00B4F2;
  right: calc(100vw * -24/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 > h2 span:after {
    right: -24px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > h2 span:after {
    right: calc(100vw * -12/375);
  }
}
#jhair-content .mw-1440px #sec-4 > ul {
  list-style-type: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #00B4F2;
  display: grid;
  width: calc(100vw * 1200/1440);
  padding-top: calc(100vw * 390/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 > ul {
    width: 1200px;
    padding-top: 390px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > ul {
    width: calc(100vw * 315/375);
    padding-top: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-4 > ul {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > ul {
    grid-template-columns: 1fr;
    box-shadow: 0px 3px 10px #00B4F2;
  }
}
#jhair-content .mw-1440px #sec-4 > ul li {
  font-size: calc(100vw * 35/1440);
  line-height: 1.3;
  background: #181E40;
  position: relative;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 > ul li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > ul li {
    font-size: calc(100vw * 23/375);
  }
}
#jhair-content .mw-1440px #sec-4 > ul li:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/jhair/li-img-step1.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 0/1440);
  top: calc(100vw * -220/1440);
  width: calc(100vw * 267/1440);
  height: calc(100vw * 267/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-4 > ul li:before {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/li-img-step1.webp");
  }
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 > ul li:before {
    left: 0px;
    top: -220px;
    width: 267px;
    height: 267px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > ul li:before {
    left: calc(100vw * 0/375);
    top: calc(100vw * 80/375);
    width: calc(100vw * 146/375);
    height: calc(100vw * 146/375);
  }
}
#jhair-content .mw-1440px #sec-4 > ul li:before {
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
#jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(1):before {
  background-image: url("https://www.jeban.com/spotlight-item/jhair/li-img-step1.svg");
}
#jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2):before {
  background-image: url("https://www.jeban.com/spotlight-item/jhair/li-img-step2.svg");
}
#jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(3):before {
  background-image: url("https://www.jeban.com/spotlight-item/jhair/li-img-step3.svg");
}
#jhair-content .mw-1440px #sec-4 > ul li h3 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 > ul li h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > ul li h3 {
    font-size: calc(100vw * 26/375);
  }
}
#jhair-content .mw-1440px #sec-4 > ul li p strong {
  font-family: "DB-Heavent-med" !important;
  font-weight: normal;
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-4 > ul li {
    height: calc(100vw * 444/1440);
    padding-top: calc(100vw * 120/1440);
    border-top: 2px solid #00B4F2;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 > ul li {
    height: 444px;
    padding-top: 120px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > ul li {
    height: calc(100vw * 0/375);
    padding-top: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(1), #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2) {
    z-index: 3;
  }
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(1):after, #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2):after {
    content: "";
    position: absolute;
    background-image: url("https://www.jeban.com/spotlight-item/jhair/ul-step-li-right.svg");
    background-size: contain;
    background-repeat: no-repeat;
    right: calc(100vw * -37.5/1440);
    top: calc(100vw * 0/1440);
    width: calc(100vw * 75/1440);
    height: calc(100vw * 444/1440);
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(1):after, #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2):after {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/ul-step-li-right.webp");
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(1):after, #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2):after {
    right: -37.5px;
    top: 0px;
    width: 75px;
    height: 444px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(1):after, #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2):after {
    right: calc(100vw * 0/375);
    top: calc(100vw * 0/375);
    width: calc(100vw * 0/375);
    height: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(1):after, #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2):after {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/1440/ul-step-li-right.svg");
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2) {
    z-index: 2;
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(3) {
    flex: 1;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(1) {
    padding-top: calc(100vw * 250/375);
  }
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2), #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(3) {
    padding-top: calc(100vw * 250/375);
  }
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2):after, #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(3):after {
    content: "";
    position: absolute;
    background-image: url("https://www.jeban.com/spotlight-item/jhair/ul-step-li-bottom.svg");
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(100vw * 0/1440);
    top: calc(100vw * 0/1440);
    width: calc(100vw * 0/1440);
    height: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2):after, #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(3):after {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/ul-step-li-bottom.webp");
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2):after, #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(3):after {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2):after, #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(3):after {
    left: calc(100vw * 0/375);
    top: calc(100vw * 0/375);
    width: calc(100vw * 315/375);
    height: calc(100vw * 48/375);
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(2):after, #jhair-content .mw-1440px #sec-4 > ul li:nth-of-type(3):after {
    background-image: url("https://www.jeban.com/spotlight-item/jhair/375/ul-step-li-bottom.svg");
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 > ul li:last-child {
    padding-bottom: calc(100vw * 30/375);
  }
}
#jhair-content .mw-1440px #sec-4 .video {
  width: calc(100vw * 1200/1440);
  margin-top: calc(100vw * 40/1440);
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .video {
    width: 1200px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .video {
    width: calc(100vw * 315/375);
    margin-top: calc(100vw * 30/375);
  }
}
@media (min-width: 768px) {
  #jhair-content .mw-1440px #sec-4 .video .embed-responsive:before {
    padding-top: 43.75% !important;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .video .embed-responsive:before {
    padding-top: 100% !important;
  }
  #jhair-content .mw-1440px #sec-4 .video .embed-responsive:before iframe {
    width: calc(100vw * 315/375);
    height: calc(100vw * 315/375);
  }
}
#jhair-content .mw-1440px #sec-4 .promotion {
  margin-top: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion {
    margin-top: calc(100vw * 50/375);
  }
}
#jhair-content .mw-1440px #sec-4 .promotion h2 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 100/1440);
  color: #4AD1FF;
  line-height: 1;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion h2 {
    font-size: calc(100vw * 40/375);
  }
}
#jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) {
  margin-top: calc(100vw * 620/1440);
  margin-bottom: calc(100vw * 50/1440);
  width: calc(100vw * 1160/1440);
  list-style-type: none;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) {
    margin-top: 620px;
    margin-bottom: 50px;
    width: 1160px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) {
    margin-top: calc(100vw * 380/375);
    margin-bottom: calc(100vw * 25/375);
    width: calc(100vw * 315/375);
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) {
    grid-template-columns: 1fr;
  }
}
#jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li {
  font-size: calc(100vw * 38/1440);
  height: calc(100vw * 200/1440);
  padding-top: calc(100vw * 25/1440);
  padding-left: calc(100vw * 100/1440);
  border-width: calc(100vw * 2/1440);
  line-height: 1.2;
  text-align: left;
  border: solid white;
  position: relative;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li {
    height: 200px;
    padding-top: 25px;
    padding-left: 100px;
    border-width: 2px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li {
    height: calc(100vw * 125/375);
    padding-top: calc(100vw * 24/375);
    padding-left: calc(100vw * 50/375);
    border-width: calc(100vw * 1/375);
  }
}
#jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li:before {
  width: calc(100vw * 10/1440);
  height: calc(100vw * 10/1440);
  top: calc(100vw * 43/1440);
  left: calc(100vw * 52/1440);
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background: white;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li:before {
    width: 10px;
    height: 10px;
    top: 43px;
    left: 52px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li:before {
    width: calc(100vw * 5/375);
    height: calc(100vw * 5/375);
    top: calc(100vw * 35/375);
    left: calc(100vw * 30/375);
  }
}
#jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li strong {
  font-family: "DB-Heavent-med" !important;
  font-weight: normal;
}
#jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li span {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 60/1440);
  padding-left: calc(100vw * 8/1440);
  color: #FF3434;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li span {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li span {
    font-size: calc(100vw * 28/375);
  }
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li span {
    padding-left: 8px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li span {
    padding-left: calc(100vw * 5/375);
  }
}
#jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li p:nth-of-type(2) {
  margin-top: calc(100vw * -12/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li p:nth-of-type(2) {
    margin-top: -12px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li p:nth-of-type(2) {
    margin-top: calc(100vw * -6/375);
  }
}
#jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li p:nth-of-type(3) {
  margin-top: calc(100vw * -6/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li p:nth-of-type(3) {
    margin-top: -6px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul:not(.shopping-links-ul) li p:nth-of-type(3) {
    margin-top: calc(100vw * -3/375);
  }
}
#jhair-content .mw-1440px #sec-4 .promotion h3 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 80/1440);
  color: #00B4F2;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion h3 {
    font-size: calc(100vw * 40/375);
  }
}
#jhair-content .mw-1440px #sec-4 .promotion h4 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 60/1440);
  margin-bottom: calc(100vw * 32/1440);
  line-height: 1.1;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion h4 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion h4 {
    font-size: calc(100vw * 28/375);
  }
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion h4 {
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion h4 {
    margin-bottom: calc(100vw * 12/375);
  }
}
#jhair-content .mw-1440px #sec-4 .promotion h4 + a:first-of-type {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 38/1440);
  width: calc(100vw * 159/1440);
  height: calc(100vw * 54/1440);
  margin-bottom: calc(100vw * 32/1440);
  display: grid;
  align-items: center;
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #131116;
  background: #00B4F2;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion h4 + a:first-of-type {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion h4 + a:first-of-type {
    font-size: calc(100vw * 22/375);
  }
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion h4 + a:first-of-type {
    width: 159px;
    height: 54px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion h4 + a:first-of-type {
    width: calc(100vw * 83/375);
    height: calc(100vw * 29.41/375);
    margin-bottom: calc(100vw * 12/375);
  }
}
#jhair-content .mw-1440px #sec-4 .promotion p, #jhair-content .mw-1440px #sec-4 .promotion ul.shopping-links-ul {
  font-size: calc(100vw * 38/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion p, #jhair-content .mw-1440px #sec-4 .promotion ul.shopping-links-ul {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion p, #jhair-content .mw-1440px #sec-4 .promotion ul.shopping-links-ul {
    font-size: calc(100vw * 22/375);
  }
}
#jhair-content .mw-1440px #sec-4 .promotion ul.shopping-links-ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
#jhair-content .mw-1440px #sec-4 .promotion ul.shopping-links-ul li:nth-of-type(2),
#jhair-content .mw-1440px #sec-4 .promotion ul.shopping-links-ul li:nth-of-type(4) {
  padding: calc(100vw * 0/1440) calc(100vw * 16/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul.shopping-links-ul li:nth-of-type(2),
#jhair-content .mw-1440px #sec-4 .promotion ul.shopping-links-ul li:nth-of-type(4) {
    padding: 0px 16px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul.shopping-links-ul li:nth-of-type(2),
#jhair-content .mw-1440px #sec-4 .promotion ul.shopping-links-ul li:nth-of-type(4) {
    padding: calc(100vw * 0/375) calc(100vw * 8/375);
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion ul.shopping-links-ul li:nth-of-type(4) {
    display: none;
  }
}
#jhair-content .mw-1440px #sec-4 .promotion ul.shopping-links-ul a {
  color: white;
}
#jhair-content .mw-1440px #sec-4 .promotion img {
  width: calc(100vw * 190/1440);
  margin-top: calc(100vw * 16/1440);
  margin-bottom: calc(100vw * 16/1440);
}
@media (min-width: 1440px) {
  #jhair-content .mw-1440px #sec-4 .promotion img {
    width: 190px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  #jhair-content .mw-1440px #sec-4 .promotion img {
    width: calc(100vw * 98/375);
    margin-top: calc(100vw * 10/375);
    margin-bottom: calc(100vw * 10/375);
  }
}