@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display&display=swap");
.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;
  }
}
@media (min-width: 768px) {
  .mob {
    display: none !important;
  }
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #231F20;
}

.section-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/estee-anr/1440/bg-cover.jpg");
  padding-bottom: calc(100vw * 86.5/1440);
}
@media (min-width: 1440px) {
  .section-cover {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-cover {
    background-image: url("https://www.jeban.com/spotlight-item/estee-anr/375/bg-cover.jpg");
  }
}
@media (min-width: 1440px) {
  .section-cover {
    padding-bottom: 86.5px;
  }
}
@media (max-width: 767px) {
  .section-cover {
    padding-bottom: calc(100vw * 42.1/375);
  }
}
.section-cover .cover {
  position: relative;
}
.section-cover .cover .product {
  text-align: right;
  padding-top: calc(100vw * 194.5/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-cover .cover .product {
    padding-top: 194.5px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-cover .cover .product {
    padding-top: calc(100vw * 346.2/375);
    margin-left: calc(100vw * -10/375);
  }
}
.section-cover .cover .product > img {
  width: calc(100vw * 790.54/1440);
}
@media (min-width: 1440px) {
  .section-cover .cover .product > img {
    width: 790.54px;
  }
}
@media (max-width: 767px) {
  .section-cover .cover .product > img {
    width: calc(100vw * 410.71/375);
  }
}
.section-cover .cover .content {
  color: #F7D5A4;
  text-align: center;
  position: absolute;
  top: calc(100vw * 104.5/1440);
  left: calc(100vw * 58/1440);
}
@media (min-width: 1440px) {
  .section-cover .cover .content {
    top: 104.5px;
    left: 58px;
  }
}
@media (max-width: 767px) {
  .section-cover .cover .content {
    top: calc(100vw * 86/375);
    left: calc(100vw * 12/375);
  }
}
.section-cover .cover .content .logo {
  display: block;
  margin: 0 auto;
  width: calc(100vw * 474.46/1440);
}
@media (min-width: 1440px) {
  .section-cover .cover .content .logo {
    width: 474.46px;
  }
}
@media (max-width: 767px) {
  .section-cover .cover .content .logo {
    width: calc(100vw * 247.63/375);
  }
}
.section-cover .cover .content .title {
  display: block;
  text-align: center;
  width: calc(100vw * 662/1440);
  margin-bottom: calc(100vw * 7/1440);
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-cover .cover .content .title {
    width: 662px;
    margin-bottom: 7px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-cover .cover .content .title {
    width: calc(100vw * 346/375);
    margin-bottom: calc(100vw * 21.7/375);
    margin-top: calc(100vw * 27.1/375);
  }
}
.section-cover .cover .content > p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 63/1440);
}
@media (min-width: 1440px) {
  .section-cover .cover .content > p {
    font-size: 60px;
    line-height: 63px;
  }
}
@media (max-width: 767px) {
  .section-cover .cover .content > p {
    font-size: calc(100vw * 40/375);
    line-height: calc(100vw * 40/375);
  }
}
@media (max-width: 767px) {
  .section-cover .cover .content > p {
    font-family: "DB-Heavent-li" !important;
  }
}
.section-cover .description {
  color: #231F20;
  font-size: calc(100vw * 40/1440);
  line-height: calc(100vw * 45/1440);
  padding-top: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  .section-cover .description {
    font-size: 40px;
    line-height: 45px;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-cover .description {
    font-size: calc(100vw * 26/375);
    line-height: calc(100vw * 30/375);
    padding-top: calc(100vw * 0/375);
  }
}
.section-cover .description .description-3,
.section-cover .description .description-2,
.section-cover .description .description-1 {
  text-align: center;
}
.section-cover .description .description-3 .mob,
.section-cover .description .description-2 .mob,
.section-cover .description .description-1 .mob {
  display: inline-block;
}
@media (max-width: 767px) {
  .section-cover .description .description-3 span,
.section-cover .description .description-2 span,
.section-cover .description .description-1 span {
    display: block;
  }
}
.section-cover .description .description-1 {
  position: relative;
}
.section-cover .description .description-1 .quote {
  position: absolute;
  left: calc(100vw * 180/1440);
  top: calc(100vw * -60/1440);
  width: calc(100vw * 1079.05/1440);
}
@media (min-width: 1440px) {
  .section-cover .description .description-1 .quote {
    left: 180px;
    top: -60px;
    width: 1079.05px;
  }
}
@media (max-width: 767px) {
  .section-cover .description .description-1 .quote {
    left: calc(100vw * 26/375);
    top: calc(100vw * -43/375);
    width: calc(100vw * 323.86/375);
  }
}
.section-cover .description .description-2 {
  margin-top: calc(100vw * 40/1440);
  padding-top: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 0/1440);
}
@media (max-width: 767px) {
  .section-cover .description .description-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/estee-anr/1440/bg-overlay-01.png");
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-cover .description .description-2 {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-cover .description .description-2 {
    background-image: url("https://www.jeban.com/spotlight-item/estee-anr/375/bg-overlay-01.png");
  }
}
@media (min-width: 1440px) {
  .section-cover .description .description-2 {
    margin-top: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .section-cover .description .description-2 {
    margin-top: calc(100vw * 46/375);
    padding-top: calc(100vw * 35/375);
    padding-bottom: calc(100vw * 35/375);
  }
}
.section-cover .description .description-3 {
  position: relative;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 40/1440);
  margin-left: calc(100vw * 178/1440);
  margin-right: calc(100vw * 178/1440);
  padding-top: calc(100vw * 150/1440);
  padding-bottom: calc(100vw * 88/1440);
  margin-top: calc(100vw * 130/1440);
}
@media (min-width: 1440px) {
  .section-cover .description .description-3 {
    font-size: 35px;
    line-height: 40px;
    margin-left: 178px;
    margin-right: 178px;
    padding-top: 150px;
    padding-bottom: 88px;
    margin-top: 130px;
  }
}
@media (max-width: 767px) {
  .section-cover .description .description-3 {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 25/375);
    margin-left: calc(100vw * 20/375);
    margin-right: calc(100vw * 20/375);
    padding-top: calc(100vw * 85/375);
    padding-bottom: calc(100vw * 28.7/375);
    margin-top: calc(100vw * 75/375);
  }
}
.section-cover .description .description-3 .title {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 70/1440);
  line-height: calc(100vw * 54/1440);
}
@media (min-width: 1440px) {
  .section-cover .description .description-3 .title {
    font-size: 70px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .section-cover .description .description-3 .title {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 30/375);
  }
}
.section-cover .description .description-3 .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100vw * 1074.75/1440);
}
@media (min-width: 1440px) {
  .section-cover .description .description-3 .frame {
    width: 1074.75px;
  }
}
@media (max-width: 767px) {
  .section-cover .description .description-3 .frame {
    width: calc(100vw * 335/375);
  }
}

.section-main {
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/estee-anr/1440/bg-main.jpg");
  padding-top: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  .section-main {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-main {
    background-image: url("https://www.jeban.com/spotlight-item/estee-anr/375/bg-main.jpg");
  }
}
@media (min-width: 1440px) {
  .section-main {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .section-main {
    padding-top: calc(100vw * 65/375);
  }
}
.section-main .section-quote {
  text-align: center;
}
.section-main .section-quote .title-img {
  width: calc(100vw * 490/1440);
}
@media (min-width: 1440px) {
  .section-main .section-quote .title-img {
    width: 490px;
  }
}
@media (max-width: 767px) {
  .section-main .section-quote .title-img {
    width: calc(100vw * 286/375);
  }
}
.section-main .section-quote .packshot {
  transform: rotate(8deg);
  width: calc(100vw * 416/1440);
  margin-top: calc(100vw * 90/1440);
}
@media (min-width: 1440px) {
  .section-main .section-quote .packshot {
    width: 416px;
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .section-main .section-quote .packshot {
    width: calc(100vw * 264/375);
    margin-top: calc(100vw * 60/375);
  }
}
.section-main .section-quote .quote-title {
  position: relative;
  padding-top: calc(100vw * 110/1440);
  padding-bottom: calc(100vw * 100/1440);
  margin-top: calc(100vw * -20/1440);
}
@media (min-width: 1440px) {
  .section-main .section-quote .quote-title {
    padding-top: 110px;
    padding-bottom: 100px;
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .section-main .section-quote .quote-title {
    padding-top: calc(100vw * 50/375);
    padding-bottom: calc(100vw * 40/375);
    margin-top: calc(100vw * 20/375);
  }
}
.section-main .section-quote .quote-title > p {
  color: #FFFFFF;
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 65/1440);
}
@media (min-width: 1440px) {
  .section-main .section-quote .quote-title > p {
    font-size: 60px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .section-main .section-quote .quote-title > p {
    font-size: calc(100vw * 40/375);
    line-height: calc(100vw * 52/375);
  }
}
.section-main .section-quote .quote-title > p > span {
  font-family: "DB-Heavent-reg" !important;
}
.section-main .section-quote .quote-title > p > span .italic {
  color: #F7D5A4;
  font-style: italic;
}
@media (max-width: 767px) {
  .section-main .section-quote .quote-title > p > span:first-child {
    display: block;
  }
}
.section-main .section-quote .quote-title > p > img {
  width: calc(100vw * 260/1440);
  margin-top: calc(100vw * -10/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-main .section-quote .quote-title > p > img {
    width: 260px;
    margin-top: -10px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-main .section-quote .quote-title > p > img {
    width: calc(100vw * 200/375);
    margin-top: calc(100vw * -10/375);
    margin-left: calc(100vw * 5/375);
  }
}
.section-main .section-quote .quote-title .quote {
  position: absolute;
  top: 0;
  width: calc(100vw * 938.5/1440);
  left: calc(100vw * 245/1440);
}
@media (min-width: 1440px) {
  .section-main .section-quote .quote-title .quote {
    width: 938.5px;
    left: 245px;
  }
}
@media (max-width: 767px) {
  .section-main .section-quote .quote-title .quote {
    width: calc(100vw * 383.2/375);
    left: calc(100vw * 0/375);
  }
}
.section-main .section-product .review-button {
  color: #F7D5A4;
  background-color: #111E45;
  border: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
  font-size: calc(100vw * 37/1440);
  line-height: calc(100vw * 33/1440);
  padding-left: calc(100vw * 44/1440);
  padding-right: calc(100vw * 44/1440);
  padding-top: calc(100vw * 17/1440);
  padding-bottom: calc(100vw * 12/1440);
  border-radius: calc(100vw * 22/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .review-button {
    font-size: 37px;
    line-height: 33px;
    padding-left: 44px;
    padding-right: 44px;
    padding-top: 17px;
    padding-bottom: 12px;
    border-radius: 22px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .review-button {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 27/375);
    padding-left: calc(100vw * 34.4/375);
    padding-right: calc(100vw * 34.4/375);
    padding-top: calc(100vw * 4.7/375);
    padding-bottom: calc(100vw * 1.2/375);
    border-radius: calc(100vw * 22/375);
  }
}
.section-main .section-product .review-button-wrapper {
  position: relative;
  margin-top: calc(100vw * -408/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .review-button-wrapper {
    margin-top: -408px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .review-button-wrapper {
    margin-top: calc(100vw * 14.8/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .review-button-wrapper {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .section-main .section-product .review-button-wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    height: 2px;
    background-color: #111E45;
    top: calc(100vw * 34/1440);
    left: calc(100vw * 470/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .section-main .section-product .review-button-wrapper:after {
    top: 34px;
    left: 470px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .section-main .section-product .review-button-wrapper:after {
    top: calc(100vw * 0/375);
    left: calc(100vw * 0/375);
  }
}
.section-main .section-product .review-button-wrapper:before {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #111E45;
  top: calc(100vw * 34/1440);
  width: calc(100vw * 245/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .review-button-wrapper:before {
    top: 34px;
    width: 245px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .review-button-wrapper:before {
    top: calc(100vw * 17.5/375);
    width: calc(100vw * 375/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .review-button-wrapper:before {
    right: 0;
  }
}
.section-main .section-product .review-button-wrapper .review-button {
  margin-left: calc(100vw * 272/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .review-button-wrapper .review-button {
    margin-left: 272px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .review-button-wrapper .review-button {
    margin-left: calc(100vw * 0/375);
  }
}
.section-main .section-product .product {
  margin-top: calc(100vw * 120/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product {
    margin-top: calc(100vw * 60/375);
  }
}
.section-main .section-product .product .quote {
  text-align: center;
  position: relative;
  margin-bottom: calc(100vw * 120/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .quote {
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .quote {
    margin-bottom: calc(100vw * 80/375);
  }
}
.section-main .section-product .product .quote > img {
  position: absolute;
  width: calc(100vw * 721.18/1440);
  left: calc(100vw * 370/1440);
  top: calc(100vw * -30/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .quote > img {
    width: 721.18px;
    left: 370px;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .quote > img {
    width: calc(100vw * 328.93/375);
    left: calc(100vw * 30/375);
    top: calc(100vw * -32/375);
  }
}
.section-main .section-product .product .quote > p {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .quote > p {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .quote > p {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 40/375);
  }
}
.section-main .section-product .product .quote > p:first-child {
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .quote > p:first-child {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .quote > p:first-child {
    font-size: calc(100vw * 40/375);
    line-height: calc(100vw * 40/375);
  }
}
.section-main .section-product .product .quote > p:not(:first-child) {
  font-style: italic;
}
.section-main .section-product .product .list {
  border: 4px solid #FFE6C3;
  text-align: left;
  display: inline-block;
  font-size: calc(100vw * 30/1440);
  line-height: calc(100vw * 30/1440);
  padding-top: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 0/1440);
  padding-left: calc(100vw * 40.2/1440);
  padding-right: calc(100vw * 30.2/1440);
  margin-right: calc(100vw * 0/1440);
  margin-left: calc(100vw * 0/1440);
  margin-top: calc(100vw * 39.8/1440);
  margin-bottom: calc(100vw * 31.8/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .list {
    font-size: 30px;
    line-height: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 40.2px;
    padding-right: 30.2px;
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 39.8px;
    margin-bottom: 31.8px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .list {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 23/375);
    padding-top: calc(100vw * 14.4/375);
    padding-bottom: calc(100vw * 10.9/375);
    padding-left: calc(100vw * 0/375);
    padding-right: calc(100vw * 14.7/375);
    margin-right: calc(100vw * 22/375);
    margin-left: calc(100vw * 22/375);
    margin-top: calc(100vw * 20/375);
    margin-bottom: calc(100vw * 30.7/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .list {
    border: 4px solid #F7D5A4;
  }
}
.section-main .section-product .product .list li {
  position: relative;
  font-family: "DB-Heavent-reg" !important;
  margin-top: calc(100vw * 27/1440);
  margin-bottom: calc(100vw * 27/1440);
  padding-left: calc(100vw * 20/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .list li {
    margin-top: 27px;
    margin-bottom: 27px;
    padding-left: 20px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .list li {
    margin-top: calc(100vw * 14/375);
    margin-bottom: calc(100vw * 14/375);
    padding-left: calc(100vw * 20/375);
    margin-left: calc(100vw * -6/375);
  }
}
.section-main .section-product .product .list li > span {
  display: block;
}
.section-main .section-product .product .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background-image: linear-gradient(#B58A58, #DAAF71, #CDA265);
}
.section-main .section-product .product .size {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 30/1440);
  line-height: calc(100vw * 27/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .size {
    font-size: 30px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .size {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 27/375);
  }
}
.section-main .section-product .product .flex {
  border: 4px solid #FFE6C3;
  display: inline-flex;
  padding-left: calc(100vw * 28/1440);
  padding-right: calc(100vw * 28/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .flex {
    padding-left: 28px;
    padding-right: 28px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .flex {
    padding-left: calc(100vw * 0/375);
    padding-right: calc(100vw * 0/375);
  }
}
.section-main .section-product .product .flex .list {
  border: none;
}
.section-main .section-product .product .flex .list:nth-child(2) {
  margin-left: calc(100vw * 58/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .flex .list:nth-child(2) {
    margin-left: 58px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .flex .list:nth-child(2) {
    margin-left: calc(100vw * 0/375);
  }
}
.section-main .section-product .product .description {
  display: flex;
  padding-right: calc(100vw * 150/1440);
  padding-left: calc(100vw * 150/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .description {
    padding-right: 150px;
    padding-left: 150px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .description {
    padding-right: calc(100vw * 0/375);
    padding-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .description {
    flex-direction: column;
  }
}
.section-main .section-product .product .description > img {
  width: calc(100vw * 409.5/1440);
  margin-top: calc(100vw * -100/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .description > img {
    width: 409.5px;
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .description > img {
    width: calc(100vw * 370/375);
    margin-top: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .description > img {
    display: block;
    margin: 0 auto;
  }
}
.section-main .section-product .product .description .content {
  text-align: center;
  color: #231F20;
  margin-top: calc(100vw * 0/1440);
  margin-left: calc(100vw * 77.5/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .description .content {
    margin-top: 0px;
    margin-left: 77.5px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .description .content {
    margin-top: calc(100vw * -280/375);
    margin-left: calc(100vw * 0/375);
  }
}
.section-main .section-product .product .description .content .title > p:nth-child(1) {
  font-family: "Playfair Display";
  font-weight: 700;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .description .content .title > p:nth-child(1) {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .description .content .title > p:nth-child(1) {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 32/375);
  }
}
.section-main .section-product .product .description .content .title > p:not(:nth-child(1)) {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .description .content .title > p:not(:nth-child(1)) {
    font-size: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .description .content .title > p:not(:nth-child(1)) {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 32/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .description .content .title > p > span {
    display: block;
  }
}
.section-main .section-product .product .description .content .sub-title {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 40/1440);
  margin-top: calc(100vw * 14.3/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product .description .content .sub-title {
    font-size: 35px;
    line-height: 40px;
    margin-top: 14.3px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product .description .content .sub-title {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 30/375);
    margin-top: calc(100vw * 14.3/375);
  }
}
.section-main .section-product .product .description .content .sub-title > p > span:not(.mob-block) {
  display: block;
}
@media (max-width: 767px) {
  .section-main .section-product .product .description .content .sub-title .mob-block {
    display: block;
  }
}
.section-main .section-product .product.reset {
  margin-top: calc(100vw * 120/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.reset {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.reset {
    margin-top: calc(100vw * 85/375);
  }
}
.section-main .section-product .product.reset .description {
  padding-left: calc(100vw * 228/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.reset .description {
    padding-left: 228px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.reset .description {
    padding-left: calc(100vw * 0/375);
  }
}
.section-main .section-product .product.reset .description > img {
  width: calc(100vw * 280.09/1440);
  margin-top: calc(100vw * -45/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.reset .description > img {
    width: 280.09px;
    margin-top: -45px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.reset .description > img {
    width: calc(100vw * 330/375);
    margin-top: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.reset .description > img {
    display: block;
    margin: 0 auto;
  }
}
.section-main .section-product .product.reset .description .content {
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.reset .description .content {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.reset .description .content {
    margin-top: calc(100vw * -315/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.reset .description .content .sub-title span {
    display: inline-block !important;
  }
}
.section-main .section-product .product.reset .description .content .list {
  margin-bottom: calc(100vw * 31.8/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.reset .description .content .list {
    margin-bottom: 31.8px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.reset .description .content .list {
    margin-bottom: calc(100vw * 24.3/375);
  }
}
.section-main .section-product .product.reset .description .content .size > p {
  font-family: "DB-Heavent-reg" !important;
  color: #111E45;
  font-weight: 600;
}
@media (max-width: 767px) {
  .section-main .section-product .product.reset .description .content .size > p {
    color: #231F20;
  }
}
.section-main .section-product .product.reset .description .content .size .review-button {
  margin-top: calc(100vw * 23/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.reset .description .content .size .review-button {
    margin-top: 23px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.reset .description .content .size .review-button {
    margin-top: calc(100vw * 26.3/375);
  }
}
.section-main .section-product .product.eye {
  margin-top: calc(100vw * 220/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye {
    margin-top: 220px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye {
    margin-top: calc(100vw * 280/375);
  }
}
.section-main .section-product .product.eye .quote > p:first-child {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .quote > p:first-child {
    color: #111E45;
    font-size: calc(100vw * 50/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-main .section-product .product.eye .quote > p:first-child {
    font-size: 50px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-main .section-product .product.eye .quote > p:first-child {
    font-size: calc(100vw * 35/375);
  }
}
.section-main .section-product .product.eye .quote > p:not(:first-child) {
  color: #F7D5A4;
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .quote > p:not(:first-child) {
    color: #111E45;
  }
  .section-main .section-product .product.eye .quote > p:not(:first-child) > span {
    display: block;
  }
}
.section-main .section-product .product.eye .quote > img {
  width: calc(100vw * 849.18/1440);
  left: calc(100vw * 300/1440);
  top: calc(100vw * -40/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye .quote > img {
    width: 849.18px;
    left: 300px;
    top: -40px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .quote > img {
    width: calc(100vw * 50/375);
    left: calc(100vw * 158/375);
    top: calc(100vw * -60/375);
  }
}
.section-main .section-product .product.eye .description {
  padding-right: calc(100vw * 105/1440);
  padding-left: calc(100vw * 105/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye .description {
    padding-right: 105px;
    padding-left: 105px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .description {
    padding-right: calc(100vw * 0/375);
    padding-left: calc(100vw * 0/375);
  }
}
.section-main .section-product .product.eye .description > img {
  width: calc(100vw * 520.97/1440);
  margin-top: calc(100vw * -70/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye .description > img {
    width: 520.97px;
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .description > img {
    width: calc(100vw * 294/375);
    margin-top: calc(100vw * 0/375);
  }
}
.section-main .section-product .product.eye .description .content {
  margin-left: calc(100vw * 0/1440);
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye .description .content {
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .description .content {
    margin-left: calc(100vw * 0/375);
    margin-top: calc(100vw * -160/375);
  }
}
.section-main .section-product .product.eye .description .content .title {
  color: #F7D5A4;
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .description .content .title {
    color: #231F20;
  }
}
.section-main .section-product .product.eye .description .content .title > p:first-child {
  padding-bottom: calc(100vw * 4/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye .description .content .title > p:first-child {
    padding-bottom: 4px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .description .content .title > p:first-child {
    padding-bottom: calc(100vw * 0/375);
  }
}
.section-main .section-product .product.eye .description .content .sub-title {
  margin-top: calc(100vw * 38/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye .description .content .sub-title {
    margin-top: 38px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .description .content .sub-title {
    margin-top: calc(100vw * 18.6/375);
  }
}
.section-main .section-product .product.eye .description .content .sub-title > p {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .description .content .sub-title > p {
    color: #231F20;
  }
}
.section-main .section-product .product.eye .content-list {
  text-align: center;
  margin-top: calc(100vw * -330/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye .content-list {
    margin-top: -330px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .content-list {
    margin-top: calc(100vw * 0/375);
  }
}
.section-main .section-product .product.eye .content-list .size {
  color: #111E45;
}
.section-main .section-product .product.eye .content-list .size > p {
  font-family: "DB-Heavent-reg" !important;
  margin-top: calc(100vw * 35/1440);
  padding-bottom: calc(100vw * 19/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye .content-list .size > p {
    margin-top: 35px;
    padding-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .content-list .size > p {
    margin-top: calc(100vw * 0/375);
    padding-bottom: calc(100vw * 18.8/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye .content-list .size .button {
    position: relative;
  }
  .section-main .section-product .product.eye .content-list .size .button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #111E45;
    top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-main .section-product .product.eye .content-list .size .button:before {
    top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-main .section-product .product.eye .content-list .size .button:before {
    top: calc(100vw * 18/375);
  }
}
.section-main .section-product .product.eye-matrix {
  margin-top: calc(100vw * 120/1440);
  margin-top: calc(100vw * 120/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye-matrix {
    margin-top: 120px;
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix {
    margin-top: calc(100vw * 130/375);
    margin-top: calc(100vw * 130/375);
  }
}
.section-main .section-product .product.eye-matrix .quote {
  margin-bottom: calc(100vw * 70.6/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye-matrix .quote {
    margin-bottom: 70.6px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix .quote {
    margin-bottom: calc(100vw * 20/375);
  }
}
.section-main .section-product .product.eye-matrix .quote > img {
  position: absolute;
  width: calc(100vw * 910.18/1440);
  left: calc(100vw * 250/1440);
  top: calc(100vw * -30/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye-matrix .quote > img {
    width: 910.18px;
    left: 250px;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix .quote > img {
    width: calc(100vw * 331/375);
    left: calc(100vw * 22/375);
    top: calc(100vw * -32/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix .quote > p > span {
    display: block;
  }
}
.section-main .section-product .product.eye-matrix .description {
  padding-left: calc(100vw * 112/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye-matrix .description {
    padding-left: 112px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix .description {
    padding-left: calc(100vw * 0/375);
  }
}
.section-main .section-product .product.eye-matrix .description > img {
  width: calc(100vw * 484/1440);
  margin-top: calc(100vw * 0/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye-matrix .description > img {
    width: 484px;
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix .description > img {
    width: calc(100vw * 300/375);
    margin-top: calc(100vw * 0/375);
    margin-left: calc(100vw * 38/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix .description > img {
    display: block;
  }
}
.section-main .section-product .product.eye-matrix .description .content {
  text-align: center;
  margin-top: calc(100vw * 0/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye-matrix .description .content {
    margin-top: 0px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix .description .content {
    margin-top: calc(100vw * -180/375);
    margin-left: calc(100vw * 0/375);
  }
}
.section-main .section-product .product.eye-matrix .description .content .sub-title {
  margin-top: calc(100vw * 16.8/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye-matrix .description .content .sub-title {
    margin-top: 16.8px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix .description .content .sub-title {
    margin-top: calc(100vw * 24/375);
  }
}
.section-main .section-product .product.eye-matrix .description .content .sub-title > p {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix .description .content .sub-title > p {
    white-space: pre-wrap;
  }
  .section-main .section-product .product.eye-matrix .description .content .sub-title span {
    display: inline-block !important;
  }
}
.section-main .section-product .product.eye-matrix .description .content .list {
  border-color: #FFD59B;
  margin-top: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye-matrix .description .content .list {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix .description .content .list {
    margin-top: calc(100vw * 44/375);
  }
}
.section-main .section-product .product.eye-matrix .description .content .list li {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix .description .content .size,
.section-main .section-product .product.eye-matrix .description .content .list {
    color: #FFFFFF;
  }
}
.section-main .section-product .product.eye-matrix .description .content .size > p {
  color: #111E45;
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix .description .content .size > p {
    color: #FFFFFF;
  }
}
.section-main .section-product .product.eye-matrix + .review-button-wrapper {
  margin-top: calc(100vw * -352/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye-matrix + .review-button-wrapper {
    margin-top: -352px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix + .review-button-wrapper {
    margin-top: calc(100vw * 14.8/375);
  }
}
@media (min-width: 768px) {
  .section-main .section-product .product.eye-matrix + .review-button-wrapper:after {
    left: calc(100vw * 505/1440);
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .section-main .section-product .product.eye-matrix + .review-button-wrapper:after {
    left: 505px;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .section-main .section-product .product.eye-matrix + .review-button-wrapper:after {
    left: calc(100vw * 0/375);
  }
}
.section-main .section-product .product.eye-matrix + .review-button-wrapper:before {
  width: calc(100vw * 280/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye-matrix + .review-button-wrapper:before {
    width: 280px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix + .review-button-wrapper:before {
    width: calc(100vw * 375/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix + .review-button-wrapper:before {
    background-color: #FFFFFF;
  }
}
.section-main .section-product .product.eye-matrix + .review-button-wrapper .review-button {
  margin-left: calc(100vw * 307/1440);
}
@media (min-width: 1440px) {
  .section-main .section-product .product.eye-matrix + .review-button-wrapper .review-button {
    margin-left: 307px;
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix + .review-button-wrapper .review-button {
    margin-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-product .product.eye-matrix + .review-button-wrapper .review-button {
    background-color: #FFFFFF;
    color: #111E45;
  }
}
.section-main .ingredient {
  position: relative;
  margin-top: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  .section-main .ingredient {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient {
    margin-top: calc(100vw * 35/375);
  }
}
.section-main .ingredient .quote {
  position: absolute;
  color: #F7D5A4;
  text-align: center;
  font-size: calc(100vw * 50/1440);
  line-height: calc(100vw * 60/1440);
  left: calc(100vw * 193/1440);
  top: calc(100vw * -40/1440);
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-main .ingredient .quote {
    font-size: 50px;
    line-height: 60px;
    left: 193px;
    top: -40px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .quote {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 36/375);
    left: calc(100vw * 0/375);
    top: calc(100vw * 0/375);
    margin-top: calc(100vw * 80/375);
  }
}
.section-main .ingredient .quote .title {
  font-family: "DB-Heavent-reg" !important;
  color: #FFFFFF;
}
.section-main .ingredient .quote > img {
  position: absolute;
  width: calc(100vw * 610.32/1440);
  left: calc(100vw * -50/1440);
  top: calc(100vw * -90/1440);
}
@media (min-width: 1440px) {
  .section-main .ingredient .quote > img {
    width: 610.32px;
    left: -50px;
    top: -90px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .quote > img {
    width: calc(100vw * 328.93/375);
    left: calc(100vw * 23/375);
    top: calc(100vw * -38/375);
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .quote {
    position: relative;
  }
  .section-main .ingredient .quote span {
    display: block;
  }
}
.section-main .ingredient .row {
  position: relative;
}
.section-main .ingredient .product {
  position: absolute;
  left: calc(100vw * 78/1440);
  right: calc(100vw * 78/1440);
  bottom: calc(100vw * -90/1440);
}
@media (min-width: 1440px) {
  .section-main .ingredient .product {
    left: 78px;
    right: 78px;
    bottom: -90px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .product {
    left: calc(100vw * -40/375);
    right: calc(100vw * 0/375);
    bottom: calc(100vw * -110/375);
  }
}
.section-main .ingredient .product > img {
  transform: rotate(-9deg);
  width: calc(100vw * 463/1440);
}
@media (min-width: 1440px) {
  .section-main .ingredient .product > img {
    width: 463px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .product > img {
    width: calc(100vw * 189.33/375);
  }
}
.section-main .ingredient .product::after {
  content: "";
  position: absolute;
  background-color: #F7D5A4;
  height: 3px;
  bottom: 0;
  right: 0;
  bottom: calc(100vw * 50/1440);
  left: calc(100vw * 520/1440);
}
@media (min-width: 1440px) {
  .section-main .ingredient .product::after {
    bottom: 50px;
    left: 520px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .product::after {
    bottom: calc(100vw * 80/375);
    left: calc(100vw * 220/375);
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .product::after {
    height: 1px;
  }
}
.section-main .ingredient .circle {
  background-color: #FFC97C;
  box-shadow: 6px 7px 2px rgba(0, 0, 0, 0.34);
  color: #111E45;
  text-align: center;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-main .ingredient .circle > ul {
  text-align: left;
}
.section-main .ingredient .circle > ul > li {
  position: relative;
  padding-left: calc(100vw * 24/1440);
}
@media (min-width: 1440px) {
  .section-main .ingredient .circle > ul > li {
    padding-left: 24px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .circle > ul > li {
    padding-left: calc(100vw * 14/375);
  }
}
.section-main .ingredient .circle > ul > li:before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 10px;
  border: 2px solid #111E45;
  position: absolute;
  left: 0;
  top: calc(100vw * 7.5/1440);
}
@media (max-width: 767px) {
  .section-main .ingredient .circle > ul > li:before {
    width: 10px;
    height: 10px;
  }
}
@media (min-width: 1440px) {
  .section-main .ingredient .circle > ul > li:before {
    top: 7.5px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .circle > ul > li:before {
    top: calc(100vw * 8.5/375);
  }
}
.section-main .ingredient .circle > ul > li:not(:last-child) {
  margin-bottom: calc(100vw * 33/1440);
}
@media (min-width: 1440px) {
  .section-main .ingredient .circle > ul > li:not(:last-child) {
    margin-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .circle > ul > li:not(:last-child) {
    margin-bottom: calc(100vw * 10/375);
  }
}
.section-main .ingredient .circle > ul > li .title {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 39/1440);
  line-height: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  .section-main .ingredient .circle > ul > li .title {
    font-size: 39px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .circle > ul > li .title {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 25/375);
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .circle > ul > li .title span {
    display: block;
  }
}
.section-main .ingredient .circle > ul > li .content {
  font-size: calc(100vw * 30/1440);
  line-height: calc(100vw * 33/1440);
  margin-top: calc(100vw * 12/1440);
}
@media (min-width: 1440px) {
  .section-main .ingredient .circle > ul > li .content {
    font-size: 30px;
    line-height: 33px;
    margin-top: 12px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .circle > ul > li .content {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 24/375);
    margin-top: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .circle > ul > li .content span {
    display: block;
  }
}
.section-main .ingredient .circle.one {
  width: calc(100vw * 602/1440);
  height: calc(100vw * 602/1440);
  margin-right: calc(100vw * 65/1440);
  margin-left: calc(100vw * 0/1440);
  margin-top: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-main .ingredient .circle.one {
    width: 602px;
    height: 602px;
    margin-right: 65px;
    margin-left: 0px;
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .circle.one {
    width: calc(100vw * 432.69/375);
    height: calc(100vw * 432.69/375);
    margin-right: calc(100vw * 0/375);
    margin-left: calc(100vw * -16/375);
    margin-top: calc(100vw * 35/375);
  }
}
.section-main .ingredient .circle.one ~ .mob {
  position: absolute;
  z-index: 1;
  left: calc(100vw * 178/375);
  top: calc(100vw * 300/375);
  width: calc(100vw * 325/375);
}
.section-main .ingredient .circle.two {
  width: calc(100vw * 716/1440);
  height: calc(100vw * 716/1440);
  margin-left: calc(100vw * 76/1440);
  margin-top: calc(100vw * -430/1440);
  position: relative;
  z-index: 2;
}
@media (min-width: 1440px) {
  .section-main .ingredient .circle.two {
    width: 716px;
    height: 716px;
    margin-left: 76px;
    margin-top: -430px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .circle.two {
    width: calc(100vw * 468.69/375);
    height: calc(100vw * 468.69/375);
    margin-left: calc(100vw * -40/375);
    margin-top: calc(100vw * 82.7/375);
  }
}
.section-main .ingredient .circle.two > ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .section-main .ingredient .circle.two > ul {
    align-items: flex-start;
  }
}
.section-main .ingredient .circle.three {
  width: calc(100vw * 602/1440);
  height: calc(100vw * 602/1440);
  margin-right: calc(100vw * 140/1440);
  margin-left: calc(100vw * 0/1440);
  margin-top: calc(100vw * -230/1440);
}
@media (min-width: 1440px) {
  .section-main .ingredient .circle.three {
    width: 602px;
    height: 602px;
    margin-right: 140px;
    margin-left: 0px;
    margin-top: -230px;
  }
}
@media (max-width: 767px) {
  .section-main .ingredient .circle.three {
    width: calc(100vw * 432.69/375);
    height: calc(100vw * 432.69/375);
    margin-right: calc(100vw * 0/375);
    margin-left: calc(100vw * -16/375);
    margin-top: calc(100vw * 26.7/375);
  }
}
.section-main .ingredient .row {
  display: flex;
}
.section-main .ingredient .row.right {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .section-main .ingredient .row {
    display: block;
  }
}
.section-main .section-how-to {
  position: relative;
  padding-bottom: calc(100vw * 350/1440);
}
@media (min-width: 1440px) {
  .section-main .section-how-to {
    padding-bottom: 350px;
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to {
    padding-bottom: calc(100vw * 320/375);
  }
}
.section-main .section-how-to .title {
  font-family: "Playfair Display";
  color: #F7D5A4;
  text-align: center;
  font-size: calc(100vw * 90/1440);
  line-height: calc(100vw * 89/1440);
  padding-bottom: calc(100vw * 120/1440);
  padding-top: calc(100vw * 120/1440);
}
@media (min-width: 1440px) {
  .section-main .section-how-to .title {
    font-size: 90px;
    line-height: 89px;
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to .title {
    font-size: calc(100vw * 50/375);
    line-height: calc(100vw * 54/375);
    padding-bottom: calc(100vw * 60/375);
    padding-top: calc(100vw * 40/375);
  }
}
.section-main .section-how-to .text-yellow {
  color: #F7D5A4 !important;
}
.section-main .section-how-to .content {
  padding-left: calc(100vw * 95/1440);
  padding-right: calc(100vw * 95/1440);
}
@media (min-width: 1440px) {
  .section-main .section-how-to .content {
    padding-left: 95px;
    padding-right: 95px;
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to .content {
    padding-left: calc(100vw * 50/375);
    padding-right: calc(100vw * 30/375);
  }
}
.section-main .section-how-to > img {
  position: absolute;
  z-index: 4;
  width: calc(100vw * 657.03/1440);
  bottom: calc(100vw * 30/1440);
  right: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-main .section-how-to > img {
    width: 657.03px;
    bottom: 30px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to > img {
    width: calc(100vw * 393.04/375);
    bottom: calc(100vw * 0/375);
    right: calc(100vw * -15/375);
  }
}
.section-main .section-how-to .row {
  display: flex;
}
.section-main .section-how-to .row > span {
  font-family: "Playfair Display";
  color: rgba(255, 255, 255, 0.25);
  font-style: italic;
  font-size: calc(100vw * 287/1440);
  line-height: calc(100vw * 306/1440);
  margin-top: calc(100vw * -150/1440);
}
@media (min-width: 1440px) {
  .section-main .section-how-to .row > span {
    font-size: 287px;
    line-height: 306px;
    margin-top: -150px;
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to .row > span {
    font-size: calc(100vw * 175/375);
    line-height: calc(100vw * 186/375);
    margin-top: calc(100vw * -82/375);
  }
}
.section-main .section-how-to .row > div {
  display: inline-block;
  white-space: nowrap;
}
.section-main .section-how-to .row > div > p {
  font-size: calc(100vw * 40/1440);
  line-height: calc(100vw * 40/1440);
  color: #FFFFFF;
}
@media (min-width: 1440px) {
  .section-main .section-how-to .row > div > p {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to .row > div > p {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 25/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to .row > div > p .inline {
    display: inline-block;
  }
  .section-main .section-how-to .row > div > p .mob-block {
    display: block;
  }
  .section-main .section-how-to .row > div > p > span {
    display: block;
  }
}
.section-main .section-how-to .row.left > span {
  margin-right: calc(100vw * 6/1440);
}
@media (min-width: 1440px) {
  .section-main .section-how-to .row.left > span {
    margin-right: 6px;
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to .row.left > span {
    margin-right: calc(100vw * 6/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to .row.left > div {
    margin-left: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  .section-main .section-how-to .row.left > div {
    margin-left: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .section-main .section-how-to .row.left > div {
    margin-left: calc(100vw * 6/375);
  }
}
.section-main .section-how-to .row.right {
  text-align: right;
  justify-content: flex-end;
}
.section-main .section-how-to .row.right > span {
  margin-left: calc(100vw * -32/1440);
}
@media (min-width: 1440px) {
  .section-main .section-how-to .row.right > span {
    margin-left: -32px;
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to .row.right > span {
    margin-left: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to .row.right {
    flex-wrap: nowrap;
  }
}
.section-main .section-how-to .row:nth-child(1) > span {
  margin-left: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  .section-main .section-how-to .row:nth-child(1) > span {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to .row:nth-child(1) > span {
    margin-left: calc(100vw * -48/375);
  }
}
.section-main .section-how-to .row:nth-child(3) {
  margin-top: calc(100vw * 24/1440);
}
@media (min-width: 1440px) {
  .section-main .section-how-to .row:nth-child(3) {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to .row:nth-child(3) {
    margin-top: calc(100vw * 56/375);
  }
}
.section-main .section-how-to .row:nth-child(3) > span {
  margin-top: calc(100vw * -200/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  .section-main .section-how-to .row:nth-child(3) > span {
    margin-top: -200px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .section-main .section-how-to .row:nth-child(3) > span {
    margin-top: calc(100vw * -90/375);
    margin-left: calc(100vw * -48/375);
  }
}

.section-promotion {
  border: 1px solid transparent;
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: transparent;
  background-image: url("https://www.jeban.com/spotlight-item/estee-anr/1440/bg-promotion.jpg");
  position: relative;
  z-index: 3;
  margin-top: calc(100vw * -110/1440);
}
@media (min-width: 1440px) {
  .section-promotion {
    background-size: 1440px auto;
  }
}
@media (max-width: 767px) {
  .section-promotion {
    background-image: url("https://www.jeban.com/spotlight-item/estee-anr/375/bg-promotion.png");
  }
}
@media (min-width: 1440px) {
  .section-promotion {
    margin-top: -110px;
  }
}
@media (max-width: 767px) {
  .section-promotion {
    margin-top: calc(100vw * -40/375);
  }
}
.section-promotion .content {
  color: #F7D5A4;
  text-align: center;
  position: relative;
  font-size: calc(100vw * 65/1440);
  line-height: calc(100vw * 80/1440);
  margin-top: calc(100vw * 110/1440);
  margin-bottom: calc(100vw * 128.1/1440);
}
@media (min-width: 1440px) {
  .section-promotion .content {
    font-size: 65px;
    line-height: 80px;
    margin-top: 110px;
    margin-bottom: 128.1px;
  }
}
@media (max-width: 767px) {
  .section-promotion .content {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 40/375);
    margin-top: calc(100vw * 132/375);
    margin-bottom: calc(100vw * 119.1/375);
  }
}
@media (max-width: 767px) {
  .section-promotion .content {
    color: #111E45;
  }
}
.section-promotion .content .quote {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: calc(100vw * 1079.77/1440);
  top: calc(100vw * -55/1440);
  z-index: -1;
}
@media (min-width: 1440px) {
  .section-promotion .content .quote {
    width: 1079.77px;
    top: -55px;
  }
}
@media (max-width: 767px) {
  .section-promotion .content .quote {
    width: calc(100vw * 375/375);
    top: calc(100vw * -40/375);
  }
}
.section-promotion .content > p:nth-child(2) {
  color: #111E45;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 80/1440);
  line-height: calc(100vw * 84/1440);
}
@media (min-width: 1440px) {
  .section-promotion .content > p:nth-child(2) {
    font-size: 80px;
    line-height: 84px;
  }
}
@media (max-width: 767px) {
  .section-promotion .content > p:nth-child(2) {
    font-size: calc(100vw * 38/375);
    line-height: calc(100vw * 40/375);
  }
}
.section-promotion .content > p:nth-child(1) {
  color: #111E45;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
  line-height: calc(100vw * 80/1440);
}
@media (min-width: 1440px) {
  .section-promotion .content > p:nth-child(1) {
    font-size: 100px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .section-promotion .content > p:nth-child(1) {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 40/375);
  }
}
.section-promotion .content > p:nth-child(4), .section-promotion .content > p:nth-child(3) {
  font-family: "Playfair Display";
  text-shadow: 0 3px 6px #000000;
}
@media (max-width: 767px) {
  .section-promotion .content > p:nth-child(4), .section-promotion .content > p:nth-child(3) {
    text-shadow: none;
  }
}
.section-promotion .content > p:nth-child(3) {
  font-weight: 700;
  font-size: calc(100vw * 70/1440);
  line-height: calc(100vw * 84/1440);
}
@media (min-width: 1440px) {
  .section-promotion .content > p:nth-child(3) {
    font-size: 70px;
    line-height: 84px;
  }
}
@media (max-width: 767px) {
  .section-promotion .content > p:nth-child(3) {
    font-size: calc(100vw * 34/375);
    line-height: calc(100vw * 40/375);
  }
}
.section-promotion .content > p:nth-child(4) {
  font-weight: 400;
  font-style: italic;
  font-size: calc(100vw * 75/1440);
  line-height: calc(100vw * 84/1440);
}
@media (min-width: 1440px) {
  .section-promotion .content > p:nth-child(4) {
    font-size: 75px;
    line-height: 84px;
  }
}
@media (max-width: 767px) {
  .section-promotion .content > p:nth-child(4) {
    font-size: calc(100vw * 36/375);
    line-height: calc(100vw * 40/375);
  }
}
.section-promotion .content > p:nth-child(5) {
  text-shadow: 0 3px 6px #000000;
}
@media (max-width: 767px) {
  .section-promotion .content > p:nth-child(5) {
    text-shadow: none;
  }
}
.section-promotion .content > div {
  margin-top: calc(100vw * 46.8/1440);
  color: #F7D5A4;
}
@media (min-width: 1440px) {
  .section-promotion .content > div {
    margin-top: 46.8px;
  }
}
@media (max-width: 767px) {
  .section-promotion .content > div {
    margin-top: calc(100vw * 23.2/375);
  }
}
@media (max-width: 767px) {
  .section-promotion .content > div {
    color: #111E45;
  }
}
.section-promotion .content > div > a > button {
  color: #F7D5A4;
  background-color: #111E45;
  border: none;
  padding: 0px 26px;
  cursor: pointer;
}