.home-hero {
  position: relative;
  overflow: hidden;
  height: clamp(50rem, 100dvh, 60rem);
  padding-block: 5rem 1rem;
  @media (min-width: 768px) {
    padding-inline: 2.5rem;
  }
  @media (min-width: 1024px) {
    padding-inline: 4rem;
  }
  
  & .home-hero__content {
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 3rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .swiper:not(.swiper-initialized) {
    & .swiper-wrapper {
      display: flex;
      overflow: auto;
    }
    & .swiper-slide {
      min-width: 90%;
    }
  }
  
  & .home-hero__slider {
    position: absolute;
    z-index: 0;
    inset: 0;
    width: 100%;
    height: 100%;
    & img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
  }
  
  & .home-hero__title {
    position: relative;
    justify-self: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-inline: 1.125rem;
    line-height: 1.25;
    color: var(--snow);
    @media (min-width: 768px) {
      padding-inline: 1.25rem;
    }
    @media (min-width: 1024px) {
      padding-inline: 2rem;
    }
    @media (min-width: 1200px) {
      padding-inline: 3.5rem;
    }
  }
  
  & .home-hero__typo {
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    width: 100%;
  }
  
  & .home-hero__link {
    position: absolute;
    bottom: 3rem;
    left: -0.5rem;
    width: 10rem;
    & img {
      width: 100%;
    }
    @media (min-width: 768px) {
      width: 15rem;
    }
  }
}

.home-intro-illust {
  position: absolute;
  display: none;
  @media (min-width: 768px) {
    display: block;
  }
  &.home-intro-illust--1 {
    top: calc(50% - 3rem);
    left: 9.25rem;
    transform: translateY(-50%);
  }
  &.home-intro-illust--2 {
    right: 11.4375rem;
    bottom: 13.875rem;
  }
}

.price-table.price-table--home {
  max-width: 62.5rem;
  width: 100%;
  margin-inline: auto;
  & > div {
    grid-template-columns: 400fr 596fr;
  }
}

.captain-bg-image {
  position: absolute;
  inset: 0;
  &::after {
    pointer-events: none;
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("/system_panel/uploads/images/noise-blue.png");
  }
  & img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.captain-label {
  position: absolute;
  top: -3.75rem;
  left: -8.1875rem;
}
@media (min-width: 1921px) {
  .captain-label {
    top: -2.75rem;
    left: -5rem; 
  }
}

.recipe-illust {
  position: absolute;
  
  &.recipe-illust--wave-top {
    top: 5rem;
    left: 18rem;
    display: none;
    width: 10rem;
  }
  &.recipe-illust--wave-bottom {
    bottom: 7.5rem;
    right: 3.125rem;
    display: none;
    width: 10rem;
  }
  &.recipe-illust--fishing {
    width: 26%;
    max-width: 10.625rem;
    transform: rotate(5.18deg);
    top: 2.5rem;
    left: 0;
  }
  &.recipe-illust--fire {
    width: 30.13%;
    max-width: 12.5rem;
    transform: rotate(-2.5deg);
    bottom: 0;
    right: 1.875rem;
  }
  
  @media (min-width: 1200px) {
    &.recipe-illust--wave-top, &.recipe-illust--wave-bottom {
      display: block;
    }
    &.recipe-illust--fishing {
      width: 26%;
      max-width: 10.625rem;
      transform: rotate(5.18deg);
      top: 5rem;
      left: 3rem;
    }
    &.recipe-illust--fire {
      width: 30.13%;
      max-width: 12.5rem;
      transform: rotate(-2.5deg);
      bottom: 0;
      right: 18rem;
    }
  }
}

.insta-list {
  width: 100%;
  & .webgene-blog {
    transition-timing-function: linear;
  }
}

.-rotate-2 {
  transform: rotate(-2deg);
}

.insta-illust {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(-1);
  width: 10rem;
  @media (min-width: 768px) {
    width: 15rem;
  }
  @media (min-width: 1024px) {
    left: 5rem;
  }
  @media (min-width: 1200px) {
    left: 7.5rem;
  }
}



