.pre-inc {
  padding-top: 0;
}
.pre-inc .p-home .main-video {
  position: relative;
  text-align: center;
}
.pre-inc .p-home .main-video > div {
  position: relative;
  width: 100%;
  aspect-ratio: 1920/1080;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-home .main-video > div {
    aspect-ratio: 1080/1350;
  }
}
.pre-inc .p-home .main-video video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
.pre-inc .p-home .main-video .caption {
  position: absolute;
  right: 10px;
  bottom: -15px;
  font-size: 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-home .main-video .caption {
    bottom: -25px;
  }
}
.pre-inc .p-home .block-feature {
  width: 100%;
  padding: 40px 20px;
  background: linear-gradient(90deg, #003f8f 0%, #003f8f 10%, #161763 65%, #161763 100%);
}
.pre-inc .p-home .block-feature .feature {
  width: 100%;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-home .block-feature .feature {
    border-bottom: none;
  }
}
.pre-inc .p-home .block-feature .action {
  width: 100%;
  max-width: 950px;
  margin-inline: auto;
  margin-top: 25px;
}
.pre-inc .p-home .block-reel {
  position: relative;
}
.pre-inc .p-home .block-reel .wrap {
  overflow: hidden;
}
.pre-inc .p-home .block-reel .reel {
  display: flex;
  width: 100%;
}
.pre-inc .p-home .block-reel .reel .each img {
  width: 2491px;
  max-width: initial;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-home .block-reel .reel .each img {
    width: 1245px;
  }
}
.pre-inc .p-home .block-reel .reel .each {
  animation: reel 20s infinite linear both;
}
.pre-inc .p-home .block-reel .caption {
  position: absolute;
  font-size: 10px;
  right: 5px;
  bottom: -15px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-home .block-reel .caption {
    bottom: -20px;
  }
}
.pre-inc .p-home .block-paralax {
  position: relative;
}
.pre-inc .p-home .block-paralax .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.pre-inc .p-home .block-paralax .background img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
  -o-object-fit: cover;
     object-fit: cover;
}
.pre-inc .p-home .block-catchcopy {
  position: relative;
  padding: 70px 20px 70px;
  margin-inline: auto;
  max-width: 690px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-home .block-catchcopy {
    padding: 50px 20px;
  }
}
.pre-inc .p-home .block-catchcopy .main {
  position: relative;
  padding-top: 13.768115942%;
}
.pre-inc .p-home .block-catchcopy .main .lead01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 35.5384615385%;
  opacity: 0;
  transform: scale(0.5);
  transform-origin: right bottom;
}
.pre-inc .p-home .block-catchcopy .main .lead02 {
  display: block;
  width: 92.3076923077%;
  margin-left: auto;
  transition: transform 0.8s, opacity 0.8s;
  transition-delay: 0.6s;
  opacity: 0;
  transform: translateY(10px);
}
.pre-inc .p-home .block-catchcopy .sub {
  margin-top: 40px;
  text-align: center;
  transition: filter 1.2s, opacity 1.2s;
  transition-delay: 1.1s;
  opacity: 0;
  filter: blur(50%);
}
@media screen and (max-width: 767px) {
  .pre-inc .p-home .block-catchcopy .sub {
    margin-top: 20px;
  }
}
.pre-inc .p-home .block-catchcopy.is-on .main .lead01 {
  opacity: 1;
  transform: scale(1);
}
.pre-inc .p-home .block-catchcopy.is-on .main .lead02 {
  opacity: 1;
  transform: translateY(0);
}
.pre-inc .p-home .block-catchcopy.is-on .sub {
  opacity: 1;
  filter: blur(0);
}
.pre-inc .p-home .block-entry {
  padding: 0 0 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-home .block-entry {
    padding: 0 0 30px;
  }
}
.pre-inc .p-home .block-entry .bg {
  padding: 30px 20px;
  background: #f3efe3;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-home .block-entry .bg {
    padding: 15px 20px 20px;
  }
}
.pre-inc .p-home .block-entry .price {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-home .block-entry .price {
    margin-bottom: 30px;
  }
}
.pre-inc .p-home .block-entry .btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
  padding-inline: 20px;
}
.pre-inc .p-home .block-entry .btns .btn {
  width: 263px;
}
@media screen and (max-width: 767px) {
  .pre-inc .p-home .block-entry .btns .btn {
    width: 100%;
  }
}
.pre-inc .section-bnr {
  background: #fff;
  padding: 80px 15px;
}
@media screen and (max-width: 767px) {
  .pre-inc .section-bnr {
    padding: 40px 15px 0;
  }
}
.pre-inc .section-bnr .inner {
  max-width: 800px;
  margin-inline: auto;
}
@keyframes reel {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pre-inc .outline-page {
  padding-top: 200px;
}
@media screen and (max-width: 767px) {
  .pre-inc .outline-page {
    padding-top: 100px;
  }
}/*# sourceMappingURL=home.css.map */