@layer page {
  @keyframes floating-y {
    0% {
      transform: translateY(-1%);
    }
    100% {
      transform: translateY(1%);
    }
  }
  .hontenbiru-link-items {
    position: absolute;
    right: -21.1111111111svh;
    top: 0svh;
    z-index: 10;
    width: 31.1111111111svh;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2.2222222222svh;
  }
  .hontenbiru-link-items button {
    display: block;
    transition: 0.25s opacity;
    background: transparent;
    padding: 0;
    border: 0;
  }
  @media (hover: hover) {
    .hontenbiru-link-items button:hover {
      opacity: 0.8;
    }
  }
  .hontenbiru-link-items button:nth-child(2) {
    transform: translateY(-18%);
  }
  .hontenbiru-building {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hontenbiru-building__link {
    display: block;
    position: absolute;
    top: 28.8888888889svh;
    left: -1.1111111111svh;
    z-index: 10;
    max-width: none;
    width: 51.1111111111svh;
    aspect-ratio: 848/240;
    translate: 70% 0;
    transition: 0.25s opacity;
    transform: translateZ(0);
    background: transparent;
    padding: 0;
    border: 0;
  }
  @media (hover: hover) {
    .hontenbiru-building__link:hover {
      opacity: 0.8;
    }
  }
  .hontenbiru-building img.is-main {
    max-width: none;
    width: 115.5555555556svh;
    transform: translateX(12%);
  }
  .hontenbiru-building img.is-chara {
    position: absolute;
    z-index: 2;
    max-width: none;
    width: 100svh;
    left: -35.5555555556svh;
    bottom: -4.4444444444svh;
  }
  @media screen and (max-width: 767px) {
    .hontenbiru-building img.is-chara {
      bottom: -1.1111111111svh;
    }
  }
  .hontenbiru-building__inner {
    position: relative;
  }
  body.is-show-modal {
    overflow: hidden;
  }
  .hontenbiru-modal {
    overflow: auto;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding-bottom: 6.25rem;
    background-color: rgba(103, 52, 33, 0.9);
    transition-property: opacity;
    transition-duration: 0.4s;
    color: #673421;
    position: none;
  }
  .hontenbiru-modal.is-show {
    pointer-events: fill;
    opacity: 1;
  }
  .hontenbiru-modal.is-show .torakichike-modal__content {
    margin-top: 0;
  }
  .hontenbiru-modal__zeb-ttl {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .hontenbiru-modal__zeb-ttl {
      margin-bottom: 5.3333333333vw;
    }
  }
  .hontenbiru-modal__zeb-ttl img {
    width: 26.125rem;
  }
  @media screen and (max-width: 767px) {
    .hontenbiru-modal__zeb-ttl img {
      width: 60%;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .hontenbiru-modal__zeb-ttl img {
      width: 80%;
    }
  }
  .hontenbiru-modal__lead {
    text-align: center;
  }
  .hontenbiru-modal__lead p {
    margin-bottom: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .hontenbiru-modal__lead p {
      font-size: 2.6666666667vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .hontenbiru-modal__lead p {
      font-size: 1.4666666667vw;
    }
  }
  .hontenbiru-modal__wrap {
    position: relative;
    top: 2em;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 90%;
    transition-property: margin;
    transition-duration: 0.4s;
  }
  .hontenbiru-modal__content {
    overflow: auto;
    position: relative;
    padding: 2em;
    width: 62.5rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    box-sizing: border-box;
    padding: 3.125rem 5rem;
    border-radius: 2.5rem;
    background: #fff;
    border: 0.625rem solid #ff9907;
    padding: 4.375rem 5.625rem;
    box-sizing: border-box;
  }
  @media screen and (max-width: 767px) {
    .hontenbiru-modal__content {
      border-width: 4px;
      padding: 8vw 5.3333333333vw;
      border-radius: 6vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .hontenbiru-modal__content {
      border-radius: 3vw;
      padding: 2.6666666667vw;
      width: 50vw;
    }
  }
  @media screen and (min-width: 768px) {
    .hontenbiru-modal__content.is-zeb {
      padding: 4.375rem 2.5rem;
    }
  }
  .hontenbiru-modal__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.25rem 1rem 0 1rem;
  }
  @media screen and (max-width: 767px) {
    .hontenbiru-modal__list {
      margin: 1.3333333333vw 0.5333333333vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .hontenbiru-modal__list {
      gap: 1.3333333333vw;
    }
  }
  .hontenbiru-modal__video {
    aspect-ratio: 560/315;
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .hontenbiru-modal__video {
      margin-top: 5.3333333333vw;
    }
  }
  .hontenbiru-modal__video iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .hontenbiru-modal__close-btn {
    cursor: pointer;
    position: absolute;
    background: transparent;
    right: 1.625rem;
    top: 1.625rem;
    border: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
  }
  @media screen and (max-width: 767px) {
    .hontenbiru-modal__close-btn {
      width: 5.3333333333vw;
      height: 5.3333333333vw;
      right: 2.6666666667vw;
      top: 2.6666666667vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .hontenbiru-modal__close-btn {
      right: 2.6666666667vw;
      top: 1.6vw;
      width: 2.6666666667vw;
      height: 2.6666666667vw;
    }
  }
}