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

.center {
  text-align: center;
}

h1.logo {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/srichand-si/srichand-logo.png");
  width: calc(100vw * 550/1440);
  height: calc(100vw * 81/1440);
  margin: 0 auto;
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  h1.logo {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/srichand-logo.webp");
  }
}
@media (min-width: 1440px) {
  h1.logo {
    width: 550px;
    height: 81px;
  }
}
@media (max-width: 767px) {
  h1.logo {
    width: calc(100vw * 157/375);
    height: calc(100vw * 23/375);
  }
}

#srichand-content {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#srichand-content .mw-1440px {
  display: flex;
  flex-flow: column;
  overflow: hidden;
}
#srichand-content > div {
  width: 100%;
}
#srichand-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/srichand-si/1440/bg-cover.jpg");
  height: calc(100vw * 2000/1440);
  padding-top: calc(100vw * 150/1440);
  padding-bottom: calc(100vw * 5/1440);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media (min-width: 1440px) {
  #srichand-content .cover {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content .cover {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/bg-cover.webp");
  }
}
@media (max-width: 767px) {
  #srichand-content .cover {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/bg-cover.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content .cover {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/bg-cover.webp");
  }
}
@media (min-width: 1440px) {
  #srichand-content .cover {
    height: 2000px;
    padding-top: 150px;
    padding-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #srichand-content .cover {
    height: calc(100vw * 850/375);
    padding-top: calc(100vw * 40/375);
    padding-bottom: calc(100vw * 5/375);
  }
}
#srichand-content .cover .title {
  flex: 1;
}
#srichand-content .cover .title h3 {
  text-indent: -3000px;
  color: transparent;
  background: center no-repeat transparent;
  background-size: contain !important;
  background-image: url("https://www.jeban.com/spotlight-item/srichand-si/slogan.png");
  margin: 0 auto;
  width: calc(100vw * 752/1440);
  height: calc(100vw * 101.8/1440);
  margin-top: calc(100vw * 47.7/1440);
}
@media (min-width: 1440px) {
  #srichand-content .cover .title h3 {
    width: 752px;
    height: 101.8px;
    margin-top: 47.7px;
  }
}
@media (max-width: 767px) {
  #srichand-content .cover .title h3 {
    width: calc(100vw * 219.44/375);
    height: calc(100vw * 29.71/375);
    margin-top: calc(100vw * 16.4/375);
  }
}
#srichand-content .cover .quote h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 120/1440);
  color: #552B9A;
  margin: 0 auto;
  transform: scale(1.125, 0.9);
}
@media (min-width: 1440px) {
  #srichand-content .cover .quote h2 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  #srichand-content .cover .quote h2 {
    font-size: calc(100vw * 45/375);
  }
}
#srichand-content .cover .quote h5 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  color: #231F20;
  margin: 0 auto;
  transform: scale(1.125, 0.9);
}
@media (min-width: 1440px) {
  #srichand-content .cover .quote h5 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #srichand-content .cover .quote h5 {
    font-size: calc(100vw * 30/375);
  }
}
#srichand-content .cover .quote p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  color: #552B9A;
  margin: 0 auto;
  transform: scale(1.125, 0.9);
}
@media (min-width: 1440px) {
  #srichand-content .cover .quote p {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  #srichand-content .cover .quote p {
    font-size: calc(100vw * 29/375);
  }
}
#srichand-content .cover .panel {
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
  width: calc(100vw * 670/1440);
  height: calc(100vw * 600/1440);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: white;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.16);
  justify-self: flex-end;
}
@media (min-width: 1440px) {
  #srichand-content .cover .panel {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content .cover .panel {
    font-size: calc(100vw * 22/375);
    line-height: calc(100vw * 28/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content .cover .panel {
    width: 670px;
    height: 600px;
  }
}
@media (max-width: 767px) {
  #srichand-content .cover .panel {
    width: calc(100vw * 315/375);
    height: calc(100vw * 400/375);
  }
}
@media (min-width: 768px) {
  #srichand-content .cover .panel {
    position: relative;
    z-index: 1;
  }
}
#srichand-content .cover .panel .panel-title > p {
  margin: 0;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #srichand-content .cover .panel .panel-title > p {
    font-size: 60px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content .cover .panel .panel-title > p {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 28/375);
  }
}
#srichand-content .cover .panel .panel-title > p:last-child {
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #srichand-content .cover .panel .panel-title > p:last-child {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content .cover .panel .panel-title > p:last-child {
    font-size: calc(100vw * 28/375);
    line-height: calc(100vw * 28/375);
  }
}
#srichand-content .cover .panel > p:last-child {
  margin-top: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #srichand-content .cover .panel > p:last-child {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content .cover .panel > p:last-child {
    margin-top: calc(100vw * 28/375);
  }
}
#srichand-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/srichand-si/1440/sec-01-bg.jpg");
  background-position: center bottom;
  position: relative;
  height: calc(100vw * 3330/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/sec-01-bg.webp");
  }
}
#srichand-content #sec-1:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/sec-01-overlay.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  left: calc(100vw * 0/1440);
  top: calc(100vw * -68/1440);
  width: calc(100vw * 1440/1440);
  height: calc(100vw * 1232/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-1:before {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/sec-01-overlay.webp");
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-1:before {
    left: 0px;
    top: -68px;
    width: 1440px;
    height: 1232px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1:before {
    left: calc(100vw * 0/375);
    top: calc(100vw * -24/375);
    width: calc(100vw * 375/375);
    height: calc(100vw * 1140/375);
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/sec-01-bg.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-1 {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/sec-01-bg.webp");
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1:before {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/sec-01-overlay.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-1:before {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/sec-01-overlay.webp");
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 {
    height: 3330px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 {
    height: calc(100vw * 1990/375);
  }
}
#srichand-content #sec-1 .content {
  position: absolute;
  top: calc(100vw * 160/1440);
  left: calc(100vw * 274/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .content {
    top: 160px;
    left: 274px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .content {
    top: calc(100vw * 353/375);
    left: calc(100vw * 58/375);
  }
}
#srichand-content #sec-1 .content h1.logo {
  width: calc(100vw * 436/1440);
  height: calc(100vw * 64/1440);
  margin-bottom: calc(100vw * 25/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .content h1.logo {
    width: 436px;
    height: 64px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .content h1.logo {
    width: calc(100vw * 236/375);
    height: calc(100vw * 35/375);
    margin-bottom: calc(100vw * 15/375);
  }
}
#srichand-content #sec-1 .content p {
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .content p {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .content p {
    font-size: calc(100vw * 22/375);
    line-height: calc(100vw * 28/375);
  }
}
#srichand-content #sec-1 .content p:nth-child(3) {
  margin-top: calc(100vw * 45/1440);
  padding-bottom: calc(100vw * 66/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .content p:nth-child(3) {
    margin-top: 45px;
    padding-bottom: 66px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .content p:nth-child(3) {
    margin-top: calc(100vw * 22/375);
    padding-bottom: calc(100vw * 28/375);
  }
}
#srichand-content #sec-1 .content p:nth-child(6), #srichand-content #sec-1 .content p:nth-child(4) {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .content p:nth-child(6), #srichand-content #sec-1 .content p:nth-child(4) {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .content p:nth-child(6), #srichand-content #sec-1 .content p:nth-child(4) {
    font-size: calc(100vw * 26/375);
    line-height: calc(100vw * 32/375);
  }
}
#srichand-content #sec-1 .content p:nth-child(5) {
  color: #552B9A;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 70/1440);
  line-height: calc(100vw * 45/1440);
  margin-top: calc(100vw * 22.5/1440);
  padding-bottom: calc(100vw * 29/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .content p:nth-child(5) {
    font-size: 70px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .content p:nth-child(5) {
    font-size: calc(100vw * 38/375);
    line-height: calc(100vw * 45/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .content p:nth-child(5) {
    margin-top: 22.5px;
    padding-bottom: 29px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .content p:nth-child(5) {
    margin-top: calc(100vw * 2/375);
    padding-bottom: calc(100vw * 0/375);
  }
}
#srichand-content #sec-1 .product-detail {
  position: absolute;
  top: calc(100vw * 1086/1440);
  left: calc(100vw * 344/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .product-detail {
    top: 1086px;
    left: 344px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .product-detail {
    top: calc(100vw * 1100/375);
    left: calc(100vw * 58/375);
  }
}
#srichand-content #sec-1 .product-detail > img {
  width: calc(100vw * 752/1440);
  height: calc(100vw * 448/1440);
  margin-bottom: calc(100vw * 46/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .product-detail > img {
    width: 752px;
    height: 448px;
    margin-bottom: 46px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .product-detail > img {
    width: calc(100vw * 236/375);
    height: calc(100vw * 140/375);
    margin-bottom: calc(100vw * 14/375);
  }
}
#srichand-content #sec-1 .product-detail > a.btn-user-review {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white !important;
  text-decoration: none !important;
  cursor: pointer;
  background-color: #552B9A;
  border: none;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  font-family: "DB-Heavent-reg" !important;
  margin-top: calc(100vw * 40/1440);
  margin-bottom: calc(100vw * 40/1440);
  width: calc(100vw * 180/1440);
  height: calc(100vw * 54/1440);
  font-size: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .product-detail > a.btn-user-review {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 180px;
    height: 54px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .product-detail > a.btn-user-review {
    margin-top: calc(100vw * 16/375);
    margin-bottom: calc(100vw * 16/375);
    width: calc(100vw * 100/375);
    height: calc(100vw * 32/375);
    font-size: calc(100vw * 20/375);
  }
}
#srichand-content #sec-1 .product-detail h5 {
  font-family: "DB-Heavent-reg" !important;
  color: #552B9A;
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .product-detail h5 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .product-detail h5 {
    font-size: calc(100vw * 28/375);
    line-height: calc(100vw * 60/375);
  }
}
#srichand-content #sec-1 .product-detail p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 55/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .product-detail p {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .product-detail p {
    font-size: calc(100vw * 22/375);
    line-height: calc(100vw * 28/375);
  }
}
#srichand-content #sec-1 .features {
  position: absolute;
  text-align: left;
  bottom: calc(100vw * 642.6/1440);
  left: calc(100vw * -35/1440);
  display: flex;
  align-items: flex-start;
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .features {
    bottom: 642.6px;
    left: -35px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .features {
    bottom: calc(100vw * 165/375);
    left: calc(100vw * -35/375);
  }
}
#srichand-content #sec-1 .features img {
  width: calc(100vw * 237.5/1440);
  height: calc(100vw * 31.7/1440);
  margin-top: calc(100vw * 40/1440);
  margin-right: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .features img {
    width: 237.5px;
    height: 31.7px;
    margin-top: 40px;
    margin-right: 35px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .features img {
    width: calc(100vw * 61.28/375);
    height: calc(100vw * 8.18/375);
    margin-top: calc(100vw * 15/375);
    margin-right: calc(100vw * 8/375);
  }
}
#srichand-content #sec-1 .features h3 {
  color: #602D9B;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 90/1440);
  line-height: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .features h3 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .features h3 {
    font-size: calc(100vw * 34/375);
    line-height: calc(100vw * 38/375);
  }
}
#srichand-content #sec-1 .features p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 55/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .features p {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .features p {
    font-size: calc(100vw * 26/375);
    line-height: calc(100vw * 28/375);
  }
}
#srichand-content #sec-1 .features p:nth-child(2) {
  color: #602D9B;
  font-size: calc(100vw * 70/1440);
  line-height: calc(100vw * 55/1440);
  margin-top: calc(100vw * 22/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .features p:nth-child(2) {
    font-size: 70px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .features p:nth-child(2) {
    font-size: calc(100vw * 26/375);
    line-height: calc(100vw * 28/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .features p:nth-child(2) {
    margin-top: 22px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .features p:nth-child(2) {
    margin-top: calc(100vw * 22/375);
  }
}
#srichand-content #sec-1 .features p:last-child {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
  margin-top: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .features p:last-child {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .features p:last-child {
    font-size: calc(100vw * 22/375);
    line-height: calc(100vw * 28/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-1 .features p:last-child {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-1 .features p:last-child {
    margin-top: calc(100vw * 6/375);
  }
}
#srichand-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/srichand-si/1440/sec-02-bg.jpg");
  background-position: center bottom;
  height: calc(100vw * 3615/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/sec-02-bg.webp");
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/sec-02-bg.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-2 {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/sec-02-bg.webp");
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 {
    height: 3615px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 {
    height: calc(100vw * 1975/375);
  }
}
#srichand-content #sec-2 .benefit {
  display: flex;
  justify-content: center;
  margin-top: calc(100vw * -305/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .benefit {
    margin-top: -305px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit {
    margin-top: calc(100vw * -90/375);
    margin-left: calc(100vw * 11/375);
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit {
    flex-direction: column;
  }
}
#srichand-content #sec-2 .benefit .card {
  border: none;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
  background-size: contain !important;
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .benefit .card {
    background-size: 1440px auto;
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .benefit .card {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card {
    font-size: calc(100vw * 22/375);
    line-height: calc(100vw * 28/375);
  }
}
#srichand-content #sec-2 .benefit .card .title {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 100/1440);
  margin-top: calc(100vw * 110/1440);
  padding-bottom: calc(100vw * 69/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .benefit .card .title {
    font-size: 60px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card .title {
    font-size: calc(100vw * 22/375);
    line-height: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .benefit .card .title {
    margin-top: 110px;
    padding-bottom: 69px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card .title {
    margin-top: calc(100vw * 25.3/375);
    padding-bottom: calc(100vw * 25.5/375);
  }
}
#srichand-content #sec-2 .benefit .card.three .title, #srichand-content #sec-2 .benefit .card.two .title {
  font-size: calc(100vw * 55/1440);
  line-height: calc(100vw * 60/1440);
  margin-top: calc(100vw * 97/1440);
  padding-bottom: calc(100vw * 45/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .benefit .card.three .title, #srichand-content #sec-2 .benefit .card.two .title {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card.three .title, #srichand-content #sec-2 .benefit .card.two .title {
    font-size: calc(100vw * 22/375);
    line-height: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .benefit .card.three .title, #srichand-content #sec-2 .benefit .card.two .title {
    margin-top: 97px;
    padding-bottom: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card.three .title, #srichand-content #sec-2 .benefit .card.two .title {
    margin-top: calc(100vw * 22.7/375);
    padding-bottom: calc(100vw * 25.9/375);
  }
}
#srichand-content #sec-2 .benefit .card.one {
  background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/bg-benefit-1.png");
  width: calc(100vw * 396/1440);
  height: calc(100vw * 665.2/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-2 .benefit .card.one {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/bg-benefit-1.webp");
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .benefit .card.one {
    width: 396px;
    height: 665.2px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card.one {
    width: calc(100vw * 287.6/375);
    height: calc(100vw * 208.51/375);
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card.one {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/bg-benefit-1.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-2 .benefit .card.one {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/bg-benefit-1.webp");
  }
}
#srichand-content #sec-2 .benefit .card.two {
  background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/bg-benefit-2.png");
  width: calc(100vw * 396/1440);
  height: calc(100vw * 665.2/1440);
  margin-left: calc(100vw * 0/1440);
  margin-right: calc(100vw * 0/1440);
  margin-top: calc(100vw * 0/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-2 .benefit .card.two {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/bg-benefit-2.webp");
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .benefit .card.two {
    width: 396px;
    height: 665.2px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card.two {
    width: calc(100vw * 294.79/375);
    height: calc(100vw * 313.88/375);
    margin-left: calc(100vw * 55/375);
    margin-right: calc(100vw * 0/375);
    margin-top: calc(100vw * -13/375);
  }
}
#srichand-content #sec-2 .benefit .card.two .title {
  margin-top: calc(100vw * 97/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .benefit .card.two .title {
    margin-top: 97px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card.two .title {
    margin-top: calc(100vw * 40.1/375);
  }
}
#srichand-content #sec-2 .benefit .card.two > p {
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .benefit .card.two > p {
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card.two > p {
    margin-left: calc(100vw * 14/375);
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card.two {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/bg-benefit-2.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-2 .benefit .card.two {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/bg-benefit-2.webp");
  }
}
#srichand-content #sec-2 .benefit .card.three {
  background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/bg-benefit-3.png");
  width: calc(100vw * 396/1440);
  height: calc(100vw * 665.2/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-2 .benefit .card.three {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/bg-benefit-3.webp");
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .benefit .card.three {
    width: 396px;
    height: 665.2px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card.three {
    width: calc(100vw * 274.6/375);
    height: calc(100vw * 252.51/375);
    margin-left: calc(100vw * 13/375);
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .benefit .card.three {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/bg-benefit-3.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-2 .benefit .card.three {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/bg-benefit-3.webp");
  }
}
#srichand-content #sec-2 .product {
  display: flex;
  align-items: flex-start;
  margin-left: calc(100vw * -35/1440);
  margin-top: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product {
    margin-left: -35px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product {
    margin-left: calc(100vw * -35/375);
    margin-top: calc(100vw * 18/375);
  }
}
#srichand-content #sec-2 .product > img {
  width: calc(100vw * 237.5/1440);
  height: calc(100vw * 31.7/1440);
  margin-right: calc(100vw * 35/1440);
  margin-top: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > img {
    width: 237.5px;
    height: 31.7px;
    margin-right: 35px;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > img {
    width: calc(100vw * 61.28/375);
    height: calc(100vw * 8.18/375);
    margin-right: calc(100vw * 8.5/375);
    margin-top: calc(100vw * 12/375);
  }
}
#srichand-content #sec-2 .product h3 {
  font-size: calc(100vw * 100/1440);
  line-height: calc(100vw * 90/1440);
  font-family: "DB-Heavent-reg" !important;
  color: #602D9B;
  text-align: left;
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product h3 {
    font-size: 100px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product h3 {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 30/375);
  }
}
#srichand-content #sec-2 .product h3 > span {
  font-size: calc(100vw * 130/1440);
  line-height: calc(100vw * 90/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product h3 > span {
    font-size: 130px;
    line-height: 90px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product h3 > span {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 30/375);
  }
}
#srichand-content #sec-2 .product > div > div {
  display: flex;
  align-items: flex-end;
  margin-top: calc(100vw * 70/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div {
    margin-top: 70px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div {
    margin-top: calc(100vw * 20/375);
    margin-left: calc(100vw * -20/375);
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div {
    align-items: flex-start;
  }
  #srichand-content #sec-2 .product > div > div > img {
    margin-top: calc(100vw * 110/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div > img {
    margin-top: 110px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div > img {
    margin-top: calc(100vw * 28/375);
  }
}
#srichand-content #sec-2 .product > div > div > img {
  width: calc(100vw * 532/1440);
  height: calc(100vw * 924.88/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div > img {
    width: 532px;
    height: 924.88px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div > img {
    width: calc(100vw * 158/375);
    height: calc(100vw * 278.88/375);
  }
}
#srichand-content #sec-2 .product > div > div .ingredient {
  margin-bottom: calc(100vw * 118/1440);
  margin-left: calc(100vw * -208/1440);
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div .ingredient {
    margin-bottom: 118px;
    margin-left: -208px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .ingredient {
    margin-bottom: calc(100vw * 12/375);
    margin-left: calc(100vw * -67/375);
    margin-top: calc(100vw * 10/375);
  }
}
#srichand-content #sec-2 .product > div > div .ingredient > div {
  display: flex;
  align-items: center;
}
#srichand-content #sec-2 .product > div > div .ingredient > div > img {
  width: calc(100vw * 274.5/1440);
  height: calc(100vw * 20.01/1440);
  margin-top: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div .ingredient > div > img {
    width: 274.5px;
    height: 20.01px;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .ingredient > div > img {
    width: calc(100vw * 69.28/375);
    height: calc(100vw * 5.7/375);
    margin-top: calc(100vw * 75/375);
  }
}
#srichand-content #sec-2 .product > div > div .ingredient > div:last-child {
  margin-top: calc(100vw * 42.1/1440);
  align-items: flex-start;
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div .ingredient > div:last-child {
    margin-top: 42.1px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .ingredient > div:last-child {
    margin-top: calc(100vw * -20/375);
  }
}
#srichand-content #sec-2 .product > div > div .ingredient > div:last-child > img {
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div .ingredient > div:last-child > img {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .ingredient > div:last-child > img {
    margin-top: calc(100vw * 28/375);
  }
}
#srichand-content #sec-2 .product > div > div .ingredient > div .card {
  margin-left: calc(100vw * -29/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div .ingredient > div .card {
    margin-left: -29px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .ingredient > div .card {
    margin-left: calc(100vw * -15/375);
  }
}
#srichand-content #sec-2 .product > div > div .card {
  border: none;
  position: relative;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  width: calc(100vw * 458.61/1440);
  height: calc(100vw * 212.91/1440);
  background-size: contain !important;
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div .card {
    background-size: 1440px auto;
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div .card {
    width: 458.61px;
    height: 212.91px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .card {
    width: calc(100vw * 180.77/375);
    height: calc(100vw * 198.28/375);
  }
}
#srichand-content #sec-2 .product > div > div .card > p {
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
  margin-left: calc(100vw * 19.7/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div .card > p {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .card > p {
    font-size: calc(100vw * 20/375);
    line-height: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div .card > p {
    margin-left: 19.7px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .card > p {
    margin-left: calc(100vw * 0/375);
  }
}
#srichand-content #sec-2 .product > div > div .card .title {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 40/1440);
  line-height: calc(100vw * 45/1440);
  padding-bottom: calc(100vw * 33/1440);
  margin-top: calc(100vw * 19.7/1440);
  padding-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div .card .title {
    font-size: 40px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .card .title {
    font-size: calc(100vw * 22/375);
    line-height: calc(100vw * 23/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product > div > div .card .title {
    padding-bottom: 33px;
    margin-top: 19.7px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .card .title {
    padding-bottom: calc(100vw * 16/375);
    margin-top: calc(100vw * 22/375);
    padding-left: calc(100vw * 52/375);
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .card .title {
    text-align: left;
  }
}
#srichand-content #sec-2 .product > div > div .card.one {
  background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/bg-ingredient-1.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-2 .product > div > div .card.one {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/bg-ingredient-1.webp");
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .card.one {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/bg-ingredient-1.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-2 .product > div > div .card.one {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/bg-ingredient-1.webp");
  }
}
#srichand-content #sec-2 .product > div > div .card.two {
  background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/bg-ingredient-2.png");
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-2 .product > div > div .card.two {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/bg-ingredient-2.webp");
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product > div > div .card.two {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/bg-ingredient-2.png");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-2 .product > div > div .card.two {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/bg-ingredient-2.webp");
  }
}
#srichand-content #sec-2 .product .quote {
  font-family: "DB-Heavent-reg" !important;
  color: #602D9B;
  display: flex;
  margin: 0;
  margin-left: calc(100vw * 60/1440);
  margin-top: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product .quote {
    margin-left: 60px;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product .quote {
    margin-left: calc(100vw * -8/375);
    margin-top: calc(100vw * -16/375);
  }
}
@media (min-width: 768px) {
  #srichand-content #sec-2 .product .quote {
    align-items: stretch;
  }
}
#srichand-content #sec-2 .product .quote > span {
  font-size: calc(100vw * 200/1440);
  line-height: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product .quote > span {
    font-size: 200px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product .quote > span {
    font-size: calc(100vw * 100/375);
    line-height: calc(100vw * 80/375);
  }
}
#srichand-content #sec-2 .product .quote > span:last-child {
  align-self: flex-end;
  margin-top: calc(100vw * 175/1440);
  margin-left: calc(100vw * -45/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product .quote > span:last-child {
    margin-top: 175px;
    margin-left: -45px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product .quote > span:last-child {
    margin-top: calc(100vw * 57/375);
    margin-left: calc(100vw * -18/375);
  }
}
#srichand-content #sec-2 .product .quote > h4 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80/1440);
  line-height: calc(100vw * 80/1440);
  margin-top: calc(100vw * 38/1440);
  margin-left: calc(100vw * 18/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product .quote > h4 {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product .quote > h4 {
    font-size: calc(100vw * 28/375);
    line-height: calc(100vw * 32/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .product .quote > h4 {
    margin-top: 38px;
    margin-left: 18px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .product .quote > h4 {
    margin-top: calc(100vw * 26/375);
    margin-left: calc(100vw * 6/375);
  }
}
#srichand-content #sec-2 .title-with-line {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
#srichand-content #sec-2 .title-with-line > img {
  width: calc(100vw * 237.5/1440);
  height: calc(100vw * 31.7/1440);
  margin-right: calc(100vw * 16/1440);
  margin-top: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .title-with-line > img {
    width: 237.5px;
    height: 31.7px;
    margin-right: 16px;
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .title-with-line > img {
    width: calc(100vw * 61.28/375);
    height: calc(100vw * 8.18/375);
    margin-right: calc(100vw * 8/375);
    margin-top: calc(100vw * 17/375);
  }
}
#srichand-content #sec-2 .title-with-line h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 130/1440);
  line-height: calc(100vw * 100/1440);
  color: #602D9B;
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .title-with-line h3 {
    font-size: 130px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .title-with-line h3 {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 45/375);
  }
}
#srichand-content #sec-2 .title-with-line p {
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 45/1440);
  margin-top: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .title-with-line p {
    font-size: 35px;
    line-height: 45px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .title-with-line p {
    font-size: calc(100vw * 22/375);
    line-height: calc(100vw * 28/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .title-with-line p {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .title-with-line p {
    margin-top: calc(100vw * 8/375);
  }
}
#srichand-content #sec-2 .title-with-line.one {
  margin-left: calc(100vw * -16/1440);
  margin-top: calc(100vw * 54/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .title-with-line.one {
    margin-left: -16px;
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .title-with-line.one {
    margin-left: calc(100vw * -35/375);
    margin-top: calc(100vw * 0/375);
  }
}
#srichand-content #sec-2 .title-with-line.two {
  text-align: right;
  justify-content: flex-end;
  margin-right: calc(100vw * -16/1440);
  margin-top: calc(100vw * 752/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .title-with-line.two {
    margin-right: -16px;
    margin-top: 752px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .title-with-line.two {
    margin-right: calc(100vw * -31/375);
    margin-top: calc(100vw * 256/375);
  }
}
#srichand-content #sec-2 .title-with-line.two > img {
  order: 2;
  margin-right: calc(100vw * 0/1440);
  margin-left: calc(100vw * 16/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .title-with-line.two > img {
    margin-right: 0px;
    margin-left: 16px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .title-with-line.two > img {
    margin-right: calc(100vw * 0/375);
    margin-left: calc(100vw * 6.4/375);
  }
}
#srichand-content #sec-2 .title-with-line.two > div {
  order: 1;
  text-align: right;
}
#srichand-content #sec-2 .place {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 50/1440);
  margin-top: calc(100vw * 145/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .place {
    font-size: 45px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .place {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 30/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .place {
    margin-top: 145px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .place {
    margin-top: calc(100vw * 45/375);
  }
}
#srichand-content #sec-2 .place h4 {
  color: #602D9B;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
  line-height: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .place h4 {
    font-size: 100px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .place h4 {
    font-size: calc(100vw * 40/375);
    line-height: calc(100vw * 35/375);
  }
}
#srichand-content #sec-2 .place h5 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 50/1440);
  margin-top: calc(100vw * 22/1440);
  margin-bottom: calc(100vw * 18/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .place h5 {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .place h5 {
    font-size: calc(100vw * 31/375);
    line-height: calc(100vw * 25/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .place h5 {
    margin-top: 22px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .place h5 {
    margin-top: calc(100vw * 6/375);
    margin-bottom: calc(100vw * 0/375);
  }
}
#srichand-content #sec-2 .place h5 > span {
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .place h5 > span {
    font-size: 60px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .place h5 > span {
    font-size: calc(100vw * 26/375);
    line-height: calc(100vw * 30/375);
  }
}
#srichand-content #sec-2 .place a.shopping-link {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  background-color: #552B9A;
  color: white;
  text-decoration: none !important;
  margin-left: auto;
  margin-right: auto;
  transform: translateY(50%);
  font-family: "DB-Heavent-reg" !important;
  height: calc(100vw * 70/1440);
  width: calc(100vw * 265/1440);
  font-size: calc(100vw * 35/1440);
  margin-top: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-2 .place a.shopping-link {
    height: 70px;
    width: 265px;
    font-size: 35px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-2 .place a.shopping-link {
    height: calc(100vw * 35/375);
    width: calc(100vw * 155/375);
    font-size: calc(100vw * 20/375);
    margin-top: calc(100vw * 0/375);
  }
}
#srichand-content #sec-3 {
  min-height: calc(100vw * 1690/1440);
  padding-top: calc(100vw * 180/1440);
  position: relative;
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 {
    min-height: 1690px;
    padding-top: 180px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 {
    min-height: calc(100vw * 510/375);
    padding-top: calc(100vw * 45/375);
  }
}
#srichand-content #sec-3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #EFEFEF;
  z-index: -1;
  height: calc(100vw * 411.25/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-3:after {
    height: 411.25px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3:after {
    height: calc(100vw * 118.5/375);
  }
}
#srichand-content #sec-3 .promo {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/promo-frame.jpg");
  height: calc(100vw * 760/1440);
  text-align: center;
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 .promo {
    background-size: 1440px auto;
  }
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-3 .promo {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/1440/promo-frame.webp");
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 .promo {
    height: 760px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .promo {
    height: calc(100vw * 726/375);
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .promo {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/promo-frame.jpg");
  }
}
@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-3 .promo {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/375/promo-frame.webp");
  }
}
#srichand-content #sec-3 .promo .content {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-top: calc(100vw * 128/1440);
  padding-top: calc(100vw * 24/1440);
  width: calc(100vw * 925/1440);
  min-height: calc(100vw * 624/1440);
}
#srichand-content #sec-3 .promo .content:before {
  content: "";
  position: absolute;
  background-image: url("https://www.jeban.com/spotlight-item/srichand-si/srichand-bag.png");
  background-size: contain;
  background-repeat: no-repeat;
  right: calc(100vw * 10/1440);
  bottom: calc(100vw * 20/1440);
  width: calc(100vw * 320/1440);
  height: calc(100vw * 336.5/1440);
}
@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  #srichand-content #sec-3 .promo .content:before {
    background-image: url("https://www.jeban.com/spotlight-item/srichand-si/srichand-bag.webp");
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 .promo .content:before {
    right: 10px;
    bottom: 20px;
    width: 320px;
    height: 336.5px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .promo .content:before {
    right: calc(100vw * 80/375);
    bottom: calc(100vw * 65/375);
    width: calc(100vw * 185/375);
    height: calc(100vw * 195.13/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 .promo .content {
    margin-top: 128px;
    padding-top: 24px;
    width: 925px;
    min-height: 624px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .promo .content {
    margin-top: calc(100vw * 68/375);
    padding-top: calc(100vw * 48/375);
    width: calc(100vw * 320/375);
    min-height: calc(100vw * 0/375);
  }
}
#srichand-content #sec-3 .promo .content h3,
#srichand-content #sec-3 .promo .content h4 {
  font-family: "DB-Heavent-reg" !important;
  color: #602D9B;
  line-height: 1.1;
}
#srichand-content #sec-3 .promo .content h3 {
  font-size: calc(100vw * 75/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 .promo .content h3 {
    font-size: 75px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .promo .content h3 {
    font-size: calc(100vw * 40/375);
  }
}
@media (min-width: 768px) {
  #srichand-content #sec-3 .promo .content h3 {
    text-align: right;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .promo .content h3 {
    text-align: center;
  }
}
#srichand-content #sec-3 .promo .content h4 {
  font-size: calc(100vw * 55/1440);
  margin-top: calc(100vw * 64/1440);
  margin-bottom: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 .promo .content h4 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .promo .content h4 {
    font-size: calc(100vw * 27/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 .promo .content h4 {
    margin-top: 64px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .promo .content h4 {
    margin-top: calc(100vw * 10/375);
    margin-bottom: calc(100vw * 5/375);
  }
}
#srichand-content #sec-3 .promo .content h5 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 38/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 .promo .content h5 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .promo .content h5 {
    font-size: calc(100vw * 25/375);
  }
}
#srichand-content #sec-3 .promo .content p {
  font-family: "DB-Heavent-li" !important;
  font-size: calc(100vw * 33/1440);
  white-space: nowrap;
  line-height: 1.3;
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 .promo .content p {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .promo .content p {
    font-size: calc(100vw * 21/375);
  }
}
#srichand-content #sec-3 .promo .content p strong {
  font-family: "DB-Heavent-reg" !important;
  font-weight: normal;
}
#srichand-content #sec-3 .promo .content p.center {
  font-size: calc(100vw * 35/1440);
  padding-top: calc(100vw * 40/1440);
  width: calc(100vw * 575/1440);
  text-align: center;
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 .promo .content p.center {
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .promo .content p.center {
    font-size: calc(100vw * 21/375);
  }
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 .promo .content p.center {
    padding-top: 40px;
    width: 575px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .promo .content p.center {
    padding-top: calc(100vw * 228/375);
    width: calc(100vw * 320/375);
  }
}
#srichand-content #sec-3 .embed-responsive {
  margin: 0 auto;
  width: calc(100vw * 1000/1440);
  margin-top: calc(100vw * 128/1440);
  margin-bottom: calc(100vw * 128/1440);
}
@media (min-width: 1440px) {
  #srichand-content #sec-3 .embed-responsive {
    width: 1000px;
    margin-top: 128px;
    margin-bottom: 128px;
  }
}
@media (max-width: 767px) {
  #srichand-content #sec-3 .embed-responsive {
    width: calc(100vw * 345/375);
    margin-top: calc(100vw * -15/375);
    margin-bottom: calc(100vw * 30/375);
  }
}
#srichand-content #sec-3 .embed-responsive .embed-responsive-item {
  border: 1px solid #ccc;
  background: white;
}

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