@charset "UTF-8";
body {
  padding-top: 0;
}

:root {
  --container-padding: 20px;
  --scroll-speed: 30s;
  --en-title: "Noto Serif JP", serif;
}

.inv-inc {
  overflow: clip;
}
.inv-inc .p-plan sup {
  vertical-align: top;
  font-size: 0.5em;
}
.inv-inc .p-plan {
  /* 記述領域 */
}
.inv-inc .p-plan .block-sectionheading {
  padding: 70px 20px;
  background: #f5f4f0;
}
.inv-inc .p-plan .block-sectionheading .block-titlearea {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .block-sectionheading .block-titlearea {
    padding: 10px 0;
  }
}
.inv-inc .p-plan .block-sectionheading .block-titlearea::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 25px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 242, 81, 0.5) 0%, rgba(255, 242, 81, 0.5) 50%, rgba(125, 204, 243, 0.5) 50%, rgba(125, 204, 243, 0.5) 100%);
  z-index: -1;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 0.3s;
  transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .block-sectionheading .block-titlearea::before {
    width: 20px;
  }
}
.inv-inc .p-plan .block-sectionheading .block-titlearea.is-on::before {
  clip-path: inset(0 0 0 0);
}
.inv-inc .p-plan .block-sectionheading .block-titlearea .title {
  text-align: center;
  line-height: 1;
}
.inv-inc .p-plan .block-sectionheading .block-titlearea .subcopy {
  width: 778px;
  max-width: 100%;
  margin-inline: auto;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .block-sectionheading .block-titlearea .subcopy {
    width: 89vw;
    line-height: 1;
  }
  .inv-inc .p-plan .block-sectionheading .block-titlearea .subcopy img {
    height: auto;
  }
}
.inv-inc .p-plan .block-sectionheading .lead {
  margin-top: 50px;
  line-height: 1.7;
  text-align: center;
  font-size: 37px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .block-sectionheading .lead {
    font-size: 19px;
    letter-spacing: 0;
  }
}
.inv-inc .p-plan .block-sectionheading .body {
  margin-top: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .block-sectionheading .body {
    margin-top: 26px;
    font-size: 12px;
    letter-spacing: 0;
  }
}
.inv-inc .p-plan .block-sectionheading .body small {
  display: block;
  font-size: 10px;
}
.inv-inc .p-plan .block-sectionheading .mainVisual {
  width: 100%;
}
.inv-inc .p-plan .block-view {
  margin: 0 auto;
  padding: 110px 0 0;
  width: 100%;
  max-width: 1150px;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .block-view {
    padding: 9.166vw 0 0;
    width: 100%;
  }
}
.inv-inc .p-plan .block-view .view-area {
  position: relative;
}
.inv-inc .p-plan .block-view .view-area .view-img .view-draggable {
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
}
.inv-inc .p-plan .block-view .view-area .view-img .view-draggable::-webkit-scrollbar {
  display: none;
}
.inv-inc .p-plan .block-view .view-area .view-img .view-draggable > img {
  width: auto;
  max-width: initial;
  height: auto;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .block-view .view-area .view-img .view-draggable > img {
    width: 1500px;
  }
}
.inv-inc .p-plan .block-view .view-area .view-desc {
  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.3s;
}
.inv-inc .p-plan .block-view .view-area .view-desc.is-hidden {
  opacity: 0;
}
.inv-inc .p-plan .block-view .view-area .view-desc p {
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .block-view .view-area .view-desc p {
    font-size: 18px;
  }
}
.inv-inc .p-plan .block-view .view-area .view-desc .view-arrow {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 15px;
}
.inv-inc .p-plan .block-view .view-area .view-desc .view-arrow span {
  display: inline-block;
  width: 50px;
}
@keyframes panorama-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  90% {
    transform: translateX(-20px);
    opacity: 0;
  }
  91% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes panorama-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  90% {
    transform: translateX(20px);
    opacity: 0;
  }
  91% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.inv-inc .p-plan .block-view .view-area .view-desc .view-arrow .right {
  animation: panorama-right 3s ease-in-out infinite;
}
.inv-inc .p-plan .block-view .view-area .view-desc .view-arrow .left {
  animation: panorama-left 3s ease-in-out infinite;
}
.inv-inc .p-plan .block-view .view-caption {
  margin-top: 5px;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .block-view .view-caption {
    margin-right: 5px;
  }
}
.inv-inc .p-plan .block-view .view-note {
  line-height: 1.5;
  margin-top: 30px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .block-view .view-note {
    padding: 0 20px;
    font-size: 10px;
    margin-top: 20px;
  }
}
.inv-inc .p-plan .main {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main {
    margin: 0 auto;
    width: 84%;
  }
}
.inv-inc .p-plan .main .block-prime {
  margin: 0 auto;
  padding: 110px 0 100px;
  width: 100%;
  max-width: 1150px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .main .block-prime {
    padding: 9.166vw 0 8.333vw;
    width: 95.8%;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime {
    padding: 12.8vw 0 0;
    max-width: inherit;
  }
}
.inv-inc .p-plan .main .block-prime .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.inv-inc .p-plan .main .block-prime .list .each {
  display: flex;
  flex-direction: column;
  margin-bottom: 58px;
  padding: 0 0 50px;
  width: 47.4%;
  background-color: #eeebe3;
  border: 2px solid #a8966d;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .main .block-prime .list .each {
    margin-bottom: 4.833vw;
    padding: 0 4.8vw 4.166vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .list .each {
    display: block;
    padding: 0 4.6vw 6.6vw;
    width: 100%;
  }
}
.inv-inc .p-plan .main .block-prime .list .each:last-of-type {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .list .each:last-of-type {
    margin-bottom: 3.3vw;
  }
}
.inv-inc .p-plan .main .block-prime .list .each + .each {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .list .each + .each {
    margin-top: 8vw;
  }
}
.inv-inc .p-plan .main .block-prime .list .each .fukidashi {
  width: 100%;
  max-width: 126px;
  position: absolute;
  right: -23px;
  top: -29px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .main .block-prime .list .each .fukidashi {
    max-width: 10.25vw;
    right: -1.926vw;
    top: -2.416vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .list .each .fukidashi {
    max-width: 16.6vw;
    right: -4.6vw;
    top: -3.6vw;
  }
}
.inv-inc .p-plan .main .block-prime .list .each .plan-ttl {
  margin: -1px auto 30px;
  width: 412px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .main .block-prime .list .each .plan-ttl {
    margin: -1px auto 2.5vw;
    width: 34.333vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .list .each .plan-ttl {
    margin: -1px auto 10vw;
    width: 100%;
  }
}
.inv-inc .p-plan .main .block-prime .list .each .plan-menu {
  padding: 10px 5px 8px;
  background: #7c0000;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .list .each .plan-menu {
    display: block;
    width: 100%;
  }
}
.inv-inc .p-plan .main .block-prime .list .each .plan-vr {
  padding: 10px 5px 8px;
  background: #002e73;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  margin-inline: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .list .each .plan-vr {
    display: block;
    width: 100%;
  }
}
.inv-inc .p-plan .main .block-prime .list .each .plan-img {
  margin: 0 auto 30px;
  width: 100%;
  max-width: 410px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .main .block-prime .list .each .plan-img {
    margin: 0 auto 2.5vw;
    width: 75.4%;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .list .each .plan-img {
    margin: 0 auto 8vw;
    width: 100%;
    max-width: inherit;
  }
}
.inv-inc .p-plan .main .block-prime .list .each .plan-btn {
  margin: auto auto 0;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .main .block-prime .list .each .plan-btn {
    width: 55%;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .list .each .plan-btn {
    max-width: 40vw;
  }
}
.inv-inc .p-plan .main .block-prime .list .each .plan-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #000;
  font-size: 24px;
  line-height: 1;
  background-color: #fff;
  border-radius: 5px;
  filter: drop-shadow(0 0 5px rgba(79, 46, 6, 0.2));
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .main .block-prime .list .each .plan-btn a {
    height: 5vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .list .each .plan-btn a {
    height: 8vw;
    font-size: 4vw;
  }
}
.inv-inc .p-plan .main .block-prime .list .each:last-of-type .plan-img {
  margin-bottom: 55px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .main .block-prime .list .each:last-of-type .plan-img {
    margin-bottom: 4.583vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .list .each:last-of-type .plan-img {
    margin-bottom: 8vw;
  }
}
.inv-inc .p-plan .main .block-prime .note {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .note {
    font-size: 2.6vw;
    text-align: center;
    letter-spacing: normal;
  }
}
.inv-inc .p-plan .main .block-prime .color {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .main .block-prime .color {
    margin-top: 60px;
  }
}
.inv-inc .p-plan .btn_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 140px auto 60px;
  width: 47%;
  max-width: 540px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .btn_list {
    margin: 11.6vw auto 5vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .btn_list {
    margin: 17vw auto;
    width: 50%;
  }
}
.inv-inc .p-plan .btn_list li {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .btn_list li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .btn_list li + li {
    margin-top: 9.3vw;
  }
}
.inv-inc .p-plan {
  /* 個別type */
}
.inv-inc .p-plan .case-sectionheading {
  width: 100%;
}
.inv-inc .p-plan .case-sectionheading .main-img {
  width: 100%;
}
.inv-inc .p-plan .case-sectionheading .box-feature {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 272px;
  background-image: url(../images/plan/bg_feature.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-sectionheading .box-feature {
    height: 22.666vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-sectionheading .box-feature {
    height: 40vw;
    background-image: url(../images/plan/bg_feature_sp.png);
    background-position: center;
    background-size: cover;
  }
}
.inv-inc .p-plan .case-sectionheading .box-feature ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-sectionheading .box-feature ul {
    width: 95.83%;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-sectionheading .box-feature ul {
    width: 83.7%;
    max-width: inherit;
  }
}
.inv-inc .p-plan .case-sectionheading .box-feature ul li {
  width: 30.4%;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-sectionheading .box-feature ul li {
    width: 31.2%;
  }
}
.inv-inc .p-plan .case-prime {
  padding: 110px 0 0;
  width: 100%;
  background-color: #e9e6dc;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime {
    padding: 10vw 0 0;
  }
}
.inv-inc .p-plan .case-prime .tab-block {
  display: flex;
  justify-content: center;
  gap: 6.0869565217%;
  margin: 0 auto 90px;
  width: 100%;
  max-width: 1150px;
  border-bottom: 1px solid #957733;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .tab-block {
    gap: 20px;
  }
}
.inv-inc .p-plan .case-prime .tab-block button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 54000%;
  max-width: 260px;
  padding: 15px 5px 8px;
  border-radius: 10px 10px 0 0;
  background: #8a8a8a;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, serif;
  transition: background-color 0.3s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .tab-block button {
    width: calc(50% - 30px);
    padding: 10px 2px 6px;
    font-size: 18px;
  }
}
.inv-inc .p-plan .case-prime .tab-block button:hover, .inv-inc .p-plan .case-prime .tab-block button.is-current {
  background: #a30000;
}
.inv-inc .p-plan .case-prime .js-tab-content.is-current {
  display: block;
}
.inv-inc .p-plan .case-prime .js-tab-content {
  display: none;
}
.inv-inc .p-plan .case-prime .case-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto 90px;
  width: 100%;
  max-width: 1150px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .case-block {
    margin: 0 auto 7.5vw;
    padding: 0 0 9.166vw;
    width: 95.8%;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-block {
    display: block;
    margin: 0 auto 18.6vw;
    padding: 0 0 0;
    width: 73%;
    max-width: inherit;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-block .case-detail__type_sp {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 4vw;
    padding: 0 0 2.4vw;
    border-bottom: 1px solid #000;
  }
}
.inv-inc .p-plan .case-prime .case-detail {
  width: 35.8%;
  max-width: 412px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail {
    width: 100%;
    max-width: inherit;
  }
}
.inv-inc .p-plan .case-prime .case-detail__type {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .case-detail__type {
    margin-bottom: 1.333vw;
    font-size: 2.153vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail__type {
    margin-bottom: 0;
    padding: 0 2vw 0 0;
    width: auto;
    font-size: 5vw;
    line-height: 1;
    box-sizing: border-box;
  }
}
.inv-inc .p-plan .case-prime .case-detail__type small {
  font-size: 10px;
  position: absolute;
  left: 290px;
  bottom: 12px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .case-detail__type small {
    font-size: 0.83vw;
    left: 24.16vw;
    bottom: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail__type small {
    font-size: 2.666vw;
    left: 11.3vw;
    bottom: 7vw;
  }
}
.inv-inc .p-plan .case-prime .case-detail__type span {
  margin-right: 13px;
  font-size: 75px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .case-detail__type span {
    margin-right: 1.08vw;
    font-size: 5.769vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail__type span {
    font-size: 12.8vw;
  }
}
.inv-inc .p-plan .case-prime .case-detail__room {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  padding: 15px 0;
  font-size: 34px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .case-detail__room {
    margin-bottom: 1.538vw;
    padding: 1.25vw 0 0.83vw;
    font-size: 2.833vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail__room {
    margin-bottom: 0;
    padding: 0 0 1vw 2vw;
    width: auto;
    font-size: 3.46vw;
    line-height: 1;
    border: none;
    border-left: 1px solid #000;
    box-sizing: border-box;
  }
  .inv-inc .p-plan .case-prime .case-detail__room img {
    width: 100%;
  }
}
.inv-inc .p-plan .case-prime .case-detail__room span {
  font-size: 70px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .case-detail__room span {
    font-size: 5.833vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail__room span {
    font-size: 6.4vw;
  }
}
.inv-inc .p-plan .case-prime .case-detail__area {
  width: 100%;
}
.inv-inc .p-plan .case-prime .case-detail__note-initial {
  margin-top: 30px;
  font-size: 15px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail__note-initial {
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 12.8vw;
  }
}
.inv-inc .p-plan .case-prime .case-detail__service {
  margin: 40px 0 60px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .case-detail__service {
    margin: 3.333vw 0 5vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail__service {
    margin: 5.3vw 0 12vw;
  }
}
.inv-inc .p-plan .case-prime .case-detail__service li {
  padding: 9px 0;
  width: 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  background-color: #a30000;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .case-detail__service li {
    font-size: 2.5vw;
  }
}
.inv-inc .p-plan .case-prime .case-detail__service li small {
  font-size: 0.6em;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail__service li {
    font-size: 5vw;
  }
}
.inv-inc .p-plan .case-prime .case-detail__service li + li {
  margin-top: 13px;
}
.inv-inc .p-plan .case-prime .case-detail__note {
  margin: -55px 0 60px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail__note {
    margin: -10vw 0 12vw;
    font-size: 2.6vw;
  }
}
.inv-inc .p-plan .case-prime .case-detail__point-ttl {
  margin-bottom: 25px;
  font-size: 40px;
  font-weight: 500;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .case-detail__point-ttl {
    margin-bottom: 2.08vw;
    font-size: 3.333vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail__point-ttl {
    margin-bottom: 4vw;
    font-size: 6.9vw;
    line-height: 1;
  }
}
.inv-inc .p-plan .case-prime .case-detail__point-text li {
  padding: 0 0 0 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: normal;
  background-image: url(../images/plan/text_icon.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 17px auto;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .case-detail__point-text li {
    padding: 0 0 0 1.666vw;
    font-size: 1.416vw;
    background-size: 1.416vw auto;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail__point-text li {
    padding: 0 0 0 4vw;
    font-size: 3.2vw;
    background-size: 3vw auto;
  }
}
.inv-inc .p-plan .case-prime .case-detail__point-text li + li {
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .case-detail__point-text li + li {
    margin-top: 1.666vw;
  }
}
.inv-inc .p-plan .case-prime .case-detail__compass {
  margin: 62px auto 0;
  width: 100%;
  max-width: 70px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-detail__compass_sp {
    width: 100%;
    text-align: right;
  }
  .inv-inc .p-plan .case-prime .case-detail__compass_sp img {
    width: 30px;
  }
}
.inv-inc .p-plan .case-prime .case-madori {
  padding: 0 50px 0 0;
  width: 53%;
  max-width: 611px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-madori {
    display: none;
  }
}
.inv-inc .p-plan .case-prime .case-madori_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-madori_sp {
    display: block;
    margin-bottom: 5.3vw;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .case-madori_sp.typ-b {
    margin-bottom: 13vw;
  }
}
.inv-inc .p-plan .case-prime .block-vr {
  width: calc(100% - 40px);
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 90px;
}
.inv-inc .p-plan .case-prime .block-vr__title {
  width: 100%;
  padding: 10px 10px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 20%, rgba(0, 0, 0, 0.7) 80%, rgba(0, 0, 0, 0) 100%);
  text-align: center;
  color: #fff;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .block-vr__title {
    font-size: 20px;
  }
}
.inv-inc .p-plan .case-prime .block-vr__lead {
  text-align: center;
  margin-top: 20px;
  line-height: 1.6;
  font-size: 16px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .block-vr__lead {
    font-size: 14px;
  }
}
.inv-inc .p-plan .case-prime .block-vr__lead sup {
  font-size: 0.6em;
}
.inv-inc .p-plan .case-prime .block-vr__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}
.inv-inc .p-plan .case-prime .block-vr__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(50% - 8px);
  aspect-ratio: 1000/500;
  margin-bottom: 50px;
  padding: 10px;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .block-vr__btn {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.inv-inc .p-plan .case-prime .block-vr__btn span {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #000;
  transform: translateY(100%);
  z-index: 3;
}
.inv-inc .p-plan .case-prime .block-vr__btn.-grayish {
  background: url(../images/plan/g/bg_vr_grayish.jpg) no-repeat center center;
  background-size: cover;
}
.inv-inc .p-plan .case-prime .block-vr__btn.-natural {
  background: url(../images/plan/g/bg_vr_natural.jpg) no-repeat center center;
  background-size: cover;
}
.inv-inc .p-plan .case-prime .block-vr__btn.-brown {
  background: url(../images/plan/g/bg_vr_brown.jpg) no-repeat center center;
  background-size: cover;
}
.inv-inc .p-plan .case-prime .block-vr__btn.-light {
  background: url(../images/plan/g/bg_vr_light.jpg) no-repeat center center;
  background-size: cover;
}
.inv-inc .p-plan .case-prime .btn-back {
  margin: 0 auto 100px;
  width: 260px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .btn-back {
    margin: 0 auto 8.333vw;
    width: 21.666vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .btn-back {
    margin-bottom: 0;
    width: 50%;
  }
}
.inv-inc .p-plan .case-prime .btn-back a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  background-color: #4d4d4d;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-prime .btn-back a {
    height: 5vw;
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-prime .btn-back a {
    margin-bottom: 17.3vw;
    height: 11.4vw;
    font-size: 4vw;
  }
}
.inv-inc .p-plan .case-note {
  padding: 50px 0 150px;
  width: 100%;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-note {
    padding: 4.166vw 0 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-note {
    padding: 6.666vw 0 12vw;
  }
}
.inv-inc .p-plan .case-note__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1150px;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-note__inner {
    width: 95.8%;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-note__inner {
    width: 83%;
  }
}
.inv-inc .p-plan .case-note__inner .text-img {
  width: 100%;
  max-width: 553px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-note__inner .text-img {
    margin-bottom: 2vw;
    width: 80%;
    max-width: inherit;
  }
}
.inv-inc .p-plan .case-note__inner .text-img-menu {
  width: 100%;
  max-width: 576px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-note__inner .text-img-menu {
    margin-bottom: 2vw;
    width: 80%;
    max-width: inherit;
  }
}
.inv-inc .p-plan .case-note__inner .text {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-note__inner .text {
    font-size: 1.08vw;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-note__inner .text {
    font-size: 2.6vw;
  }
}
.inv-inc .p-plan .case-note__inner .btn_list {
  margin: 100px auto 0;
}
@media screen and (max-width: 1200px) {
  .inv-inc .p-plan .case-note__inner .btn_list {
    margin: 8.333vw auto 0;
  }
}
@media screen and (max-width: 767px) {
  .inv-inc .p-plan .case-note__inner .btn_list {
    margin: 15vw auto 0;
  }
}
.inv-inc .p-plan {
  /* END記述領域 */
}

.inv-inc #footer .pagecaption {
  font-size: 10px;
  text-align: left;
  letter-spacing: 0;
}

.inv-inc .animate-blur {
  opacity: 0;
  filter: blur(10px);
  transition: opacity 0.75s, filter 1s;
  transition-delay: 0.5s;
  will-change: opacity, filter;
}
.inv-inc .animate-blur.is-on {
  transition-delay: 0s;
  filter: blur(0);
  opacity: 1;
}/*# sourceMappingURL=plan.css.map */