@charset "utf-8";
/* ----- override ----- */
@media screen and (max-width: 1023px) {
  .c-copyright {
    margin-bottom: 60px;
  }
}
.plan-accordion-trigger,
.plan-button-v2__type--modal,
.plan-tab-list-button {
  font-family: "Noto Sans JP","Yu Gothic Medium",YuGothic,"Yu Gothic Medium","Yu Gothic","ヒラギノ角ゴ Pro W3","メイリオ",sans-serif;
}

.plan-heading1 {
  clip: rect(0,0,0,0)!important;
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  margin: -1px!important;
  padding: 0!important;
  overflow: hidden!important;
  border: 0!important;
  white-space: nowrap!important
}


/* ----- plan-main-visual ----- */
.plan-main-visual {
  margin: 0;
}
.plan-main-visual__frame img {
  width: 100%;
}


@media screen and (min-width:1024px) {
  /* ----- plan-content ----- */
  .plan-content {
    padding: 3.2rem 0 5.0rem;
  }
  .plan-content__inner {
    padding-inline: 2.0rem;
    max-width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /* ----- plan-util-pc-hidden ----- */
  .plan-util-pc-hidden {
    display: none;
  }
  /* ----- plan-compare-title ----- */
  .plan-compare-subtitle {
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .plan-compare-title {
    margin: 0.7rem 0 0;
  }
  .plan-compare-title > img {
    width: 200px;
  }
  .plan-compare-lead {
    color: #333;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.5;
  }
  /* ----- plan-compare-content ----- */
  .plan-compare-content-wrap {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .plan-compare-content__head {
    flex-shrink: 0;
    width: 80px;
  }
  .plan-compare-content__body {
    flex-grow: 1;
  }
  .plan-compare-content__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e9ecef;
    border-radius: 50%;
    width: 80px;
    height: 80px;
  }
  .plan-compare-content__title--highlight {
    color: #14cd0a;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1;
  }
  .plan-compare-content__title--small {
    font-size: 1.8rem;
  }
  .plan-compare-content__title--normal {
    margin: 0.6rem 0 0;
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
  }
  .plan-compare-content__text {
    text-align: right!important;
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
  }
  .plan-compare-content__text--highlight {
    color: #333;
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .plan-compare-content-detail {
    margin: 1.6rem 0 0;
    border: 1px solid #ddd;
    padding: 1.0rem 1.3rem;
  }
  .plan-compare-content-detail__lead {
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5;
  }
  .plan-compare-content-detail__description {
    margin: 0.2rem 0 0;
    color: #333;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4;
  }
  /* ----- plan-banner ----- */
  .plan-banner-wrap {
    margin: 3.2rem 0 0;
  }
  .plan-banner {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .plan-banner__frame {
    display: block;
    width: min(100%, 450px);
  }
  .plan-banner__frame img {
    width: 100%;
  }
  /* ----- plan-anchor-navi ----- */
  .plan-anchor-navi {
    margin: 3.2rem 0 0;
  }
  .plan-anchor-navi__list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 0 3.6rem;
  }
  .plan-anchor-navi__list > li {
    width: calc((100% - (108px)) / 4);
  }
  a.plan-anchor-navi__link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 2px solid #333;
    border-radius: 16px;
    box-shadow: 0 4px 0 0 #333;
    padding: 1.7rem 2.0rem 1.7rem 2.0rem;
    color: #333;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 400;
    text-decoration: none;
  }
  a:hover.plan-anchor-navi__link {
    border: 2px solid #14cd0a;
    box-shadow: 0 4px 0 0 #14cd0a;
  }
  .plan-anchor-navi__label {
    position: relative;
    display: inline-block;
    padding-left: 2.4rem;
  }
  .plan-anchor-navi__label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 8px;
    background: url("/plan/img/index_ic01.svg") no-repeat center center / contain;
  }
  /* ----- plan-point-layout ----- */
  .plan-point-layout {
    margin: 10rem 0 0;
    width: 100%;
    background-color: #f1f9ea;
    padding: 6.8rem 0 5rem;
    position: relative;
  }
  .plan-point-layout__inner {
    padding-inline: 2.0rem;
    max-width:940px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /* ----- plan-point-heading2 ----- */
  .plan-point-heading2 {
    width: 432px;
    position: absolute;
    top: -3.0rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
  .plan-point-heading2__inner {
    background-color: #14cd0a;
    border-radius: 16px;
    padding: 1.6rem;
  }
  .plan-point-heading2__title {
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
  }
  /* ----- plan-point-content ----- */
  .plan-point-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.6rem 0;
  }
  .plan-point-content__detail {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 1.5rem;
  }
  .plan-point-content__head {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    background-color: #14cd0a;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .plan-point-content__body {
    flex-grow: 1;
  }
  .plan-point-content__text {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
  }
  .plan-point-content__number {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
  }
  .plan-point-content__title {
    color: #333;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
  }
  /* ----- plan-point-card ----- */
  .plan-point-card-wrap {
    margin: 2.9rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 2.9rem 0;
  }
  a.plan-point-card__type {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 0 2.4rem;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #333;
    box-shadow: 0 4px 0 0 #333;
    padding: 1.9rem 2.2rem;
    text-decoration: none;
    background-color: #fff;
  }
  a:hover.plan-point-card__type {
    border: 2px solid #14cd0a;
    box-shadow: 0 4px 0 0 #14cd0a;
  }
  .plan-point-card__head {
    flex-shrink: 0;
    width: 120px;
  }
  .plan-point-card__body {
    position: relative;
    flex-grow: 1;
    padding-right: 2.4rem;
  }
  .plan-point-card__body::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background: url("/plan/img/index_ic01.svg") no-repeat center center / contain;
  }
  .plan-point-card__title {
    color: #333;
    font-size: 2.0rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-point-card__title--bold {
    font-weight: 700;
  }
  .plan-point-card__image {
    width: 100%;
  }
  .plan-point-note-list-wrap {
    margin: 1.0rem 0 0;
  }
  .plan-point-note-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-point-note-list > li {
    position: relative;
    padding-left: 2.4rem;
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-point-note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- plan-best-plan-layout ----- */
  .plan-best-plan-layout {
    margin: 5.3rem 0 0;
  }
  .plan-best-plan-layout__inner {
    padding-inline: 2.0rem;
    max-width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /* ----- plan-best-plan-heading2 ----- */
  .plan-best-plan-heading2 {
    text-align: center;
  }
  .plan-best-plan-heading2__subtitle {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .plan-best-plan-heading2__subtitle::before {
    content: "＼";
    margin-right: 0.4em;
  }

  .plan-best-plan-heading2__subtitle::after {
    content: "／";
    margin-left: 0.4em;
  }
  .plan-best-plan-heading2__title {
    color: #D4FF84;
    text-shadow: 0 3px 0 #333;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    font-size: 4.0rem;
    font-weight: 900;
    line-height: 1.4;
  }
  /* ----- plan-media ----- */
  .plan-media {
    margin: 0.9rem 0 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 0 36px;
  }
  .plan-media__head {
    flex-shrink: 0;
    width: 345px;
  }
  .plan-media__body {
    flex-grow: 1;
  }
  /* ----- plan-figure ----- */
  .plan-figure-wrap {
    margin: 3.2rem 0 0;
  }
  .plan-figure {
    margin: 0;
  }
  .plan-figure__frame {
    display: flex;
    justify-content: center;
  }
  .plan-figure__frame img {
    width: min(100%, 450px);
  }
  /* ----- plan-compare-figure ----- */
  .plan-compare-figure-wrap {
    margin: 3.2rem 0 0;
  }
  .plan-compare-figure {
    margin: 0;
  }
  .plan-compare-figure__frame {
    display: flex;
    justify-content: center;
  }
  .plan-compare-figure__frame img {
    width: min(100%, 690px);
  }
  /* ----- plan-note-list ----- */
  .plan-note-list-wrap {
    margin: 1.6rem 0 0;
  }
  .plan-note-list {
    display: grid;
    grid-template-columns: auto;
    row-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-note-list > li {
    position: relative;
    padding-left: 2.4rem;
    color: #666;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- plan-recommend-title ----- */
  .plan-recommend-title {
    margin: 3.2rem 0 0;
    color: #14cd0a;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .plan-recommend-title-v2 {
    margin: 3.2rem 0 0;
    color: #006efa;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  /* ----- plan-recommend-card ----- */
  .plan-recommend-card-wrap {
    margin: 1.6rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem 0;
  }
  .plan-recommend-card__detail {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 1.6rem;
  }
  .plan-recommend-card__head {
    flex-shrink: 0;
    width: 70px;
  }
  .plan-recommend-card__image > img {
    width: 70px;
    height: 70px;
  }
  .plan-recommend-card__body {
    flex-grow: 1;
  }
  .plan-recommend-card__description {
    margin: 0;
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-recommend-card__description--bold {
    font-weight: 700;
  }
  /* ----- plan-button ----- */
  .plan-button-wrap {
    display: flex;
    justify-content: center;
    margin: 2.9rem 0 0;
  }
  .plan-button{
    max-width: 376px;
    width: 100%;
  }
  a.plan-button__type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1.4rem 1.8rem;
    background-color: #6f2fff;
    border: 2px solid #6f2fff;
    border-radius: 100px;
    box-shadow: 0 4px 0 0 #3900ba;
    text-decoration: none;
  }
  a:hover.plan-button__type {
    background-color: #a982ff;
    border: 2px solid #a982ff;
    box-shadow: 0 4px 0 0 #8770D8;
  }
  .plan-button__label {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    padding-right: 1.8rem;
  }
  .plan-button__label::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background-color: #fff;
    -webkit-mask-image: url("/plan/img/index_ic01.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-image: url("/plan/img/index_ic01.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  /* ----- plan-button-v2 ----- */
  .plan-button-v2-wrap {
    display: flex;
    justify-content: center;
    margin: 2.9rem 0 0;
  }
  .plan-button-v2{
    max-width: 376px;
    width: 100%;
  }
  a.plan-button-v2__type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1.6rem 2rem;
    background-color: #fff;
    border: 2px solid #6f2fff;
    border-radius: 100px;
    box-shadow: 0 4px 0 0 #3900ba;
    text-decoration: none;
  }
  .plan-button-v2__type--modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1.6rem 2.2rem;
    background-color: #fff;
    border: 2px solid #6f2fff;
    border-radius: 100px;
    box-shadow: 0 4px 0 0 #3900ba;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  a:hover.plan-button-v2__type {
    border: 2px solid #a982ff;
    box-shadow: 0 4px 0 0 #8770D8;
  }
  .plan-button-v2__type--modal:hover {
    border: 2px solid #a982ff;
    box-shadow: 0 4px 0 0 #8770D8;
  }
  a:hover.plan-button-v2__type > .plan-button-v2__label {
    color: #a982ff;
  }
  .plan-button-v2__type--modal:hover > .plan-button-v2__label {
    color: #a982ff;
  }
  a:hover.plan-button-v2__type > .plan-button-v2__label::after {
    background-color: #a982ff;
  }
  .plan-button-v2__type--modal:hover > .plan-button-v2__label::after {
    background-color: #a982ff;
  }
  .plan-button-v2__label {
    position: relative;
    width: 100%;
    color: #6f2fff;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    padding-right: 2.2rem;
  }
  a.plan-button-v2__type > .plan-button-v2__label::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background-color: #6f2fff;
    -webkit-mask-image: url("/plan/img/index_ic01.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-image: url("/plan/img/index_ic01.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .plan-button-v2__type--modal > .plan-button-v2__label::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background-color: #6f2fff;
    -webkit-mask-image: url("/plan/img/index_ic02.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-image: url("/plan/img/index_ic02.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  /* ----- plan-best-plan-v-layou ----- */
  .plan-best-plan-v-layout {
    margin: 5.0rem 0 0;
    padding: 5.3rem 0 5rem;
    background-color: #d6edff;
  }
  .plan-best-plan-v-layout__inner {
    padding-inline: 2.0rem;
    max-width: 940px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  /* ----- plan-best-plan-v-heading2 ----- */
  .plan-best-plan-v-heading2 {
    text-align: center;
  }
  .plan-best-plan-v-heading2__subtitle {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .plan-best-plan-v-heading2__subtitle::before {
    content: "＼";
    margin-right: 0.4em;
  }

  .plan-best-plan-v-heading2__subtitle::after {
    content: "／";
    margin-left: 0.4em;
  }
  .plan-best-plan-v-heading2__title {
    color: #70a6f8;
    text-shadow: 0 3px 0 #333;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    font-size: 4.0rem;
    font-weight: 900;
    line-height: 1.4;
  }
  /* ----- plan-note-order-list ----- */
  .plan-note-order-list-wrap {
    margin: 1.6rem 0 0;
  }
  .plan-note-order-list {
    display: grid;
    grid-template-columns: auto;
    row-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-note-order-list > li {
    position: relative;
    padding-left: 4.0rem;
    color: #666;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .plan-note-order-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- plan-heading2 ----- */
  .plan-heading2 {
    margin: 5.2rem 0 0!important;
  }
  .plan-heading2__title {
    color: #d4ff84;
    text-align: center;
    text-shadow: 0 3px 0 #333;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    font-size: 4.0rem;
    font-weight: 900;
    line-height: 1.4;
  }
  /* ----- plan-heading3 ----- */
  .plan-heading3 {
    margin: 4.5rem 0 0!important;
  }
  .plan-heading3  + * {
    margin: 2.6rem 0 0!important;
  }
  .plan-heading3__title {
    color: #333;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  /* ----- plan-text--center ----- */
  .plan-text--center {
    margin: 1.6rem 0 0;
    text-align: center;
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
  }
  /* ----- plan-accordion ----- */
  .plan-accordion-layout {
    margin: 3.5rem 0 0;
    display: grid;
    grid-template-columns: auto;
    row-gap: 1.9rem;
  }
  .plan-accordion-item {
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #e9ecef;
  }
  .plan-accordion-trigger {
    width: 100%;
    cursor: pointer;
    background-color: #e9ecef;
    padding: 2.0rem 2.4rem 2.4rem 2.4rem;
    transition: all 0.3s ease;
  }
  .plan-accordion-trigger:hover > .plan-accordion-label {
    text-decoration: underline;
    color: #6f2fff;
  }
  .plan-accordion-trigger:focus-visible {
    outline: 2px solid #14cd0a;
    outline-offset: -2px;
  }
  .plan-accordion-label {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    color: #333;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
    padding-right: 3.1rem;
    text-align: left;
  }
  .plan-accordion-label::before,
  .plan-accordion-label::after {
    position: absolute;
    background-color: #6f2fff;
    content: "";
    top: 50%;
    right: 0;
    display: inline-block;
    border: none;
    width: 21px;
    height: 1px;
    margin: 2px 0 0;
    transform: rotate(0);
    transition: transform .2s ease-out 0s;
    -webkit-transition: transform .2s ease-out 0s;
  }
  .plan-accordion-label::after {
    transform: rotate(90deg);
  }
  .plan-accordion-trigger.is-active .plan-accordion-label::after {
    transform: rotate(0);
  }
  .plan-accordion-detail {
    display: none;
    padding: 2.2rem 2.6rem;
  }
  .plan-accordion-trigger.is-active > .plan-accordion-detail{
    display: block;
  }
  .plan-accordion-text {
    margin: 0;
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }

  /* ----- plan-unorder-list-v2 ----- */
  .plan-unorder-list-v2-wrap {
    margin: 1.6rem 0 0;
  }
  .plan-unorder-list-v2 {
    display: grid;
    grid-template-columns: auto;
    row-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-unorder-list-v2 > li {
    position: relative;
    padding-left: 1.8rem;
    color: #666;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .plan-unorder-list-v2 > li::before {
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0.45em;
    left: 0;
    background-color: #ccc;
    border-radius: 50%;
    content: "";
  }
  /* ----- plan-link-list ----- */
  .plan-link-list-wrap {
    margin: 1.6rem 0 0;
  }
  .plan-link-list-wrap--center {
    display: flex;
    justify-content: center;
    margin: 1.6rem 0 0;
  }
  .plan-link-list {
    display: grid;
    grid-template-columns: auto;
    row-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-link-list > li {
    position: relative;
    padding-left: 2.0rem;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-link-list > li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background: url("/plan/img/index_ic01.svg") no-repeat center center / contain;
  }
  .plan-link-list__type,
  .plan-link-list__type--blank {
    display: inline;
    text-decoration: underline;
    color: #6f2fff;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.6;
  }
  .plan-link-list__type--blank::after {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    top: 2px;
    margin: 0 1rem;
    background: url("/plan/img/index_ic03.svg") no-repeat center center / contain;
    content: "";
  }
  /* ----- plan-campaign-wrap ----- */
  .plan-campaign-wrap {
    margin: 12rem 0 0;
  }
  /* ----- plan-tab ----- */
  .plan-tab-layout {
    margin: 4rem 0 0;
  }
  .plan-tab-navi {
    border-bottom: 2px solid #14cd0a;
  }
  .plan-tab-list {
    display: flex;
    flex-flow: row nowrap;
    gap: 0 1.3em;
  }
  .plan-tab-list > li {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 71px;
  }
  .plan-tab-list > li > .plan-tab-list-button {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: solid #666;
    border-width: 2px 2px 0;
    border-radius: 16px 16px 0 0;
    width: 100%;
    padding: 1.3rem 2.2rem;
  }
  .plan-tab-list > li.is-current > .plan-tab-list-button {
    background-color: #14cd0a;
    border: solid #14cd0a;
  }
  .plan-tab-list > li:not(.is-current) > .plan-tab-list-button:hover {
    background-color: #fff;
  }
  .plan-tab-list > li:not(.is-current) > .plan-tab-list-button:hover > .plan-tab-label {
    color: #14cd0a;
  }
  .plan-tab-list > li > .plan-tab-list-button > .plan-tab-label {
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
  }
  .plan-tab-list > li.is-current > .plan-tab-list-button > .plan-tab-label {
    color: #fff;
  }

  /* ----- plan-detail-card ----- */
  .plan-detail-card-wrap {
    margin: 3.2rem 0 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 0 36px;
  }
  .plan-detail-card {
    width: calc((100% - (72px)) / 3);
  }
  a.plan-detail-card__type {
    display: flex;
    flex-direction: column;
    gap: 12px 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 2px solid #333;
    border-radius: 16px;
    background-color: #fff;
    padding: 1.9rem 2.2rem;
    text-decoration: none;
    position: relative;
  }
  a:hover.plan-detail-card__type {
    border: 2px solid #14cd0a;
  }
  .plan-detail-card__head {
    flex-shrink: 0;
    width: 70px;
  }
  .plan-detail-card__body {
    flex-grow: 1;
  }
  .plan-detail-card__title {
    display: inline;
    color: #333;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .plan-detail-card__title::after {
    position: relative;
    display: inline-block;
    content: "";
    top: 0;
    margin: 0 0.7rem;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background: url("/plan/img/index_ic01.svg") no-repeat center center / contain;
  }
  .plan-detail-card__description {
    margin: 1.0rem 0 0;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  /* ----- plan-unorder-list ----- */
  .plan-unorder-list-wrap {
    margin: 1.6rem 0 0;
  }
  .plan-unorder-list {
    display: grid;
    grid-template-columns: auto;
    row-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-unorder-list > li {
    position: relative;
    padding-left: 2.0rem;
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-unorder-list > li::before {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0.45em;
    left: 0;
    background-color: #14cd0a;
    border-radius: 50%;
    content: "";
  }
  /* ----- plan-util-link ----- */
  .plan-util-link,
  .plan-util-link--blank {
    display: inline;
    text-decoration: underline;
    color: #6f2fff;
  }
  .plan-util-link--blank::after {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    top: 2px;
    margin: 0 1rem;
    background: url("/plan/img/index_ic03.svg") no-repeat center center / contain;
    content: "";
  }
  /* ----- plan-table-layout ----- */
  [class^="table-layout"] {
    overflow-x: auto;
    padding-bottom: 1px;
  }
  [class*="table-layout"] th > *:first-child,
  [class*="table-layout"] th > section:first-child > [class*="heading-lv"],
  [class*="table-layout"] td > *:first-child,
  [class*="table-layout"] td > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .plan-table-layout {
    margin: 3.2rem 0 0;
  }
  .plan-table-layout .plan-table_inner {
    width: 100%;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .plan-table-layout .gp-w-100per {
    width: 100%!important;
  }
  .plan-table-layout .gp-w-064per {
    width: 64%!important;
  }
  .plan-table-layout .gp-w-050per {
    width: 50%!important;
  }
  .plan-table-layout .gp-w-046per {
    width: 46%!important;
  }
  .plan-table-layout .gp-w-036per {
    width: 36%!important;
  }
  .plan-table-layout .gp-w-032per {
    width: 32%!important;
  }
  .plan-table-layout .gp-w-027per {
    width: 27%!important;
  }
  .plan-table-layout th,
  .plan-table-layout td {
    padding: 10px 12px;
    vertical-align: top;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .plan-table-layout th {
    vertical-align: middle;
    font-weight: 700!important;
  }
  .plan-table-layout th > *:first-child,
  .plan-table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .plan-table-layout .plan-cell-style1 {
    background-color: #e9ecef;
    color: #333;
  }
  .plan-table-layout th {
    font-size: 1.6rem;
  }
  .plan-table-layout td {
    font-size: 1.6rem;
  }
  .plan-table-layout .plan-cell-middle {
    text-align: center;
    vertical-align: middle;
  }
  .plan-table-layout .plan-cell-right {
    text-align: right;
  }
  .plan-table-layout .plan-cell--normal {
    font-weight: normal;
  }
  .plan-table-layout .plan-cell--highlight {
    color: #333;
    font-size: 3.2rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .plan-table-layout .plan-cell--small {
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .plan-table-layout .plan-cell--small-v2 {
    color: #333;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .plan-text--right {
    text-align: right;
    margin: 1.6rem 0 0;
    color: #333;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
  }
  /* ----- plan-compare-table ----- */
  .plan-compare-table-layout {
    margin: 3.2rem 0 0;
  }
  .plan-compare-table-layout .plan-compare-table_inner {
    width: 100%;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .plan-compare-table-layout .gp-w-050per {
    width: 50%!important;
  }
  .plan-compare-table-layout th,
  .plan-compare-table-layout td {
    padding: 1.8rem 2.4rem;
    vertical-align: top;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .plan-compare-table-layout th {
    vertical-align: middle;
    font-weight: 700!important;
  }
  .plan-compare-table-layout th > *:first-child,
  .plan-compare-table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .plan-compare-table-layout .plan-compare-cell-style1 {
    background-color: #14cd0a;
    color: #fff;
  }
  .plan-compare-table-layout .plan-compare-cell-style2 {
    background-color: #006efa;
    color: #fff;
  }
  .plan-compare-table-layout th {
    font-size: 1.4rem;
  }
  .plan-compare-table-layout td {
    font-size: 1.4rem;
  }
  .plan-compare-table-layout .plan-compare-cell-middle {
    text-align: center;
    vertical-align: middle;
  }
  /* ----- plan-modal-text ----- */
  .plan-modal-text {
    margin: 0;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-modal-text--bold {
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
  }
  /* ----- plan-modal-link-list ----- */
  .plan-modal-link-list-wrap {
    margin: 1.6rem 0 0;
  }
  .plan-modal-link-list {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    row-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-modal-link-list > li {
    position: relative;
    padding-left: 2.0rem;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-modal-link-list > li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background: url("/plan/img/index_ic01.svg") no-repeat center center / contain;
  }
  .plan-modal-link-list__type {
    display: inline;
    text-decoration: underline;
    color: #6f2fff;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.6;
  }
  /* ----- plan-floating-button ----- */
  .plan-floating-button-wrap {
    position: fixed;
    bottom: 10px;
    right: 0;
    z-index: 9;
    width: 313px;
    height: 142px;
    border-radius: 16px 0 0 16px;
    overflow: hidden;
    background-color: #fff;
  }
  .plan-floating-button__type {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 71px;
    gap: 0 1.0rem;
    padding: 1.5rem 4.8rem 1.5rem 3.0rem;
    text-decoration: none;
  }
  .plan-floating-button__type:focus-visible {
    outline: none;
    opacity: 0.7;
  }
  .plan-floating-button__type:hover {
    opacity: 0.7;
  }
  .plan-floating-button__type::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 26px;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background-color: #fff;
    -webkit-mask-image: url("/plan/img/index_ic01.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-image: url("/plan/img/index_ic01.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .plan-floating-button.best-plan > .plan-floating-button__type {
    background-color: #14cd0a;
  }
  .plan-floating-button.best-plan-v > .plan-floating-button__type {
    background-color: #006efa;
  }
  .plan-floating-button__image {
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    width: 145px;
  }
  .plan-floating-button > .plan-floating-button__type > .plan-floating-button__image img {
    width: 100%;
  }
  .plan-floating-button__label {
    flex-grow: 1;
    position: relative;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
  }
  /* ----- plan-more-button ----- */
  .plan-more-button-wrap {
    display: flex;
    justify-content: center;
    margin: 2.9rem 0 0;
  }
  .plan-more-button-wrap +* {
    margin-top: 3.2rem!important;
  }
  .plan-more-button{
    max-width: 376px;
    width: 100%;
  }
  .plan-more-button__type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1.6rem 2.2rem;
    background-color: #fff;
    border: 2px solid #6f2fff;
    border-radius: 100px;
    box-shadow: 0 4px 0 0 #3900ba;
    text-decoration: none;
  }
  .plan-more-button__label {
    width: 100%;
    position: relative;
    color: #6f2fff;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
    padding-right: 3.1rem;
  }
  .plan-more-button__label::before,
  .plan-more-button__label::after {
    position: absolute;
    background-color: #6f2fff;
    content: "";
    top: 50%;
    right: 0;
    display: inline-block;
    border: none;
    width: 21px;
    height: 1px;
    margin: -1px 0 0;
    transform: rotate(0);
    transition: transform .2s ease-out 0s;
    -webkit-transition: transform .2s ease-out 0s;
  }
  .plan-more-button__label::after {
    transform:  rotate(90deg);
  }
  .plan-more-button__type.is-open .plan-more-button__label::after {
    transform: rotate(0);
  }
  .plan-more-button__type:hover {
    border: 2px solid #a982ff;
    box-shadow: 0 4px 0 0 #8770D8;
  }
  .plan-more-button__type:hover > .plan-more-button__label {
    color: #a982ff;
  }
  .plan-more-button__type:hover > .plan-more-button__label::before,
  .plan-more-button__type:hover > .plan-more-button__label::after {
    background-color: #a982ff;
  }
}

@media screen and (max-width: 1023px) {
  /* ----- plan-content ----- */
  .plan-content {
    padding: 3.2rem 4vw 5.0rem;
  }
  /* ----- plan-util-sp-hidden ----- */
  .plan-util-sp-hidden {
    display: none;
  }
  /* ----- plan-compare-title ----- */
  .plan-compare-subtitle {
    color: #fff;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .plan-compare-title {
    margin: 0.6rem 0 0;
  }
  .plan-compare-title > img {
    width: 37.33vw;
  }
  .plan-compare-lead {
    color: #333;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.5;
  }
  /* ----- plan-compare-content ----- */
  .plan-compare-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 0.5rem;
  }
  .plan-compare-content__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #e9ecef;
    border-radius: 50%;
    width: 11.54vw;
    height: 11.54vw;
  }
  .plan-compare-content__title--highlight {
    color: #14cd0a;
    font-size: 4.27vw;
    font-weight: 700;
    line-height: 1;
  }
  .plan-compare-content__title--small {
    font-size: 3.2vw;
  }
  .plan-compare-content__title--normal {
    color: #333;
    font-size: 2.67vw;
    font-weight: 400;
    line-height: 1;
    /*margin-top: -2px;*/
  }
  .plan-compare-content__text {
    color: #333;
    font-size: 3.47vw;
    font-weight: 400;
    line-height: 1.4;
  }
  .plan-compare-content__text--highlight {
    color: #333;
    font-size: 5.87vw;
    line-height: 1.4;
  }
  .plan-compare-content-detail {
    margin: 1.1rem 0 0;
    border: 1px solid #ddd;
    padding: 1.0rem 0.8rem;
  }
  .plan-compare-content-detail__lead {
    color: #333;
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 1.5;
  }
  .plan-compare-content-detail__description {
    text-align: left!important;
    color: #333;
    font-size: 2.67vw;
    font-weight: 400;
    line-height: 1.4;
  }
  /* ----- plan-banner ----- */
   .plan-banner-wrap {
    margin: 3.2rem 0 0;
  }
  .plan-banner {
    margin: 0;
    display: flex;
    justify-content: center;
  }
  .plan-banner__frame {
    display: block;
    width: min(100%, 345px);
  }
  .plan-banner__frame img {
    width: 100%;
  }
  /* ----- plan-anchor-navi ----- */
  .plan-anchor-navi {
    margin: 3.2rem 0 0;
  }
  .plan-anchor-navi__list {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    gap: 1.9rem 1.5rem;
  }
  .plan-anchor-navi__list > li {
    width: calc((100% - (15px)) / 2);
  }
  a.plan-anchor-navi__link {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    border: 2px solid #333;
    border-radius: 16px;
    box-shadow: 0 4px 0 0 #333;
    padding: 1.7rem 2.0rem 1.7rem 2.0rem;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 400;
    text-decoration: none;
  }
  .plan-anchor-navi__label {
    position: relative;
    display: inline-block;
    padding-left: 2.4rem;
  }
  .plan-anchor-navi__label::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 8px;
    background: url("/plan/img/index_ic01.svg") no-repeat center center / contain;
  }
  /* ----- plan-point-layout ----- */
  .plan-point-layout {
    margin: 3.0rem 0 0;
  }
  .plan-point-layout__inner {
    margin: -3.0rem -4vw 0;
    padding: 6.8rem 4vw 3.5rem;
    background-color: #f1f9ea;
    }
  /* ----- plan-point-heading2 ----- */
  .plan-point-heading2 {
    position: relative;
    z-index: 2;
  }
  .plan-point-heading2__inner {
    background-color: #14cd0a;
    border-radius: 16px;
    padding: 1.6rem;
  }
  .plan-point-heading2__title {
    text-align: center;
    color: #fff;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.4;
  }
  /* ----- plan-point-content ----- */
  .plan-point-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.6rem 0;
  }
  .plan-point-content__detail {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 1.5rem;
  }
  .plan-point-content__head {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #14cd0a;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
  }
  .plan-point-content__body {
    flex-grow: 1;
  }
  .plan-point-content__text {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
  }
  .plan-point-content__number {
    color: #fff;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1;
  }
  .plan-point-content__title {
    color: #333;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
  }
  /* ----- plan-point-card ----- */
  .plan-point-card-wrap {
    margin: 2.2rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 1.0rem 0;
  }
  .plan-point-card {
    display: block;
  }
  a.plan-point-card__type {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 0 1.0rem;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #333;
    box-shadow: 0 4px 0 0 #333;
    padding: 1.9rem 1.9rem 1.9rem 2.2rem;
    text-decoration: none;
    background-color: #fff;
  }
  .plan-point-card__head {
    flex-shrink: 0;
    width: 60px;
  }
  .plan-point-card__body {
    position: relative;
    flex-grow: 1;
    padding-right: 2.4rem;
  }
  .plan-point-card__body::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background: url("/plan/img/index_ic01.svg") no-repeat center center / contain;
  }
  .plan-point-card__title {
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-point-card__title--bold {
    font-weight: 700;
  }
  .plan-point-note-list-wrap {
    margin: 1.0rem 0 0;
  }
  .plan-point-note-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-point-note-list > li {
    position: relative;
    padding-left: 2.4rem;
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-point-note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- plan-best-plan-layout ----- */
  .plan-best-plan-layout {
    margin: 5.3rem 0 0;
  }
  /* ----- plan-best-plan-heading2 ----- */
  .plan-best-plan-heading2 {
    text-align: center;
  }
  .plan-best-plan-heading2__subtitle {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .plan-best-plan-heading2__subtitle::before {
    content: "＼";
    margin-right: 0.4em;
  }

  .plan-best-plan-heading2__subtitle::after {
    content: "／";
    margin-left: 0.4em;
  }
  .plan-best-plan-heading2__title {
    margin: -0.2rem 0 0;
    color: #D4FF84;
    text-shadow: 0 3px 0 #333;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.4;
  }
  /* ----- plan-figure ----- */
  .plan-figure-wrap {
    margin: 3.2rem 0 0;
  }
  .plan-figure {
    margin: 0;
  }
  .plan-figure__frame {
    display: flex;
    justify-content: center;
  }
  .plan-figure__frame img {
    width: min(100%, 345px);
  }
  /* ----- plan-compare-figure ----- */
  .plan-compare-figure-wrap {
    margin: 3.2rem 0 0;
  }
  .plan-compare-figure {
    margin: 0;
  }
  .plan-compare-figure__frame {
    display: flex;
    justify-content: center;
  }
  .plan-compare-figure__frame img {
    width: min(100%, 450px);
  }
  /* ----- plan-note-list ----- */
  .plan-note-list-wrap {
    margin: 1.6rem 0 0;
  }
  .plan-note-list {
    display: grid;
    grid-template-columns: auto;
    row-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-note-list > li {
    position: relative;
    padding-left: 2.2rem;
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-note-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- plan-recommend-title ----- */
  .plan-recommend-title {
    margin: 2.9rem 0 0;
    color: #14cd0a;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .plan-recommend-title-v2 {
    margin: 2.9rem 0 0;
    color: #006efa;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  /* ----- plan-recommend-card ----- */
  .plan-recommend-card-wrap {
    margin: 1.4rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem 0;
  }
  .plan-recommend-card__detail {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 1.6rem;
  }
  .plan-recommend-card__head {
    flex-shrink: 0;
    width: 70px;
  }
  .plan-recommend-card__image > img {
    width: 70px;
    height: 70px;
  }
  .plan-recommend-card__body {
    flex-grow: 1;
  }
  .plan-recommend-card__description {
    margin: 0;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-recommend-card__description--bold {
    font-weight: 700;
  }
  /* ----- plan-button ----- */
  .plan-button-wrap {
    display: flex;
    justify-content: center;
    margin: 1.6rem 0 0;
  }
  .plan-button{
    max-width: 376px;
    width: 100%;
  }
  a.plan-button__type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1.4rem 1.8rem;
    background-color: #6f2fff;
    border: 2px solid #6f2fff;
    border-radius: 100px;
    box-shadow: 0 4px 0 0 #3900ba;
    text-decoration: none;
  }
  .plan-button__label {
    position: relative;
    width: 100%;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    padding-right: 1.8rem;
  }
  .plan-button__label::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background-color: #fff;
    -webkit-mask-image: url("/plan/img/index_ic01.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-image: url("/plan/img/index_ic01.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  /* ----- plan-button-v2 ----- */
  .plan-button-v2-wrap {
    display: flex;
    justify-content: center;
    margin: 3.2rem 0 0;
  }
  .plan-button-v2{
    max-width: 376px;
    width: 100%;
  }
  a.plan-button-v2__type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1.6rem 2rem;
    background-color: #fff;
    border: 2px solid #6f2fff;
    border-radius: 100px;
    box-shadow: 0 4px 0 0 #3900ba;
    text-decoration: none;
  }
  .plan-button-v2__type--modal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1.6rem 2.2rem;
    background-color: #fff;
    border: 2px solid #6f2fff;
    border-radius: 100px;
    box-shadow: 0 4px 0 0 #3900ba;
    text-decoration: none;
  }
  .plan-button-v2__label {
    position: relative;
    width: 100%;
    color: #6f2fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    padding-right: 2.2rem;
  }
  a.plan-button-v2__type > .plan-button-v2__label::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background-color: #6f2fff;
    -webkit-mask-image: url("/plan/img/index_ic01.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: contain;

    mask-image: url("/plan/img/index_ic01.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
  }
  .plan-button-v2__type--modal > .plan-button-v2__label::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    background: url("/plan/img/index_ic02.svg") no-repeat center center / contain;
  }
  /* ----- plan-best-plan-v-layou ----- */
  .plan-best-plan-v-layout {
    margin: 4.8rem -4vw 0;
    padding: 5.2rem 4vw 3.5rem;
    background-color: #d6edff;
  }
  /* ----- plan-best-plan-v-heading2 ----- */
  .plan-best-plan-v-heading2 {
    text-align: center;
  }
  .plan-best-plan-v-heading2__subtitle {
    position: relative;
    display: inline-block;
    color: #333;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .plan-best-plan-v-heading2__subtitle::before {
    content: "＼";
    margin-right: 0.4em;
  }

  .plan-best-plan-v-heading2__subtitle::after {
    content: "／";
    margin-left: 0.4em;
  }
  .plan-best-plan-v-heading2__title {
    margin: -0.2rem 0 0;
    color: #70a6f8;
    text-shadow: 0 3px 0 #333;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.4;
  }
  /* ----- plan-note-order-list ----- */
  .plan-note-order-list-wrap {
    margin: 1.6rem 0 0;
  }
  .plan-note-order-list {
    display: grid;
    grid-template-columns: auto;
    row-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-note-order-list > li {
    position: relative;
    padding-left: 4.0rem;
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-note-order-list__mark {
    position: absolute;
    top: 0;
    left: 0;
  }
  /* ----- plan-heading2 ----- */
  .plan-heading2 {
    margin: 5.2rem 0 0!important;
  }
  .plan-heading2__title {
    color: #d4ff84;
    text-align: center;
    text-shadow: 0 3px 0 #333;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1.4;
  }
  /* ----- plan-heading3 ----- */
  .plan-heading3 {
    margin: 3.5rem 0 0!important;
  }
  .plan-heading3 + * {
    margin: 2.2rem 0 0!important;
  }
  .plan-heading3__title {
    color: #333;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
  }
  /* ----- plan-text--center ----- */
  .plan-text--center {
    margin: 1.6rem 0 0;
    text-align: center;
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
  }
  /* ----- plan-accordion ----- */
  .plan-accordion-layout {
    margin: 3.2rem 0 0;
    display: grid;
    grid-template-columns: auto;
    row-gap: 1rem;
  }
  .plan-accordion-item {
    border-radius: 16px;
    overflow: hidden;
    border: 2px solid #e9ecef;
  }
  .plan-accordion-trigger {
    width: 100%;
    background-color: #e9ecef;
    padding: 1.3rem 1.4rem;
  }
  .plan-accordion-label {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    padding-right: 3.1rem;
    text-align: left;
  }
  .plan-accordion-label::before,
  .plan-accordion-label::after {
    position: absolute;
    background-color: #6f2fff;
    content: "";
    top: 50%;
    right: 0;
    display: inline-block;
    border: none;
    width: 15px;
    height: 1px;
    margin: -1px 0 0;
    transform: rotate(0);
    transition: transform .2s ease-out 0s;
    -webkit-transition: transform .2s ease-out 0s;
  }
  .plan-accordion-label::after {
    transform: rotate(90deg);
  }
  .plan-accordion-trigger.is-active .plan-accordion-label::after {
    transform: rotate(0);
  }
  .plan-accordion-detail {
    display: none;
    padding: 1.0rem 1.6rem;
  }
  .plan-accordion-trigger.is-active > .plan-accordion-detail{
    display: block;
  }
  .plan-accordion-text {
    margin: 0;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  /* ----- plan-unorder-list-v2 ----- */
  .plan-unorder-list-v2-wrap {
    margin: 1.6rem 0 0;
  }
  .plan-unorder-list-v2 {
    display: grid;
    grid-template-columns: auto;
    row-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-unorder-list-v2 > li {
    position: relative;
    padding-left: 1.8rem;
    color: #666;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-unorder-list-v2 > li::before {
    display: inline-block;
    position: absolute;
    width: 8px;
    height: 8px;
    top: 0.45em;
    left: 0;
    background-color: #ccc;
    border-radius: 50%;
    content: "";
  }
  /* ----- plan-link-list ----- */
  .plan-link-list-wrap {
    margin: 1.6rem 0 0;
  }
  .plan-link-list-wrap--center {
    display: flex;
    justify-content: center;
    margin: 1.6rem 0 0;
  }
  .plan-link-list {
    display: grid;
    grid-template-columns: auto;
    row-gap: 1.6rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-link-list > li {
    position: relative;
    padding-left: 2.0rem;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-link-list > li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background: url("/plan/img/index_ic01.svg") no-repeat center center / contain;
  }
  .plan-link-list__type,
  .plan-link-list__type--blank {
    display: inline;
    text-decoration: underline;
    color: #6f2fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-link-list__type--blank::after {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    top: 2px;
    margin: 0 1rem;
    background: url("/plan/img/index_ic03.svg") no-repeat center center / contain;
    content: "";
  }
  /* ----- plan-campaign-wrap ----- */
  .plan-campaign-wrap {
    margin: 4.4rem -4vw 0;
  }
  /* ----- plan-tab ----- */
  .plan-tab-layout {
    margin: 2.2rem 0 0;
  }
  .plan-tab-navi {
    border-bottom: 2px solid #14cd0a;
  }
  .plan-tab-list {
    display: flex;
    flex-flow: row nowrap;
    gap: 0 0.6rem;
  }
  .plan-tab-list > li {
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 62px;
  }
  .plan-tab-list > li > .plan-tab-list-button {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: solid #666;
    border-width: 2px 2px 0;
    border-radius: 16px 16px 0 0;
    width: 100%;
    padding: 1.0rem;
  }
  .plan-tab-list > li.is-current > .plan-tab-list-button {
    background-color: #14cd0a;
    border: solid #14cd0a;
  }
  .plan-tab-list > li > .plan-tab-list-button > .plan-tab-label {
    color: #333;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    text-align: center;
  }
  .plan-tab-list > li.is-current > .plan-tab-list-button > .plan-tab-label {
    color: #fff;
  }

  /* ----- plan-detail-card ----- */
  .plan-detail-card-wrap {
    margin: 3.0rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 1.0rem 0;
  }
  a.plan-detail-card__type {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 1.5rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 2px solid #333;
    border-radius: 16px;
    background-color: #fff;
    padding: 1.9rem 2.1rem;
    text-decoration: none;
  }
  .plan-detail-card__head {
    flex-shrink: 0;
    width: 70px;
  }
  .plan-detail-card__body {
    flex-grow: 1;
    position: relative;
    padding-right: 2.3rem;
  }
  .plan-detail-card__body::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background: url("/plan/img/index_ic01.svg") no-repeat center center / contain;
  }
  .plan-detail-card__title {
    color: #333;
    font-size: 2.0rem;
    font-weight: 700;
    line-height: 1.6;
  }
  .plan-detail-card__description {
    margin: 1.0rem 0 0;
    color: #333;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.6;
  }
  /* ----- plan-unorder-list ----- */
  .plan-unorder-list-wrap {
    margin: 3.2rem 0 0;
  }
  .plan-unorder-list {
    display: grid;
    grid-template-columns: auto;
    row-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-unorder-list > li {
    position: relative;
    padding-left: 2.0rem;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-unorder-list > li::before {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0.45em;
    left: 0;
    background-color: #14cd0a;
    border-radius: 50%;
    content: "";
  }
  /* ----- plan-util-link ----- */
  .plan-util-link,
  .plan-util-link--blank {
    display: inline;
    text-decoration: underline;
    color: #6f2fff;
  }
  .plan-util-link--blank::after {
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    top: 2px;
    margin: 0 1rem;
    background: url("/plan/img/index_ic03.svg") no-repeat center center / contain;
    content: "";
  }
  /* ----- plan-table-layout ----- */
  [class^="table-layout"] {
    overflow-x: auto;
    padding-bottom: 1px;
  }
  [class*="table-layout"] th > *:first-child,
  [class*="table-layout"] th > section:first-child > [class*="heading-lv"],
  [class*="table-layout"] td > *:first-child,
  [class*="table-layout"] td > section:first-child > [class*="heading-lv"] {
    margin-top: 0 !important;
  }
  .plan-table-layout {
    margin: 3.2rem 0 0;
  }
  .plan-table-layout .plan-table_inner {
    width: 100%;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .plan-table-layout .gp-w-100per {
    width: 100%!important;
  }
  .plan-table-layout .gp-w-075per {
    width: 75%!important;
  }
  .plan-table-layout .gp-w-070per {
    width: 70%!important;
  }
  .plan-table-layout .gp-w-069per {
    width: 69%!important;
  }
  .plan-table-layout .gp-w-064per {
    width: 64%!important;
  }
  .plan-table-layout .gp-w-050per {
    width: 50%!important;
  }
  .plan-table-layout .gp-w-046per {
    width: 46%!important;
  }
  .plan-table-layout .gp-w-040per {
    width: 40%!important;
  }
  .plan-table-layout .gp-w-036per {
    width: 36%!important;
  }
  .plan-table-layout .gp-w-032per {
    width: 32%!important;
  }
  .plan-table-layout .gp-w-031per {
    width: 31%!important;
  }
  .plan-table-layout .gp-w-030per {
    width: 30%!important;
  }
  .plan-table-layout .gp-w-027per {
    width: 27%!important;
  }
  .plan-table-layout th,
  .plan-table-layout td {
    padding: 10px 12px;
    vertical-align: top;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .plan-table-layout th {
    vertical-align: middle;
    font-weight: 700!important;
  }
  .plan-table-layout th > *:first-child,
  .plan-table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .plan-table-layout .plan-cell-style1 {
    background-color: #e9ecef;
    color: #333;
  }
  .plan-table-layout th {
    font-size: 1.4rem;
  }
  .plan-table-layout td {
    font-size: 1.4rem;
  }
  .plan-table-layout .plan-cell-middle {
    text-align: center;
    vertical-align: middle;
  }
  .plan-table-layout .plan-cell-right {
    text-align: right;
  }
  .plan-table-layout .plan-cell--normal {
    font-weight: normal;
  }
  .plan-table-layout .plan-cell--highlight {
    color: #333;
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .plan-table-layout .plan-cell--small {
    color: #333;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
  }
  .plan-table-layout .plan-cell--small-v2 {
    color: #333;
    font-size: 1.0rem;
    font-weight: 400;
    line-height: 1.2;
  }
  .plan-text--right {
    text-align: right;
    margin: 1.6rem 0 0;
    color: #333;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.4;
  }
  /* ----- plan-compare-table ----- */
  .plan-compare-table-layout {
    margin: 0;
  }
  .plan-compare-table-layout .plan-compare-table_inner {
    width: 100%;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
  }
  .plan-compare-table-layout .gp-w-050per {
    width: 50%!important;
  }
  .plan-compare-table-layout th,
  .plan-compare-table-layout td {
    padding: 4.8vw 2.67vw;
    vertical-align: top;
    border-bottom: 2px solid #333;
    border-left: 2px solid #333;
    background-color: #fff;
    font-weight: normal;
    text-align: left;
  }
  .plan-compare-table-layout th {
    vertical-align: middle;
    font-weight: 700!important;
  }
  .plan-compare-table-layout th > *:first-child,
  .plan-compare-table-layout td > *:first-child {
    margin-top: 0 !important;
  }
  .plan-compare-table-layout .plan-compare-cell-style1 {
    background-color: #14cd0a;
    color: #fff;
  }
  .plan-compare-table-layout .plan-compare-cell-style2 {
    background-color: #006efa;
    color: #fff;
  }
  .plan-compare-table-layout th {
    font-size: 1.4rem;
  }
  .plan-compare-table-layout td {
    font-size: 1.4rem;
  }
  .plan-compare-table-layout .plan-compare-cell-middle {
    text-align: center;
    vertical-align: middle;
  }
  /* ----- plan-modal-text ----- */
  .plan-modal-text {
    margin: 0;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-modal-text--bold {
    color: #333;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
  }
  /* ----- plan-modal-link-list ----- */
  .plan-modal-link-list-wrap {
    margin: 1.6rem 0 0;
  }
  .plan-modal-link-list {
    display: grid;
    grid-template-columns: auto;
    justify-content: center;
    row-gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .plan-modal-link-list > li {
    position: relative;
    padding-left: 2.0rem;
    color: #333;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  .plan-modal-link-list > li::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-90deg);
    width: 14px;
    height: 8px;
    background: url("/plan/img/index_ic01.svg") no-repeat center center / contain;
  }
  .plan-modal-link-list__type {
    display: inline;
    text-decoration: underline;
    color: #6f2fff;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
  }
  /* ----- plan-floating-button ----- */
  .plan-floating-button-wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 60px;
  }
  .plan-floating-button {
    flex-shrink: 0;
    width: 50%;
  }
  .plan-floating-button__type {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 0 0.7rem;
    padding: 1.4rem 1.0rem;
    text-decoration: none;
  }
  .plan-floating-button.best-plan > .plan-floating-button__type {
    background-color: #14cd0a;
  }
  .plan-floating-button.best-plan-v > .plan-floating-button__type {
    background-color: #006efa;
  }
  .plan-floating-button__image {
    flex-shrink: 0;
  }
  .plan-floating-button__image img {
    width: 100%;
  }
  .plan-floating-button__label {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.4;
  }
  .plan-floating-button.best-plan > .plan-floating-button__type > .plan-floating-button__image {
    width: 91px;
  }
  .plan-floating-button.best-plan-v > .plan-floating-button__type > .plan-floating-button__image {
    width: 97px;
  }
  /* ----- plan-more-button ----- */
  .plan-more-button-wrap {
    display: flex;
    justify-content: center;
    margin: 3.2rem 0 0;
  }
  .plan-more-button-wrap +* {
    margin-top: 3.2rem!important;
  }
  .plan-more-button{
    max-width: 376px;
    width: 100%;
  }
  .plan-more-button__type {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1.6rem 2.2rem;
    background-color: #fff;
    border: 2px solid #6f2fff;
    border-radius: 100px;
    box-shadow: 0 4px 0 0 #3900ba;
    text-decoration: none;
  }
  .plan-more-button__label {
    width: 100%;
    position: relative;
    color: #6f2fff;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    padding-right: 2.5rem;
  }
  .plan-more-button__label::before,
  .plan-more-button__label::after {
    position: absolute;
    background-color: #6f2fff;
    content: "";
    top: 50%;
    right: 0;
    display: inline-block;
    border: none;
    width: 15px;
    height: 1px;
    margin: -1px 0 0;
    transform: rotate(0);
    transition: transform .2s ease-out 0s;
    -webkit-transition: transform .2s ease-out 0s;
  }
  .plan-more-button__label::after {
    transform:  rotate(90deg);
  }
  .plan-more-button__type.is-open .plan-more-button__label::after {
    transform: rotate(0);
  }
}


.js-plan-modal-button-close {
  cursor: pointer
}
.plan-modal-button-container {
  z-index: 9999;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px)
}
.plan-modal-button-container.is-active {
  opacity: 1;
  visibility: visible
}
.plan-modal-button-inner {
  background-color: #fff;
  max-width: calc(100% - 5.33vw);
  padding: 1.6rem;
  position: relative;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  max-height: 80vh
}
.plan-modal-button-box > *:first-child {
  margin: 0;
}
.plan-modal-button-box {
  overflow-y: auto;
  max-height: 70vh
}
.plan-modal-button-close {
  position: absolute;
  top: -48px;
  right: 0;
  cursor: pointer;
  border: none;
  background-color: unset;
  transition: opacity 0.3s ease
}

@media screen and (min-width:900px) {
  .plan-modal-button-container {
    width: 100%
  }
  .plan-modal-button-inner {
    padding: 60px;
    max-width: 900px
  }
  .plan-modal-button-close img {
    width: 48px
  }
}
@media (width >=1024px) {
  .plan-modal-button-inner {
    left: calc(50% + 90px)
  }
}
@media screen and (max-width: 1190px) {
  .plan-modal-button-inner {
    left: 50%;
  }
}



