.kv {
  position: relative;
}
.kv .swiper-wrapper .swiper-slide {
  aspect-ratio: 4/3;
}
@media screen and (min-width: 1024px) {
  .kv .swiper-wrapper .swiper-slide {
    aspect-ratio: 1500/850;
  }
}
.kv .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 7s 1s ease-out;
  transition: -webkit-transform 7s 1s ease-out;
  transition: transform 7s 1s ease-out;
  transition: transform 7s 1s ease-out, -webkit-transform 7s 1s ease-out;
}
.kv .swiper-wrapper .swiper-slide[class*=-active] img {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.kv_logo {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.kv_logo img {
  display: block;
  width: clamp(4.375rem, 3.125rem + 6.25vw, 10.625rem);
}
.kv_txt {
  position: absolute;
  z-index: 10;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.kv_txt img {
  width: clamp(12.5rem, 10.805rem + 8.47vw, 18.75rem);
}

.h-fs1 {
  font-size: clamp(1.25rem, 0.5rem + 3.75vw, 5rem);
  letter-spacing: clamp(0.188rem, 0.075rem + 0.56vw, 0.75rem);
}

.h-fs2 {
  font-size: clamp(1rem, 0.797rem + 1.02vw, 1.75rem);
  letter-spacing: clamp(0.188rem, 0.075rem + 0.56vw, 0.75rem);
}

.h_about .about .cover {
  position: relative;
}
.h_about .about .cover .img img {
  border-radius: 10px;
}
.h_about .about .cover .h {
  position: absolute;
  top: 22%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
.h_about .about .cover .h--left {
  left: 12%;
}
.h_about .about .cover .h--right {
  right: 12%;
}
.h_about .about .desc {
  margin-top: 90px;
}
@media screen and (min-width: 768px) {
  .h_about .about .desc {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .h_about .about .desc {
    max-width: 495px;
    margin-inline: auto;
  }
}
.h_about .about .desc p {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .h_about .about .desc p {
    text-align: left;
  }
}
.h_about .product .cover {
  position: relative;
}
.h_about .product .cover .img img {
  border-radius: 10px;
}
.h_about .product .cover .h {
  position: absolute;
  top: 15%;
  right: 12%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-shadow: 1px 1px 7px #fff;
}
@media screen and (min-width: 1024px) {
  .h_about .product .cover .btn-style1 {
    position: absolute;
    bottom: 6%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
}
.h_about .product .desc {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .h_about .product .desc {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .h_about .product .desc {
    max-width: 495px;
    margin-inline: auto;
  }
}
.h_about .product .desc p {
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .h_about .product .desc p {
    text-align: left;
  }
}
.h_about .product .btn-style1 {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .h_about .product .btn-style1 {
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .h_about .other .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.h_about .other .column .ele {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .h_about .other .column .ele {
    margin-top: 0;
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .h_about .other .column .ele:nth-child(2n) {
    margin-right: 0;
  }
}
.h_about .other .column .ele .cover {
  position: relative;
}
.h_about .other .column .ele .cover .img img {
  width: 100%;
  border-radius: 10px;
}
.h_about .other .column .ele .cover .h {
  position: absolute;
  top: 8%;
  right: 10%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-shadow: 1px 1px 3px #fff;
}
.h_about .other .column .ele .desc {
  margin-top: 20px;
}
.h_about .other .column .ele .btn-style1 {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .h_about .other .column .ele .btn-style1 {
    margin-top: 25px;
  }
}

.h_news {
  background: #eeece0;
}
.h_news .btn-style1 {
  margin-top: 40px;
}

@media screen and (min-width: 1024px) {
  .h_other .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.h_other .column .ele {
  margin-top: 40px;
}
@media screen and (min-width: 1024px) {
  .h_other .column .ele {
    margin-top: 0;
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .h_other .column .ele:nth-child(2n) {
    margin-right: 0;
  }
}
.h_other .column .ele .cover {
  position: relative;
}
.h_other .column .ele .cover .img img {
  width: 100%;
  border-radius: 10px;
}
.h_other .column .ele .cover .h {
  position: absolute;
  top: 0;
  right: 6%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #fff;
  background: #136a9d;
  padding: 15px 12px 20px;
  border-radius: 0 0 100vh 100vh;
}
.h_other .column .ele .desc {
  margin-top: 20px;
}
.h_other .column .ele .btn-style1 {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .h_other .column .ele .btn-style1 {
    margin-top: 25px;
  }
}

.h_insta {
  background: #eeece0;
}