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

h2.double-line {
  line-height: 1.3;
  color: #5EAFD0;
  border: 1px #5EAFD0;
  border-style: solid none;
  width: 80%;
  margin: 0 auto;
  font-size: calc(100vw * 125/1440);
}
@media (min-width: 1440px) {
  h2.double-line {
    font-size: 125px;
  }
}
@media (max-width: 767px) {
  h2.double-line {
    font-size: calc(100vw * 38/375);
  }
}

.cover.over-width {
  background-color: #9bd3ec;
}
.cover.over-width .container {
  text-align: center;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/ACSEINE-top.jpg");
  padding-top: calc(100vw * 100/1440);
  height: calc(100vw * 1535/1440);
}
@media (min-width: 1440px) {
  .cover.over-width .container {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .cover.over-width .container {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/ACSEINE-top.webp");
  }
}
@media (max-width: 767px) {
  .cover.over-width .container {
    background-size: auto 110%;
  }
}
@media (min-width: 1440px) {
  .cover.over-width .container {
    padding-top: 100px;
    height: 1535px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .container {
    padding-top: calc(100vw * 20/375);
    height: calc(100vw * 475/375);
  }
}
.cover.over-width .container img.logo {
  width: calc(100vw * 369/1440);
  margin-bottom: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  .cover.over-width .container img.logo {
    width: 369px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .container img.logo {
    width: calc(100vw * 130/375);
    margin-bottom: calc(100vw * 12/375);
  }
}
.cover.over-width .container h1 {
  color: #6D6F71;
  line-height: 0.9;
  font-size: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .cover.over-width .container h1 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  .cover.over-width .container h1 {
    font-size: calc(100vw * 32/375);
  }
}

.brand-detail.over-width {
  background-image: linear-gradient(0deg, #c0e3f3 0%, #9bd3ec 100%);
}
.brand-detail.over-width #sec-1.container {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble-group-02-.png");
  background-size: 80% auto !important;
  height: calc(100vw * 800/1440);
  font-size: calc(100vw * 36/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-1.container {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .brand-detail.over-width #sec-1.container {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble-group-02-.webp");
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-1.container {
    background-size: auto 95% !important;
  }
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-1.container {
    height: 800px;
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-1.container {
    height: calc(100vw * 425/375);
    font-size: calc(100vw * 21/375);
  }
}
.brand-detail.over-width #sec-1.container p {
  line-height: 1.3;
}
.brand-detail.over-width #sec-1.container p:not(:last-child) {
  margin-bottom: calc(100vw * 54/1440) !important;
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-1.container p:not(:last-child) {
    margin-bottom: 54px !important;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-1.container p:not(:last-child) {
    margin-bottom: calc(100vw * 30/375) !important;
  }
}
.brand-detail.over-width #sec-2.container {
  position: relative;
  background: radial-gradient(circle at center 40%, white 0%, rgba(255, 255, 255, 0) 65%);
  padding-top: calc(100vw * 30/1440);
  height: calc(100vw * 3540/1440);
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container {
    background: radial-gradient(circle at center 42%, white 0%, rgba(255, 255, 255, 0) 75%);
  }
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container {
    padding-top: 30px;
    height: 3540px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container {
    padding-top: calc(100vw * 30/375);
    height: calc(100vw * 2080/375);
  }
}
.brand-detail.over-width #sec-2.container img.logo {
  width: calc(100vw * 490/1440);
  margin-bottom: calc(100vw * 54/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container img.logo {
    width: 490px;
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container img.logo {
    width: calc(100vw * 198/375);
    margin-bottom: calc(100vw * 28/375);
  }
}
.brand-detail.over-width #sec-2.container h3, .brand-detail.over-width #sec-2.container h4, .brand-detail.over-width #sec-2.container p {
  color: #6D6F71;
  line-height: 1.3;
}
.brand-detail.over-width #sec-2.container h3 {
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container h3 {
    font-size: calc(100vw * 28/375);
  }
}
.brand-detail.over-width #sec-2.container p {
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container p {
    font-size: calc(100vw * 23/375);
  }
}
.brand-detail.over-width #sec-2.container p.divider {
  height: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container p.divider {
    height: 40px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container p.divider {
    height: calc(100vw * 24/375);
  }
}
.brand-detail.over-width #sec-2.container p.font-reg {
  color: #5EAFD0;
}
.brand-detail.over-width #sec-2.container p.font-reg strong {
  display: block;
  font-weight: normal;
  font-size: calc(100vw * 55/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container p.font-reg strong {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container p.font-reg strong {
    font-size: calc(100vw * 28/375);
  }
}
.brand-detail.over-width #sec-2.container h4 {
  font-size: calc(100vw * 35/1440);
  margin-bottom: calc(100vw * 70/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container h4 {
    font-size: 35px;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container h4 {
    font-size: calc(100vw * 23/375);
    margin-bottom: calc(100vw * 45/375);
  }
}
.brand-detail.over-width #sec-2.container img.acs-logo {
  width: calc(100vw * 142/1440);
  margin-top: calc(100vw * 68/1440);
  margin-bottom: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container img.acs-logo {
    width: 142px;
    margin-top: 68px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container img.acs-logo {
    width: calc(100vw * 66/375);
    margin-top: calc(100vw * 38/375);
    margin-bottom: calc(100vw * 16/375);
  }
}
.brand-detail.over-width #sec-2.container .heading {
  margin-top: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container .heading {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container .heading {
    margin-top: calc(100vw * 35/375);
  }
}
.brand-detail.over-width #sec-2.container .heading h2, .brand-detail.over-width #sec-2.container .heading h3 {
  line-height: 0.85;
  letter-spacing: 1px;
  font-weight: normal;
  color: #6D6F71;
}
.brand-detail.over-width #sec-2.container .heading h2 {
  font-size: calc(100vw * 125/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container .heading h2 {
    font-size: 125px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container .heading h2 {
    font-size: calc(100vw * 54/375);
  }
}
.brand-detail.over-width #sec-2.container .heading h3 {
  font-size: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container .heading h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container .heading h3 {
    font-size: calc(100vw * 34/375);
  }
}
.brand-detail.over-width #sec-2.container ul {
  width: 80%;
  margin: 0 auto;
  color: #6D6F71;
  margin-top: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container ul {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container ul {
    margin-top: calc(100vw * 32/375);
  }
}
.brand-detail.over-width #sec-2.container ul li {
  display: flex;
  align-items: center;
  margin-bottom: calc(100vw * 48/1440);
  width: calc(100vw * 676/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container ul li {
    margin-bottom: 48px;
    width: 676px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container ul li {
    margin-bottom: calc(100vw * 32/375);
    width: calc(100vw * 300/375);
  }
}
.brand-detail.over-width #sec-2.container ul li:nth-child(2) {
  margin-left: calc(100vw * 262/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container ul li:nth-child(2) {
    margin-left: 262px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container ul li:nth-child(2) {
    margin-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container ul li {
    width: auto !important;
  }
}
.brand-detail.over-width #sec-2.container ul li img {
  width: calc(100vw * 264/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container ul li img {
    width: 264px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container ul li img {
    width: calc(100vw * 130/375);
  }
}
.brand-detail.over-width #sec-2.container ul li .body {
  flex: 1;
  text-align: left;
  line-height: 1.3;
  font-size: calc(100vw * 35/1440);
  padding-left: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container ul li .body {
    font-size: 35px;
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container ul li .body {
    font-size: calc(100vw * 23/375);
    padding-left: calc(100vw * 24/375);
  }
}
.brand-detail.over-width #sec-2.container ul li .body h3 {
  font-size: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container ul li .body h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container ul li .body h3 {
    font-size: calc(100vw * 26/375);
  }
}
.brand-detail.over-width #sec-2.container .bottom {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/moistbalance-series.png");
  background-position: right bottom;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100vw * 800/1440);
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container .bottom {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .brand-detail.over-width #sec-2.container .bottom {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/moistbalance-series.webp");
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container .bottom {
    background-size: 155% auto;
    background-position: bottom right calc(100vw * -25/375);
  }
}
@media (min-width: 1440px) {
  .brand-detail.over-width #sec-2.container .bottom {
    height: 800px;
  }
}
@media (max-width: 767px) {
  .brand-detail.over-width #sec-2.container .bottom {
    height: calc(100vw * 400/375);
  }
}

.product-detail.over-width {
  background-color: #c0e3f3;
}

.product {
  position: relative;
  padding-top: calc(100vw * 45/1440);
  padding-bottom: calc(100vw * 56/1440);
}
@media (min-width: 1440px) {
  .product {
    padding-top: 45px;
    padding-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .product {
    padding-top: calc(100vw * 20/375);
    padding-bottom: calc(100vw * 20/375);
  }
}
.product .info {
  position: relative;
  margin: 0 auto;
  margin-top: calc(100vw * -55/1440);
  width: calc(100vw * 640/1440);
}
@media (min-width: 1440px) {
  .product .info {
    margin-top: -55px;
    width: 640px;
  }
}
@media (max-width: 767px) {
  .product .info {
    margin-top: calc(100vw * -35/375);
    width: calc(100vw * 360/375);
  }
}
.product .info h3, .product .info h4 {
  color: #5EAFD0;
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  .product .info h3, .product .info h4 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .product .info h3, .product .info h4 {
    font-size: calc(100vw * 23/375);
  }
}
.product .info h4 {
  color: #6D6F71;
  margin-top: calc(100vw * 12/1440);
  margin-bottom: calc(100vw * 12/1440);
}
@media (min-width: 1440px) {
  .product .info h4 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .product .info h4 {
    margin-top: calc(100vw * 8/375);
    margin-bottom: calc(100vw * 8/375);
  }
}
.product .info p {
  color: #6D6F71;
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  .product .info p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .product .info p {
    font-size: calc(100vw * 23/375);
  }
}
.product ul {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  width: calc(100vw * 1180/1440);
  margin-top: calc(100vw * 40/1440);
  margin-bottom: calc(100vw * 56/1440);
}
@media (min-width: 1440px) {
  .product ul {
    width: 1180px;
    margin-top: 40px;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .product ul {
    width: calc(100vw * 320/375);
    margin-top: calc(100vw * 30/375);
    margin-bottom: calc(100vw * 20/375);
  }
}
.product ul li {
  width: calc(50% - 16px);
  margin: 8px;
  background: white;
  border: 1px solid #5EAFD0;
  line-height: 1.3;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: calc(100vw * 36/1440) calc(100vw * 0/1440);
  font-size: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  .product ul li {
    padding: 36px 0px;
  }
}
@media (max-width: 767px) {
  .product ul li {
    padding: calc(100vw * 23/375) calc(100vw * 0/375);
  }
}
@media (min-width: 1440px) {
  .product ul li {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .product ul li {
    font-size: calc(100vw * 23/375);
  }
}
@media (max-width: 767px) {
  .product ul li {
    width: calc(100% - 16px);
  }
}
.product ul li strong {
  display: block;
  color: #5EAFD0;
  font-family: "DB-Heavent-reg";
  font-weight: normal;
}
.product .btn-user-review {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid #5EAFD0;
  color: #5EAFD0;
  width: calc(100vw * 220/1440);
  height: calc(100vw * 50/1440);
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  .product .btn-user-review {
    width: 220px;
    height: 50px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  .product .btn-user-review {
    width: calc(100vw * 110/375);
    height: calc(100vw * 35/375);
    font-size: calc(100vw * 23/375);
  }
}
.product .btn-user-review:hover {
  text-decoration: none;
}
.product.lotion {
  z-index: 3;
  background: radial-gradient(circle at center 42%, white 0%, rgba(255, 255, 255, 0) 75%);
}
.product.lotion img.item {
  width: calc(100vw * 744/1440);
}
@media (min-width: 1440px) {
  .product.lotion img.item {
    width: 744px;
  }
}
@media (max-width: 767px) {
  .product.lotion img.item {
    width: calc(100vw * 324/375);
  }
}
.product.lotion .info:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -203/1440);
  top: calc(100vw * 100/1440);
  width: calc(100vw * 112/1440);
  height: calc(100vw * 112/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .product.lotion .info:before {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.webp");
  }
}
@media (min-width: 1440px) {
  .product.lotion .info:before {
    left: -203px;
    top: 100px;
    width: 112px;
    height: 112px;
  }
}
@media (max-width: 767px) {
  .product.lotion .info:before {
    left: calc(100vw * -20/375);
    top: calc(100vw * 110/375);
    width: calc(100vw * 60/375);
    height: calc(100vw * 60/375);
  }
}
.product.lotion .info:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble-group-03-xs.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(100vw * -10000/1440);
  top: calc(100vw * 0/1440);
  width: calc(100vw * 0/1440);
  height: calc(100vw * 0/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .product.lotion .info:after {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble-group-03-xs.webp");
  }
}
@media (min-width: 1440px) {
  .product.lotion .info:after {
    right: -10000px;
    top: 0px;
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 767px) {
  .product.lotion .info:after {
    right: calc(100vw * 0/375);
    top: calc(100vw * 105/375);
    width: calc(100vw * 43/375);
    height: calc(100vw * 41/375);
  }
}
.product.lotion ul {
  position: relative;
}
.product.lotion ul:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble-group-04.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -100/1440);
  top: calc(100vw * 183/1440);
  width: calc(100vw * 74/1440);
  height: calc(100vw * 150/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .product.lotion ul:before {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble-group-04.webp");
  }
}
@media (min-width: 1440px) {
  .product.lotion ul:before {
    left: -100px;
    top: 183px;
    width: 74px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .product.lotion ul:before {
    left: calc(100vw * -10000/375);
    top: calc(100vw * 0/375);
    width: calc(100vw * 0/375);
    height: calc(100vw * 0/375);
  }
}
.product.lotion ul:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(100vw * -252/1440);
  bottom: calc(100vw * 57.5/1440);
  width: calc(100vw * 296/1440);
  height: calc(100vw * 296/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .product.lotion ul:after {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.webp");
  }
}
@media (min-width: 1440px) {
  .product.lotion ul:after {
    right: -252px;
    bottom: 57.5px;
    width: 296px;
    height: 296px;
  }
}
@media (max-width: 767px) {
  .product.lotion ul:after {
    right: calc(100vw * -100/375);
    bottom: calc(100vw * 53/375);
    width: calc(100vw * 128/375);
    height: calc(100vw * 128/375);
  }
}
.product.lotion ul li:last-child {
  position: relative;
}
.product.lotion ul li:last-child:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(100vw * 125/1440);
  bottom: calc(100vw * -98/1440);
  width: calc(100vw * 58/1440);
  height: calc(100vw * 58/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .product.lotion ul li:last-child:after {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.webp");
  }
}
@media (min-width: 1440px) {
  .product.lotion ul li:last-child:after {
    right: 125px;
    bottom: -98px;
    width: 58px;
    height: 58px;
  }
}
@media (max-width: 767px) {
  .product.lotion ul li:last-child:after {
    right: calc(100vw * 254/375);
    bottom: calc(100vw * -58/375);
    width: calc(100vw * 32/375);
    height: calc(100vw * 32/375);
  }
}
.product.gel {
  z-index: 2;
  background: radial-gradient(circle at center 40%, white 0%, rgba(255, 255, 255, 0) 75%);
  padding-top: calc(100vw * 200/1440);
  margin-top: calc(100vw * -300/1440);
  padding-bottom: calc(100vw * 300/1440);
}
@media (min-width: 1440px) {
  .product.gel {
    padding-top: 200px;
    margin-top: -300px;
    padding-bottom: 300px;
  }
}
@media (max-width: 767px) {
  .product.gel {
    padding-top: calc(100vw * 100/375);
    margin-top: calc(100vw * -125/375);
    padding-bottom: calc(100vw * 100/375);
  }
}
.product.gel img.item {
  width: calc(100vw * 640/1440);
  margin-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .product.gel img.item {
    width: 640px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .product.gel img.item {
    width: calc(100vw * 400/375);
    margin-bottom: calc(100vw * -20/375);
  }
}
.product.gel .info {
  margin-top: calc(100vw * -175/1440);
}
@media (min-width: 1440px) {
  .product.gel .info {
    margin-top: -175px;
  }
}
@media (max-width: 767px) {
  .product.gel .info {
    margin-top: calc(100vw * -80/375);
  }
}
.product.gel .info:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble-group-05.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -240/1440);
  top: calc(100vw * 88/1440);
  width: calc(100vw * 167/1440);
  height: calc(100vw * 132/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .product.gel .info:before {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble-group-05.webp");
  }
}
@media (min-width: 1440px) {
  .product.gel .info:before {
    left: -240px;
    top: 88px;
    width: 167px;
    height: 132px;
  }
}
@media (max-width: 767px) {
  .product.gel .info:before {
    left: calc(100vw * 266/375);
    top: calc(100vw * 142/375);
    width: calc(100vw * 45/375);
    height: calc(100vw * 37/375);
  }
}
@media (max-width: 767px) {
  .product.gel .info:before {
    transform: scaleX(-1);
  }
}
.product.gel ul {
  position: relative;
}
.product.gel ul:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -55/1440);
  top: calc(100vw * 144/1440);
  width: calc(100vw * 112/1440);
  height: calc(100vw * 112/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .product.gel ul:before {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.webp");
  }
}
@media (min-width: 1440px) {
  .product.gel ul:before {
    left: -55px;
    top: 144px;
    width: 112px;
    height: 112px;
  }
}
@media (max-width: 767px) {
  .product.gel ul:before {
    left: calc(100vw * -80/375);
    top: calc(100vw * -50/375);
    width: calc(100vw * 128/375);
    height: calc(100vw * 128/375);
  }
}
.product.gel ul:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(100vw * -110/1440);
  top: calc(100vw * 92/1440);
  width: calc(100vw * 86/1440);
  height: calc(100vw * 86/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .product.gel ul:after {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.webp");
  }
}
@media (min-width: 1440px) {
  .product.gel ul:after {
    right: -110px;
    top: 92px;
    width: 86px;
    height: 86px;
  }
}
@media (max-width: 767px) {
  .product.gel ul:after {
    right: calc(100vw * -60/375);
    top: calc(100vw * 275/375);
    width: calc(100vw * 60/375);
    height: calc(100vw * 60/375);
  }
}
.product.gel ul li:last-child {
  position: relative;
}
.product.gel ul li:last-child:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 400/1440);
  top: calc(100vw * 112/1440);
  width: calc(100vw * 296/1440);
  height: calc(100vw * 296/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  .product.gel ul li:last-child:before {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.webp");
  }
}
@media (min-width: 1440px) {
  .product.gel ul li:last-child:before {
    left: 400px;
    top: 112px;
    width: 296px;
    height: 296px;
  }
}
@media (max-width: 767px) {
  .product.gel ul li:last-child:before {
    left: calc(100vw * -20/375);
    top: calc(100vw * -48/375);
    width: calc(100vw * 44/375);
    height: calc(100vw * 44/375);
  }
}
.product.sunshield {
  z-index: 2;
  background: radial-gradient(circle at center 60%, #ffe2e1 0%, rgba(255, 255, 255, 0) 75%);
}
@media (max-width: 767px) {
  .product.sunshield {
    background: radial-gradient(circle at center 40%, #ffe2e1 0%, rgba(255, 255, 255, 0) 75%);
  }
}
.product.sunshield img.item {
  width: calc(100vw * 318/1440);
  margin-top: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .product.sunshield img.item {
    width: 318px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .product.sunshield img.item {
    width: calc(100vw * 142/375);
    margin-top: calc(100vw * 20/375);
  }
}
.product.sunshield .info {
  margin-top: calc(100vw * -100/1440);
}
@media (min-width: 1440px) {
  .product.sunshield .info {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .product.sunshield .info {
    margin-top: calc(100vw * -50/375);
  }
}
.product.sunshield .info h3.font-reg {
  color: #F29590;
}
.product.sunshield .info p {
  margin-top: calc(100vw * 12/1440);
}
@media (min-width: 1440px) {
  .product.sunshield .info p {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .product.sunshield .info p {
    margin-top: calc(100vw * 8/375);
  }
}
.product.sunshield ul li {
  border-color: #F29590;
  position: relative;
  padding-top: calc(100vw * 120/1440);
  margin-top: calc(100vw * 115/1440);
}
@media (min-width: 1440px) {
  .product.sunshield ul li {
    padding-top: 120px;
    margin-top: 115px;
  }
}
@media (max-width: 767px) {
  .product.sunshield ul li {
    padding-top: calc(100vw * 60/375);
    margin-top: calc(100vw * 58/375);
  }
}
.product.sunshield ul li img {
  width: calc(100vw * 200/1440);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 1440px) {
  .product.sunshield ul li img {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .product.sunshield ul li img {
    width: calc(100vw * 100/375);
  }
}
.product.sunshield ul li strong {
  color: #F29590;
}
.product.sunshield .btn-user-review {
  border-color: #F29590;
  color: #F29590;
}
.product.bright-fit {
  padding-bottom: calc(100vw * 300/1440);
}
@media (min-width: 1440px) {
  .product.bright-fit {
    padding-bottom: 300px;
  }
}
@media (max-width: 767px) {
  .product.bright-fit {
    padding-bottom: calc(100vw * 100/375);
  }
}
.product.bright-fit img.item {
  transform: translateX(-4.5%);
  width: calc(100vw * 592/1440);
  margin-top: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .product.bright-fit img.item {
    width: 592px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .product.bright-fit img.item {
    width: calc(100vw * 300/375);
    margin-top: calc(100vw * 20/375);
  }
}
.product.bright-fit .info {
  margin-top: calc(100vw * -120/1440);
}
@media (min-width: 1440px) {
  .product.bright-fit .info {
    margin-top: -120px;
  }
}
@media (max-width: 767px) {
  .product.bright-fit .info {
    margin-top: calc(100vw * -58/375);
  }
}
.product.bright-fit .info h3.font-reg {
  color: #B39DCC;
}
.product.bright-fit .info p {
  margin-top: calc(100vw * 12/1440);
}
@media (min-width: 1440px) {
  .product.bright-fit .info p {
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .product.bright-fit .info p {
    margin-top: calc(100vw * 8/375);
  }
}
.product.bright-fit ul li {
  border-color: #B39DCC;
  position: relative;
}
.product.bright-fit ul li:last-child {
  width: 100%;
}
.product.bright-fit ul li strong {
  color: #B39DCC;
}
.product.bright-fit .btn-user-review {
  border-color: #B39DCC;
  color: #B39DCC;
}

#sec-4 {
  position: relative;
  text-align: center;
  background: linear-gradient(0deg, #fffcfc 80%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  margin-top: calc(100vw * -300/1440);
  padding-top: calc(100vw * 100/1440);
  padding-bottom: calc(100vw * 80/1440);
}
@media (max-width: 767px) {
  #sec-4 {
    background: linear-gradient(0deg, #fffcfc 87.5%, rgba(255, 255, 255, 0) 100%);
  }
}
@media (min-width: 1440px) {
  #sec-4 {
    margin-top: -300px;
    padding-top: 100px;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #sec-4 {
    margin-top: calc(100vw * -120/375);
    padding-top: calc(100vw * 50/375);
    padding-bottom: calc(100vw * 40/375);
  }
}
#sec-4 h2, #sec-4 h3 {
  color: #6D6F71;
  line-height: 1;
}
#sec-4 h2 {
  font-size: calc(100vw * 125/1440);
}
@media (min-width: 1440px) {
  #sec-4 h2 {
    font-size: 125px;
  }
}
@media (max-width: 767px) {
  #sec-4 h2 {
    font-size: calc(100vw * 38/375);
  }
}
#sec-4 h3 {
  font-size: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #sec-4 h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #sec-4 h3 {
    font-size: calc(100vw * 34/375);
  }
}
#sec-4 ul {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  justify-content: center;
  width: calc(100vw * 1180/1440);
  margin-top: calc(100vw * 40/1440);
  margin-bottom: calc(100vw * 56/1440);
}
@media (min-width: 1440px) {
  #sec-4 ul {
    width: 1180px;
    margin-top: 40px;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  #sec-4 ul {
    width: calc(100vw * 300/375);
    margin-top: calc(100vw * 30/375);
    margin-bottom: calc(100vw * 20/375);
  }
}
#sec-4 ul li {
  width: calc(33% - 8px);
  margin: 4px;
  line-height: 1.3;
  background: url("https://www.jeban.com/spotlight-item/acseine//hectagon-border.png") center center no-repeat;
  background-size: contain;
  font-size: calc(100vw * 30/1440);
}
#sec-4 ul li:before {
  padding-top: 120%;
}
#sec-4 ul li .content {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  color: #6D6F71;
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #sec-4 ul li .content {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #sec-4 ul li .content {
    font-size: calc(100vw * 23/375);
  }
}
#sec-4 ul li .content strong {
  display: block;
  line-height: 1;
  font-size: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #sec-4 ul li .content strong {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #sec-4 ul li .content strong {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #sec-4 ul li {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #sec-4 ul li {
    font-size: calc(100vw * 23/375);
  }
}
@media (max-width: 767px) {
  #sec-4 ul li {
    width: calc(100vw * 170/375) !important;
    margin-left: 0;
    margin-right: auto;
  }
  #sec-4 ul li:nth-child(2) {
    width: calc(100vw * 256/375) !important;
    margin: calc(100vw * -52/375) 0;
    margin-left: auto;
  }
}

#sec-5 {
  background-color: #fffcfc;
}
#sec-5 h2.double-line {
  color: #F29590;
  border-color: #F29590;
}

#sec-6 {
  position: relative;
  z-index: 1;
  background: linear-gradient(0deg, #f0e3f0 0%, #faf4f8 85%, #fffcfc 100%);
}
#sec-6 h2.double-line {
  color: #B39DCC;
  border-color: #B39DCC;
}

#sec-7 {
  position: relative;
  text-align: center;
  background: linear-gradient(180deg, #f0e3f0 0%, white 20%, #c0e3f3 100%);
  z-index: 2;
  margin-top: calc(100vw * -290/1440);
  padding-top: calc(100vw * 100/1440);
  padding-bottom: calc(100vw * 750/1440);
  margin-bottom: calc(100vw * -700/1440);
}
@media (min-width: 1440px) {
  #sec-7 {
    margin-top: -290px;
    padding-top: 100px;
    padding-bottom: 750px;
    margin-bottom: -700px;
  }
}
@media (max-width: 767px) {
  #sec-7 {
    margin-top: calc(100vw * -90/375);
    padding-top: calc(100vw * 40/375);
    padding-bottom: calc(100vw * 725/375);
    margin-bottom: calc(100vw * -700/375);
  }
}
#sec-7 h2 {
  z-index: 1;
  position: relative;
}
#sec-7 .picture-shadow {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center 40%, white 0%, rgba(255, 255, 255, 0) 50%);
  z-index: 0;
}
@media (max-width: 767px) {
  #sec-7 .picture-shadow {
    background: radial-gradient(circle at center 42%, white 0%, rgba(255, 255, 255, 0) 50%);
  }
}
#sec-7 img.how-to-use-ACSEINE {
  z-index: 1;
  position: relative;
  width: calc(100vw * 830/1440);
}
@media (min-width: 1440px) {
  #sec-7 img.how-to-use-ACSEINE {
    width: 830px;
  }
}
@media (max-width: 767px) {
  #sec-7 img.how-to-use-ACSEINE {
    width: calc(100vw * 500/375);
  }
}
@media (max-width: 767px) {
  #sec-7 img.how-to-use-ACSEINE {
    transform: translateX(-5.5%);
  }
}
#sec-7 h2, #sec-7 h3 {
  color: #6D6F71;
  line-height: 1;
}
#sec-7 h2 {
  font-size: calc(100vw * 125/1440);
}
@media (min-width: 1440px) {
  #sec-7 h2 {
    font-size: 125px;
  }
}
@media (max-width: 767px) {
  #sec-7 h2 {
    font-size: calc(100vw * 38/375);
  }
}
#sec-7 h3 {
  font-size: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #sec-7 h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #sec-7 h3 {
    font-size: calc(100vw * 34/375);
  }
}
#sec-7 ul {
  display: flex;
  flex-flow: wrap;
  margin: 0 auto;
  justify-content: center;
  width: calc(100vw * 1280/1440);
  margin-top: calc(100vw * 40/1440);
  margin-bottom: calc(100vw * 56/1440);
}
@media (min-width: 1440px) {
  #sec-7 ul {
    width: 1280px;
    margin-top: 40px;
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  #sec-7 ul {
    width: calc(100vw * 320/375);
    margin-top: calc(100vw * 30/375);
    margin-bottom: calc(100vw * 20/375);
  }
}
#sec-7 ul li {
  width: calc(47%);
  line-height: 1.3;
  position: relative;
  z-index: 1;
  color: #6D6F71;
  margin-top: calc(100vw * 20/1440);
  font-size: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  #sec-7 ul li {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #sec-7 ul li {
    margin-top: calc(100vw * 15/375);
  }
}
#sec-7 ul li h3 {
  font-size: calc(100vw * 45/1440);
  margin-bottom: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #sec-7 ul li h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #sec-7 ul li h3 {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #sec-7 ul li h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #sec-7 ul li h3 {
    margin-bottom: calc(100vw * 15/375);
  }
}
#sec-7 ul li p {
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #sec-7 ul li p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #sec-7 ul li p {
    font-size: calc(100vw * 23/375);
  }
}
#sec-7 ul li blockquote {
  font-size: calc(100vw * 35/1440);
  margin-top: calc(100vw * 20/1440);
  padding-top: calc(100vw * 20/1440);
  padding-bottom: calc(100vw * 20/1440);
  border: 1px solid #6D6F71;
}
@media (min-width: 1440px) {
  #sec-7 ul li blockquote {
    font-size: 35px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #sec-7 ul li blockquote {
    font-size: calc(100vw * 23/375);
    margin-top: calc(100vw * 15/375);
    padding-top: calc(100vw * 15/375);
    padding-bottom: calc(100vw * 15/375);
  }
}
@media (min-width: 1440px) {
  #sec-7 ul li {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #sec-7 ul li {
    font-size: calc(100vw * 23/375);
  }
}
#sec-7 ul li:nth-child(1) {
  margin-left: 0;
  margin-right: 3%;
}
#sec-7 ul li:nth-child(2) {
  margin-left: 3%;
  margin-right: 0;
}
#sec-7 ul li:last-child {
  width: 70%;
}
@media (max-width: 767px) {
  #sec-7 ul li {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

#sec-8 {
  position: relative;
  z-index: 2;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/rose-cheek-limited-powder.png");
  background-position: center bottom;
}
@media (min-width: 1440px) {
  #sec-8 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #sec-8 {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/rose-cheek-limited-powder.webp");
  }
}
@media (max-width: 767px) {
  #sec-8 {
    background-size: 200% auto;
    background-position: 22.5% bottom;
  }
}
#sec-8 .links-wrapper {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  text-align: center;
  width: calc(100vw * 1080/1440);
  margin-bottom: calc(100vw * 100/1440);
  padding: calc(100vw * 48/1440) calc(100vw * 0/1440);
  background: white;
  border: 1px solid #5EAFD0;
}
@media (min-width: 1440px) {
  #sec-8 .links-wrapper {
    width: 1080px;
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  #sec-8 .links-wrapper {
    width: calc(100vw * 320/375);
    margin-bottom: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  #sec-8 .links-wrapper {
    padding: 48px 0px;
  }
}
@media (max-width: 767px) {
  #sec-8 .links-wrapper {
    padding: calc(100vw * 25/375) calc(100vw * 0/375);
  }
}
#sec-8 .links-wrapper h3, #sec-8 .links-wrapper h4 {
  color: #5EAFD0;
}
#sec-8 .links-wrapper h3 {
  font-size: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #sec-8 .links-wrapper h3 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #sec-8 .links-wrapper h3 {
    font-size: calc(100vw * 30/375);
  }
}
#sec-8 .links-wrapper h3:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -44/1440);
  top: calc(100vw * -75/1440);
  width: calc(100vw * 142/1440);
  height: calc(100vw * 142/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #sec-8 .links-wrapper h3:before {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.webp");
  }
}
@media (min-width: 1440px) {
  #sec-8 .links-wrapper h3:before {
    left: -44px;
    top: -75px;
    width: 142px;
    height: 142px;
  }
}
@media (max-width: 767px) {
  #sec-8 .links-wrapper h3:before {
    left: calc(100vw * 17/375);
    top: calc(100vw * -20/375);
    width: calc(100vw * 38/375);
    height: calc(100vw * 38/375);
  }
}
#sec-8 .links-wrapper p {
  font-size: calc(100vw * 45/1440);
  margin-top: calc(100vw * 20/1440) !important;
  margin-bottom: calc(100vw * 20/1440) !important;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #sec-8 .links-wrapper p {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #sec-8 .links-wrapper p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #sec-8 .links-wrapper p {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) {
  #sec-8 .links-wrapper p {
    margin-top: calc(100vw * 15/375) !important;
  }
}
@media (min-width: 1440px) {
  #sec-8 .links-wrapper p {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  #sec-8 .links-wrapper p {
    margin-bottom: calc(100vw * 15/375) !important;
  }
}
#sec-8 .links-wrapper h4 {
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #sec-8 .links-wrapper h4 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #sec-8 .links-wrapper h4 {
    font-size: calc(100vw * 23/375);
  }
}
#sec-8 .links-wrapper a {
  text-decoration: none;
  color: #6D6F71;
  border: 1px solid #6D6F71;
  display: block;
  margin: 0 auto;
  font-size: calc(100vw * 45/1440);
  width: calc(100vw * 475/1440);
}
@media (min-width: 1440px) {
  #sec-8 .links-wrapper a {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #sec-8 .links-wrapper a {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #sec-8 .links-wrapper a {
    width: 475px;
  }
}
@media (max-width: 767px) {
  #sec-8 .links-wrapper a {
    width: calc(100vw * 256/375);
  }
}
@media screen and (min-width: 768px) {
  #sec-8 .links-wrapper h4, #sec-8 .links-wrapper a {
    display: inline-block;
  }
  #sec-8 .links-wrapper h4 {
    margin-right: 0.5rem;
  }
}
#sec-8 .links-wrapper:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -128/1440);
  top: calc(100vw * 215/1440);
  width: calc(100vw * 85/1440);
  height: calc(100vw * 85/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #sec-8 .links-wrapper:before {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.webp");
  }
}
@media (min-width: 1440px) {
  #sec-8 .links-wrapper:before {
    left: -128px;
    top: 215px;
    width: 85px;
    height: 85px;
  }
}
@media (max-width: 767px) {
  #sec-8 .links-wrapper:before {
    left: calc(100vw * -30/375);
    top: calc(100vw * 110/375);
    width: calc(100vw * 22/375);
    height: calc(100vw * 22/375);
  }
}
#sec-8 .links-wrapper:after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(100vw * -225/1440);
  top: calc(100vw * 26/1440);
  width: calc(100vw * 292/1440);
  height: calc(100vw * 292/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #sec-8 .links-wrapper:after {
    background-image: url("https://www.jeban.com/spotlight-item/acseine/bubble.webp");
  }
}
@media (min-width: 1440px) {
  #sec-8 .links-wrapper:after {
    right: -225px;
    top: 26px;
    width: 292px;
    height: 292px;
  }
}
@media (max-width: 767px) {
  #sec-8 .links-wrapper:after {
    right: calc(100vw * -64/375);
    top: calc(100vw * 62/375);
    width: calc(100vw * 90/375);
    height: calc(100vw * 90/375);
  }
}
#sec-8 .promotion {
  width: calc(100vw * 450/1440);
  margin-right: calc(100vw * 100/1440);
  padding-bottom: calc(100vw * 150/1440);
  margin-left: auto;
}
@media (min-width: 1440px) {
  #sec-8 .promotion {
    width: 450px;
    margin-right: 100px;
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  #sec-8 .promotion {
    width: calc(100vw * 240/375);
    margin-right: calc(100vw * 10/375);
    padding-bottom: calc(100vw * 5/375);
  }
}
#sec-8 .promotion h2, #sec-8 .promotion ul, #sec-8 .promotion p {
  color: #6D6F71;
}
#sec-8 .promotion h2 {
  font-size: calc(100vw * 125/1440);
}
@media (min-width: 1440px) {
  #sec-8 .promotion h2 {
    font-size: 125px;
  }
}
@media (max-width: 767px) {
  #sec-8 .promotion h2 {
    font-size: calc(100vw * 54/375);
  }
}
#sec-8 .promotion ul {
  list-style-type: disc;
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #sec-8 .promotion ul {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #sec-8 .promotion ul {
    font-size: calc(100vw * 23/375);
  }
}
#sec-8 .promotion ul li {
  line-height: 1.3;
  margin-top: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #sec-8 .promotion ul li {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  #sec-8 .promotion ul li {
    margin-top: calc(100vw * 25/375);
  }
}
#sec-8 .promotion p {
  text-align: center;
  font-size: calc(100vw * 23/1440);
  margin-top: calc(100vw * 30/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #sec-8 .promotion p {
    font-size: 23px;
    margin-top: 30px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #sec-8 .promotion p {
    font-size: calc(100vw * 18/375);
    margin-top: calc(100vw * 165/375);
    margin-left: calc(100vw * -115/375);
  }
}
#sec-8 .bar {
  background: #F29590;
  height: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #sec-8 .bar {
    height: 50px;
  }
}
@media (max-width: 767px) {
  #sec-8 .bar {
    height: calc(100vw * 22/375);
  }
}