@charset "UTF-8";
.pre-inc .limitedPlan_wrapp {
  padding-top: 0;
  width: 100%;
  overflow: hidden;
}

.pre-inc .limitedPlan_wrapp .plan_lead {
  margin-top: 100px;
  margin-bottom: 60px;
  font-size: min(4.8vw, 38px);
  font-weight: 700;
  font-family: "Zen Kaku Gothic New";
  line-height: 1.6;
  color: #2e3192;
}
@media screen and (max-width: 767px) {
  .pre-inc .limitedPlan_wrapp .plan_lead {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: min(6vw, 29px);
    letter-spacing: 0;
  }
}

.plan_list {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1300px;
  width: 90%;
  margin: 0 auto 70px;
}
@media screen and (max-width: 767px) {
  .plan_list {
    gap: 15px;
    max-width: 500px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }
}

.plan_item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan_item {
    aspect-ratio: 39/36;
    overflow: hidden;
  }
}
.plan_item a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
  /*text-decoration: none;*/
}
@media screen and (max-width: 767px) {
  .plan_item a img {
    width: auto;
    max-width: initial;
    height: 100%;
  }
}
.plan_item.new a::after {
  content: "NEW";
  font-family: "Oswald", sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  font-size: 12px;
  background: #ff0000;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.plan_item figure {
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan_item figure {
    aspect-ratio: 39/36;
    overflow: hidden;
  }
}
.plan_item figure figcaption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
}
.plan_item .text_inner {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 360px;
  padding: 0 4% min(7vw, 65px);
  font-weight: normal;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .plan_item .text_inner {
    letter-spacing: 0.15em;
  }
}
.plan_item .text_inner.type-2line {
  padding: 0 4% min(5vw, 10px);
}
.plan_item .text_inner.type-2line::after {
  bottom: -8%;
}
.plan_item .text_inner::after {
  content: "";
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: min(2.6vw, 30px);
  aspect-ratio: 1/1;
  background: url(../images/limited/plan/planIndex_link_icon.svg) no-repeat bottom;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .plan_item .text_inner::after {
    width: min(7vw, 44px);
    bottom: -5%;
  }
}
.plan_item .text_inner .type_wrapp {
  width: 94%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 2%;
  padding-bottom: 5%;
  margin: 0 auto;
  margin-bottom: 4%;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .plan_item .text_inner .type_wrapp {
    padding-top: 2%;
    padding-bottom: 3%;
    margin-bottom: 2%;
  }
}
.plan_item .text_inner .point_text {
  width: 100%;
  margin: 0 auto 6%;
  text-align: center;
  font-size: min(1.3vw, 22px);
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .plan_item .text_inner .point_text {
    width: 100%;
    margin: 0 auto 5%;
    font-size: min(4.5vw, 22px);
    line-height: 1;
  }
}
.plan_item .text_inner .type {
  font-size: min(3vw, 50px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .plan_item .text_inner .type {
    font-size: min(10.45vw, 50px);
    line-height: 1;
  }
}
.plan_item .text_inner .type em {
  font-family: "Noto Sans", sans-serif;
}
.plan_item .text_inner .type span {
  font-size: 0.7em;
  padding-left: 0.2em;
}
.plan_item .text_inner .type {
  /*
  &::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
      height: 1px;
      background: #fff;
      @include mq-md() {
          width: 60vw;
      }
  }*/
}
.plan_item .text_inner .area {
  font-size: min(3vw, 30px);
  text-align: left;
  margin-left: 10%;
}
@media screen and (max-width: 767px) {
  .plan_item .text_inner .area {
    font-size: min(6vw, 30px);
    text-align: left;
    margin-left: 10%;
    line-height: 1.1;
  }
}
.plan_item .text_inner .area span {
  display: block;
  font-size: 11px;
}
.plan_item .text_inner .area small {
  font-size: 70%;
}
.plan_item .text_inner .detail {
  font-size: min(2.5vw, 33px);
}
.plan_item .text_inner .detail.mb5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .plan_item .text_inner .detail {
    font-size: min(7.4vw, 43px);
    line-height: 1;
  }
}
.plan_item .text_inner .detail span {
  font-size: 0.8em;
}
.plan_item .text_inner .detail span small {
  font-size: 50%;
  font-family: "Noto Sans JP", serif;
  transform: translateY(-5px);
  display: inline-block;
}
.plan_item .text_inner .detail span small.more_sm {
  font-size: 40%;
  letter-spacing: 0;
}

.plan_item.limited a:hover {
  opacity: 0.9;
}

.plan_item.limited a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #475c83;
  z-index: 2;
  opacity: 0.8;
}

.plan_item.limited a::after {
  content: "エントリー者様限定ページで公開中";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  font-size: min(1.4vw, 20px);
}
@media screen and (max-width: 767px) {
  .plan_item.limited a::after {
    font-size: min(4.4vw, 30px);
  }
}

.plan_item.limited .text_inner::after {
  display: none;
}

.plan_item.limited a {
  /*pointer-events: none;*/
}

p.plan_cap {
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 767px) {
  p.plan_cap {
    margin-top: 30px;
  }
}

.pre-inc .limitedPlanDetail_wrapp {
  padding-top: 0;
}

.type_container_wrapp {
  padding: 90px 0 80px;
  background: rgba(46, 49, 146, 0.0588235294);
}
@media screen and (max-width: 767px) {
  .type_container_wrapp {
    padding: 50px 0 50px;
  }
}
.type_container_wrapp .type_container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
  max-width: 960px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_container {
    flex-direction: column;
    gap: 0;
    max-width: 500px;
    width: 100%;
  }
}
.type_container_wrapp .type_info {
  flex: 1;
  max-width: 400px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_info {
    display: contents;
    margin: auto;
  }
  .type_container_wrapp .type_info .type_name,
  .type_container_wrapp .type_info .area_info {
    width: 80%;
    margin: auto;
  }
  .type_container_wrapp .type_info .type_name {
    order: 1;
  }
  .type_container_wrapp .type_info .area_info {
    order: 2;
  }
  .type_container_wrapp .type_info + .type_plan_image {
    order: 3;
  }
  .type_container_wrapp .type_info .area_note {
    order: 4;
  }
}
.type_container_wrapp .type_info .type_name {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_info .type_name {
    margin-bottom: 30px;
  }
}
.type_container_wrapp .type_info .type_name .type {
  margin-bottom: 25px;
  font-size: 100px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  line-height: 1;
  color: #2e3192;
}
.type_container_wrapp .type_info .type_name .type span {
  font-size: 0.5em;
  padding-left: 0.25em;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_info .type_name .type {
    font-size: 80px;
  }
}
.type_container_wrapp .type_info .type_name .detail {
  font-size: 52px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  border-top: 1px solid #040000;
  border-bottom: 1px solid #040000;
  padding: 12px 0 15px;
  margin-top: 10px;
  line-height: 1.25;
}
.type_container_wrapp .type_info .type_name .detail.line_2 {
  border-bottom: none;
  padding: 12px 0 0px;
}
.type_container_wrapp .type_info .type_name .detail span {
  font-size: 0.8em;
}
.type_container_wrapp .type_info .type_name .detail span small {
  font-size: 40%;
  font-family: "Noto Sans JP", serif;
  transform: translateY(-5px);
  display: inline-block;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_info .type_name .detail {
    font-size: 45px;
    padding: 8px 0 10px;
  }
}
.type_container_wrapp .type_info .area_info .note,
.type_container_wrapp .type_info .area_note .note {
  position: relative;
  padding-left: 1em;
  line-height: 1.75;
  letter-spacing: 0.02em;
}
.type_container_wrapp .type_info .area_info .note::before,
.type_container_wrapp .type_info .area_note .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.type_container_wrapp .type_info .area_info .label {
  font-size: 17px;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_info .area_info .label {
    font-size: 15px;
  }
}
.type_container_wrapp .type_info .area_info .main_area {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 0;
  font-size: 80px;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  line-height: 1;
}
.type_container_wrapp .type_info .area_info .main_area span {
  font-size: 50px;
}
.type_container_wrapp .type_info .area_info .main_area span span {
  font-size: 0.8em;
}
.type_container_wrapp .type_info .area_info .main_area small {
  display: inline-block;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_info .area_info .main_area {
    font-size: 70px;
  }
  .type_container_wrapp .type_info .area_info .main_area span {
    font-size: 45px;
  }
  .type_container_wrapp .type_info .area_info .main_area small {
    font-size: 14px;
  }
}
.type_container_wrapp .type_info .area_info .sub_area {
  padding: 0;
  margin: 20px 0 10px;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_info .area_info .sub_area {
    margin: 15px 0 5px;
  }
}
.type_container_wrapp .type_info .area_info .sub_area li {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_info .area_info .sub_area li {
    padding-bottom: 8px;
    font-size: 14px;
  }
}
.type_container_wrapp .type_info .area_info .sub_area li span {
  display: inline-block;
}
.type_container_wrapp .type_info .area_info .note {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_info .area_info .note {
    font-size: 10px;
  }
}
.type_container_wrapp .type_info .area_note {
  margin-top: 40px;
}
.type_container_wrapp .type_info .area_note .note_icons {
  margin-bottom: 22px;
}
.type_container_wrapp .type_info .area_note .note_icons01 {
  max-width: 280px;
  width: 85%;
}
.type_container_wrapp .type_info .area_note .note_icons02 {
  max-width: 330px;
  width: 100%;
}
.type_container_wrapp .type_info .area_note .note {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_info .area_note {
    width: 75%;
    margin: auto;
  }
  .type_container_wrapp .type_info .area_note .note_icons {
    margin-bottom: 15px;
  }
}
.type_container_wrapp .type_plan_image {
  flex: 1.25;
  max-width: 520px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_plan_image {
    margin-top: 30px;
  }
}
.type_container_wrapp .type_nav {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.type_container_wrapp .type_nav a {
  width: 150px;
}
.type_container_wrapp .type_nav a.noLink {
  pointer-events: none;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .type_container_wrapp .type_nav {
    gap: min(8vw, 30px);
    margin-top: 30px;
  }
  .type_container_wrapp .type_nav a {
    display: block;
    width: min(28vw, 135px);
  }
}

#limitedPlanDetail_a .type_plan_image img {
  width: calc(500 / 520 * 100%);
}
@media screen and (max-width: 767px) {
  #limitedPlanDetail_a .type_plan_image img {
    width: 100%;
  }
}

#limitedPlanDetail_e .type_plan_image img {
  width: calc(400 / 520 * 100%);
}
@media screen and (max-width: 767px) {
  #limitedPlanDetail_e .type_plan_image img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #limitedPlanDetail_fg .type_plan_image {
    padding: 0 10%;
    margin-bottom: 10px;
  }
}

#limitedPlanDetail_fg .type_plan_image img {
  width: calc(400 / 520 * 100%);
}
@media screen and (max-width: 767px) {
  #limitedPlanDetail_fg .type_plan_image img {
    width: 100%;
  }
}/*# sourceMappingURL=plan.css.map */