img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

.common_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  object-fit: cover;
}

@keyframes yAnimate {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.item_hover {
  overflow: hidden;
}

.item_hover:hover img {
  transform: scale(1.05);
}

.item_hover img {
  width: 100%;
  height: 100%;
  transition: .6s ease;
}

@keyframes goAnimate {
  100% {
    transform: translateX(-50%);
  }
}

.home {
  position: relative;
  z-index: 1;
  background: #FFF9EF;
}

.why1 {
  padding: 2.8645833333vw 0 5.2083333333vw;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #FFF9EF;
}

.why1 .tu {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.why1 .top {
  display: flex;
  align-items: center;
}

.why1 .top .img {
  width: 48.3333333333vw;
}

.why1 .top .img img {
  mix-blend-mode: multiply;
  width: 100%;
}

.why1 .top .title {
  color: #BE8E44;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.why1 .bottom {
  width: 100%;
  position: relative;
  margin-top: -5.2083333333vw;
}

.why1 .bottom .position {
  position: absolute;
  top: 5.2083333333vw;
  left: 0;
  display: flex;
  width: max-content;
  animation: goAnimate 20s infinite linear;
}

.why1 .bottom .position .flex {
  display: flex;
  align-items: center;
}

.why1 .bottom .position .flex img {
  margin: 0 1.5625vw 0 0;
}

.why1 .bottom .dise {
  width: 100%;
  height: fit-content;
}

.why2 {
  padding: 0 7.8125vw 18.8020833333vw 7.8125vw;
  background: #FFF9EF;
  position: relative;
  z-index: 3;
}

.why2 .brand {
  display: flex;
  align-items: center;
  gap: 0.5208333333vw;
}

.why2 .brand a,
.why2 .brand span {
  color: rgba(232, 196, 134, 0.51);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.why2 .title {
  margin: 3.4895833333vw 0 0 0;
}

.why2 .title .p1 {
  text-align: center;
  color: #BE8E44;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 2.3958333333vw;
}

.why2 .title .p2 {
  color: #BE8E44;
  font-style: normal;
  font-weight: 400;
  line-height: 2.0833333333vw;
  /* 166.667% */
}

.why2 .display {
  display: flex;
  justify-content: center;
  gap: 11.9270833333vw;
  margin: 3.4375vw 0 0 0;
}

.why2 .display .item .dis {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.why2 .display .item .dis span {
  color: #F00;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.why2 .display .item .dis .dw {
  color: #F00;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  top: -0.2604166667vw;
  margin: 0 0 0 0.3645833333vw;
}

.why2 .display .item p {
  color: #F00;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.brand4,
.why8 {
  height: 100vh;
  margin-top: -800px;
  position: relative;
  z-index: 65;
}

.brand4 .why_l,
.why8 .why_l {
  position: absolute;
  left: 0;
  top: 31.25vw;
  z-index: -1;
}

.brand4 .fix,
.why8 .fix {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.brand4 .fix .wrap,
.why8 .fix .wrap {
  width: 46.1458333333vw;
  height: 26.0416666667vw;
  perspective: 800px;
  position: relative;
}

.brand4 .fix .wrap.row .item,
.why8 .fix .wrap.row .item {
  left: -10vw !important;
}

.brand4 .fix .wrap.row .item:nth-child(2n-1),
.why8 .fix .wrap.row .item:nth-child(2n-1) {
  left: 10vw !important;
}

.brand4 .fix .wrap .item,
.why8 .fix .wrap .item {
  position: absolute;
  top: 0;
  left: -10vw;
  opacity: 0;
}

.brand4 .fix .wrap .item:nth-child(2n),
.why8 .fix .wrap .item:nth-child(2n) {
  left: 10vw;
}

.brand4 .fix .item,
.why8 .fix .item {
  width: 46.1458333333vw;
  height: 26.0416666667vw;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand4 .fix .item:after,
.why8 .fix .item:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.brand4 .fix .item .text,
.why8 .fix .item .text {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  position: relative;
  z-index: 5;
}

.why8 {
  margin-top: -700px;
  background-image: linear-gradient(0deg, #FFF9EF, #fff);
}

.why8 .fix .wrap .item {
  border-radius: 1.0416666667vw;
  overflow: hidden;
}

.why3 {
  height: 100vh;
  margin-top: -10.4166666667vw;
}

.why3 .fix {
  height: 100vh;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.why3 .fix .l1 {
  position: absolute;
  left: 0;
  bottom: -40%;
  width: 29.8958333333vw;
}

.why3 .fix .l2 {
  position: absolute;
  left: 0;
  top: -20%;
  width: 31.4583333333vw;
}

.why3 .fix .r1 {
  position: absolute;
  right: 0;
  top: -20%;
  width: 28.8541666667vw;
}

.why3 .fix .wrap {
  width: 67.7083333333vw;
  height: 44.2708333333vw;
  border-radius: 1.0416666667vw;
  background: rgba(171, 206, 237, 0.8);
  overflow: hidden;
  padding: 3.0729166667vw 2.6041666667vw 0.8854166667vw 4.4270833333vw;
  display: flex;
  justify-content: space-between;
  transform: scale(0.8);
}

.why3 .fix .wrap .l {
  width: 26.1979166667vw;
}

.why3 .fix .wrap .l .title {
  color: #5D9AD0;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  /* 55.2px */
  margin: 0 0 4.1666666667vw;
}

.why3 .fix .wrap .l .img {
  width: 100%;
  position: relative;
  height: 70%;
}

.why3 .fix .wrap .l .img img {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: .6s ease;
}

.why3 .fix .wrap .l .img img.on {
  opacity: 1;
  pointer-events: auto;
  transition-delay: .3s;
}

.why3 .fix .wrap .l .img img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
}

.why3 .fix .wrap .r {
  width: 30.3125vw;
}

.why3 .fix .wrap .r .y .item {
  width: 100%;
  padding: 1.4583333333vw 1.40625vw 2.4479166667vw 1.40625vw;
  border-radius: 1.0416666667vw;
  background: #86B4E2;
}

.why3 .fix .wrap .r .y .item:not(:last-child) {
  margin: 0 0 2.7604166667vw;
}

.why3 .fix .wrap .r .y .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.why3 .fix .wrap .r .y .item .top .t1 {
  width: 10.4166666667vw;
}

.why3 .fix .wrap .r .y .item .top .t2 {
  width: 4.7395833333vw;
}

.why3 .fix .wrap .r .y .item .display {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  margin: 5.3125vw 0 2.0833333333vw 0;
}

.why3 .fix .wrap .r .y .item .display .num {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.why3 .fix .wrap .r .y .item .display p {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.why3 .fix .wrap .r .y .item .text {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: 2.0833333333vw;
  /* 166.667% */
}

.why4 {
  padding: 2.6041666667vw 21.5104166667vw 10.3645833333vw 21.5104166667vw;
  position: relative;
}

.why4 .r1 {
  position: absolute;
  width: 18.2291666667vw;
  top: 10.4166666667vw;
  right: 0;
}

.why4 .title {
  color: #BE8E44;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 4.1666666667vw;
}

.why4 .content {
  border-radius: 1.3020833333vw;
  background: rgba(249, 178, 200, 0.8);
  padding: 2.0833333333vw 3.6458333333vw;
  transform: scale(0.8);
}

.why4 .content .headline {
  text-align: center;
}

.why4 .content .headline .p1 {
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0.5208333333vw;
}

.why4 .content .headline .p2 {
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1.0416666667vw;
}

.why4 .content table {
  width: 100%;
  border-collapse: collapse;
}

.why4 .content table td {
  border: 2px solid rgba(195, 88, 116, 0.7);
  background: rgba(237, 151, 176, 0.8);
  padding: 17px 14px;
  color: #C35874;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.why4 .content table td:first-child,
.why4 .content table td:nth-child(2) {
  width: 10.4166666667vw;
}

.why4 .content table td[colspan],
.why4 .content table td[rowspan] {
  text-align: center;
}

.why4 .content table td.on {
  border: 1px solid rgba(237, 151, 176, 0.8);
  background: rgba(195, 88, 116, 0.7);
  color: #fff;
}

.why5 {
  padding: 0 7.5520833333vw 13.6458333333vw 7.5520833333vw;
  position: relative;
  z-index: 101;
  background-image: linear-gradient(180deg, #FFF9EF 0%, #ffffff 100%);
}

.why5 .tp1 {
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  width: 25.7291666667vw;
}

.why5 .r1 {
  right: 0;
  position: absolute;
  width: 23.8020833333vw;
  top: 32.2916666667vw;
}

.why5 .r2 {
  width: 21.5104166667vw;
  height: 21.5104166667vw;
  position: absolute;
  right: 5.9375vw;
  top: 33.3333333333vw;
  mix-blend-mode: multiply;
}

.why5 .title {
  color: #BE8E44;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 5.9375vw;
}

.why5 .content .flex {
  display: flex;
  justify-content: space-between;
  gap: 2.0833333333vw;
}

.why5 .content .flex:not(:last-child) {
  margin: 0 0 4.4791666667vw;
}

.why5 .content .flex .label {
  width: 24.6354166667vw;
  height: 3.90625vw;
  border-radius: 4.1666666667vw;
  background: #BE8E44;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-style: normal;
  font-weight: 400;
  margin: 0.9375vw 0 0 0;
}

.why5 .content .flex .r {
  width: 56.5625vw;
  display: flex;
  align-items: center;
  gap: 2.0833333333vw 5.5208333333vw;
  flex-wrap: wrap;
}

.why5 .content .flex .r .img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.why5 .content .flex .r .img img {
  object-fit: contain;
}

.why5 .content .flex .r .text {
  color: #BE8E44;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 3;
}

.why6 {
  background: #fff;
  position: relative;
  z-index: 100;
}

.why6 .tp1 {
  top: -3.4375vw;
  right: 0;
  position: absolute;
  z-index: -1;
  width: 37.34375vw;
}

.why6 .l1 {
  position: absolute;
  width: 563px;
  top: 600px;
  left: 0;
  z-index: -1;
}

.why6 .title {
  text-align: center;
  color: #BE8E44;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 8.0208333333vw;
}

.why6 .content {
  position: relative;
}

.why6 .content .svg {
  position: absolute;
  width: 71.4583333333vw;
  height: auto;
  right: 5.3645833333vw;
  top: 1.9791666667vw;
}

.why6 .content .svg path {
  opacity: 0;
}

.why6 .content .map {
  width: 100%;
}

.why7 {
  padding: 2.6041666667vw 0;
  background: #fff;
  z-index: 67;
  position: relative;
}

.why7 .title {
  color: #BE8E44;
  text-align: center;
  font-style: normal;
  font-weight: 700;
}

.footer .top {
  background: linear-gradient(0deg, #F3F0EF 59.44%, rgba(243, 240, 239, 0) 100%);
}

@media screen and (max-width: 768px) {
  .home {
    overflow: hidden;
  }

  .why1 {
    padding: 0;
  }

  .why1 .top .img {
    width: 50%;
  }

  .why1 .top .title {
    font-size: 24px;
  }

  .why1 .bottom {
    margin-top: -42px;
  }

  .why1 .bottom .dise {
    height: 135px;
    object-fit: contain;
    max-width: unset;
    width: 195%;
  }

  .why1 .bottom .position {
    top: 38px;
  }

  .why1 .bottom .position .flex a img {
    max-width: 60px;
    max-height: 40px;
    margin: 0 40px 0 0;
  }

  .why2 {
    padding: 0 5%;
  }

  .why2 .title {
    margin: 30px 0 0 0;
  }

  .why2 .title .p1 {
    margin: 0 0 25px;
  }

  .why2 .title .p2 {
    line-height: 1.5;
  }

  .why2 .display {
    gap: 25px;
    flex-wrap: wrap;
    margin: 30px 0;
  }

  .why3 {
    margin-top: 0;
    height: auto !important;
    position: relative;
    z-index: 50;
  }

  .brand4,
  .why8 {
    margin-top: 0;
    height: auto !important;
    padding: 30px 0 50px;
  }

  .brand4 .fix,
  .why8 .fix {
    height: auto;
    overflow: unset;
  }

  .brand4 .fix .wrap,
  .why8 .fix .wrap {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    z-index: 5;
    display: none;
  }

  .brand4 .fix .wrap.sj_wrap,
  .why8 .fix .wrap.sj_wrap {
    display: flex !important;
  }

  .brand4 .fix .wrap.sj_wrap .swiper-container,
  .why8 .fix .wrap.sj_wrap .swiper-container {
    width: 100%;
  }

  .brand4 .fix .wrap.row .item:nth-child(2n-1),
  .brand4 .fix .wrap.row .item,
  .why8 .fix .wrap.row .item:nth-child(2n-1),
  .why8 .fix .wrap.row .item {
    left: 0 !important;
  }

  .brand4 .fix .wrap .item,
  .why8 .fix .wrap .item {
    position: relative !important;
    width: 100%;
    height: 300px;
    left: 0 !important;
    top: 0 !important;
    opacity: 1 !important;
    transform: none !important;
  }

  .brand4 .fix .wrap .item .common_bg,
  .why8 .fix .wrap .item .common_bg {
    object-fit: cover;
  }

  .brand4 .fix .wrap .item .text,
  .why8 .fix .wrap .item .text {
    width: 90%;
  }

  .brand4 .fix .wrap .item .text svg,
  .why8 .fix .wrap .item .text svg {
    width: 100%;
  }

  .why3 {
    height: auto !important;
  }

  .why3 .fix {
    height: auto;
  }

  .why3 .fix .wrap {
    width: 90%;
    height: auto;
    border-radius: 10px;
    padding: 30px 5%;
    transform: scale(1) !important;
    flex-direction: column;
  }

  .why3 .fix .wrap .l {
    width: 100%;
    margin: 0 0 30px;
  }

  .why3 .fix .wrap .l .title {
    margin: 0 0 20px;
  }

  .why3 .fix .wrap .l .img {
    display: none;
  }

  .why3 .fix .wrap .l .img img {
    opacity: 1 !important;
    pointer-events: auto;
  }

  .why3 .fix .wrap .l .img img:not(:first-child) {
    display: none;
  }

  .why3 .fix .wrap .r {
    width: 100%;
    display: none;
  }

  .why3 .fix .wrap .r.sj_r {
    display: block !important;
  }

  .why3 .fix .wrap .r .y {
    transform: none !important;
  }

  .why3 .fix .wrap .r .y .item {
    padding: 25px 5%;
  }

  .why3 .fix .wrap .r .y .item:not(:last-child) {
    margin: 0 0 20px;
  }

  .why3 .fix .wrap .r .y .item .top .t1 {
    width: 80px;
  }

  .why3 .fix .wrap .r .y .item .top .t2 {
    width: 25px;
  }

  .why3 .fix .wrap .r .y .item .display {
    gap: 10px;
    margin: 20px 0 10px;
  }

  .why3 .fix .wrap .r .y .item .display .num {
    font-size: 24px;
  }

  .why3 .fix .wrap .r .y .item .display p {
    font-size: 18px;
  }

  .why3 .fix .wrap .r .y .item .text {
    line-height: 1.5;
  }

  .why4 {
    padding: 50px 5%;
  }

  .why4 .title {
    margin: 0 0 20px;
  }

  .why4 .content {
    transform: scale(1) !important;
    padding: 20px 5%;
  }

  .why4 .content .headline .p1 {
    margin: 0 0 10px;
  }

  .why4 .content .headline .p2 {
    margin: 0 0 20px;
  }

  .why4 .content table {
    width: 100%;
    display: block;
    overflow: hidden;
    overflow-x: scroll;
  }

  .why4 .content table tbody {
    width: max-content;
    display: inline-table;
  }

  .why4 .content table td {
    font-size: 13px;
  }

  .why5 {
    padding: 50px 5%;
  }

  .why5 .title {
    font-size: 24px;
    margin: 0 0 45px;
  }

  .why5 .r2 {
    top: auto;
    bottom: 30px;
  }

  .why5 .content .flex {
    flex-direction: column;
    align-items: unset;
  }

  .why5 .content .flex:not(:last-child) {
    margin: 0 0 30px;
  }

  .why5 .content .flex .label {
    width: 265px;
    padding: 0 20px;
    height: 40px;
    font-size: 13px;
    border-radius: 30px;
    margin: 0 0 30px;
  }

  .why5 .content .flex .r {
    width: 100%;
    gap: 30px;
  }

  .why5 .content .flex .r .item .img img {
    height: 40px;
  }

  .why5 .content .flex .r .item .text {
    margin: 10px 0 0 0;
  }

  .why6 {
    padding: 50px 5%;
  }

  .why6 .l1 {
    display: none;
  }

  .why6 .title {
    font-size: 20px;
    margin: 0 0 45px;
  }

  .why6 .content .svg {
    display: none;
  }
}

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