@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400..800&display=swap");
.pre-inc sup {
  font-size: 10px;
  color: #000;
  vertical-align: top;
  letter-spacing: 0;
}
.pre-inc .page_wrapp {
  width: 100%;
  overflow: hidden;
  font-family: YakuHanMP, "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.pre-inc .container {
  width: 90%;
  max-width: 880px;
  margin-inline: auto;
}
.pre-inc #header {
  background: #fff;
}
.pre-inc .main-contents {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  .pre-inc .main-contents {
    padding-top: 0px;
  }
}
.pre-inc .mv {
  height: 41.09375vw;
}
@media screen and (max-width: 768px) {
  .pre-inc .mv {
    height: 155.1428571429vw;
  }
}
.pre-inc .mv-grid {
  height: 100%;
  display: grid;
  grid-template-columns: 16.953125vw 29.6875vw 15.234375vw 14.453125vw 23.671875vw;
  grid-template-rows: 12.1875vw 12.96875vw 15.9375vw;
  pointer-events: none;
  user-select: none;
}
@media screen and (max-width: 768px) {
  .pre-inc .mv-grid {
    grid-template-columns: 31.4285714286vw 30vw 38.5714285714vw;
    grid-template-rows: 25.2857142857vw 26.7142857143vw 42.1428571429vw 28.1428571429vw 32.8571428571vw;
  }
}
.pre-inc .mv-grid__img {
  overflow: hidden;
  position: relative;
  opacity: 0;
  transition: opacity 1s;
}
.pre-inc .mv-grid__img:nth-child(2) {
  grid-column: 1/2;
  grid-row: 2/3;
}
.pre-inc .mv-grid__img:nth-child(3) {
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .pre-inc .mv-grid__img:nth-child(3) {
    grid-column: 2/4;
  }
}
.pre-inc .mv-grid__img:nth-child(4) {
  grid-column: 3/5;
  grid-row: 1/3;
}
@media screen and (max-width: 768px) {
  .pre-inc .mv-grid__img:nth-child(4) {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
.pre-inc .mv-grid__img:nth-child(5) {
  grid-column: 5/6;
  grid-row: 1/4;
}
@media screen and (max-width: 768px) {
  .pre-inc .mv-grid__img:nth-child(5) {
    grid-column: 3/4;
    grid-row: 3/5;
  }
}
.pre-inc .mv-grid__img:nth-child(6) {
  grid-column: 1/3;
  grid-row: 3/4;
}
@media screen and (max-width: 768px) {
  .pre-inc .mv-grid__img:nth-child(6) {
    grid-column: 1/4;
    grid-row: 5/6;
    order: 8;
  }
}
.pre-inc .mv-grid__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(2) blur(16px);
  transition: filter 1s;
}
.pre-inc .mv-grid__img.is-active {
  opacity: 1;
}
.pre-inc .mv-grid__img.is-active img {
  filter: brightness(1) blur(0);
}
.pre-inc .mv-grid__img span {
  position: absolute;
  bottom: 1em;
  left: 1em;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #fff;
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
@media screen and (max-width: 768px) {
  .pre-inc .mv-grid__img span {
    bottom: 0.5em;
    left: 0.5em;
    font-size: 1.8571428571vw;
  }
}
.pre-inc .features {
  margin-inline: calc(50% - 50vw);
  padding: min(4.6875vw, 60px) calc(50vw - 50%);
  background: url(../images/top_re2/features_bg_pc.jpg) center bottom/cover;
}
@media screen and (max-width: 768px) {
  .pre-inc .features {
    padding: 5.7142857143vw calc(50vw - 50%);
    background: url(../images/top_re2/features_bg_sp.jpg) center bottom/cover;
  }
}
.pre-inc .features__copy {
  font-size: min(2.734375vw, 35px);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-align: center;
  color: #9e1c44;
}
@media screen and (max-width: 768px) {
  .pre-inc .features__copy {
    font-size: 7.4285714286vw;
    line-height: 1.3;
    letter-spacing: 0;
  }
}
.pre-inc .features__copy sup {
  margin-left: max(-2.734375vw, -35px);
}
@media screen and (max-width: 768px) {
  .pre-inc .features__copy sup {
    margin-left: -5vw;
  }
}
.pre-inc .features__text {
  margin-top: min(3.90625vw, 50px);
}
@media screen and (max-width: 768px) {
  .pre-inc .features__text {
    margin-top: 5.7142857143vw;
  }
}
.pre-inc .cta {
  padding: min(5.46875vw, 70px) 0;
}
@media screen and (max-width: 768px) {
  .pre-inc .cta {
    padding: 10vw 0;
  }
}
.pre-inc .cta__title {
  font-size: min(4.6875vw, 60px);
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1;
  text-align: center;
  color: #9e1c44;
}
@media screen and (max-width: 768px) {
  .pre-inc .cta__title {
    font-size: 10vw;
    letter-spacing: 0.055em;
  }
}
.pre-inc .cta__title + * {
  margin-top: min(2.734375vw, 35px);
}
@media screen and (max-width: 768px) {
  .pre-inc .cta__title + * {
    margin-top: 3.5714285714vw;
  }
}
.pre-inc .cta__buttons {
  display: flex;
  justify-content: center;
  gap: min(0.78125vw, 10px);
}
@media screen and (max-width: 768px) {
  .pre-inc .cta__buttons {
    flex-direction: column;
    align-items: center;
    gap: 1.4285714286vw;
  }
}
.pre-inc .cta__button {
  min-width: min(29.453125vw, 377px);
  padding: min(0.703125vw, 9px) 1em min(0.9375vw, 12px);
  font-size: min(0.9375vw, 12px);
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .pre-inc .cta__button {
    width: 100%;
    min-width: auto;
    max-width: 85.2857142857vw;
    padding: 2.2857142857vw 1em;
    font-size: 2.8571428571vw;
  }
}
.pre-inc .cta__button span {
  display: block;
  font-family: "EB Garamond", serif;
  font-size: min(2.1875vw, 28px);
  line-height: 1.25;
  font-weight: normal;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .pre-inc .cta__button span {
    font-size: 6.2857142857vw;
  }
}
.pre-inc .cta__button--entry {
  background: #9e1c44;
}
.pre-inc .cta__button--reserve {
  background: #b2ab71;
}
.pre-inc .section-wrap {
  margin-inline: calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  background: url(../images/top_re2/section_bg.jpg) center/100% 100%;
}
.pre-inc .section {
  padding: min(7.8125vw, 100px) 0;
}
@media screen and (max-width: 768px) {
  .pre-inc .section {
    padding: 14.2857142857vw 0;
  }
}
.pre-inc .section + section {
  border-top: 1px solid rgba(158, 28, 68, 0.5);
}
.pre-inc .section__title {
  font-family: "EB Garamond", serif;
  font-size: min(4.296875vw, 55px);
  font-weight: normal;
  letter-spacing: 0.12em;
  line-height: 1;
  text-align: center;
  color: #9e1c44;
}
@media screen and (max-width: 768px) {
  .pre-inc .section__title {
    font-size: 10.1428571429vw;
  }
}
.pre-inc .section__lead {
  margin-top: 1em;
  font-size: min(2.578125vw, 33px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-inc .section__lead {
    font-size: 6.1428571429vw;
  }
}
.pre-inc .access__text {
  width: min(54.140625vw, 693px);
  margin: min(3.125vw, 40px) auto 0;
}
@media screen and (max-width: 768px) {
  .pre-inc .access__text {
    width: 100%;
    margin-top: 8.5714285714vw;
  }
}
.pre-inc .access__map {
  width: min(33.59375vw, 430px);
  margin: min(3.90625vw, 50px) auto 0;
}
@media screen and (max-width: 768px) {
  .pre-inc .access__map {
    width: 80vw;
    margin: 5.7142857143vw auto 0;
  }
}
.pre-inc .access__caption {
  margin-top: 1em;
  font-size: 10px;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: right;
}
.pre-inc .access-card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(0.390625vw, 5px);
  margin-top: min(2.734375vw, 35px);
}
@media screen and (max-width: 768px) {
  .pre-inc .access-card-list {
    grid-template-columns: 1fr 1fr;
    gap: 1.4285714286vw;
    margin-top: 8.5714285714vw;
  }
}
.pre-inc .access-card {
  position: relative;
  aspect-ratio: 215/196;
  cursor: pointer;
  transition: opacity 0.2s;
}
.pre-inc .access-card img.front,
.pre-inc .access-card img.back {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-in;
}
.pre-inc .access-card.is-front img.front {
  transform: rotateY(0);
  transition-delay: 0.2s;
}
.pre-inc .access-card.is-front img.back {
  transform: rotateY(-90deg);
}
.pre-inc .access-card.is-back {
  opacity: 1 !important;
}
.pre-inc .access-card.is-back img.front {
  transform: rotateY(90deg);
}
.pre-inc .access-card.is-back img.back {
  transform: rotateY(0);
  transition-delay: 0.2s;
}
.pre-inc .access-card:hover {
  opacity: 0.7;
}
.pre-inc .location__map {
  position: relative;
  width: min(58.203125vw, 745px);
  margin: min(5.078125vw, 65px) auto 0;
  clip-path: circle(8.5% at 51% 50%);
  transition: clip-path 3s;
}
@media screen and (max-width: 768px) {
  .pre-inc .location__map {
    width: 100%;
    margin: 9.2857142857vw auto 0;
  }
}
.pre-inc .location__map.js-inview.on {
  clip-path: circle(100% at 51% 50%);
}
.pre-inc .location__banner {
  margin: min(5.46875vw, 70px) auto 0;
}
@media screen and (max-width: 768px) {
  .pre-inc .location__banner {
    margin: 10vw auto 0;
  }
}
.pre-inc .location__banner a {
  display: block;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.pre-inc .location-spot {
  display: flex;
  gap: min(1.796875vw, 23px);
  margin-top: min(4.6875vw, 60px);
}
@media screen and (max-width: 768px) {
  .pre-inc .location-spot {
    flex-direction: column !important;
    gap: 4.2857142857vw;
    margin-top: 5.7142857143vw;
  }
}
.pre-inc .location-spot.--reverse {
  flex-direction: row-reverse;
}
.pre-inc .location-spot + .location-spot {
  margin-top: min(2.34375vw, 30px);
}
@media screen and (max-width: 768px) {
  .pre-inc .location-spot + .location-spot {
    margin-top: 12.8571428571vw;
  }
}
.pre-inc .location-spot__mainImg {
  overflow: hidden;
  flex-shrink: 0;
  width: min(37.8125vw, 484px);
}
@media screen and (max-width: 768px) {
  .pre-inc .location-spot__mainImg {
    width: 100%;
  }
  .pre-inc .location-spot__mainImg img {
    aspect-ratio: 640/504;
    object-fit: cover;
  }
}
.pre-inc .location-spot__body {
  display: flex;
  flex-direction: column;
}
.pre-inc .location-spot__heading {
  padding: min(1.25vw, 16px) 0;
  font-size: min(2.265625vw, 29px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .pre-inc .location-spot__heading {
    padding: 3.5714285714vw;
    font-size: 5.2857142857vw;
    text-align: center;
  }
}
.pre-inc .location-spot__access {
  font-size: min(3.203125vw, 41px);
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pre-inc .location-spot__access {
    font-size: 7.5714285714vw;
    text-align: center;
  }
}
.pre-inc .location-spot__access strong {
  font-family: "EB Garamond", serif;
  font-size: min(6.71875vw, 86px);
  font-weight: normal;
  color: #9e1c44;
}
@media screen and (max-width: 768px) {
  .pre-inc .location-spot__access strong {
    font-size: 15.8571428571vw;
  }
}
.pre-inc .location-spot__access span {
  font-size: 10px;
}
.pre-inc .location-spot__text {
  margin-top: 1em;
  font-size: min(1.171875vw, 15px);
  letter-spacing: -0.06em;
  line-height: 1.75;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .pre-inc .location-spot__text {
    font-size: 3.7142857143vw;
  }
}
.pre-inc .location-spot__subImg {
  overflow: hidden;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .pre-inc .location-spot__subImg img {
    aspect-ratio: 640/256;
    object-fit: cover;
  }
}
.pre-inc .location-slider {
  margin: min(4.296875vw, 55px) calc(50% - 50vw) 0;
}
@media screen and (max-width: 768px) {
  .pre-inc .location-slider {
    margin: 10.7142857143vw calc(50% - 50vw) 0;
  }
}
.pre-inc .location-slider .swiper-slide {
  width: min(23.515625vw, 301px);
}
@media screen and (max-width: 768px) {
  .pre-inc .location-slider .swiper-slide {
    width: 55.8571428571vw;
  }
}
.pre-inc .location-slider .swiper-button-prev,
.pre-inc .location-slider .swiper-button-next {
  top: min(8.984375vw, 115px);
}
@media screen and (max-width: 768px) {
  .pre-inc .location-slider .swiper-button-prev,
  .pre-inc .location-slider .swiper-button-next {
    top: 21.4285714286vw;
  }
}
.pre-inc .location-slider .swiper-button-prev::before,
.pre-inc .location-slider .swiper-button-next::before {
  content: "";
  width: 60%;
  height: 60%;
}
.pre-inc .location-slider .swiper-button-prev svg,
.pre-inc .location-slider .swiper-button-next svg {
  display: none;
}
.pre-inc .location-slider .swiper-button-prev:hover::before,
.pre-inc .location-slider .swiper-button-next:hover::before {
  border-color: #000;
}
.pre-inc .location-slider .swiper-button-prev {
  left: calc(50% - min(11.71875vw, 150px) - 52px);
}
@media screen and (max-width: 768px) {
  .pre-inc .location-slider .swiper-button-prev {
    left: calc(50% - 27.8571428571vw - 52px);
  }
}
.pre-inc .location-slider .swiper-button-prev::before {
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  border-left: 1px solid rgba(0, 0, 0, 0.7);
  rotate: -45deg;
  translate: 25% 0;
}
.pre-inc .location-slider .swiper-button-next {
  right: calc(50% - min(11.71875vw, 150px) - 52px);
}
@media screen and (max-width: 768px) {
  .pre-inc .location-slider .swiper-button-next {
    right: calc(50% - 27.8571428571vw - 52px);
  }
}
.pre-inc .location-slider .swiper-button-next::before {
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  border-right: 1px solid rgba(0, 0, 0, 0.7);
  rotate: 45deg;
  translate: -25% 0;
}
.pre-inc .location-slide__title {
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 2.5em;
  font-size: min(1.5625vw, 20px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-inc .location-slide__title {
    font-size: 3.7142857143vw;
  }
}
.pre-inc .location-slide__access {
  font-size: min(2.1875vw, 28px);
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-inc .location-slide__access {
    font-size: 5.2857142857vw;
  }
}
.pre-inc .location-slide__access strong {
  margin-right: 0.12em;
  font-family: "EB Garamond", serif;
  font-size: min(5.546875vw, 71px);
  font-weight: normal;
  line-height: 1;
  letter-spacing: -0.06em;
  color: #9e1c44;
}
@media screen and (max-width: 768px) {
  .pre-inc .location-slide__access strong {
    font-size: 13.1428571429vw;
  }
}
.pre-inc .location-slide__access span {
  display: block;
  font-size: 10px;
  letter-spacing: 0.06em;
}
.pre-inc .design__img {
  overflow: hidden;
  position: relative;
  margin: min(4.6875vw, 60px) auto 0;
}
@media screen and (max-width: 768px) {
  .pre-inc .design__img {
    margin: 5.7142857143vw calc(50% - 50vw) 0;
  }
}
.pre-inc .design__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pre-inc .design__img span {
  position: absolute;
  right: 1em;
  bottom: 1em;
  font-size: 10px;
  letter-spacing: 0.04em;
  color: #fff;
}
.pre-inc .design-service {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(2.734375vw, 35px);
  margin: min(3.125vw, 40px) auto 0;
  padding: min(1.5625vw, 20px) min(2.34375vw, 30px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pre-inc .design-service {
    gap: 3.5714285714vw;
    margin: 3.5714285714vw auto 0;
    padding: 3.5714285714vw 2.1428571429vw;
  }
}
.pre-inc .design-service__item {
  position: relative;
}
.pre-inc .design-service__item:not(:first-child)::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: max(-1.40625vw, -18px);
  content: "";
  width: 1px;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .pre-inc .design-service__item:not(:first-child)::before {
    left: -1.8571428571vw;
  }
}
.pre-inc .design-service__title {
  min-height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(1.875vw, 24px);
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-inc .design-service__title {
    min-height: 3.75em;
    font-size: 3.8571428571vw;
  }
}
.pre-inc .design-service__img {
  margin-top: min(0.78125vw, 10px);
}
@media screen and (max-width: 768px) {
  .pre-inc .design-service__img {
    margin-top: 2.8571428571vw;
  }
  .pre-inc .design-service__img img {
    aspect-ratio: 183/139;
    object-fit: cover;
  }
}
.pre-inc .design-service__img span {
  display: block;
  font-size: 10px;
  text-align: right;
}
.pre-inc .plan__img {
  width: min(57.5vw, 736px);
  margin: min(3.125vw, 40px) auto 0;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .pre-inc .plan__img {
    width: auto;
    margin: 5.7142857143vw calc(50% - 50vw) 0;
  }
}
.pre-inc .plan__heading {
  width: min(38.515625vw, 493px);
  margin: min(3.515625vw, 45px) auto 0;
}
@media screen and (max-width: 768px) {
  .pre-inc .plan__heading {
    width: 100%;
    margin: vw-ps(40) auto 0;
  }
}
.pre-inc .plan-merit-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(0.78125vw, 10px);
  margin-top: min(2.34375vw, 30px);
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-merit-list {
    grid-template-columns: auto;
    gap: 5.7142857143vw;
    margin-top: 2.8571428571vw;
  }
}
.pre-inc .plan-card-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(1.953125vw, 25px);
  margin-top: min(3.515625vw, 45px);
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-card-list {
    grid-template-columns: auto;
    gap: 4.2857142857vw;
    margin-top: 10vw;
  }
}
.pre-inc .plan__caption {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: min(5.078125vw, 65px);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .pre-inc .plan__caption {
    flex-direction: column;
    text-align: center;
    gap: 1em;
    margin-top: 7.1428571429vw;
  }
}
.pre-inc .plan__caption img {
  width: auto;
  height: 9px;
}
.pre-inc .plan-merit {
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-merit {
    flex-direction: row;
  }
}
.pre-inc .plan-merit:not(:first-child) {
  position: relative;
}
.pre-inc .plan-merit:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: max(-0.390625vw, -5px);
  bottom: 0;
  content: "";
  width: 1px;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-merit:not(:first-child)::before {
    top: -2.8571428571vw;
    left: 0;
    right: 0;
    bottom: initial;
    width: 100%;
    height: 1px;
  }
}
.pre-inc .plan-merit__body {
  flex-grow: 1;
  padding: min(1.953125vw, 25px) 0;
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-merit__body {
    width: 50%;
    padding: 3.5714285714vw 0;
  }
}
.pre-inc .plan-merit__index {
  font-size: min(1.25vw, 16px);
  text-align: center;
  color: #9e1c44;
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-merit__index {
    font-size: 3.2857142857vw;
  }
}
.pre-inc .plan-merit__title {
  margin-top: 0.5em;
  font-size: min(1.875vw, 24px);
  font-weight: 600;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-merit__title {
    font-size: 3.8571428571vw;
  }
}
.pre-inc .plan-merit__text {
  margin-top: 0.5em;
  font-size: min(1.015625vw, 13px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-merit__text {
    font-size: 2.2857142857vw;
  }
}
.pre-inc .plan-merit__img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-merit__img {
    width: 50%;
  }
}
.pre-inc .plan-merit__img img {
  height: 100%;
  object-fit: cover;
}
.pre-inc .plan-merit__img span {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  font-size: 10px;
  letter-spacing: 0.04em;
}
.pre-inc .plan-card {
  display: flex;
  flex-direction: column;
  gap: min(1.953125vw, 25px);
  padding: min(3.90625vw, 50px) min(2.734375vw, 35px) min(2.34375vw, 30px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-card {
    gap: 5vw;
    padding: 11.4285714286vw 8.5714285714vw 5.7142857143vw;
  }
}
.pre-inc .plan-card__data {
  height: min(14.21875vw, 182px);
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-card__data {
    height: 39vw;
  }
}
.pre-inc .plan-card__data img {
  width: auto;
  height: 100%;
}
.pre-inc .plan-card__spec {
  display: flex;
  flex-direction: column;
  gap: min(0.234375vw, 3px);
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-card__spec {
    gap: 0.4285714286vw;
  }
}
.pre-inc .plan-card__spec li {
  padding: min(0.546875vw, 7px) 0;
  font-size: min(1.40625vw, 18px);
  font-weight: 600;
  letter-spacing: -0.06em;
  text-align: center;
  color: #fff;
  background: #9e1c44;
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-card__spec li {
    padding: 0;
    font-size: 4vw;
  }
}
.pre-inc .plan-card__img {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-inc .plan-card__img.--a img {
  width: min(22.65625vw, 290px);
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-card__img.--a img {
    width: 54.2857142857vw;
  }
}
.pre-inc .plan-card__img.--c img {
  width: min(25.390625vw, 325px);
}
@media screen and (max-width: 768px) {
  .pre-inc .plan-card__img.--c img {
    width: 69.2857142857vw;
  }
}
.pre-inc .quality__content {
  margin-top: min(3.90625vw, 50px);
  padding: min(4.6875vw, 60px);
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pre-inc .quality__content {
    margin-top: 5.7142857143vw;
    padding: 10vw 7.1428571429vw;
  }
}
.pre-inc .quality__text {
  font-size: min(1.640625vw, 21px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .pre-inc .quality__text {
    font-size: 3.8571428571vw;
  }
}
.pre-inc .quality__img {
  margin-top: min(2.34375vw, 30px);
}
@media screen and (max-width: 768px) {
  .pre-inc .quality__img {
    margin-top: 4.2857142857vw;
  }
}
.pre-inc .quality__item:not(:first-child) {
  position: relative;
  margin-top: min(3.90625vw, 50px);
  padding-top: min(3.90625vw, 50px);
}
@media screen and (max-width: 768px) {
  .pre-inc .quality__item:not(:first-child) {
    margin-top: 8.5714285714vw;
    padding-top: 5.7142857143vw;
  }
}
.pre-inc .quality__item:not(:first-child)::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  content: "";
  height: 1px;
  background: rgba(158, 28, 68, 0.5);
}
.pre-inc .quality__item:not(:first-child):nth-child(1) .quality__img {
  margin-right: max(-0.3125vw, -4px);
}
.pre-inc .quality__item:not(:first-child):nth-child(2) .quality__img {
  margin-right: max(-0.078125vw, -1px);
}
.pre-inc .quality__item:not(:first-child):nth-child(3) .quality__img {
  margin-right: max(-1.484375vw, -19px);
}
.pre-inc .banner_guidebook {
  width: 90%;
  max-width: 765px;
  margin: 30px auto;
}
.pre-inc .footnote dl {
  max-width: 1000px;
  margin: 0 auto 1em;
}
.pre-inc .footnote dl dt {
  float: left;
  width: 7em;
  margin-top: 1em;
  margin-right: 1em;
  font-size: 16px;
  font-weight: 600;
  text-align: justify;
  text-align-last: justify;
}
.pre-inc .footnote dl dd {
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-left: 128px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  font-size: 12px;
  line-height: 1.5;
}
.pre-inc .footnote dl dd:last-child {
  border-bottom: none;
}/*# sourceMappingURL=top_re2.css.map */