@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.x-home-mv.jarallax #jarallax-container-0 div {
  background-image: url(../img/bg_pc_trim.jpg) !important;
}
@media screen and (max-width: 768px) {
  .x-home-mv.jarallax #jarallax-container-0 div {
    background-image: url(../img/bg_sp_trim2.jpg) !important;
  }
}

.x-home-mv {
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
.x-home-mv:not(:has(.x-home-mv__slider)) {
  background-image: url(../img/bg_pc_trim.jpg);
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .x-home-mv:not(:has(.x-home-mv__slider)) {
    background-image: url(../img/bg_sp_trim2.jpg);
  }
}
.x-home-mv__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.x-home-mv__slider .splide__track,
.x-home-mv__slider .splide__list,
.x-home-mv__slider .splide__slide {
  height: 100%;
}
.x-home-mv__slide-img {
  width: 100%;
  height: 100%;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.x-home-mv .splide__pagination {
  display: flex;
  z-index: 10;
  position: absolute;
  bottom: 30px;
  left: 50%;
  padding: 0;
  gap: 10px;
  transform: translateX(-50%);
}
.x-home-mv .splide__pagination li {
  list-style: none;
}
.x-home-mv .splide__pagination__page {
  width: 12px;
  height: 12px;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease;
}
.x-home-mv .splide__pagination__page:hover {
  background: rgba(255, 255, 255, 0.5);
}
.x-home-mv .splide__pagination__page.is-active {
  transform: scale(1.2);
  background: rgb(255, 255, 255);
}
.x-home-mv__custom {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.x-home-mv__custom > * {
  pointer-events: auto;
}
.x-home-mv {
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.x-home-shinran {
  z-index: 1;
  position: absolute;
  top: 26px;
  left: 52%;
  height: calc(100svh - 26%);
  margin: auto;
  transform: translateX(-15%);
  animation-duration: 1.5s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .x-home-shinran {
    left: 55%;
    height: calc(100svh - 40%);
  }
}
@media screen and (max-width: 640px) {
  .x-home-shinran {
    top: 60px;
    left: 50%;
    height: 45svh;
    transform: translate(-35%, 0);
  }
}

.x-home-sakura img {
  --width: 600px;
  z-index: 2;
  position: absolute;
  right: calc(0px - (var(--width) - 40vw));
  bottom: 0;
  width: var(--width);
  animation-duration: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (min-width: 1450px) {
  .x-home-sakura img {
    --width: 700px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .x-home-sakura img {
    --width: 300px;
    top: 20%;
    right: -100px;
    bottom: auto;
  }
}
@media screen and (max-width: 640px) {
  .x-home-sakura img {
    top: 15%;
    right: -150px;
  }
}

.x-home-logo {
  z-index: 5;
  position: absolute;
  top: 100px;
  left: 55%;
  width: 30%;
  margin: auto;
  transform: translateX(-140%);
  animation-duration: 1.5s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .x-home-logo {
    left: 10%;
    width: 40%;
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 640px) {
  .x-home-logo {
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, 20%);
  }
}

.x-home-circle {
  z-index: 3;
  position: absolute;
  right: 50px;
  bottom: 50px;
  height: 150px;
  animation-duration: 1.5s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
  animation-name: fadein;
  opacity: 0;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .x-home-circle {
    right: 10px;
    bottom: 64px;
    width: 110px;
    height: auto;
  }
}

.x-scroll {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
}

.x-roadshow {
  display: inline-block;
  z-index: 100;
  position: fixed;
  bottom: 0;
  left: 50px;
  padding: 0.65em 1em;
  border-radius: 10px 10px 0 0;
  background-color: rgba(127, 52, 52, 0.9);
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .x-roadshow {
    display: block;
    left: 0;
    width: 100%;
    padding: 0.8em 1em;
    border-radius: 0;
  }
  .x-roadshow img {
    width: 100%;
  }
}
/*# sourceMappingURL=style-home.css.map */