@charset "UTF-8";

.home {
  position: relative;
}

.main {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 0.9375rem;
  overflow-x: clip;
}

@media (min-width: 960px) {
  .main {
    flex: 1;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 6.625rem;
    padding-bottom: 4.875rem;
  }
}

.bird {
  position: absolute;
  top: 12.375rem;
  right: 3.1875rem;
  width: 3.625rem;
  transform: scale(-1, 1);
  pointer-events: none;
}


.bird img {
  animation: rumble 4s calc(var(--animation-duration) * 2 + var(--loading-delay) + 0.4s) linear infinite;
}

@media (min-width:960px) {
  .bird {
    position: absolute;
    top: 15.625rem;
    left: 22.625rem;
    right: 0;
    width: 6.25rem;
    transform: unset;
    pointer-events: none;
  }
}

.home-bottom {
  position: relative;
  margin-top: auto;
}

.home-poikusan {
  max-width: 8.125rem;
  margin-inline: auto;
}

.home-bg-area {
  position: absolute;
  height: 100%;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 25rem;
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}


.home-bg-item {
  position: absolute;
}

.home-bg-item--01 {
  top: 5.5rem;
  left: 1.375rem;
  width: 2.375rem;
}

.home-bg-item--02 {
  top: 4.9375rem;
  left: 5rem;
  width: 2.1875rem;
}

.home-bg-item--03 {
  top: 5.125rem;
  left: 18.1875rem;
  width: 2.5rem;
}

.home-bg-item--04 {
  top: 6rem;
  right: 0.6875rem;
  width: 2.375rem;
}

.home-bg-item--05 {
  top: 9.6875rem;
  left: 4.4375rem;
  width: 1.1875rem;
}

.home-bg-item--06 {
  display: none;
}

.home-bottom-content {
  position: relative;
  margin-top: 1.6875rem;
  padding-inline: 1rem;
  padding-bottom: 2.5rem;
  background: top left / 110px auto repeat url('../images/common/bg_yellow.png');
}

.home-bottom-content::before {
  content: '';
  position: absolute;
  z-index: -2;
  bottom: 100%;
  left: 0;
  display: block;
  width: 100%;
  aspect-ratio: 400 / 112;
  background: top left / 110px auto repeat url('../images/common/bg_yellow.png');
  clip-path: url(#home-bg-area-sp-clip);
}


@media (min-width: 960px) {
  .home-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: -1;
    height: 100%;
    width: 90rem;
    margin-top: 0;
    transform: translateX(-50%);
    pointer-events: none;
  }

  .home-bottom::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    display: block;
    width: 100%;
    aspect-ratio: 1440 / 231;
    background: top left / 110px auto repeat url('../images/common/bg_yellow.png');
    clip-path: url(#home-bg-area-pc-clip);
  }

  .home-poikusan {
    position: absolute;
    right: 17.6875rem;
    bottom: 9.5rem;
    max-width: 13.4375rem;
    width: 100%;
    margin-inline: 0;
  }

  .home-bg-area {
    position: static;
    height: auto;
    width: auto;
    transform: unset;
  }


  .home-bg-item {
    position: absolute;
  }

  .home-bg-item--01 {
    top: auto;
    bottom: 10.9375rem;
    left: 4.375rem;
    width: 3.625rem;
  }

  .home-bg-item--02 {
    top: auto;
    bottom: 12.875rem;
    left: 17.4375rem;
    width: 3.375rem;
  }

  .home-bg-item--03 {
    top: auto;
    bottom: 9.9375rem;
    left: 25.8125rem;
    width: 3.8125rem;
  }

  .home-bg-item--04 {
    top: auto;
    bottom: 11.125rem;
    right: 4.8125rem;
    width: 3.6875rem;
  }

  .home-bg-item--05 {
    top: auto;
    bottom: 9.3125rem;
    left: 10.0625rem;
    width: 1.875rem;
  }

  .home-bg-item--06 {
    display: block;
    bottom: 9.3125rem;
    right: 11.6875rem;
    width: 1.875rem;
  }

  .home-bottom-content {
    display: none;
  }
}

.home .footer {
  margin-top: 0;
  background: top left / 110px auto repeat url('../images/common/bg_yellow.png');
}



@media (min-width: 960px) {

  .home .footer {
    margin-top: auto;
    padding-bottom: var(--gutter-y);
    background: none;
  }

  .footer::before {
    display: none;

  }


  .footer__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 3.75rem;
    margin-top: 0;
    padding-bottom: 0;
    background: transparent;
  }


  .footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.875rem;
  }


  .footer-nav__link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.6;
  }


  .footer-info {
    display: grid;
    gap: 0.5rem;
    margin-top: 3rem;
    line-height: 1.6;
  }

  .footer-management {
    font-weight: 500;
    font-size: 0.875rem;
  }

  .footer-address {
    font-size: 0.75rem;
  }

  .footer-copyright {
    font-size: 0.6875rem;
  }

  .footer-line-icon {
    display: none;
    animation: none;
  }
}