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

#palmer-s-content {
  color: #252D43;
}
#palmer-s-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/palmer-s/palmer-s-cover.png");
  background-size: auto 100%;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  z-index: 2;
  height: calc(100vw * 1625/1440);
  padding-top: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content .cover {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #palmer-s-content .cover {
    background-image: url("https://www.jeban.com/spotlight-item/palmer-s/palmer-s-cover.webp");
  }
}
@media (min-width: 1440px) {
  #palmer-s-content .cover {
    height: 1625px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content .cover {
    height: calc(100vw * 598/375);
    padding-top: calc(100vw * 15/375);
  }
}
#palmer-s-content .cover .palmer-s-logo-top {
  width: calc(100vw * 200/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content .cover .palmer-s-logo-top {
    width: 200px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content .cover .palmer-s-logo-top {
    width: calc(100vw * 60/375);
  }
}
#palmer-s-content .cover h1 {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 130/1440);
  transform: scaleY(0.85);
  color: #E85050;
  line-height: 0.85;
  font-weight: normal;
}
@media (min-width: 1440px) {
  #palmer-s-content .cover h1 {
    font-size: 130px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content .cover h1 {
    font-size: calc(100vw * 52/375);
  }
}
#palmer-s-content .cover h2 {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 70/1440);
  color: #84353E;
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 1440px) {
  #palmer-s-content .cover h2 {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content .cover h2 {
    font-size: calc(100vw * 32/375);
  }
}
#palmer-s-content .cover p {
  font-size: calc(100vw * 35/1440);
  top: calc(100vw * 1410/1440);
  line-height: 1.3;
  position: absolute;
  left: 0;
  width: 100%;
}
@media (min-width: 1440px) {
  #palmer-s-content .cover p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content .cover p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content .cover p {
    top: 1410px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content .cover p {
    top: calc(100vw * 515/375);
  }
}
#palmer-s-content #sec-1 {
  height: calc(100vw * 1390/1440);
  padding-top: calc(100vw * 10/1440);
  margin-bottom: calc(100vw * -960/1440);
  background-image: linear-gradient(to bottom, #fefdfb, #FFD9D9);
  justify-content: flex-start;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-1 {
    height: 1390px;
    padding-top: 10px;
    margin-bottom: -960px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-1 {
    height: calc(100vw * 850/375);
    padding-top: calc(100vw * 90/375);
    margin-bottom: calc(100vw * -380/375);
  }
}
#palmer-s-content #sec-1 .palmer-s-the-nature-of-you {
  width: calc(100vw * 572/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-1 .palmer-s-the-nature-of-you {
    width: 572px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-1 .palmer-s-the-nature-of-you {
    width: calc(100vw * 250/375);
  }
}
#palmer-s-content #sec-1 h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  margin-top: calc(100vw * 20/1440);
  color: #E85050;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-1 h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-1 h3 {
    font-size: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-1 h3 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-1 h3 {
    margin-top: calc(100vw * 10/375);
  }
}
#palmer-s-content #sec-1 p {
  font-size: calc(100vw * 35/1440);
  line-height: 1.3;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-1 p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-1 p {
    font-size: calc(100vw * 23/375);
  }
}
#palmer-s-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/palmer-s/375/bg-frame-flowers.png");
  background-size: 100% auto;
  background-position: center top;
  justify-content: flex-start;
  text-align: center;
  position: relative;
  z-index: 2;
  min-height: calc(100vw * 2365/1440);
  padding-top: calc(100vw * 360/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #palmer-s-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/palmer-s/375/bg-frame-flowers.webp");
  }
}
@media (min-width: 768px) {
  #palmer-s-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/palmer-s/1440/bg-frame-flowers.png");
  }
}
@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #palmer-s-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/palmer-s/1440/bg-frame-flowers.webp");
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 {
    min-height: 2365px;
    padding-top: 360px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 {
    min-height: calc(100vw * 1620/375);
    padding-top: calc(100vw * 150/375);
  }
}
#palmer-s-content #sec-2 > p {
  font-size: calc(100vw * 50/1440);
  color: #E85050;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > p {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > p {
    font-size: calc(100vw * 25/375);
  }
}
#palmer-s-content #sec-2 > p.small {
  font-size: calc(100vw * 26/1440);
  color: #676767;
  line-height: 0.85;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > p.small {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > p.small {
    font-size: calc(100vw * 18/375);
  }
}
#palmer-s-content #sec-2 > h4 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 94/1440);
  margin-top: calc(100vw * 0/1440);
  transform: scaleY(0.85);
  color: #E85050;
  line-height: 1;
  font-weight: normal;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > h4 {
    font-size: 94px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > h4 {
    font-size: calc(100vw * 38/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > h4 {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > h4 {
    margin-top: calc(100vw * 25/375);
  }
}
#palmer-s-content #sec-2 > .item-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info {
    padding-top: calc(100vw * 50/375);
  }
}
#palmer-s-content #sec-2 > .item-info .image {
  width: calc(100vw * 240/1440);
  padding-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .image {
    width: 240px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .image {
    width: calc(100vw * 300/375);
    padding-bottom: calc(100vw * 26/375);
  }
}
#palmer-s-content #sec-2 > .item-info .detail {
  width: calc(100vw * 575/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .detail {
    width: 575px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .detail {
    width: calc(100vw * 300/375);
  }
}
#palmer-s-content #sec-2 > .item-info .detail hr {
  border-color: #E85050;
  width: 100%;
  margin: 0;
}
#palmer-s-content #sec-2 > .item-info .detail h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 40/1440);
  margin-top: calc(100vw * 20/1440);
  color: #E85050;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .detail h3 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .detail h3 {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .detail h3 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .detail h3 {
    margin-top: calc(100vw * 10/375);
  }
}
#palmer-s-content #sec-2 > .item-info .detail ul.sizes {
  padding: 0;
  margin-bottom: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .detail ul.sizes {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .detail ul.sizes {
    margin-bottom: calc(100vw * 10/375);
  }
}
#palmer-s-content #sec-2 > .item-info .detail ul.sizes li {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 40/1440);
  margin: 0;
  text-align: center;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .detail ul.sizes li {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .detail ul.sizes li {
    font-size: calc(100vw * 23/375);
  }
}
#palmer-s-content #sec-2 > .item-info .detail p {
  font-size: calc(100vw * 35/1440);
  padding: calc(100vw * 32/1440) calc(100vw * 0/1440);
  margin: 0;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .detail p {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .detail p {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .detail p {
    padding: 32px 0px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .detail p {
    padding: calc(100vw * 16/375) calc(100vw * 0/375);
  }
}
#palmer-s-content #sec-2 > .item-info .detail ul:not(.sizes) {
  background: #FFEAEA;
  color: #E85050;
  width: 100%;
  text-align: left;
  list-style-type: disc;
  border-radius: calc(100vw * 60/1440);
  padding: calc(100vw * 32/1440) calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .detail ul:not(.sizes) {
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .detail ul:not(.sizes) {
    border-radius: calc(100vw * 20/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .detail ul:not(.sizes) {
    padding: 32px 0px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .detail ul:not(.sizes) {
    padding: calc(100vw * 24/375) calc(100vw * 0/375);
  }
}
#palmer-s-content #sec-2 > .item-info .detail ul:not(.sizes) li {
  font-size: calc(100vw * 35/1440);
  margin-left: calc(100vw * 92/1440);
  margin-bottom: calc(100vw * 4/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .detail ul:not(.sizes) li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .detail ul:not(.sizes) li {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .detail ul:not(.sizes) li {
    margin-left: 92px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .detail ul:not(.sizes) li {
    margin-left: calc(100vw * 48/375);
    margin-bottom: calc(100vw * 4/375);
  }
}
#palmer-s-content #sec-2 > .item-info .detail ul:not(.sizes) li span {
  color: #252D43;
}
@media (min-width: 768px) {
  #palmer-s-content #sec-2 > .item-info .image {
    margin-right: calc(100vw * 115/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .image {
    margin-right: 115px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .image {
    margin-right: calc(100vw * 0/375);
  }
}
#palmer-s-content #sec-2 > .item-info .palmer-s-skin-therapy-oil {
  width: calc(100vw * 240/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .palmer-s-skin-therapy-oil {
    width: 240px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .palmer-s-skin-therapy-oil {
    width: calc(100vw * 100/375);
  }
}
#palmer-s-content #sec-2 > .item-info .btn-user-review {
  width: calc(100vw * 215/1440);
  height: calc(100vw * 56/1440);
  margin-top: calc(100vw * 60/1440);
  font-size: calc(100vw * 35/1440);
  color: white;
  background: #FD7F7F;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .btn-user-review {
    width: 215px;
    height: 56px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .btn-user-review {
    width: calc(100vw * 100/375);
    height: calc(100vw * 32/375);
    margin-top: calc(100vw * 24/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 > .item-info .btn-user-review {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 > .item-info .btn-user-review {
    font-size: calc(100vw * 23/375);
  }
}
#palmer-s-content #sec-2 blockquote {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 115/1440);
  margin-top: calc(100vw * 100/1440);
  transform: scaleY(0.85);
  color: #E85050;
  line-height: 0.85;
  font-weight: normal;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 blockquote {
    font-size: 115px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 blockquote {
    font-size: calc(100vw * 35/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-2 blockquote {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-2 blockquote {
    margin-top: calc(100vw * 50/375);
  }
}
#palmer-s-content #sec-3 {
  height: calc(100vw * 3430/1440);
  margin-top: calc(100vw * -725/1440);
  margin-bottom: calc(100vw * -3020/1440);
  background-image: linear-gradient(to bottom, #FFD9D9, #fefdfb);
  justify-content: flex-start;
  text-align: center;
  position: relative;
  z-index: -1;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-3 {
    height: 3430px;
    margin-top: -725px;
    margin-bottom: -3020px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-3 {
    height: calc(100vw * 2690/375);
    margin-top: calc(100vw * -215/375);
    margin-bottom: calc(100vw * -2640/375);
  }
}
#palmer-s-content #sec-4 {
  position: relative;
  z-index: 3;
}
#palmer-s-content #sec-4 ol {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  #palmer-s-content #sec-4 ol {
    width: calc(100vw * 1160/1440);
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  #palmer-s-content #sec-4 ol {
    width: 1160px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  #palmer-s-content #sec-4 ol {
    width: calc(100vw * 375/375);
  }
}
#palmer-s-content #sec-4 ol li {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border: 1px solid #E85050;
  border-radius: 50%;
  line-height: 1.3;
  font-size: calc(100vw * 32/1440);
  width: calc(100vw * 375/1440);
  height: calc(100vw * 375/1440);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-color: white;
  background-size: auto 50% !important;
  background-position: center center;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-4 ol li {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-4 ol li {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-4 ol li {
    width: 375px;
    height: 375px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-4 ol li {
    width: calc(100vw * 250/375);
    height: calc(100vw * 250/375);
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-4 ol li:not(:last-child) {
    margin-bottom: calc(100vw * 12/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-4 ol li {
    background-size: 1440px auto;
  }
}
#palmer-s-content #sec-4 ol li:nth-child(1) {
  background-image: url("https://www.jeban.com/spotlight-item/palmer-s/1.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #palmer-s-content #sec-4 ol li:nth-child(1) {
    background-image: url("https://www.jeban.com/spotlight-item/palmer-s/1.webp");
  }
}
#palmer-s-content #sec-4 ol li:nth-child(2) {
  background-image: url("https://www.jeban.com/spotlight-item/palmer-s/2.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #palmer-s-content #sec-4 ol li:nth-child(2) {
    background-image: url("https://www.jeban.com/spotlight-item/palmer-s/2.webp");
  }
}
#palmer-s-content #sec-4 ol li:nth-child(3) {
  background-image: url("https://www.jeban.com/spotlight-item/palmer-s/3.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #palmer-s-content #sec-4 ol li:nth-child(3) {
    background-image: url("https://www.jeban.com/spotlight-item/palmer-s/3.webp");
  }
}
#palmer-s-content #sec-4 ol li h3 {
  font-size: calc(100vw * 45/1440);
  color: #E85050;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-4 ol li h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-4 ol li h3 {
    font-size: calc(100vw * 30/375);
  }
}
#palmer-s-content #sec-5 {
  position: relative;
  z-index: 2;
  padding-top: calc(100vw * 80/1440);
  padding-bottom: calc(100vw * 15/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 {
    padding-top: 80px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 {
    padding-top: calc(100vw * 24/375);
    padding-bottom: calc(100vw * 120/375);
  }
}
#palmer-s-content #sec-5 h2 {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 115/1440);
  transform: scaleY(0.85);
  color: #E85050;
  line-height: 0.85;
  font-weight: normal;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 h2 {
    font-size: 115px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 h2 {
    font-size: calc(100vw * 42/375);
  }
}
#palmer-s-content #sec-5 ul {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/palmer-s/flowers.png");
  height: calc(100vw * 1100/1440);
  margin-top: calc(100vw * 60/1440);
  background-size: auto 100% !important;
  padding: 0;
  width: 100%;
  position: relative;
  text-align: left;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #palmer-s-content #sec-5 ul {
    background-image: url("https://www.jeban.com/spotlight-item/palmer-s/flowers.webp");
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul {
    height: 1100px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul {
    height: calc(100vw * 660/375);
    margin-top: calc(100vw * 250/375);
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul {
    background-position-x: calc(100vw * -76/375);
  }
}
#palmer-s-content #sec-5 ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#palmer-s-content #sec-5 ul li:before {
  position: relative;
  z-index: 0;
}
#palmer-s-content #sec-5 ul li span, #palmer-s-content #sec-5 ul li h3 {
  line-height: 1.2;
  position: relative;
  z-index: 2;
  width: 100%;
}
#palmer-s-content #sec-5 ul li span {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul li span {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul li span {
    font-size: calc(100vw * 23/375);
  }
}
#palmer-s-content #sec-5 ul li h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 32/1440);
  color: #E85050;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul li h3 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul li h3 {
    font-size: calc(100vw * 23/375);
  }
}
#palmer-s-content #sec-5 ul li:nth-child(1), #palmer-s-content #sec-5 ul li:nth-child(5) {
  width: calc(100vw * 400/1440);
  align-items: flex-start;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul li:nth-child(1), #palmer-s-content #sec-5 ul li:nth-child(5) {
    width: 400px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul li:nth-child(1), #palmer-s-content #sec-5 ul li:nth-child(5) {
    width: calc(100vw * 240/375);
  }
}
#palmer-s-content #sec-5 ul li:nth-child(1) {
  margin-top: calc(100vw * 230/1440);
  margin-left: calc(100vw * 1025/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul li:nth-child(1) {
    margin-top: 230px;
    margin-left: 1025px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul li:nth-child(1) {
    margin-top: calc(100vw * -220/375);
    margin-left: calc(100vw * 150/375);
  }
}
#palmer-s-content #sec-5 ul li:nth-child(2) {
  width: calc(100vw * 420/1440);
  height: calc(100vw * 420/1440);
  margin-top: calc(100vw * -310/1440);
  margin-left: calc(100vw * 220/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul li:nth-child(2) {
    width: 420px;
    height: 420px;
    margin-top: -310px;
    margin-left: 220px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul li:nth-child(2) {
    width: calc(100vw * 280/375);
    height: calc(100vw * 280/375);
    margin-top: calc(100vw * 0/375);
    margin-left: calc(100vw * 0/375);
  }
}
#palmer-s-content #sec-5 ul li:nth-child(2):before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/palmer-s/bg-bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 0/1440);
  top: calc(100vw * 0/1440);
  width: calc(100vw * 420/1440);
  height: calc(100vw * 420/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #palmer-s-content #sec-5 ul li:nth-child(2):before {
    background-image: url("https://www.jeban.com/spotlight-item/palmer-s/bg-bubble.webp");
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul li:nth-child(2):before {
    left: 0px;
    top: 0px;
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul li:nth-child(2):before {
    left: calc(100vw * 0/375);
    top: calc(100vw * 0/375);
    width: calc(100vw * 280/375);
    height: calc(100vw * 280/375);
  }
}
#palmer-s-content #sec-5 ul li:nth-child(2):before {
  transform: scaleY(-1);
}
#palmer-s-content #sec-5 ul li:nth-child(3) {
  width: calc(100vw * 420/1440);
  height: calc(100vw * 420/1440);
  margin-top: calc(100vw * -125/1440);
  margin-left: calc(100vw * 690/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul li:nth-child(3) {
    width: 420px;
    height: 420px;
    margin-top: -125px;
    margin-left: 690px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul li:nth-child(3) {
    width: calc(100vw * 240/375);
    height: calc(100vw * 240/375);
    margin-top: calc(100vw * 45/375);
    margin-left: calc(100vw * 125/375);
  }
}
#palmer-s-content #sec-5 ul li:nth-child(3):before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/palmer-s/bg-bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 0/1440);
  top: calc(100vw * 0/1440);
  width: calc(100vw * 420/1440);
  height: calc(100vw * 420/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #palmer-s-content #sec-5 ul li:nth-child(3):before {
    background-image: url("https://www.jeban.com/spotlight-item/palmer-s/bg-bubble.webp");
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul li:nth-child(3):before {
    left: 0px;
    top: 0px;
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul li:nth-child(3):before {
    left: calc(100vw * 0/375);
    top: calc(100vw * 0/375);
    width: calc(100vw * 240/375);
    height: calc(100vw * 240/375);
  }
}
#palmer-s-content #sec-5 ul li:nth-child(4) {
  width: calc(100vw * 360/1440);
  height: calc(100vw * 360/1440);
  margin-top: calc(100vw * -40/1440);
  margin-left: calc(100vw * 290/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul li:nth-child(4) {
    width: 360px;
    height: 360px;
    margin-top: -40px;
    margin-left: 290px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul li:nth-child(4) {
    width: calc(100vw * 200/375);
    height: calc(100vw * 200/375);
    margin-top: calc(100vw * 25/375);
    margin-left: calc(100vw * 35/375);
  }
}
#palmer-s-content #sec-5 ul li:nth-child(4):before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/palmer-s/bg-bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 0/1440);
  top: calc(100vw * 0/1440);
  width: calc(100vw * 360/1440);
  height: calc(100vw * 360/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #palmer-s-content #sec-5 ul li:nth-child(4):before {
    background-image: url("https://www.jeban.com/spotlight-item/palmer-s/bg-bubble.webp");
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul li:nth-child(4):before {
    left: 0px;
    top: 0px;
    width: 360px;
    height: 360px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul li:nth-child(4):before {
    left: calc(100vw * 0/375);
    top: calc(100vw * 0/375);
    width: calc(100vw * 200/375);
    height: calc(100vw * 200/375);
  }
}
#palmer-s-content #sec-5 ul li:nth-child(5) {
  margin-top: calc(100vw * -590/1440);
  margin-left: calc(100vw * 150/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-5 ul li:nth-child(5) {
    margin-top: -590px;
    margin-left: 150px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-5 ul li:nth-child(5) {
    margin-top: calc(100vw * 25/375);
    margin-left: calc(100vw * 65/375);
  }
}
#palmer-s-content #sec-6 {
  position: relative;
  z-index: 3;
  padding-top: calc(100vw * 60/1440);
  padding-bottom: calc(100vw * 25/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-6 {
    padding-top: 60px;
    padding-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-6 {
    padding-top: calc(100vw * 0/375);
    padding-bottom: calc(100vw * 36/375);
  }
}
#palmer-s-content #sec-6 h2 {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 115/1440);
  transform: scaleY(0.85);
  color: #E85050;
  line-height: 0.85;
  font-weight: normal;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-6 h2 {
    font-size: 115px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-6 h2 {
    font-size: calc(100vw * 42/375);
  }
}
#palmer-s-content #sec-6 ul {
  background: white;
  color: #E85050;
  width: 100%;
  text-align: left;
  list-style-type: disc;
  border-radius: calc(100vw * 134/1440);
  width: calc(100vw * 768/1440);
  margin-top: calc(100vw * 32/1440);
  padding: calc(100vw * 32/1440) calc(100vw * 0/1440);
  border: 1px solid #E85050;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-6 ul {
    border-radius: 134px;
    width: 768px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-6 ul {
    border-radius: calc(100vw * 73/375);
    width: calc(100vw * 300/375);
    margin-top: calc(100vw * 20/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-6 ul {
    padding: 32px 0px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-6 ul {
    padding: calc(100vw * 24/375) calc(100vw * 0/375);
  }
}
#palmer-s-content #sec-6 ul li {
  font-size: calc(100vw * 35/1440);
  margin-left: calc(100vw * 115/1440);
  margin-bottom: calc(100vw * 4/1440);
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-6 ul li {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-6 ul li {
    font-size: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-6 ul li {
    margin-left: 115px;
    margin-bottom: 4px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-6 ul li {
    margin-left: calc(100vw * 55/375);
    margin-bottom: calc(100vw * 4/375);
  }
}
#palmer-s-content #sec-6 ul li span {
  color: #252D43;
}
#palmer-s-content #sec-7 {
  position: relative;
  z-index: 2;
}
#palmer-s-content #sec-7:before {
  content: "";
  position: absolute;
  z-index: 0;
  background: white;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100vw * 950/1440);
  border-top-left-radius: calc(100vw * 740/1440);
  border-top-right-radius: calc(100vw * 740/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-7:before {
    height: 950px;
    border-top-left-radius: 740px;
    border-top-right-radius: 740px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-7:before {
    height: calc(100vw * 250/375);
    border-top-left-radius: calc(100vw * 187.5/375);
    border-top-right-radius: calc(100vw * 187.5/375);
  }
}
#palmer-s-content #sec-7 .flex-media {
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  #palmer-s-content #sec-7 .flex-media {
    flex-direction: column;
    align-items: center;
  }
}
#palmer-s-content #sec-7 .flex-media img {
  width: calc(100vw * 335/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-7 .flex-media img {
    width: 335px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-7 .flex-media img {
    width: calc(100vw * 100/375);
  }
}
#palmer-s-content #sec-7 .flex-media .body {
  width: calc(100vw * 600/1440);
  padding-top: calc(100vw * 100/1440);
  padding-bottom: calc(100vw * 0/1440);
  text-align: center;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-7 .flex-media .body {
    width: 600px;
    padding-top: 100px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-7 .flex-media .body {
    width: calc(100vw * 300/375);
    padding-top: calc(100vw * 10/375);
    padding-bottom: calc(100vw * 40/375);
  }
}
#palmer-s-content #sec-7 .flex-media .body h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
  color: #E85050;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-7 .flex-media .body h2 {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-7 .flex-media .body h2 {
    font-size: calc(100vw * 44/375);
  }
}
#palmer-s-content #sec-7 .flex-media .body h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  color: #84353E;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-7 .flex-media .body h3 {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-7 .flex-media .body h3 {
    font-size: calc(100vw * 23/375);
  }
}
#palmer-s-content #sec-7 .flex-media .body p {
  font-size: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-7 .flex-media .body p {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-7 .flex-media .body p {
    font-size: calc(100vw * 23/375);
  }
}
#palmer-s-content #sec-7 .flex-media .body p span.boots {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/palmer-s/boots-logo.png");
  background-size: contain !important;
  text-indent: -9999px;
  color: transparent;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-7 .flex-media .body p span.boots {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #palmer-s-content #sec-7 .flex-media .body p span.boots {
    background-image: url("https://www.jeban.com/spotlight-item/palmer-s/boots-logo.webp");
  }
}
#palmer-s-content #sec-7 .flex-media .body .shopping-link {
  width: calc(100vw * 215/1440);
  height: calc(100vw * 56/1440);
  border-radius: calc(100vw * 28/1440);
  margin-top: calc(100vw * 24/1440);
  font-size: calc(100vw * 35/1440);
  color: white;
  background: #E85050;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-7 .flex-media .body .shopping-link {
    width: 215px;
    height: 56px;
    border-radius: 28px;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-7 .flex-media .body .shopping-link {
    width: calc(100vw * 100/375);
    height: calc(100vw * 32/375);
    border-radius: calc(100vw * 16/375);
    margin-top: calc(100vw * 16/375);
  }
}
@media (min-width: 1440px) {
  #palmer-s-content #sec-7 .flex-media .body .shopping-link {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #palmer-s-content #sec-7 .flex-media .body .shopping-link {
    font-size: calc(100vw * 23/375);
  }
}