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

#tresemme-content .mw-1440px {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  box-sizing: border-box;
  color: white;
}
#tresemme-content .mw-1440px > div {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
}
#tresemme-content .mw-1440px > div h1.logo {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/tresemme-logo.jpg");
  width: calc(100vw * 370.5/1440);
  height: calc(100vw * 158.5/1440);
  margin: 0 auto;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px > div h1.logo {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/tresemme-logo.webp");
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div h1.logo {
    width: 370.5px;
    height: 158.5px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div h1.logo {
    width: calc(100vw * 145.38/375);
    height: calc(100vw * 61.95/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-title h2 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 123/1440);
  color: #FF595A;
  line-height: 0.8;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-title h2 {
    font-size: 123px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-title h2 {
    font-size: calc(100vw * 55/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-title h3 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/text-curl-lock.svg");
  width: calc(100vw * 474/1440);
  height: calc(100vw * 170.92/1440);
  margin: 0 auto;
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-title h3 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/text-curl-lock.svg");
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-title h3 {
    width: 474px;
    height: 170.92px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-title h3 {
    width: calc(100vw * 211.85/375);
    height: calc(100vw * 76.42/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-image img {
  width: calc(100vw * 648/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-image img {
    width: 648px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-image img {
    width: calc(100vw * 241/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-image ul {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  grid-gap: calc(100vw * 23/1440);
  margin-top: calc(100vw * -140/1440);
  margin-bottom: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-image ul {
    grid-gap: 23px;
    margin-top: -140px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-image ul {
    grid-gap: calc(100vw * 8/375);
    margin-top: calc(100vw * -50/375);
    margin-bottom: calc(100vw * 10/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-image ul a.btn-user-review {
  font-family: "DB-Heavent-reg" !important;
  width: calc(100vw * 146/1440);
  height: calc(100vw * 54/1440);
  font-size: calc(100vw * 35/1440);
  display: grid;
  align-items: center;
  color: black;
  background-image: linear-gradient(91deg, #725030 0%, #ceb48a 24%, #f2d6a7 49%, #ceb48a 76%, #725030 100%);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-image ul a.btn-user-review {
    width: 146px;
    height: 54px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-image ul a.btn-user-review {
    width: calc(100vw * 64/375);
    height: calc(100vw * 28/375);
    font-size: calc(100vw * 18/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-detail {
  padding-top: calc(100vw * 30/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail {
    padding-top: calc(100vw * 15/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-detail blockquote {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 50/1440);
  margin: 0;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail blockquote {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail blockquote {
    font-size: calc(100vw * 28/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-detail hr {
  width: calc(100vw * 376/1440);
  height: calc(100vw * 3/1440);
  margin-top: calc(100vw * 30/1440);
  margin-bottom: calc(100vw * 30/1440);
  border: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: linear-gradient(to right, #775635, #d1b78c 25%, #f1d5a6 49%, #ccb288 72%, #775535);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail hr {
    width: 376px;
    height: 3px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail hr {
    width: calc(100vw * 300/375);
    height: calc(100vw * 1/375);
    margin-top: calc(100vw * 20/375);
    margin-bottom: calc(100vw * 20/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-detail ul {
  margin-bottom: calc(100vw * 10/1440);
  list-style-type: none;
  padding: 0;
  text-align: left;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail ul {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail ul {
    margin-bottom: calc(100vw * 5/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-detail ul li {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 38/1440);
  padding-left: calc(100vw * 95/1440);
  padding-bottom: calc(100vw * 20/1440);
  display: flex;
  flex-flow: column;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail ul li {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail ul li {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail ul li {
    padding-left: 95px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail ul li {
    padding-left: calc(100vw * 36/375);
    padding-bottom: calc(100vw * 10/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-detail ul li strong {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  padding-left: calc(100vw * 32/1440);
  position: relative;
  font-weight: normal;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail ul li strong {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail ul li strong {
    font-size: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail ul li strong {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail ul li strong {
    padding-left: calc(100vw * 16/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-detail ul li strong:before {
  content: "";
  display: block;
  position: absolute;
  background: white;
  border-radius: 50%;
  left: 0;
  width: calc(100vw * 10/1440);
  height: calc(100vw * 10/1440);
  top: calc(100vw * 18/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail ul li strong:before {
    width: 10px;
    height: 10px;
    top: 18px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail ul li strong:before {
    width: calc(100vw * 5/375);
    height: calc(100vw * 5/375);
    top: calc(100vw * 15/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-detail p {
  font-size: calc(100vw * 33/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail p {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail p {
    font-size: calc(100vw * 20/375);
  }
}
#tresemme-content .mw-1440px > div .product-info .product-detail p strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
@media (min-width: 768px) {
  #tresemme-content .mw-1440px > div .product-info {
    width: calc(100vw * 1240/1440);
    grid-column-gap: calc(100vw * 20/1440);
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info {
    width: 1240px;
    grid-column-gap: 20px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info {
    width: calc(100vw * 0/375);
    grid-column-gap: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #tresemme-content .mw-1440px > div .product-info .product-image {
    grid-column: 1;
    grid-row: 1/3;
  }
}
@media (min-width: 768px) {
  #tresemme-content .mw-1440px > div .product-info .product-title {
    grid-column: 2;
    grid-row: 1;
  }
}
@media (min-width: 768px) {
  #tresemme-content .mw-1440px > div .product-info .product-detail {
    grid-column: 2;
    grid-row: 2;
    line-height: 1.1;
  }
  #tresemme-content .mw-1440px > div .product-info .product-detail li strong {
    line-height: 1;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .product-title {
    padding-bottom: calc(100vw * 24/375);
  }
  #tresemme-content .mw-1440px > div .product-info .product-image .remark {
    text-align: center;
  }
}
#tresemme-content .mw-1440px > div .product-info .remark {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 20/1440);
  padding-left: calc(100vw * 40/1440);
  color: #838383;
  display: block;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .remark {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .remark {
    font-size: calc(100vw * 14/375);
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div .product-info .remark {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div .product-info .remark {
    padding-left: calc(100vw * 0/375);
  }
}
#tresemme-content .mw-1440px > div.steps h2 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 152/1440);
  color: #FF595A;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div.steps h2 {
    font-size: 152px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div.steps h2 {
    font-size: calc(100vw * 62/375);
  }
}
#tresemme-content .mw-1440px > div.steps h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 104/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div.steps h3 {
    font-size: 104px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div.steps h3 {
    font-size: calc(100vw * 42/375);
  }
}
#tresemme-content .mw-1440px > div.steps h2, #tresemme-content .mw-1440px > div.steps h3 {
  line-height: 0.8;
}
#tresemme-content .mw-1440px > div.steps ol {
  grid-gap: calc(100vw * 16/1440);
  margin-top: calc(100vw * 40/1440);
  list-style-type: none;
  padding: 0;
  display: grid;
  justify-content: center;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div.steps ol {
    grid-gap: 16px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div.steps ol {
    grid-gap: calc(100vw * 18/375);
    margin-top: calc(100vw * 20/375);
  }
}
@media (min-width: 768px) {
  #tresemme-content .mw-1440px > div.steps ol {
    grid-template-columns: repeat(3, auto);
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div.steps ol {
    grid-template-rows: repeat(3, auto);
  }
}
#tresemme-content .mw-1440px > div.steps ol > li {
  width: calc(100vw * 376/1440);
  border: 1px solid white;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div.steps ol > li {
    width: 376px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div.steps ol > li {
    width: calc(100vw * 315/375);
  }
}
#tresemme-content .mw-1440px > div.steps ol > li h4 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 40/1440);
  height: calc(100vw * 75/1440);
  display: grid;
  align-items: center;
  color: black;
  background-image: linear-gradient(to right, #725030, #ceb48a 24%, #f2d6a7 49%, #ceb48a 76%, #725030);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div.steps ol > li h4 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div.steps ol > li h4 {
    font-size: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div.steps ol > li h4 {
    height: 75px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div.steps ol > li h4 {
    height: calc(100vw * 48/375);
  }
}
#tresemme-content .mw-1440px > div.steps ol > li p, #tresemme-content .mw-1440px > div.steps ol > li ul {
  font-size: calc(100vw * 38/1440);
  padding: calc(100vw * 32/1440) calc(100vw * 28/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div.steps ol > li p, #tresemme-content .mw-1440px > div.steps ol > li ul {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div.steps ol > li p, #tresemme-content .mw-1440px > div.steps ol > li ul {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div.steps ol > li p, #tresemme-content .mw-1440px > div.steps ol > li ul {
    padding: 32px 28px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div.steps ol > li p, #tresemme-content .mw-1440px > div.steps ol > li ul {
    padding: calc(100vw * 15/375) calc(100vw * 20/375);
  }
}
#tresemme-content .mw-1440px > div.steps ol > li ul {
  text-align: left;
}
#tresemme-content .mw-1440px > div.steps ol > li ul li {
  text-indent: calc(100vw * 32/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div.steps ol > li ul li {
    text-indent: 32px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div.steps ol > li ul li {
    text-indent: calc(100vw * 16/375);
  }
}
#tresemme-content .mw-1440px > div.steps ol > li ul li:before {
  content: "";
  display: block;
  position: absolute;
  background: white;
  border-radius: 50%;
  left: 0;
  width: calc(100vw * 10/1440);
  height: calc(100vw * 10/1440);
  top: calc(100vw * 18/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div.steps ol > li ul li:before {
    width: 10px;
    height: 10px;
    top: 18px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div.steps ol > li ul li:before {
    width: calc(100vw * 5/375);
    height: calc(100vw * 5/375);
    top: calc(100vw * 15/375);
  }
}
#tresemme-content .mw-1440px > div.steps ol > li ul li:not(:last-of-type) {
  margin-bottom: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px > div.steps ol > li ul li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px > div.steps ol > li ul li:not(:last-of-type) {
    margin-bottom: calc(100vw * 5/375);
  }
}
#tresemme-content .mw-1440px #cover {
  background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/bg-cover.jpg");
  height: calc(100vw * 1360/1440);
  padding-top: calc(100vw * 54/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px #cover {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/bg-cover.webp");
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #cover {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/bg-cover.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px #cover {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/bg-cover.webp");
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #cover {
    height: 1360px;
    padding-top: 54px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #cover {
    height: calc(100vw * 533/375);
    padding-top: calc(100vw * 32/375);
  }
}
#tresemme-content .mw-1440px #cover h2 {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 116/1440);
  margin-top: calc(100vw * 35/1440);
  display: inline-flex;
  flex-flow: column;
  position: relative;
  line-height: 0.9;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #cover h2 {
    font-size: 116px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #cover h2 {
    font-size: calc(100vw * 45/375);
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #cover h2 {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #cover h2 {
    margin-top: calc(100vw * 20/375);
  }
}
#tresemme-content .mw-1440px #cover h2:after {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/quote-single.svg");
  background-size: contain;
  content: "";
  position: absolute;
  width: calc(100vw * 4.12/1440);
  height: calc(100vw * 11.67/1440);
  right: calc(100vw * -6/1440);
  bottom: calc(100vw * 72/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #cover h2:after {
    background-size: 1440px auto;
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #cover h2:after {
    width: 4.12px;
    height: 11.67px;
    right: -6px;
    bottom: 72px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #cover h2:after {
    width: calc(100vw * 1.44/375);
    height: calc(100vw * 4.07/375);
    right: calc(100vw * -3/375);
    bottom: calc(100vw * 30/375);
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #cover h2 {
    line-height: 1;
  }
}
#tresemme-content .mw-1440px #cover h2 strong {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 116/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #cover h2 strong {
    font-size: 116px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #cover h2 strong {
    font-size: calc(100vw * 55/375);
  }
}
#tresemme-content .mw-1440px #cover ul.remarks {
  margin-top: calc(100vw * 815/1440);
  list-style-type: none;
  padding: 0;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #cover ul.remarks {
    margin-top: 815px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #cover ul.remarks {
    margin-top: calc(100vw * 265/375);
  }
}
#tresemme-content .mw-1440px #cover ul.remarks li {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 20/1440);
  padding-left: calc(100vw * 140/1440);
  color: #838383;
  line-height: 1.1;
  text-align: left;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #cover ul.remarks li {
    font-size: 20px;
    padding-left: 140px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #cover ul.remarks li {
    font-size: calc(100vw * 14/375);
    padding-left: calc(100vw * 36/375);
  }
}
#tresemme-content .mw-1440px #sec-1 {
  background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/bg-sec-1.jpg");
  height: calc(100vw * 1907/1440);
  padding-top: calc(100vw * 25/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/bg-sec-1.webp");
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/bg-sec-1.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/bg-sec-1.webp");
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-1 {
    height: 1907px;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-1 {
    height: calc(100vw * 965/375);
    padding-top: calc(100vw * 12/375);
  }
}
#tresemme-content .mw-1440px #sec-1 > h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-1 > h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-1 > h2 {
    font-size: calc(100vw * 40/375);
  }
}
#tresemme-content .mw-1440px #sec-1 > p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 38/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-1 > p {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-1 > p {
    font-size: calc(100vw * 22/375);
  }
}
#tresemme-content .mw-1440px #sec-1 > p:nth-of-type(2), #tresemme-content .mw-1440px #sec-1 > p:nth-of-type(3) {
  padding-top: calc(100vw * 28/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-1 > p:nth-of-type(2), #tresemme-content .mw-1440px #sec-1 > p:nth-of-type(3) {
    padding-top: 28px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-1 > p:nth-of-type(2), #tresemme-content .mw-1440px #sec-1 > p:nth-of-type(3) {
    padding-top: calc(100vw * 20/375);
  }
}
#tresemme-content .mw-1440px #sec-1 > p:nth-of-type(3) {
  font-family: "DB-Heavent-reg" !important;
}
#tresemme-content .mw-1440px #sec-1 > p strong {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 48/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-1 > p strong {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-1 > p strong {
    font-size: calc(100vw * 26/375);
  }
}
#tresemme-content .mw-1440px #sec-1 > blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 48/1440);
  margin: 0;
  line-height: 1;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-1 > blockquote {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-1 > blockquote {
    font-size: calc(100vw * 30/375);
  }
}
#tresemme-content .mw-1440px #sec-1 h1.logo {
  width: calc(100vw * 572/1440);
  height: calc(100vw * 243.74/1440);
  margin-top: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-1 h1.logo {
    width: 572px;
    height: 243.74px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-1 h1.logo {
    width: calc(100vw * 300/375);
    height: calc(100vw * 127.84/375);
    margin-top: calc(100vw * 28/375);
  }
}
#tresemme-content .mw-1440px #sec-1 .box {
  width: calc(100vw * 572/1440);
  height: calc(100vw * 360/1440);
  border-width: calc(100vw * 4/1440);
  margin-bottom: calc(100vw * 60/1440);
  box-sizing: border-box;
  position: relative;
  border-style: none solid solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(to right, #775635, #d1b78c 25%, #f1d5a6 49%, #ccb288 72%, #775535 100%);
  margin: 0 auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-1 .box {
    width: 572px;
    height: 360px;
    border-width: 4px;
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-1 .box {
    width: calc(100vw * 300/375);
    height: calc(100vw * 190/375);
    border-width: calc(100vw * 2/375);
    margin-bottom: calc(100vw * 50/375);
  }
}
#tresemme-content .mw-1440px #sec-1 .box h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 48/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-1 .box h3 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-1 .box h3 {
    font-size: calc(100vw * 30/375);
  }
}
#tresemme-content .mw-1440px #sec-1 .box p {
  font-size: calc(100vw * 38/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-1 .box p {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-1 .box p {
    font-size: calc(100vw * 23/375);
  }
}
#tresemme-content .mw-1440px #sec-1 .box p:nth-of-type(1) {
  font-family: "DB-Heavent-reg" !important;
}
#tresemme-content .mw-1440px #sec-1 img {
  width: calc(100vw * 953.58/1440);
  height: calc(100vw * 624.32/1440);
  margin: 0 auto;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-1 img {
    width: 953.58px;
    height: 624.32px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-1 img {
    width: calc(100vw * 275.73/375);
    height: calc(100vw * 180.89/375);
  }
}
#tresemme-content .mw-1440px #sec-2 {
  background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/bg-sec-2.jpg");
  height: calc(100vw * 1800/1440);
  padding-top: calc(100vw * 50/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/bg-sec-2.webp");
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/bg-sec-2.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/bg-sec-2.webp");
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-2 {
    height: 1800px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-2 {
    height: calc(100vw * 1263/375);
    padding-top: calc(100vw * 25/375);
  }
}
#tresemme-content .mw-1440px #sec-2 > p {
  font-size: calc(100vw * 38/1440);
  padding-bottom: calc(100vw * 90/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-2 > p {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-2 > p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-2 > p {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-2 > p {
    padding-bottom: calc(100vw * 50/375);
  }
}
#tresemme-content .mw-1440px #sec-2 > blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 131/1440);
  line-height: 0.9;
  margin: 0;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-2 > blockquote {
    font-size: 131px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-2 > blockquote {
    font-size: calc(100vw * 47/375);
  }
}
#tresemme-content .mw-1440px #sec-2 > blockquote strong {
  font-size: calc(100vw * 196/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-2 > blockquote strong {
    font-size: 196px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-2 > blockquote strong {
    font-size: calc(100vw * 70/375);
  }
}
#tresemme-content .mw-1440px #sec-2 .product-info {
  padding-top: calc(100vw * 130/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-2 .product-info {
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-2 .product-info {
    padding-top: calc(100vw * 50/375);
  }
}
#tresemme-content .mw-1440px #sec-3 {
  background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/bg-sec-3.jpg");
  height: calc(100vw * 893/1440);
  padding-top: calc(100vw * 0/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/bg-sec-3.webp");
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/bg-sec-3.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/bg-sec-3.webp");
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-3 {
    height: 893px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-3 {
    height: calc(100vw * 783/375);
    padding-top: calc(100vw * 15/375);
  }
}
#tresemme-content .mw-1440px #sec-4 {
  background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/bg-sec-4.jpg");
  height: calc(100vw * 1150/1440);
  padding-top: calc(100vw * 0/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/bg-sec-4.webp");
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/bg-sec-4.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/bg-sec-4.webp");
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-4 {
    height: 1150px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-4 {
    height: calc(100vw * 1043/375);
    padding-top: calc(100vw * 0/375);
  }
}
#tresemme-content .mw-1440px #sec-4 .product-info .product-title h2 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 123/1440);
  color: #008DA0;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-4 .product-info .product-title h2 {
    font-size: 123px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-4 .product-info .product-title h2 {
    font-size: calc(100vw * 55/375);
  }
}
#tresemme-content .mw-1440px #sec-4 .product-info .product-title h3 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/text-straight-lock.svg");
  width: calc(100vw * 490/1440);
  height: calc(100vw * 146.09/1440);
  margin: 0 auto;
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-4 .product-info .product-title h3 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/text-straight-lock.svg");
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-4 .product-info .product-title h3 {
    width: 490px;
    height: 146.09px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-4 .product-info .product-title h3 {
    width: calc(100vw * 218.69/375);
    height: calc(100vw * 65.2/375);
  }
}
#tresemme-content .mw-1440px #sec-4 .product-info .product-image img {
  width: calc(100vw * 720/1440);
  margin-left: calc(100vw * -65/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-4 .product-info .product-image img {
    width: 720px;
    margin-left: -65px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-4 .product-info .product-image img {
    width: calc(100vw * 270/375);
    margin-left: calc(100vw * -25/375);
  }
}
#tresemme-content .mw-1440px #sec-4 .product-info .product-image ul {
  padding-left: calc(100vw * 72/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-4 .product-info .product-image ul {
    padding-left: 72px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-4 .product-info .product-image ul {
    padding-left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #tresemme-content .mw-1440px #sec-4 .product-info .product-image {
    grid-column: 2;
  }
  #tresemme-content .mw-1440px #sec-4 .product-info .product-title,
#tresemme-content .mw-1440px #sec-4 .product-info .product-detail {
    grid-column: 1;
  }
}
#tresemme-content .mw-1440px #sec-4 .remark {
  margin-top: calc(100vw * 25/1440);
  grid-column: 1/3;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-4 .remark {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-4 .remark {
    margin-top: calc(100vw * 0/375);
  }
}
#tresemme-content .mw-1440px #sec-5 {
  background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/bg-sec-5.jpg");
  height: calc(100vw * 1583/1440);
  padding-top: calc(100vw * 0/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/1440/bg-sec-5.webp");
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/bg-sec-5.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #tresemme-content .mw-1440px #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/tresemme-advanced-shape-lock/375/bg-sec-5.webp");
  }
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-5 {
    height: 1583px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-5 {
    height: calc(100vw * 1126/375);
    padding-top: calc(100vw * 0/375);
  }
}
#tresemme-content .mw-1440px #sec-5 h2 {
  color: #008DA0;
}
#tresemme-content .mw-1440px #sec-5 h3 {
  font-size: calc(100vw * 104/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-5 h3 {
    font-size: 104px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-5 h3 {
    font-size: calc(100vw * 36/375);
  }
}
#tresemme-content .mw-1440px #sec-5 .promo {
  padding-top: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-5 .promo {
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-5 .promo {
    padding-top: calc(100vw * 35/375);
  }
}
#tresemme-content .mw-1440px #sec-5 .promo p {
  font-size: calc(100vw * 45/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-5 .promo p {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-5 .promo p {
    font-size: calc(100vw * 23/375);
  }
}
#tresemme-content .mw-1440px #sec-5 .promo p strong {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-5 .promo p strong {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-5 .promo p strong {
    font-size: calc(100vw * 30/375);
  }
}
#tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong {
  position: relative;
}
#tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong:before, #tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong:after {
  width: calc(100vw * 246/1440);
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  top: 50%;
  background-image: linear-gradient(to right, #775635, #d1b78c 25%, #f1d5a6 49%, #ccb288 72%, #775535);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong:before, #tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong:after {
    width: 246px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong:before, #tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong:after {
    width: calc(100vw * 128/375);
  }
}
#tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong:before {
  left: calc(100vw * -18/1440);
  transform: translateX(-100%);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong:before {
    left: -18px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong:before {
    left: calc(100vw * -8/375);
  }
}
#tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong:after {
  right: calc(100vw * -18/1440);
  transform: translateX(100%);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong:after {
    right: -18px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-5 .promo p:nth-of-type(2) strong:after {
    right: calc(100vw * -8/375);
  }
}
#tresemme-content .mw-1440px #sec-5 .promo ul {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
  align-items: center;
  grid-gap: calc(100vw * 40/1440);
  margin-top: calc(100vw * 25/1440);
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-5 .promo ul {
    grid-gap: 40px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-5 .promo ul {
    grid-gap: calc(100vw * 25/375);
    margin-top: calc(100vw * 15/375);
  }
}
#tresemme-content .mw-1440px #sec-5 .promo ul a.shopping-link {
  font-family: "DB-Heavent-reg" !important;
  width: calc(100vw * 200/1440);
  height: calc(100vw * 54/1440);
  font-size: calc(100vw * 35/1440);
  display: grid;
  align-items: center;
  border: 1px solid white;
  color: white;
}
@media (min-width: 1440px) {
  #tresemme-content .mw-1440px #sec-5 .promo ul a.shopping-link {
    width: 200px;
    height: 54px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #tresemme-content .mw-1440px #sec-5 .promo ul a.shopping-link {
    width: calc(100vw * 115/375);
    height: calc(100vw * 36/375);
    font-size: calc(100vw * 20/375);
  }
}