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

@media (max-width: 767px) {
  .desk {
    display: none !important;
  }
}

.mob {
  display: block;
}
@media (min-width: 768px) {
  .mob {
    display: none !important;
  }
}

#rejoice-perfume-content .mw-1440px {
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
#rejoice-perfume-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/rejoice-perfume-2020/1440/bg-cover.jpg");
  height: calc(100vw * 1830/1440);
  padding-top: calc(100vw * 148/1440);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #cover {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-cover.webp");
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-cover.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #cover {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-cover.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #cover {
    height: 1830px;
    padding-top: 148px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #cover {
    height: calc(100vw * 662/375);
    padding-top: calc(100vw * 25/375);
  }
}
#rejoice-perfume-content #cover .title {
  width: 100%;
  text-align: center;
  flex: 1;
}
#rejoice-perfume-content #cover .title h1, #rejoice-perfume-content #cover .title h2 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
}
#rejoice-perfume-content #cover .title h1 {
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/rejoice-logo.png");
  width: calc(100vw * 451.5/1440);
  height: calc(100vw * 144.54/1440);
  margin: 0 auto;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #cover .title h1 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/rejoice-logo.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #cover .title h1 {
    width: 451.5px;
    height: 144.54px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #cover .title h1 {
    width: calc(100vw * 150/375);
    height: calc(100vw * 48.02/375);
  }
}
#rejoice-perfume-content #cover .title h2 {
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/perfume-collection.png");
  width: calc(100vw * 780/1440);
  height: calc(100vw * 140.88/1440);
  margin-top: calc(100vw * -5/1440);
  margin: 0 auto;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #cover .title h2 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/perfume-collection.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #cover .title h2 {
    width: 780px;
    height: 140.88px;
    margin-top: -5px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #cover .title h2 {
    width: calc(100vw * 250/375);
    height: calc(100vw * 45.15/375);
    margin-top: calc(100vw * -10/375);
  }
}
#rejoice-perfume-content #cover .title blockquote {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 75/1440);
  color: #0B6247;
  margin: 0;
  line-height: 1;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #cover .title blockquote {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #cover .title blockquote {
    font-size: calc(100vw * 23/375);
  }
}
#rejoice-perfume-content #cover > p, #rejoice-perfume-content #cover blockquote {
  line-height: 1.2;
  text-align: center;
  margin: 0 auto;
}
#rejoice-perfume-content #cover > p {
  font-size: calc(100vw * 35/1440);
  padding-bottom: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #cover > p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #cover > p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #cover > p {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #cover > p {
    padding-bottom: calc(100vw * 24/375);
  }
}
#rejoice-perfume-content #cover > blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  padding-bottom: calc(100vw * 64/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #cover > blockquote {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #cover > blockquote {
    font-size: calc(100vw * 26/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #cover > blockquote {
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #cover > blockquote {
    padding-bottom: calc(100vw * 28/375);
  }
}
#rejoice-perfume-content #sec-1 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-sec-1.jpg");
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-sec-1.webp");
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-1.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-1.webp");
  }
}
#rejoice-perfume-content #sec-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/rejoice-perfume-2020/1440/bg-sec-2.jpg");
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-sec-2.webp");
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-2.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-2.webp");
  }
}
#rejoice-perfume-content #sec-3 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-sec-3.jpg");
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-3 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-sec-3.webp");
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-3.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-3 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-3.webp");
  }
}
#rejoice-perfume-content #sec-4 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-sec-4.jpg");
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-4 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-sec-4.webp");
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-4.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-4 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-4.webp");
  }
}
#rejoice-perfume-content #sec-5 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-sec-5.jpg");
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-5 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-sec-5.webp");
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-5.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-5 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-5.webp");
  }
}
#rejoice-perfume-content #sec-6 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-sec-6.jpg");
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-sec-6.webp");
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-6.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-6 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-6.webp");
  }
}
#rejoice-perfume-content #sec-1 {
  height: calc(100vw * 3049/1440);
  pading-bottom: calc(100vw * 22/1440);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-1.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-sec-1.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 {
    height: 3049px;
    pading-bottom: 22px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 {
    height: calc(100vw * 2130/375);
    pading-bottom: calc(100vw * 8/375);
  }
}
#rejoice-perfume-content #sec-1 > * {
  width: 100%;
}
#rejoice-perfume-content #sec-1 .frame {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-frame-01.png");
  height: calc(100vw * 1060.78/1440);
  padding-top: calc(100vw * 64/1440);
  background-size: auto 100%;
  text-align: center;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 .frame {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-frame-01.webp");
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 .frame {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-frame-01.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 .frame {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-frame-01.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 .frame {
    height: 1060.78px;
    padding-top: 64px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 .frame {
    height: calc(100vw * 555.09/375);
    padding-top: calc(100vw * 32/375);
  }
}
#rejoice-perfume-content #sec-1 .frame h1 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/rejoice-logo.png");
  width: calc(100vw * 403.45/1440);
  height: calc(100vw * 129.16/1440);
  margin-bottom: calc(100vw * 22/1440);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 .frame h1 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/rejoice-logo.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 .frame h1 {
    width: 403.45px;
    height: 129.16px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 .frame h1 {
    width: calc(100vw * 120/375);
    height: calc(100vw * 38.42/375);
    margin-bottom: calc(100vw * 8/375);
  }
}
#rejoice-perfume-content #sec-1 .frame h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  line-height: 1.1;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 .frame h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 .frame h2 {
    font-size: calc(100vw * 23/375);
  }
}
#rejoice-perfume-content #sec-1 .frame hr {
  width: calc(100vw * 472/1440);
  margin-top: calc(100vw * 21/1440);
  margin-bottom: calc(100vw * 21/1440);
  margin-left: auto;
  margin-right: auto;
  border-color: black;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 .frame hr {
    width: 472px;
    margin-top: 21px;
    margin-bottom: 21px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 .frame hr {
    width: calc(100vw * 210.16/375);
    margin-top: calc(100vw * 16/375);
    margin-bottom: calc(100vw * 16/375);
  }
}
#rejoice-perfume-content #sec-1 .frame p {
  font-size: calc(100vw * 35/1440);
  padding-bottom: calc(100vw * 25/1440);
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 .frame p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 .frame p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 .frame p {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 .frame p {
    padding-bottom: calc(100vw * 15/375);
  }
}
#rejoice-perfume-content #sec-1 .frame blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  line-height: 1.1;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 .frame blockquote {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 .frame blockquote {
    font-size: calc(100vw * 28/375);
  }
}
#rejoice-perfume-content #sec-1 > h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 70/1440);
  margin-top: calc(100vw * 60/1440);
  font-weight: normal;
  text-align: center;
  line-height: 0.75;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > h2 {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > h2 {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > h2 {
    margin-top: calc(100vw * 10/375);
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > h2 {
    line-height: 1;
  }
}
#rejoice-perfume-content #sec-1 > h2 strong {
  font-size: calc(100vw * 90/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > h2 strong {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > h2 strong {
    font-size: calc(100vw * 35/375);
  }
}
#rejoice-perfume-content #sec-1 > h2 span {
  font-size: calc(100vw * 100/1440);
  color: #44CBB6;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > h2 span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > h2 span {
    font-size: calc(100vw * 50/375);
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > h2 span {
    line-height: 0.85;
  }
}
#rejoice-perfume-content #sec-1 > ul {
  padding-top: calc(100vw * 125/1440);
  flex: 1;
  line-height: 1.2;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > ul {
    padding-top: 125px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > ul {
    padding-top: calc(100vw * 40/375);
  }
}
#rejoice-perfume-content #sec-1 > ul h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  margin: 0;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > ul h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > ul h3 {
    font-size: calc(100vw * 23/375);
  }
}
#rejoice-perfume-content #sec-1 > ul p {
  font-size: calc(100vw * 32/1440);
  margin: 0;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > ul p {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > ul p {
    font-size: calc(100vw * 23/375);
  }
}
#rejoice-perfume-content #sec-1 > ul li {
  text-align: left;
  position: relative;
}
#rejoice-perfume-content #sec-1 > ul li:nth-child(1) {
  margin-left: calc(100vw * 460.4/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(1) {
    margin-left: 460.4px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(1) {
    margin-left: calc(100vw * 174.4/375);
  }
}
#rejoice-perfume-content #sec-1 > ul li:nth-child(1):before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/note-flower-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -462/1440);
  top: calc(100vw * -3/1440);
  width: calc(100vw * 623.37/1440);
  height: calc(100vw * 538.14/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(1):before {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/note-flower-1.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(1):before {
    left: -462px;
    top: -3px;
    width: 623.37px;
    height: 538.14px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(1):before {
    left: calc(100vw * -280/375);
    top: calc(100vw * 40/375);
    width: calc(100vw * 378.95/375);
    height: calc(100vw * 326.51/375);
  }
}
#rejoice-perfume-content #sec-1 > ul li:nth-child(1):after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/number-1.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -100/1440);
  top: calc(100vw * -20/1440);
  width: calc(100vw * 92.38/1440);
  height: calc(100vw * 181.25/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(1):after {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/number-1.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(1):after {
    left: -100px;
    top: -20px;
    width: 92.38px;
    height: 181.25px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(1):after {
    left: calc(100vw * -85/375);
    top: calc(100vw * -10/375);
    width: calc(100vw * 57.74/375);
    height: calc(100vw * 113.28/375);
  }
}
#rejoice-perfume-content #sec-1 > ul li:nth-child(2) {
  margin-left: calc(100vw * 801.4/1440);
  margin-top: calc(100vw * -54/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(2) {
    margin-left: 801.4px;
    margin-top: -54px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(2) {
    margin-left: calc(100vw * 114/375);
    margin-top: calc(100vw * 230/375);
  }
}
#rejoice-perfume-content #sec-1 > ul li:nth-child(2):before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/note-flower-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 80/1440);
  top: calc(100vw * 75/1440);
  width: calc(100vw * 420/1440);
  height: calc(100vw * 405/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(2):before {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/note-flower-2.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(2):before {
    left: 80px;
    top: 75px;
    width: 420px;
    height: 405px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(2):before {
    left: calc(100vw * 30/375);
    top: calc(100vw * 62/375);
    width: calc(100vw * 289/375);
    height: calc(100vw * 279/375);
  }
}
#rejoice-perfume-content #sec-1 > ul li:nth-child(2):after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/number-2.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 75/1440);
  top: calc(100vw * 115/1440);
  width: calc(100vw * 171.36/1440);
  height: calc(100vw * 183.2/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(2):after {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/number-2.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(2):after {
    left: 75px;
    top: 115px;
    width: 171.36px;
    height: 183.2px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(2):after {
    left: calc(100vw * 25/375);
    top: calc(100vw * 95/375);
    width: calc(100vw * 107.1/375);
    height: calc(100vw * 114.5/375);
  }
}
#rejoice-perfume-content #sec-1 > ul li:nth-child(3) {
  margin-left: calc(100vw * 530/1440);
  margin-top: calc(100vw * 250/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(3) {
    margin-left: 530px;
    margin-top: 250px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(3) {
    margin-left: calc(100vw * 62.4/375);
    margin-top: calc(100vw * 270/375);
  }
}
#rejoice-perfume-content #sec-1 > ul li:nth-child(3):before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/note-flower-3.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -205/1440);
  top: calc(100vw * 85/1440);
  width: calc(100vw * 617.9/1440);
  height: calc(100vw * 665.78/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(3):before {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/note-flower-3.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(3):before {
    left: -205px;
    top: 85px;
    width: 617.9px;
    height: 665.78px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(3):before {
    left: calc(100vw * -90/375);
    top: calc(100vw * 60/375);
    width: calc(100vw * 401.54/375);
    height: calc(100vw * 432.85/375);
  }
}
#rejoice-perfume-content #sec-1 > ul li:nth-child(3):after {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/number-3.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 105/1440);
  top: calc(100vw * 150/1440);
  width: calc(100vw * 159.32/1440);
  height: calc(100vw * 187.21/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(3):after {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/number-3.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(3):after {
    left: 105px;
    top: 150px;
    width: 159.32px;
    height: 187.21px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > ul li:nth-child(3):after {
    left: calc(100vw * 135/375);
    top: calc(100vw * 95/375);
    width: calc(100vw * 99.58/375);
    height: calc(100vw * 117/375);
  }
}
#rejoice-perfume-content #sec-1 > blockquote {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 80/1440);
  padding-bottom: calc(100vw * 25/1440);
  line-height: 1;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > blockquote {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > blockquote {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > blockquote {
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > blockquote {
    padding-bottom: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content #sec-1 > h4 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/txt-4-notes.png");
  width: calc(100vw * 1012.42/1440);
  height: calc(100vw * 298.41/1440);
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 > h4 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/txt-4-notes.webp");
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > h4 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/txt-4-notes.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-1 > h4 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/txt-4-notes.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 > h4 {
    width: 1012.42px;
    height: 298.41px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 > h4 {
    width: calc(100vw * 359.34/375);
    height: calc(100vw * 141.41/375);
  }
}
#rejoice-perfume-content .product-section {
  position: relative;
  text-align: center;
  overflow: visible;
}
#rejoice-perfume-content .product-section:before {
  z-index: 1;
}
#rejoice-perfume-content .product-section h2 {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-header-1-line.png");
  height: calc(100vw * 90.4/1440);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 65/1440);
  width: calc(100vw * 689/1440);
  color: white;
  line-height: 1;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section h2 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content .product-section h2 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-header-1-line.webp");
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section h2 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-header-1-line.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content .product-section h2 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-header-1-line.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section h2 {
    height: 90.4px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section h2 {
    height: calc(100vw * 39.31/375);
  }
}
#rejoice-perfume-content .product-section h2.two-lines {
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-header-2-lines.png");
  height: calc(100vw * 174.4/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content .product-section h2.two-lines {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-header-2-lines.webp");
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section h2.two-lines {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-header-2-lines.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content .product-section h2.two-lines {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-header-2-lines.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section h2.two-lines {
    height: 174.4px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section h2.two-lines {
    height: calc(100vw * 73.31/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section h2 {
    font-size: 65px;
    width: 689px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section h2 {
    font-size: calc(100vw * 23/375);
    width: calc(100vw * 302/375);
  }
}
#rejoice-perfume-content .product-section > picture {
  display: flex;
  width: 100%;
}
#rejoice-perfume-content .product-section img.main-product-image {
  width: calc(100vw * 1099/1440);
  height: calc(100vw * 834.35/1440);
  margin-top: calc(100vw * 65/1440);
  margin-left: calc(100vw * 134/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section img.main-product-image {
    width: 1099px;
    height: 834.35px;
    margin-top: 65px;
    margin-left: 134px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section img.main-product-image {
    width: calc(100vw * 375/375);
    height: calc(100vw * 309.66/375);
    margin-top: calc(100vw * 20/375);
    margin-left: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content .product-section .buttons {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: calc(100vw * 572/1440);
  height: calc(100vw * 126/1440);
  margin-top: calc(100vw * -100/1440);
  flex-flow: row wrap;
  border-bottom: solid 1px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 9;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section .buttons {
    width: 572px;
    height: 126px;
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section .buttons {
    width: calc(100vw * 302/375);
    height: calc(100vw * 92/375);
    margin-top: calc(100vw * -50/375);
  }
}
#rejoice-perfume-content .product-section .btn-user-review {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "DB-Heavent-reg" !important;
  width: calc(100vw * 212/1440);
  height: calc(100vw * 54/1440);
  font-size: calc(100vw * 35/1440);
  border-radius: calc(100vw * 10/1440);
  color: white;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section .btn-user-review {
    width: 212px;
    height: 54px;
    font-size: 35px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section .btn-user-review {
    width: calc(100vw * 110/375);
    height: calc(100vw * 32/375);
    font-size: calc(100vw * 20/375);
    border-radius: calc(100vw * 10/375);
  }
}
#rejoice-perfume-content .product-section .btn-user-review:nth-child(1) {
  margin-right: calc(100vw * 22/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section .btn-user-review:nth-child(1) {
    margin-right: 22px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section .btn-user-review:nth-child(1) {
    margin-right: calc(100vw * 10/375);
  }
}
#rejoice-perfume-content .product-section h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 40/1440);
  margin-top: calc(100vw * 20/1440);
  margin-bottom: calc(100vw * 16/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section h3 {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section h3 {
    margin-top: 20px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section h3 {
    margin-top: calc(100vw * 12.5/375);
    margin-bottom: calc(100vw * 8/375);
  }
}
#rejoice-perfume-content .product-section > blockquote, #rejoice-perfume-content .product-section > p {
  font-size: calc(100vw * 35/1440);
  padding-bottom: calc(100vw * 40/1440);
  margin-bottom: 0;
  line-height: 1.15;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section > blockquote, #rejoice-perfume-content .product-section > p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section > blockquote, #rejoice-perfume-content .product-section > p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section > blockquote, #rejoice-perfume-content .product-section > p {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section > blockquote, #rejoice-perfume-content .product-section > p {
    padding-bottom: calc(100vw * 12/375);
  }
}
#rejoice-perfume-content .product-section > blockquote {
  font-family: "DB-Heavent-reg" !important;
  line-height: 1.1;
}
#rejoice-perfume-content .product-section ul.sizes {
  font-size: calc(100vw * 30/1440);
  padding-bottom: calc(100vw * 40/1440);
  width: calc(100vw * 572/1440);
  list-style-type: none;
  line-height: 1.2;
  border-bottom: 1px solid;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section ul.sizes {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section ul.sizes {
    font-size: calc(100vw * 16/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section ul.sizes {
    padding-bottom: 40px;
    width: 572px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section ul.sizes {
    padding-bottom: calc(100vw * 12/375);
    width: calc(100vw * 302/375);
  }
}
#rejoice-perfume-content .product-section ul.notes {
  width: calc(100vw * 572/1440);
  padding-top: calc(100vw * 36/1440);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section ul.notes {
    width: 572px;
    padding-top: 36px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section ul.notes {
    width: calc(100vw * 302/375);
    padding-top: calc(100vw * 24/375);
  }
}
#rejoice-perfume-content .product-section ul.notes li {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  white-space: nowrap;
  border-radius: calc(100vw * 10/1440);
  margin-bottom: calc(100vw * 24/1440);
  width: calc(100vw * 370/1440);
  padding-top: calc(100vw * 20/1440);
  padding-bottom: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section ul.notes li {
    border-radius: 10px;
    margin-bottom: 24px;
    width: 370px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section ul.notes li {
    border-radius: calc(100vw * 10/375);
    margin-bottom: calc(100vw * 24/375);
    width: calc(100vw * 302/375);
    padding-top: calc(100vw * 12/375);
    padding-bottom: calc(100vw * 12/375);
  }
}
#rejoice-perfume-content .product-section ul.notes li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #rejoice-perfume-content .product-section ul.notes li {
    text-align: left;
  }
  #rejoice-perfume-content .product-section ul.notes li:nth-child(2) {
    margin-left: calc(100vw * 210/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #rejoice-perfume-content .product-section ul.notes li:nth-child(2) {
    margin-left: 210px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #rejoice-perfume-content .product-section ul.notes li:nth-child(2) {
    margin-left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #rejoice-perfume-content .product-section ul.notes li:nth-child(3) {
    margin-left: calc(100vw * 80/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #rejoice-perfume-content .product-section ul.notes li:nth-child(3) {
    margin-left: 80px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #rejoice-perfume-content .product-section ul.notes li:nth-child(3) {
    margin-left: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content .product-section ul.notes li h4, #rejoice-perfume-content .product-section ul.notes li p {
  width: calc(100vw * 326/1440);
  line-height: 1.15;
  margin: 0;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section ul.notes li h4, #rejoice-perfume-content .product-section ul.notes li p {
    width: 326px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section ul.notes li h4, #rejoice-perfume-content .product-section ul.notes li p {
    width: calc(100vw * 302/375);
  }
}
#rejoice-perfume-content .product-section ul.notes li h4 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section ul.notes li h4 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section ul.notes li h4 {
    font-size: calc(100vw * 23/375);
  }
}
#rejoice-perfume-content .product-section ul.notes li p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 32/1440);
  line-height: 1.15;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-section ul.notes li p {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-section ul.notes li p {
    font-size: calc(100vw * 23/375);
  }
}
#rejoice-perfume-content #sec-2 {
  height: calc(100vw * 2500/1440);
  padding-top: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 {
    height: 2500px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 {
    height: calc(100vw * 1288/375);
    padding-top: calc(100vw * 20/375);
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2:before {
    content: "";
    position: absolute;
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/overlay-luscious-white-strawberry.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(100vw * 0/1440);
    top: calc(100vw * 0/1440);
    width: calc(100vw * 0/1440);
    height: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-2:before {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/overlay-luscious-white-strawberry.webp");
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #rejoice-perfume-content #sec-2:before {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #rejoice-perfume-content #sec-2:before {
    left: calc(100vw * 0/375);
    top: calc(100vw * 639/375);
    width: calc(100vw * 375/375);
    height: calc(100vw * 595/375);
  }
}
#rejoice-perfume-content #sec-2 img.main-product-image {
  width: calc(100vw * 1178/1440);
  height: calc(100vw * 982/1440);
  margin-top: calc(100vw * 36/1440);
  margin-left: calc(100vw * 202/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 img.main-product-image {
    width: 1178px;
    height: 982px;
    margin-top: 36px;
    margin-left: 202px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 img.main-product-image {
    width: calc(100vw * 375/375);
    height: calc(100vw * 320/375);
    margin-top: calc(100vw * 12/375);
    margin-left: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content #sec-2 h3 {
  color: #FF676D;
}
#rejoice-perfume-content #sec-2 .buttons,
#rejoice-perfume-content #sec-2 ul.sizes {
  border-bottom-color: #FF676D;
}
#rejoice-perfume-content #sec-2 .buttons .btn-user-review,
#rejoice-perfume-content #sec-2 ul.sizes .btn-user-review {
  background: #FF676D;
}
#rejoice-perfume-content #sec-2 ul.notes li {
  background: rgba(255, 103, 109, 0.1);
}
#rejoice-perfume-content #sec-3 {
  height: calc(100vw * 2238/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-3 {
    height: 2238px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-3 {
    height: calc(100vw * 1100/375);
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-3:before {
    content: "";
    position: absolute;
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/overlay-luscious-rose.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(100vw * 0/1440);
    top: calc(100vw * 0/1440);
    width: calc(100vw * 0/1440);
    height: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-3:before {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/overlay-luscious-rose.webp");
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #rejoice-perfume-content #sec-3:before {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #rejoice-perfume-content #sec-3:before {
    left: calc(100vw * 0/375);
    top: calc(100vw * 660/375);
    width: calc(100vw * 375/375);
    height: calc(100vw * 468/375);
  }
}
#rejoice-perfume-content #sec-3 h3 {
  color: #9A37AE;
}
#rejoice-perfume-content #sec-3 .buttons,
#rejoice-perfume-content #sec-3 ul.sizes {
  border-bottom-color: #9A37AE;
}
#rejoice-perfume-content #sec-3 .buttons .btn-user-review,
#rejoice-perfume-content #sec-3 ul.sizes .btn-user-review {
  background: #9A37AE;
}
#rejoice-perfume-content #sec-3 ul.notes li {
  background: rgba(154, 55, 174, 0.1);
}
#rejoice-perfume-content #sec-4 {
  height: calc(100vw * 2040/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-4 {
    height: 2040px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-4 {
    height: calc(100vw * 1092/375);
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-4:before {
    content: "";
    position: absolute;
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/overlay-smooth.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(100vw * 0/1440);
    top: calc(100vw * 0/1440);
    width: calc(100vw * 0/1440);
    height: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-4:before {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/overlay-smooth.webp");
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #rejoice-perfume-content #sec-4:before {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #rejoice-perfume-content #sec-4:before {
    left: calc(100vw * 0/375);
    top: calc(100vw * 420/375);
    width: calc(100vw * 375/375);
    height: calc(100vw * 434/375);
  }
}
#rejoice-perfume-content #sec-4 h2 {
  margin-top: calc(100vw * -80/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-4 h2 {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-4 h2 {
    margin-top: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content #sec-4 h3 {
  color: #FE3F9A;
}
#rejoice-perfume-content #sec-4 .buttons,
#rejoice-perfume-content #sec-4 ul.sizes {
  border-bottom-color: #FE3F9A;
}
#rejoice-perfume-content #sec-4 .buttons .btn-user-review,
#rejoice-perfume-content #sec-4 ul.sizes .btn-user-review {
  background: #FE3F9A;
}
#rejoice-perfume-content #sec-4 ul.notes li {
  background: rgba(254, 63, 154, 0.1);
}
#rejoice-perfume-content #sec-5 {
  height: calc(100vw * 2140/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-5 {
    height: 2140px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-5 {
    height: calc(100vw * 1179/375);
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-5:before {
    content: "";
    position: absolute;
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/overlay-fresh.png");
    background-size: contain;
    background-repeat: no-repeat;
    left: calc(100vw * 0/1440);
    top: calc(100vw * 0/1440);
    width: calc(100vw * 0/1440);
    height: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-5:before {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/overlay-fresh.webp");
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #rejoice-perfume-content #sec-5:before {
    left: 0px;
    top: 0px;
    width: 0px;
    height: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #rejoice-perfume-content #sec-5:before {
    left: calc(100vw * 0/375);
    top: calc(100vw * 585/375);
    width: calc(100vw * 375/375);
    height: calc(100vw * 565/375);
  }
}
#rejoice-perfume-content #sec-5 h3 {
  color: #44B1E8;
}
#rejoice-perfume-content #sec-5 .buttons,
#rejoice-perfume-content #sec-5 ul.sizes {
  border-bottom-color: #44B1E8;
}
#rejoice-perfume-content #sec-5 .buttons .btn-user-review,
#rejoice-perfume-content #sec-5 ul.sizes .btn-user-review {
  background: #44B1E8;
}
#rejoice-perfume-content #sec-5 ul.notes li {
  background: rgba(68, 177, 232, 0.1);
}
#rejoice-perfume-content #sec-6 {
  height: calc(100vw * 1096/1440);
  padding-top: calc(100vw * 90/1440);
  text-align: center;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 {
    height: 1096px;
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 {
    height: calc(100vw * 743/375);
    padding-top: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content #sec-6 > * {
  width: 100%;
}
#rejoice-perfume-content #sec-6 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 h2 {
    font-size: calc(100vw * 35/375);
  }
}
#rejoice-perfume-content #sec-6 .frame {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-frame-how-to-use.png");
  height: calc(100vw * 687.95/1440);
  margin-top: calc(100vw * 0/1440);
  padding-top: calc(100vw * 175/1440);
  padding-bottom: calc(100vw * 162/1440);
  margin-bottom: calc(100vw * -165/1440);
  background-size: auto 100%;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 .frame {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-6 .frame {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/1440/bg-frame-how-to-use.webp");
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 .frame {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-frame-how-to-use.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-6 .frame {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume-2020/375/bg-frame-how-to-use.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 .frame {
    height: 687.95px;
    margin-top: 0px;
    padding-top: 175px;
    padding-bottom: 162px;
    margin-bottom: -165px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 .frame {
    height: calc(100vw * 438.84/375);
    margin-top: calc(100vw * 16/375);
    padding-top: calc(100vw * 190/375);
    padding-bottom: calc(100vw * 0/375);
    margin-bottom: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content #sec-6 .frame ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: space-evenly;
  height: 100%;
}
#rejoice-perfume-content #sec-6 .frame ul li {
  font-size: calc(100vw * 35/1440);
  padding-left: calc(100vw * 435/1440);
  line-height: 1.15;
  position: relative;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 .frame ul li {
    font-size: 35px;
    padding-left: 435px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 .frame ul li {
    font-size: calc(100vw * 23/375);
    padding-left: calc(100vw * 74/375);
  }
}
#rejoice-perfume-content #sec-6 .frame ul li:before {
  width: calc(100vw * 6/1440);
  height: calc(100vw * 6/1440);
  border-radius: calc(100vw * 3/1440);
  top: calc(100vw * 20/1440);
  left: calc(100vw * 410/1440);
  content: "";
  display: block;
  position: absolute;
  background: #11917D;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 .frame ul li:before {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    top: 20px;
    left: 410px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 .frame ul li:before {
    width: calc(100vw * 4/375);
    height: calc(100vw * 4/375);
    border-radius: calc(100vw * 2/375);
    top: calc(100vw * 12/375);
    left: calc(100vw * 62.69/375);
  }
}
#rejoice-perfume-content #sec-6 .promo {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  flex: 1;
}
#rejoice-perfume-content #sec-6 .promo h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 .promo h3 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 .promo h3 {
    font-size: calc(100vw * 50/375);
  }
}
#rejoice-perfume-content #sec-6 .promo p {
  font-size: calc(100vw * 45/1440);
  padding-bottom: calc(100vw * 24/1440);
  line-height: 1.1;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 .promo p {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 .promo p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 .promo p {
    padding-bottom: 24px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 .promo p {
    padding-bottom: calc(100vw * 16/375);
  }
}
#rejoice-perfume-content #sec-6 .promo p strong {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  font-weight: normal;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 .promo p strong {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 .promo p strong {
    font-size: calc(100vw * 25/375);
  }
}
#rejoice-perfume-content #sec-6 .promo ul {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-flow: row wrap;
  list-style-type: none;
  padding: 0;
}
#rejoice-perfume-content #sec-6 .promo ul li img {
  height: calc(100vw * 64/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 .promo ul li img {
    height: 64px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 .promo ul li img {
    height: calc(100vw * 36/375);
  }
}
#rejoice-perfume-content #sec-6 .promo ul li:first-child {
  margin-right: calc(100vw * 18/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-6 .promo ul li:first-child {
    margin-right: 18px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-6 .promo ul li:first-child {
    margin-right: calc(100vw * 10/375);
  }
}