@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aboreto");
.pre-inc .p-top-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(0.9722222222vw, 14px);
  min-width: min(21.6666666667vw, 312px);
  height: min(4.1666666667vw, 60px);
  letter-spacing: 0.03em;
  transition: box-shadow 0.3s ease-out;
}
@media (max-width: 767px) {
  .pre-inc .p-top-button {
    gap: 1em;
    min-width: 72.5333333333vw;
    height: 13.3333333333vw;
    font-size: 4vw;
  }
}
.pre-inc .p-top-button--white {
  color: #333;
  background: #fff;
  box-shadow: 0 0 1.5em rgba(255, 255, 255, 0.5);
}
.pre-inc .p-top-button--main {
  color: #fff;
  background: #0A267B;
  box-shadow: 0 0 1.5em rgba(10, 38, 123, 0.2);
  transition: box-shadow 0.3s ease-out, background-color 0.3s ease-out;
}
.pre-inc .p-top-button--main:hover {
  background: #4C56CF;
}
.pre-inc .p-top-button--disabled {
  color: rgba(51, 51, 51, 0.8);
  background: #cecece;
  pointer-events: none;
}
.pre-inc .p-top-button--disabled::after {
  display: none;
}
.pre-inc .p-top-button::after {
  margin-right: max(-1.9444444444vw, -28px);
  content: "";
  width: min(1.9444444444vw, 28px);
  aspect-ratio: 28/7;
  background: currentColor;
  mask: url(../images/top/icon_button_arrow.svg) no-repeat center/contain;
  transition: translate 0.3s ease-out;
}
@media (max-width: 767px) {
  .pre-inc .p-top-button::after {
    margin-right: -7.2vw;
    width: 7.2vw;
  }
}
.pre-inc .p-top-button:hover {
  box-shadow: none;
}
.pre-inc .p-top-button:hover::after {
  translate: 50% 0;
  box-shadow: none;
}
.pre-inc .p-top-spEntry {
  display: none;
}
@media (max-width: 767px) {
  .pre-inc .p-top-spEntry {
    display: block;
    position: fixed;
    z-index: 97;
    left: 50%;
    bottom: 8vw;
    translate: -50% 0;
    transition: opacity 0.6s ease-out, visibility 0.6s ease-out;
  }
  .pre-inc .p-top-spEntry .p-top-button {
    min-width: 66.6666666667vw;
  }
}
.pre-inc .p-top-spEntry.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.pre-inc .p-top-mv {
  overflow: hidden;
  position: relative;
  z-index: 0;
  height: 100lvh;
  min-height: min(53.3333333333vw, 768px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-mv {
    min-height: 177.8666666667vw;
  }
}
.pre-inc .p-top-mv-splash {
  position: absolute;
  z-index: 999;
  inset: 0;
  transition: opacity 1s ease, visibility 1s ease;
}
.pre-inc .p-top-mv-splash.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.pre-inc .p-top-mv-splash__movie {
  position: absolute;
  inset: 0;
}
.pre-inc .p-top-mv-splash__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.pre-inc .p-top-mv-splash__movie video.is-playing {
  opacity: 1;
}
.pre-inc .p-top-mv-splash__movie span {
  position: absolute;
  z-index: 0;
  bottom: 1em;
  left: 1em;
  font-size: min(0.7638888889vw, 11px);
  color: #fff;
  text-shadow: 0 0 1em #000, 0 0 1em #000;
}
@media (max-width: 767px) {
  .pre-inc .p-top-mv-splash__movie span {
    right: 1em;
    left: initial;
    font-size: 2.6666666667vw;
  }
}
.pre-inc .p-top-mv-container {
  opacity: 0;
  visibility: hidden;
}
.pre-inc .p-top-mv__content {
  position: absolute;
  top: min(12.5vw, 180px);
  left: 50%;
  translate: -50% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(0.7638888889vw, 11px);
  color: #fff;
}
@media (max-width: 767px) {
  .pre-inc .p-top-mv__content {
    top: 35.4666666667vw;
    left: 5.3333333333vw;
    translate: 0 0;
    align-items: normal;
    gap: 1.0666666667vw;
  }
}
.pre-inc .p-top-mv__title {
  font-family: "Aboreto", system-ui;
  font-size: min(3.8888888889vw, 56px);
  font-weight: normal;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .pre-inc .p-top-mv__title {
    font-size: 8vw;
  }
}
.pre-inc .p-top-mv__title sup {
  font-size: 0.25em;
  vertical-align: top;
}
.pre-inc .p-top-mv__copy {
  font-size: min(2.0833333333vw, 30px);
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .pre-inc .p-top-mv__copy {
    font-size: 4.2666666667vw;
  }
}
.pre-inc .p-top-mv__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.pre-inc .p-top-mv__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(2);
  transition: filter 1.2s ease;
}
.pre-inc .p-top-mv__bg span {
  position: absolute;
  z-index: 0;
  bottom: 1em;
  left: 1em;
  font-size: min(0.7638888889vw, 11px);
  color: #fff;
  text-shadow: 0 0 1em #000, 0 0 1em #000;
}
@media (max-width: 767px) {
  .pre-inc .p-top-mv__bg span {
    right: 1em;
    left: initial;
    font-size: 2.6666666667vw;
  }
}
.pre-inc .p-top-mv.is-splash-end .p-top-mv-container {
  opacity: 1;
  visibility: visible;
}
.pre-inc .p-top-mv.is-splash-end .p-top-mv__bg img {
  filter: brightness(1);
}
.pre-inc .p-top-features {
  color: #fff;
  background: #0A267B;
}
.pre-inc .p-top-features__text {
  max-width: min(62.5vw, 900px);
  margin-inline: auto;
}
@media (max-width: 767px) {
  .pre-inc .p-top-features__text {
    max-width: none;
  }
}
.pre-inc .p-top-features__text img {
  width: 100%;
}
.pre-inc .p-top-scrollPin {
  position: relative;
  z-index: 0;
  padding: min(4.5138888889vw, 65px) 0 min(2.7777777778vw, 40px);
  height: 100lvh;
  min-height: min(53.3333333333vw, 768px);
  display: grid;
  align-items: center;
}
@media (max-width: 767px) {
  .pre-inc .p-top-scrollPin {
    padding: 30.9333333333vw 0 10.6666666667vw;
    min-height: 177.8666666667vw;
  }
}
.pre-inc .p-top-scrollPin > * {
  grid-area: 1/1;
  width: 100%;
}
.pre-inc .p-top-map {
  position: relative;
  width: min(38.6111111111vw, 556px);
  margin: 0 auto;
}
@media (max-width: 767px) {
  .pre-inc .p-top-map {
    width: 84vw;
  }
}
.pre-inc .p-top-map__img {
  position: relative;
}
.pre-inc .p-top-map__img figure {
  pointer-events: none;
  user-select: none;
  opacity: 0;
}
@media (max-width: 767px) {
  .pre-inc .p-top-map__img figure {
    width: 78.1333333333vw;
    margin-left: auto;
  }
}
.pre-inc .p-top-map__img figure figcaption {
  position: absolute;
  bottom: 1em;
  right: 0;
  font-size: min(0.7638888889vw, 11px);
  color: #777;
}
@media (max-width: 767px) {
  .pre-inc .p-top-map__img figure figcaption {
    font-size: 2.6666666667vw;
  }
}
.pre-inc .p-top-map__img svg {
  position: absolute;
  top: min(13.4027777778vw, 193px);
  left: min(11.5972222222vw, 167px);
  width: min(10.2083333333vw, 147px);
  height: min(13.3333333333vw, 192px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-map__img svg {
    top: 27.4666666667vw;
    left: 29.3333333333vw;
    width: 20.8vw;
    height: 26.9333333333vw;
  }
}
.pre-inc .p-top-map__img svg path {
  stroke-dasharray: 0 1;
}
.pre-inc .p-top-map__textWrap {
  position: absolute;
  top: min(8.1944444444vw, 118px);
  left: max(-2.7777777778vw, -40px);
  display: flex;
  flex-direction: column;
  gap: min(0.4166666667vw, 6px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-map__textWrap {
    top: 16.8vw;
    left: 0;
    gap: 0.8vw;
  }
}
.pre-inc .p-top-map__text:nth-child(1) {
  width: min(18.4722222222vw, 266px);
  opacity: 0;
  translate: 0px 15px;
}
@media (max-width: 767px) {
  .pre-inc .p-top-map__text:nth-child(1) {
    width: 37.3333333333vw;
  }
}
.pre-inc .p-top-map__text:nth-child(2) {
  width: min(21.7361111111vw, 313px);
  opacity: 0;
  translate: 0px 15px;
}
@media (max-width: 767px) {
  .pre-inc .p-top-map__text:nth-child(2) {
    width: 44vw;
  }
}
.pre-inc .p-top-map.is-active {
  animation: map_fade-out 0.6s linear 3s forwards;
}
.pre-inc .p-top-map.is-active .p-top-map__img figure {
  animation: map_img_fade-in 2s linear forwards;
}
.pre-inc .p-top-map.is-active .p-top-map__img svg path {
  animation: map_path-trim 2s linear forwards;
}
.pre-inc .p-top-map.is-active .p-top-map__text:nth-child(1) {
  animation: map_text01_fade-up 2s ease-out forwards;
}
.pre-inc .p-top-map.is-active .p-top-map__text:nth-child(2) {
  animation: map_text02_fade-up 2s ease-out forwards;
}
@keyframes map_img_fade-in {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes map_path-trim {
  0% {
    stroke-dasharray: 0 1;
  }
  25% {
    stroke-dasharray: 0 1;
  }
  100% {
    stroke-dasharray: 1 1;
  }
}
@keyframes map_text01_fade-up {
  0% {
    opacity: 0;
    translate: 0px 15px;
  }
  50% {
    opacity: 0;
    translate: 0px 15px;
  }
  65% {
    opacity: 1;
    translate: 0px 0px;
  }
  100% {
    opacity: 1;
    translate: 0px 0px;
  }
}
@keyframes map_text02_fade-up {
  0% {
    opacity: 0;
    translate: 0px 15px;
  }
  65% {
    opacity: 0;
    translate: 0px 15px;
  }
  80% {
    opacity: 1;
    translate: 0px 0px;
  }
  100% {
    opacity: 1;
    translate: 0px 0px;
  }
}
@keyframes map_fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pre-inc .p-top-concept {
  opacity: 0;
}
.pre-inc .p-top-concept__inner {
  position: relative;
  z-index: 0;
  height: min(46.875vw, 675px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-concept__inner {
    height: 137.0666666667vw;
  }
}
.pre-inc .p-top-concept__content {
  position: absolute;
  top: min(6.25vw, 90px);
  left: 0;
  display: flex;
  flex-direction: column;
  gap: min(1.6666666667vw, 24px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-concept__content {
    top: 3.4666666667vw;
    gap: 3.4666666667vw;
  }
}
.pre-inc .p-top-concept__title {
  font-family: "Aboreto", system-ui;
  font-size: min(4.1666666667vw, 60px);
  font-weight: normal;
  line-height: 1.1;
  color: #0A267B;
}
@media (max-width: 767px) {
  .pre-inc .p-top-concept__title {
    font-size: 10.6666666667vw;
  }
}
.pre-inc .p-top-concept__title span {
  background: linear-gradient(to bottom, #0A267B, #4C56CF);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: none;
}
.pre-inc .p-top-concept__title sup {
  font-size: 0.25em;
  vertical-align: top;
}
.pre-inc .p-top-concept__copy {
  padding-left: min(0.4861111111vw, 7px);
  font-size: min(2.0833333333vw, 30px);
  font-weight: 500;
  line-height: 1.56;
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translateY(15px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-concept__copy {
    padding-left: 0;
    font-size: 5.3333333333vw;
  }
}
.pre-inc .p-top-concept__text {
  padding-left: min(0.625vw, 9px);
  font-size: min(1.25vw, 18px);
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.03em;
  opacity: 0;
  transform: translateY(15px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-concept__text {
    padding-left: 0;
    font-size: 3.7333333333vw;
  }
}
.pre-inc .p-top-concept__img {
  position: absolute;
  bottom: 0;
  right: max(-7.7777777778vw, -112px);
  opacity: 0;
}
@media (max-width: 767px) {
  .pre-inc .p-top-concept__img {
    right: -25.3333333333vw;
  }
}
.pre-inc .p-top-concept__img img {
  width: auto;
  height: min(46.875vw, 675px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-concept__img img {
    height: 91.7333333333vw;
  }
}
.pre-inc .p-top-concept__img span {
  position: absolute;
  bottom: min(0.9027777778vw, 13px);
  right: 0;
  font-size: min(0.7638888889vw, 11px);
  color: #777;
}
@media (max-width: 767px) {
  .pre-inc .p-top-concept__img span {
    bottom: 1em;
    right: initial;
    left: -11.7333333333vw;
    font-size: 2.6666666667vw;
  }
}
.pre-inc .p-top-concept__bg {
  position: absolute;
  top: max(-9.5138888889vw, -137px);
  left: max(-10.1388888889vw, -146px);
  z-index: -1;
  width: min(80.0694444444vw, 1153px);
  aspect-ratio: 1153/769;
}
@media (max-width: 767px) {
  .pre-inc .p-top-concept__bg {
    top: 13.3333333333vw;
    left: -21.3333333333vw;
    width: 157.8666666667vw;
  }
}
.pre-inc .p-top-concept.is-active {
  animation: concept_fade-in 0.6s ease-out forwards;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span {
  animation: concept_title_fade-up 0.3s ease-out forwards;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(1) {
  animation-delay: 0.06s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(2) {
  animation-delay: 0.12s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(3) {
  animation-delay: 0.18s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(4) {
  animation-delay: 0.24s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(5) {
  animation-delay: 0.3s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(6) {
  animation-delay: 0.36s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(7) {
  animation-delay: 0.42s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(8) {
  animation-delay: 0.48s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(9) {
  animation-delay: 0.54s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(10) {
  animation-delay: 0.6s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(11) {
  animation-delay: 0.66s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(12) {
  animation-delay: 0.72s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(13) {
  animation-delay: 0.78s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(14) {
  animation-delay: 0.84s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(15) {
  animation-delay: 0.9s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(16) {
  animation-delay: 0.96s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__title span:nth-of-type(17) {
  animation-delay: 1.02s;
}
.pre-inc .p-top-concept.is-active .p-top-concept__copy {
  animation: concept_fade-up 0.4s ease-out 1.26s forwards;
}
.pre-inc .p-top-concept.is-active .p-top-concept__text {
  animation: concept_fade-up 0.4s ease-out 1.56s forwards;
}
.pre-inc .p-top-concept.is-active .p-top-concept__img {
  animation: concept_fade-in 0.6s ease-out 1.86s forwards;
}
@keyframes concept_fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes concept_title_fade-up {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes concept_fade-up {
  0% {
    opacity: 0;
    transform: translateY(15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes concept_fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pre-inc .p-top-entry {
  overflow: hidden;
  position: relative;
}
.pre-inc .p-top-entry.--01 {
  color: #fff;
  background: url(../images/top/entry_bg01_pc.jpg) center/cover;
}
@media (max-width: 767px) {
  .pre-inc .p-top-entry.--01 {
    background: url(../images/top/entry_bg01_sp.jpg) center/cover;
  }
}
.pre-inc .p-top-entry.--02 {
  color: #0A267B;
  background: url(../images/top/entry_bg02_pc.jpg) center/cover;
}
@media (max-width: 767px) {
  .pre-inc .p-top-entry.--02 {
    background: url(../images/top/entry_bg02_sp.jpg) center/cover;
  }
}
.pre-inc .p-top-entry__inner {
  padding: min(9.7222222222vw, 140px) 0;
  min-height: min(34.7222222222vw, 500px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-entry__inner {
    padding: 16vw 0;
    min-height: 106.6666666667vw;
  }
}
.pre-inc .p-top-entry__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pre-inc .p-top-entry__title {
  font-family: "Aboreto", system-ui;
  font-size: min(3.4722222222vw, 50px);
  font-weight: normal;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .pre-inc .p-top-entry__title {
    font-size: 8vw;
  }
}
.pre-inc .p-top-entry__lead {
  margin-top: min(0.4166666667vw, 6px);
  font-size: min(1.5277777778vw, 22px);
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pre-inc .p-top-entry__lead {
    margin-top: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.pre-inc .p-top-entry__lead sup {
  font-size: 0.5em;
  margin-left: -1em;
  vertical-align: top;
}
.pre-inc .p-top-entry__button {
  margin-top: min(1.5277777778vw, 22px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-entry__button {
    margin-top: 5.3333333333vw;
  }
}
.pre-inc .p-top-entry__marquee {
  position: absolute;
  bottom: max(-1.3888888889vw, -20px);
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  font-family: "Aboreto", system-ui;
  font-size: min(6.9444444444vw, 100px);
  line-height: 1.2;
  opacity: 0.4;
  color: #fff;
}
@media (max-width: 767px) {
  .pre-inc .p-top-entry__marquee {
    bottom: -4.2666666667vw;
    font-size: 26.6666666667vw;
  }
}
.pre-inc .p-top-entry__marquee span {
  padding-right: 0.25em;
  animation: entry_marquee 80s linear infinite;
}
.pre-inc .p-top-entry__marquee sup {
  font-size: 0.15em;
  vertical-align: top;
}
.pre-inc .p-top-entry__caption {
  position: absolute;
  z-index: 0;
  top: 1em;
  right: 1em;
  font-size: min(0.7638888889vw, 11px);
  color: #fff;
}
@media (max-width: 767px) {
  .pre-inc .p-top-entry__caption {
    font-size: 2.6666666667vw;
  }
}
@keyframes entry_marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pre-inc .p-top-location {
  overflow: hidden;
  margin: min(6.9444444444vw, 100px) 0;
}
@media (max-width: 767px) {
  .pre-inc .p-top-location {
    margin: 16vw 0;
  }
}
.pre-inc .p-top-location__title, .pre-inc .p-top-plan__title {
  font-family: "Aboreto", system-ui;
  font-size: min(3.3333333333vw, 48px);
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: #0A267B;
}
@media (max-width: 767px) {
  .pre-inc .p-top-location__title, .pre-inc .p-top-plan__title {
    font-size: 8vw;
    text-align: left;
  }
}
.pre-inc .p-top-location__lead, .pre-inc .p-top-plan__lead {
  font-size: min(1.5277777778vw, 22px);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 767px) {
  .pre-inc .p-top-location__lead, .pre-inc .p-top-plan__lead {
    font-size: 4.8vw;
    text-align: left;
  }
}
.pre-inc .p-top-location-area {
  position: absolute;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(11.4583333333vw, 165px);
  padding: min(1.3888888889vw, 20px) min(2.3611111111vw, 34px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-location-area {
    min-height: auto;
    padding: 0;
    color: #fff !important;
    background: none !important;
  }
}
.pre-inc .p-top-location-area__title {
  font-family: "Aboreto", system-ui;
  font-size: min(2.7777777778vw, 40px);
  font-weight: normal;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .pre-inc .p-top-location-area__title {
    font-size: 6.4vw;
    text-shadow: 0 0 3.7333333333vw #000, 0 0 3.4666666667vw #000;
  }
}
.pre-inc .p-top-location-area__text {
  font-size: min(1.3888888889vw, 20px);
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .pre-inc .p-top-location-area__text {
    font-size: 3.4666666667vw;
    text-shadow: 0 0 3.7333333333vw #000, 0 0 3.4666666667vw #000;
  }
}
.pre-inc .p-top-location-area__text sup {
  font-size: 0.5em;
  vertical-align: top;
  margin-left: -1em;
}
.pre-inc .p-top-location__slider {
  position: relative;
  z-index: 0;
  margin-top: min(3.4722222222vw, 50px);
  margin-inline: calc(50% - 50vw);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .pre-inc .p-top-location__slider {
    margin-top: 5.3333333333vw;
  }
}
.pre-inc .p-top-location__slider-wrapper {
  display: grid;
  grid-template-columns: min(26.9444444444vw, 388px) repeat(4, min(18.0555555556vw, 260px));
  grid-template-rows: repeat(2, min(17.5vw, 252px));
  gap: min(1.1111111111vw, 16px);
  padding-right: min(1.1111111111vw, 16px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-location__slider-wrapper {
    grid-template-columns: 51.7333333333vw repeat(4, 34.6666666667vw);
    grid-template-rows: repeat(2, 33.3333333333vw);
    gap: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}
.pre-inc .p-top-location__slider.--01 .p-top-location-area {
  top: min(2.0833333333vw, 30px);
  left: min(2.0833333333vw, 30px);
  color: #fff;
  background: rgba(10, 38, 123, 0.8);
}
@media (max-width: 767px) {
  .pre-inc .p-top-location__slider.--01 .p-top-location-area {
    top: 4vw;
    left: 2.1333333333vw;
  }
}
.pre-inc .p-top-location__slider.--01 .p-top-location__slider-wrapper {
  animation: location_slider01_loop 30s linear infinite;
}
.pre-inc .p-top-location__slider.--02 {
  margin-top: min(5.2083333333vw, 75px);
  flex-direction: row;
}
@media (max-width: 767px) {
  .pre-inc .p-top-location__slider.--02 {
    margin-top: 17.3333333333vw;
  }
}
.pre-inc .p-top-location__slider.--02 .p-top-location-area {
  right: min(2.0833333333vw, 30px);
  bottom: min(2.0833333333vw, 30px);
  color: #0A267B;
  background: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .pre-inc .p-top-location__slider.--02 .p-top-location-area {
    right: 0.5333333333vw;
    bottom: 2.6666666667vw;
  }
}
.pre-inc .p-top-location__slider.--02 .p-top-location__slide:nth-child(5) {
  grid-column: span 2;
}
.pre-inc .p-top-location__slider.--02 .p-top-location__slider-wrapper {
  animation: location_slider02_loop 30s linear infinite;
}
.pre-inc .p-top-location__slide {
  position: relative;
  grid-row: span 2;
}
.pre-inc .p-top-location__slide:nth-child(3) {
  grid-column: 3/4;
  grid-row: 1/2;
}
.pre-inc .p-top-location__slide:nth-child(3) span {
  position: absolute;
  bottom: 1em;
  left: 1em;
  color: #fff;
}
.pre-inc .p-top-location__slide:nth-child(4) {
  grid-column: 3/4;
  grid-row: 2/3;
}
.pre-inc .p-top-location__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pre-inc .p-top-location__slide span {
  display: block;
  margin-top: min(0.5555555556vw, 8px);
  font-size: min(0.7638888889vw, 11px);
  line-height: 1.5;
}
@media (max-width: 767px) {
  .pre-inc .p-top-location__slide span {
    margin-top: 0.8vw;
    font-size: 2.4vw;
  }
}
.pre-inc .p-top-location__button, .pre-inc .p-top-plan__button {
  width: fit-content;
  margin: min(6.9444444444vw, 100px) auto 0;
}
@media (max-width: 767px) {
  .pre-inc .p-top-location__button, .pre-inc .p-top-plan__button {
    margin: 16vw auto 0;
  }
}
@keyframes location_slider01_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes location_slider02_loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.pre-inc .p-top-plan {
  margin: min(6.9444444444vw, 100px) 0;
}
@media (max-width: 767px) {
  .pre-inc .p-top-plan {
    margin: 16vw 0;
  }
}
.pre-inc .p-top-plan__list {
  position: relative;
  margin-top: min(3.4722222222vw, 50px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-plan__list {
    margin-top: 5.3333333333vw;
    rotate: 7deg;
  }
}
.pre-inc .p-top-plan__list .swiper-wrapper {
  display: flex;
  gap: min(2.2222222222vw, 32px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-plan__list .swiper-wrapper {
    gap: 0;
  }
}
.pre-inc .p-top-plan__list .swiper-slide {
  width: calc((100% - min(2.2222222222vw, 32px)) / 2);
}
@media (max-width: 767px) {
  .pre-inc .p-top-plan__list .swiper-slide {
    width: 78.1333333333vw;
  }
}
.pre-inc .p-top-plan__cover {
  display: none;
}
@media (max-width: 767px) {
  .pre-inc .p-top-plan__cover {
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 78.1333333333vw;
    transform: rotate(-7deg) translateX(-5%) scale(1);
  }
}
@media (max-width: 767px) {
  .pre-inc .p-top-plan__list[data-scroll-anima=true] {
    animation: plan_list_rotate 0.3s ease 1.3s forwards;
  }
  .pre-inc .p-top-plan__list[data-scroll-anima=true] .p-top-plan__cover {
    animation: plan_cover_rotate-out 0.6s ease 1.3s forwards;
  }
}
.pre-inc .p-top-plan-card {
  padding: min(2.7777777778vw, 40px) min(2.4305555556vw, 35px) min(2.0833333333vw, 30px);
  border: 1px solid rgba(153, 153, 153, 0.5);
  color: var(--text-color);
  background: var(--bg-color);
}
@media (max-width: 767px) {
  .pre-inc .p-top-plan-card {
    padding: 4.5333333333vw 3.4666666667vw 2.6666666667vw;
  }
}
.pre-inc .p-top-plan-card.--D-type {
  --main-color: #B3A285;
  --text-color: #222;
  --bg-color: #fff;
}
.pre-inc .p-top-plan-card.--C-type {
  --main-color: #fff;
  --text-color: #fff;
  --bg-color: #555;
}
.pre-inc .p-top-plan-card__title {
  padding: min(0.3472222222vw, 5px) min(2.4305555556vw, 35px);
  margin-inline: max(-2.4305555556vw, -35px);
  font-family: "Aboreto", system-ui;
  font-size: min(2.7777777778vw, 40px);
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  color: var(--bg-color);
  background: var(--main-color);
}
@media (max-width: 767px) {
  .pre-inc .p-top-plan-card__title {
    padding: 0.5333333333vw 3.4666666667vw 0;
    margin-inline: -3.4666666667vw;
    font-size: 8vw;
  }
}
.pre-inc .p-top-plan-card__text {
  margin-top: min(1.1111111111vw, 16px);
  font-size: min(1.25vw, 18px);
  line-height: 1.6;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 767px) {
  .pre-inc .p-top-plan-card__text {
    width: fit-content;
    margin-inline: auto;
    margin-top: 1.8666666667vw;
    font-size: 3.4666666667vw;
    text-align-last: left;
  }
}
.pre-inc .p-top-plan-card__img {
  width: min(25.2083333333vw, 363px);
  height: min(27.7777777778vw, 400px);
  margin: min(2.5vw, 36px) auto min(2.0833333333vw, 30px);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .pre-inc .p-top-plan-card__img {
    width: 63.2vw;
    height: 66.1333333333vw;
    margin: 2.6666666667vw auto 0;
  }
}
.pre-inc .p-top-plan-card__img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 767px) {
  .pre-inc .p-top-plan-card__data img {
    width: auto;
    margin-top: 0;
    height: 20.2666666667vw;
  }
}
.pre-inc .p-top-plan__button {
  margin: min(4.1666666667vw, 60px) auto 0;
}
@media (max-width: 767px) {
  .pre-inc .p-top-plan__button {
    margin: 8vw auto 0;
  }
}
@keyframes plan_list_rotate {
  0% {
    rotate: 7deg;
  }
  100% {
    rotate: 0deg;
  }
}
@keyframes plan_cover_rotate-out {
  0% {
    transform: rotate(-7deg) translateX(-4%) scale(1);
  }
  50% {
    transform: rotate(14deg) translateX(50%) scale(0.75);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    z-index: -1;
    transform: rotate(0deg) translateX(0) scale(1);
  }
}
.pre-inc .p-top-design {
  position: relative;
  z-index: 0;
}
@media (max-width: 767px) {
  .pre-inc .p-top-design {
    margin-bottom: 37.3333333333vw;
  }
}
.pre-inc .p-top-design__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: min(52.7777777778vw, 760px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-design__inner {
    min-height: 124.8vw;
  }
}
.pre-inc .p-top-design__content {
  padding: min(3.8194444444vw, 55px) min(5.2083333333vw, 75px) min(3.125vw, 45px);
  color: #fff;
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(min(0.6944444444vw, 10px));
}
@media (max-width: 767px) {
  .pre-inc .p-top-design__content {
    display: contents;
  }
}
@media (max-width: 767px) {
  .pre-inc .p-top-design__titleBlock {
    position: absolute;
    top: 8vw;
    left: 4.5333333333vw;
  }
}
.pre-inc .p-top-design__title {
  font-family: "Aboreto", system-ui;
  font-size: min(3.3333333333vw, 48px);
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 767px) {
  .pre-inc .p-top-design__title {
    font-size: 8vw;
    text-align: left;
  }
}
.pre-inc .p-top-design__lead {
  margin-top: min(0.3472222222vw, 5px);
  font-size: min(1.6666666667vw, 24px);
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
}
@media (max-width: 767px) {
  .pre-inc .p-top-design__lead {
    font-size: 4.8vw;
    text-align: left;
  }
}
.pre-inc .p-top-design__lead sup {
  font-size: 0.5em;
  vertical-align: top;
  margin-left: -1em;
}
.pre-inc .p-top-design__button {
  margin-top: min(2.0833333333vw, 30px);
}
@media (max-width: 767px) {
  .pre-inc .p-top-design__button {
    position: absolute;
    bottom: -24vw;
    left: 50%;
    translate: -50% 0;
  }
}
.pre-inc .p-top-design__button .p-top-button--disabled {
  background: #fff;
}
@media (max-width: 767px) {
  .pre-inc .p-top-design__button .p-top-button--disabled {
    background: #cecece;
  }
}
.pre-inc .p-top-design__bg {
  position: absolute;
  z-index: -1;
  inset: 0;
}
.pre-inc .p-top-design__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  user-select: none;
  pointer-events: none;
}
.pre-inc .p-top-design__bg span {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: min(0.7638888889vw, 11px);
  color: #fff;
  text-shadow: 0 0 1em #000, 0 0 1em #000;
}
@media (max-width: 767px) {
  .pre-inc .p-top-design__bg span {
    font-size: 2.6666666667vw;
  }
}
.pre-inc .bunner_property {
  width: 90%;
  max-width: 900px;
  margin: 30px auto 30px;
}/*# sourceMappingURL=top.css.map */