/* ==========================================================================
   planpage
   ========================================================================== */
.a-plan .v-plan__wrap:before {
  background: #008AD0;
}
.a-plan .bg-plan {
  background: #E4F3F9;
}
.a-plan .v-plan__card:nth-child(odd) {
  background: #008AD0;
  color: #fff;
}
.a-plan .v-plan__card:nth-child(odd) .en {
  border-bottom: 1px solid #fff;
}
.a-plan .v-plan__card:nth-child(even) {
  background: #fff;
  color: #008AD0;
}
.a-plan .v-plan__card:nth-child(even) .en {
  border-bottom: 1px solid #008AD0;
}
@media screen and (max-width: 1023px) {
  .a-plan .v-plan__card:nth-child(2), .a-plan .v-plan__card:nth-child(3) {
    background: #fff;
    color: #008AD0;
  }
  .a-plan .v-plan__card:nth-child(2) .en, .a-plan .v-plan__card:nth-child(3) .en {
    border-bottom: 1px solid #008AD0;
  }
  .a-plan .v-plan__card:nth-child(4) {
    background: #008AD0;
    color: #fff;
  }
  .a-plan .v-plan__card:nth-child(4) .en {
    border-bottom: 1px solid #fff;
  }
}

.b-plan .v-plan__wrap:before {
  background: #9e927c;
}
.b-plan .bg-plan {
  background: #F8F7F6;
}
.b-plan .v-plan__card:nth-child(odd) {
  background: #9e927c;
  color: #fff;
}
.b-plan .v-plan__card:nth-child(odd) .en {
  border-bottom: 1px solid #fff;
}
.b-plan .v-plan__card:nth-child(even) {
  background: #fff;
  color: #9e927c;
}
.b-plan .v-plan__card:nth-child(even) .en {
  border-bottom: 1px solid #9e927c;
}
@media screen and (max-width: 1023px) {
  .b-plan .v-plan__card:nth-child(2), .b-plan .v-plan__card:nth-child(3) {
    background: #fff;
    color: #9e927c;
  }
  .b-plan .v-plan__card:nth-child(2) .en, .b-plan .v-plan__card:nth-child(3) .en {
    border-bottom: 1px solid #9e927c;
  }
  .b-plan .v-plan__card:nth-child(4) {
    background: #9e927c;
    color: #fff;
  }
  .b-plan .v-plan__card:nth-child(4) .en {
    border-bottom: 1px solid #fff;
  }
}
.b-plan .v-plan__closebtn {
  border: 1px solid #9e927c;
  background-color: #9e927c;
  color: #fff;
}
.b-plan .v-plan__closebtn:hover {
  border: 1px solid #9e927c;
  background-color: #fff;
  color: #9e927c;
  opacity: 1;
}

.ctaBanner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 100;
  bottom: -60px;
  left: 0;
  background: rgba(130, 130, 130, 0.8);
  width: 100%;
  padding: 5px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 768px) {
  .ctaBanner {
    display: none;
  }
}
.ctaBanner.is-show {
  opacity: 1;
  bottom: 0;
}
.ctaBanner__item {
  border-radius: 5px;
  padding: 8px 0;
  color: #fff;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ctaBanner__item img {
  width: 30px;
}
.ctaBanner__item:nth-child(1) {
  width: 41%;
  background: #9E927C;
}
.ctaBanner__item:nth-child(1) img {
  margin-right: 10px;
}
.ctaBanner__item:nth-child(2) {
  width: 41%;
  background: #008AD0;
}
.ctaBanner__item:nth-child(2) img {
  margin-right: 10px;
}
.ctaBanner__item:nth-child(3) {
  width: 15%;
  background: #fff;
}

.v-plan__wrap {
  background: url(../image/ventoverde/plan_bg.jpg);
  background-size: cover;
  background-position: center center;
  position: relative;
}
.v-plan__wrap:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  opacity: 0.8;
  top: 0;
  left: 0;
  z-index: 0;
}
.v-plan__img-boxinner {
  background: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.v-plan__img-boxinner img {
  max-width: 950px;
}
@media screen and (max-width: 1023px) {
  .v-plan__img-boxinner img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .v-plan__img-boxinner img {
    width: 100%;
  }
}
.v-plan__img-boxinner.soldout {
  position: relative;
}
.v-plan__img-boxinner.soldout:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(255, 255, 255, 0.4);
}
.v-plan__img-boxinner.soldout .icon {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  line-height: 1;
  height: 5vw;
  width: 40vw;
  font-size: 30px;
  font-size: 4vw;
}
.v-plan__img-boxinner.soldout .icon__content {
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 1023px) {
  .v-plan__img-boxinner.soldout .icon {
    height: 10vw;
    width: 75vw;
    font-size: 50px;
    font-size: 6.67vw;
  }
}
.v-plan__img-boxinner.soldout .icon:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #b49e0c;
}
.v-plan__img-boxinner.soldout .icon:after {
  content: "";
  position: absolute;
  bottom: -0.4vw;
  right: -0.4vw;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #fff;
}
@media screen and (max-width: 1023px) {
  .v-plan__img-boxinner.soldout .icon:after {
    bottom: -1vw;
    right: -1vw;
  }
}
.v-plan__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .v-plan__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 580px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .v-plan__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.v-plan__card {
  border-radius: 10px;
  padding: 15px 0;
  width: 265px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .v-plan__card {
    width: 48%;
  }
  .v-plan__card:nth-of-type(n + 2) {
    margin-left: 2%;
  }
  .v-plan__card:nth-of-type(3) {
    margin-left: 0;
  }
  .v-plan__card:nth-of-type(1), .v-plan__card:nth-of-type(2) {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .v-plan__card {
    width: 49%;
    padding: 10px 0;
  }
  .v-plan__card:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 350px) {
  .v-plan__card {
    width: 140px;
  }
}
.v-plan__card-text {
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-size: 3rem;
  width: 100%;
  font-weight: 400;
  text-align: center;
  line-height: 1.4;
}
.v-plan__card-text .en {
  display: block;
  width: 100%;
  text-align: center;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 1279px) {
  .v-plan__card-text .en {
    font-size: 28px;
    font-size: 3.73vw;
  }
}
@media screen and (max-width: 1023px) {
  .v-plan__card-text .en {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .v-plan__card-text .en {
    font-size: 20px;
    font-size: 2rem;
  }
}
.v-plan__card-text .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 150px;
}
@media screen and (max-width: 1279px) {
  .v-plan__card-text .text {
    height: 18vw;
  }
}
@media screen and (max-width: 1023px) {
  .v-plan__card-text .text {
    height: 22vw;
  }
}
@media screen and (max-width: 767px) {
  .v-plan__card-text .text {
    height: 100px;
  }
}
@media screen and (max-width: 1279px) {
  .v-plan__card-text {
    font-size: 23px;
    font-size: 3.07vw;
  }
}
@media screen and (max-width: 1023px) {
  .v-plan__card-text {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .v-plan__card-text {
    font-size: 20px;
    font-size: 2rem;
  }
}
.v-plan__logo {
  position: absolute;
  top: -22%;
  right: -830px;
  z-index: 10;
  width: 1400px !important;
}
@media screen and (max-width: 1023px) {
  .v-plan__logo {
    top: 40%;
    right: -45%;
    width: 80vw !important;
  }
}
.v-plan__content {
  position: relative;
  z-index: 10;
}
.v-plan__close {
  position: absolute;
  top: 40px;
  bottom: 0;
  right: 40px;
  margin: auto;
  display: block;
  z-index: 50;
}
.v-plan__close img {
  width: 100px;
}
@media screen and (max-width: 1023px) {
  .v-plan__close {
    top: 25px;
    right: 25px;
  }
  .v-plan__close img {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .v-plan__close {
    top: 10px;
    right: 10px;
  }
  .v-plan__close img {
    width: 50px;
  }
}
.v-plan__num {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 70px;
  font-size: 7rem;
  line-height: 1;
}
.v-plan__num span {
  font-size: 120px;
  font-size: 12rem;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .v-plan__num {
    font-size: 50px;
    font-size: 5rem;
  }
  .v-plan__num span {
    font-size: 80px;
    font-size: 8rem;
  }
}
@media screen and (max-width: 767px) {
  .v-plan__num {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .v-plan__num span {
    font-size: 40px;
    font-size: 4rem;
  }
}
.v-plan__num .en {
  display: inline-block;
}
.v-plan__num .jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .v-plan__num .jp {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1024px) {
  .v-plan__num.in-jp .en {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  .v-plan__num.in-jp .en {
    display: block;
  }
}
.v-plan__madori {
  color: #46210C;
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: 60px;
  font-size: 6rem;
  line-height: 0.8;
}
.v-plan__madori span {
  font-size: 75px;
  font-size: 7.5rem;
  line-height: 0.8;
}
@media screen and (max-width: 1023px) {
  .v-plan__madori {
    line-height: 1.3;
  }
  .v-plan__madori span {
    font-size: 100px;
    font-size: 10rem;
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .v-plan__madori {
    font-size: 30px;
    font-size: 3rem;
  }
  .v-plan__madori span {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
.v-plan__list {
  display: block;
}
.v-plan__list ul li {
  color: #46210C;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  vertical-align: top;
  border-left: 5px solid #CEB38D;
  line-height: 1;
  padding-left: 10px;
  margin: 10px 20px 10px 0;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .v-plan__list ul li:nth-child(n+3) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .v-plan__list ul li {
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: 400;
    display: block;
    margin: 10px 0px 10px 0;
    padding-left: 5px;
    border-left: 3px solid #CEB38D;
  }
}
.v-plan__price {
  display: block;
  color: #46210C;
  font-weight: 500;
  line-height: 1;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .v-plan__price {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.v-plan__price span {
  font-weight: 400;
  font-family: "Jost", sans-serif;
  padding: 0 10px;
  font-size: 75px;
  font-size: 7.5rem;
}
@media screen and (max-width: 767px) {
  .v-plan__price span {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
.v-plan__titleWrap {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.v-plan__subtitle {
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-size: 3rem;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .v-plan__subtitle {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.v-plan__photowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .v-plan__photowrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .v-plan__photowrap {
    margin: 0 auto;
  }
}
.v-plan__item {
  padding: 15px 0 25px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .v-plan__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .v-plan__item {
    padding: 0px 0 30px;
    display: block;
    width: 100%;
  }
  .v-plan__item:nth-child(n+2) {
    margin-top: 0px;
  }
}
.v-plan__item a {
  position: relative;
  width: 580px;
  height: 384.68px;
  overflow: hidden;
  display: block;
}
@media screen and (max-width: 767px) {
  .v-plan__item a {
    display: block;
    width: 100%;
    height: 64.624vw;
  }
}
.v-plan__item a img {
  width: 100%;
  height: 100%;
}
.v-plan__item a .mushi {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 50px;
  height: auto;
}
.v-plan__item figcaption {
  margin-top: 15px;
  line-height: 1.3;
}
.v-plan__btn {
  position: relative;
  font-size: 30px;
  font-size: 3rem;
  display: block;
  margin: 0 auto;
  width: 700px;
  padding: 20px 0 21px;
  padding-right: 47px;
  border: 1px solid #008AD0;
  background-color: #008AD0;
  color: #fff;
  text-align: center;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.v-plan__btn::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  right: 11px;
  width: 35px;
  height: 23px;
  background: transparent url(./../image/top/arrow-w.svg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .v-plan__btn::before {
    top: 8px;
  }
}
.v-plan__btn:hover {
  border: 1px solid #008AD0;
  background-color: #fff;
  color: #008AD0;
  opacity: 1;
}
.v-plan__btn:hover::before {
  background: transparent url(./../image/top/arrow-g.svg) no-repeat top center/cover;
}
@media screen and (max-width: 767px) {
  .v-plan__btn {
    font-size: 22px;
    font-size: 2.2rem;
    width: 100%;
  }
}
.v-plan__closebtn {
  font-size: 30px;
  font-size: 3rem;
  display: block;
  border: 1px solid #008AD0;
  background-color: #008AD0;
  color: #fff;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.v-plan__closebtn div {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}
.v-plan__closebtn div::before, .v-plan__closebtn div::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 32px;
  height: 3px;
  margin: auto;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.v-plan__closebtn div::before {
  left: -40px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.v-plan__closebtn div::after {
  left: -40px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .v-plan__closebtn div {
    margin-bottom: 60px;
    padding-left: 20px;
  }
  .v-plan__closebtn div::before, .v-plan__closebtn div::after {
    width: 22px;
  }
  .v-plan__closebtn div::before {
    right: 35px;
  }
  .v-plan__closebtn div::after {
    right: 35px;
  }
}
.v-plan__closebtn:hover {
  border: 1px solid #008AD0;
  background-color: #fff;
  color: #008AD0;
  opacity: 1;
}
.v-plan__closebtn:hover div {
  position: relative;
}
.v-plan__closebtn:hover div::before, .v-plan__closebtn:hover div::after {
  background-color: #008AD0;
}
@media screen and (max-width: 767px) {
  .v-plan__closebtn {
    font-size: 22px;
    font-size: 2.2rem;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .pc100p {
    width: 100% !important;
    max-width: 100% !important;
  }
  .pc100p img {
    width: 100%;
  }
  .pc90p {
    width: 90% !important;
    max-width: 90% !important;
  }
  .pc90p img {
    width: 100%;
  }
  .pc80p {
    width: 80% !important;
    max-width: 80% !important;
  }
  .pc80p img {
    width: 100%;
  }
  .pc70p {
    width: 70% !important;
    max-width: 70% !important;
  }
  .pc70p img {
    width: 100%;
  }
  .pc60p {
    width: 60% !important;
    max-width: 60% !important;
  }
  .pc60p img {
    width: 100%;
  }
  .pc50p {
    width: 50% !important;
    max-width: 50% !important;
  }
  .pc50p img {
    width: 100%;
  }
  .pc40p {
    width: 40% !important;
    max-width: 40% !important;
  }
  .pc40p img {
    width: 100%;
  }
  .pc30p {
    width: 30% !important;
    max-width: 30% !important;
  }
  .pc30p img {
    width: 100%;
  }
  .pc20p {
    width: 20% !important;
    max-width: 20% !important;
  }
  .pc20p img {
    width: 100%;
  }
  .pc10p {
    width: 10% !important;
    max-width: 10% !important;
  }
  .pc10p img {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .tb100p {
    width: 100% !important;
    max-width: 100% !important;
  }
  .tb100p img {
    width: 100%;
  }
  .tb90p {
    width: 90% !important;
    max-width: 90% !important;
  }
  .tb90p img {
    width: 100%;
  }
  .tb80p {
    width: 80% !important;
    max-width: 80% !important;
  }
  .tb80p img {
    width: 100%;
  }
  .tb70p {
    width: 70% !important;
    max-width: 70% !important;
  }
  .tb70p img {
    width: 100%;
  }
  .tb60p {
    width: 60% !important;
    max-width: 60% !important;
  }
  .tb60p img {
    width: 100%;
  }
  .tb50p {
    width: 50% !important;
    max-width: 50% !important;
  }
  .tb50p img {
    width: 100%;
  }
  .tb40p {
    width: 40% !important;
    max-width: 40% !important;
  }
  .tb40p img {
    width: 100%;
  }
  .tb30p {
    width: 30% !important;
    max-width: 30% !important;
  }
  .tb30p img {
    width: 100%;
  }
  .tb20p {
    width: 20% !important;
    max-width: 20% !important;
  }
  .tb20p img {
    width: 100%;
  }
  .tb10p {
    width: 10% !important;
    max-width: 10% !important;
  }
  .tb10p img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .sp100p {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sp100p img {
    width: 100%;
  }
  .sp90p {
    width: 90% !important;
    max-width: 90% !important;
  }
  .sp90p img {
    width: 100%;
  }
  .sp80p {
    width: 80% !important;
    max-width: 80% !important;
  }
  .sp80p img {
    width: 100%;
  }
  .sp70p {
    width: 70% !important;
    max-width: 70% !important;
  }
  .sp70p img {
    width: 100%;
  }
  .sp60p {
    width: 60% !important;
    max-width: 60% !important;
  }
  .sp60p img {
    width: 100%;
  }
  .sp50p {
    width: 50% !important;
    max-width: 50% !important;
  }
  .sp50p img {
    width: 100%;
  }
  .sp40p {
    width: 40% !important;
    max-width: 40% !important;
  }
  .sp40p img {
    width: 100%;
  }
  .sp30p {
    width: 30% !important;
    max-width: 30% !important;
  }
  .sp30p img {
    width: 100%;
  }
  .sp20p {
    width: 20% !important;
    max-width: 20% !important;
  }
  .sp20p img {
    width: 100%;
  }
  .sp10p {
    width: 10% !important;
    max-width: 10% !important;
  }
  .sp10p img {
    width: 100%;
  }
}