@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) {
  #batiste-content .desk {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #batiste-content .mob {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #batiste-content .mobile {
    display: block;
  }
}
#batiste-content h1 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 160/1440);
  line-height: calc(100vw * 110/1440);
}
@media (min-width: 1440px) {
  #batiste-content h1 {
    font-size: 160px;
    line-height: 110px;
  }
}
@media (max-width: 767px) {
  #batiste-content h1 {
    font-size: calc(100vw * 70/375);
    line-height: calc(100vw * 45/375);
  }
}
#batiste-content h2 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 150/1440);
  line-height: calc(100vw * 65/1440);
  color: #01938E;
}
@media (min-width: 1440px) {
  #batiste-content h2 {
    font-size: 150px;
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  #batiste-content h2 {
    font-size: calc(100vw * 75/375);
    line-height: calc(100vw * 65/375);
  }
}
#batiste-content h3 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 120/1440);
  line-height: calc(100vw * 35/1440);
}
@media (min-width: 1440px) {
  #batiste-content h3 {
    font-size: 120px;
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  #batiste-content h3 {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 35/375);
  }
}
#batiste-content h4 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 100/1440);
  line-height: calc(100vw * 100/1440);
}
@media (min-width: 1440px) {
  #batiste-content h4 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  #batiste-content h4 {
    font-size: calc(100vw * 38/375);
    line-height: calc(100vw * 35/375);
  }
}
#batiste-content h5 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 70/1440);
  line-height: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #batiste-content h5 {
    font-size: 70px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  #batiste-content h5 {
    font-size: calc(100vw * 36/375);
    line-height: calc(100vw * 35/375);
  }
}
#batiste-content h6 {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 65/1440);
  line-height: calc(100vw * 84/1440);
}
@media (min-width: 1440px) {
  #batiste-content h6 {
    font-size: 65px;
    line-height: 84px;
  }
}
@media (max-width: 767px) {
  #batiste-content h6 {
    font-size: calc(100vw * 24/375);
    line-height: calc(100vw * 31/375);
  }
}
#batiste-content .sub-title {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 62/1440);
  color: #01938E;
}
@media (min-width: 1440px) {
  #batiste-content .sub-title {
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  #batiste-content .sub-title {
    font-size: calc(100vw * 28/375);
    line-height: calc(100vw * 35/375);
  }
}
#batiste-content .normal-text {
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #batiste-content .normal-text {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #batiste-content .normal-text {
    font-size: calc(100vw * 23/375);
    line-height: calc(100vw * 28/375);
  }
}
#batiste-content .normal-text.bold {
  font-family: "DB-Heavent-reg" !important;
}
#batiste-content .bg {
  position: relative;
}
#batiste-content .bg .main-bg {
  width: calc(100vw * 1440/1440);
}
@media (min-width: 1440px) {
  #batiste-content .bg .main-bg {
    width: 1440px;
  }
}
@media (max-width: 767px) {
  #batiste-content .bg .main-bg {
    width: calc(100vw * 375/375);
  }
}
#batiste-content .bg > div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  top: calc(100vw * -380/1440);
}
@media (min-width: 1440px) {
  #batiste-content .bg > div {
    top: -380px;
  }
}
@media (max-width: 767px) {
  #batiste-content .bg > div {
    top: calc(100vw * -180/375);
  }
}
#batiste-content .product {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-left: calc(100vw * -155/1440);
}
@media (min-width: 1440px) {
  #batiste-content .product {
    margin-left: -155px;
  }
}
@media (max-width: 767px) {
  #batiste-content .product {
    margin-left: calc(100vw * -95/375);
  }
}
#batiste-content .product > img {
  order: 1;
  height: calc(100vw * 817/1440);
}
@media (min-width: 1440px) {
  #batiste-content .product > img {
    height: 817px;
  }
}
@media (max-width: 767px) {
  #batiste-content .product > img {
    height: calc(100vw * 392.06/375);
  }
}
#batiste-content .product > div {
  order: 2;
  text-align: left;
  margin-top: calc(100vw * 100/1440);
  margin-left: calc(100vw * -90/1440);
}
@media (min-width: 1440px) {
  #batiste-content .product > div {
    margin-top: 100px;
    margin-left: -90px;
  }
}
@media (max-width: 767px) {
  #batiste-content .product > div {
    margin-top: calc(100vw * 25/375);
    margin-left: calc(100vw * -65/375);
  }
}
#batiste-content .product > div .title {
  color: #FFFFFF;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 150/1440);
  line-height: calc(100vw * 62/1440);
  padding-bottom: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #batiste-content .product > div .title {
    font-size: 150px;
    line-height: 62px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #batiste-content .product > div .title {
    font-size: calc(100vw * 50/375);
    line-height: calc(100vw * 62/375);
    padding-bottom: calc(100vw * 0/375);
  }
}
#batiste-content .product > div .price {
  margin-top: calc(100vw * 14.7/1440);
  padding-bottom: calc(100vw * 40.3/1440);
}
@media (min-width: 1440px) {
  #batiste-content .product > div .price {
    margin-top: 14.7px;
    padding-bottom: 40.3px;
  }
}
@media (max-width: 767px) {
  #batiste-content .product > div .price {
    margin-top: calc(100vw * 19.7/375);
    padding-bottom: calc(100vw * 21.2/375);
  }
}
#batiste-content .product > div button {
  border: 0;
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
  padding-top: calc(100vw * 6.3/1440);
  padding-bottom: calc(100vw * 6.3/1440);
  padding-left: calc(100vw * 70/1440);
  padding-right: calc(100vw * 70/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #batiste-content .product > div button {
    padding-top: 6.3px;
    padding-bottom: 6.3px;
    padding-left: 70px;
    padding-right: 70px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #batiste-content .product > div button {
    padding-top: calc(100vw * 7/375);
    padding-bottom: calc(100vw * 7/375);
    padding-left: calc(100vw * 54.5/375);
    padding-right: calc(100vw * 54.5/375);
    margin-left: calc(100vw * 15/375);
  }
}
#batiste-content .product.right {
  margin: 0;
  margin-right: calc(100vw * -50/1440);
}
@media (min-width: 1440px) {
  #batiste-content .product.right {
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  #batiste-content .product.right {
    margin-right: calc(100vw * -30/375);
  }
}
#batiste-content .product.right > img {
  order: 2;
  margin-right: calc(100vw * -50/1440);
}
@media (min-width: 1440px) {
  #batiste-content .product.right > img {
    margin-right: -50px;
  }
}
@media (max-width: 767px) {
  #batiste-content .product.right > img {
    margin-right: calc(100vw * -50/375);
  }
}
#batiste-content .product.right > div {
  order: 1;
  text-align: right;
  margin-left: calc(100vw * 0/1440);
  margin-right: calc(100vw * -90/1440);
}
@media (min-width: 1440px) {
  #batiste-content .product.right > div {
    margin-left: 0px;
    margin-right: -90px;
  }
}
@media (max-width: 767px) {
  #batiste-content .product.right > div {
    margin-left: calc(100vw * 0/375);
    margin-right: calc(100vw * -65/375);
  }
}
#batiste-content .product.right > div button {
  margin-left: calc(100vw * 0/1440);
  margin-right: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #batiste-content .product.right > div button {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  #batiste-content .product.right > div button {
    margin-left: calc(100vw * 0/375);
    margin-right: calc(100vw * 10/375);
  }
}
#batiste-content .frame-quote {
  display: inline-block;
  position: relative;
  z-index: 3;
  padding-top: calc(100vw * 6.1/1440);
  padding-left: calc(100vw * 73/1440);
  padding-right: calc(100vw * 72.6/1440);
  padding-bottom: calc(100vw * 1.2/1440);
}
@media (min-width: 1440px) {
  #batiste-content .frame-quote {
    padding-top: 6.1px;
    padding-left: 73px;
    padding-right: 72.6px;
    padding-bottom: 1.2px;
  }
}
@media (max-width: 767px) {
  #batiste-content .frame-quote {
    padding-top: calc(100vw * 2.4/375);
    padding-left: calc(100vw * 28.5/375);
    padding-right: calc(100vw * 41.5/375);
    padding-bottom: calc(100vw * 3/375);
  }
}
#batiste-content .frame-quote::before {
  content: "";
  position: absolute;
  z-index: 2;
  border: 2px solid #01938E;
  background-color: #FFFFFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  #batiste-content .frame-quote::before {
    border: 1px solid #01938E;
  }
}
#batiste-content .frame-quote::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #E3FFF3;
  border: 2px solid #01938E;
  top: calc(100vw * 9/1440);
  left: calc(100vw * 9/1440);
  right: calc(100vw * -9/1440);
  bottom: calc(100vw * -9/1440);
}
@media (min-width: 1440px) {
  #batiste-content .frame-quote::after {
    top: 9px;
    left: 9px;
    right: -9px;
    bottom: -9px;
  }
}
@media (max-width: 767px) {
  #batiste-content .frame-quote::after {
    top: calc(100vw * 3.5/375);
    left: calc(100vw * 3.5/375);
    right: calc(100vw * -3.5/375);
    bottom: calc(100vw * -3.5/375);
  }
}
@media (max-width: 767px) {
  #batiste-content .frame-quote::after {
    border: 1px solid #01938E;
  }
}
#batiste-content .frame-quote > h6 {
  color: #01938E;
  position: relative;
  z-index: 4;
}
#batiste-content .frame-quote > h6 > span:first-child {
  margin-right: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  #batiste-content .frame-quote > h6 > span:first-child {
    margin-right: 32px;
  }
}
@media (max-width: 767px) {
  #batiste-content .frame-quote > h6 > span:first-child {
    margin-right: calc(100vw * 16/375);
  }
}
#batiste-content .frame-quote > h6 > span:last-child {
  margin-left: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  #batiste-content .frame-quote > h6 > span:last-child {
    margin-left: 32px;
  }
}
@media (max-width: 767px) {
  #batiste-content .frame-quote > h6 > span:last-child {
    margin-left: calc(100vw * 16/375);
  }
}
#batiste-content .circle-step {
  width: calc(100vw * 163.5/1440);
  height: calc(100vw * 163.5/1440);
  position: relative;
  border: 2px solid #01938E;
  background-color: #FFFFFF;
  border-radius: 100%;
}
@media (min-width: 1440px) {
  #batiste-content .circle-step {
    width: 163.5px;
    height: 163.5px;
  }
}
@media (max-width: 767px) {
  #batiste-content .circle-step {
    width: calc(100vw * 130/375);
    height: calc(100vw * 130/375);
  }
}
#batiste-content .circle-step .step {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #A4F9F3;
  border-radius: 100%;
  color: #01938E;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DB-Heavent-reg" !important;
  width: calc(100vw * 66.04/1440);
  height: calc(100vw * 66.04/1440);
  top: calc(100vw * -22.4/1440);
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 62/1440);
}
@media (min-width: 1440px) {
  #batiste-content .circle-step .step {
    width: 66.04px;
    height: 66.04px;
    top: -22.4px;
    font-size: 60px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  #batiste-content .circle-step .step {
    width: calc(100vw * 40/375);
    height: calc(100vw * 40/375);
    top: calc(100vw * -10.4/375);
    font-size: calc(100vw * 32/375);
    line-height: calc(100vw * 62/375);
  }
}
#batiste-content .circle-step .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #01938E;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 55/1440);
  line-height: calc(100vw * 62/1440);
}
@media (min-width: 1440px) {
  #batiste-content .circle-step .content {
    font-size: 55px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  #batiste-content .circle-step .content {
    font-size: calc(100vw * 45/375);
    line-height: calc(100vw * 62/375);
  }
}
#batiste-content .circle-step .sub-content {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100vw * -100/1440);
  left: calc(100vw * 0/1440);
  right: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #batiste-content .circle-step .sub-content {
    bottom: -100px;
    left: 0px;
    right: 0px;
  }
}
@media (max-width: 767px) {
  #batiste-content .circle-step .sub-content {
    bottom: calc(100vw * 36/375);
    left: calc(100vw * 0/375);
    right: calc(100vw * 0/375);
  }
}
#batiste-content .step-list {
  display: flex;
  justify-content: center;
  position: relative;
  margin-top: calc(100vw * 54.8/1440);
  margin-left: calc(100vw * 0/1440);
  margin-right: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #batiste-content .step-list {
    margin-top: 54.8px;
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  #batiste-content .step-list {
    margin-top: calc(100vw * 28/375);
    margin-left: calc(100vw * 52/375);
    margin-right: calc(100vw * 60/375);
  }
}
#batiste-content .step-list::after, #batiste-content .step-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  background-color: #01938E;
  width: calc(100vw * 500/1440);
}
@media (min-width: 1440px) {
  #batiste-content .step-list::after, #batiste-content .step-list::before {
    width: 500px;
  }
}
@media (max-width: 767px) {
  #batiste-content .step-list::after, #batiste-content .step-list::before {
    width: calc(100vw * 150/375);
  }
}
#batiste-content .step-list::after {
  display: none;
}
#batiste-content .step-list .circle-step:nth-child(2) {
  margin-left: calc(100vw * 110/1440);
  margin-right: calc(100vw * 110/1440);
}
@media (min-width: 1440px) {
  #batiste-content .step-list .circle-step:nth-child(2) {
    margin-left: 110px;
    margin-right: 110px;
  }
}
@media (max-width: 767px) {
  #batiste-content .step-list .circle-step:nth-child(2) {
    margin-left: calc(100vw * 0/375);
    margin-right: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #batiste-content .step-list {
    flex-direction: column;
  }
  #batiste-content .step-list::before {
    transform: rotate(40deg);
    left: calc(100vw * 0/1440);
    top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #batiste-content .step-list::before {
    left: 0px;
    top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #batiste-content .step-list::before {
    left: calc(100vw * 52/375);
    top: calc(100vw * 132/375);
  }
}
@media (max-width: 767px) {
  #batiste-content .step-list::after {
    display: block;
    transform: rotate(-40deg);
    z-index: 1;
    left: calc(100vw * 0/1440);
    top: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #batiste-content .step-list::after {
    left: 0px;
    top: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #batiste-content .step-list::after {
    left: calc(100vw * 52/375);
    top: calc(100vw * 262/375);
  }
}
@media (max-width: 767px) {
  #batiste-content .step-list .circle-step:nth-child(2) {
    align-self: flex-end;
    z-index: 3;
  }
  #batiste-content .step-list .circle-step:nth-child(2) .sub-content {
    left: calc(100vw * 0/1440);
    right: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #batiste-content .step-list .circle-step:nth-child(2) .sub-content {
    left: 0px;
    right: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #batiste-content .step-list .circle-step:nth-child(2) .sub-content {
    left: calc(100vw * -250/375);
    right: calc(100vw * 0/375);
  }
}
@media (max-width: 767px) {
  #batiste-content .step-list .circle-step:nth-child(3) {
    z-index: 3;
  }
  #batiste-content .step-list .circle-step:nth-child(3) .sub-content {
    left: calc(100vw * 0/1440);
    right: calc(100vw * 0/1440);
  }
}
@media (max-width: 767px) and (min-width: 1440px) {
  #batiste-content .step-list .circle-step:nth-child(3) .sub-content {
    left: 0px;
    right: 0px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #batiste-content .step-list .circle-step:nth-child(3) .sub-content {
    left: calc(100vw * 0/375);
    right: calc(100vw * -260/375);
  }
}
#batiste-content .section-howto {
  text-align: center;
  margin-top: calc(100vw * 160/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-howto {
    margin-top: 160px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-howto {
    margin-top: calc(100vw * 205/375);
  }
}
#batiste-content .section-howto .frame-quote {
  margin-top: calc(100vw * 54/1440);
  padding-left: calc(100vw * 202/1440);
  padding-right: calc(100vw * 202/1440);
  padding-top: calc(100vw * 0/1440);
  padding-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-howto .frame-quote {
    margin-top: 54px;
    padding-left: 202px;
    padding-right: 202px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-howto .frame-quote {
    margin-top: calc(100vw * 5/375);
    padding-left: calc(100vw * 40/375);
    padding-right: calc(100vw * 40/375);
    padding-top: calc(100vw * 0/375);
    padding-bottom: calc(100vw * 0/375);
  }
}
#batiste-content .section-howto .frame-quote::after, #batiste-content .section-howto .frame-quote::before {
  border: 2px solid #01938E !important;
}
#batiste-content .section-howto .frame-quote > h6 {
  font-size: calc(100vw * 65/1440);
  line-height: calc(100vw * 84/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-howto .frame-quote > h6 {
    font-size: 65px;
    line-height: 84px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-howto .frame-quote > h6 {
    font-size: calc(100vw * 35/375);
    line-height: calc(100vw * 56/375);
  }
}
#batiste-content .section-product {
  margin-top: calc(100vw * 260/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-product {
    margin-top: 260px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-product {
    margin-top: calc(100vw * 165/375);
  }
}
#batiste-content .section-product .section-title {
  text-align: center;
}
#batiste-content .section-product .section-title > p {
  color: #FFFFFF;
  font-family: "DB-Heavent-cond" !important;
}
#batiste-content .section-product .section-title > p:nth-child(1) {
  font-size: calc(100vw * 150/1440);
  line-height: calc(100vw * 65/1440);
  padding-bottom: calc(100vw * 20/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-product .section-title > p:nth-child(1) {
    font-size: 150px;
    line-height: 65px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-product .section-title > p:nth-child(1) {
    font-size: calc(100vw * 75/375);
    line-height: calc(100vw * 65/375);
    padding-bottom: calc(100vw * 0/375);
  }
}
#batiste-content .section-product .section-title > p .big {
  font-weight: bold;
  font-size: calc(100vw * 300/1440);
  line-height: calc(100vw * 65/1440);
  margin-right: calc(100vw * 8/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-product .section-title > p .big {
    font-size: 300px;
    line-height: 65px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-product .section-title > p .big {
    font-size: calc(100vw * 180/375);
    line-height: calc(100vw * 65/375);
    margin-right: calc(100vw * 4/375);
  }
}
#batiste-content .section-product .product-list .product:nth-child(1) {
  margin-top: calc(100vw * 54/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-product .product-list .product:nth-child(1) {
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-product .product-list .product:nth-child(1) {
    margin-top: calc(100vw * 30/375);
  }
}
#batiste-content .section-product .product-list .product:nth-child(2) {
  margin-top: calc(100vw * -100/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-product .product-list .product:nth-child(2) {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-product .product-list .product:nth-child(2) {
    margin-top: calc(100vw * 85/375);
  }
}
#batiste-content .section-product .product-list .product:nth-child(3) {
  margin-top: calc(100vw * -110/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-product .product-list .product:nth-child(3) {
    margin-top: -110px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-product .product-list .product:nth-child(3) {
    margin-top: calc(100vw * 65/375);
  }
}
#batiste-content .section-product .product-list .product:nth-child(4) {
  margin-top: calc(100vw * -70/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-product .product-list .product:nth-child(4) {
    margin-top: -70px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-product .product-list .product:nth-child(4) {
    margin-top: calc(100vw * 75/375);
  }
}
#batiste-content .section-product .product-list .product:nth-child(5) {
  margin-top: calc(100vw * -80/1440);
  margin-left: calc(100vw * -50/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-product .product-list .product:nth-child(5) {
    margin-top: -80px;
    margin-left: -50px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-product .product-list .product:nth-child(5) {
    margin-top: calc(100vw * 75/375);
    margin-left: calc(100vw * -85/375);
  }
}
#batiste-content .section-product .product-list .product:nth-child(6) {
  margin-top: calc(100vw * -100/1440);
  margin-right: calc(100vw * -70/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-product .product-list .product:nth-child(6) {
    margin-top: -100px;
    margin-right: -70px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-product .product-list .product:nth-child(6) {
    margin-top: calc(100vw * 75/375);
    margin-right: calc(100vw * -50/375);
  }
}
#batiste-content .section-product .product-list .product:nth-child(7) {
  margin-top: calc(100vw * -130/1440);
  margin-left: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-product .product-list .product:nth-child(7) {
    margin-top: -130px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-product .product-list .product:nth-child(7) {
    margin-top: calc(100vw * 75/375);
    margin-left: calc(100vw * -100/375);
  }
}
#batiste-content .section-product .product-list .product:nth-child(7) .content .title {
  font-size: calc(100vw * 100/1440);
  line-height: calc(100vw * 62/1440);
  margin-top: calc(100vw * 20/1440);
  padding-bottom: calc(100vw * 50/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-product .product-list .product:nth-child(7) .content .title {
    font-size: 100px;
    line-height: 62px;
    margin-top: 20px;
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-product .product-list .product:nth-child(7) .content .title {
    font-size: calc(100vw * 50/375);
    line-height: calc(100vw * 40/375);
    margin-top: calc(100vw * 10/375);
    padding-bottom: calc(100vw * 15/375);
  }
}
#batiste-content .section-product .product-list .product:nth-child(8) {
  margin-top: calc(100vw * -100/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-product .product-list .product:nth-child(8) {
    margin-top: -100px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-product .product-list .product:nth-child(8) {
    margin-top: calc(100vw * 75/375);
  }
}
#batiste-content .section-quote {
  text-align: center;
}
#batiste-content .section-quote > .normal-text {
  margin-top: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .normal-text {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .normal-text {
    margin-top: calc(100vw * 45/375);
  }
}
#batiste-content .section-quote > .frame {
  position: relative;
  margin-top: calc(100vw * 32/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .frame {
    margin-top: 32px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .frame {
    margin-top: calc(100vw * 50/375);
  }
}
#batiste-content .section-quote > .frame > img {
  margin-top: calc(100vw * 28/1440);
  width: calc(100vw * 1160/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .frame > img {
    margin-top: 28px;
    width: 1160px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .frame > img {
    margin-top: calc(100vw * 18/375);
    width: calc(100vw * 365/375);
  }
}
#batiste-content .section-quote > .frame .content {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100vw * 78/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .frame .content {
    top: 78px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .frame .content {
    top: calc(100vw * 38/375);
  }
}
#batiste-content .section-quote > .frame .content > img {
  width: calc(100vw * 470/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .frame .content > img {
    width: 470px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .frame .content > img {
    width: calc(100vw * 142.91/375);
  }
}
#batiste-content .section-quote > .frame .content .title-content {
  margin-top: calc(100vw * 29/1440);
  margin-bottom: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .frame .content .title-content {
    margin-top: 29px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .frame .content .title-content {
    margin-top: calc(100vw * 8.5/375);
    margin-bottom: calc(100vw * 9/375);
  }
}
#batiste-content .section-quote > .frame .content .title-content .title {
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 40/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .frame .content .title-content .title {
    font-size: 45px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .frame .content .title-content .title {
    font-size: calc(100vw * 25/375);
    line-height: calc(100vw * 28/375);
  }
}
#batiste-content .section-quote > .frame .content .quote {
  color: #01938E;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 55/1440);
  line-height: calc(100vw * 40/1440);
  margin-top: calc(100vw * 12/1440);
  margin-bottom: calc(100vw * 8/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .frame .content .quote {
    font-size: 55px;
    line-height: 40px;
    margin-top: 12px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .frame .content .quote {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 40/375);
    margin-top: calc(100vw * 0/375);
    margin-bottom: calc(100vw * 8.4/375);
  }
}
#batiste-content .section-quote > .frame .content .footer {
  font-family: "DB-Heavent-reg" !important;
  margin-top: calc(100vw * 25/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .frame .content .footer {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .frame .content .footer {
    margin-top: calc(100vw * 0/375);
  }
}
#batiste-content .section-quote > .benefit {
  margin-top: calc(100vw * 60/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .benefit {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .benefit {
    margin-top: calc(100vw * 16.3/375);
  }
}
#batiste-content .section-quote > .benefit .content > p:nth-child(1) {
  color: #01938E;
  font-family: "DB-Heavent-reg" !important;
  font-size: calc(100vw * 60/1440);
  line-height: calc(100vw * 40/1440);
  padding-bottom: calc(100vw * 8/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .benefit .content > p:nth-child(1) {
    font-size: 60px;
    line-height: 40px;
    padding-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .benefit .content > p:nth-child(1) {
    font-size: calc(100vw * 28/375);
    line-height: calc(100vw * 28/375);
    padding-bottom: calc(100vw * 4/375);
  }
}
#batiste-content .section-quote > .benefit .benefit-image {
  margin-top: calc(100vw * -140/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .benefit .benefit-image {
    margin-top: -140px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .benefit .benefit-image {
    margin-top: calc(100vw * 23/375);
  }
}
#batiste-content .section-quote > .benefit .benefit-image > div {
  display: inline-flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .benefit .benefit-image > div {
    flex-direction: row;
  }
}
#batiste-content .section-quote > .benefit .benefit-image > div > img {
  width: calc(100vw * 180/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .benefit .benefit-image > div > img {
    width: 180px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .benefit .benefit-image > div > img {
    width: calc(100vw * 110.86/375);
  }
}
#batiste-content .section-quote > .benefit .benefit-image > div:nth-child(1) {
  margin-right: calc(100vw * 114/1440);
  margin-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .benefit .benefit-image > div:nth-child(1) {
    margin-right: 114px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .benefit .benefit-image > div:nth-child(1) {
    margin-right: calc(100vw * 0/375);
    margin-bottom: calc(100vw * 30/375);
  }
}
#batiste-content .section-quote > .benefit .benefit-image > div:nth-child(1) > img:nth-child(2) {
  margin-left: calc(100vw * 245/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .benefit .benefit-image > div:nth-child(1) > img:nth-child(2) {
    margin-left: 245px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .benefit .benefit-image > div:nth-child(1) > img:nth-child(2) {
    margin-left: calc(100vw * 45.1/375);
  }
}
#batiste-content .section-quote > .benefit .benefit-image > div:nth-child(2) > img:nth-child(1) {
  margin-left: calc(100vw * 245/1440);
  margin-right: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-quote > .benefit .benefit-image > div:nth-child(2) > img:nth-child(1) {
    margin-left: 245px;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-quote > .benefit .benefit-image > div:nth-child(2) > img:nth-child(1) {
    margin-left: calc(100vw * 0/375);
    margin-right: calc(100vw * 46/375);
  }
}
#batiste-content .section-cover {
  position: relative;
}
#batiste-content .section-cover .cover {
  width: calc(100vw * 1440/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-cover .cover {
    width: 1440px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-cover .cover {
    width: calc(100vw * 375/375);
  }
}
#batiste-content .section-cover .detail {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: calc(100vw * 220/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-cover .detail {
    margin-top: 220px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-cover .detail {
    margin-top: calc(100vw * 60/375);
  }
}
#batiste-content .section-cover .detail > h1 {
  font-style: italic;
  color: #01938E;
  text-shadow: 4px 3px #E3FFF3, 5px 4px 0 #01938E, 5px 4px 0 #01938E;
  margin-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-cover .detail > h1 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-cover .detail > h1 {
    margin-bottom: calc(100vw * 6/375);
  }
}
#batiste-content .section-cover .detail > h4 {
  color: #01938E;
  margin-bottom: calc(100vw * 0/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-cover .detail > h4 {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-cover .detail > h4 {
    margin-bottom: calc(100vw * 6/375);
  }
}
#batiste-content .section-shopping {
  color: #FFFFFF;
  text-align: center;
  padding-top: calc(100vw * 48/1440);
  line-height: calc(100vw * 75/1440);
  margin-top: calc(100vw * 520/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-shopping {
    padding-top: 48px;
    line-height: 75px;
    margin-top: 520px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-shopping {
    padding-top: calc(100vw * 11.1/375);
    line-height: calc(100vw * 35/375);
    margin-top: calc(100vw * 88/375);
  }
}
#batiste-content .section-shopping > h3 {
  margin-bottom: calc(100vw * 30/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-shopping > h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-shopping > h3 {
    margin-bottom: calc(100vw * 10/375);
  }
}
#batiste-content .section-shopping > p {
  font-size: calc(100vw * 45/1440);
  line-height: calc(100vw * 40/1440);
  margin-top: calc(100vw * 25/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-shopping > p {
    font-size: 45px;
    line-height: 40px;
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-shopping > p {
    font-size: calc(100vw * 30/375);
    line-height: calc(100vw * 28/375);
    margin-top: calc(100vw * 15/375);
  }
}
#batiste-content .section-shopping > a > button {
  font-family: "DB-Heavent-reg" !important;
  color: #FFFFFF;
  background-color: #000000;
  border: none;
  cursor: pointer;
  font-size: calc(100vw * 35/1440);
  line-height: calc(100vw * 50/1440);
  padding-top: calc(100vw * 6/1440);
  padding-left: calc(100vw * 33/1440);
  padding-right: calc(100vw * 33/1440);
  padding-bottom: calc(100vw * 6/1440);
  margin-top: calc(100vw * 10/1440);
}
@media (min-width: 1440px) {
  #batiste-content .section-shopping > a > button {
    font-size: 35px;
    line-height: 50px;
    padding-top: 6px;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 6px;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  #batiste-content .section-shopping > a > button {
    font-size: calc(100vw * 22/375);
    line-height: calc(100vw * 40/375);
    padding-top: calc(100vw * 3/375);
    padding-left: calc(100vw * 33/375);
    padding-right: calc(100vw * 33/375);
    padding-bottom: calc(100vw * 0/375);
    margin-top: calc(100vw * 5/375);
  }
}

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