.flex {
  display: flex;
}
.pageIndex#home_renewal2025.loading {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100%;
}
.pageIndex#home_renewal2025 .animation-fade-in {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.pageIndex#home_renewal2025 .animation-revealed .animation-fade-in {
  opacity: 1;
}
.pageIndex#home_renewal2025 .animation-revealed .animation-order-1 {
  transition-delay: 0s;
}
.pageIndex#home_renewal2025 .animation-revealed .animation-order-2 {
  transition-delay: 0.2s;
}
.pageIndex#home_renewal2025 .animation-revealed .animation-order-3 {
  transition-delay: 0.4s;
}
.pageIndex#home_renewal2025 .animation-revealed .animation-order-4 {
  transition-delay: 0.6s;
}
.pageIndex#home_renewal2025 .animation-revealed .animation-order-5 {
  transition-delay: 0.8s;
}
.pageIndex#home_renewal2025 .animation-revealed .animation-order-6 {
  transition-delay: 1s;
}
.pageIndex#home_renewal2025 .animation-revealed .animation-order-7 {
  transition-delay: 1.2s;
}
.pageIndex#home_renewal2025 .animation-revealed .animation-order-8 {
  transition-delay: 1.4s;
}
.pageIndex#home_renewal2025 .animation-revealed .animation-order-9 {
  transition-delay: 1.6s;
}
.pageIndex#home_renewal2025 .animation-revealed .animation-order-10 {
  transition-delay: 1.8s;
}
.pageIndex#home_renewal2025 .animation-section {
  height: 300vh;
}
.pageIndex#home_renewal2025 .animation-section-logo {
  height: 1px;
}
.pageIndex#home_renewal2025 .animation-section:has(.incHiraku) {
  height: 300vh;
}
.pageIndex#home_renewal2025 .animation-trigger {
  position: sticky;
  top: 0px;
  left: 0px;
}
.pageIndex#home_renewal2025 .washiBgArea {
  z-index: 2;
}
.pageIndex#home_renewal2025 .washiBgArea .incAbout__inner {
  padding-top: 90px;
}
.pageIndex#home_renewal2025 .washiBgArea .incCore__inner {
  padding-top: 90px;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku {
  position: sticky;
}
.pageIndex#home_renewal2025 .incFv {
  height: 150vh;
}
.pageIndex#home_renewal2025 .incFv .incFv__logo {
  position: fixed !important;
  top: 0px;
  left: 0px;
  z-index: 3;
  height: 120vh;
  width: 100%;
  overflow: hidden;
}
.pageIndex#home_renewal2025 .incFv .incFv__logo.animation-revealed {
  animation: incFvLogo-fade-in 1s ease-in-out forwards;
}
.pageIndex#home_renewal2025 .incFv .incFv__logo.animation-hidden {
  animation: incFvLogo-fade-out 1s ease-in-out forwards;
}
@keyframes incFvLogo-fade-out {
  0% {
    opacity: 1;
    height: 120vh;
  }
  99% {
    opacity: 0;
    height: 120vh;
  }
  100% {
    opacity: 0;
    height: 0;
  }
}
@keyframes incFvLogo-fade-in {
  0% {
    opacity: 0;
    height: 120vh;
  }
  100% {
    opacity: 1;
    height: 120vh;
  }
}
.pageIndex#home_renewal2025 .washiBg {
  top: 0px;
  left: 0px;
  height: 1px;
  width: 100%;
  position: fixed;
}
.pageIndex#home_renewal2025 .washiBg.animation-revealed img {
  display: block;
}
.pageIndex#home_renewal2025 .washiBg img {
  display: none;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pageIndex#home_renewal2025 .incLogo img {
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageIndex#home_renewal2025 .incAbout.animation-above,
.pageIndex#home_renewal2025 .incCore.animation-above {
  margin-bottom: 0px;
}
.pageIndex#home_renewal2025 .incCompany {
  position: relative;
  z-index: 9999;
}