.closing-mascot {
  position: absolute;
  right: clamp(10px, 2vw, 34px);
  bottom: -78px;
  z-index: 1;
  width: clamp(150px, 17vw, 205px);
  margin: 0;
  text-align: center;
  pointer-events: none;
}

.closing-mascot img {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 12px 16px rgba(53, 68, 64, 0.12));
}

.closing-mascot figcaption {
  margin-top: 4px;
  color: #716d6a;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 8px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

@media (max-width: 759px) {
  .closing-mascot {
    position: static;
    width: 126px;
    margin: 28px auto -34px;
  }

  .closing-mascot figcaption {
    margin-right: -36px;
    margin-left: -36px;
    white-space: normal;
  }
}
