.fz-d-100 {
  font-size: calc(100vw * (100 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-100 {
    font-size: 100px;
  }
}

.fz-d-95 {
  font-size: calc(100vw * (95 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-95 {
    font-size: 95px;
  }
}

.fz-d-90 {
  font-size: calc(100vw * (90 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-90 {
    font-size: 90px;
  }
}

.fz-d-85 {
  font-size: calc(100vw * (85 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-85 {
    font-size: 85px;
  }
}

.fz-d-80 {
  font-size: calc(100vw * (80 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-80 {
    font-size: 80px;
  }
}

.fz-d-75 {
  font-size: calc(100vw * (75 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-75 {
    font-size: 75px;
  }
}

.fz-d-70 {
  font-size: calc(100vw * (70 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-70 {
    font-size: 70px;
  }
}

.fz-d-60 {
  font-size: calc(100vw * (60 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-60 {
    font-size: 60px;
  }
}

.fz-d-58 {
  font-size: calc(100vw * (58 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-58 {
    font-size: 58px;
  }
}

.fz-d-52 {
  font-size: calc(100vw * (52 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-52 {
    font-size: 52px;
  }
}

.fz-d-50 {
  font-size: calc(100vw * (50 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-50 {
    font-size: 50px;
  }
}

.fz-d-45 {
  font-size: calc(100vw * (45 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-45 {
    font-size: 45px;
  }
}

.fz-d-44 {
  font-size: calc(100vw * (44 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-44 {
    font-size: 44px;
  }
}

.fz-d-40 {
  font-size: calc(100vw * (40 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-40 {
    font-size: 40px;
  }
}

.fz-d-32 {
  font-size: calc(100vw * (32 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-32 {
    font-size: 32px;
  }
}

.fz-d-32 {
  font-size: calc(100vw * (32 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-32 {
    font-size: 32px;
  }
}

.fz-d-26 {
  font-size: calc(100vw * (26 / 1000));
}
@media (min-width: 1000px) {
  .fz-d-26 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .fz-m-56 {
    font-size: calc(100vw * (56 / 375));
  }

  .fz-m-50 {
    font-size: calc(100vw * (50 / 375));
  }

  .fz-m-45 {
    font-size: calc(100vw * (45 / 375));
  }

  .fz-m-38 {
    font-size: calc(100vw * (38 / 375));
  }

  .fz-m-36 {
    font-size: calc(100vw * (36 / 375));
  }

  .fz-m-35 {
    font-size: calc(100vw * (35 / 375));
  }

  .fz-m-32 {
    font-size: calc(100vw * (32 / 375));
  }

  .fz-m-30 {
    font-size: calc(100vw * (30 / 375));
  }

  .fz-m-28 {
    font-size: calc(100vw * (28 / 375));
  }

  .fz-m-26 {
    font-size: calc(100vw * (26 / 375));
  }

  .fz-m-25 {
    font-size: calc(100vw * (25 / 375));
  }

  .fz-m-22 {
    font-size: calc(100vw * (22 / 375));
  }
}
.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: "◦";
}

.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 white;
  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: white;
  text-align: center;
}

@font-face {
  font-family: "DIN-reg";
  src: url("https://www.jeban.com/spotlight-item/_fonts/DINRegular/ff_din_medium-webfont.woff") format("woff"), url("https://www.jeban.com/spotlight-item/_fonts/DINRegular/ff_din_medium-webfont.ttf") format("truetype");
}
@font-face {
  font-family: "DIN-con";
  src: url("https://www.jeban.com/spotlight-item/_fonts/DINCondensedC/DINCondensedC.woff") format("woff"), url("https://www.jeban.com/spotlight-item/_fonts/DINCondensedC/DINCondensedC.ttf") format("truetype");
}
.font-din {
  font-family: "DIN-reg" !important;
}

.font-din-con {
  font-family: "DIN-con" !important;
}

.text-bold {
  font-weight: bold;
}

.box-720-by-834 {
  height: 0;
  overflow: hidden;
  padding-top: 115.8333333333%;
  background: white;
  position: relative;
}
.box-720-by-834 .content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cover.over-width .container.mw-1440px {
  background: url("https://www.jeban.com/spotlight-item/studiofixperfect/md/head.jpg") center center no-repeat black;
  background-size: contain;
  height: calc(100vw * 918/1440);
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  .cover.over-width .container.mw-1440px {
    height: 918px;
  }
}
.cover.over-width .container.mw-1440px .title {
  flex: 1;
  height: calc(100vw * 168/1440);
}
@media (min-width: 1000px) {
  .cover.over-width .container.mw-1440px .title {
    height: calc(1000px * 168/1440);
  }
}
@media (max-width: 767px) {
  .cover.over-width .container.mw-1440px .title {
    height: calc(100vw * 50/375);
  }
}
.cover.over-width .container.mw-1440px .title h1, .cover.over-width .container.mw-1440px .title h2 {
  line-height: 0.85;
}
.cover.over-width .container.mw-1440px .title h1 {
  text-shadow: 2px -1px 0px black;
  margin-top: calc(100vw * -10/1000);
}
@media (min-width: 1000px) {
  .cover.over-width .container.mw-1440px .title h1 {
    margin-top: -10px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .container.mw-1440px .title h1 {
    margin-top: calc(100vw * -18/375);
  }
}

#sec-1 {
  border-bottom: calc(100vw * 80/1000) solid black;
}
@media (min-width: 1000px) {
  #sec-1 {
    border-bottom-width: 80px;
  }
}
@media (max-width: 767px) {
  #sec-1 {
    border-bottom-width: calc(100vw * 75/375);
  }
}
#sec-1 .wrapper {
  background: white;
  border-bottom: none !important;
  border: calc(100vw * 6/1000) solid black;
  margin-bottom: calc(100vw * -80/1000);
}
@media (min-width: 1000px) {
  #sec-1 .wrapper {
    border-width: 6px;
    margin-bottom: -80px;
  }
}
@media (max-width: 767px) {
  #sec-1 .wrapper {
    border-bottom: calc(100vw * 3/375);
    margin-bottom: calc(100vw * -75/375);
  }
}
#sec-1 .wrapper img.logo {
  width: 50%;
}
@media (max-width: 767px) {
  #sec-1 .wrapper img.logo {
    width: 60%;
  }
}

#sec-2 {
  background: url("https://www.jeban.com/spotlight-item/studiofixperfect/md/pic02.jpg") center top no-repeat black;
  background-size: 1440px auto;
  padding-top: 420px;
}
@media (max-width: 767px) {
  #sec-2 {
    background-size: 100% auto;
    padding-top: calc(100vw * 110/375);
  }
}
#sec-2 .wrapper {
  padding: calc(100vw * 100/1000) 0 calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  #sec-2 .wrapper {
    padding: 100px 0 50px;
  }
}
@media (max-width: 375px) {
  #sec-2 .wrapper {
    padding: calc(100vw * 25/375) 0 calc(100vw * 15/375);
  }
}
#sec-2 .wrapper * {
  line-height: 1;
}
#sec-2 .wrapper h2 {
  margin-bottom: calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  #sec-2 .wrapper h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 375px) {
  #sec-2 .wrapper h2 {
    margin-bottom: calc(100vw * 25/375);
  }
}

#sec-3, #sec-5 {
  border-bottom: calc(100vw * 42/1000) solid black;
}
@media (min-width: 1000px) {
  #sec-3, #sec-5 {
    border-bottom-width: 42px;
  }
}
@media (max-width: 767px) {
  #sec-3, #sec-5 {
    border-bottom-width: calc(100vw * 16/375);
  }
}
#sec-3 .product, #sec-5 .product {
  display: flex;
  flex-flow: wrap;
}
#sec-3 .product > div, #sec-5 .product > div {
  width: 50%;
}
@media (max-width: 767px) {
  #sec-3 .product > div, #sec-5 .product > div {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #sec-3 .product .img, #sec-5 .product .img {
    order: 1;
  }
}
@media (max-width: 767px) {
  #sec-3 .product .nfo, #sec-5 .product .nfo {
    order: 2;
  }
}
#sec-3 .product .nfo .content, #sec-5 .product .nfo .content {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  padding: calc(100vw * 60/1000) calc(100vw * 40/1000);
}
@media (min-width: 1000px) {
  #sec-3 .product .nfo .content, #sec-5 .product .nfo .content {
    padding: 60px 40px;
  }
}
@media (max-width: 767px) {
  #sec-3 .product .nfo .content, #sec-5 .product .nfo .content {
    padding: calc(100vw * 25/375) calc(100vw * 35/375);
  }
}
#sec-3 .product .nfo .content h2, #sec-5 .product .nfo .content h2 {
  margin-bottom: calc(100vw * 12/1000);
}
@media (min-width: 1000px) {
  #sec-3 .product .nfo .content h2, #sec-5 .product .nfo .content h2 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  #sec-3 .product .nfo .content h2, #sec-5 .product .nfo .content h2 {
    margin-bottom: calc(100vw * 8/375);
  }
}
#sec-3 .product .nfo .content .btn-user-review, #sec-5 .product .nfo .content .btn-user-review {
  display: inline-block;
  color: white !important;
  background: black !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(100vw * 16/1000);
  width: calc(100vw * 130/1000);
  height: calc(100vw * 42/1000);
}
@media (min-width: 1000px) {
  #sec-3 .product .nfo .content .btn-user-review, #sec-5 .product .nfo .content .btn-user-review {
    margin-top: 16px;
    width: 130px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  #sec-3 .product .nfo .content .btn-user-review, #sec-5 .product .nfo .content .btn-user-review {
    margin-top: calc(100vw * 16/375);
    width: calc(100vw * 100/375);
    height: calc(100vw * 38/375);
  }
}

#sec-4 .container, #sec-6 .container {
  background: url("https://www.jeban.com/spotlight-item/studiofixperfect/md/pic04.jpg") center bottom no-repeat black;
  background-size: 100% auto;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: calc(100vw * 338/1440);
}
@media (min-width: 1000px) {
  #sec-4 .container, #sec-6 .container {
    height: calc(1000px * 338/1440);
  }
}
#sec-4 .container h2, #sec-6 .container h2 {
  line-height: 0.85;
  color: black;
}

#sec-6 .container {
  background-image: url("https://www.jeban.com/spotlight-item/studiofixperfect/md/pic05.jpg") !important;
  background-size: auto 100%;
  padding-top: 5%;
}
@media (max-width: 767px) {
  #sec-6 .container {
    height: calc(100vw * 150/375);
  }
}

#sec-7 .flex-media {
  align-items: center;
}
@media (max-width: 767px) {
  #sec-7 .flex-media {
    flex-flow: column;
  }
}
#sec-7 .flex-media:nth-child(1) {
  border-bottom: calc(100vw * 20/1000) solid black;
}
@media (min-width: 1000px) {
  #sec-7 .flex-media:nth-child(1) {
    border-bottom-width: 20px;
  }
}
@media (max-width: 767px) {
  #sec-7 .flex-media:nth-child(1) {
    border-bottom-width: calc(100vw * 8/375);
  }
}
#sec-7 .flex-media img {
  width: 50%;
}
@media (max-width: 767px) {
  #sec-7 .flex-media img {
    width: 100%;
    order: 1;
    margin-bottom: -10%;
  }
}
#sec-7 .flex-media .body {
  padding: calc(100vw * 30/1000) calc(100vw * 40/1000);
}
@media (min-width: 1000px) {
  #sec-7 .flex-media .body {
    padding: 30px 40px;
  }
}
@media (min-width: 768px) {
  #sec-7 .flex-media .body:nth-child(even) {
    padding-left: 0;
  }
  #sec-7 .flex-media .body:nth-child(odd) {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  #sec-7 .flex-media .body {
    order: 2;
    padding: calc(100vw * 10/375) calc(100vw * 35/375) calc(100vw * 35/375);
  }
}
#sec-7 .flex-media .body h2 {
  white-space: nowrap;
  margin: calc(100vw * 25/1000) auto calc(100vw * 12/1000);
}
@media (min-width: 1000px) {
  #sec-7 .flex-media .body h2 {
    margin: 25px auto 12px;
  }
}
@media (max-width: 767px) {
  #sec-7 .flex-media .body h2 {
    margin: calc(100vw * 16/375) auto calc(100vw * 8/375);
  }
}
#sec-7 .flex-media .body .btn-user-review {
  display: inline-block;
  color: white !important;
  background: black !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: calc(100vw * 16/1000);
  width: calc(100vw * 130/1000);
  height: calc(100vw * 42/1000);
}
@media (min-width: 1000px) {
  #sec-7 .flex-media .body .btn-user-review {
    margin-top: 16px;
    width: 130px;
    height: 42px;
  }
}
@media (max-width: 767px) {
  #sec-7 .flex-media .body .btn-user-review {
    margin-top: calc(100vw * 16/375);
    width: calc(100vw * 100/375);
    height: calc(100vw * 38/375);
  }
}

#sec-8 {
  border-bottom: calc(100vw * 80/1000) solid black;
}
@media (min-width: 1000px) {
  #sec-8 {
    border-bottom-width: 80px;
  }
}
@media (max-width: 767px) {
  #sec-8 {
    border-bottom-width: calc(100vw * 75/375);
  }
}
#sec-8 .wrapper {
  background: white;
  border: calc(100vw * 6/1000) solid black;
  margin-bottom: calc(100vw * -80/1000);
}
@media (min-width: 1000px) {
  #sec-8 .wrapper {
    border-width: 6px;
    margin-bottom: -80px;
  }
}
@media (max-width: 767px) {
  #sec-8 .wrapper {
    border-bottom: calc(100vw * 3/375);
    margin-bottom: calc(100vw * -75/375);
  }
}

#sec-9 {
  position: relative;
  background: url("https://www.jeban.com/spotlight-item/studiofixperfect/md/pic06.jpg") center top no-repeat black;
  background-size: 1440px auto;
  padding-top: 465px;
}
@media (max-width: 767px) {
  #sec-9 {
    background: url("https://www.jeban.com/spotlight-item/studiofixperfect/md/pic05_2x.jpg") center top calc(100vw * 40/375) no-repeat black !important;
    background-size: 100% auto !important;
    padding-top: calc((100vw * 313/750) + calc(100vw * 40/375)) !important;
  }
}
#sec-9 .shopping-link {
  color: white;
  background: black;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 5%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #sec-9 .shopping-link {
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vw * 40/375);
    transform: translate(0, 0);
    padding: unset;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#sec-9 .wrapper {
  padding: calc(100vw * 50/1000) 0;
}
@media (min-width: 1000px) {
  #sec-9 .wrapper {
    padding: 50px 0;
  }
}
@media (max-width: 375px) {
  #sec-9 .wrapper {
    padding: calc(100vw * 25/375) 0;
  }
}
#sec-9 .wrapper * {
  line-height: 1;
}
#sec-9 .wrapper h2 {
  margin-bottom: calc(100vw * 50/1000);
}
@media (min-width: 1000px) {
  #sec-9 .wrapper h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 375px) {
  #sec-9 .wrapper h2 {
    margin-bottom: calc(100vw * 25/375);
  }
}