html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body.unactive {
  overflow: hidden;
}

html.is-loading,
body.is-loading {
  overflow: hidden;
}

.f-caption {
  font-size: 24px;
}

.homeBanner {
  z-index: 9;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.homeBanner .homeBanner-petals {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.homeBanner .homeBanner-petal {
  position: absolute;
  top: -12%;
  left: var(--petal-left);
  width: var(--petal-size);
  height: auto;
  opacity: 0;
  animation: homeBannerPetalFall var(--petal-duration) ease-in-out infinite;
  animation-delay: var(--petal-delay);
  will-change: transform, opacity;
}
.homeBanner .listBanner, .homeBanner .slick-list, .homeBanner .slick-track {
  height: 100%;
}
.homeBanner .item {
  height: 100%;
}
.homeBanner .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeBanner .slick-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 3;
  list-style: none;
}
.homeBanner .slick-dots li {
  border: 1px solid #FFF;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.homeBanner .slick-dots button {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #FFF;
  border: none;
  padding: 0;
  overflow: hidden;
  margin: 0;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .homeBanner {
    background: linear-gradient(32.62deg, #FCEFEF 11.29%, #FFFFFF 94.98%);
    padding-top: 100px;
    height: auto;
  }
  .homeBanner .listBanner,
  .homeBanner .slick-list,
  .homeBanner .slick-track {
    height: auto;
  }
  .homeBanner .item,
  .homeBanner .slick-slide {
    height: auto;
  }
  .homeBanner .item img {
    width: 100%;
    height: auto;
    -o-object-fit: unset;
       object-fit: unset;
    display: block;
    aspect-ratio: auto;
  }
  .homeBanner .slick-dots {
    bottom: 16px;
  }
}

@keyframes homeBannerPetalFall {
  0% {
    opacity: 0;
    transform: translate3d(0, -8vh, 0) rotate(var(--petal-rotation)) scale(var(--petal-scale));
  }
  12% {
    opacity: var(--petal-opacity);
  }
  35% {
    transform: translate3d(calc(var(--petal-sway) * 0.35), 30vh, 0) rotate(calc(var(--petal-rotation) + 48deg)) scale(var(--petal-scale));
  }
  65% {
    transform: translate3d(calc(var(--petal-sway) * -0.25), 62vh, 0) rotate(calc(var(--petal-rotation) + 96deg)) scale(var(--petal-scale));
  }
  88% {
    opacity: var(--petal-opacity);
  }
  100% {
    opacity: 0;
    transform: translate3d(calc(var(--petal-sway) * 0.1), 108vh, 0) rotate(calc(var(--petal-rotation) + 144deg)) scale(var(--petal-scale));
  }
}
.homeIntro {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(32.62deg, #FCEFEF 11.29%, #FFFFFF 94.98%);
}
.homeIntro .content {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 35%;
  transform: translate(-50%, -50%);
  width: 35%;
  text-align: center;
}
.homeIntro .subTitle {
  color: var(--color-primary);
  font-family: var(--font-body) !important;
}
.homeIntro .segTitle {
  font-family: var(--font-title) !important;
}
.homeIntro .content .segTitle,
.homeIntro .content .subTitle,
.homeIntro .content article {
  will-change: transform, opacity;
  transform: translateZ(0);
}
.homeIntro article {
  font-size: 14px;
  margin-top: 24px;
}
.homeIntro .intro-description--mobile {
  display: none;
}
.homeIntro .intro-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  -o-object-position: bottom;
     object-position: bottom;
}
.homeIntro .intro-image--mobile {
  display: none;
}
@media (max-width: 767px) {
  .homeIntro {
    height: 160vh;
    height: 160dvh;
    min-height: 160vh;
    min-height: 160dvh;
    padding: 0;
    display: block;
    overflow: hidden;
  }
  .homeIntro .content {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    z-index: 1;
  }
  .homeIntro .intro-description--desktop {
    display: none;
  }
  .homeIntro .intro-description--mobile {
    display: block;
  }
  .homeIntro .intro-image--desktop {
    display: none;
  }
  .homeIntro .intro-image--mobile {
    display: block;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center top;
       object-position: center top;
    pointer-events: none;
  }
}

.homeOverview {
  overflow: hidden;
  padding-top: 120px;
}
.homeOverview .container-fluid {
  position: relative;
  z-index: 1;
}
.homeOverview .image {
  margin-top: -60px;
}
.homeOverview .image img {
  width: 100%;
}
.homeOverview .content {
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 8%;
}
.homeOverview .segTitle {
  color: var(--color-primary);
}
.homeOverview .subTitle {
  color: var(--color-primary);
  font-family: var(--font-body) !important;
}
.homeOverview article {
  margin-top: 24px;
  font-size: 14px;
  text-align: justify;
}
.homeOverview ul {
  list-style: none;
}
.homeOverview ul li {
  margin-bottom: 0.5rem;
}
.homeOverview .right .overview-slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
.homeOverview .right .overview-slider-nav {
  display: none;
}
.homeOverview .right .item {
  display: flex;
  flex-flow: column;
  gap: 12px;
  color: #6C7233;
  border-left: 1px solid var(--color-secondary);
  padding-left: 20px;
  height: -moz-max-content;
  height: max-content;
}
.homeOverview .right .list {
  display: flex;
  gap: 16px;
}
.homeOverview .right .name {
  font-size: 13px;
  text-transform: uppercase;
}
.homeOverview .quality {
  display: flex;
  flex-flow: column;
}
.homeOverview .quality .number {
  font-size: 36px;
  color: var(--color-secondary);
}
.homeOverview .quality .unit {
  font-size: 13px;
}
@media (max-width: 1360px) {
  .homeOverview {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .homeOverview {
    padding-top: 80px;
  }
  .homeOverview .image {
    margin-top: 0;
  }
  .homeOverview .content {
    display: flex;
    flex-flow: column;
    gap: 24px;
  }
  .homeOverview .right .item {
    height: -moz-max-content;
    height: max-content;
    background: #FFF;
  }
  .homeOverview .right .overview-slider {
    display: block;
  }
  .homeOverview .right .overview-slider-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
  }
  .homeOverview .right .overview-slider-nav .arrows {
    display: flex;
    padding: 4px 0;
    border-radius: 12px;
    background: var(--color-secondary);
    color: #FFF;
  }
  .homeOverview .right .overview-slider-nav .arrows .slick-prev, .homeOverview .right .overview-slider-nav .arrows .slick-next {
    cursor: pointer;
    width: 32px;
    display: flex;
    justify-content: center;
  }
  .homeOverview .right .overview-slider-nav .count {
    color: var(--color-secondary);
    font-size: 48px;
    font-family: var(--font-title);
    line-height: 0.7;
  }
  .homeOverview .right .overview-slider-nav .count span {
    font-size: 20px;
  }
}

.homeMaps {
  position: relative;
}
.homeMaps svg {
  aspect-ratio: 1134/949;
  width: 100%;
}
.homeMaps svg path[stroke-dasharray]:not(.map-dash-circle) {
  animation: mapDashFlow 0.8s linear infinite;
}
.homeMaps .map_content {
  position: relative;
  overflow: hidden;
}
.homeMaps .subvision-wrap {
  position: absolute;
  top: 35.4%;
  left: 35.8%;
  width: 3%;
  transform: translate(-50%, -50%);
}
.homeMaps .subvision {
  display: block;
  width: 100%;
}
.homeMaps .logo-wrap {
  position: absolute;
  top: 34%;
  left: 39%;
  width: 8%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.homeMaps .logo {
  display: block;
  width: 100%;
}
.homeMaps .flower-wrap {
  position: absolute;
  bottom: -10%;
  right: 0;
  width: 18%;
  pointer-events: none;
}
.homeMaps .flower {
  display: block;
  width: 100%;
}
.homeMaps .map {
  width: 70%;
  position: relative;
}
.homeMaps .map::after {
  content: "";
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.603813) 8.12%, rgba(255, 255, 255, 0.730491) 20.16%, rgba(255, 255, 255, 0.839917) 29.78%, rgba(255, 255, 255, 0.897263) 34.11%, rgba(255, 255, 255, 0.948714) 40.57%, rgba(255, 255, 255, 0.964193) 49.24%, #FFFFFF 73.75%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  position: absolute;
  height: 100%;
  right: 0;
  width: 30%;
}
.homeMaps .segTitle {
  color: var(--color-secondary);
}
.homeMaps .subTitle {
  color: var(--color-primary);
  font-family: var(--font-body);
}
.homeMaps .content {
  position: absolute;
  right: var(--pd-container);
  top: 20%;
  width: 30%;
}
.homeMaps .top {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  padding-left: 40px;
}
.homeMaps .top img {
  position: absolute;
  top: -20px;
  left: 104%;
  width: 64px;
}
.homeMaps .bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}
.homeMaps article {
  font-size: 14px;
  margin-top: 16px;
}
.homeMaps .list {
  margin-top: 40px;
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.homeMaps .item {
  display: flex;
  gap: 16px;
  padding: 4px 0;
  font-size: 14px;
  align-items: end;
}
.homeMaps .item img {
  width: 20px;
  flex: 0 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeMaps .item .des {
  margin-bottom: -5px;
}
.homeMaps .item .time {
  width: 90px;
  flex: 0 0 auto;
  display: flex;
  align-items: end;
  line-height: 0.7;
  gap: 4px;
}
.homeMaps .item .time span {
  font-size: 36px;
  color: var(--color-secondary);
  font-family: var(--font-title);
  font-weight: 400;
}
.homeMaps .line {
  width: 100%;
  height: 1px;
  background: rgba(234, 134, 156, 0.2);
}
@media (max-width: 767px) {
  .homeMaps {
    padding: 80px 16px;
    display: flex;
    flex-flow: column-reverse;
  }
  .homeMaps .flower-wrap {
    bottom: 0;
  }
  .homeMaps .content {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
  }
  .homeMaps .list {
    margin-top: 24px;
  }
  .homeMaps article {
    text-align: justify;
  }
  .homeMaps .map {
    width: 100%;
    margin-top: 24px;
  }
  .homeMaps .map::after {
    display: none;
  }
}

@keyframes mapDashFlow {
  to {
    stroke-dashoffset: -6;
  }
}
.homeTotal {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.homeTotal .title {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: var(--color-primary);
  line-height: 1;
  z-index: 1;
}
.homeTotal .title .bottom {
  padding-left: 12px;
}
.homeTotal .title .subTitle {
  font-size: 26px;
}
.homeTotal .total {
  position: relative;
  width: 100%;
}
.homeTotal .total .list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  pointer-events: none;
}
.homeTotal .total .list .item {
  pointer-events: auto;
  width: 20px;
  font-size: 10px;
  aspect-ratio: 34/38;
  padding-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFF;
  position: absolute;
  transform: translate(-50%, -50%);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.homeTotal .total .list .item::after {
  content: "";
  width: 300px;
  height: 16px;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  pointer-events: none;
}
.homeTotal .total .list .item:hover {
  z-index: 1;
}
.homeTotal .total .list .item:hover::after {
  pointer-events: auto;
}
.homeTotal .total .list .item:hover .popup {
  bottom: calc(100% + 16px);
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}
.homeTotal .total .list .item:nth-child(1), .homeTotal .total .list .item:nth-child(2) {
  background-image: url("/wp-content/uploads/2026/06/partern-2-1.webp");
}
.homeTotal .total .list .item:nth-child(n+3):nth-child(-n+20) {
  background-image: url("/wp-content/uploads/2026/06/partern-1-2.webp");
}
.homeTotal .total .list .item:nth-child(n+20) {
  background-image: url("/wp-content/uploads/2026/06/partern-3-1.webp");
}
.homeTotal .total .list .item:nth-child(1) {
  top: 65%;
  left: 15%;
}
.homeTotal .total .list .item:nth-child(2) {
  top: 50%;
  left: 25.5%;
}
.homeTotal .total .list .item:nth-child(3) {
  top: 59%;
  left: 35%;
}
.homeTotal .total .list .item:nth-child(4) {
  top: 59%;
  left: 28%;
}
.homeTotal .total .list .item:nth-child(5) {
  top: 60%;
  left: 25.5%;
}
.homeTotal .total .list .item:nth-child(6) {
  top: 57%;
  left: 32%;
}
.homeTotal .total .list .item:nth-child(7) {
  top: 59%;
  left: 31%;
}
.homeTotal .total .list .item:nth-child(8) {
  top: 66%;
  left: 26.5%;
}
.homeTotal .total .list .item:nth-child(9) {
  top: 58.5%;
  left: 22%;
}
.homeTotal .total .list .item:nth-child(10) {
  top: 57%;
  left: 37.5%;
}
.homeTotal .total .list .item:nth-child(11) {
  top: 57%;
  left: 37.5%;
}
.homeTotal .total .list .item:nth-child(12) {
  top: 67%;
  left: 33.5%;
}
.homeTotal .total .list .item:nth-child(13) {
  top: 61%;
  left: 30%;
}
.homeTotal .total .list .item:nth-child(14) {
  top: 57.5%;
  left: 26%;
}
.homeTotal .total .list .item:nth-child(15) {
  top: 72%;
  left: 54%;
}
.homeTotal .total .list .item:nth-child(16) {
  top: 76%;
  left: 54%;
}
.homeTotal .total .list .item:nth-child(17) {
  top: 76%;
  left: 21.5%;
}
.homeTotal .total .list .item:nth-child(18) {
  top: 75%;
  left: 30.5%;
}
.homeTotal .total .list .item:nth-child(19) {
  top: 64.5%;
  left: 58%;
}
.homeTotal .total .list .item:nth-child(20) {
  top: 74%;
  left: 19%;
}
.homeTotal .total .list .item:nth-child(21) {
  top: 68%;
  left: 69%;
}
.homeTotal .total .list .item:nth-child(22) {
  top: 66%;
  left: 66.5%;
}
.homeTotal .total .list .item:nth-child(23) {
  top: 75%;
  left: 72.5%;
}
.homeTotal .total .list .item:nth-child(24) {
  top: 77%;
  left: 70%;
}
.homeTotal .total .list .item:nth-child(25) {
  top: 77%;
  left: 68%;
}
.homeTotal .total .list .item:nth-child(26) {
  top: 76%;
  left: 81%;
}
.homeTotal .total .list .popup {
  position: absolute;
  background: #FFF;
  border-radius: 12px;
  overflow: hidden;
  width: 250px;
  text-align: center;
  left: 50%;
  transform: translate(-50%, -30px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-flow: column;
  gap: 16px;
  padding: 12px;
  color: var(--color-primary);
  text-align: center;
  bottom: 100%;
  font-size: 16px;
  font-weight: 600;
}
.homeTotal .total .list .popup a {
  width: 100%;
  aspect-ratio: 3/2;
}
.homeTotal .total .list .popup img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeTotal .list_total {
  display: flex;
  gap: 40px;
}
.homeTotal .list_total .item {
  display: flex;
  flex-flow: column;
  gap: 8px;
}
.homeTotal .list_total .top {
  display: flex;
  gap: 8px;
  color: #FFF;
}
.homeTotal .list_total .bottom {
  padding-left: 28px;
  font-size: 12px;
}
.homeTotal .list_total .bottom .bottom-item {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
.homeTotal .list_total .bottom .circle {
  width: 4px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--color-secondary);
}
.homeTotal .list_total .name {
  font-size: 14px;
  text-transform: uppercase;
}
.homeTotal .list_total .number {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #FFF;
  flex: 0 0 auto;
  font-size: 12px;
  margin-top: -4px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 34/38;
  padding-bottom: 4px;
}
.homeTotal .list_total .column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.homeTotal .list_total .column:nth-child(1) .number {
  background-image: url("/wp-content/uploads/2026/06/partern-2-1.webp");
}
.homeTotal .list_total .column:nth-child(2) .number {
  background-image: url("/wp-content/uploads/2026/06/partern-1-2.webp");
}
.homeTotal .list_total .column:nth-child(3) .number {
  background-image: url("/wp-content/uploads/2026/06/partern-1-2.webp");
}
.homeTotal .list_total .column:nth-child(4) .number {
  background-image: url("/wp-content/uploads/2026/06/partern-1-2.webp");
}
.homeTotal .list_total .column:nth-child(5) .number {
  background-image: url("/wp-content/uploads/2026/06/partern-3-1.webp");
}
.homeTotal .content {
  background: var(--color-primary);
  position: relative;
  padding: 80px 0;
  margin-top: -1px;
}
.homeTotal .content .partern {
  position: absolute;
  bottom: 0;
  left: 1%;
  max-width: 20%;
  max-height: 40%;
  -o-object-fit: contain;
     object-fit: contain;
}
.homeTotal::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
  z-index: 1;
}
.homeTotal.is-hovering::after {
  opacity: 1;
}
.homeTotal .background {
  display: block;
  width: 100%;
  height: auto;
}
.homeTotal svg.overlay {
  position: absolute;
  top: 56%;
  left: 50%;
  width: 95%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
}
.homeTotal svg.overlay .zone-shape,
.homeTotal svg.overlay .zone-shape * {
  pointer-events: none;
}
.homeTotal svg.overlay .zone-label,
.homeTotal svg.overlay .zone-hit,
.homeTotal svg.overlay .zone-hits {
  pointer-events: all;
}
.homeTotal svg.overlay .zone-item {
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.homeTotal svg.overlay.is-hovering .zone-item:not(.is-active) {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.homeTotal svg.overlay .zone-hit {
  cursor: pointer;
  outline: none;
}
.homeTotal svg.overlay .zone-item.has-fancybox .zone-label {
  cursor: pointer;
}
@media (max-width: 767px) {
  .homeTotal .title {
    position: relative;
    text-align: center;
    left: unset;
    transform: none;
  }
  .homeTotal .title .bottom {
    padding-left: 0;
  }
  .homeTotal .content {
    padding: 40px 0;
  }
  .homeTotal .content .partern {
    width: 40%;
    max-width: unset;
    max-height: unset;
  }
  .homeTotal .list_total {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    gap: 12px;
  }
  .homeTotal .list_total .column {
    flex: 0 0 200px;
  }
  .homeTotal .total--mobile a {
    display: block;
    cursor: pointer;
  }
  .homeTotal .total--mobile img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.homeProduct {
  height: 100vh;
  overflow: hidden;
  display: flex;
  background: linear-gradient(32.62deg, #FCEFEF 11.29%, #FFFFFF 94.98%);
}
.homeProduct .content {
  padding: 80px 0;
  display: grid;
  width: 100%;
  grid-template-columns: 3fr 4fr;
  overflow: hidden;
}
.homeProduct h2 {
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.homeProduct h2 .flower {
  position: absolute;
  top: -20px;
  left: 100%;
}
.homeProduct h2 .flower img {
  height: 70px;
}
.homeProduct h2 .bottom {
  display: flex;
  gap: 16px;
}
.homeProduct .segTitle {
  color: var(--color-secondary);
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.homeProduct .subTitle {
  color: var(--color-primary);
  margin-top: 8px;
  font-family: var(--font-body) !important;
}
.homeProduct .left {
  padding: 0 10%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.homeProduct .left .viewDetail {
  display: none;
}
.homeProduct .left .number {
  font-size: 52px;
  font-family: var(--font-title);
  font-weight: 400;
  color: var(--color-secondary);
  display: flex;
  align-items: center;
  flex: 0 0 100px;
}
.homeProduct .left .item {
  display: flex;
  gap: 52px;
  align-items: center;
  border-bottom: 1px solid rgba(108, 114, 51, 0.1019607843);
  padding: 8px 0;
  text-decoration: none;
  color: #474747;
  transition: background 0.3s ease-in-out;
  will-change: clip-path, transform, opacity;
}
.homeProduct .left .item:hover {
  background: rgba(234, 134, 156, 0.2705882353);
}
.homeProduct .left .item img {
  display: none;
}
.homeProduct .left .item .title {
  font-size: 24px;
  font-family: var(--font-title);
}
.homeProduct .product-slider-nav {
  display: none;
}
.homeProduct .right {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.homeProduct .right .content_right {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.homeProduct .right .content_right > .img {
  width: 100%;
  height: 100%;
}
.homeProduct .right .content_right > .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeProduct .right .product-images-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.homeProduct .right .product-images-slider .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.homeProduct .right .product-images-slider .img.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.homeProduct .right .product-images-slider .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1360px) {
  .homeProduct .content {
    padding: 60px 0;
  }
}
@media (max-width: 1279px) {
  .homeProduct .left .number {
    font-size: 40px;
  }
  .homeProduct .left .item .title {
    font-size: 20px;
  }
  .homeProduct .left .item .description {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .homeProduct {
    height: -moz-max-content;
    height: max-content;
  }
  .homeProduct .content {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding: 80px 16px;
  }
  .homeProduct .left {
    display: contents;
    padding: 0;
  }
  .homeProduct .left .number {
    flex: 0 0 auto;
  }
  .homeProduct .left .item {
    border-bottom: none;
    padding: 0;
    flex-flow: column;
    text-align: center;
    gap: 0;
  }
  .homeProduct .left .viewDetail {
    display: block;
    margin-top: 10px;
  }
  .homeProduct h2 {
    order: 1;
    margin: 0 auto;
    padding: 0 16px;
  }
  .homeProduct .right {
    order: 2;
    display: block;
    margin-top: 24px;
  }
  .homeProduct .right .content_right {
    position: relative;
    height: auto;
  }
  .homeProduct .right .content_right > .img {
    display: none;
  }
  .homeProduct .right .product-images-slider {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    pointer-events: auto;
  }
  .homeProduct .right .product-images-slider .img {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    visibility: visible;
    aspect-ratio: 3/2;
  }
  .homeProduct .product-slider-wrap {
    order: 3;
    position: relative;
    margin-top: 16px;
  }
  .homeProduct .product-slider-nav {
    display: none;
  }
  .homeProduct .listProduct.slick-initialized + .product-slider-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 16px;
  }
  .homeProduct .listProduct.slick-initialized + .product-slider-nav .arrows {
    display: flex;
    padding: 4px 0;
    border-radius: 12px;
    background: var(--color-secondary);
    color: #FFF;
  }
  .homeProduct .listProduct.slick-initialized + .product-slider-nav .arrows .slick-prev, .homeProduct .listProduct.slick-initialized + .product-slider-nav .arrows .slick-next {
    cursor: pointer;
    width: 32px;
    display: flex;
    justify-content: center;
  }
  .homeProduct .listProduct.slick-initialized + .product-slider-nav .count {
    color: var(--color-secondary);
    font-size: 48px;
    font-family: var(--font-title);
    line-height: 0.7;
  }
  .homeProduct .listProduct.slick-initialized + .product-slider-nav .count span {
    font-size: 20px;
  }
  .homeProduct .listProduct .slick-list,
  .homeProduct .product-images-slider .slick-list {
    overflow: hidden;
  }
  .homeProduct .listProduct .slick-slide,
  .homeProduct .product-images-slider .slick-slide {
    height: auto;
  }
}

.homeUtilities {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.homeUtilities .title {
  position: absolute;
  top: 10%;
  left: var(--pd-container);
  z-index: 1;
  color: #FFF;
}
.homeUtilities .title .subTitle {
  text-transform: uppercase;
  font-family: var(--font-body) !important;
}
.homeUtilities .item {
  height: 100%;
  position: relative;
}
.homeUtilities .item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  aspect-ratio: 2/1;
  background: rgba(54, 57, 25, 0.23);
  filter: blur(150px);
  pointer-events: none;
}
.homeUtilities .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeUtilities .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 35%;
  aspect-ratio: 2.5/1;
  background: rgba(54, 57, 25, 0.57);
  filter: blur(150px);
  pointer-events: none;
}
.homeUtilities .item .content {
  position: absolute;
  bottom: 0;
  left: var(--pd-container);
  z-index: 1;
  color: #FFF;
  border-left: 1px solid #FFF;
  padding-bottom: 40px;
  padding-left: 20px;
  display: flex;
  flex-flow: column;
  gap: 4px;
  max-width: 40%;
}
.homeUtilities .item .content .name {
  font-size: 26px;
  font-family: var(--font-title);
}
.homeUtilities .slider-nav {
  position: absolute;
  right: var(--pd-container);
  bottom: 60px;
  display: flex;
  align-items: end;
  gap: 32px;
  line-height: 0.7;
}
.homeUtilities .slider-nav .arrows {
  display: flex;
  padding: 4px 0;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  height: -moz-max-content;
  height: max-content;
}
.homeUtilities .slider-nav .arrows .slick-prev, .homeUtilities .slider-nav .arrows .slick-next {
  cursor: pointer;
  width: 24px;
  display: flex;
  justify-content: center;
}
.homeUtilities .count {
  color: #FFF;
  font-size: 150px;
  font-family: var(--font-title);
  width: 280px;
}
.homeUtilities .count span {
  font-size: 40px;
}
.homeUtilities .utilities-slider, .homeUtilities .slider-wrap {
  height: 100%;
}
.homeUtilities .slick-list, .homeUtilities .slick-track {
  height: 100%;
}
@media (max-width: 767px) {
  .homeUtilities {
    height: auto;
    background: var(--color-primary);
    padding: 80px 0;
  }
  .homeUtilities .title {
    position: relative;
    top: unset;
    left: unset;
    transform: unset;
    text-align: center;
  }
  .homeUtilities .slider-nav {
    aspect-ratio: 3/2;
    top: 0;
    left: 16px;
    bottom: unset;
    width: calc(100% - 32px);
    justify-content: end;
    pointer-events: none;
  }
  .homeUtilities .slider-wrap {
    margin-top: 24px;
    position: relative;
  }
  .homeUtilities .utilities-slider, .homeUtilities .slider-wrap {
    height: auto;
  }
  .homeUtilities .slick-list, .homeUtilities .slick-track {
    height: auto !important;
  }
  .homeUtilities .count {
    font-size: 44px;
    width: auto;
    pointer-events: auto;
  }
  .homeUtilities .count span {
    font-size: 24px;
  }
  .homeUtilities .arrows {
    pointer-events: auto;
  }
  .homeUtilities .item {
    height: auto;
  }
  .homeUtilities .item img {
    aspect-ratio: 3/2;
    height: auto;
  }
  .homeUtilities .item .content {
    position: relative;
    bottom: unset;
    left: unset;
    border-left: unset;
    padding-bottom: 0;
    padding-left: 0;
    padding: 0 16px;
    margin-top: 12px;
    text-align: center;
    max-width: unset;
  }
}

.homeAdvantage {
  background: linear-gradient(32.62deg, #FCEFEF 11.29%, #FFFFFF 94.98%);
  height: 100vh;
  display: flex;
  overflow: hidden;
}
.homeAdvantage .content {
  display: grid;
  padding: 80px 0;
  grid-template-columns: 3fr 4fr;
}
.homeAdvantage h2 {
  text-align: center;
}
.homeAdvantage h2 .segTitle {
  color: var(--color-primary);
}
.homeAdvantage h2 .subTitle {
  color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--font-body) !important;
}
.homeAdvantage .left {
  padding: 0px 18%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  overflow: hidden;
}
.homeAdvantage .left .img {
  aspect-ratio: 2/1;
  overflow: hidden;
}
.homeAdvantage .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeAdvantage .left .name {
  font-size: 20px;
  text-align: center;
  font-family: var(--font-title);
  margin-top: 24px;
  padding-right: 4px;
}
.homeAdvantage .left .description {
  font-size: 14px;
  text-align: center;
  margin-top: 16px;
}
.homeAdvantage .left .arrows {
  display: flex;
  padding: 4px 0;
  border-radius: 12px;
  background: rgba(217, 217, 217, 0.6);
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
.homeAdvantage .left .arrows .slick-prev, .homeAdvantage .left .arrows .slick-next {
  cursor: pointer;
  width: 24px;
  display: flex;
  justify-content: center;
}
.homeAdvantage .right {
  overflow: hidden;
  height: 100%;
}
.homeAdvantage .right[data-anim-target=image-right] .img {
  will-change: transform, opacity;
}
.homeAdvantage .right .slick-list, .homeAdvantage .right .slick-track {
  height: 100%;
}
.homeAdvantage .right .img {
  height: 100%;
  overflow: hidden;
}
.homeAdvantage .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1360px) {
  .homeAdvantage .content {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .homeAdvantage {
    padding: 80px 0;
    height: -moz-max-content;
    height: max-content;
  }
  .homeAdvantage h2 .number {
    font-size: 90px;
  }
  .homeAdvantage .left {
    padding: 0 16px;
    gap: 24px;
  }
  .homeAdvantage .left .img {
    aspect-ratio: 3/2;
  }
  .homeAdvantage .right {
    display: none;
  }
  .homeAdvantage .content {
    grid-template-columns: 1fr;
    padding: 0;
  }
}

.homeBlock {
  background: var(--color-primary);
  padding: 160px 0;
  overflow: hidden;
  position: relative;
}
.homeBlock::after {
  content: "";
  background: #919850;
  filter: blur(245px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  height: 120%;
  aspect-ratio: 1;
  width: auto;
  max-width: 100%;
}
.homeBlock .container-fluid {
  position: relative;
  z-index: 2;
}
.homeBlock .partern {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 20%;
  opacity: 0.9;
}
.homeBlock .sub {
  color: rgba(255, 255, 255, 0.6);
  font-size: 36px;
}
.homeBlock .title {
  background: linear-gradient(180deg, #FFACBF 28.64%, #F79EB1 73.64%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1.2;
}
.homeBlock .text {
  line-height: 0.9;
}
.homeBlock .top {
  text-align: center;
  padding-right: 45px;
}
.homeBlock .bottom {
  text-align: center;
  margin-top: -20px;
  padding-left: 210px;
}
.homeBlock .title {
  font-size: 92px;
}
@media (max-width: 1360px) {
  .homeBlock {
    padding: 140px 0;
  }
}
@media (max-width: 767px) {
  .homeBlock {
    padding: 120px 0;
  }
  .homeBlock .title {
    font-size: 44px;
  }
  .homeBlock .middle {
    padding-left: 20px;
  }
  .homeBlock .bottom {
    margin-top: 0;
    padding-left: 0;
  }
  .homeBlock .partern {
    width: 50%;
  }
  .homeBlock .sub {
    font-size: 20px;
  }
}

.homeLibrary {
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.homeLibrary .container-fluid {
  position: relative;
  z-index: 1;
}
.homeLibrary .segTitle {
  color: var(--color-primary);
  position: relative;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.homeLibrary .segTitle .flower {
  position: absolute;
  top: -20px;
  left: calc(100% + 16px);
}
.homeLibrary .segTitle .flower img {
  height: 70px;
}
.homeLibrary .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6%;
  margin-top: 40px;
}
.homeLibrary .library-item-link, .homeLibrary .library-doc-link {
  text-decoration: none;
  color: var(--color-primary);
}
.homeLibrary .txt {
  font-size: 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  padding-left: 32px;
  color: var(--color-primary);
  font-family: var(--font-title);
  font-style: italic;
}
.homeLibrary .left .img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.homeLibrary .left .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeLibrary .left .txt {
  margin-top: 32px;
}
.homeLibrary .right {
  display: flex;
  flex-flow: column;
  gap: 32px;
}
.homeLibrary .right .library-video-link {
  display: flex;
  flex-flow: column;
  gap: 16px;
  text-decoration: none;
  color: inherit;
}
.homeLibrary .right .img {
  aspect-ratio: 3/1;
  overflow: hidden;
}
.homeLibrary .right .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeLibrary .right .item {
  display: flex;
  flex-flow: column;
  gap: 16px;
}
.homeLibrary .flower-1 {
  position: absolute;
  top: 5%;
  right: 5%;
  pointer-events: none;
}
@media (max-width: 1360px) {
  .homeLibrary {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .homeLibrary {
    padding: 80px 0;
  }
  .homeLibrary .content {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .homeLibrary .left .txt {
    margin-top: 16px;
  }
  .homeLibrary .left .img {
    aspect-ratio: 3/2;
  }
  .homeLibrary .right {
    gap: 24px;
  }
  .homeLibrary .right .item {
    flex-flow: column-reverse;
  }
  .homeLibrary .right .img {
    aspect-ratio: 3/2;
  }
  .homeLibrary .flower-1 {
    top: unset;
    bottom: 0;
  }
}

#library-doc-popup {
  max-width: 75vw;
}
#library-doc-popup .title {
  font-size: 32px;
  font-family: var(--font-title);
  text-align: center;
}
#library-doc-popup .is-close-button {
  top: 0;
  right: 0;
  z-index: 1;
  background: var(--color-primary);
  width: 52px;
  aspect-ratio: 1;
  height: auto;
  border-radius: 0;
}
#library-doc-popup .library-doc-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
  max-width: 75vw;
}
#library-doc-popup .library-doc-list .library-doc-item {
  display: flex;
  flex-flow: column;
  gap: 16px;
  text-decoration: none;
  color: var(--color-primary);
}
#library-doc-popup .library-doc-list .library-doc-item:hover .img .icon {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#library-doc-popup .library-doc-list .img {
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
}
#library-doc-popup .library-doc-list .img .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 1;
  background: var(--color-primary);
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
#library-doc-popup .library-doc-list .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#library-doc-popup .library-doc-list .name {
  font-size: 24px;
  font-family: var(--font-title);
  text-align: center;
}
@media (max-width: 767px) {
  #library-doc-popup {
    max-width: unset;
  }
  #library-doc-popup .library-doc-list {
    grid-template-columns: 1fr;
  }
  #library-doc-popup .library-doc-list .img .icon {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.group-news-library {
  background: linear-gradient(180deg, #FEFAFB 0%, #FCEFEF 100%);
}

.homeNews {
  position: relative;
  padding: 80px 0 120px;
  overflow: hidden;
}
.homeNews .container-fluid {
  position: relative;
  z-index: 1;
}
.homeNews .segTitle {
  position: relative;
  text-align: center;
  color: var(--color-primary);
  text-transform: uppercase;
}
.homeNews .list_news {
  display: grid;
  margin-top: 60px;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.homeNews .list_news .item {
  cursor: pointer;
}
.homeNews .list_news .item article {
  margin-top: 0.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
  -webkit-line-clamp: 3;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.homeNews .list_news .item .img {
  aspect-ratio: 1.7/1;
}
.homeNews .list_news .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  float: right;
}
.homeNews .list_news .item .content {
  margin-bottom: 1rem;
}
.homeNews .list_news .item .name {
  font-size: 18px;
  font-family: var(--font-title);
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
  -webkit-line-clamp: 2;
  height: 44px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  color: #474747;
}
.homeNews .list_news .item article {
  color: #474747;
}
.homeNews .list_news .item .btnRead {
  display: flex;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  cursor: pointer;
  gap: 1rem;
  color: var(--color-secondary);
}
.homeNews .list_news .item .desc {
  position: relative;
  padding-left: 40px;
  padding-top: 20px;
}
.homeNews .list_news .item .desc::after {
  content: "";
  position: absolute;
  border-left: 1px solid #6C7233;
  height: calc(100% + 24px);
  top: -24px;
  left: 20px;
}
.homeNews .holder {
  margin-top: 2.5rem;
  text-align: right;
  display: flex;
  justify-content: center;
}
.homeNews .holder a.jp-current {
  background-image: url("/wp-content/uploads/2026/06/Vector-3.webp");
  color: #FFF;
}
.homeNews .holder a {
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  background-position: bottom center;
  height: 38px;
  text-decoration: none;
  color: var(--color-primary);
}
.homeNews .holder a::before {
  content: "0";
}
.homeNews .partern-1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .homeNews {
    padding: 0 0 80px;
  }
  .homeNews .list_news {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.popUpNews {
  position: fixed;
  display: flex;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.6980392157);
  box-shadow: -12px 0 24px rgba(0, 0, 0, 0.05);
  opacity: 0;
  pointer-events: none;
  transition: all 0.45s ease-out;
}
.popUpNews.active {
  transform: none;
  opacity: 1;
  pointer-events: all;
}
.popUpNews .close {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 9;
  width: 72px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background: var(--color-primary);
}
.popUpNews .close:hover {
  transform: scale(0.9);
}
.popUpNews .featured {
  width: 100%;
  aspect-ratio: 3/2;
  margin-top: 24px;
}
.popUpNews .featured img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.popUpNews .content {
  width: 50%;
  margin: 0 auto;
  padding: 60px 80px;
  background: #FFF;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
  position: relative;
}
.popUpNews .content h2.title {
  margin-bottom: 1rem;
  font-size: 32px;
  text-align: center;
  font-family: var(--font-title);
}
.popUpNews .content article {
  text-align: justify;
  margin-top: 24px;
}
.popUpNews .content article p {
  font-size: 14px;
}
.popUpNews .content article a {
  color: var(--color-primary);
  text-decoration: underline;
}
.popUpNews .content .wp-block-image {
  position: relative;
  left: 50%;
  display: inline-flex;
  flex-flow: column;
  width: 100%;
  margin: 1rem auto;
  padding: 12px 16px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  transform: translateX(-50%);
  font-size: 12px;
  text-align: center;
  font-style: italic;
}
@media (max-width: 767px) {
  .popUpNews .content {
    width: 100%;
    margin-left: 0;
    padding: 60px 16px 24px;
  }
  .popUpNews .content .wp-block-image {
    padding: 0;
  }
  .popUpNews .wp-element-caption {
    padding: 0 12px;
  }
  .popUpNews .close {
    top: 12px;
    right: 12px;
    transform: unset !important;
    left: unset;
    width: 40px;
    font-size: 20px;
  }
}/*# sourceMappingURL=home.css.map */