@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@layer page {
  .p-hdr-page {
    left: 50%;
    transform: translate(-140%, -10%);
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .p-hdr-page {
      transform: translate(-160%, -34%);
      width: 37.7777777778svh;
    }
  }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .p-hdr-page {
      left: 5.3333333333vw;
      transform: translate(0%, 0%);
    }
  }
  .okurimono-house {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .okurimono-house img.is-main {
    max-width: none;
    width: 95.5555555556svh;
    transform: translate(20%, -6%);
  }
  .okurimono-house img.is-chara {
    position: absolute;
    inset: 0;
    max-width: none;
    width: 54.4444444444svh;
    translate: -47% 54%;
  }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .okurimono-house img.is-chara {
      translate: -20% 54%;
    }
  }
  .okurimono-house img.is-msg {
    position: absolute;
    inset: 0;
    max-width: none;
    width: 48.8888888889svh;
    translate: 79% 250%;
  }
  .okurimono-house__inner {
    position: relative;
  }
  .okurimono-link-items button {
    position: absolute;
    z-index: 10;
    display: block;
    transition: 0.25s opacity;
    background: transparent;
    padding: 0;
    border: 0;
    width: 20.2222222222svh;
    left: 30.2222222222svh;
    top: 43.7777777778svh;
  }
  @media (hover: hover) {
    .okurimono-link-items button:hover:not(:disabled) {
      opacity: 0.8;
    }
  }
  .okurimono-link-items button:disabled {
    cursor: default;
  }
  .okurimono-link-items button.is-0 {
    top: 23.3333333333svh;
    left: 80.4444444444svh;
  }
  .okurimono-link-items button.is-2 {
    left: 55.1111111111svh;
  }
  .okurimono-link-items button.is-3 {
    left: 80.6666666667svh;
  }
  .okurimono-link-items button.is-4, .okurimono-link-items button.is-5, .okurimono-link-items button.is-6 {
    top: 60svh;
  }
  .okurimono-link-items button.is-4 {
    left: 22.6666666667svh;
  }
  .okurimono-link-items button.is-5 {
    left: 47.7777777778svh;
  }
  .okurimono-link-items button.is-6 {
    left: 72.8888888889svh;
  }
  body.is-show-modal {
    overflow: hidden;
  }
  .okurimono-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;
  }
  .okurimono-modal.is-show {
    pointer-events: fill;
    opacity: 1;
  }
  .okurimono-modal.is-show .torakichike-modal__content {
    margin-top: 0;
  }
  .okurimono-modal__zeb-ttl {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  @media screen and (max-width: 767px) {
    .okurimono-modal__zeb-ttl {
      margin-bottom: 5.3333333333vw;
    }
  }
  .okurimono-modal__zeb-ttl img {
    width: 26.125rem;
  }
  @media screen and (max-width: 767px) {
    .okurimono-modal__zeb-ttl img {
      width: 60%;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .okurimono-modal__zeb-ttl img {
      width: 80%;
    }
  }
  .okurimono-modal__lead {
    text-align: center;
  }
  .okurimono-modal__lead p {
    margin-bottom: 1.875rem;
  }
  @media screen and (max-width: 767px) {
    .okurimono-modal__lead p {
      font-size: 2.6666666667vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .okurimono-modal__lead p {
      font-size: 1.4666666667vw;
    }
  }
  .okurimono-modal__wrap {
    position: relative;
    top: 2em;
    left: 50%;
    transform: translate(-50%, 0);
    max-width: 90%;
    transition-property: margin;
    transition-duration: 0.4s;
  }
  .okurimono-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) {
    .okurimono-modal__content {
      border-width: 4px;
      padding: 8vw 5.3333333333vw;
      border-radius: 6vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .okurimono-modal__content {
      border-radius: 3vw;
      padding: 2.6666666667vw;
      width: 50vw;
    }
  }
  @media screen and (min-width: 768px) {
    .okurimono-modal__content.is-zeb {
      padding: 4.375rem 2.5rem;
    }
  }
  .okurimono-modal__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1.25rem 1rem 0 1rem;
  }
  @media screen and (max-width: 767px) {
    .okurimono-modal__list {
      margin: 1.3333333333vw 0.5333333333vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .okurimono-modal__list {
      gap: 1.3333333333vw;
    }
  }
  .okurimono-modal__video {
    aspect-ratio: 560/315;
    margin-top: 2.5rem;
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .okurimono-modal__video {
      margin-top: 5.3333333333vw;
    }
  }
  .okurimono-modal__video iframe {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .okurimono-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) {
    .okurimono-modal__close-btn {
      width: 5.3333333333vw;
      height: 5.3333333333vw;
      right: 2.6666666667vw;
      top: 2.6666666667vw;
    }
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .okurimono-modal__close-btn {
      right: 2.6666666667vw;
      top: 1.6vw;
      width: 2.6666666667vw;
      height: 2.6666666667vw;
    }
  }
}