.main-page .contact-section .en-title > *,
.main-page .main-prod-section .en-title > * {
  font-size: clamp(1rem, 6.37vw, 6.875rem);
}

/* mv section  */
.main-page .mv-section .swiper {
  width: 100%;
  height: 100vh;
  padding: 5rem 5%;
}
.main-page .mv-section .swiper-slide {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: end;
}
.main-page .mv-section .title {
  display: block;
  text-transform: uppercase;
  color: white;
  font-weight: 300;
}

.main-page .mv-section .title > p {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.main-page .mv-section .title * {
  font-size: clamp(1rem, 5.9vw, 6.375rem);
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1024px) {
  .main-page .mv-section .title span {
    line-height: 10vh;
  }

  .main-page .mv-section .title * {
    font-size: clamp(2rem, 15.5vw, 3.75rem);
  }
}

/* mainvisual */
.main-page .visual-section .title {
  position: relative;
  left: 10vw;
  top: 25vh;
}

.main-page .visual-section .title * {
  font-weight: 300;
  font-size: clamp(1rem, 3.7vw, 4rem);
}

.main-page .visual-section .title p:last-child {
  position: relative;
  left: 2rem;
  margin-top: 1rem;
}

.main-page .visual-section .text {
  text-align: left;
  position: absolute;
  right: 10vw;
  bottom: 20vh;
}
@media (max-width: 1024px) {
  .main-page .contact-section .mix-title {
    margin-left: 5%;
  }
  .main-page .contact-section .en-title > *,
  .main-page .main-prod-section .en-title > * {
    font-size: clamp(1.125rem, 9vw, 3.125rem);
  }

  .main-page .visual-section .title p,
  .main-page .visual-section .title p span {
    font-size: clamp(1rem, 13.5vw, 3.25rem);
  }
  .main-page .visual-section .title {
    left: 5%;
  }
  .main-page .visual-section .text {
    right: auto;
    left: 5%;
    width: 90%;
  }
}

/* main about */

.main-page .about-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 15rem 0;
  position: relative;
  min-height: 90vh;
  text-transform: uppercase;
}
.main-page .about-section img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-page .about-section .title {
  width: 100%;
  text-align: left;
  margin-bottom: 8.5rem;
}
.main-page .about-section .title p {
  line-height: 1.2;
}
.main-page .about-section .left_img {
  position: absolute;
  left: 0;
  top: 5rem;
  width: 15%;
  aspect-ratio: 5/7;
}
.main-page .about-section .center_content {
  width: 48%;
  position: relative;
  right: 5%;
}
.main-page .about-section .center_content .title p {
  font-size: clamp(1rem, 3.7vw, 4rem);
}
.main-page .about-section .center_img {
  width: 100%;
  position: relative;
  aspect-ratio: 4/3;
}
.main-page .about-section .right_text {
  position: absolute;
  right: 5%;
  bottom: 0;
  width: 20%;
  color: #767676;
}
.main-page .about-section .right_text p {
  word-break: keep-all;
  line-height: 1.5;
}
.main-page .about-section .right_text p:first-child {
  margin-bottom: 1.25rem;
  color: #434343;
}
@media (max-width: 1024px) {
  .main-page .about-section {
    margin: 11.25rem 0;
    min-height: unset;
  }
  .main-page .about-section .title {
    margin-bottom: 0;
    position: relative;
    top: -3.375rem;
  }
  .main-page .about-section .title p,
  .main-page .about-section .title span {
    font-size: 1.875rem;
    line-height: 1.2;
  }
  .main-page .about-section .title p {
    padding-left: 5%;
  }
  .main-page .about-section .left_img {
    position: relative;
    margin-left: auto;
    left: auto;
    right: 0;
    top: 0;
    width: 30%;
    max-width: 11.25rem;
  }
  .main-page .about-section .center_content {
    width: 100%;
    position: static;
  }
  .main-page .about-section .right_text {
    position: static;
    width: 100%;
    padding: 1.5rem 1.25rem 0;
  }
  .main-page .about-section .right_text p {
    width: 80%;
    min-width: 13.75rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .main-page .about-section .right_text p:first-child {
    font-size: 1.25rem;
  }
}

.main-prod-section {
  position: relative;
  margin: 15rem 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main-prod-section .title-cont {
  margin-left: 5%;
  position: relative;
  width: fit-content;
}
.main-prod-section #main_prod {
  position: relative;
  overflow: hidden;
}
.main-prod-section #main_prod.swiper {
  width: 100%;
}
.main-prod-section #main_prod .swiper-wrapper {
  position: relative;
  left: 5%;
}
.main-prod-section #main_prod .swiper-slide {
  width: 50%;
  margin-right: 20px;
}
.main-prod-section #main_prod .swiper-slide > a {
  position: relative;
  text-align: left;
  aspect-ratio: 1.6/1;
  display: flex;
  align-items: end;
  margin-top: 0;
}
.main-prod-section #main_prod .swiper-slide img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.main-prod-section #main_prod .swiper-cont {
  color: white;
  text-transform: uppercase;
  width: 100%;
  padding: 2.5rem 2rem;
}
.main-prod-section .overlay {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 32px 40px;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.main-prod-section a:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.main-prod-section .overlay p {
  color: white;
  display: inline-block;
}
.main-prod-section .overlay p:first-child {
  font-size: 1.2rem;
  line-height: 2rem;
}
.main-prod-section .title-cont .adm-edit-btn {
  right: 0;
}
@media (max-width: 1024px) {
  .main-prod-section {
    margin: 11.25rem 0;
    height: auto;
  }
  .main-prod-section .title-cont {
    margin-bottom: 1.25rem;
  }
  .main-prod-section .title {
    margin-right: 1.25rem;
  }
  .main-prod-section #main_prod {
    display: flex;
    flex-direction: column;
    overflow: visible;
  }
  .main-prod-section #main_prod .swiper-slide {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .main-prod-section #main_prod .swiper-slide > a {
    justify-content: end;
    aspect-ratio: 4/3;
    margin-bottom: 0.625rem;
  }
  .main-prod-section #main_prod .swiper-wrapper {
    flex-direction: column;
    left: 0;
  }
  .main-prod-section .overlay {
    opacity: 1;
    justify-content: flex-start;
    padding: 36px 20px;
  }
  .main-prod-section .overlay p:first-child {
    font-size: 1.125rem;
    line-height: 1.6875rem;
  }
  .main-prod-section .viewmore-btn {
    opacity: 1;
    transform: unset;
    right: 5%;
    bottom: 2.25rem;
  }
  .main-prod-section .viewmore-btn i {
    background-size: 12px 12px;
    width: 12px;
    height: 12px;
  }
}

.main-slide {
  margin: 15rem 0;
  padding: 0 12%;
  position: relative;
  width: 100%;
  text-transform: uppercase;
}
.main-slide .swiper {
  width: 70%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 12rem;
}
.main-slide .swiper-slide {
  text-align: center;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 1.5rem 0;
  overflow: hidden;
}
.main-slide .swiper-slide a {
  width: 100%;
  aspect-ratio: 2/1;
  position: relative;
  display: block;
  overflow: hidden;
}
.main-slide .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.main-slide .swiper-main .swiper-cont {
  margin: 1.5rem 0;
  color: #767676;
  font-size: 1rem;
}
.main-slide .swiper-slide a:hover .overlay {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;
}
.main-slide .swiper-slide .overlay {
  background: black;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.main-slide .title {
  position: relative;
  transform: translate(5%, 5.37vw);
  z-index: 5;
}
.main-slide .title-en {
  font-size: clamp(1rem, 6.48vw, 7rem);
  line-height: 1;
  font-weight: 300;
}
.main-slide .title p:first-child {
  color: #434343;
}
.main-slide .title::after {
  content: "";
  width: 9.5rem;
  height: 2px;
  position: absolute;
  bottom: -5rem;
  left: 0;
  background: black;
  z-index: 2;
  display: inline-block;
}
.main-slide .swiper-pagination {
  display: inline-block;
  color: #767676;
}
.main-slide .swiper-pagination-current {
  color: #000;
}
.main-slide .swiper .adm-edit-btn {
  top: unset;
  bottom: 50%;
  right: 0;
  text-align: right;
}
.main-slide .swiper .adm-edit-btn a {
  aspect-ratio: unset;
}
@media (max-width: 1024px) {
  .main-slide {
    margin: 11.8rem 0 8.75rem;
    padding: 0 5%;
  }
  .main-slide .swiper {
    margin-bottom: 6rem;
    flex-direction: column;
    margin-left: 5%;
    width: 95%;
  }
  .main-slide .title {
    position: relative;
    width: 100%;
    transform: translate(0);
    margin-bottom: 26px;
  }
  .main-slide .title-en {
    font-size: clamp(1rem, 13.5vw, 3.125rem);
  }
  .main-slide .title p {
    margin-bottom: 0.75rem;
  }
  .main-slide .title::after {
    width: 6.875rem;
    bottom: -3.375rem;
  }
  .main-slide .swiper-slide {
    align-items: flex-start;
  }
  .main-slide .swiper-slide a {
    width: 100%;
    aspect-ratio: 8/5;
  }
  .main-slide .swiper-main .swiper-cont {
    width: 100%;
    text-align: left;
    font-size: 1rem;
  }
  .main-slide .swiper-pagination {
    text-align: left;
  }
}

.contact-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 15rem 0;
  padding: 0 5%;
  position: relative;
  text-transform: uppercase;
}
.contact-section img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-section .img-cont {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.contact-section .img-cont > a {
  display: block;
  position: relative;
  width: calc(50% - 0.625rem);
  aspect-ratio: 15/10;
  height: auto;
}
.contact-section .img-cont > a:hover .overlay {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.contact-section .img-cont .overlay {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.contact-section .img-cont .overlay p {
  display: inline-flex;
  z-index: 2;
  justify-content: center;
  align-items: center;
  opacity: 1;
  gap: 0.75rem;
  color: white;
}
.contact-section .title {
  display: flex;
  padding: 2.5rem 0 0 0;
  align-items: center;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
.contact-section .title > p {
  display: inline-flex;
  margin-right: 2.5rem;
}
.contact-section .arrow-r-icon {
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}

@media (max-width: 1024px) {
  .contact-section {
    flex-direction: column;
    padding: 0;
    margin: 11.25rem 0;
  }
  .contact-section .title {
    padding: 0 5% 1.25rem;
    margin-bottom: 0;
  }
  .contact-section .img-cont {
    flex-direction: column;
  }
  .contact-section .img-cont > a {
    width: 100%;
  }
  .contact-section .img-cont .overlay {
    opacity: 1;
  }
  .contact-section .img-cont .overlay p {
    font-size: 1.125rem;
  }
  .contact-section .title > p {
    margin-right: 1.25rem;
  }
  .contact-section .arrow-r-icon {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
}
