@layer project {
  body {
    background: url("../img/page/torakichike/bg.webp");
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
  .p-page {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media screen and (min-width: 768px) {
    .p-page {
      min-height: calc(100dvh - 9rem);
    }
  }
  @media (pointer: coarse) {
    .p-page {
      overflow: auto;
    }
  }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .p-page {
      padding: 0 13.3333333333vw;
      height: calc(100svh - 20vw);
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
  }
}
@layer project {
  .p-hdr-page {
    position: absolute;
    left: 4.4444444444svh;
    top: 14.4444444444svh;
    z-index: 10;
    width: 42.2222222222svh;
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .p-hdr-page {
      top: 20svh;
      width: 24.4444444444svh;
    }
  }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .p-hdr-page {
      left: 5.3333333333vw;
      top: 17.3333333333vw;
      width: 40vw;
    }
  }
}
@layer project {
  .p-btn-home-link {
    position: absolute;
    left: 2.2222222222svh;
    bottom: 8.8888888889svh;
    z-index: 10;
    width: 26.6666666667svh;
  }
  @media screen and (max-width: 767px) and (orientation: landscape) {
    .p-btn-home-link {
      bottom: 12.2222222222svh;
    }
  }
  @media screen and (max-width: 767px) and (orientation: portrait) {
    .p-btn-home-link {
      bottom: 12vw;
    }
  }
}