body#home .l-header,
body#home .home-hero__foreground {
  opacity: 0;
  visibility: hidden;
}
body#home .home-hero__opening-logo {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.45s cubic-bezier(0.22, 1, 0.36, 1) 0.2s;
}
body#home.is-loaded .home-hero__opening-logo {
  clip-path: inset(0 0 0 0);
}

html.is-skip-opening body#home .home-hero {
  opacity: 1;
  visibility: visible;
  pointer-events: none;
}
html.is-skip-opening body#home .home-hero__opening {
  display: none;
}
html.is-skip-opening body#home .l-header,
html.is-skip-opening body#home .home-hero__foreground {
  opacity: 1;
  visibility: visible;
}

html.is-reload-skip-opening body#home .home-hero__opening {
  display: none;
}
html.is-reload-skip-opening body#home .l-header,
html.is-reload-skip-opening body#home .home-hero__foreground {
  opacity: 1;
  visibility: visible;
}

html.is-lock-home-opening,
html.is-lock-home-opening body {
  overflow: hidden;
  overscroll-behavior: none;
}

.l-header__logo {
  transform: translate(4.1666666667vw, 5.5555555556vw) scale(2.5);
  transform-origin: top left;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    transform: translate(1rem, 3rem) scale(1.8);
  }
}

.home-hero {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  min-height: 100dvh;
  background: #000000;
}
@media screen and (max-width: 768px) {
  .home-hero {
    height: var(--viewport-vh-dvh, 100dvh);
    min-height: 100dvh;
  }
}
.home-hero__opening {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background: #ffffff;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.home-hero__opening-scene1 {
  position: absolute;
  inset: 0;
  z-index: 1;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.home-hero__opening-scene1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.home-hero__opening-white-layer {
  position: absolute;
  inset: 0;
  z-index: 4;
  background: #ffffff;
  pointer-events: none;
  will-change: opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.home-hero__opening-scene2 {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .home-hero__opening-scene2 {
    flex-direction: column;
  }
}
.home-hero__opening-scene2-1 {
  width: calc(50% + 1px);
  margin-right: -1px;
  clip-path: inset(100% 0 0 0);
  will-change: clip-path;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .home-hero__opening-scene2-1 {
    width: 100%;
    height: calc(50% + 1px);
    margin-right: 0;
    margin-bottom: -1px;
  }
}
.home-hero__opening-scene2-2 {
  width: 50%;
  clip-path: inset(0 0 100% 0);
  will-change: clip-path;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .home-hero__opening-scene2-2 {
    width: 100%;
    height: 50%;
  }
}
.home-hero__opening-scene2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.home-hero__opening-logo {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 34.7222222222vw;
  overflow: hidden;
  will-change: clip-path;
}
@media screen and (max-width: 768px) {
  .home-hero__opening-logo {
    width: 22.5rem;
  }
}
.home-hero__opening-logo img {
  display: block;
  width: 100%;
}
.home-hero__background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
  width: 100vw;
  height: 100vh;
}
.home-hero__background picture, .home-hero__background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .home-hero__background picture, .home-hero__background img {
    object-position: center top;
  }
}
.home-hero__foreground {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .home-hero__foreground {
    height: var(--viewport-vh-svh, 100svh);
  }
}
.home-hero__slogan {
  position: relative;
  z-index: 10;
  width: 42.3611111111vw;
}
@media screen and (max-width: 768px) {
  .home-hero__slogan {
    width: 30rem;
  }
}
.home-hero__point {
  position: absolute;
  top: 11rem;
  right: 4rem;
  bottom: auto;
  left: auto;
  width: 12.8472222222vw;
}
@media screen and (max-width: 768px) {
  .home-hero__point {
    top: 8rem;
    right: 2rem;
    width: 11rem;
  }
}
.home-hero__circle {
  position: absolute;
  top: auto;
  right: -6.9444444444vw;
  bottom: -6.9444444444vw;
  left: auto;
  width: 42.3611111111vw;
  height: 42.3611111111vw;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .home-hero__circle {
    bottom: -7rem;
    right: -7rem;
    width: 30rem;
    height: 30rem;
  }
}
.home-hero__circle svg {
  width: 100%;
  height: 100%;
  overflow: visible;
  transform: rotate(-90deg);
}
.home-hero__circle-track {
  fill: none;
  stroke: #000000;
  stroke-width: 1;
  opacity: 0.55;
}
@media screen and (max-width: 768px) {
  .home-hero__circle-track {
    stroke-width: 2;
  }
}
.home-hero__circle-line {
  fill: none;
  stroke: #ffffff;
  stroke-width: 1;
  opacity: 0.9;
}
@media screen and (max-width: 768px) {
  .home-hero__circle-line {
    stroke-width: 2;
  }
}
html.js .home-hero__circle .home-hero__circle-line {
  stroke-dasharray: 0 1910;
  stroke-dashoffset: 0;
}

.home-service {
  position: relative;
}
.home-service__header {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 768px) {
  .home-service__header {
    height: var(--viewport-vh, 100vh);
  }
}
.home-service__header-background {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.home-service__header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-service__header-foreground {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .home-service__header-foreground {
    height: 100dvh;
  }
}
.home-service__header__title {
  pointer-events: auto;
}
.home-service__title {
  position: absolute;
  top: auto;
  right: 6.9444444444vw;
  bottom: 8.3333333333vw;
  left: auto;
  width: 28.8888888889vw;
  font-family: "Cormorant Garamond", serif;
  font-size: 11.1111111111vw;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-service__title {
    bottom: 6rem;
    right: 3rem;
    width: 18.72rem;
  }
}
.home-service__content {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  display: flex;
}
@media screen and (max-width: 768px) {
  .home-service__content {
    position: relative;
    height: auto;
    flex-direction: column-reverse;
  }
  .home-service__content:has(.home-service__content-body--1) {
    margin-top: calc(var(--viewport-vh, 100vh) * 3);
  }
}
.home-service__content-body {
  position: relative;
  width: calc(50% + 1px);
  padding: 9.0277777778vw 0 0 11.8055555556vw;
  margin-right: -1px;
  clip-path: inset(100% 0 0 0);
  background: #000000;
}
@media screen and (max-width: 768px) {
  .home-service__content-body {
    width: 100%;
    padding: 5.6rem 3rem 9.6rem;
    clip-path: none;
  }
}
@media screen and (max-width: 768px) {
  .home-service__content-body--inview .home-service__heading,
  .home-service__content-body--inview .home-service__text,
  .home-service__content-body--inview .home-service__image {
    opacity: 0;
    transform: translate3d(0, 3.2rem, 0);
    transition: opacity 0.65s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .home-service__content-body--inview .home-service__text {
    transition-delay: 0.08s;
  }
  .home-service__content-body--inview .home-service__image {
    transition-delay: 0.16s;
  }
  .home-service__content-body--inview.is-inview .home-service__heading,
  .home-service__content-body--inview.is-inview .home-service__text,
  .home-service__content-body--inview.is-inview .home-service__image {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.home-service__content-body--1 {
  background-image: url("/assets/img/home/bg_service_content01.webp");
  background-position: left bottom;
  background-size: cover;
}
.home-service__content-body--2 {
  background-image: url("/assets/img/home/bg_service_content02.webp");
  background-position: right bottom;
  background-size: cover;
}
.home-service__content-body--3 {
  background-image: url("/assets/img/home/bg_service_content03.webp");
  background-position: left top;
  background-size: cover;
}
.home-service__content-image {
  overflow: hidden;
  width: 50%;
  clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 768px) {
  .home-service__content-image {
    width: 100%;
    clip-path: none;
  }
}
.home-service__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
}
.home-service__heading {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .home-service__heading {
    font-size: 2rem;
  }
}
.home-service__text {
  width: 42rem;
  margin-top: 2rem;
  margin-left: 3rem;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .home-service__text {
    width: auto;
    font-size: 1.2rem;
  }
}
.home-service__text--ja {
  font-size: 1.3rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .home-service__text--ja {
    margin-left: 2.5rem;
    font-size: 1.1rem;
  }
}
.home-service__image {
  position: absolute;
  top: auto;
  right: 3.4722222222vw;
  bottom: 2.7777777778vw;
  left: auto;
  width: 11.3888888889vw;
}
@media screen and (max-width: 768px) {
  .home-service__image {
    position: static;
    width: 12.3rem;
    margin: 3rem 3rem 0 auto;
  }
}
.home-service__spacer {
  height: 500vh;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .home-service__spacer {
    display: none;
  }
}

.home-privatejet {
  position: relative;
}
.home-privatejet__header {
  position: sticky;
  top: 0;
  z-index: 1;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .home-privatejet__header {
    height: var(--viewport-vh, 100vh);
  }
}
.home-privatejet__header-background {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.home-privatejet__header-background::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle at 0.5px 0.5px, rgba(0, 0, 0, 0.35) 0.5px, transparent 0.7px);
  background-size: 2px 2px;
  opacity: 0.8;
}
.home-privatejet__header-background video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-privatejet__header-foreground {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .home-privatejet__header-foreground {
    height: 100dvh;
  }
}
.home-privatejet__title {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 6.9444444444vw;
  left: 6.9444444444vw;
  width: 40.2777777778vw;
  font-family: "Cormorant Garamond", serif;
  font-size: 11.1111111111vw;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-privatejet__title {
    bottom: 9rem;
    left: 3rem;
    width: 26.1rem;
  }
}
.home-privatejet__content {
  position: relative;
  z-index: 2;
  min-height: 200vh;
  margin-top: 100vh;
  padding-bottom: 0;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .home-privatejet__content {
    min-height: calc(var(--viewport-vh, 100vh) * 2);
    margin-top: var(--viewport-vh, 100vh);
  }
}
.home-privatejet__content-pin {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  padding-bottom: 5rem;
  background: #000000;
  background-image: url("/assets/img/home/bg_privatejet.webp");
  background-position: right top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .home-privatejet__content-pin {
    height: var(--viewport-vh, 100vh);
  }
}
.home-privatejet__content-body {
  padding: 12rem 0 7rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-privatejet__content-body {
    padding: 8rem 0 3rem;
  }
}
.home-privatejet__content-images {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .home-privatejet__content-images {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0 3rem;
  }
}
.home-privatejet__heading {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .home-privatejet__heading {
    font-size: 2.4rem;
  }
}
.home-privatejet__text {
  margin-top: 1.8rem;
  font-family: "Inter", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .home-privatejet__text {
    font-size: 1.2rem;
  }
}
.home-privatejet__text--ja {
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .home-privatejet__text--ja {
    font-size: 1.1rem;
  }
}
.home-privatejet__image {
  flex: 1;
  clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 768px) {
  .home-privatejet__image {
    flex: none;
    width: calc(50% - 0.5rem);
  }
}
.home-privatejet__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-about {
  position: relative;
  z-index: 1;
  margin-top: -100vh;
  visibility: hidden;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .home-about {
    margin-top: calc(var(--viewport-vh, 100vh) * -1);
  }
}
.home-about__header {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .home-about__header {
    height: var(--viewport-vh, 100vh);
  }
}
.home-about__header-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  transform: translateZ(0);
  backface-visibility: hidden;
}
.home-about__header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .home-about__header-background img {
    object-position: right bottom;
  }
}
.home-about__header-foreground {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home-about__title {
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 6.9444444444vw;
  transform: translateY(-50%);
  width: 27.1527777778vw;
  font-family: "Cormorant Garamond", serif;
  font-size: 11.1111111111vw;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-about__title {
    left: 2rem;
    top: 10rem;
    width: 17.595rem;
  }
}
.home-about__content {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 2;
  clip-path: inset(0 0 0 100%);
  transform: translateZ(0);
  backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .home-about__content {
    height: var(--viewport-vh, 100vh);
  }
}
.home-about__content-background {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 5rem);
  height: 100%;
}
.home-about__content-background picture, .home-about__content-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.home-about__content-foreground {
  position: relative;
  height: 100%;
  padding: 16.5rem 9rem 0;
}
@media screen and (max-width: 768px) {
  .home-about__content-foreground {
    padding: 12rem 3rem 0;
  }
}
.home-about__heading {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .home-about__heading {
    font-size: 2.4rem;
  }
}
.home-about__table {
  width: auto;
  margin-top: 2rem;
}
.home-about__table th, .home-about__table td {
  vertical-align: top;
  padding: 0;
}
.home-about__table th {
  padding: 1rem 3rem 1rem 2rem;
  font-size: 1.7rem;
  line-height: 1.1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .home-about__table th {
    font-size: 1.4rem;
  }
}
.home-about__table td {
  padding: 1rem 0;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.6;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .home-about__table td {
    font-size: 1.2rem;
  }
}
.home-about__spacer {
  height: 400vh;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .home-about__spacer {
    height: calc(var(--viewport-vh, 100vh) * 4);
  }
}

.home-contact {
  position: relative;
  z-index: 2;
  margin-bottom: 38rem;
}
.home-contact__header {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  clip-path: inset(100% 0 0 0);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .home-contact__header {
    height: var(--viewport-vh, 100vh);
  }
}
.home-contact__header-background {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
}
.home-contact__header-background picture, .home-contact__header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .home-contact__header-background picture, .home-contact__header-background img {
    object-position: right bottom;
  }
}
.home-contact__header-foreground {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.home-contact__title {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 9.7222222222vw;
  left: 6.9444444444vw;
  width: 45.625vw;
  font-family: "Cormorant Garamond", serif;
  font-size: 11.1111111111vw;
  letter-spacing: 0;
  line-height: 1;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 768px) {
  .home-contact__title {
    top: 15rem;
    left: 3rem;
    width: 29.565rem;
  }
}
.home-contact__content {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .home-contact__content {
    flex-direction: column-reverse;
    height: 100dvh;
  }
}
.home-contact__content-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(50% + 1px);
  height: calc(100% + 1px);
  margin-right: -1px;
  margin-bottom: -1px;
  clip-path: inset(0 0 100% 0);
  background: #000000;
  background-image: url("/assets/img/home/bg_service_content03.webp");
  background-position: left bottom;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .home-contact__content-body {
    width: 100%;
    height: calc(50% + 1px);
    margin-right: 0;
    margin-bottom: -1px;
    padding: 3rem;
  }
}
.home-contact__content-image {
  width: 50%;
  clip-path: inset(100% 0 0 0);
}
@media screen and (max-width: 768px) {
  .home-contact__content-image {
    width: 100%;
    height: 50%;
  }
}
.home-contact__content-image picture, .home-contact__content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-contact__heading {
  font-size: 5rem;
  line-height: 1.2;
}
.home-contact__text {
  width: 42rem;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 768px) {
  .home-contact__text {
    width: auto;
    font-size: 1.2rem;
  }
}
.home-contact__button {
  margin-top: 3rem;
}
.home-contact__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28rem;
  height: 5.6rem;
  color: #000000;
  background: #ffffff;
  font-size: 1.3rem;
  transition: opacity 0.4s ease;
  text-decoration: none;
}
@media (hover: hover) {
  .home-contact__button a:hover {
    opacity: 0.75;
  }
}
@media (hover: none) {
  .home-contact__button a:active {
    opacity: 0.75;
  }
}
.home-contact__spacer {
  height: 200vh;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .home-contact__spacer {
    height: calc(var(--viewport-vh, 100vh) * 2);
  }
}

#home .l-footer {
  z-index: -1;
}
