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

#ahc-pro-shot-content {
  display: block;
  min-height: 100vh;
}
#ahc-pro-shot-content .mw-1440px {
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
#ahc-pro-shot-content .mw-1440px > div {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content .mw-1440px > div {
    background-size: 1440px auto;
  }
}
#ahc-pro-shot-content .mw-1440px > div {
  position: relative;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  box-sizing: border-box;
  text-align: center;
}
#ahc-pro-shot-content .mw-1440px > div h1.logo,
#ahc-pro-shot-content .mw-1440px > div h2.logo {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  margin: 0 auto;
  background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/ahc-logo.png");
  height: calc(100vw * 194 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content .mw-1440px > div h1.logo,
  #ahc-pro-shot-content .mw-1440px > div h2.logo {
    height: 194px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content .mw-1440px > div h1.logo,
  #ahc-pro-shot-content .mw-1440px > div h2.logo {
    height: calc(100vw * 80 / 375);
  }
}
#ahc-pro-shot-content .mw-1440px > div .btn-user-review,
#ahc-pro-shot-content .mw-1440px > div .shopping-link {
  font-family: "DB-Heavent-med" !important;
  width: calc(100vw * 180 / 1440);
  height: calc(100vw * 72 / 1440);
  font-size: calc(100vw * 40 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content .mw-1440px > div .btn-user-review,
  #ahc-pro-shot-content .mw-1440px > div .shopping-link {
    width: 180px;
    height: 72px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content .mw-1440px > div .btn-user-review,
  #ahc-pro-shot-content .mw-1440px > div .shopping-link {
    width: calc(100vw * 72 / 375);
    height: calc(100vw * 32 / 375);
    font-size: calc(100vw * 18 / 375);
  }
}
#ahc-pro-shot-content .mw-1440px > div .btn-user-review,
#ahc-pro-shot-content .mw-1440px > div .shopping-link {
  display: grid;
  place-items: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 101;
}
#ahc-pro-shot-content #sec-1 {
  background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/section-01.jpg");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/section-01.webp");
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/section-01.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/section-01.webp");
  }
}
#ahc-pro-shot-content #sec-2 {
  background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/section-02.jpg");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/section-02.webp");
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/section-02.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/section-02.webp");
  }
}
#ahc-pro-shot-content #sec-3 {
  background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/section-03.jpg");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/section-03.webp");
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/section-03.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/section-03.webp");
  }
}
#ahc-pro-shot-content #sec-4 {
  background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/section-04.jpg");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/section-04.webp");
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/section-04.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/section-04.webp");
  }
}
#ahc-pro-shot-content #sec-5 {
  background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/section-05.jpg");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/section-05.webp");
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/section-05.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/section-05.webp");
  }
}
#ahc-pro-shot-content #sec-6 {
  background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/section-06.jpg");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/section-06.webp");
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/section-06.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/section-06.webp");
  }
}
#ahc-pro-shot-content #sec-1 {
  height: calc(100vw * 1525 / 1440);
  padding-top: calc(100vw * 63 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-1 {
    height: 1525px;
    padding-top: 63px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-1 {
    height: calc(100vw * 463 / 375);
    padding-top: calc(100vw * 29 / 375);
  }
}
#ahc-pro-shot-content #sec-1 blockquote {
  margin-top: calc(100vw * 90 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-1 blockquote {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-1 blockquote {
    margin-top: calc(100vw * 30 / 375);
  }
}
#ahc-pro-shot-content #sec-1 blockquote {
  margin-left: auto;
  margin-right: auto;
}
#ahc-pro-shot-content #sec-1 blockquote {
  position: relative;
  display: inline-flex;
  margin-bottom: 0;
}
#ahc-pro-shot-content #sec-1 blockquote span {
  font-family: "DB-Heavent-reg" !important;
  width: calc(100vw * 135 / 1440);
  height: calc(100vw * 61 / 1440);
  font-size: calc(100vw * 61 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-1 blockquote span {
    width: 135px;
    height: 61px;
    font-size: 61px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-1 blockquote span {
    width: calc(100vw * 42 / 375);
    height: calc(100vw * 19 / 375);
    font-size: calc(100vw * 18 / 375);
  }
}
#ahc-pro-shot-content #sec-1 blockquote span {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  transform: translateY(-100%);
  background: black;
  color: white;
}
#ahc-pro-shot-content #sec-1 blockquote p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 120 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-1 blockquote p {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-1 blockquote p {
    font-size: calc(100vw * 35 / 375);
  }
}
#ahc-pro-shot-content #sec-1 blockquote p {
  line-height: 0.85;
}
#ahc-pro-shot-content #sec-1 blockquote + p {
  font-family: "DB-Heavent-reg" !important;
  width: calc(100vw * 420 / 1440);
  height: calc(100vw * 80 / 1440);
  font-size: calc(100vw * 61 / 1440);
  margin-top: calc(100vw * 15 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-1 blockquote + p {
    width: 420px;
    height: 80px;
    font-size: 61px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-1 blockquote + p {
    width: calc(100vw * 130 / 375);
    height: calc(100vw * 25 / 375);
    font-size: calc(100vw * 18 / 375);
    margin-top: calc(100vw * 5 / 375);
  }
}
#ahc-pro-shot-content #sec-1 blockquote + p {
  margin-left: auto;
  margin-right: auto;
}
#ahc-pro-shot-content #sec-1 blockquote + p {
  display: table;
  border: 1px solid black;
}
#ahc-pro-shot-content #sec-2 {
  height: calc(100vw * 2773 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 {
    height: 2773px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 {
    height: calc(100vw * 1273 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > p:nth-of-type(1) {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 55 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > p:nth-of-type(1) {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > p:nth-of-type(1) {
    font-size: calc(100vw * 20 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > p:nth-of-type(1) {
  line-height: 1.1;
}
#ahc-pro-shot-content #sec-2 > hr {
  width: calc(100vw * 1.5 / 1440) !important;
  height: calc(100vw * 174 / 1440) !important;
  margin-top: calc(100vw * 32 / 1440) !important;
  margin-bottom: calc(100vw * 64 / 1440) !important;
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > hr {
    width: 1.5px !important;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > hr {
    width: calc(100vw * 1 / 375) !important;
  }
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > hr {
    height: 174px !important;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > hr {
    height: calc(100vw * 72 / 375) !important;
  }
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > hr {
    margin-top: 32px !important;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > hr {
    margin-top: calc(100vw * 26 / 375) !important;
  }
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > hr {
    margin-bottom: 64px !important;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > hr {
    margin-bottom: calc(100vw * 26 / 375) !important;
  }
}
#ahc-pro-shot-content #sec-2 > hr {
  display: inline-block;
  border: none;
  background: black;
  margin: 0;
}
#ahc-pro-shot-content #sec-2 > div.bordered {
  width: calc(100vw * 972 / 1440);
  height: calc(100vw * 978 / 1440);
  border-width: calc(100vw * 1.5 / 1440);
  padding-top: calc(100vw * 100 / 1440);
  padding-bottom: calc(100vw * 50 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.bordered {
    width: 972px;
    height: 978px;
    border-width: 1.5px;
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.bordered {
    width: calc(100vw * 335 / 375);
    height: calc(100vw * 564 / 375);
    border-width: calc(100vw * 1 / 375);
    padding-top: calc(100vw * 50 / 375);
    padding-bottom: calc(100vw * 32 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.bordered {
  margin-left: auto;
  margin-right: auto;
}
#ahc-pro-shot-content #sec-2 > div.bordered {
  border-style: solid;
  border-color: black;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
#ahc-pro-shot-content #sec-2 > div.bordered h2.logo {
  width: 100%;
}
#ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(1) {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 55 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(1) {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(1) {
    font-size: calc(100vw * 25 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(1) {
  line-height: 1.1;
}
#ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(2) {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 42 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(2) {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(2) {
    font-size: calc(100vw * 20 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(2) {
  line-height: 1.1;
}
#ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(2) strong {
  font-family: "DB-Heavent-reg" !important;
}
#ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(3) {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 20 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(3) {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(3) {
    font-size: calc(100vw * 12 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(3) {
  line-height: 1.1;
}
#ahc-pro-shot-content #sec-2 > div.bordered > p:nth-of-type(3) br {
  height: 0;
}
#ahc-pro-shot-content #sec-2 > div.introducing {
  width: calc(100vw * 972 / 1440);
  padding-top: calc(100vw * 72 / 1440);
}
#ahc-pro-shot-content #sec-2 > div.introducing {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.introducing {
    width: 972px;
    padding-top: 72px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.introducing {
    width: calc(100vw * 315 / 375);
    padding-top: calc(100vw * 36 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.introducing > p:nth-of-type(1) {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 70 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > p:nth-of-type(1) {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > p:nth-of-type(1) {
    font-size: calc(100vw * 25 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.introducing > p:nth-of-type(1) {
  text-align: center;
  grid-column: 1/-1;
}
#ahc-pro-shot-content #sec-2 > div.introducing > p:nth-of-type(1) strong {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 90 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > p:nth-of-type(1) strong {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > p:nth-of-type(1) strong {
    font-size: calc(100vw * 35 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.introducing > p:nth-of-type(1) span {
  font-size: calc(100vw * 58 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > p:nth-of-type(1) span {
    font-size: 58px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > p:nth-of-type(1) span {
    font-size: calc(100vw * 21 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.introducing > p:nth-of-type(1) {
  line-height: 0.85;
}
#ahc-pro-shot-content #sec-2 > div.introducing > div.packshot {
  height: calc(100vw * 1090 / 1440);
  margin-top: calc(100vw * 120 / 1440);
  background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/ahc-pro-shot.png");
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot {
    height: 1090px;
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot {
    height: calc(100vw * 340 / 375);
    margin-top: calc(100vw * 100 / 375);
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/1440/ahc-pro-shot.webp");
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/ahc-pro-shot.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/375/ahc-pro-shot.webp");
  }
}
#ahc-pro-shot-content #sec-2 > div.introducing > div.packshot {
  display: grid;
  grid-template-columns: 1fr auto;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title {
  width: calc(100vw * 485 / 1440);
  margin-top: calc(100vw * -60 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title {
    width: 485px;
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title {
    width: calc(100vw * 180 / 375);
    margin-top: calc(100vw * -56 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title {
  text-align: left;
}
#ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h3, #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h4 {
  font-family: "DB-Heavent-med" !important;
  padding-left: calc(100vw * 4 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h3, #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h4 {
    padding-left: 4px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h3, #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h4 {
    padding-left: calc(100vw * 2 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h3, #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h4 {
  line-height: 0.85;
  white-space: nowrap;
}
#ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h3 {
  font-size: calc(100vw * 90 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h3 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h3 {
    font-size: calc(100vw * 35 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h4 {
  font-size: calc(100vw * 120 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h4 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title h4 {
    font-size: calc(100vw * 45 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 55 / 1440);
  height: calc(100vw * 150 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title p {
    font-size: 55px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title p {
    font-size: calc(100vw * 22 / 375);
    height: calc(100vw * 60 / 375);
  }
}
#ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title p {
  width: 100%;
  border: 1px solid black;
  text-align: center;
  line-height: 1;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#ahc-pro-shot-content #sec-2 > div.introducing > div.packshot > .title p strong {
  font-family: "DB-Heavent-med" !important;
}
#ahc-pro-shot-content #sec-3,
#ahc-pro-shot-content #sec-4,
#ahc-pro-shot-content #sec-5 {
  position: relative;
}
#ahc-pro-shot-content #sec-3 > h2,
#ahc-pro-shot-content #sec-4 > h2,
#ahc-pro-shot-content #sec-5 > h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 > h2,
  #ahc-pro-shot-content #sec-4 > h2,
  #ahc-pro-shot-content #sec-5 > h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 > h2,
  #ahc-pro-shot-content #sec-4 > h2,
  #ahc-pro-shot-content #sec-5 > h2 {
    font-size: calc(100vw * 35 / 375);
  }
}
#ahc-pro-shot-content #sec-3 > h2,
#ahc-pro-shot-content #sec-4 > h2,
#ahc-pro-shot-content #sec-5 > h2 {
  line-height: 0.55;
}
#ahc-pro-shot-content #sec-3 > h3,
#ahc-pro-shot-content #sec-4 > h3,
#ahc-pro-shot-content #sec-5 > h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 > h3,
  #ahc-pro-shot-content #sec-4 > h3,
  #ahc-pro-shot-content #sec-5 > h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 > h3,
  #ahc-pro-shot-content #sec-4 > h3,
  #ahc-pro-shot-content #sec-5 > h3 {
    font-size: calc(100vw * 30 / 375);
  }
}
#ahc-pro-shot-content #sec-3 > h3,
#ahc-pro-shot-content #sec-4 > h3,
#ahc-pro-shot-content #sec-5 > h3 {
  line-height: 1.5;
}
#ahc-pro-shot-content #sec-3 > h4,
#ahc-pro-shot-content #sec-4 > h4,
#ahc-pro-shot-content #sec-5 > h4 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 70 / 1440);
  width: calc(100vw * 220 / 1440);
  height: calc(100vw * 92 / 1440);
  margin-bottom: calc(100vw * 15 / 1440);
}
#ahc-pro-shot-content #sec-3 > h4,
#ahc-pro-shot-content #sec-4 > h4,
#ahc-pro-shot-content #sec-5 > h4 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 > h4,
  #ahc-pro-shot-content #sec-4 > h4,
  #ahc-pro-shot-content #sec-5 > h4 {
    font-size: 70px;
    width: 220px;
    height: 92px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 > h4,
  #ahc-pro-shot-content #sec-4 > h4,
  #ahc-pro-shot-content #sec-5 > h4 {
    font-size: calc(100vw * 32 / 375);
    width: calc(100vw * 100 / 375);
    height: calc(100vw * 40 / 375);
    margin-bottom: calc(100vw * 8 / 375);
  }
}
#ahc-pro-shot-content #sec-3 > h4,
#ahc-pro-shot-content #sec-4 > h4,
#ahc-pro-shot-content #sec-5 > h4 {
  display: inline-grid;
  place-content: center;
  color: white;
}
#ahc-pro-shot-content #sec-3 > h4 + p,
#ahc-pro-shot-content #sec-4 > h4 + p,
#ahc-pro-shot-content #sec-5 > h4 + p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 > h4 + p,
  #ahc-pro-shot-content #sec-4 > h4 + p,
  #ahc-pro-shot-content #sec-5 > h4 + p {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 > h4 + p,
  #ahc-pro-shot-content #sec-4 > h4 + p,
  #ahc-pro-shot-content #sec-5 > h4 + p {
    font-size: calc(100vw * 25 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .products,
#ahc-pro-shot-content #sec-4 .products,
#ahc-pro-shot-content #sec-5 .products {
  width: calc(100vw * 1160 / 1440);
  font-size: calc(100vw * 42 / 1440);
}
#ahc-pro-shot-content #sec-3 .products,
#ahc-pro-shot-content #sec-4 .products,
#ahc-pro-shot-content #sec-5 .products {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .products,
  #ahc-pro-shot-content #sec-4 .products,
  #ahc-pro-shot-content #sec-5 .products {
    width: 1160px;
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .products,
  #ahc-pro-shot-content #sec-4 .products,
  #ahc-pro-shot-content #sec-5 .products {
    width: calc(100vw * 375 / 375);
    font-size: calc(100vw * 20 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .products,
#ahc-pro-shot-content #sec-4 .products,
#ahc-pro-shot-content #sec-5 .products {
  display: grid;
  justify-content: center;
  align-items: start;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #ahc-pro-shot-content #sec-3 .products,
  #ahc-pro-shot-content #sec-4 .products,
  #ahc-pro-shot-content #sec-5 .products {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .products,
  #ahc-pro-shot-content #sec-4 .products,
  #ahc-pro-shot-content #sec-5 .products {
    grid-template-columns: 1fr;
  }
}
#ahc-pro-shot-content #sec-3 .products .product,
#ahc-pro-shot-content #sec-4 .products .product,
#ahc-pro-shot-content #sec-5 .products .product {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto 1fr auto auto;
  justify-content: center;
}
#ahc-pro-shot-content #sec-3 .products .product h5, #ahc-pro-shot-content #sec-3 .products .product strong,
#ahc-pro-shot-content #sec-4 .products .product h5,
#ahc-pro-shot-content #sec-4 .products .product strong,
#ahc-pro-shot-content #sec-5 .products .product h5,
#ahc-pro-shot-content #sec-5 .products .product strong {
  font-family: "DB-Heavent-med" !important;
}
#ahc-pro-shot-content #sec-3 .products .product h5,
#ahc-pro-shot-content #sec-4 .products .product h5,
#ahc-pro-shot-content #sec-5 .products .product h5 {
  font-size: calc(100vw * 48 / 1440);
  width: calc(100vw * 153 / 1440);
  height: calc(100vw * 64 / 1440);
}
#ahc-pro-shot-content #sec-3 .products .product h5,
#ahc-pro-shot-content #sec-4 .products .product h5,
#ahc-pro-shot-content #sec-5 .products .product h5 {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .products .product h5,
  #ahc-pro-shot-content #sec-4 .products .product h5,
  #ahc-pro-shot-content #sec-5 .products .product h5 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .products .product h5,
  #ahc-pro-shot-content #sec-4 .products .product h5,
  #ahc-pro-shot-content #sec-5 .products .product h5 {
    font-size: calc(100vw * 23 / 375);
  }
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .products .product h5,
  #ahc-pro-shot-content #sec-4 .products .product h5,
  #ahc-pro-shot-content #sec-5 .products .product h5 {
    width: 153px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .products .product h5,
  #ahc-pro-shot-content #sec-4 .products .product h5,
  #ahc-pro-shot-content #sec-5 .products .product h5 {
    width: calc(100vw * 80 / 375);
    height: calc(100vw * 36 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .products .product h5,
#ahc-pro-shot-content #sec-4 .products .product h5,
#ahc-pro-shot-content #sec-5 .products .product h5 {
  color: white;
  display: grid;
  place-content: center;
}
#ahc-pro-shot-content #sec-3 .products .product strong,
#ahc-pro-shot-content #sec-4 .products .product strong,
#ahc-pro-shot-content #sec-5 .products .product strong {
  font-size: calc(100vw * 48 / 1440);
  padding-top: calc(100vw * 80 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .products .product strong,
  #ahc-pro-shot-content #sec-4 .products .product strong,
  #ahc-pro-shot-content #sec-5 .products .product strong {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .products .product strong,
  #ahc-pro-shot-content #sec-4 .products .product strong,
  #ahc-pro-shot-content #sec-5 .products .product strong {
    font-size: calc(100vw * 22 / 375);
  }
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .products .product strong,
  #ahc-pro-shot-content #sec-4 .products .product strong,
  #ahc-pro-shot-content #sec-5 .products .product strong {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .products .product strong,
  #ahc-pro-shot-content #sec-4 .products .product strong,
  #ahc-pro-shot-content #sec-5 .products .product strong {
    padding-top: calc(100vw * 18 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .products .product p:nth-of-type(1),
#ahc-pro-shot-content #sec-4 .products .product p:nth-of-type(1),
#ahc-pro-shot-content #sec-5 .products .product p:nth-of-type(1) {
  font-family: "DB-Heavent-li" !important;
}
#ahc-pro-shot-content #sec-3 .products .product p:nth-of-type(2),
#ahc-pro-shot-content #sec-4 .products .product p:nth-of-type(2),
#ahc-pro-shot-content #sec-5 .products .product p:nth-of-type(2) {
  font-family: "DB-Heavent-reg" !important;
  padding-top: calc(100vw * 12 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .products .product p:nth-of-type(2),
  #ahc-pro-shot-content #sec-4 .products .product p:nth-of-type(2),
  #ahc-pro-shot-content #sec-5 .products .product p:nth-of-type(2) {
    padding-top: 12px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .products .product p:nth-of-type(2),
  #ahc-pro-shot-content #sec-4 .products .product p:nth-of-type(2),
  #ahc-pro-shot-content #sec-5 .products .product p:nth-of-type(2) {
    padding-top: calc(100vw * 24 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .products .product a.user-review,
#ahc-pro-shot-content #sec-4 .products .product a.user-review,
#ahc-pro-shot-content #sec-5 .products .product a.user-review {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 40 / 1440);
  width: calc(100vw * 180 / 1440);
  height: calc(100vw * 68 / 1440);
  margin-top: calc(100vw * 20 / 1440);
  border-width: calc(100vw * 1.5 / 1440);
}
#ahc-pro-shot-content #sec-3 .products .product a.user-review,
#ahc-pro-shot-content #sec-4 .products .product a.user-review,
#ahc-pro-shot-content #sec-5 .products .product a.user-review {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .products .product a.user-review,
  #ahc-pro-shot-content #sec-4 .products .product a.user-review,
  #ahc-pro-shot-content #sec-5 .products .product a.user-review {
    font-size: 40px;
    width: 180px;
    height: 68px;
    margin-top: 20px;
    border-width: 1.5px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .products .product a.user-review,
  #ahc-pro-shot-content #sec-4 .products .product a.user-review,
  #ahc-pro-shot-content #sec-5 .products .product a.user-review {
    font-size: calc(100vw * 20 / 375);
    width: calc(100vw * 80 / 375);
    height: calc(100vw * 32 / 375);
    margin-top: calc(100vw * 8 / 375);
    border-width: calc(100vw * 1 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .products .product a.user-review,
#ahc-pro-shot-content #sec-4 .products .product a.user-review,
#ahc-pro-shot-content #sec-5 .products .product a.user-review {
  display: grid;
  place-content: center;
  border-style: solid;
}
@media (min-width: 768px) {
  #ahc-pro-shot-content #sec-3 .products .product:nth-of-type(2) strong, #ahc-pro-shot-content #sec-3 .products .product:nth-of-type(2) p:nth-of-type(1),
  #ahc-pro-shot-content #sec-4 .products .product:nth-of-type(2) strong,
  #ahc-pro-shot-content #sec-4 .products .product:nth-of-type(2) p:nth-of-type(1),
  #ahc-pro-shot-content #sec-5 .products .product:nth-of-type(2) strong,
  #ahc-pro-shot-content #sec-5 .products .product:nth-of-type(2) p:nth-of-type(1) {
    margin-left: calc(100vw * -100 / 1440);
    margin-right: calc(100vw * -100 / 1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .products .product:nth-of-type(2) strong, #ahc-pro-shot-content #sec-3 .products .product:nth-of-type(2) p:nth-of-type(1),
  #ahc-pro-shot-content #sec-4 .products .product:nth-of-type(2) strong,
  #ahc-pro-shot-content #sec-4 .products .product:nth-of-type(2) p:nth-of-type(1),
  #ahc-pro-shot-content #sec-5 .products .product:nth-of-type(2) strong,
  #ahc-pro-shot-content #sec-5 .products .product:nth-of-type(2) p:nth-of-type(1) {
    margin-left: -100px;
    margin-right: -100px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .products .product:nth-of-type(2) strong, #ahc-pro-shot-content #sec-3 .products .product:nth-of-type(2) p:nth-of-type(1),
  #ahc-pro-shot-content #sec-4 .products .product:nth-of-type(2) strong,
  #ahc-pro-shot-content #sec-4 .products .product:nth-of-type(2) p:nth-of-type(1),
  #ahc-pro-shot-content #sec-5 .products .product:nth-of-type(2) strong,
  #ahc-pro-shot-content #sec-5 .products .product:nth-of-type(2) p:nth-of-type(1) {
    margin-left: calc(100vw * 0 / 375);
    margin-right: calc(100vw * 0 / 375);
  }
}
@media (min-width: 768px) {
  #ahc-pro-shot-content #sec-3 .products .product:nth-of-type(1) strong,
  #ahc-pro-shot-content #sec-4 .products .product:nth-of-type(1) strong,
  #ahc-pro-shot-content #sec-5 .products .product:nth-of-type(1) strong {
    position: relative;
  }
  #ahc-pro-shot-content #sec-3 .products .product strong:before,
  #ahc-pro-shot-content #sec-4 .products .product strong:before,
  #ahc-pro-shot-content #sec-5 .products .product strong:before {
    width: calc(100vw * 1160 / 1440);
    height: calc(100vw * 16 / 1440);
    top: calc(100vw * 32 / 1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .products .product strong:before,
  #ahc-pro-shot-content #sec-4 .products .product strong:before,
  #ahc-pro-shot-content #sec-5 .products .product strong:before {
    width: 1160px;
    height: 16px;
    top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .products .product strong:before,
  #ahc-pro-shot-content #sec-4 .products .product strong:before,
  #ahc-pro-shot-content #sec-5 .products .product strong:before {
    width: calc(100vw * 0 / 375);
    height: calc(100vw * 0 / 375);
    top: calc(100vw * 0 / 375);
  }
}
@media (min-width: 768px) {
  #ahc-pro-shot-content #sec-3 .products .product strong:before,
  #ahc-pro-shot-content #sec-4 .products .product strong:before,
  #ahc-pro-shot-content #sec-5 .products .product strong:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
#ahc-pro-shot-content #sec-3 .products .product picture,
#ahc-pro-shot-content #sec-4 .products .product picture,
#ahc-pro-shot-content #sec-5 .products .product picture {
  padding-top: calc(100vw * 32 / 1440);
  padding-bottom: calc(100vw * 58 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .products .product picture,
  #ahc-pro-shot-content #sec-4 .products .product picture,
  #ahc-pro-shot-content #sec-5 .products .product picture {
    padding-top: 32px;
    padding-bottom: 58px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .products .product picture,
  #ahc-pro-shot-content #sec-4 .products .product picture,
  #ahc-pro-shot-content #sec-5 .products .product picture {
    padding-top: calc(100vw * 36 / 375);
    padding-bottom: calc(100vw * 32 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .products .product picture,
#ahc-pro-shot-content #sec-4 .products .product picture,
#ahc-pro-shot-content #sec-5 .products .product picture {
  max-width: 100%;
}
#ahc-pro-shot-content #sec-3 .products .product picture img,
#ahc-pro-shot-content #sec-4 .products .product picture img,
#ahc-pro-shot-content #sec-5 .products .product picture img {
  width: calc(100vw * 420 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .products .product picture img,
  #ahc-pro-shot-content #sec-4 .products .product picture img,
  #ahc-pro-shot-content #sec-5 .products .product picture img {
    width: 420px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .products .product picture img,
  #ahc-pro-shot-content #sec-4 .products .product picture img,
  #ahc-pro-shot-content #sec-5 .products .product picture img {
    width: calc(100vw * 182 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .products .product picture img,
#ahc-pro-shot-content #sec-4 .products .product picture img,
#ahc-pro-shot-content #sec-5 .products .product picture img {
  height: auto;
}
#ahc-pro-shot-content #sec-3 {
  height: calc(100vw * 3196 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 {
    height: 3196px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 {
    height: calc(100vw * 2417 / 375);
  }
}
#ahc-pro-shot-content #sec-3 > h2,
#ahc-pro-shot-content #sec-3 > .product-info h3 {
  color: #B91032;
}
#ahc-pro-shot-content #sec-3 > h4 {
  margin-top: calc(100vw * 425 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 > h4 {
    margin-top: 425px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 > h4 {
    margin-top: calc(100vw * 480 / 375);
  }
}
#ahc-pro-shot-content #sec-3 > h4 {
  background-color: #B91032;
}
#ahc-pro-shot-content #sec-3 .product-info {
  font-family: "DB-Heavent-reg" !important;
  padding-left: calc(100vw * 140 / 1440);
  padding-right: calc(100vw * 810 / 1440);
  margin-top: calc(100vw * 455 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .product-info {
    padding-left: 140px;
    padding-right: 810px;
    margin-top: 455px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .product-info {
    padding-left: calc(100vw * 0 / 375);
    padding-right: calc(100vw * 0 / 375);
    margin-top: calc(100vw * 350 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .product-info {
  line-height: 1;
}
#ahc-pro-shot-content #sec-3 .product-info p:nth-of-type(1) {
  font-size: calc(100vw * 55 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .product-info p:nth-of-type(1) {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .product-info p:nth-of-type(1) {
    font-size: calc(100vw * 22 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .product-info h3 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 65 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .product-info h3 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .product-info h3 {
    font-size: calc(100vw * 25 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .product-info p:not(:nth-of-type(1)) {
  font-size: calc(100vw * 42 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .product-info p:not(:nth-of-type(1)) {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .product-info p:not(:nth-of-type(1)) {
    font-size: calc(100vw * 21 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .product-info p:not(:nth-of-type(1)) {
  line-height: 1.2;
}
#ahc-pro-shot-content #sec-3 .product-info p:nth-of-type(2) {
  color: #B91032;
}
#ahc-pro-shot-content #sec-3 .product-info hr {
  width: calc(100vw * 400 / 1440);
  margin-top: calc(100vw * 12 / 1440);
  margin-bottom: calc(100vw * 12 / 1440);
  border-top-width: calc(100vw * 1.5 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 .product-info hr {
    width: 400px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-top-width: 1.5px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 .product-info hr {
    width: calc(100vw * 235 / 375);
    margin-top: calc(100vw * 6 / 375);
    margin-bottom: calc(100vw * 6 / 375);
    border-top-width: calc(100vw * 1 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .product-info hr {
  border-top-color: black;
}
#ahc-pro-shot-content #sec-3 ul {
  height: calc(100vw * 530 / 1440);
  top: calc(100vw * 1070 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 ul {
    height: 530px;
    top: 1070px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 ul {
    height: calc(100vw * 430 / 375);
    top: calc(100vw * 640 / 375);
  }
}
#ahc-pro-shot-content #sec-3 ul {
  position: absolute;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}
#ahc-pro-shot-content #sec-3 ul li {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 42 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 ul li {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 ul li {
    font-size: calc(100vw * 20 / 375);
  }
}
#ahc-pro-shot-content #sec-3 ul li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}
#ahc-pro-shot-content #sec-3 ul li strong {
  font-family: "DB-Heavent-med" !important;
}
#ahc-pro-shot-content #sec-3 ul li strong {
  color: #B91032;
}
#ahc-pro-shot-content #sec-3 ul li:nth-of-type(1) {
  width: calc(100vw * 310 / 1440);
  height: calc(100vw * 310 / 1440);
  margin-left: calc(100vw * 234 / 1440);
  margin-top: calc(100vw * 136 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 ul li:nth-of-type(1) {
    width: 310px;
    height: 310px;
    margin-left: 234px;
    margin-top: 136px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 ul li:nth-of-type(1) {
    width: calc(100vw * 146 / 375);
    height: calc(100vw * 146 / 375);
    margin-left: calc(100vw * 40 / 375);
    margin-top: calc(100vw * 0 / 375);
  }
}
#ahc-pro-shot-content #sec-3 ul li:nth-of-type(2) {
  width: calc(100vw * 360 / 1440);
  height: calc(100vw * 350 / 1440);
  margin-left: calc(100vw * 10 / 1440);
  margin-top: calc(100vw * 0 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 ul li:nth-of-type(2) {
    width: 360px;
    height: 350px;
    margin-left: 10px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 ul li:nth-of-type(2) {
    width: calc(100vw * 169 / 375);
    height: calc(100vw * 169 / 375);
    margin-left: calc(100vw * -25 / 375);
    margin-top: calc(100vw * 114 / 375);
  }
}
#ahc-pro-shot-content #sec-3 ul li:nth-of-type(3) {
  width: calc(100vw * 275 / 1440);
  height: calc(100vw * 275 / 1440);
  margin-left: calc(100vw * 15 / 1440);
  margin-top: calc(100vw * 140 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-3 ul li:nth-of-type(3) {
    width: 275px;
    height: 275px;
    margin-left: 15px;
    margin-top: 140px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-3 ul li:nth-of-type(3) {
    width: calc(100vw * 130 / 375);
    height: calc(100vw * 130 / 375);
    margin-left: calc(100vw * -270 / 375);
    margin-top: calc(100vw * 240 / 375);
  }
}
#ahc-pro-shot-content #sec-3 .products .product h5 {
  background: #B91032;
}
#ahc-pro-shot-content #sec-3 .products .product strong,
#ahc-pro-shot-content #sec-3 .products .product a.user-review {
  color: #B91032;
}
@media (min-width: 768px) {
  #ahc-pro-shot-content #sec-3 .products .product:nth-of-type(1) strong:before {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/colla-hr.png");
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-3 .products .product:nth-of-type(1) strong:before {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/colla-hr.webp");
  }
}
#ahc-pro-shot-content #sec-3 .products .product a.user-review {
  border-color: #B91032;
}
#ahc-pro-shot-content #sec-4 {
  height: calc(100vw * 3649 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 {
    height: 3649px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 {
    height: calc(100vw * 2678 / 375);
  }
}
#ahc-pro-shot-content #sec-4 > h2,
#ahc-pro-shot-content #sec-4 > .product-info h3 {
  color: #7B7B7B;
}
#ahc-pro-shot-content #sec-4 > h4 {
  margin-top: calc(100vw * 610 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 > h4 {
    margin-top: 610px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 > h4 {
    margin-top: calc(100vw * 545 / 375);
  }
}
#ahc-pro-shot-content #sec-4 > h4 {
  background-color: #7B7B7B;
}
#ahc-pro-shot-content #sec-4 .product-info {
  font-family: "DB-Heavent-reg" !important;
  padding-left: calc(100vw * 230 / 1440);
  padding-right: calc(100vw * 720 / 1440);
  margin-top: calc(100vw * 660 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 .product-info {
    padding-left: 230px;
    padding-right: 720px;
    margin-top: 660px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 .product-info {
    padding-left: calc(100vw * 0 / 375);
    padding-right: calc(100vw * 0 / 375);
    margin-top: calc(100vw * 470 / 375);
  }
}
#ahc-pro-shot-content #sec-4 .product-info {
  line-height: 1;
}
#ahc-pro-shot-content #sec-4 .product-info p:nth-of-type(1) {
  font-size: calc(100vw * 55 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 .product-info p:nth-of-type(1) {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 .product-info p:nth-of-type(1) {
    font-size: calc(100vw * 22 / 375);
  }
}
#ahc-pro-shot-content #sec-4 .product-info h3 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 65 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 .product-info h3 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 .product-info h3 {
    font-size: calc(100vw * 25 / 375);
  }
}
#ahc-pro-shot-content #sec-4 .product-info p:not(:nth-of-type(1)) {
  font-size: calc(100vw * 42 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 .product-info p:not(:nth-of-type(1)) {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 .product-info p:not(:nth-of-type(1)) {
    font-size: calc(100vw * 21 / 375);
  }
}
#ahc-pro-shot-content #sec-4 .product-info p:not(:nth-of-type(1)) {
  line-height: 1.2;
}
#ahc-pro-shot-content #sec-4 .product-info p:nth-of-type(2) {
  color: #7B7B7B;
}
#ahc-pro-shot-content #sec-4 .product-info hr {
  width: calc(100vw * 400 / 1440);
  margin-top: calc(100vw * 12 / 1440);
  margin-bottom: calc(100vw * 12 / 1440);
  border-top-width: calc(100vw * 1.5 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 .product-info hr {
    width: 400px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-top-width: 1.5px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 .product-info hr {
    width: calc(100vw * 235 / 375);
    margin-top: calc(100vw * 6 / 375);
    margin-bottom: calc(100vw * 6 / 375);
    border-top-width: calc(100vw * 1 / 375);
  }
}
#ahc-pro-shot-content #sec-4 .product-info hr {
  border-top-color: black;
}
#ahc-pro-shot-content #sec-4 ul {
  height: calc(100vw * 530 / 1440);
  top: calc(100vw * 1350 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 ul {
    height: 530px;
    top: 1350px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 ul {
    height: calc(100vw * 475 / 375);
    top: calc(100vw * 755 / 375);
  }
}
#ahc-pro-shot-content #sec-4 ul {
  position: absolute;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}
#ahc-pro-shot-content #sec-4 ul li {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 42 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 ul li {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 ul li {
    font-size: calc(100vw * 20 / 375);
  }
}
#ahc-pro-shot-content #sec-4 ul li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}
#ahc-pro-shot-content #sec-4 ul li strong {
  font-family: "DB-Heavent-med" !important;
}
#ahc-pro-shot-content #sec-4 ul li strong {
  color: #7B7B7B;
}
#ahc-pro-shot-content #sec-4 ul li:nth-of-type(1) {
  width: calc(100vw * 310 / 1440);
  height: calc(100vw * 310 / 1440);
  margin-left: calc(100vw * 222 / 1440);
  margin-top: calc(100vw * 136 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 ul li:nth-of-type(1) {
    width: 310px;
    height: 310px;
    margin-left: 222px;
    margin-top: 136px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 ul li:nth-of-type(1) {
    width: calc(100vw * 146 / 375);
    height: calc(100vw * 146 / 375);
    margin-left: calc(100vw * 48 / 375);
    margin-top: calc(100vw * 0 / 375);
  }
}
#ahc-pro-shot-content #sec-4 ul li:nth-of-type(2) {
  width: calc(100vw * 345 / 1440);
  height: calc(100vw * 345 / 1440);
  margin-left: calc(100vw * -48 / 1440);
  margin-top: calc(100vw * 0 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 ul li:nth-of-type(2) {
    width: 345px;
    height: 345px;
    margin-left: -48px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 ul li:nth-of-type(2) {
    width: calc(100vw * 182 / 375);
    height: calc(100vw * 182 / 375);
    margin-left: calc(100vw * -40 / 375);
    margin-top: calc(100vw * 123 / 375);
  }
}
#ahc-pro-shot-content #sec-4 ul li:nth-of-type(3) {
  width: calc(100vw * 308 / 1440);
  height: calc(100vw * 308 / 1440);
  margin-left: calc(100vw * -65 / 1440);
  margin-top: calc(100vw * 272 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 ul li:nth-of-type(3) {
    width: 308px;
    height: 308px;
    margin-left: -65px;
    margin-top: 272px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 ul li:nth-of-type(3) {
    width: calc(100vw * 156 / 375);
    height: calc(100vw * 156 / 375);
    margin-left: calc(100vw * -292 / 375);
    margin-top: calc(100vw * 240 / 375);
  }
}
#ahc-pro-shot-content #sec-4 ul li:nth-of-type(4) {
  width: calc(100vw * 238 / 1440);
  height: calc(100vw * 238 / 1440);
  margin-left: calc(100vw * -65 / 1440);
  margin-top: calc(100vw * 83 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-4 ul li:nth-of-type(4) {
    width: 238px;
    height: 238px;
    margin-left: -65px;
    margin-top: 83px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-4 ul li:nth-of-type(4) {
    width: calc(100vw * 120 / 375);
    height: calc(100vw * 120 / 375);
    margin-left: calc(100vw * -15 / 375);
    margin-top: calc(100vw * 352 / 375);
  }
}
#ahc-pro-shot-content #sec-4 .products .product h5 {
  background: #7B7B7B;
}
#ahc-pro-shot-content #sec-4 .products .product strong,
#ahc-pro-shot-content #sec-4 .products .product a.user-review {
  color: #7B7B7B;
}
@media (min-width: 768px) {
  #ahc-pro-shot-content #sec-4 .products .product:nth-of-type(1) strong:before {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/gluta-hr.png");
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-4 .products .product:nth-of-type(1) strong:before {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/gluta-hr.webp");
  }
}
#ahc-pro-shot-content #sec-4 .products .product a.user-review {
  border-color: #7B7B7B;
}
#ahc-pro-shot-content #sec-5 {
  height: calc(100vw * 3377 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-5 {
    height: 3377px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 {
    height: calc(100vw * 2531 / 375);
  }
}
#ahc-pro-shot-content #sec-5 > h2,
#ahc-pro-shot-content #sec-5 > .product-info h3 {
  color: #253279;
}
#ahc-pro-shot-content #sec-5 > h4 {
  margin-top: calc(100vw * 610 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-5 > h4 {
    margin-top: 610px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 > h4 {
    margin-top: calc(100vw * 520 / 375);
  }
}
#ahc-pro-shot-content #sec-5 > h4 {
  background-color: #253279;
}
#ahc-pro-shot-content #sec-5 .product-info {
  font-family: "DB-Heavent-reg" !important;
  padding-left: calc(100vw * 775 / 1440);
  padding-right: calc(100vw * 175 / 1440);
  margin-top: calc(100vw * 440 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-5 .product-info {
    padding-left: 775px;
    padding-right: 175px;
    margin-top: 440px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 .product-info {
    padding-left: calc(100vw * 0 / 375);
    padding-right: calc(100vw * 0 / 375);
    margin-top: calc(100vw * 425 / 375);
  }
}
#ahc-pro-shot-content #sec-5 .product-info {
  line-height: 1;
}
#ahc-pro-shot-content #sec-5 .product-info p:nth-of-type(1) {
  font-size: calc(100vw * 55 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-5 .product-info p:nth-of-type(1) {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 .product-info p:nth-of-type(1) {
    font-size: calc(100vw * 22 / 375);
  }
}
#ahc-pro-shot-content #sec-5 .product-info h3 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 65 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-5 .product-info h3 {
    font-size: 65px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 .product-info h3 {
    font-size: calc(100vw * 25 / 375);
  }
}
#ahc-pro-shot-content #sec-5 .product-info p:not(:nth-of-type(1)) {
  font-size: calc(100vw * 42 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-5 .product-info p:not(:nth-of-type(1)) {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 .product-info p:not(:nth-of-type(1)) {
    font-size: calc(100vw * 21 / 375);
  }
}
#ahc-pro-shot-content #sec-5 .product-info p:not(:nth-of-type(1)) {
  line-height: 1.2;
}
#ahc-pro-shot-content #sec-5 .product-info p:nth-of-type(2) {
  color: #253279;
}
#ahc-pro-shot-content #sec-5 .product-info hr {
  width: calc(100vw * 400 / 1440);
  margin-top: calc(100vw * 12 / 1440);
  margin-bottom: calc(100vw * 12 / 1440);
  border-top-width: calc(100vw * 1.5 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-5 .product-info hr {
    width: 400px;
    margin-top: 12px;
    margin-bottom: 12px;
    border-top-width: 1.5px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 .product-info hr {
    width: calc(100vw * 235 / 375);
    margin-top: calc(100vw * 6 / 375);
    margin-bottom: calc(100vw * 6 / 375);
    border-top-width: calc(100vw * 1 / 375);
  }
}
#ahc-pro-shot-content #sec-5 .product-info hr {
  border-top-color: black;
}
#ahc-pro-shot-content #sec-5 ul {
  height: calc(100vw * 530 / 1440);
  top: calc(100vw * 1150 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-5 ul {
    height: 530px;
    top: 1150px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 ul {
    height: calc(100vw * 475 / 375);
    top: calc(100vw * 718 / 375);
  }
}
#ahc-pro-shot-content #sec-5 ul {
  position: absolute;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
}
#ahc-pro-shot-content #sec-5 ul li {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 42 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-5 ul li {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 ul li {
    font-size: calc(100vw * 20 / 375);
  }
}
#ahc-pro-shot-content #sec-5 ul li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  line-height: 1.1;
}
#ahc-pro-shot-content #sec-5 ul li strong {
  font-family: "DB-Heavent-med" !important;
}
#ahc-pro-shot-content #sec-5 ul li strong {
  color: #253279;
}
#ahc-pro-shot-content #sec-5 ul li:nth-of-type(1) {
  width: calc(100vw * 310 / 1440);
  height: calc(100vw * 310 / 1440);
  margin-left: calc(100vw * 235 / 1440);
  margin-top: calc(100vw * 165 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-5 ul li:nth-of-type(1) {
    width: 310px;
    height: 310px;
    margin-left: 235px;
    margin-top: 165px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 ul li:nth-of-type(1) {
    width: calc(100vw * 146 / 375);
    height: calc(100vw * 146 / 375);
    margin-left: calc(100vw * 26 / 375);
    margin-top: calc(100vw * 0 / 375);
  }
}
#ahc-pro-shot-content #sec-5 ul li:nth-of-type(2) {
  width: calc(100vw * 375 / 1440);
  height: calc(100vw * 385 / 1440);
  margin-left: calc(100vw * 0 / 1440);
  margin-top: calc(100vw * 0 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-5 ul li:nth-of-type(2) {
    width: 375px;
    height: 385px;
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 ul li:nth-of-type(2) {
    width: calc(100vw * 200 / 375);
    height: calc(100vw * 200 / 375);
    margin-left: calc(100vw * -40 / 375);
    margin-top: calc(100vw * 110 / 375);
  }
}
#ahc-pro-shot-content #sec-5 ul li:nth-of-type(3) {
  width: calc(100vw * 272 / 1440);
  height: calc(100vw * 272 / 1440);
  margin-left: calc(100vw * 8 / 1440);
  margin-top: calc(100vw * 172 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-5 ul li:nth-of-type(3) {
    width: 272px;
    height: 272px;
    margin-left: 8px;
    margin-top: 172px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-5 ul li:nth-of-type(3) {
    width: calc(100vw * 125 / 375);
    height: calc(100vw * 125 / 375);
    margin-left: calc(100vw * -282 / 375);
    margin-top: calc(100vw * 276 / 375);
  }
}
#ahc-pro-shot-content #sec-5 .products .product h5 {
  background: #253279;
}
#ahc-pro-shot-content #sec-5 .products .product strong,
#ahc-pro-shot-content #sec-5 .products .product a.user-review {
  color: #253279;
}
@media (min-width: 768px) {
  #ahc-pro-shot-content #sec-5 .products .product:nth-of-type(1) strong:before {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/hya-hr.png");
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #ahc-pro-shot-content #sec-5 .products .product:nth-of-type(1) strong:before {
    background-image: url("https://www.jeban.com/spotlight-item/AHC-PRO-SET/hya-hr.webp");
  }
}
#ahc-pro-shot-content #sec-5 .products .product a.user-review {
  border-color: #253279;
}
#ahc-pro-shot-content #sec-6 {
  height: calc(100vw * 1650 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-6 {
    height: 1650px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-6 {
    height: calc(100vw * 671 / 375);
  }
}
#ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 90 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) {
    font-size: calc(100vw * 40 / 375);
  }
}
#ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) {
  text-transform: uppercase;
}
#ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) + p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 55 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) + p {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) + p {
    font-size: calc(100vw * 23 / 375);
  }
}
#ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) + p {
  line-height: 1.15;
}
#ahc-pro-shot-content #sec-6 > h2:nth-of-type(1), #ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) + p {
  padding-left: calc(100vw * 130 / 1440);
  padding-right: calc(100vw * 710 / 1440);
}
#ahc-pro-shot-content #sec-6 > h2:nth-of-type(1), #ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) + p {
  width: 100%;
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-6 > h2:nth-of-type(1), #ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) + p {
    padding-left: 130px;
    padding-right: 710px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-6 > h2:nth-of-type(1), #ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) + p {
    padding-left: calc(100vw * 36 / 375);
    padding-right: calc(100vw * 0 / 375);
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-6 > h2:nth-of-type(1), #ahc-pro-shot-content #sec-6 > h2:nth-of-type(1) + p {
    text-align: left;
  }
}
#ahc-pro-shot-content #sec-6 .promo {
  margin-top: calc(100vw * 820 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-6 .promo {
    margin-top: 820px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-6 .promo {
    margin-top: calc(100vw * 260 / 375);
  }
}
#ahc-pro-shot-content #sec-6 .promo h3, #ahc-pro-shot-content #sec-6 .promo h2 {
  font-family: "DB-Heavent-med" !important;
  font-size: calc(100vw * 100 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-6 .promo h3, #ahc-pro-shot-content #sec-6 .promo h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-6 .promo h3, #ahc-pro-shot-content #sec-6 .promo h2 {
    font-size: calc(100vw * 40 / 375);
  }
}
#ahc-pro-shot-content #sec-6 .promo p {
  font-size: calc(100vw * 55 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-6 .promo p {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-6 .promo p {
    font-size: calc(100vw * 28 / 375);
  }
}
#ahc-pro-shot-content #sec-6 .promo p {
  line-height: 1.15;
}
#ahc-pro-shot-content #sec-6 .promo .shopping-link {
  font-size: calc(100vw * 55 / 1440);
  width: calc(100vw * 340 / 1440);
  height: calc(100vw * 78 / 1440);
  margin-top: calc(100vw * 26 / 1440);
  border-width: calc(100vw * 1.5 / 1440);
}
@media (min-width: 1440px) {
  #ahc-pro-shot-content #sec-6 .promo .shopping-link {
    font-size: 55px;
    width: 340px;
    height: 78px;
    margin-top: 26px;
    border-width: 1.5px;
  }
}
@media (max-width: 767px) {
  #ahc-pro-shot-content #sec-6 .promo .shopping-link {
    font-size: calc(100vw * 25 / 375);
    width: calc(100vw * 156 / 375);
    height: calc(100vw * 40 / 375);
    margin-top: calc(100vw * 13 / 375);
    border-width: calc(100vw * 1 / 375);
  }
}
#ahc-pro-shot-content #sec-6 .promo .shopping-link {
  color: black;
  display: grid;
  place-items: center;
  border-style: solid;
  border-color: black;
}

/*# sourceMappingURL=custom.css.map */