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

#rejoice-perfume-content {
  color: #252D43;
}
#rejoice-perfume-content > .mw-1440px {
  background: url("https://www.jeban.com/spotlight-item/rejoice-perfume/375/bg-rejoice-perfume-collection.png") center top no-repeat transparent;
  background-size: 100% auto !important;
  background-position-y: calc(100vw * 1210/1440);
  position: relative;
  z-index: 0;
}
@media (min-width: 768px) {
  #rejoice-perfume-content > .mw-1440px {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/1440/bg-rejoice-perfume-collection.png");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content > .mw-1440px {
    background-position-y: 1210px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content > .mw-1440px {
    background-position-y: calc(100vw * 370/375);
  }
}
#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/375/bg-cover.png");
  background-size: 120% auto !important;
  min-height: calc(100vw * 1515/1440);
  padding-top: calc(100vw * 132/1440);
  position: relative;
  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/375/bg-cover.webp");
  }
}
@media (min-width: 768px) {
  #rejoice-perfume-content .cover {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/1440/bg-cover.png");
    background-size: 100% auto !important;
  }
}
@media (min-width: 768px) 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/1440/bg-cover.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .cover {
    min-height: 1515px;
    padding-top: 132px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .cover {
    min-height: calc(100vw * 452/375);
    padding-top: calc(100vw * 25/375);
  }
}
#rejoice-perfume-content .cover .logo {
  width: calc(100vw * 450/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .cover .logo {
    width: 450px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .cover .logo {
    width: calc(100vw * 150/375);
  }
}
#rejoice-perfume-content .cover h1 {
  width: calc(100vw * 780/1440);
  height: calc(100vw * 142/1440);
  margin-bottom: calc(100vw * 10/1440);
  text-indent: -2000px;
  color: transparent;
  background: url("https://www.jeban.com/spotlight-item/rejoice-perfume/perfume-collection-header.png") center center no-repeat transparent;
  background-size: contain !important;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .cover h1 {
    width: 780px;
    height: 142px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .cover h1 {
    width: calc(100vw * 250/375);
    height: calc(100vw * 46/375);
    margin-bottom: calc(100vw * 5/375);
  }
}
#rejoice-perfume-content .cover h2 {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 80/1440);
  color: #0B6247;
  font-weight: normal;
  line-height: 1;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .cover h2 {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .cover h2 {
    font-size: calc(100vw * 25/375);
  }
}
#rejoice-perfume-content .cover p {
  font-size: calc(100vw * 35/1440);
  margin-top: calc(100vw * 720/1440);
  padding-bottom: calc(100vw * 40/1440);
  line-height: 1.3;
  margin-bottom: 0;
}
@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 {
    margin-top: 720px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .cover p {
    margin-top: calc(100vw * 250/375);
    padding-bottom: calc(100vw * 30/375);
  }
}
#rejoice-perfume-content .cover blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  padding-bottom: calc(100vw * 30/1440);
  line-height: 1;
  margin-bottom: 0;
}
@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: 30px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .cover blockquote {
    padding-bottom: calc(100vw * 30/375);
  }
}
#rejoice-perfume-content #sec-1 {
  background: url("https://www.jeban.com/spotlight-item/rejoice-perfume/375/bg-frame-1.png") center top no-repeat transparent;
  background-size: auto 100% !important;
  height: calc(100vw * 805/1440);
  padding-top: calc(100vw * 50/1440);
  text-align: center;
  position: relative;
  z-index: 5;
}
@media (min-width: 768px) {
  #rejoice-perfume-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/1440/bg-frame-1.png");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 {
    height: 805px;
    padding-top: 50px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 {
    height: calc(100vw * 482/375);
    padding-top: calc(100vw * 32/375);
  }
}
#rejoice-perfume-content #sec-1 .logo {
  width: calc(100vw * 356/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 .logo {
    width: 356px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 .logo {
    width: calc(100vw * 120/375);
  }
}
#rejoice-perfume-content #sec-1 .new-perfume-collection {
  width: calc(100vw * 768/1440);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 45%);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 .new-perfume-collection {
    width: 768px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 .new-perfume-collection {
    width: calc(100vw * 298/375);
  }
}
#rejoice-perfume-content #sec-1 h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  padding: calc(100vw * 15/1440) calc(100vw * 0/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 h2 {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 h2 {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 h2 {
    padding: 15px 0px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 h2 {
    padding: calc(100vw * 10/375) calc(100vw * 0/375);
  }
}
#rejoice-perfume-content #sec-1 p {
  font-size: calc(100vw * 35/1440);
  padding: calc(100vw * 12/1440) calc(100vw * 0/1440);
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 p {
    padding: 12px 0px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 p {
    padding: calc(100vw * 10/375) calc(100vw * 0/375);
  }
}
#rejoice-perfume-content #sec-1 blockquote {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  line-height: 1;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 blockquote {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 blockquote {
    font-size: calc(100vw * 28/375);
  }
}
#rejoice-perfume-content #sec-1 hr {
  width: calc(100vw * 475/1440);
  border-color: black;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-1 hr {
    width: 475px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-1 hr {
    width: calc(100vw * 240/375);
  }
}
#rejoice-perfume-content #sec-2 {
  background: url("https://www.jeban.com/spotlight-item/rejoice-perfume/375/bg-frame-2.png") left top no-repeat transparent;
  background-size: 152.776% auto !important;
  height: calc(100vw * 2351/1440);
  padding-top: calc(100vw * 655/1440);
  background-position-x: calc(100vw * -254.5/1440);
  margin-top: calc(100vw * -390/1440);
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: column wrap;
}
@media (min-width: 768px) {
  #rejoice-perfume-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/1440/bg-frame-2.png");
    background-size: 128% auto !important;
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 {
    height: 2351px;
    padding-top: 655px;
    background-position-x: -254.5px;
    margin-top: -390px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 {
    height: calc(100vw * 1710/375);
    padding-top: calc(100vw * 235/375);
    background-position-x: calc(100vw * -117.13/375);
    margin-top: calc(100vw * -125/375);
  }
}
#rejoice-perfume-content #sec-2 .title > h3 {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 90/1440);
  line-height: 1;
  transform: scaleY(0.85);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 .title > h3 {
    font-size: 90px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 .title > h3 {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 768px) {
  #rejoice-perfume-content #sec-2 .title > h3.sub-title {
    font-size: calc(100vw * 70/1440);
    margin-top: calc(100vw * -25/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 .title > h3.sub-title {
    font-size: 70px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #rejoice-perfume-content #sec-2 .title > h3.sub-title {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 .title > h3.sub-title {
    margin-top: -25px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #rejoice-perfume-content #sec-2 .title > h3.sub-title {
    margin-top: calc(100vw * -5/375);
  }
}
#rejoice-perfume-content #sec-2 .title > h3.sub-title span {
  font-size: calc(100vw * 100/1440);
  color: #44CBB6;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 .title > h3.sub-title span {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 .title > h3.sub-title span {
    font-size: calc(100vw * 54/375);
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 .title > h3.sub-title span {
    display: block;
  }
}
#rejoice-perfume-content #sec-2 ol {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0px;
  flex: 1;
}
#rejoice-perfume-content #sec-2 ol li {
  width: calc(100vw * 330/1440);
  font-size: calc(100vw * 32/1440);
  padding: 0;
  line-height: 1.3;
  text-align: left;
  position: relative;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 ol li {
    width: 330px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 ol li {
    width: calc(100vw * 174/375);
    font-size: calc(100vw * 23/375);
  }
}
#rejoice-perfume-content #sec-2 ol li:after {
  content: "";
  background: center center no-repeat transparent;
  background-size: auto 100%;
  position: absolute;
  width: calc(100vw * 176/1440);
  height: calc(100vw * 188/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 ol li:after {
    width: 176px;
    height: 188px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 ol li:after {
    width: calc(100vw * 108/375);
    height: calc(100vw * 116/375);
  }
}
#rejoice-perfume-content #sec-2 ol li h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 ol li h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 ol li h3 {
    font-size: calc(100vw * 25/375);
  }
}
#rejoice-perfume-content #sec-2 ol li:nth-child(1) {
  margin-top: calc(100vw * 64/1440);
  margin-left: calc(100vw * 462/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(1) {
    margin-top: 64px;
    margin-left: 462px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(1) {
    margin-top: calc(100vw * 20/375);
    margin-left: calc(100vw * 174/375);
  }
}
#rejoice-perfume-content #sec-2 ol li:nth-child(1):after {
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/1.png");
  top: calc(100vw * -25/1440);
  left: calc(100vw * -150/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(1):after {
    top: -25px;
    left: -150px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(1):after {
    top: calc(100vw * 0/375);
    left: calc(100vw * -100/375);
  }
}
#rejoice-perfume-content #sec-2 ol li:nth-child(1):before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/note-1st.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -470/1440);
  top: calc(100vw * 0/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-2 ol li:nth-child(1):before {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/note-1st.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(1):before {
    left: -470px;
    top: 0px;
    width: 623.37px;
    height: 538.14px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(1):before {
    left: calc(100vw * -282/375);
    top: calc(100vw * 42/375);
    width: calc(100vw * 378.95/375);
    height: calc(100vw * 326.51/375);
  }
}
#rejoice-perfume-content #sec-2 ol li:nth-child(2) {
  margin-top: calc(100vw * -48/1440);
  margin-left: calc(100vw * 815/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(2) {
    margin-top: -48px;
    margin-left: 815px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(2) {
    margin-top: calc(100vw * 250/375);
    margin-left: calc(100vw * 114/375);
  }
}
#rejoice-perfume-content #sec-2 ol li:nth-child(2):after {
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/2.png");
  bottom: 0 !important;
  left: 50%;
  transform: translate(-50%, 100%);
}
#rejoice-perfume-content #sec-2 ol li:nth-child(2):before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/note-2nd.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 78/1440);
  top: calc(100vw * 69/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-2 ol li:nth-child(2):before {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/note-2nd.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(2):before {
    left: 78px;
    top: 69px;
    width: 420px;
    height: 405px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 ol 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-2 ol li:nth-child(3) {
  margin-top: calc(100vw * 250/1440);
  margin-left: calc(100vw * 530/1440);
  width: calc(100vw * 330/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(3) {
    margin-top: 250px;
    margin-left: 530px;
    width: 330px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(3) {
    margin-top: calc(100vw * 268/375);
    margin-left: calc(100vw * 62/375);
    width: calc(100vw * 225/375);
  }
}
#rejoice-perfume-content #sec-2 ol li:nth-child(3):after {
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/3.png");
  bottom: 0 !important;
  right: 0;
  transform: translateY(90%);
}
@media (min-width: 768px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(3):after {
    right: 20%;
  }
}
#rejoice-perfume-content #sec-2 ol li:nth-child(3):before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/note-3rd.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * -208/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-2 ol li:nth-child(3):before {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/note-3rd.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 ol li:nth-child(3):before {
    left: -208px;
    top: 85px;
    width: 617.9px;
    height: 665.78px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 ol 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-2 blockquote {
  font-size: calc(100vw * 80/1440);
  padding-bottom: calc(100vw * 150/1440);
  line-height: 1.1;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 blockquote {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 blockquote {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-2 blockquote {
    padding-bottom: 150px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-2 blockquote {
    padding-bottom: calc(100vw * 75/375);
  }
}
#rejoice-perfume-content #sec-3 h3 {
  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/banner-3-notes.png");
  background-size: contain !important;
  height: calc(100vw * 300/1440);
  margin-top: calc(100vw * -100/1440);
  padding-bottom: calc(100vw * 15/1440);
  text-indent: -2000px;
  color: transparent;
  position: relative;
  z-index: 5;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-3 h3 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #rejoice-perfume-content #sec-3 h3 {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/banner-3-notes.webp");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-3 h3 {
    height: 300px;
    margin-top: -100px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-3 h3 {
    height: calc(100vw * 100/375);
    margin-top: calc(100vw * -35/375);
    padding-bottom: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content .product-info {
  padding-top: calc(100vw * 45/1440);
  text-align: center;
  position: relative;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info {
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info {
    padding-top: calc(100vw * 26/375);
  }
}
#rejoice-perfume-content .product-info blockquote {
  width: calc(100vw * 690/1440);
  font-size: calc(100vw * 65/1440);
  border-radius: calc(100vw * 18/1440);
  margin-bottom: calc(100vw * 54/1440);
  padding: calc(100vw * 10/1440) calc(100vw * 0/1440);
  background-image: linear-gradient(103deg, #1b3a33, #1b3a33 15%, #66ac97 30%, #66ac97 51%, #1b3a33 75%, #1b3a33);
  color: white;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info blockquote {
    width: 690px;
    font-size: 65px;
    border-radius: 18px;
    margin-bottom: 54px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info blockquote {
    width: calc(100vw * 300/375);
    font-size: calc(100vw * 23/375);
    border-radius: calc(100vw * 9/375);
    margin-bottom: calc(100vw * 20/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info blockquote {
    padding: 10px 0px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info blockquote {
    padding: calc(100vw * 5/375) calc(100vw * 0/375);
  }
}
#rejoice-perfume-content .product-info .square-box {
  width: calc(100vw * 176/1440);
  height: calc(100vw * 176/1440);
  left: calc(100vw * 1025/1440);
  top: calc(100vw * 270/1440);
  position: absolute;
  border-radius: 50%;
  background-color: #9a37ae;
  color: white;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info .square-box {
    width: 176px;
    height: 176px;
    left: 1025px;
    top: 270px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info .square-box {
    width: calc(100vw * 82/375);
    height: calc(100vw * 82/375);
    left: calc(100vw * 255/375);
    top: calc(100vw * 80/375);
  }
}
#rejoice-perfume-content .product-info .square-box h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 70/1440);
  line-height: 1;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info .square-box h3 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info .square-box h3 {
    font-size: calc(100vw * 31/375);
  }
}
#rejoice-perfume-content .product-info .square-box p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  margin-bottom: 0;
  line-height: 1;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info .square-box p {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info .square-box p {
    font-size: calc(100vw * 20/375);
  }
}
#rejoice-perfume-content .product-info .packshot {
  width: calc(100vw * 1100/1440);
  margin-left: calc(100vw * -45.833/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info .packshot {
    width: 1100px;
    margin-left: -45.833px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info .packshot {
    width: calc(100vw * 375/375);
    margin-left: calc(100vw * -15.625/375);
  }
}
#rejoice-perfume-content .product-info .buttons {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
  margin-bottom: calc(100vw * 36/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info .buttons {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info .buttons {
    margin-bottom: calc(100vw * 30/375);
  }
}
#rejoice-perfume-content .product-info .buttons .btn-user-review {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9a37ae;
  color: white;
  width: calc(100vw * 212/1440);
  height: calc(100vw * 54/1440);
  border-radius: calc(100vw * 10/1440);
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info .buttons .btn-user-review {
    width: 212px;
    height: 54px;
    border-radius: 10px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info .buttons .btn-user-review {
    width: calc(100vw * 110/375);
    height: calc(100vw * 32/375);
    border-radius: calc(100vw * 5/375);
    font-size: calc(100vw * 20/375);
  }
}
#rejoice-perfume-content .product-info .buttons .btn-user-review:nth-child(1) {
  margin-right: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info .buttons .btn-user-review:nth-child(1) {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info .buttons .btn-user-review:nth-child(1) {
    margin-right: calc(100vw * 10/375);
  }
}
#rejoice-perfume-content .product-info hr {
  width: calc(100vw * 575/1440);
  margin: 0 auto;
  border-color: #9A37AE;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info hr {
    width: 575px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info hr {
    width: calc(100vw * 300/375);
  }
}
#rejoice-perfume-content .product-info .info {
  line-height: 1.3;
  position: relative;
  z-index: 2;
  padding: calc(100vw * 32/1440) calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info .info {
    padding: 32px 0px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info .info {
    padding: calc(100vw * 16/375) calc(100vw * 0/375);
  }
}
#rejoice-perfume-content .product-info .info h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 40/1440);
  color: #9A37AE;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info .info h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info .info h3 {
    font-size: calc(100vw * 23/375);
  }
}
#rejoice-perfume-content .product-info .info p {
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info .info p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info .info p {
    font-size: calc(100vw * 23/375);
  }
}
#rejoice-perfume-content .product-info .info p.strong {
  font-family: "DB-Heavent-reg" !important;
}
#rejoice-perfume-content .product-info .info p:not(.strong) {
  padding-bottom: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info .info p:not(.strong) {
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info .info p:not(.strong) {
    padding-bottom: calc(100vw * 22.5/375);
  }
}
#rejoice-perfume-content .product-info .info ul.sizes {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
#rejoice-perfume-content .product-info .info ul.sizes li {
  font-size: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info .info ul.sizes li {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info .info ul.sizes li {
    font-size: calc(100vw * 16/375);
  }
}
#rejoice-perfume-content .product-info ul.notes {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  #rejoice-perfume-content .product-info ul.notes {
    padding-top: calc(100vw * 32/1440);
    align-self: flex-start;
    text-align: left;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #rejoice-perfume-content .product-info ul.notes {
    padding-top: 32px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #rejoice-perfume-content .product-info ul.notes {
    padding-top: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content .product-info ul.notes li {
  width: calc(100vw * 400/1440);
  border-radius: calc(100vw * 10/1440);
  margin-top: calc(100vw * 24/1440);
  font-size: calc(100vw * 32/1440);
  padding: calc(100vw * 24/1440) calc(100vw * 24/1440);
  background: rgba(154, 55, 174, 0.1);
  line-height: 1.3;
  padding-right: 0;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info ul.notes li {
    width: 400px;
    border-radius: 10px;
    margin-top: 24px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info ul.notes li {
    width: calc(100vw * 300/375);
    border-radius: calc(100vw * 10/375);
    margin-top: calc(100vw * 24/375);
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info ul.notes li {
    padding: 24px 24px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info ul.notes li {
    padding: calc(100vw * 24/375) calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #rejoice-perfume-content .product-info ul.notes li:nth-child(1) {
    margin-left: calc(100vw * 400/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #rejoice-perfume-content .product-info ul.notes li:nth-child(1) {
    margin-left: 400px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #rejoice-perfume-content .product-info ul.notes li:nth-child(1) {
    margin-left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #rejoice-perfume-content .product-info ul.notes li:nth-child(2) {
    margin-left: calc(100vw * 615/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #rejoice-perfume-content .product-info ul.notes li:nth-child(2) {
    margin-left: 615px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #rejoice-perfume-content .product-info ul.notes li:nth-child(2) {
    margin-left: calc(100vw * 0/375);
  }
}
@media (min-width: 768px) {
  #rejoice-perfume-content .product-info ul.notes li:nth-child(3) {
    margin-left: calc(100vw * 480/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #rejoice-perfume-content .product-info ul.notes li:nth-child(3) {
    margin-left: 480px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #rejoice-perfume-content .product-info ul.notes li:nth-child(3) {
    margin-left: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content .product-info ul.notes li h3 {
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info ul.notes li h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info ul.notes li h3 {
    font-size: calc(100vw * 23/375);
  }
}
#rejoice-perfume-content .product-info .bg {
  background-size: cover !important;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1;
}
#rejoice-perfume-content .product-info.luminous-rose .buttons {
  margin-top: calc(100vw * -80/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info.luminous-rose .buttons {
    margin-top: -80px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info.luminous-rose .buttons {
    margin-top: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content .product-info.luminous-rose .bg {
  background: url("https://www.jeban.com/spotlight-item/rejoice-perfume/luminous-rose/body-background-375.png") center center no-repeat transparent;
  height: calc(100vw * 1398/1440);
  background-position-x: calc(100vw * -350/1440);
  bottom: calc(100vw * -240/1440);
}
@media (min-width: 768px) {
  #rejoice-perfume-content .product-info.luminous-rose .bg {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/luminous-rose/body-background-1440.png");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info.luminous-rose .bg {
    height: 1398px;
    background-position-x: -350px;
    bottom: -240px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info.luminous-rose .bg {
    height: calc(100vw * 610/375);
    background-position-x: calc(100vw * -110/375);
    bottom: calc(100vw * -54/375);
  }
}
#rejoice-perfume-content .product-info.smooth .buttons {
  margin-top: calc(100vw * -30/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info.smooth .buttons {
    margin-top: -30px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info.smooth .buttons {
    margin-top: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content .product-info.smooth .buttons .btn-user-review {
  background: #FE3F9A;
}
#rejoice-perfume-content .product-info.smooth .info h3 {
  color: #FE3F9A;
}
#rejoice-perfume-content .product-info.smooth hr {
  border-color: #FE3F9A;
}
#rejoice-perfume-content .product-info.smooth ul.notes li {
  background: rgba(254, 63, 154, 0.1);
}
#rejoice-perfume-content .product-info.smooth .bg {
  background: url("https://www.jeban.com/spotlight-item/rejoice-perfume/smooth/body-background-375.png") center center no-repeat transparent;
  height: calc(100vw * 1276/1440);
  background-position-x: calc(100vw * -250/1440);
  bottom: calc(100vw * -100/1440);
}
@media (min-width: 768px) {
  #rejoice-perfume-content .product-info.smooth .bg {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/smooth/body-background-1440.png");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info.smooth .bg {
    height: 1276px;
    background-position-x: -250px;
    bottom: -100px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info.smooth .bg {
    height: calc(100vw * 607/375);
    background-position-x: calc(100vw * -92/375);
    bottom: calc(100vw * 5/375);
  }
}
#rejoice-perfume-content .product-info.fresh .buttons {
  margin-top: calc(100vw * -15/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info.fresh .buttons {
    margin-top: -15px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info.fresh .buttons {
    margin-top: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content .product-info.fresh .buttons .btn-user-review {
  background: #44B1E8;
}
#rejoice-perfume-content .product-info.fresh .info h3 {
  color: #44B1E8;
}
#rejoice-perfume-content .product-info.fresh hr {
  border-color: #44B1E8;
}
#rejoice-perfume-content .product-info.fresh ul.notes li {
  background: rgba(68, 177, 232, 0.1);
}
#rejoice-perfume-content .product-info.fresh .bg {
  background: url("https://www.jeban.com/spotlight-item/rejoice-perfume/fresh/body-background-375.png") center center no-repeat transparent;
  height: calc(100vw * 1308/1440);
  background-position-x: calc(100vw * -424.75/1440);
  bottom: calc(100vw * -152/1440);
}
@media (min-width: 768px) {
  #rejoice-perfume-content .product-info.fresh .bg {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/fresh/body-background-1440.png");
  }
}
@media (min-width: 1440px) {
  #rejoice-perfume-content .product-info.fresh .bg {
    height: 1308px;
    background-position-x: -424.75px;
    bottom: -152px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content .product-info.fresh .bg {
    height: calc(100vw * 837/375);
    background-position-x: calc(100vw * -91/375);
    bottom: calc(100vw * -47/375);
  }
}
#rejoice-perfume-content #sec-7 {
  padding-top: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-7 {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-7 {
    padding-top: calc(100vw * 30/375);
  }
}
#rejoice-perfume-content #sec-7 > h2 {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 100/1440);
  line-height: 1;
  transform: scaleY(0.85);
  text-align: center;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-7 > h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-7 > h2 {
    font-size: calc(100vw * 35/375);
  }
}
#rejoice-perfume-content #sec-7 > ul {
  background: url("https://www.jeban.com/spotlight-item/rejoice-perfume/375/bg-how-to-use.png") center top no-repeat transparent;
  background-size: auto 100%;
  position: relative;
  list-style-type: disc;
  line-height: 1.3;
  height: calc(100vw * 705/1440);
  padding-top: calc(100vw * 235/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-7 > ul {
    height: 705px;
    padding-top: 235px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-7 > ul {
    height: calc(100vw * 439/375);
    padding-top: calc(100vw * 215/375);
  }
}
@media (min-width: 768px) {
  #rejoice-perfume-content #sec-7 > ul {
    background-image: url("https://www.jeban.com/spotlight-item/rejoice-perfume/1440/bg-how-to-use.png");
    background-position-x: calc(100vw * -68/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #rejoice-perfume-content #sec-7 > ul {
    background-position-x: -68px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #rejoice-perfume-content #sec-7 > ul {
    background-position-x: calc(100vw * 0/375);
  }
}
#rejoice-perfume-content #sec-7 > ul li {
  color: #11917D;
  margin-left: calc(100vw * 420/1440);
  padding-bottom: calc(100vw * 32/1440);
  font-size: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-7 > ul li {
    margin-left: 420px;
    padding-bottom: 32px;
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-7 > ul li {
    margin-left: calc(100vw * 75/375);
    padding-bottom: calc(100vw * 16/375);
    font-size: calc(100vw * 23/375);
  }
}
#rejoice-perfume-content #sec-7 > ul li span {
  color: #252D43;
}
#rejoice-perfume-content #sec-7 .promo {
  height: calc(100vw * 620/1440);
  margin-top: calc(100vw * -310/1440);
  padding-top: calc(100vw * 180/1440);
  background-image: linear-gradient(to bottom, #27775f, #25725b 45%, #143c30);
  color: white;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-7 .promo {
    height: 620px;
    margin-top: -310px;
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-7 .promo {
    height: calc(100vw * 400/375);
    margin-top: calc(100vw * -150/375);
    padding-top: calc(100vw * 165/375);
  }
}
#rejoice-perfume-content #sec-7 .promo h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-7 .promo h3 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-7 .promo h3 {
    font-size: calc(100vw * 50/375);
  }
}
#rejoice-perfume-content #sec-7 .promo p {
  font-size: calc(100vw * 45/1440);
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-7 .promo p {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-7 .promo p {
    font-size: calc(100vw * 23/375);
  }
}
#rejoice-perfume-content #sec-7 .promo p strong {
  font-family: "DB-Heavent-reg" !important;
}
#rejoice-perfume-content #sec-7 .promo ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-top: calc(100vw * 36/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-7 .promo ul {
    margin-top: 36px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-7 .promo ul {
    margin-top: calc(100vw * 16/375);
  }
}
#rejoice-perfume-content #sec-7 .promo ul li {
  padding: calc(100vw * 0/1440) calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-7 .promo ul li {
    padding: 0px 10px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-7 .promo ul li {
    padding: calc(100vw * 0/375) calc(100vw * 5/375);
  }
}
#rejoice-perfume-content #sec-7 .promo ul li img {
  height: calc(100vw * 68/1440);
  width: auto;
}
@media (min-width: 1440px) {
  #rejoice-perfume-content #sec-7 .promo ul li img {
    height: 68px;
  }
}
@media (max-width: 767px) {
  #rejoice-perfume-content #sec-7 .promo ul li img {
    height: calc(100vw * 38/375);
  }
}