.pageIndex#home_renewal2025 {
  margin-top: -32px;
  font-family: "Klee One", cursive;
  /* loading */
  /* loading */
}
.pageIndex#home_renewal2025 .spinner {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 200;
}
.pageIndex#home_renewal2025 .double-bounce1, .pageIndex#home_renewal2025 .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite ease-in-out;
}
.pageIndex#home_renewal2025 .double-bounce2 {
  animation-delay: -1s;
}
.pageIndex#home_renewal2025 .loading__txt {
  margin-top: 50px;
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.pageIndex#home_renewal2025 #menu__btn {
  position: fixed;
  top: 0;
  right: 2.3%;
  cursor: pointer;
  z-index: 90;
}
.pageIndex#home_renewal2025 #menu__btn img {
  width: 89px;
}
.pageIndex#home_renewal2025 #global__menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 50vw;
  background: rgba(35, 24, 21, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 45px 85px 80px;
  height: 100vh;
  overflow: auto;
  z-index: 100;
  display: none;
}
.pageIndex#home_renewal2025 #global__menu #menu__close {
  text-align: center;
  cursor: pointer;
}
.pageIndex#home_renewal2025 #global__menu #menu__close img {
  width: 122px;
}
.pageIndex#home_renewal2025 #global__menu nav {
  margin-top: 100px;
}
.pageIndex#home_renewal2025 #global__menu nav > ul > li a {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  transition: 0.3s;
}
.pageIndex#home_renewal2025 #global__menu nav > ul > li a:hover {
  opacity: 0.7;
}
.pageIndex#home_renewal2025 #global__menu nav > ul > li span {
  color: #fff;
  font-size: 30px;
  line-height: 1;
}
.pageIndex#home_renewal2025 #global__menu nav > ul > li ul {
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 40px;
}
.pageIndex#home_renewal2025 #global__menu nav > ul > li ul li a {
  font-size: 24px;
}
.pageIndex#home_renewal2025 #global__menu nav > ul > li ul li:not(:last-child) {
  margin-bottom: 30px;
}
.pageIndex#home_renewal2025 #global__menu nav > ul > li:not(:last-child) {
  margin-bottom: 50px;
}
.pageIndex#home_renewal2025 .incFv .incFv__inner {
  height: unset;
}
.pageIndex#home_renewal2025 .incFv .incFv__inner .incFv__logo {
  position: static;
  transform: none;
}
.pageIndex#home_renewal2025 .incFv .incFv__inner .incFv__logo video {
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.pageIndex#home_renewal2025 .washiBgArea {
  position: relative;
  z-index: 1;
}
.pageIndex#home_renewal2025 .washiBgArea > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.pageIndex#home_renewal2025 .washiBgArea .incAbout {
  min-height: 100vh;
  background: none;
}
.pageIndex#home_renewal2025 .washiBgArea .incAbout__inner {
  padding: 170px 0 200px;
}
.pageIndex#home_renewal2025 .washiBgArea .incAbout__logo {
  margin-bottom: 30px;
  text-align: center;
}
.pageIndex#home_renewal2025 .washiBgArea .incAbout__logo img {
  width: 139px;
}
.pageIndex#home_renewal2025 .washiBgArea .incAbout__text p {
  font-size: 20px;
  line-height: 1.75;
  text-align: center;
}
.pageIndex#home_renewal2025 .washiBgArea .incAbout__text p .sp {
  display: none;
}
.pageIndex#home_renewal2025 .washiBgArea .incAbout__text p:not(:last-child) {
  margin-bottom: 40px;
}
.pageIndex#home_renewal2025 .washiBgArea .incCore {
  min-height: 100vh;
}
.pageIndex#home_renewal2025 .washiBgArea .incCore__inner {
  padding: 170px 0 200px;
  position: relative;
}
.pageIndex#home_renewal2025 .washiBgArea .incCore__CenterText {
  position: relative;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.pageIndex#home_renewal2025 .washiBgArea .incCore__CenterText p {
  text-align: center;
  font-size: 24px;
  line-height: 1.75;
}
.pageIndex#home_renewal2025 .washiBgArea .incCore__kamon {
  display: flex;
  justify-content: center;
  gap: 270px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li {
  width: 520px;
  position: relative;
}
.pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li h2 {
  position: absolute;
  margin-top: 0;
  margin-bottom: 0;
  top: -80px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 66px;
  line-height: 1;
  font-weight: 600;
}
.pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li .incCore__kamonDescription {
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li .incCore__kamonDescription a {
  width: 430px;
  height: 430px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  pointer-events: none;
}
.pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li.show .incCore__kamonDescription {
  opacity: 1;
}
.pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li.show .incCore__kamonDescription a {
  pointer-events: all;
}
.pageIndex#home_renewal2025 .washiBgArea .incCore__kamon + .incCore__CenterText {
  margin-top: 90px;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku {
  background: none;
  position: relative;
  overflow: hidden;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__inner {
  padding: 0 0 50px;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__bk {
  width: 100%;
  z-index: 0;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__bk img {
  width: 100%;
  max-width: none;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__bkBlack {
  width: 100%;
  height: 26.6vw;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 55%, rgba(0, 0, 0, 0));
  mix-blend-mode: multiply;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku h2 {
  text-align: center;
  font-size: 50px;
  line-height: 1.5;
  font-weight: 600;
  color: #595757;
  margin-top: 30px;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku h2 small {
  font-size: 30px;
  display: block;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  writing-mode: unset;
  text-orientation: unset;
  width: 100%;
  margin-top: -14vw;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__list li {
  width: 282px;
  text-align: center;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__list li a {
  position: relative;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__list li a .hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__list li a:hover .hover {
  opacity: 1;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__text h3 {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__text h3 a {
  color: #fff;
  transition: 0.3s;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__text h3 a:hover {
  opacity: 0.6;
}
.pageIndex#home_renewal2025 .washiBgArea .incHiraku__text p {
  font-size: 18px;
  line-height: 1.55;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.pageIndex#home_renewal2025 .incCompany {
  background: url(../images/company_bg.png) no-repeat center/cover;
  padding: 65px 0 50px;
}
.pageIndex#home_renewal2025 .incCompany__inner {
  display: block;
  color: #fff;
  padding: 0;
}
.pageIndex#home_renewal2025 .incCompany h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.pageIndex#home_renewal2025 .incCompany__messageText {
  text-align: center;
  font-size: 16px;
  line-height: 2;
  font-family: sans-serif;
}
.pageIndex#home_renewal2025 .incCompany__messageImg {
  margin-top: 20px;
  text-align: center;
}
.pageIndex#home_renewal2025 .incCompany__messageImg img {
  width: 111px;
}
.pageIndex#home_renewal2025 .incCompany__messageImg span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
.pageIndex#home_renewal2025 .incCompany__content {
  margin-top: 8rem;
}
.pageIndex#home_renewal2025 .incCompany__list {
  margin: 0 auto;
}
.pageIndex#home_renewal2025 .incCompany__item {
  border: none;
  padding: 0;
}
.pageIndex#home_renewal2025 .incCompany__item__list {
  align-items: flex-start;
}
.pageIndex#home_renewal2025 .incCompany__ttl {
  width: 134px;
  padding: 10px 0;
  border-top: 1px solid #fff;
  margin-right: 16px;
  flex-shrink: 0;
  font-family: sans-serif;
  line-height: 2;
}
.pageIndex#home_renewal2025 .incCompany__desc {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #fff;
  font-family: sans-serif;
  line-height: 2;
}
.pageIndex#home_renewal2025 .incCompany__logo {
  text-align: center;
}
.pageIndex#home_renewal2025 .incCompany__logo img {
  width: 120px;
}
.pageIndex#home_renewal2025 .incCompany__copy {
  text-align: center;
  font-size: 24px;
  margin-top: 40px;
  font-family: serif;
}

@media (max-width: 1300px) {
  .pageIndex#home_renewal2025 .washiBgArea .incCore h2 {
    margin-bottom: 0;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon {
    position: static;
    transform: none;
    gap: 0;
    margin-top: 70px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li {
    width: 370px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li h2 {
    top: -40px;
    font-size: 50px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li .incCore__kamonDescription a {
    width: 315px;
    height: 315px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon + .incCore__CenterText {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .pageIndex#home_renewal2025 .incFv .incFv__inner .incFv__logo video {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .pageIndex#home_renewal2025 #global__menu {
    width: 500px;
    max-width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (max-width: 768px) {
  .pageIndex#home_renewal2025 #menu__btn {
    right: 5%;
  }
  .pageIndex#home_renewal2025 #menu__btn img {
    width: 55px;
  }
  .pageIndex#home_renewal2025 #global__menu #menu__close img {
    width: 70px;
  }
  .pageIndex#home_renewal2025 #global__menu nav {
    margin-top: 50px;
  }
  .pageIndex#home_renewal2025 #global__menu nav > ul > li a {
    font-size: 20px;
  }
  .pageIndex#home_renewal2025 #global__menu nav > ul > li span {
    font-size: 20px;
  }
  .pageIndex#home_renewal2025 #global__menu nav > ul > li ul {
    margin-top: 15px;
    padding-top: 15px;
    padding-left: 20px;
  }
  .pageIndex#home_renewal2025 #global__menu nav > ul > li ul li a {
    font-size: 18px;
  }
  .pageIndex#home_renewal2025 #global__menu nav > ul > li:not(:last-child) {
    margin-bottom: 30px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incAbout__inner {
    padding-top: 30px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incAbout__logo {
    margin-bottom: 20px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incAbout__logo img {
    width: 115px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incAbout__text p {
    font-size: 14px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incAbout__text p .sp {
    display: block;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incAbout__text p:not(:last-child) {
    margin-bottom: 20px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__inner {
    overflow: hidden;
    padding-top: 80px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__CenterText p {
    font-size: 15px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon {
    margin-top: 35px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li {
    transition: opacity 0.3s;
    pointer-events: all;
    width: 260px;
    flex-shrink: 0;
    z-index: 2;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li h2 {
    font-size: 25px;
    top: -20px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li .incCore__kamonDescription {
    transform: translateY(-50%);
    pointer-events: none;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li .incCore__kamonDescription a {
    background: rgba(255, 255, 255, 0.6);
    padding-top: 0;
    justify-content: center;
    width: 200px;
    height: 200px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li:nth-child(1) .incCore__kamonDescription {
    left: 160px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li:nth-child(2) .incCore__kamonDescription {
    right: 160px;
    left: unset;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li.show {
    pointer-events: all;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li.hide {
    opacity: 0;
    z-index: 1;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incCore__kamon li.hide .incCore__kamonDescription a {
    pointer-events: none;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incHiraku h2 {
    margin-top: 24px;
    font-size: 35px;
    margin-bottom: 80px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incHiraku h2 small {
    font-size: 24px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incHiraku__bkBlack {
    height: calc(100% - 143px - 170px - 42.8vw + 8.6vw);
  }
  .pageIndex#home_renewal2025 .washiBgArea .incHiraku__inner {
    padding: 85px 0;
    min-height: 100vh;
    justify-content: center;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incHiraku__list {
    position: static;
    flex-direction: row;
    gap: 0;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incHiraku__list li {
    width: 125px;
  }
  .pageIndex#home_renewal2025 .washiBgArea .incHiraku__text h3 {
    font-size: 13px;
    margin-top: 0;
  }
  .pageIndex#home_renewal2025 .incCompany {
    padding: 7px 0 4px;
    background-image: url(../images/company_bg_sp.jpg);
  }
  .pageIndex#home_renewal2025 .incCompany__inner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 6px;
  }
  .pageIndex#home_renewal2025 .incCompany__logo img {
    width: 50px;
  }
  .pageIndex#home_renewal2025 .incCompany__copy {
    margin-top: 0;
    font-size: 14px;
  }
}
.pageIndex#home_renewal2025 .animation-revealed .animation-2s {
  transition-delay: 2s;
}

.pageIndex#home_renewal2025 .animation-revealed .animation-4s {
  transition-delay: 4s;
}

.pageIndex#home_renewal2025 .animation-revealed .animation-6s {
  transition-delay: 6s;
}

.pageIndex#home_renewal2025 .animation-fade-in.fade-in-slow {
  transition-duration: 2000ms;
}/*# sourceMappingURL=2025renewal.css.map */