@charset "UTF-8";

.uniq-lp-wrapper {
  padding-bottom: 50px;
  overflow: hidden;
}
.uniq-lp-wrapper > :first-child {
  margin-top: 0;
}
.uniq-lp-wrapper > :last-child {
  margin-bottom: 0;
}
.uniq-lp-wrapper :where(em) {
  color: #e60000;
}

.uniq-lp-section__inner {
  width: 100%;
  max-width: 1232px;
  margin: auto;
  padding: 20px 16px 40px;
}
.uniq-lp-section--bg {
  overflow: hidden;
}
.uniq-lp-section--bg .uniq-lp-section__inner {
  z-index: 5;
  position: relative;
  max-width: 1200px;
  padding: 50px 16px 20px;
}
.uniq-lp-section--bg .uniq-lp-section__container {
  position: relative;
  margin-top: 40px;
  background-color: #f1f0ed;
}
.uniq-lp-section--bg .uniq-lp-text {
  font-size: 1.3rem;
}
.uniq-lp-section--bg-gray {
  background-color: #f5f5f5;
}
.uniq-lp-section--bg-white .uniq-lp-section__inner {
  padding: 40px 16px;
}

.preview-content {
  width: 100%;
  margin-top: 30px;
  padding-bottom: 75px;
  background: url("/lp/strategies/252830/img/index-bg-01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 90px;
}
.preview-content__inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding-right: 55px;
}
.preview-content__inner-box {
  position: relative;
  padding: 30px 26px 40px 10px;
  background-color: #ffffff;
}
.preview-content__inner-box::before {
  display: block;
  position: absolute;
  top: 0;
  left: -99%;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  content: "";
}
.preview-content--none-bg {
  position: relative;
  margin-top: 40px;
  padding-bottom: 0 !important;
  background: none;
}
.preview-content--none-bg .preview-content__inner {
  padding-right: 0;
  padding-left: 55px;
}
.preview-content--none-bg .preview-content__inner-box {
  padding: 40px 0 100px 40px;
  background-color: #f1f0ed;
}
.preview-content--none-bg .preview-content__inner-box::before {
  left: 99%;
  background-color: #f1f0ed;
}

.proflie-modal {
  position: absolute;
  right: 5%;
  bottom: 15%;
}
.proflie-modal__btn {
  position: relative;
  width: 100%;
  padding: 17px 75px 17px 53px;
  border: 2px solid #d28cae;
  background-color: #ffffff;
  box-shadow: 2px 2px 6px 1px #674c59;
  color: #d28cae;
  font-size: 1.6rem;
  white-space: nowrap;
  cursor: pointer;
}
.proflie-modal__btn::before, .proflie-modal__btn::after {
  display: block;
  position: absolute;
  position: absolute;
  top: 15%;
  right: 8%;
  bottom: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background-color: #d28cae;
  content: "";
}
.proflie-modal__btn::before {
  top: -2%;
  width: 17px;
  transform: rotate(30deg);
}

.uniq-lp-mv {
  width: 100%;
  max-width: 1232px;
  margin: auto;
  padding: 20px 16px 40px;
}
.uniq-lp-mv__container {
  display: flex;
  row-gap: 10px;
  flex-direction: column-reverse;
}
.uniq-lp-mv__hdg {
  text-align: center;
}
.uniq-lp-mv__brand {
  color: #d28dad;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: right;
}

.uniq-lp-text {
  margin-top: 10px;
  font-size: 1rem;
  line-height: 1.7;
}

.uniq-lp-lead-text {
  font-weight: bold;
  font-size: 1.6rem;
}
.uniq-lp-lead-text--pink {
  color: #d28dad;
}

.uniq-lp-lead-title__wrap {
  width: 100%;
  margin: 50px auto 30px;
  text-align: center;
}
.uniq-lp-lead-title__txt {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 288px;
  margin: auto;
  color: #c3a887;
  font-weight: bold;
  font-size: 1.8rem;
}
.uniq-lp-lead-title__txt::before, .uniq-lp-lead-title__txt::after {
  display: block;
  position: absolute;
  width: 26.83281573px;
  height: 2px;
  background-color: #c3a887;
  content: "";
}
.uniq-lp-lead-title__txt::before {
  top: 60%;
  left: -10%;
  transform: rotate(65deg);
}
.uniq-lp-lead-title__txt::after {
  top: 60%;
  right: -10%;
  transform: rotate(-65deg);
}
.uniq-lp-lead-title__txt span {
  display: inline-block;
}

.uniq-lp-hdg-lv2 {
  max-width: 1200px;
  margin: auto;
  padding: 0 0 8px 16px;
  border-bottom: 3px solid #d28dad;
  color: #d28dad;
  font-size: 2rem;
}

.uniq-lp-hdg-lv4__title {
  padding-bottom: 5px;
  border-bottom: 1px solid #d28dad;
  color: #d28dad;
  font-size: 1.5rem;
}

.uniq-lp-profile {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 20px;
}
.uniq-lp-profile__infor {
  margin-bottom: 40px;
}
.uniq-lp-profile__text {
  font-size: 16px;
}
.uniq-lp-profile__img {
  flex-shrink: 0;
  width: 210px;
}

.uniq-lp-toggle {
  margin-top: 25px;
}
.uniq-lp-toggle__wrap[open] .uniq-lp-toggle__btn::before {
  transform: rotate(0deg);
}
.uniq-lp-toggle__wrap[open] .uniq-lp-toggle__btn::after {
  display: none;
}
.uniq-lp-toggle__wrap:first-child::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -13%;
  width: 369px;
  height: 572px;
  background: url("/lp/strategies/252830/img/index-flower-01.png");
  background-size: 70%;
  background-repeat: no-repeat;
  content: "";
}
.uniq-lp-toggle__wrap:last-child .uniq-lp-toggle__head {
  margin-bottom: 20px;
}
.uniq-lp-toggle__wrap:last-child .uniq-lp-toggle__content {
  margin: 20px 0;
}
.uniq-lp-toggle__wrap:last-child::before {
  display: block;
  z-index: -1;
  position: absolute;
  right: -44%;
  bottom: -9%;
  width: 374px;
  height: 517px;
  background: url("/lp/strategies/252830/img/index-flower-02.png");
  background-size: 80%;
  background-repeat: no-repeat;
  content: "";
}
.uniq-lp-toggle__head {
  display: flex;
  position: relative;
  column-gap: 5px;
  align-items: center;
  margin-bottom: 30px;
  padding: 15px 10px;
  padding-right: 35px;
  border-radius: 5px;
  background-color: #c3a887;
  list-style: none;
  transition: opacity 0.3s ease-in-out;
}
.uniq-lp-toggle__head:hover {
  opacity: 0.7;
}
.uniq-lp-toggle__head::-webkit-details-marker {
  display: none;
}
.uniq-lp-toggle__hg-lv3 {
  color: #ffffff;
  font-size: 1.6rem;
}
.uniq-lp-toggle__hg-lv4 {
  margin-top: 40px;
  color: #c3a887;
  font-weight: bold;
  font-size: 1.5rem;
}
.uniq-lp-toggle__btn {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 15px;
  height: 15px;
  margin: auto 0;
  background-color: transparent;
}
.uniq-lp-toggle__btn::before, .uniq-lp-toggle__btn::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  content: "";
  transition: 0.3s ease-in-out;
}
.uniq-lp-toggle__btn::before {
  transform: rotate(-90deg);
}
.uniq-lp-toggle__content {
  margin: 30px 0;
  padding: 0 15px 40px;
  border-radius: 5px;
  background-color: #ffffff;
  transition: height 0.3s ease-in-out;
}

.m-modal__contents {
  padding: 70px 15px;
}
.m-modal__close {
  top: 15px;
  right: 15px;
  background: none;
}
.m-modal__close::before, .m-modal__close::after {
  background-color: #d28dad;
}
.m-modal__close:hover, .m-modal__close:focus, .m-modal__close:active {
  background-color: transparent;
  opacity: 0.7;
}

.uniq-content-modal {
  position: relative;
  width: 100%;
  padding-bottom: 40px;
}
.uniq-content-modal--none-border {
  padding-bottom: 0 !important;
}
.uniq-content-modal--none-border::before {
  display: none !important;
}
.uniq-content-modal::before {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 13px;
  background-image: url("/lp/strategies/252830/img/index-img-border.png");
  background-size: contain;
  background-repeat: repeat-x;
  content: "";
}

.uniq-lp-link-list {
  display: flex;
  row-gap: 30px;
  flex-direction: column;
}
.uniq-lp-link-list__link {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  color: #333333;
  font-weight: bold;
  font-size: 1.5rem;
  transition: color 0.2s ease;
}
.uniq-lp-link-list__link::before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 2px solid #0950b3;
  border-right: 2px solid #0950b3;
  content: "";
}
.uniq-lp-link-list__link:hover, .uniq-lp-link-list__link:focus, .uniq-lp-link-list__link:active {
  color: #0950b3;
}

.uniq-lp-btn {
  width: 100%;
  margin-top: 50px;
}
.uniq-lp-btn__link {
  display: flex;
  column-gap: 28px;
  align-items: center;
  justify-content: center;
  max-width: 850px;
  margin: auto;
  padding: 15px 10px;
  border: 2px solid #dbdbdb;
  border-radius: 10px;
  background-color: #b9678c;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.uniq-lp-btn__link:hover, .uniq-lp-btn__link:focus, .uniq-lp-btn__link:active {
  opacity: 0.7;
}
.uniq-lp-btn__txt {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.uniq-lp-btn__icon {
  display: grid;
  place-content: center;
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #ffffff;
}
.uniq-lp-btn__inline {
  display: inline-block;
}

.m-hdg-lv3__title {
  margin-top: 50px;
  border-color: #d28dad;
  color: #d28dad;
}

.m-lyt-media-content {
  margin-top: 20px;
}

.m-text {
  margin-top: 30px;
}
.m-text + .m-text {
  margin-top: 30px;
}
.m-text--uniq {
  margin-top: 20px;
}

.link-list-anchor.align-r {
  text-align: right;
}
.link-list-anchor__body {
  justify-content: flex-end;
}
.link-list-anchor__item::after {
  display: none;
}
.link-list-anchor__link {
  justify-content: flex-end;
}

.m-list-order {
  margin-top: 0;
}
.m-list-order__item + .m-list-order__item {
  margin-top: 30px;
}

.m-list-news__link {
  text-decoration: underline;
}
.m-list-news__inline {
  display: inline-block;
}

.uniq-lp-definition {
  width: 100%;
  margin-top: 30px;
}
.uniq-lp-definition__title {
  font-weight: bold;
}
.uniq-lp-definition__content > :first-child {
  margin-top: 0;
}
.uniq-lp-definition__content > :last-child {
  margin-bottom: 0;
}

.uniq-lp-grid {
  grid-row-gap: 30px;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  width: 100%;
  margin-top: 30px;
}
.uniq-lp-grid__item--content {
  grid-row: 2/3;
}
.uniq-lp-grid__item--content > :first-child {
  margin-top: 0;
}
.uniq-lp-grid__item--content > :last-child {
  margin-bottom: 0;
}
.uniq-lp-grid__item--media-top {
  grid-row: 1/2;
}
.uniq-lp-grid__item--media-bottom {
  grid-row: 3/4;
}
.uniq-lp-grid--row2 .uniq-lp-grid__item--content {
  grid-row: auto;
}
.uniq-lp-grid--row2 .uniq-lp-grid__item--media-top {
  grid-row: 1/2;
}
.uniq-lp-grid--row2 .uniq-lp-grid__item--media-bottom {
  grid-row: 2/3;
}
@media screen and (min-width: 768px) {
  .uniq-lp-section__inner {
    padding: 50px 16px 70px;
  }
  .uniq-lp-section--bg .uniq-lp-section__inner {
    padding: 50px 0;
  }
  .uniq-lp-section--bg .uniq-lp-section__container {
    margin-top: 80px;
    padding: 0 16px;
  }
  .uniq-lp-section--bg .uniq-lp-text {
    font-size: 2rem;
  }
  .uniq-lp-section--bg-white .uniq-lp-section__inner {
    padding: 50px 16px;
  }
  .preview-content__inner {
    padding-right: 180px;
  }
  .preview-content__inner-box {
    padding: 50px 95px 60px 40px;
  }
  .preview-content--none-bg .preview-content__inner {
    padding-left: 180px;
  }
  .preview-content--none-bg .preview-content__inner-box {
    padding: 50px 0 83px 180px;
  }
  .preview-content {
    margin-top: 80px;
    padding-bottom: 180px;
  }
  .proflie-modal__btn {
    padding: 20px 110px 20px 80px;
    font-size: 2rem;
  }
  .proflie-modal__btn::after {
    width: 55px;
  }
  .proflie-modal {
    position: relative;
    right: -20%;
    bottom: 40px;
  }
  .uniq-lp-mv {
    padding: 50px 16px 70px;
  }
  .uniq-lp-mv__container {
    row-gap: 20px;
  }
  .uniq-lp-mv__brand {
    font-size: 2rem;
  }
  .uniq-lp-text {
    margin-top: 30px;
    font-size: 1.4rem;
  }
  .uniq-lp-lead-text {
    font-size: 2.6rem;
  }
  .uniq-lp-hdg-lv2 {
    padding: 0 16px 11px;
    border-bottom: 5px solid #d28dad;
    font-size: 2.8rem;
  }
  .uniq-lp-profile {
    flex-direction: row;
    align-items: center;
  }
  .uniq-lp-toggle__wrap:first-child::before {
    top: 0;
    left: -13%;
    background-size: 100%;
  }
  .uniq-lp-toggle__wrap:last-child::before {
    right: -16%;
    bottom: -8%;
    background-size: 100%;
  }
  .uniq-lp-toggle__content {
    padding: 0 60px 40px;
  }
  .uniq-lp-toggle {
    margin-top: 20px;
  }
  .m-modal__contents {
    padding: 100px 50px;
  }
  .m-modal__close {
    top: 20px;
    right: 20px;
  }
  .uniq-content-modal {
    padding-bottom: 70px;
  }
  .uniq-content-modal::before {
    height: 40px;
  }
  .uniq-lp-link-list__link {
    padding-left: 20px;
    font-size: 2rem;
  }
  .uniq-lp-btn__link {
    column-gap: 52px;
  }
  .uniq-lp-btn__txt {
    font-size: 2.8rem;
  }
  .uniq-lp-btn__icon {
    width: 40px;
    height: 40px;
  }
  .uniq-lp-btn {
    margin-top: 70px;
  }
  .m-hdg-lv3__title {
    margin-top: 70px;
    font-size: 2.4rem;
  }
  .m-lyt-media-content {
    margin-top: 30px;
  }
  .m-text--uniq {
    margin-top: 0;
  }
  .uniq-lp-grid {
    grid-template-rows: auto;
    grid-template-columns: minmax(300px, 1fr) minmax(auto, 380px);
    place-items: start;
    margin-top: 50px;
    gap: 10px 30px;
  }
  .uniq-lp-grid__item--content {
    grid-row: 1/3;
    grid-column: 1/2;
  }
  .uniq-lp-grid__item--media-top {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .uniq-lp-grid__item--media-bottom {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .uniq-lp-grid--row2 .uniq-lp-grid__item--content {
    grid-row: 1/2;
    grid-column: 1/2;
    place-self: start;
  }
  .uniq-lp-grid--row2 .uniq-lp-grid__item--media-top {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .uniq-lp-grid--row2 .uniq-lp-grid__item--media-bottom {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
@media screen and (max-width: 905px) and (min-width: 768px) {
  .proflie-modal {
    right: 3%;
    bottom: 0;
  }
}
@media screen and (min-width: 878px) {
  .uniq-lp-lead-title__txt::before {
    top: 50%;
    left: -5%;
  }
  .uniq-lp-lead-title__txt::after {
    top: 50%;
    right: -5%;
  }
  .uniq-lp-lead-title__txt {
    max-width: 100%;
    font-size: 2.8rem;
  }
}
