.home_product {
  overflow: hidden;
  padding: 114px 0 78px;
}
.home_product .head {
  flex: 1;
}
.home_product .subtitle {
  margin-bottom: 2px;
}
.home_product .nav {
  margin-top: 25px;
}
.home_product .home_product_swiper {
  margin-top: 46px;
}
.home_product .btn {
  margin-top: 56px;
}
.home_product .home_category_swiper {
  max-width: 1920px;
  margin: 110px auto 0;
}
.home_product .home_category_swiper .swiper-wrapper {
  transition: all linear;
}
.home_product .home_category_swiper .swiper-slide a:hover img {
  transform: scale(1.03);
}
.home_product .home_category_swiper .swiper-slide a:hover .title::after {
  width: 100%;
}
.home_product .home_category_swiper .swiper-slide .img {
  aspect-ratio: 460/581;
}
.home_product .home_category_swiper .swiper-slide .title {
  font-size: 17px;
  font-weight: 500;
  max-width: max-content;
  margin: 22px auto 0;
  position: relative;
  padding: 2px 0;
}
.home_product .home_category_swiper .swiper-slide .title::after {
  content: '';
  display: block;
  width: 0;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
  background-color: var(--title_color);
  position: absolute;
}
.home_collection {
  background-color: #f6f4f9;
}
.home_collection .inner {
  overflow: hidden;
  padding: 5rem 0 96px;
}
.home_collection .content {
  z-index: 2;
}
.home_collection .btn {
  margin-top: 2rem;
}
.home_collection .home_collection_swiper {
  margin-top: 52px;
}
.home_collection .home_collection_swiper .swiper-wrapper {
  transition: all linear;
}
.home_collection .home_collection_swiper .swiper-slide {
  display: flex;
  align-items: center;
  max-width: max-content;
}
.home_collection .home_collection_swiper .swiper-slide a {
  position: relative;
  z-index: 2;
}
.home_collection .home_collection_swiper .swiper-slide a::after {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  inset: 0;
  z-index: -1;
  transition: all 0.3s;
  border: 1px solid #7d6c7f;
}
.home_collection .home_collection_swiper .swiper-slide a:hover::after {
  transform: translate(12px, 12px);
}
.home_collection .home_collection_swiper .swiper-slide a:hover img {
  transform: scale(1.03);
}
.home_collection .home_collection_swiper .swiper-slide .img {
  overflow: hidden;
}
.home_collection .home_collection_swiper .swiper-slide .img img {
  display: block;
  transition: all 0.5s;
  max-width: 600px;
  max-height: 600px;
}
.home_collection .bg1 {
  width: 14px;
  aspect-ratio: 14/22;
  position: absolute;
  right: 10.22082%;
  top: 0;
  transform: translateY(-50%);
  background: url(../img/icon-star.svg) no-repeat center / contain;
}
.home_collection .bg2 {
  width: 7.823344%;
  aspect-ratio: 124/370;
  transition: all 2s;
  position: absolute;
  z-index: -1;
  right: 100%;
  top: 26px;
  opacity: 0.18;
  background: url(../img/violet.svg) no-repeat center / contain;
}
.home_collection .bg3 {
  width: 18px;
  aspect-ratio: 18/28;
  position: absolute;
  left: -5.047319%;
  bottom: 0;
  transform: translateY(50%);
  background: url(../img/icon-star.svg) no-repeat center / contain;
}
.home_collection .bg_box {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.home_collection .bg4 {
  width: 104.0625%;
  max-width: 1998px;
  aspect-ratio: 1998/1131;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(24.403183%);
  pointer-events: none;
  background: url(../img/home-collection-bg.svg) no-repeat center / contain;
}
.home_recommend {
  padding: 86px 0 38px;
  overflow: hidden;
}
.home_recommend .home_recommend_swiper {
  width: 57.665615%;
  overflow: hidden;
}
.home_recommend .home_recommend_swiper .swiper-slide {
  display: flex;
  align-items: center;
}
.home_recommend .home_recommend_swiper .swiper-slide a {
  width: 100%;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 914/1032;
  position: relative;
}
.home_recommend .home_recommend_swiper .swiper-slide a:hover img {
  transform: scale(1.02);
}
.home_recommend .home_recommend_swiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home_recommend .home_recommend_swiper .swiper-slide .info {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 6.564551%;
}
.home_recommend .home_recommend_swiper .swiper-slide .info .title {
  font-size: 34px;
  font-weight: 500;
}
.home_recommend .home_recommend_swiper .swiper-slide .info .discover {
  margin-top: 2rem;
  text-decoration: underline;
}
.home_recommend .right {
  flex: 1;
  max-width: 460px;
  margin-right: 3.154574%;
  padding-top: 3.785489%;
}
.home_recommend h2 span {
  position: relative;
}
.home_recommend h2 span::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  background: url(../img/title-line1.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  bottom: 2px;
}
.home_recommend .home_recommend_pd_swiper {
  overflow: hidden;
  margin-top: 72px;
}
.home_recommend .home_recommend_pd_swiper .swiper-slide {
  max-width: unset;
  box-shadow: none;
}
.home_recommend .home_recommend_pd_swiper .swiper-slide a {
  border-color: var(--title_color);
}
.home_recommend .swiper-pagination {
  margin-top: 4rem;
}
.home_recommend .btn {
  margin-top: 60px;
}
.home_recommend .bg {
  width: 69.716088%;
  aspect-ratio: 1105/1014;
  position: absolute;
  top: 0;
  right: -24.731861%;
  transition: all 2s;
  pointer-events: none;
  background: url(../img/home-lookbook-bg.svg) no-repeat center / contain;
}
.home_blog {
  padding: 108px 0 86px;
}
.home_blog .head {
  padding-bottom: 5px;
}
.home_blog .btn::before {
  content: '';
  display: block;
  width: 19px;
  aspect-ratio: 1;
  transition: all 0.3s;
  background: url(../img/icon-blog.svg) no-repeat center / contain;
}
.home_blog .btn::after {
  display: none;
}
.home_blog .btn:hover::before {
  filter: contrast(0) brightness(2);
}
.home_blog .blog_box {
  margin-top: 60px;
}
