/*! Writen  by SCSS */
.bottom_button_wrap {
  display: none; }

.plan_detail {
  padding: clamp(50px, 8.334vw, 100px) 0 40px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/plan/bg_plan.webp"); }
  @media screen and (max-width: 480px) {
    .plan_detail {
      padding: 30px 0 40px; } }
  .plan_detail .inner {
    max-width: 1000px;
    margin: 0 auto; }
    .plan_detail .inner .plan_detail_in {
      background-position: top center;
      background-repeat: no-repeat;
      background-size: cover;
      background-image: url("../images/plan/detail/bg_type02.webp");
      color: #000;
      position: relative; }
      .plan_detail .inner .plan_detail_in:after {
        content: "";
        position: absolute;
        inset: 0;
        border: 1px solid #cfb973;
        pointer-events: none; }
      .plan_detail .inner .plan_detail_in .type_detail {
        column-gap: 20px;
        justify-content: flex-start;
        align-items: center;
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url("../images/plan/detail/bg_type01.webp"); }
        @media screen and (max-width: 480px) {
          .plan_detail .inner .plan_detail_in .type_detail {
            flex-wrap: wrap; } }
        .plan_detail .inner .plan_detail_in .type_detail .type_name {
          font-size: clamp(34px, 4.546vw, 50px);
          line-height: 1;
          text-align: center;
          background: linear-gradient(to right, #f8eab4 0%, #a98d2f 100%);
          padding: clamp(20px, 2.917vw, 35px) 10px;
          width: 20%;
          letter-spacing: 0.05em; }
          @media screen and (max-width: 820px) {
            .plan_detail .inner .plan_detail_in .type_detail .type_name {
              font-size: 5vw; } }
          @media screen and (max-width: 480px) {
            .plan_detail .inner .plan_detail_in .type_detail .type_name {
              width: 100%;
              font-size: 10vw;
              padding: 10px; } }
          .plan_detail .inner .plan_detail_in .type_detail .type_name .type_sub {
            font-size: 80%; }
          .plan_detail .inner .plan_detail_in .type_detail .type_name .small {
            font-size: 60%; }
        .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group {
          justify-content: flex-start;
          padding-right: 20px;
          flex-grow: 1; }
          @media screen and (max-width: 480px) {
            .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group {
              padding: 15px 10px; } }
          .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .ldk {
            width: 16%;
            font-size: clamp(24px, 3.637vw, 40px);
            text-align: center;
            justify-content: center;
            flex-direction: column;
            align-items: center; }
            @media screen and (max-width: 820px) {
              .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .ldk {
                font-size: 4vw; } }
            @media screen and (max-width: 480px) {
              .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .ldk {
                width: 25%;
                font-size: 9vw; } }
            .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .ldk .en .small {
              font-size: 80%; }
            .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .ldk .jp {
              font-size: 14px;
              line-height: 1; }
              @media screen and (max-width: 480px) {
                .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .ldk .jp {
                  font-size: 12px; } }
          .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .meter_group {
            align-items: flex-end;
            column-gap: 20px;
            padding-left: 4%;
            margin-left: 4%;
            border-left: 1px solid #ccc; }
            @media screen and (max-width: 480px) {
              .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .meter_group {
                align-items: flex-start;
                flex-direction: column; } }
            .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .meter_group .meter {
              flex-direction: column;
              font-size: clamp(24px, 4.182vw, 46px);
              line-height: 1; }
              @media screen and (max-width: 820px) {
                .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .meter_group .meter {
                  font-size: 4.4vw; } }
              @media screen and (max-width: 480px) {
                .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .meter_group .meter {
                  font-size: 9vw; } }
              .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .meter_group .meter .m01 {
                font-size: 34%; }
              .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .meter_group .meter .m02 .small {
                font-size: 60%; }
              .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .meter_group .meter .m02 .small02 {
                font-size: 40%; }
            .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .meter_group .meter02 {
              transform: translateY(-5px); }
              .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .meter_group .meter02 .meter02_txt {
                font-size: clamp(12px, 1.455vw, 16px); }
                @media screen and (max-width: 820px) {
                  .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .meter_group .meter02 .meter02_txt {
                    font-size: 1.3vw; } }
                @media screen and (max-width: 480px) {
                  .plan_detail .inner .plan_detail_in .type_detail .ldk_meter_group .meter_group .meter02 .meter02_txt {
                    font-size: 10px; } }
      .plan_detail .inner .plan_detail_in .merit_draw_group {
        padding: 30px 20px 50px; }
        @media screen and (max-width: 480px) {
          .plan_detail .inner .plan_detail_in .merit_draw_group {
            padding: 20px; } }
        .plan_detail .inner .plan_detail_in .merit_draw_group .merit_group {
          max-width: 900px;
          margin: 0 auto;
          width: calc(100% - 40px);
          padding-bottom: 30px;
          margin-bottom: 30px;
          border-bottom: 3px double #333; }
          @media screen and (max-width: 480px) {
            .plan_detail .inner .plan_detail_in .merit_draw_group .merit_group {
              padding-bottom: 20px;
              margin-bottom: 20px;
              width: 100%; } }
          .plan_detail .inner .plan_detail_in .merit_draw_group .merit_group .merit_group_in {
            flex-wrap: wrap;
            justify-content: flex-start;
            column-gap: 30px; }
            @media screen and (max-width: 820px) {
              .plan_detail .inner .plan_detail_in .merit_draw_group .merit_group .merit_group_in {
                column-gap: 0;
                justify-content: space-between; } }
            @media screen and (max-width: 480px) {
              .plan_detail .inner .plan_detail_in .merit_draw_group .merit_group .merit_group_in {
                flex-direction: column; } }
            .plan_detail .inner .plan_detail_in .merit_draw_group .merit_group .merit_group_in .merit_txt {
              width: 45%;
              font-size: clamp(12px, 1.5vw, 18px); }
              @media screen and (max-width: 820px) {
                .plan_detail .inner .plan_detail_in .merit_draw_group .merit_group .merit_group_in .merit_txt {
                  width: 49%;
                  font-size: 1.8vw; } }
              @media screen and (max-width: 480px) {
                .plan_detail .inner .plan_detail_in .merit_draw_group .merit_group .merit_group_in .merit_txt {
                  width: 100%;
                  font-size: 3.4vw;
                  text-indent: -1.2em;
                  padding-left: 1.2em; } }
              .plan_detail .inner .plan_detail_in .merit_draw_group .merit_group .merit_group_in .merit_txt:first-letter {
                color: #ad9a4e; }
      .plan_detail .inner .plan_detail_in .draw_group {
        flex-direction: column;
        align-items: center;
        row-gap: 30px; }
        .plan_detail .inner .plan_detail_in .draw_group .hanrei {
          line-height: 0; }
          @media screen and (max-width: 480px) {
            .plan_detail .inner .plan_detail_in .draw_group .hanrei {
              width: 45%;
              margin: 0 auto; } }
    .plan_detail .inner .next_prev {
      font-size: clamp(16px, 1.5vw, 18px);
      color: #cfb973;
      column-gap: 20px;
      margin-top: clamp(30px, 4.167vw, 50px);
      align-items: center; }
      .plan_detail .inner .next_prev .page_back {
        border: 1px solid #cfb973;
        text-align: center;
        padding: 5px;
        width: 220px;
        transition: 0.3s all ease-in-out 0s; }
        @media screen and (max-width: 480px) {
          .plan_detail .inner .next_prev .page_back {
            width: 120px; } }
        body:not(.mobile) .plan_detail .inner .next_prev .page_back:hover {
          background: #cfb973;
          color: #FFF; }

/*# sourceMappingURL=plan_detail.css.map */
