.home-product-list .webgene-blog {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
}
.home-product-list .item-image {
    padding-top: 100%;
    border-radius: 9999px;
    overflow: hidden;
}
.home-product-list .webgene-item h3 {
    font-size: 1.5rem;
}
.home-product-list .webgene-item[data-label="大好評御礼"]::after {
    width: 120px;
    height: 330px;
}
.home-product-list .webgene-item[data-label="期間限定"]::after {
    width: 120px;
    height: 270px;
}
@media screen and (min-width: 768px) {
.home-product-list .webgene-blog {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 2.5rem;
    row-gap: 0rem;
}
.home-product-list .webgene-item:nth-child(2n) {
    padding-top: 2.5rem;
}
.home-product-list .webgene-item h3 {
    font-size: 1.75rem;
}
}
@media screen and (min-width: 1024px) {
    .home-product-list .webgene-blog {
        column-gap: 5rem;
        row-gap: 0rem;
    }
    .home-product-list .webgene-item:nth-child(2n) {
        padding-top: 5rem;
    }
}

.home-hero {
    position: relative;
  }
  
  .home-hero__swiper {
    width: 100%;
    height: 100vh;
    height: 100svh;
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-hero__swiper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 33.15%, rgba(0, 0, 0, 0.00) 90.92%);
  }
  .home-hero__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-hero__title {
    width: 100%;
    height: 100vh;
    height: 100svh;
    z-index: 2;
  }
  .home-hero__title > img {
    pointer-events: auto;
  }
  .home-concept__image::before {
    content: "";
    position: absolute;
    background: linear-gradient(0deg, #353535 0%, #353535 5.93%, rgba(53, 53, 53, 0.00) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
  @media screen and (min-width: 768px) {
    .home-hero {
      padding: 0 5rem;
      display: flex;
      flex-direction: column;
      gap: 3.75rem;
      align-items: flex-start;
      justify-content: center;
      height: 100vh;
      height: 100svh;
    }
    .home-hero__title {
      height: auto;
      padding: 0;
    }
  }
  @media screen and (min-width: 1024px) {
    .home-hero {
      padding: 0 10rem;
      gap: 5rem;
    }
  }
  .c16143 {
    width: 372px;
  }
.flex.items-baseline.gap-20.py-20.border-t.border-solid.border-light-gray {
    display: none;
}