
@media screen and (min-width: 821px) {
  .home-hero {
    aspect-ratio: 1440/814;
  }
  .home-hero > .inner {
    padding: 13.75vw 8.61vw 0;
  }
  .home-hero-content > .text {
    padding-top: 0;
  }
  .home-hero-content > .text > .title {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
  .home-hero-content > .text > .message {
    margin-bottom: 2.5rem;
  }
  .home-hero-content > .text > .message img {
    max-width: none;
    width: 29.375rem;
  }
  .home-hero-content > .text > .button > .site-button-primary {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home-hero-content > .image > .main.-main01 {
    inset: 7.36vw 29.44vw auto auto;
    width: 24.44vw;
  }
  .home-hero-content > .image > .main.-main02 {
    inset: 32.22vw 29.72vw auto auto;
    width: 29.65vw;
  }
  .home-hero-content > .image > .main.-main03 {
    inset: 15.56vw 7.36vw auto auto;
    width: 24.31vw;
  }
  .home-hero-content > .image > .main.-main03 > .ornament {
    inset: -6.67vw auto auto 1.94vw;
    width: 11.53vw;
  }
  .home-hero-content > .image > .ornament.-ornament01 {
    inset: 6.88vw auto auto -2.85vw;
    width: 13.19vw;
  }
  .home-hero-content > .image > .ornament.-ornament02 {
    inset: -3.82vw auto auto 32.78vw;
    width: 16.39vw;
  }
  .home-hero-content > .image > .ornament.-ornament03 {
    display: block;
    inset: -2.92vw 35.76vw auto auto;
    width: 6.32vw;
  }
  .home-hero-content > .image > .ornament.-ornament04 {
    inset: -0.83vw 8.54vw auto auto;
    width: 14.1vw;
  }
  .home-hero-content > .image > .ornament.-ornament05 {
    display: block;
    inset: 9.86vw auto auto 39.65vw;
    width: 5.28vw;
  }
  .home-hero-content > .image > .ornament.-ornament06 {
    display: block;
    inset: 34.17vw 4.51vw auto auto;
    width: 12.71vw;
  }
  .home-hero-content > .image > .ornament.-ornament07 {
    inset: 12.64vw 2.57vw auto auto;
    width: 4.86vw;
  }
  .home-hero-content > .image > .ornament.-ornament08 {
    inset: 47.43vw auto auto 35.21vw;
    width: 11.46vw;
  }
  .home-hero-content > .image > .ornament.-ornament09 {
    display: block;
    inset: 53.75vw 23.82vw auto auto;
    width: 8.89vw;
  }
  .home-hero-content > .image > .ornament.-ornament10 {
    inset: 24.58vw 45vw auto auto;
    width: 9.03vw;
  }
  .home-hero-content > .image > .ornament.-ornament11 {
    inset: 44.72vw auto auto -3.26vw;
  }
  .home-hero-news {
    border-radius: 40px 0 0 40px;
    gap: 1.5rem;
    padding: 2rem 2rem 2rem 4.5rem;
    position: absolute;
    top: 100%;
    right: 0;
    transform: translateY(-100%);
  }
  .home-hero-news > .title {
    font-size: 1.125rem;
    inset: 50% auto auto 1.75rem;
  }
  .home-hero-news > .image {
    width: 4.625rem;
  }
}