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

@font-face {
  font-family: "DB-Heavent-round";
  src: url("https://www.jeban.com/spotlight-item/_fonts/db_heaventroundedv3.2-webfont.woff") format("woff");
}
@font-face {
  font-family: "DB-Heavent-round-med";
  src: url("https://www.jeban.com/spotlight-item/_fonts/db_heaventrounded_med_v3.2-webfont.woff") format("woff");
}
@media (max-width: 767px) {
  #biore-pp-content .desk {
    display: none !important;
  }
  #biore-pp-content p > span {
    display: block;
  }
}
@media (min-width: 768px) {
  #biore-pp-content .mob {
    display: none !important;
  }
}
#biore-pp-content .cover {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/biore_pore-pack/1440/cover-bg.png");
  font-family: "DB-Heavent-round" !important;
  position: relative;
  z-index: 22;
  padding-bottom: calc(100vw * 215.9/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .cover {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover {
    background-image: url("https://www.jeban.com/spotlight-item/biore_pore-pack/375/cover-bg.png");
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .cover {
    padding-bottom: 215.9px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover {
    padding-bottom: calc(100vw * 63.7/375);
  }
}
#biore-pp-content .cover .logo {
  text-align: center;
  position: absolute;
  top: calc(100vw * 123.5/1440);
  left: calc(100vw * 71.1/1440);
  padding-top: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .cover .logo {
    top: 123.5px;
    left: 71.1px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover .logo {
    top: calc(100vw * 0/375);
    left: calc(100vw * 0/375);
    padding-top: calc(100vw * 27.3/375);
    padding-bottom: calc(100vw * 10/375);
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover .logo {
    position: relative;
  }
}
#biore-pp-content .cover .logo > img {
  width: calc(100vw * 470.49/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .cover .logo > img {
    width: 470.49px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover .logo > img {
    width: calc(100vw * 277.31/375);
  }
}
#biore-pp-content .cover .logo > p {
  font-family: "DB-Heavent-round" !important;
  font-size: calc(100vw * 86.38/1440);
  line-height: calc(100vw * 86.38/1440);
  color: #3A5BA7;
}
@media (min-width: 1440px) {
  #biore-pp-content .cover .logo > p {
    font-size: 86.38px;
    line-height: 86.38px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover .logo > p {
    font-size: calc(100vw * 50.91/375);
    line-height: calc(100vw * 50.91/375);
  }
}
#biore-pp-content .cover > .product-wrapper {
  text-align: right;
  position: relative;
  padding-top: calc(100vw * 31.2/1440);
}
@media (max-width: 767px) {
  #biore-pp-content .cover > .product-wrapper {
    text-align: center;
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .cover > .product-wrapper {
    padding-top: 31.2px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover > .product-wrapper {
    padding-top: calc(100vw * 0/375);
  }
}
#biore-pp-content .cover > .product-wrapper > .product {
  position: relative;
  width: calc(100vw * 993.49/1440);
  margin-right: calc(100vw * -8/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .cover > .product-wrapper > .product {
    width: 993.49px;
    margin-right: -8px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover > .product-wrapper > .product {
    width: calc(100vw * 349.61/375);
    margin-right: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover > .product-wrapper > .product {
    z-index: 2;
  }
}
#biore-pp-content .cover > .product-wrapper .text-limited {
  position: absolute;
  left: calc(100vw * 36.6/1440);
  bottom: calc(100vw * 19.4/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .cover > .product-wrapper .text-limited {
    left: 36.6px;
    bottom: 19.4px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover > .product-wrapper .text-limited {
    left: calc(100vw * 0/375);
    bottom: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover > .product-wrapper .text-limited {
    position: relative;
    z-index: 1;
    margin-left: calc(100vw * 0/1440);
    margin-top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #biore-pp-content .cover > .product-wrapper .text-limited {
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #biore-pp-content .cover > .product-wrapper .text-limited {
    margin-left: calc(100vw * -33.4/375);
    margin-top: calc(100vw * -161.3/375);
  }
}
#biore-pp-content .cover > .product-wrapper .text-limited > img {
  width: calc(100vw * 557.67/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .cover > .product-wrapper .text-limited > img {
    width: 557.67px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover > .product-wrapper .text-limited > img {
    width: calc(100vw * 380.72/375);
    margin-left: calc(100vw * 30/375);
  }
}
#biore-pp-content .cover > .product-wrapper .text-limited .text {
  text-align: center;
  font-size: calc(100vw * 61.28/1440);
  line-height: calc(100vw * 61.28/1440);
  position: absolute;
  top: calc(100vw * 115.6/1440);
  left: calc(100vw * 68.8/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .cover > .product-wrapper .text-limited .text {
    font-size: 61.28px;
    line-height: 61.28px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover > .product-wrapper .text-limited .text {
    font-size: calc(100vw * 40/375);
    line-height: calc(100vw * 40/375);
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .cover > .product-wrapper .text-limited .text {
    top: 115.6px;
    left: 68.8px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover > .product-wrapper .text-limited .text {
    top: calc(100vw * 180.1/375);
    left: calc(100vw * 88.4/375);
  }
}
#biore-pp-content .cover .question {
  text-align: center;
  font-size: calc(100vw * 40/1440);
  line-height: calc(100vw * 42.42/1440);
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 3;
  margin-left: calc(100vw * 181.5/1440);
  margin-top: calc(100vw * -80.4/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .cover .question {
    font-size: 40px;
    line-height: 42.42px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover .question {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .cover .question {
    margin-left: 181.5px;
    margin-top: -80.4px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover .question {
    margin-left: calc(100vw * 61/375);
    margin-top: calc(100vw * -77.71/375);
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover .question {
    flex-direction: column;
    align-items: flex-start;
  }
}
#biore-pp-content .cover .question > img {
  width: calc(100vw * 193.52/1440);
  margin-bottom: calc(100vw * 14.3/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .cover .question > img {
    width: 193.52px;
    margin-bottom: 14.3px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover .question > img {
    width: calc(100vw * 110.38/375);
    margin-bottom: calc(100vw * 10.1/375);
    margin-left: calc(100vw * -37/375);
  }
}
#biore-pp-content .cover .content {
  font-size: calc(100vw * 40/1440);
  line-height: calc(100vw * 42.42/1440);
  display: flex;
  align-items: center;
  margin-left: calc(100vw * 92.8/1440);
  margin-top: calc(100vw * 11.6/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .cover .content {
    font-size: 40px;
    line-height: 42.42px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover .content {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .cover .content {
    margin-left: 92.8px;
    margin-top: 11.6px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover .content {
    margin-left: calc(100vw * 0/375);
    margin-top: calc(100vw * 20/375);
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover .content {
    flex-direction: column;
  }
}
#biore-pp-content .cover .content > img {
  width: calc(100vw * 262.77/1440);
  margin-right: calc(100vw * 19.4/1440);
  margin-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .cover .content > img {
    width: 262.77px;
    margin-right: 19.4px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .cover .content > img {
    width: calc(100vw * 112.12/375);
    margin-right: calc(100vw * 20/375);
    margin-bottom: calc(100vw * 6.4/375);
  }
}
#biore-pp-content .cover .content > p {
  text-indent: 28px;
}
@media (max-width: 767px) {
  #biore-pp-content .cover .content > p {
    text-indent: 0;
    text-align: center;
  }
}
#biore-pp-content .section-content-with-product {
  font-family: "DB-Heavent-round" !important;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/biore_pore-pack/1440/sec-1-bg.png");
  padding-top: calc(100vw * 292.3/1440);
  margin-top: calc(100vw * -347.3/1440);
  position: relative;
  z-index: 3;
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product {
    background-image: url("https://www.jeban.com/spotlight-item/biore_pore-pack/375/sec-1-bg.png");
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product {
    padding-top: 292.3px;
    margin-top: -347.3px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product {
    padding-top: calc(100vw * 80.7/375);
    margin-top: calc(100vw * -60.7/375);
  }
}
#biore-pp-content .section-content-with-product > .logo {
  margin: 0 auto;
  display: block;
  width: calc(100vw * 570.92/1440);
  margin-bottom: calc(100vw * 27.8/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .logo {
    width: 570.92px;
    margin-bottom: 27.8px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .logo {
    width: calc(100vw * 277.31/375);
    margin-bottom: calc(100vw * 26.4/375);
  }
}
#biore-pp-content .section-content-with-product > .content-box {
  font-size: calc(100vw * 40/1440);
  line-height: calc(100vw * 40/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .content-box {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .content-box {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 25/375);
  }
}
#biore-pp-content .section-content-with-product > .content-box > img {
  width: calc(100vw * 960.43/1440);
  margin-left: calc(100vw * 230.2/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .content-box > img {
    width: 960.43px;
    margin-left: 230.2px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .content-box > img {
    width: calc(100vw * 342.73/375);
    margin-left: calc(100vw * 15.5/375);
  }
}
#biore-pp-content .section-content-with-product > .content-box > .content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100vw * 238.7/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .content-box > .content {
    top: 238.7px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .content-box > .content {
    top: calc(100vw * 110/375);
  }
}
#biore-pp-content .section-content-with-product > .content-box .quote {
  color: #2A4EA0;
  font-family: "DB-Heavent-round-med" !important;
  font-size: calc(100vw * 70/1440);
  line-height: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .content-box .quote {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .content-box .quote {
    font-size: calc(100vw * 33/375);
    line-height: calc(100vw * 34/375);
  }
}
#biore-pp-content .section-content-with-product > .content-box .title {
  font-family: "DB-Heavent-round-med" !important;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 40/1440);
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .content-box .title {
    font-size: 50px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .content-box .title {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .content-box .title {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .content-box .title {
    margin-top: calc(100vw * 9.9/375);
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .content-box .title {
    font-family: "DB-Heavent-round" !important;
  }
}
#biore-pp-content .section-content-with-product > .content-box .sub-title {
  padding-bottom: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .content-box .sub-title {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .content-box .sub-title {
    padding-bottom: calc(100vw * 25/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper {
  margin-top: calc(100vw * 100.9/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper {
    margin-top: 100.9px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper {
    margin-top: calc(100vw * 39.2/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product {
  font-family: "DB-Heavent-round" !important;
  position: relative;
  z-index: 11;
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product > img {
  width: calc(100vw * 1440/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product > img {
    width: 1440px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product > img {
    width: calc(100vw * 375/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product .title {
  position: absolute;
  text-align: center;
  top: calc(100vw * 410.1/1440);
  right: calc(100vw * 223.7/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .title {
    top: 410.1px;
    right: 223.7px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .title {
    top: calc(100vw * 442.5/375);
    right: calc(100vw * 52.2/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product .title > h5 {
  font-family: "DB-Heavent-round-med" !important;
  font-size: calc(100vw * 47/1440);
  line-height: calc(100vw * 51.7/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .title > h5 {
    font-size: 47px;
    line-height: 51.7px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .title > h5 {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 33/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product .title > p {
  font-size: calc(100vw * 39.17/1440);
  line-height: calc(100vw * 51.7/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .title > p {
    font-size: 39.17px;
    line-height: 51.7px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .title > p {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 33/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw * 130.3/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content {
    bottom: 130.3px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content {
    bottom: calc(100vw * 109.1/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > img {
  width: calc(100vw * 912.53/1440);
  margin-left: calc(100vw * 355.6/1440);
  margin-bottom: calc(100vw * 15.2/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > img {
    width: 912.53px;
    margin-left: 355.6px;
    margin-bottom: 15.2px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > img {
    width: calc(100vw * 307.61/375);
    margin-left: calc(100vw * 40.4/375);
    margin-bottom: calc(100vw * 29.2/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text {
  text-align: center;
  font-size: calc(100vw * 39.17/1440);
  line-height: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text {
    font-size: 39.17px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 29/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > h5 {
  font-family: "DB-Heavent-round-med" !important;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > h5 {
    font-size: 50px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > h5 {
    font-size: calc(100vw * 28/375);
    line-height: calc(100vw * 29/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > ul {
  margin-top: calc(100vw * 10.1/1440);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > ul {
    margin-top: 10.1px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > ul {
    margin-top: calc(100vw * 16.5/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > ul > li {
  font-size: calc(100vw * 41/1440);
  line-height: calc(100vw * 51.7/1440);
  padding-left: calc(100vw * 28.2/1440);
  position: relative;
  display: inline-block;
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > ul > li {
    font-size: 41px;
    line-height: 51.7px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > ul > li {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 33/375);
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > ul > li {
    padding-left: 28.2px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > ul > li {
    padding-left: calc(100vw * 18.1/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > ul > li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  width: calc(100vw * 14.1/1440);
  height: calc(100vw * 14.1/1440);
  background-color: #FF4D84;
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > ul > li:before {
    width: 14.1px;
    height: 14.1px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product .content > .text > ul > li:before {
    width: calc(100vw * 9/375);
    height: calc(100vw * 9/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product > a > button {
  cursor: pointer;
  position: absolute;
  bottom: calc(100vw * -75/1440);
  left: calc(100vw * 644/1440);
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 54.43/1440);
  color: #FFFFFF;
  border-radius: 50%;
  background-color: #FF4D84;
  border: 0;
  width: calc(100vw * 163.29/1440);
  height: calc(100vw * 163.29/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product > a > button {
    bottom: -75px;
    left: 644px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product > a > button {
    bottom: calc(100vw * -36.2/375);
    left: calc(100vw * 144.4/375);
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product > a > button {
    font-size: 60px;
    line-height: 54.43px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product > a > button {
    font-size: calc(100vw * 30.23/375);
    line-height: calc(100vw * 28.92/375);
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product > a > button {
    width: 163.29px;
    height: 163.29px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product > a > button {
    width: calc(100vw * 86.76/375);
    height: calc(100vw * 86.76/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue {
  margin-top: calc(100vw * 108/1440);
  z-index: 9;
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue {
    margin-top: 108px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue {
    margin-top: calc(100vw * 77.4/375);
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue:before {
    content: "";
    width: 100%;
    height: 600px;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: transparent;
    background-image: url("https://www.jeban.com/spotlight-item/biore_pore-pack/1440/sec-1-bg.png");
    position: absolute;
    z-index: -1;
    top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue:before {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue:before {
    background-image: url("https://www.jeban.com/spotlight-item/biore_pore-pack/375/sec-1-bg.png");
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue:before {
    top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue:before {
    top: calc(100vw * -180/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue .title {
  right: unset;
  left: calc(100vw * 233.9/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue .title {
    left: 233.9px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue .title {
    left: calc(100vw * 64.2/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue .content {
  bottom: calc(100vw * 130.3/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue .content {
    bottom: 130.3px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue .content {
    bottom: calc(100vw * 65.1/375);
  }
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue .content > .text > ul > li:before {
  background-color: #3B5BA7;
}
#biore-pp-content .section-content-with-product > .product-list-wrapper > .product.blue > a > button {
  background-color: #3B5BA7;
}
#biore-pp-content .howtouse-content {
  font-family: "DB-Heavent-round" !important;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  #biore-pp-content .howtouse-content {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
#biore-pp-content .howtouse-content > img {
  height: calc(100vw * 281.73/1440);
  margin-bottom: calc(100vw * 15.3/1440);
  margin-left: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .howtouse-content > img {
    height: 281.73px;
    margin-bottom: 15.3px;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .howtouse-content > img {
    height: calc(100vw * 169.69/375);
    margin-bottom: calc(100vw * 9.2/375);
    margin-left: calc(100vw * 50/375);
  }
}
#biore-pp-content .howtouse-content > .content {
  display: flex;
  align-items: flex-start;
}
#biore-pp-content .howtouse-content > .content > img {
  width: calc(100vw * 64.71/1440);
  margin-right: calc(100vw * 20.3/1440);
  margin-top: calc(100vw * -17/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .howtouse-content > .content > img {
    width: 64.71px;
    margin-right: 20.3px;
    margin-top: -17px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .howtouse-content > .content > img {
    width: calc(100vw * 32.8/375);
    margin-right: calc(100vw * 10.8/375);
    margin-top: calc(100vw * -8/375);
  }
}
#biore-pp-content .howtouse-content > .content > p {
  font-size: calc(100vw * 40/1440);
  line-height: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .howtouse-content > .content > p {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .howtouse-content > .content > p {
    font-size: calc(100vw * 22/375);
    line-height: calc(100vw * 25/375);
  }
}
#biore-pp-content .howtouse-content.step-2 > img {
  height: auto;
  width: calc(100vw * 385/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .howtouse-content.step-2 > img {
    width: 385px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .howtouse-content.step-2 > img {
    width: calc(100vw * 240/375);
  }
}
#biore-pp-content .howtouse-content.step-2 > .content {
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .howtouse-content.step-2 > .content {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .howtouse-content.step-2 > .content {
    margin-top: calc(100vw * -40/375);
  }
}
#biore-pp-content .section-howtouse {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/biore_pore-pack/1440/how-to-use-bg.png");
  position: relative;
  z-index: 1;
  margin-top: calc(100vw * -355.3/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-howtouse {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-howtouse {
    background-image: url("https://www.jeban.com/spotlight-item/biore_pore-pack/375/how-to-use-bg.png");
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .section-howtouse {
    margin-top: -355.3px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-howtouse {
    margin-top: calc(100vw * -92/375);
  }
}
#biore-pp-content .section-howtouse .content-with-bg {
  text-align: center;
  position: relative;
}
#biore-pp-content .section-howtouse .content-with-bg > img {
  margin: 0 auto;
  height: calc(100vw * 1433.49/1440);
  margin-top: calc(100vw * 466/1440);
  margin-bottom: calc(100vw * 520/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-howtouse .content-with-bg > img {
    height: 1433.49px;
    margin-top: 466px;
    margin-bottom: 520px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-howtouse .content-with-bg > img {
    height: calc(100vw * 1360.91/375);
    margin-top: calc(100vw * 163/375);
    margin-bottom: calc(100vw * 204.7/375);
  }
}
#biore-pp-content .section-howtouse .content-with-bg .content-step {
  text-align: left;
  position: absolute;
  left: calc(100vw * 94/1440);
  top: calc(100vw * 616/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-howtouse .content-with-bg .content-step {
    left: 94px;
    top: 616px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-howtouse .content-with-bg .content-step {
    left: calc(100vw * 21/375);
    top: calc(100vw * 248.6/375);
  }
}
#biore-pp-content .section-howtouse .content-with-bg .content-step .row-content {
  display: inline-flex;
}
@media (max-width: 767px) {
  #biore-pp-content .section-howtouse .content-with-bg .content-step .row-content {
    flex-direction: column;
  }
}
#biore-pp-content .section-howtouse .content-with-bg .content-step .row-content > .howtouse-content:first-child {
  margin-right: calc(100vw * 85/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-howtouse .content-with-bg .content-step .row-content > .howtouse-content:first-child {
    margin-right: 85px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-howtouse .content-with-bg .content-step .row-content > .howtouse-content:first-child {
    margin-right: calc(100vw * 0/375);
  }
}
#biore-pp-content .section-howtouse .content-with-bg .content-step .row-content.content-2 > .howtouse-content:first-child {
  margin-right: calc(100vw * 149/1440);
  margin-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-howtouse .content-with-bg .content-step .row-content.content-2 > .howtouse-content:first-child {
    margin-right: 149px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-howtouse .content-with-bg .content-step .row-content.content-2 > .howtouse-content:first-child {
    margin-right: calc(100vw * 0/375);
    margin-bottom: calc(100vw * 35.2/375);
  }
}
#biore-pp-content .section-howtouse .content-with-bg .content-step > .row-content:nth-child(2) {
  margin-top: calc(100vw * 32.6/1440);
  margin-bottom: calc(100vw * 17.3/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-howtouse .content-with-bg .content-step > .row-content:nth-child(2) {
    margin-top: 32.6px;
    margin-bottom: 17.3px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-howtouse .content-with-bg .content-step > .row-content:nth-child(2) {
    margin-top: calc(100vw * 27.5/375);
    margin-bottom: calc(100vw * 37.8/375);
  }
}
#biore-pp-content .section-howtouse .content-with-bg .content-step .step-5 {
  margin-left: calc(100vw * 370.8/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-howtouse .content-with-bg .content-step .step-5 {
    margin-left: 370.8px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-howtouse .content-with-bg .content-step .step-5 {
    margin-left: calc(100vw * 0/375);
  }
}
#biore-pp-content .section-promotion {
  border: 1px solid transparent;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/biore_pore-pack/1440/shopping-bg.png");
  text-align: center;
  font-family: "DB-Heavent-round" !important;
  margin-top: calc(100vw * -400/1440);
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion {
    background-image: url("https://www.jeban.com/spotlight-item/biore_pore-pack/375/shopping-bg.png");
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion {
    margin-top: -400px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion {
    margin-top: calc(100vw * -155/375);
  }
}
#biore-pp-content .section-promotion .title {
  margin-top: calc(100vw * 116/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .title {
    margin-top: 116px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .title {
    margin-top: calc(100vw * 71.2/375);
  }
}
#biore-pp-content .section-promotion .title h3 {
  font-size: calc(100vw * 107.09/1440);
  line-height: calc(100vw * 75/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .title h3 {
    font-size: 107.09px;
    line-height: 75px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .title h3 {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 40/375);
  }
}
#biore-pp-content .section-promotion .title p {
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 75/1440);
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: calc(100vw * 40/1440);
  padding-left: calc(100vw * 40/1440);
  padding-right: calc(100vw * 40/1440);
  margin-top: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .title p {
    font-size: 60px;
    line-height: 75px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .title p {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 40/375);
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .title p {
    border-radius: 40px;
    padding-left: 40px;
    padding-right: 40px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .title p {
    border-radius: calc(100vw * 30/375);
    padding-left: calc(100vw * 10/375);
    padding-right: calc(100vw * 10/375);
    margin-top: calc(100vw * 8/375);
  }
}
#biore-pp-content .section-promotion .card {
  background-color: transparent;
  border: none !important;
  margin: 0 auto;
  width: calc(100vw * 950.7/1440);
  margin-top: calc(100vw * 6.9/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .card {
    width: 950.7px;
    margin-top: 6.9px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .card {
    width: calc(100vw * 338.22/375);
    margin-top: calc(100vw * 9.8/375);
  }
}
#biore-pp-content .section-promotion .content {
  margin-top: calc(100vw * -45/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content {
    margin-top: -45px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content {
    margin-top: calc(100vw * 6/375);
  }
}
#biore-pp-content .section-promotion .content > p {
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 49/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content > p {
    font-size: 50px;
    line-height: 49px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content > p {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 30/375);
  }
}
#biore-pp-content .section-promotion .content > p:first-child {
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 49/1440);
  padding-bottom: calc(100vw * 4/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content > p:first-child {
    font-size: 60px;
    line-height: 49px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content > p:first-child {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content > p:first-child {
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content > p:first-child {
    padding-bottom: calc(100vw * 4/375);
  }
}
#biore-pp-content .section-promotion .content-shopping {
  margin-top: calc(100vw * 0/1440);
  margin-bottom: calc(100vw * 26.5/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content-shopping {
    margin-top: 0px;
    margin-bottom: 26.5px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content-shopping {
    margin-top: calc(100vw * 28/375);
    margin-bottom: calc(100vw * 22.9/375);
  }
}
#biore-pp-content .section-promotion .content-shopping .title {
  width: calc(100vw * 482.4/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content-shopping .title {
    width: 482.4px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content-shopping .title {
    width: calc(100vw * 306.15/375);
  }
}
#biore-pp-content .section-promotion .content-shopping > p:nth-child(2) {
  font-size: calc(100vw * 47.2/1440);
  line-height: calc(100vw * 47.2/1440);
  color: #FFFFFF;
  padding-bottom: calc(100vw * 8/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content-shopping > p:nth-child(2) {
    font-size: 47.2px;
    line-height: 47.2px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content-shopping > p:nth-child(2) {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content-shopping > p:nth-child(2) {
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content-shopping > p:nth-child(2) {
    padding-bottom: calc(100vw * 20/375);
  }
}
#biore-pp-content .section-promotion .content-shopping > p.bg-yellow {
  display: inline-block;
  font-size: calc(100vw * 47.2/1440);
  line-height: calc(100vw * 61.35/1440);
  background-color: #FFDE83;
  padding-left: calc(100vw * 21/1440);
  padding-right: calc(100vw * 21/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content-shopping > p.bg-yellow {
    font-size: 47.2px;
    line-height: 61.35px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content-shopping > p.bg-yellow {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 39/375);
  }
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content-shopping > p.bg-yellow {
    padding-left: 21px;
    padding-right: 21px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content-shopping > p.bg-yellow {
    padding-left: calc(100vw * 6/375);
    padding-right: calc(100vw * 6/375);
  }
}
#biore-pp-content .section-promotion .content-shopping > p.bg-yellow:nth-child(5) {
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content-shopping > p.bg-yellow:nth-child(5) {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content-shopping > p.bg-yellow:nth-child(5) {
    margin-top: calc(100vw * 6/375);
  }
}
#biore-pp-content .section-promotion .content-shopping .place {
  margin-top: calc(100vw * 10.9/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content-shopping .place {
    margin-top: 10.9px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content-shopping .place {
    margin-top: calc(100vw * 12.8/375);
  }
}
#biore-pp-content .section-promotion .content-shopping .place > a > img {
  width: calc(100vw * 160/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content-shopping .place > a > img {
    width: 160px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content-shopping .place > a > img {
    width: calc(100vw * 109/375);
  }
}
#biore-pp-content .section-promotion .content-shopping .place > a > img:first-child {
  margin-right: calc(100vw * 27/1440);
}
@media (min-width: 1440px) {
  #biore-pp-content .section-promotion .content-shopping .place > a > img:first-child {
    margin-right: 27px;
  }
}
@media (max-width: 767px) {
  #biore-pp-content .section-promotion .content-shopping .place > a > img:first-child {
    margin-right: calc(100vw * 19/375);
  }
}

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