@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .spOnly {
    display: none !important;
  }
}

.bright-essence {
  position: relative;
  margin: 0 auto;
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  overflow-x: hidden;
  font-weight: 500;
}

.bright-essence * {
  box-sizing: border-box;
}

.bright-essence img {
  width: 100%;
  height: auto;
}

.clearWide {
  margin: 0 calc(50% - 50vw); /* 画面幅いっぱいにはみ出させるためのネガティブマージン */
  width: 100vw; /* 幅を画面幅いっぱいに指定 */
}

.kv {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .kv {
    width: 100% !important;
    display: flex;
    margin: 0 auto 0px;
  }
}
@media screen and (max-width: 750px) {
  .kv {
    padding: 0 3.73%;
    margin: 0 auto 0px;
    background-color: #E9F0B9;
  }
}
.kv .kvL {
  flex: 1;
}
.kv .kvR {
  flex: 1;
}
@media screen and (min-width: 751px) {
  .kv .kvR {
    padding-top: 45px;
    padding-left: 50px;
  }
  .kv .kvR.released {
    padding-top: 115px;
  }
}
@media screen and (max-width: 750px) {
  .kv .kvR.released {
    padding-bottom: 15px;
  }
}
.kv .kvR .kvRIn {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .kv .kvR .kvRIn {
    max-width: 400px;
  }
}
.kv .kvTx01 {
  font-size: 21px;
}
@media screen and (max-width: 750px) {
  .kv .kvTx01 {
    line-height: 2.1em;
    color: #604C3F;
    padding-top: 25px;
    margin-bottom: 15px;
    font-size: 4vw;
    text-align: center;
  }
  .kv .kvTx01 sup {
    font-size: 11px;
    vertical-align: super;
    line-height: 1;
  }
  .kv .kvTx01 span {
    font-size: 5.33vw;
    font-weight: 600;
  }
  .kv .kvTx01 span sup {
    font-size: 12px;
    padding: 0 2px;
  }
}
.kv .kvTx02 {
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  font-size: 56px;
  line-height: 1;
  font-weight: 300;
  color: #4C94B5;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .kv .kvTx02 {
    font-size: 10.4vw;
  }
}
.kv .kvRspBg {
  position: relative;
}
@media screen and (max-width: 750px) {
  .kv .kvRspBg {
    padding-bottom: 80vw;
  }
}
.kv .kvRspBg .kvTxfix {
  position: relative;
}
.kv .kvRspBg .kvPg01 {
  position: relative;
}
.kv .kvRspBg .kvPg01 .kvPg01Img {
  position: absolute;
  right: -65px;
  bottom: -55px;
  width: 138px;
}
@media screen and (min-width: 751px) {
  .kv .kvRspBg .kvPg01 .kvPg01Img.released {
    bottom: 175px;
    right: -55px;
  }
}
@media screen and (max-width: 750px) {
  .kv .kvRspBg .kvPg01 .kvPg01Img {
    right: 4vw;
    bottom: -8vw;
    width: 22vw;
  }
}
.kv .kvSpBtm {
  padding-top: 20px;
  position: relative;
}
@media screen and (min-width: 751px) {
  .kv .kvSpBtm {
    margin-top: 55px;
  }
  .kv .kvSpBtm.released {
    margin-top: 0px;
  }
}
@media screen and (max-width: 750px) {
  .kv .kvSpBtm.released {
    margin-top: 0px;
    padding-top: 0px;
  }
}
.kv .kvBrd {
  border: 1px solid #9FB055;
  padding: 0 10px 15px;
  margin-top: 17px;
  margin-left: 3.47vw;
  margin-right: 3.47vw;
  color: #7A6A56;
}
.kv .kvBrd .kvBrdTx01 {
  width: 58.4vw;
  margin: -3vw auto 0;
  background-color: #E9F0B9;
  box-sizing: content-box;
  padding: 0 3vw;
}
.kv .kvBrd .kvBrdTx02 {
  padding-top: 18px;
  width: 74.4vw;
  margin: -3vw auto 0;
}
.kv .kvTx03 {
  margin-top: 15px !important;
  font-size: 16px;
  color: #4B94B5;
  margin-top: -0.8em;
  font-weight: 600;
}
.kv .kvTx03.nonPre {
  margin-top: 5px !important;
}
@media screen and (max-width: 750px) {
  .kv .kvTx03 {
    font-size: 4vw;
  }
}
.kv .kvTx03 span.kvBrdTx01Wrap {
  background-color: #fff;
  padding: 0 10px;
}
.kv .kvTx03 span.num01 {
  font-size: 29px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .kv .kvTx03 span.num01 {
    font-size: 6.93vw;
  }
}
.kv .kvTx03 span.num02 {
  font-size: 41px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .kv .kvTx03 span.num02 {
    font-size: 9.47vw;
  }
}
.kv .kvTx04 {
  margin-top: 10px !important;
  font-size: 15px;
  line-height: 1.37;
}
@media screen and (max-width: 750px) {
  .kv .kvTx04 {
    font-size: 3.47vw;
  }
}
.kv .kvTx05 {
  font-size: 16px;
  line-height: 1.37;
  color: #7A6A56;
}
@media screen and (max-width: 750px) {
  .kv .kvTx05 {
    font-size: 3.47vw;
  }
  .kv .kvTx05.after {
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 750px) {
  .kv .kvTx06 {
    font-size: 2.67vw;
    line-height: 1.37;
    text-align: left;
    margin-top: 15px !important;
    padding-bottom: 10vw;
    color: #7A6A56;
  }
}

.sec2 {
  width: 100%;
}
@media screen and (min-width: 751px) {
  .sec2 {
    background: #00b1d8 url(/cms/chantacharm/img/usr/pages/bright-essence/sec2_bg_pc.webp);
    background-size: cover;
    background-position: right center;
  }
}
@media screen and (max-width: 750px) {
  .sec2 {
    background: #00b1d8 url(/cms/chantacharm/img/usr/pages/bright-essence/sec2_bg_sp.webp);
    background-size: cover;
    background-position: center bottom;
    padding-left: 8%;
  }
}
.sec2 .sec2In {
  color: #604C3F;
}
@media screen and (min-width: 751px) {
  .sec2 .sec2In {
    width: 1000px;
    margin: 0 auto 0px;
  }
}
.sec2 .sec2Tx01 {
  font-size: 30px;
  font-weight: 600;
  padding-top: 60px;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .sec2 .sec2Tx01 {
    font-size: 5.2vw;
    padding-top: 9vw;
  }
}
.sec2 .sec2Tx01 sup {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .sec2 .sec2Tx01 sup {
    font-size: 10px;
  }
}
.sec2 .sec2Tx02 {
  font-size: 20px;
  line-height: 1.9;
  letter-spacing: 0.1em;
  padding-top: 10px;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .sec2 .sec2Tx02 {
    font-size: 3.73vw;
  }
}
.sec2 .sec2Tx02 sup {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .sec2 .sec2Tx02 sup {
    font-size: 10px;
  }
}
.sec2 .sec2Tx03 {
  font-size: 12px;
  padding-top: 3vw;
  padding-bottom: 9vw;
  letter-spacing: 0.1em;
  color: #7A6A56;
}
@media screen and (max-width: 750px) {
  .sec2 .sec2Tx03 {
    font-size: 2.67vw;
  }
}
.sec2 ul {
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .sec2 ul.first {
    padding-top: 103vw;
  }
}
.sec2 ul li {
  display: inline-block;
  background-color: #fff;
  color: #604C3F;
  line-height: 1.5;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 40px;
  margin-right: 3px;
  letter-spacing: 0.1em;
}
.sec2 ul li sup {
  font-size: 14px;
}
@media screen and (max-width: 750px) {
  .sec2 ul li {
    font-size: 3.47vw;
    padding: 5px 15px;
    border-radius: 40px;
  }
  .sec2 ul li sup {
    font-size: 10px;
  }
}

.pointNum {
  width: 99px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (min-width: 751px) {
  .pointNum {
    margin-top: 15px;
  }
}
@media screen and (max-width: 750px) {
  .pointNum {
    width: 20vw;
    padding-bottom: 20px;
  }
}

.pointTit {
  font-size: 24px;
  line-height: 1.41;
  padding-bottom: 25px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
.pointTit sup {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .pointTit {
    font-size: 4.8vw;
    padding-bottom: 20px;
  }
  .pointTit sup {
    font-size: 10px;
  }
}

.pointTx01 {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
.pointTx01 sup {
  font-size: 10px;
}
@media screen and (max-width: 750px) {
  .pointTx01 {
    font-size: 3.4vw;
    padding-bottom: 10px;
  }
  .pointTx01 sup {
    font-size: 10px;
  }
}

.sec3 {
  width: 100%;
  background-color: #F6F0CE;
}
@media screen and (max-width: 750px) {
  .sec3 {
    padding: 40px 8% 30px;
  }
}
.sec3 .sec3In {
  color: #604C3F;
}
@media screen and (min-width: 751px) {
  .sec3 .sec3In {
    max-width: 950px;
    margin: 0 auto;
    padding: 70px 0;
  }
}
@media screen and (min-width: 751px) {
  .sec3 .point01 {
    width: 43.1%;
    float: right;
  }
}
@media screen and (min-width: 751px) {
  .sec3 .point01Img {
    width: 51.73%;
    float: left;
  }
}
.sec3 .point01Img p {
  font-size: 12px;
  padding-top: 15px;
}
@media screen and (max-width: 750px) {
  .sec3 .point01Img p {
    font-size: 2.6vw;
  }
}

.sec4 {
  width: 100%;
  background-color: #EAE2BF;
}
@media screen and (max-width: 750px) {
  .sec4 {
    padding: 40px 8% 30px;
  }
}
.sec4 .sec4In {
  color: #604C3F;
}
@media screen and (min-width: 751px) {
  .sec4 .sec4In {
    max-width: 950px;
    margin: 0 auto;
    padding: 70px 0;
  }
}
@media screen and (min-width: 751px) {
  .sec4 .point02 {
    width: 43.1%;
    float: left;
  }
}
@media screen and (min-width: 751px) {
  .sec4 .point02Img {
    width: 51.73%;
    float: right;
  }
}
.sec4 .point02Img p {
  font-size: 12px;
  padding-top: 15px;
}
@media screen and (max-width: 750px) {
  .sec4 .point02Img p {
    font-size: 2.6vw;
  }
}

.sec5 {
  width: 100%;
  background-color: #F6F0CE;
}
@media screen and (max-width: 750px) {
  .sec5 {
    padding: 40px 8% 30px;
  }
}
.sec5 .sec5In {
  color: #604C3F;
}
@media screen and (min-width: 751px) {
  .sec5 .sec5In {
    max-width: 950px;
    margin: 0 auto;
    padding: 70px 0;
  }
}
@media screen and (min-width: 751px) {
  .sec5 .point03 {
    width: 43.1%;
    float: right;
  }
}
@media screen and (min-width: 751px) {
  .sec5 .point03Img {
    width: 52.63%;
    float: left;
  }
}
.sec5 .point03Img p {
  font-size: 12px;
  padding-top: 15px;
}
@media screen and (max-width: 750px) {
  .sec5 .point03Img p {
    font-size: 2.6vw;
  }
}

.sec6 {
  width: 100%;
  background-color: #EDEA7F;
  padding: 60px 0;
}
@media screen and (max-width: 750px) {
  .sec6 {
    padding: 40px 8% 30px;
  }
}
.sec6 .sec6In {
  color: #302F19;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .sec6 .sec6In {
    max-width: 1000px;
    margin: 0 auto;
  }
  .sec6 .sec6In img {
    width: 587px;
    margin: 0 auto;
  }
}
.sec6 ul {
  text-align: center;
}
@media screen and (min-width: 751px) {
  .sec6 ul li {
    width: 320px;
    float: left;
    margin-right: 20px;
  }
  .sec6 ul li img {
    max-width: 100%;
  }
  .sec6 ul li:last-child {
    margin-right: 0;
  }
}
.sec6 .stepTx01 {
  font-size: 16px;
  padding-bottom: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .sec6 .stepTx01 {
    font-size: 3.2vw;
  }
}
.sec6 .stepTx02 {
  font-size: 30px;
  padding-bottom: 30px;
  font-family: "Jost", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sec6 .stepTx02 {
    font-size: 6.66vw;
  }
}
.sec6 .stepTx03 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.55;
}
@media screen and (max-width: 750px) {
  .sec6 .stepTx03 {
    padding-bottom: 10px;
    font-size: 4.53vw;
  }
}
.sec6 .stepTx04 {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.55;
  padding-bottom: 35px;
}
@media screen and (max-width: 750px) {
  .sec6 .stepTx04 {
    font-size: 3.46vw;
  }
}

.sec7 {
  width: 100%;
  padding: 75px 0 120px;
}
@media screen and (max-width: 750px) {
  .sec7 {
    padding: 40px 8% 30px;
  }
}
.sec7 .sec7In {
  color: #575757;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .sec7 .sec7In {
    max-width: 920px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 751px) {
  .sec7 .productR {
    width: 52.7%;
    float: right;
  }
  .sec7 .productR.released {
    padding-top: 30px;
  }
}
.sec7 .productR .kvBrd {
  border: 1px solid #9FB055;
  padding: 0 10px 15px;
  margin-top: 17px;
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .sec7 .productR .kvBrd {
    margin-bottom: 20px;
  }
}
.sec7 .productR .kvBrd .kvBrdTx01 {
  width: 58.4vw;
  margin: -3vw auto 0;
  background-color: #fff;
  box-sizing: content-box;
  padding: 0 3vw;
}
@media screen and (min-width: 751px) {
  .sec7 .productR .kvBrd .kvBrdTx01 {
    width: 278px;
    margin: -15px auto 0;
    padding: 0 10px;
  }
}
.sec7 .productR .kvBrd .kvBrdTx02 {
  padding-top: 10px;
  width: 74.4vw;
  margin: -1vw auto 0;
}
@media screen and (min-width: 751px) {
  .sec7 .productR .kvBrd .kvBrdTx02 {
    width: 100%;
    margin: 0px auto 0;
  }
}
@media screen and (min-width: 751px) {
  .sec7 .productL {
    width: 41.63%;
    float: left;
  }
  .sec7 .productL img {
    width: 248px;
    margin: 0 auto;
    padding-left: 50px;
    box-sizing: content-box;
  }
}
.sec7 .productTx01 {
  font-size: 30px;
  padding-bottom: 70px;
  letter-spacing: 0.1em;
  font-weight: 600;
  line-height: 1.6;
}
.sec7 .productTx01 span {
  color: #06A6C9;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx01 {
    padding-bottom: 20px;
    font-size: 4.53vw;
  }
}
.sec7 .productSpImg {
  margin-bottom: 30px;
  width: 36.8vw;
  margin: 0 auto 30px;
}
.sec7 .productTx02 {
  font-size: 18px;
  color: #06A6C9;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx02 {
    padding-bottom: 15px;
    font-size: 3.6vw;
  }
}
.sec7 .productTx03 {
  font-size: 18px;
  color: #06A6C9;
  padding-bottom: 25px;
  letter-spacing: 0.1em;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx03 {
    padding-bottom: 10px;
    font-size: 4vw;
  }
}
.sec7 .productTx03 span.date {
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx03 span.date {
    font-size: 6.27vw;
  }
}
.sec7 .productTx04 {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.41;
  font-weight: 600;
}
.sec7 .productTx04 span {
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx04 {
    padding-bottom: 10px;
    font-size: 4.53vw;
  }
}
.sec7 .productTx05 {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.41;
  padding-bottom: 10px;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx05 {
    padding-bottom: 0px;
    font-size: 3.2vw;
  }
}
.sec7 .productTx05 span.quantity {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx05 span.quantity {
    font-size: 3.2vw;
  }
}
.sec7 .productTx05 span.price {
  font-family: "Jost", sans-serif;
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx05 span.price {
    font-size: 4.2vw;
  }
}
.sec7 .productTx05 span.tax {
  font-family: "Jost", sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx05 span.tax {
    font-size: 2.67vw;
  }
}
.sec7 .productTx05 span.bugai {
  font-size: 14px;
  border: 1px solid #604C3F;
  padding: 3px 5px 5px;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx05 span.bugai {
    font-size: 2.07vw;
  }
}
.sec7 .productTx05Sub {
  font-size: 12px;
  padding-bottom: 20px;
  color: #7A6A56;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx05Sub {
    font-size: 2.67vw;
    padding-top: 5px;
  }
}
.sec7 .productTx06 {
  width: 419px;
  margin: 0 auto;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx06 {
    width: 74.4vw;
  }
}
.sec7 .productTx07 {
  font-size: 18px;
  line-height: 1.33;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx07 {
    font-size: 3.47vw;
    line-height: 1.33;
  }
}
.sec7 .productTx08 {
  color: #7A6A56;
  font-size: 18px;
  line-height: 1.33;
  margin-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .sec7 .productTx08 {
    font-size: 3.47vw;
    line-height: 1.63;
  }
}
.sec7 .productBtn {
  margin: 0 auto 30px;
  width: 420px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  letter-spacing: 0.1em;
  background-color: #EDEBE4;
  border-radius: 40px;
  color: #a2a19e;
}
@media screen and (max-width: 750px) {
  .sec7 .productBtn {
    font-size: 4.53vw;
    width: 84vw;
    height: 3.5em;
    line-height: 3.5em;
    margin-bottom: 20px;
  }
}

.bright-essence [data-js=floating] {
  position: fixed;
  left: 50%;
  right: 0;
  bottom: 0;
  width: 100%;
  transform: translate(-50%, 30%);
  transition: 0.4s;
  opacity: 0;
}

.bright-essence [data-js=floating].is-active {
  opacity: 1;
  transform: translate(-50%, 0);
}

.bright-essence [data-js=floating].is-stoping {
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 0;
  opacity: 1;
  transform: translate(-50%, 0);
  transition: 0;
}
@media screen and (min-width: 751px) {
  .bright-essence [data-js=floating].is-stoping {
    margin: 0;
  }
}

.bright-essence [data-js=stop-el] {
  height: 113px;
}
@media screen and (max-width: 750px) {
  .bright-essence [data-js=stop-el] {
    height: 34.5vw;
  }
}

.bright-essence .cta {
  padding: 5% 4% 4%;
  background: #fff;
  z-index: 5;
}
@media screen and (min-width: 751px) {
  .bright-essence .cta {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8.78%;
    padding: 15px 0;
  }
}

.bright-essence .cta__txtarea {
  text-align: center;
}

.bright-essence .cta__txtarea:not(:last-child) {
  margin: 0 0 4%;
  text-align: center;
}
@media screen and (min-width: 751px) {
  .bright-essence .cta__txtarea:not(:last-child) {
    margin: 0 0 0%;
    text-align: center;
  }
}

@media screen and (min-width: 751px) {
  .bright-essence .cta__txtarea {
    margin: 0;
    text-align: center;
  }
}
.bright-essence .cta__heading {
  margin: 0 0 0.75em;
  letter-spacing: 0.08em;
  font-size: 4vw;
  font-weight: 600;
  color: #575757;
}
.bright-essence .cta__heading span {
  font-size: 3.5vw;
}
@media screen and (min-width: 751px) {
  .bright-essence .cta__heading {
    margin: 0 0 0.55em;
    font-size: 20px;
  }
  .bright-essence .cta__heading span {
    font-size: 16px;
  }
}

.bright-essence .cta__txt {
  letter-spacing: 0.08em;
  font-size: 3.2vw;
  color: #575757;
  font-weight: 500;
}
@media screen and (min-width: 751px) {
  .bright-essence .cta__txt {
    font-size: 18px;
    white-space: nowrap;
    padding-top: 10px;
  }
}

.bright-essence .cta__txt2 {
  letter-spacing: 0.08em;
  font-size: 3vw;
  color: #575757;
  font-weight: 500;
  margin-top: 5px;
}
@media screen and (min-width: 751px) {
  .bright-essence .cta__txt2 {
    margin-top: 10px;
    font-size: 12px;
    white-space: nowrap;
  }
}

.bright-essence .cta__txt_bugai {
  border: 1px solid #604C3F;
  font-size: 14px;
  padding: 1px 10px 3px;
  line-height: 1; /* 余白を減らす */
  position: relative;
  top: -4px;
}
@media screen and (max-width: 750px) {
  .bright-essence .cta__txt_bugai {
    font-size: 3.3vw;
    padding: 2px 10px 2px;
    top: -2px;
  }
}

.bright-essence .cta__txt_large {
  font-size: 4.27vw;
}
@media screen and (min-width: 751px) {
  .bright-essence .cta__txt_large {
    font-size: 26px;
  }
}

.bright-essence .cta__txt_tax {
  font-size: 2.67vw;
}
@media screen and (min-width: 751px) {
  .bright-essence .cta__txt_tax {
    font-size: 14px;
  }
}

.cta__link {
  position: relative;
  display: grid;
  place-items: center;
  padding: 1.25em;
  border-radius: 26em;
  letter-spacing: 0.08em;
  font-size: 4.53vw;
  font-weight: 600;
  color: #454545;
  background: #F7EA51;
  transition: 0.2s;
}
@media screen and (min-width: 751px) {
  .cta__link {
    padding: 0;
    height: 80px;
    width: 450px;
    font-size: 24px;
    line-height: 80px;
  }
  .cta__link.cta__linkBtm {
    width: 420px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 750px) {
  .cta__link.cta__linkBtm {
    margin-bottom: 20px;
  }
}
.cta__link:hover {
  color: #fff;
  background: #585858;
  font-size: 4.53vw;
  opacity: 1;
}
@media screen and (min-width: 751px) {
  .cta__link:hover {
    font-size: 20px;
  }
}

.cta__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #454545;
  transition: 0.3s;
}

.cta__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #454545;
  border-bottom: 1px solid #454545;
  transform: rotate(-135deg);
  transition: 0.3s;
}

.cta__link:hover::before {
  right: 20px;
  width: 40px;
  background: #FFF;
}

.cta__link:hover::after {
  right: 20px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.bright-essence .column {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 11.5% 7.4% 15%;
  background: #f1efe7;
}

@media screen and (min-width: 751px) {
  .bright-essence .column {
    padding: 60px 5% 75px;
  }
}
@media screen and (min-width: 751px) {
  .bright-essence .column__txtarea {
    display: flex;
    flex-flow: column;
    gap: 15px;
    flex: 1;
  }
}
.bright-essence .column__heading {
  margin: 0 0 6%;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .bright-essence .column__heading {
    margin: 0 0 38px;
  }
}
.bright-essence .column__heading_accent {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0 0 11.5%;
  text-align: center;
  color: #42ABD5;
}

@media screen and (min-width: 751px) {
  .bright-essence .column__heading_accent {
    margin: 0 0 35px;
  }
}
.bright-essence .column__heading_accent_top {
  margin: 0 0 1.3em;
  letter-spacing: 0.125em;
  font-size: 3.2vw;
}

@media screen and (min-width: 751px) {
  .bright-essence .column__heading_accent_top {
    margin: 0 0 1.5em;
    font-size: 16px;
  }
}
.bright-essence .column__heading_accent_btm {
  letter-spacing: 0.135em;
  font-family: "Jost", sans-serif;
  font-size: 6.66vw;
  font-weight: 500;
}

@media screen and (min-width: 751px) {
  .bright-essence .column__heading_accent_btm {
    font-size: 40px;
  }
}
.bright-essence .column__heading_txt {
  text-align: center;
  line-height: 1.45em;
  letter-spacing: 0.1em;
  font-size: 4.533vw;
  font-weight: 400;
}

@media screen and (min-width: 751px) {
  .bright-essence .column__heading_txt {
    font-size: 26px;
  }
}
.bright-essence .column__list {
  display: flex;
  flex-flow: column;
  gap: 2vw;
  width: 100%;
}

@media screen and (min-width: 751px) {
  .bright-essence .column__list {
    flex-flow: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media screen and (min-width: 751px) {
  .bright-essence .column__list_item {
    width: 780px;
  }
}
.bright-essence .column__link {
  position: relative;
  display: block;
  padding: 1.65em 2.1em;
  border-radius: 1.15em;
  letter-spacing: 0.07em;
  font-size: 3.466vw;
  font-weight: 500;
  color: #575757;
  background: #fff;
  transition: 0.2s;
}
@media screen and (min-width: 751px) {
  .bright-essence .column__link {
    border-radius: 1.5em;
    font-size: 18px;
  }
}
.bright-essence .column__link:hover {
  background: #42ABD5;
  color: #fff;
}

.bright-essence .column__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #454545;
  transition: 0.3s;
}

.bright-essence .column__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-left: 1px solid #454545;
  border-bottom: 1px solid #454545;
  transform: rotate(-135deg);
  transition: 0.3s;
}

.bright-essence .column__link:hover::before {
  right: 20px;
  width: 40px;
  background: #FFF;
}

.bright-essence .column__link:hover::after {
  right: 20px;
  border-left: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.slick-arrow {
  width: 35px !important;
  height: 35px !important;
  z-index: 9;
}
.slick-arrow::before {
  display: none;
}

.slick-prev {
  left: -5.5% !important;
}

.slick-next {
  right: -5.5% !important;
}/*# sourceMappingURL=style.css.map */