@charset "UTF-8";
@keyframes blurInY {
  from {
    opacity: 0;
    filter: blur(20px);
    transform: translate3d(0, 10px, 0) scaleX(1.2) skewY(0deg);
  }
  to {
    opacity: 1;
    filter: blur(0);
    transform: none;
  }
}
.blurInY {
  animation-name: blurInY;
}

.plan-last {
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .plan-last {
    max-width: 90%;
    margin: 40px auto 30px;
  }
}

.p-plan-mv {
  background-image: url(../images/plan/mv.jpg);
  background-size: cover;
  aspect-ratio: 16/5;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan-mv {
    background-image: url(../images/plan/mv-sp.jpg);
    height: auto;
    margin-top: 60px;
    aspect-ratio: 768/517;
  }
}
.p-plan-mv h1 {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  margin: 0;
  color: #8E8466;
  transform: translateY(-50%);
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.9), 0 0 20px rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 767px) {
  .p-plan-mv h1 {
    writing-mode: horizontal-tb;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 6vw;
    text-align: center;
    text-shadow: none;
  }
}
.p-plan-mv h1 span {
  white-space: nowrap;
}
.p-plan-mv h1 em {
  font-style: normal;
}
.p-plan-area1 {
  background-image: url(../images/plan/lits-bg.jpg);
  background-size: cover;
  padding: 200px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-plan-area1 {
    padding: 17.5% 0;
    background-image: url(../images/plan/lits-bg-sp.jpg);
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-area1 p.tertiary-heading {
    padding: 0 5%;
  }
}
.p-plan-area1__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 80%;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container {
    width: 100%;
  }
}
.p-plan-area1__container dl {
  margin: 100px 0 180px 0;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container dl {
    margin: 15% 0 20% 0;
  }
}
.p-plan-area1__container dl dt {
  line-height: 2.2;
  margin-bottom: 2em;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container dl dt {
    line-height: 2;
    margin-bottom: 1.5em;
  }
}
.p-plan-area1__container dl dd {
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container dl dd {
    line-height: 2;
  }
}
.p-plan-area1__container ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container ul {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}
.p-plan-area1__container ul li {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container ul li:not(:first-child) {
    margin-top: 32px;
  }
}
.p-plan-area1__container ul li:before, .p-plan-area1__container ul li:after {
  content: "";
  width: 42px;
  height: 42px;
  position: absolute;
}
.p-plan-area1__container ul li:before {
  border-top: 1px solid #8E8466;
  border-left: 1px solid #8E8466;
  left: -7px;
  top: -7px;
}
.p-plan-area1__container ul li:after {
  border-right: 1px solid #8E8466;
  border-bottom: 1px solid #8E8466;
  right: -7px;
  bottom: -7px;
}
.p-plan-area1__container ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: url(../images/plan/link-bg.webp);
  background-size: cover;
  color: #fff;
  width: 447px;
  height: 280px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container ul li a {
    width: 100%;
    height: auto;
    padding: 7.5% 0 10% 0;
  }
}
.p-plan-area1__container ul li a:hover {
  opacity: 0.8;
}
.p-plan-area1__container ul li a span.name {
  font-size: 2.7rem;
  display: block;
  border-bottom: 1px solid #fff;
  width: 80%;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container ul li a span.name {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.p-plan-area1__container ul li a span.place {
  font-size: 3.4rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container ul li a span.place {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
.p-plan-area1__container ul li a em {
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container ul li a em {
    font-size: 1.6rem;
  }
}
.p-plan-area1__container ul li a em span.num1 {
  font-size: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container ul li a em span.num1 {
    font-size: 4rem;
  }
}
.p-plan-area1__container ul li a em span.num2 {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container ul li a em span.num2 {
    font-size: 2.5rem;
  }
}
.p-plan-area1__container ul li .sold {
  pointer-events: none;
}
.p-plan-area1__container ul li .sold:after {
  content: "成約御礼";
  width: 100%;
  height: 100%;
  color: #ffe5a3;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  position: absolute;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.5rem;
  place-content: center;
}
@media screen and (max-width: 767px) {
  .p-plan-area1__container ul li .sold:after {
    margin-top: 9px;
  }
}
.p-plan-detail {
  background-image: url(../images/plan/detail-bg.jpg);
  background-size: cover;
  padding: 160px 0;
}
@media screen and (max-width: 767px) {
  .p-plan-detail {
    padding: 15% 0;
  }
}
.p-plan-detail__container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  row-gap: 80px;
  grid-template: "txt1 . pic" auto "txt2 . pic" auto/40% 5% 55%;
}
@media screen and (max-width: 1200px) {
  .p-plan-detail__container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-plan-detail__container {
    row-gap: 10vw;
  }
}
.p-plan-detail__txt1 {
  grid-area: txt1;
}
.p-plan-detail__txt1 h1 {
  font-weight: 400;
  font-size: 3rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt1 h1 {
    margin-bottom: 5%;
    font-size: 2rem;
  }
}
.p-plan-detail__txt1 h1 span {
  font-size: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt1 h1 span {
    font-size: 5rem;
  }
}
.p-plan-detail__txt1 h2 {
  font-size: 4rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt1 h2 {
    font-size: 2.4rem;
    margin-bottom: 10%;
    letter-spacing: 0.05em;
  }
}
.p-plan-detail__txt1 dl dt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt1 dl dt {
    font-size: 1.5rem;
  }
}
.p-plan-detail__txt1 dl dt span.num1 {
  font-size: 6.8rem;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt1 dl dt span.num1 {
    font-size: 4rem;
  }
}
.p-plan-detail__txt1 dl dt span.num2 {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt1 dl dt span.num2 {
    font-size: 2.5rem;
  }
}
.p-plan-detail__txt1 dl dt em {
  display: block;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt1 dl dt em {
    font-size: 1.2rem;
  }
}
.p-plan-detail__txt1 dl dd {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt1 dl dd {
    font-size: 1.4rem;
  }
}
.p-plan-detail figure {
  grid-area: pic;
  mix-blend-mode: multiply;
}
.p-plan-detail__txt2 {
  grid-area: txt2;
}
.p-plan-detail__txt2 ul:nth-of-type(1) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt2 ul:nth-of-type(1) {
    margin-bottom: 5%;
  }
}
.p-plan-detail__txt2 ul:nth-of-type(1) li {
  display: inline-block;
  font-size: 2.3rem;
  color: #fff;
  background-color: #8E8466;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt2 ul:nth-of-type(1) li {
    font-size: 1.6rem;
    padding: 5px 10px;
  }
}
.p-plan-detail__txt2 ul:nth-of-type(2) li {
  font-size: 1.8rem;
  line-height: 1.3;
  color: #8E8466;
  margin-left: 0.25em;
  text-indent: -0.25em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt2 ul:nth-of-type(2) li {
    font-size: 1.6rem;
  }
}
.p-plan-detail__txt3 {
  border: 1px solid #333;
  font-size: 1.8rem;
  padding: 20px;
  max-width: 380px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt3 {
    font-size: 1.6rem;
  }
}
.p-plan-detail__txt3 .txt3-small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__txt3 .txt3-small {
    font-size: 1.2rem;
  }
}
.p-plan-detail__back {
  margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__back {
    margin-top: 15%;
  }
}
.p-plan-detail__back a {
  display: block;
  width: 90%;
  max-width: 700px;
  background-color: #8E8466;
  color: #fff;
  font-size: 2rem;
  margin: 0 auto;
  padding: 10px;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-plan-detail__back a {
    width: 70%;
    font-size: 1.6rem;
  }
}
.p-plan-detail__back a:hover {
  opacity: 0.8;
}
.p-plan .hanrei {
  margin-top: 32px;
}
.p-plan .hanrei img {
  vertical-align: bottom;
  margin-bottom: 2px;
}
@media screen and (max-width: 767px) {
  .p-plan .hanrei img {
    width: 130px;
  }
}/*# sourceMappingURL=plan.css.map */