@charset "UTF-8";

.content {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: top left / 110px auto repeat url('../images/common/bg_beige.png');
}

.content-bottom {
  position: relative;
  /*margin-top: 0.625rem; */
  margin-top: 1.5rem;
  padding-top: 11.875rem;
  padding-bottom: 2.5rem;
}

.content-bottom+.footer {
  background: top left / 110px auto repeat url('../images/common/bg_yellow.png');
}

.content-bottom::after {
  --top-gap: 2.9375rem;
  content: '';
  position: absolute;
  top: var(--top-gap);
  left: 0;
  z-index: -2;
  width: 100%;
  height: calc(100% - var(--top-gap));
  background: top left / 110px auto repeat url('../images/common/bg_yellow.png');
  clip-path: url(#content-bottom-wave-clip);
}

.content-bottom-images {
  pointer-events: none;
}

.content-bottom-image {
  position: absolute;
}

.content-bottom-image--poikusan {
  top: 2.375rem;
  left: 31.75%;
  width: 23.25%;
}

.content-bottom-image--bird {
  top: 1.625rem;
  right: 26.5%;
  width: 13.25%;
  rotate: -30deg;
  animation: rumble 4s calc(var(--animation-duration) * 2 + var(--loading-delay) + 0.4s) linear infinite;
}

.content-bottom-image--tree01 {
  top: 2.25rem;
  left: 5.5%;
  width: 9.5%;
}

.content-bottom-image--tree02 {
  top: 1.6875rem;
  left: 20%;
  width: 8.75%;
}

.content-bottom-image--tree03 {
  top: 4.875rem;
  right: 15.75%;
  width: 9.75%;
}

.content-bottom-image--tree04 {
  top: 2.75rem;
  right: 2.75%;
  width: 9.5%;
}

.content-bottom-image--tree05 {
  top: 6.4375rem;
  left: 17.75%;
  width: 4.75%;
}

.content-bottom__inner {
  display: grid;
  gap: 2rem;
  padding-inline: var(--gutter-x);
}

.content-bottom__text {
  display: grid;
  gap: 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.8;
}


.side-area {
  display: none;
}

.bg-layer {
  display: none;
}

@media (min-width: 960px) {
  .wrapper {
    display: grid;
    grid-template-columns: 53.5rem calc(25rem + 6px) minmax(0, 1fr);
    min-height: 37.5rem;
    height: 100svh;
    padding-top: var(--gutter-y);
  }

  .side-area {
    position: relative;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    align-items: center;
  }

  .side-area>*:first-child {
    padding-block: var(--gutter-y);
  }

  .side-area-bg {
    pointer-events: none;
  }

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

  .side-area-bg-item {
    position: absolute;
    z-index: -1;
  }

  .side-area-bg-item--poikusan {
    bottom: 9.3125rem;
    right: 6.6875rem;
    width: 5.8125rem;
  }

  .side-area-bg-item--bird {
    right: 2.0625rem;
    bottom: 14.0625rem;
    width: 3.3125rem;
    transform: rotate(-30deg);
  }

  .side-area-bg-item--tree01 {
    bottom: 11.3125rem;
    left: 2.875rem;
    width: 2.25rem;
  }

  .side-area-bg-item--tree02 {
    bottom: 12.625rem;
    left: 7.375rem;
    width: 1.9375rem;
  }

  .side-area-bg-item--tree03 {
    bottom: 11.75rem;
    right: 14.375rem;
    width: 2.1875rem;
  }

  .side-area-bg-item--tree05 {
    bottom: 10.3125rem;
    left: 6.4375rem;
    width: 1.125rem;
  }

  .content {
    contain: layout;
    overflow: hidden;
    border: 3px solid var(--color-black);
    border-bottom: none;
    border-radius: 1rem 1rem 0 0;
  }

  .content__inner {
    height: 100%;
    overflow-y: auto;
  }

  .bg-layer {
    position: relative;
    display: block;
    pointer-events: none;
  }

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

  .bg-layer-item {
    position: absolute;
    z-index: -1;
  }

  .bg-layer-item--tree01 {
    right: 2.8125rem;
    bottom: 10.9375rem;
    width: 2.375rem;
  }

  .bg-layer-item--tree05 {
    right: 7.25rem;
    bottom: 9.8125rem;
    width: 1.1875rem;
  }
}