@charset "UTF-8";

/* inputページ */

#mls-form-area {
  font-size: 100% !important;

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .input {
    padding-bottom: 40px;


    font-family: "M PLUS Rounded 1c",
      sans-serif;
    font-weight: 400;
    color: #3E3E3E;
    line-height: 1.8;
    margin: 0;
    background: #FFE6E6;


    .header {
      text-align: center;
      padding: 25px;
      background: #fff;
      border-bottom: 1px solid #eee;
    }

    .alert {
      color: #DE031A;
      font-weight: bold;
    }

    .header img {
      max-width: 180px;
      height: auto;
    }

    h2 {
      text-align: center;
      padding-top: 60px;

      img {
        width: 100%;
        max-width: 220px;
        margin: 0 auto;
        margin-bottom: 47px;
      }
    }

    .form-item {
      margin-bottom: 28px;
    }

    #calendar-section label {
      font-size: 17px;
      display: block;
      font-weight: 500;
      margin-bottom: 12px;
      line-height: 1;
    }

    .form-item label {
      font-size: 17px;
      display: block;
      font-weight: 500;
      margin-bottom: 12px;
      line-height: 1;
    }

    .required-text {
      color: #DE031A;
      font-size: 12px;
      margin-left: 8px;
      font-weight: normal;
      border: 1px solid;
      padding: 0 3px;
      border-radius: 5px;
    }

    .input-text {
      font-family: "M PLUS Rounded 1c", sans-serif;
      display: block;
      width: 100%;
      background: #ffffff;
      padding: 5px 13px;
      cursor: pointer;
      justify-content: space-between;
      align-items: center;
      font-size: 16px;
      font-weight: 400;
      border: 1px solid #000000;
      border-radius: 5px;
      min-height: 40px;
      color: #3E3E3E;
    }

    ::placeholder {
      color: #C9CACA;
      font-size: 15px;
      font-weight: 300 !important;
    }

    .area-accordion {
      margin-bottom: 10px;
      border-radius: 8px;
      overflow: hidden;
      background: #ffffff;
    }

    .area-header {
      background: #ffffff;
      padding: 5px 13px;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 17px;
      font-weight: 400;
      border: 1px solid #000000;
      border-radius: 8px;

    }

    .area-header::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-bottom: 2px solid #595757;
      border-right: 2px solid #595757;
      transform: rotate(45deg);
      transition: 0.3s;
    }

    .area-accordion.active {
      border-bottom: 1px solid #000000;
      border-left: 1px solid #000000;
      border-right: 1px solid #000000;
    }

    .area-accordion.active .area-header {
      border-left: none;
      border-right: none;
    }

    .area-accordion.active .area-header::after {
      transform: rotate(-135deg);
      margin-top: 5px;
    }

    .area-body {
      display: none;
      padding: 15px;
      background: #fff;
    }

    .area-accordion.active .area-body {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 10px 20px;
    }

    .studio-card:hover {
      background: #fff0f0;
      border-radius: 11px;
      cursor: pointer;
    }

    .studio-card {
      border: 3px solid #ffff;
    }

    .studio-card.selected {
      position: relative;
      border-radius: 11px;
    }

    /* .studio-card.selected::after {
      content: '\e86c';
      font-family: 'Material Symbols Outlined';
      position: absolute;
      top: 50%;
      right: 2px;
      transform: translateY(-50%);
      color: #FF374B;
      font-size: 28px;
      border-radius: 50%;
      line-height: 1;
      z-index: 2;
      font-variation-settings: 'FILL' 1;
      background: #ffff;
      display: inline-block;
      overflow: hidden;
      width: 28px;
      height: 28px;
    } */

    .studio-card.selected {
      border: 3px solid #FF374B;
      background-color: #fff0f0;
    }

    .studio-img {
      width: 100%;
      height: 75px;
      background: #eee;
      border-radius: 11px;
      object-fit: cover;
    }

    .studio-info {
      font-weight: 400;
      font-size: 17px;
      display: block;
      text-align: center;
      letter-spacing: -1px;
      line-height: 1;
      padding: 5px 0;
    }

    .birth-wrap {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 20px;
      font-size: 14px;
      color: #3E3E3E;
    }

    .birth-wrap select {
      font-family: "M PLUS Rounded 1c", sans-serif;
      padding: 0 10px;
      border: 1px solid #000000;
      border-radius: 5px;
      flex: 1;
      font-size: 16px;
      color: #3E3E3E;
    }

    .btn-reflect {
      background: #00b894;
      color: #fff;
      border: none;
      padding: 18px;
      border-radius: 8px;
      width: 100%;
      font-weight: bold;
      font-size: 1.1em;
      cursor: pointer;
      transition: 0.3s;
    }

    .btn-reflect:hover {
      background: #009274;
    }


    .cap {
      font-size: 12px;
      font-weight: 300;
    }

    .cal-flex {
      display: flex;
      flex-direction: column;
      gap: 40px;
      align-items: center;
      justify-content: center;
    }

    @media (min-width: 768px) {
      .cal-flex {
        flex-direction: row;
        align-items: flex-start;
      }
    }

    .cal-month {
      width: 100%;
      max-width: 320px;
    }

    .cal-table {
      width: 100%;
      table-layout: fixed;
      border-collapse: separate;
      border-spacing: 0;
      border-bottom: 1px solid #000;
      background: #fff;
    }


    .cal-table th,
    .cal-table td {
      font-size: 17px;
      color: #000000;
      font-weight: 300;
      text-align: center;
      border: none;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
    }

    .cal-table tr:first-child th {
      border-top: 1px solid #000000;
    }

    .cal-table tr:first-child th:first-child {
      border-left: 1px solid #000000;
    }

    .cal-table tr:first-child th:last-child {
      border-right: 1px solid #000000;
    }

    .cal-table tr th:first-child {
      border-top: 1px solid #000000;
    }

    .cal-table tbody tr:first-child th {
      border-left: none;
      border-right: none;
    }

    .cal-table td {
      height: 55px;
      font-size: 17px;
      position: relative;
      text-align: center;
      vertical-align: top;
      background: #fff;
    }

    .cal-table td.empty {
      background: #fff;
      cursor: default;
    }


    .cal-table td:first-child {
      border-left: 1px solid #000000;
    }

    .cal-table tr:last-child td {
      border-bottom: none;
    }

    .cal-table tr:first-of-type td:nth-child(7) {
      border-right: none;
    }

    .cal-table tr td:last-child {
      border-right: none;
      border-right: 1px solid #000000;
    }

    .cal-table td.has-class {
      background: #fff9db;
      cursor: pointer;
      position: relative;
    }

    .has-class:hover {
      background: #ffe066;
      transition: .2s;
    }

    /* .cal-table td.has-class::after {
      content: "";
      position: absolute;
      inset: -1px;
      border: 1px solid #000;
      pointer-events: none;
      z-index: 2;
    } */

    .cal-table td.is-disabled {
      background: #eeeeee;
      color: #aaaaaa;
      cursor: default;
      pointer-events: none;
    }

    .cal-table td.is-disabled span {
      color: #aaaaaa;
    }

    .cal-table td.is-disabled .mark-circle {
      display: none;
    }

    .mark-circle {
      color: #FF374B;
      font-size: 22px;
      font-weight: bold;
      display: block;
      position: absolute;
      left: 50%;
      top: 65%;
      transform: translate(-50%, -50%);
      transition: .2s;
    }

    .selected-day {
      background: #ffec99 !important;
      outline: 3px solid #FF374B;
      z-index: 10;
      border: none !important;
    }

    #time-selection {
      display: none;
      padding: 15px 0 0 0;
      text-align: center;
    }

    .time-btn {
      font-family: "M PLUS Rounded 1c";
      padding: 10px;
      border: 2px solid #3E3E3E;
      border-radius: 5px;
      font-weight: 400;
      cursor: pointer;
      margin: 5px;
      font-size: 17.5px;
      color: #3E3E3E;
    }

    .choice-display {
      display: none;
    }

    .choice-box {
      background: #fff;
      padding: 12px 15px;
      border-radius: 6px;
      border: 1px solid #ccc;
      margin-top: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 0.9em;
    }

    .clear-btn {
      color: #ff0000;
      cursor: pointer;
      font-size: 12px;
      text-decoration: underline;
      font-weight: bold;
    }

    .submit-btn {
      display: block;
      font-family: "M PLUS Rounded 1c", sans-serif;
      background: #ffffff;
      color: #3E3E3E;
      border-radius: 50px;
      font-size: 20px;
      font-weight: 700;
      cursor: pointer;
      border: 2px solid #FF374B;
      padding: 15px 42px 15px 24px;
      line-height: 1;
      margin: 0 auto;
      margin-top: 16.5px;
      position: relative;
    }

    .submit-btn::after {
      display: block;
      position: absolute;
      content: "";
      background: url(../img/cta_icon.svg);
      background-repeat: no-repeat;
      width: 25px;
      height: 25px;
      background-size: 22px;
      top: 50%;
      transform: translateY(-50%);
      right: 5px;
    }

    #selected-day-label {
      font-weight: 400;
      margin-bottom: 10px;
      font-size: 17.5px;
      line-height: 1;
    }

    .privacy-box {
      border-radius: 8px;
      font-size: 17px;
      font-weight: 500;
      margin-top: 45px;

      a {
        color: #3E3E3E;
        cursor: pointer;
        text-underline-offset: 3px;
      }
    }

    .form-item:first-of-type {
      border-top: 1px solid #eee;
      /* padding-top: 47px; */
    }

    /* .form-item:nth-of-type(4) {
      padding-top: 20px;
    } */

    .form-item .annotation {
      font-weight: 300;
      font-size: 13px;
      line-height: 1;
      padding-bottom: 20px;
    }

    input:focus,
    select:focus,
    textarea:focus {
      outline: none;
      border-color: #000000;
      box-shadow: none;
    }

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus {
      -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
      -webkit-text-fill-color: #333 !important;
      transition: background-color 5000s ease-in-out 0s;
    }

    .area-content-wrapper {
      display: grid;
      grid-template-rows: 0fr;
      transition: grid-template-rows 0.3s ease;
      overflow: hidden;
    }

    .area-accordion.active .area-content-wrapper {
      grid-template-rows: 1fr;
    }

    .area-body {
      min-height: 0;
      padding: 17px 20px;
    }

    .btn-reflect {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 20px;
    }

    .material-symbols-outlined {
      vertical-align: middle;
      font-size: 20px;
      margin-right: 4px;
    }

    /* 自動反映のメッセージ案内 */
    .auto-reflect-msg {
      color: #666;
      padding: 15px;
      border-radius: 8px;
      text-align: center;
      font-size: 0.9em;
      margin: 20px 0;
      display: block;
      cursor: default;
      pointer-events: none;
    }


    .radio-selection-group {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 20px;
      margin-top: 10px;
    }

    .radio-selection-group label {
      display: flex;
      align-items: center;
      gap: 5px;
      cursor: pointer;
      font-weight: normal;
      font-size: 0.95em;
    }

    .radio-selection-group input[type="radio"] {
      width: 18px;
      height: 18px;
      cursor: pointer;
    }

    .birth-error-custom {
      color: #DE031A;
      font-weight: bold;
      font-size: 0;
    }

    .birth-error-custom:not(:empty)::before {
      content: "生年月日は入力必須です。";
      display: block;
      font-size: 16px;
      margin-bottom: 5px;
    }


    #time-btn-list {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
    }

    .time-btn {
      width: 100%;
    }

    .time-btn.active {
      outline: 3px solid #FF374B;
      outline-offset: -3px;
      opacity: 1 !important;
      filter: none !important;
      z-index: 1;
    }

    #time-btn-list.has-selection .time-btn:not(.active) {
      opacity: 0.4;
      filter: grayscale(0.8);
    }


    .cal-nav {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 16px;
      margin: 16px 0 5px 0;
    }

    .cal-current-label {
      font-weight: bold;
      font-size: 1.1rem;
      min-width: 120px;
      text-align: center;
    }

    .cal-arrow {
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 50%;
      background: #333;
      color: #fff;
      font-size: 24px;
      line-height: 1;
      cursor: pointer;
      padding-bottom: 5px;
    }

    .cal-arrow:disabled {
      opacity: 0.3;
      cursor: not-allowed;
    }

    .cal-flex.single {
      justify-content: center;
    }

    .cal-flex.single .cal-month {
      width: 100%;
      max-width: 520px;
    }

    #calendar-section {

      .cal-current-label {
        font-weight: 400;
        line-height: 0;
      }
    }

    select {
      min-height: 40px;
    }

    .privacy-box .checkbox {
      appearance: none;
      -webkit-appearance: none;
      width: 17px;
      height: 17px;
      border: 2px solid #9FA0A0;
      background-color: #fff;
      cursor: pointer;
      position: relative;
      vertical-align: middle;
      border-radius: 2px;
      margin-bottom: 5px;
      transition: 0.3s;
    }

    .privacy-box .checkbox:checked {
      background-color: #FF374B;
      border-color: #FF374B;
      border: 2px solid #9FA0A0;
      transition: 0.3s;
    }

    .privacy-box .checkbox:checked::after {
      content: "";
      position: absolute;
      left: 4px;
      top: 0px;
      width: 5px;
      height: 10px;
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }

    .birth-wrap .select-wrap {
      position: relative;
      display: inline-block;
    }

    .birth-wrap .select-wrap {
      position: relative;
      display: inline-block;
    }

    .birth-wrap .select-wrap select {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      cursor: pointer;
      background: #ffff;
    }

    #birth_y {
      width: 88.5px;
    }

    #birth_m,
    #birth_d {
      width: 75.5px;
    }

    .birth-wrap .select-wrap::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-bottom: 2px solid #595757;
      border-right: 2px solid #595757;
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 10px;
      margin-top: -7px;
      pointer-events: none;
    }

    .kikkake-hidden-select {
      display: none;
    }

    .kikkake-accordion {
      width: 100%;
    }

    .kikkake-accordion-header {
      width: 100%;
      padding: 5px 13px;
      border: 1px solid #000000;
      background: #fff;
      text-align: left;
      font-size: 16px;
      position: relative;
      cursor: pointer;
      border-radius: 5px;
      min-height: 40px;
      color: #3E3E3E;
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      z-index: 1;

    }

    .kikkake-accordion-header::after {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-bottom: 2px solid #595757;
      border-right: 2px solid #595757;
      transform: rotate(45deg);
      position: absolute;
      right: 18px;
      top: 50%;
      margin-top: -7px;
      transition: 0.3s;
    }

    .kikkake-accordion.is-open .kikkake-accordion-header::after {
      transform: rotate(-135deg);
      margin-top: -2px;
    }

    .kikkake-accordion-body {
      max-height: 0;
      overflow: hidden;
      opacity: 0;
      margin-top: -3px;
      border: 1px solid #000000;
      border-radius: 0 0 5px 5px;
      background: #fff;
      transition:
        max-height 0.35s ease,
        opacity 0.25s ease,
        margin-top 0.25s ease,
        border-color 0.25s ease;
    }

    .kikkake-accordion.is-open .kikkake-accordion-body {
      max-height: 500px;
      opacity: 1;
    }

    .kikkake-option {
      font-family: "M PLUS Rounded 1c", sans-serif;
      font-weight: 400;
      color: #3E3E3E;
      width: 100%;
      padding: 3px 8.5px;
      border: none;
      background: #fff;
      text-align: left;
      font-size: 17px;
      cursor: pointer;
    }

    .kikkake-option:last-child {
      border-bottom: none;
    }

    .kikkake-option.is-selected {
      background: #ffeeee;
    }

    p.alert {
      margin: 0;
      padding: 0;
    }

    p.alert:not(:empty) {
      margin-bottom: 3px;
    }
  }

  .form_inner {
    width: 100%;
    padding: 0 15px;
  }

  /* confirmページ */
  .confirm {
    font-family: "M PLUS Rounded 1c",
      sans-serif;
    font-weight: 400;
    color: #3E3E3E;
    line-height: 1.8;
    margin: 0;
    background: #FFE6E6;
    padding: 60px 0;

    h2 {
      font-size: 28px;
      display: block;
      text-align: center;
    }

    p {
      font-size: 17px;
      padding: 20px 0;
    }

    .confirm-table {
      display: block;
      background: #FFFF;
      border-radius: 15px;
      border: 1px solid #000000;
      padding: 20px;

      th,
      td {
        display: block;
      }

      th {
        font-size: 15px;
        padding-top: 10px;
      }

      td {
        padding-bottom: 10px;
        font-size: 17px;
        border-bottom: 1px solid #c9caca;
        font-weight: 400;
        margin-top: 5px;
      }

      tr:first-child th {
        padding-top: 0;
      }

      tr:last-child td {
        border-bottom: 0;
        padding-bottom: 0;
      }
    }

    .submit-btn {
      display: block;
      font-family: "M PLUS Rounded 1c", sans-serif;
      background: #ffffff;
      color: #3E3E3E;
      border-radius: 50px;
      font-size: 20px;
      font-weight: 700;
      cursor: pointer;
      border: 2px solid #FF374B;
      padding: 15px 42px 15px 24px;
      line-height: 1;
      margin: 0 auto;
      position: relative;
      max-width: 250px;
      width: 100%;
      margin-top: 15px;
    }

    .btn-wrap {
      margin-top: 25px;
    }

    .back-btn {
      display: block;
      font-family: "M PLUS Rounded 1c", sans-serif;
      background: #d3d3d3;
      color: #3E3E3E;
      border-radius: 50px;
      font-size: 16px;
      font-weight: 400;
      cursor: pointer;
      border: none;
      padding: 10px 24px 10px 38px;
      line-height: 1;
      margin: 0 auto;
      position: relative;
      max-width: 150px;
      width: 100%;
    }

    .submit-btn::after {
      display: block;
      position: absolute;
      content: "";
      background: url(../img/cta_icon.svg);
      background-repeat: no-repeat;
      width: 25px;
      height: 25px;
      background-size: 22px;
      top: 50%;
      transform: translateY(-50%);
      right: 5px;
    }

    .back-btn::after {
      display: block;
      position: absolute;
      content: "";
      background: url(../img/back_icon.svg);
      background-repeat: no-repeat;
      width: 23px;
      height: 23px;
      background-size: 20px;
      top: 50%;
      transform: translateY(-50%);
      left: 12px;
    }

    tbody,
    tr {
      display: block;
      width: 100%;
    }
  }

  button {
    transition: .2s;
  }

  button:hover {
    transition: .2s;
    opacity: 80%;
  }

  .kikkake-accordion button:hover {
    opacity: 100%;
  }

  /* finishページ */

  .finish {
    font-family: "M PLUS Rounded 1c",
      sans-serif;
    font-weight: 400;
    color: #3E3E3E;
    line-height: 1.8;
    margin: 0;
    background: #FFE6E6;
    padding: 60px 0;
    /* height: 100vh;
    overflow-y: auto; */

    h2 {
      font-size: 28px;
      display: block;
      text-align: center;
    }

    p {
      font-size: 17px;
      padding: 20px 0;
      line-height: 1.8;
      text-align: center;
    }

    .cap {
      background: #ffffff;
      border-radius: 10px;
      padding: 16px;
      font-size: 15px;
      text-align: center;
      margin-top: 20px;
      line-height: 1.6;


      a {
        color: #333;
      }
    }

    .section {
      padding: 25px 0 0 0;
      background: #FFE6E6;
    }

    .back-btn {
      display: block;
      font-family: "M PLUS Rounded 1c", sans-serif;
      background: #d3d3d3;
      color: #3E3E3E;
      border-radius: 50px;
      font-size: 16px;
      font-weight: 400;
      cursor: pointer;
      border: none;
      padding: 18px 24px 18px 58px;
      line-height: 1;
      margin: 0 auto;
      position: relative;
      max-width: 260px;
      width: 100%;
      text-decoration: none;
    }

    .back-btn::after {
      display: block;
      position: absolute;
      content: "";
      background: url(../img/back_icon.svg);
      background-repeat: no-repeat;
      width: 28px;
      height: 28px;
      background-size: 23px;
      top: 50%;
      transform: translateY(-50%);
      left: 12px;
    }

    .cont-item {
      max-width: 230px;
      width: 100%;
      margin: 0 auto;
      padding: 17.5px 0 14px 0;
    }
  }

  /* エラーページ */
  .error {

    font-family: "M PLUS Rounded 1c",
      sans-serif;
    font-weight: 400;
    color: #3E3E3E;
    line-height: 1.8;
    margin: 0;
    background: #FFE6E6;
    padding: 60px 0;

    h2 {
      font-size: 28px;
      display: block;
      text-align: center;
    }

    p {
      font-size: 17px;
      padding: 20px 0;
      line-height: 1.8;
    }

    .mail {
      text-align: center;
      padding: 15px 0;

      a {
        color: #333;
      }
    }

    .back-btn {
      display: block;
      font-family: "M PLUS Rounded 1c", sans-serif;
      background: #d3d3d3;
      color: #3E3E3E;
      border-radius: 50px;
      font-size: 16px;
      font-weight: 400;
      cursor: pointer;
      border: none;
      padding: 20px 24px 20px 50px;
      line-height: 1;
      margin: 0 auto;
      position: relative;
      max-width: 300px;
      width: 100%;
      text-decoration: none;
      margin-top: 30px;
    }

    .back-btn::after {
      display: block;
      position: absolute;
      content: "";
      background: url(../img/back_icon.svg);
      background-repeat: no-repeat;
      width: 28px;
      height: 28px;
      background-size: 23px;
      top: 50%;
      transform: translateY(-50%);
      left: 12px;
    }

  }

  @media screen and (min-width: 769px) {

    .pc-only {
      display: block;
    }

    .sp-only {
      display: none;
    }


    .form_inner {
      padding: 0;
      max-width: 1100px;
      margin: 0 auto;
    }

    .input {
      padding-bottom: 50px;

      h2 {
        padding-top: 120px;
        padding-bottom: 72px;

        img {
          width: 100%;
          max-width: 401px;
          margin: 0 auto;
        }
      }

      .form-item {
        display: flex;
        justify-content: space-between;
        gap: 40px;
      }

      .form-item label {
        font-size: 20px;
        margin-bottom: 0;
      }

      .item_wrap {
        width: 100%;
        max-width: 690px;
      }

      .area-header {
        width: 100%;
        max-width: 690px;
        border-radius: 8px;
        font-size: 20px;
        font-weight: 500;
        padding: 10px 17px;
      }

      .form-item:first-of-type {
        border-top: none;
        padding-top: 0;
      }

      .form-item {
        padding: 10px 0;
        margin: 0;
      }

      .area-accordion.active .area-body {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 21px 30px;
        padding: 48px;
        border-radius: 8px;
      }

      .studio-img {
        height: 90px;
        border-radius: 10px;
      }

      .studio-info {
        font-weight: 400;
        font-size: 22px;
        padding: 9px 0;
      }

      .area-accordion {
        margin-bottom: 20px;
      }

      #calendar-section label,
      .form-item label {
        max-width: 366px;
        width: 100%;
        position: relative;
        margin-top: 10px;
      }

      .form-item .ano-item {
        max-width: 366px;
        width: 100%;
        position: relative;
      }

      .required-text {
        position: absolute;
        font-size: 18px;
        margin-left: 0;
        font-weight: normal;
        border: 1px solid;
        padding: 5px 8px;
        border-radius: 10px;
        right: 0;
      }


      .form-item .annotation {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.33;
        padding: 15px 0;
      }

      .birth-wrap {
        gap: 13px;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 500;
      }

      #birth_y,
      #birth_m,
      #birth_d {
        width: 150px;
      }

      .birth-wrap select {
        border-radius: 8px;
        font-size: 20px;
        font-weight: 500;
        padding: 10px 17px;
      }

      #calendar-section label {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 0;
      }

      #calendar-section .form-item:first-of-type {
        padding-top: 30px;
        padding-bottom: 40px;
      }

      .cal-nav {
        gap: 0;
        margin: 0 0 13px 0;
        font-weight: 500;
      }

      & #calendar-section {
        .cal-current-label {
          font-weight: 400;
          line-height: 0;
          font-size: 20px;
        }
      }

      .cal-arrow {
        width: 30px;
        height: 30px;
        color: #fff;
      }

      .cal-flex.single .cal-month {
        max-width: 500px;
      }

      .calendar-block {
        max-width: 500px;
        margin: 0 auto 0 0;
      }

      .cal-table td {
        height: 80px;
        font-size: 20px;
        font-weight: 400;
      }

      .cal-table tr th:first-child {
        height: 48px;
        padding: 10px 0;
      }

      #selected-day-label {
        font-weight: 400;
        font-size: 20px;
      }

      #time-btn-list {
        font-weight: 400;
        font-size: 20px;
      }

      #time-selection {
        padding: 20px 0 0 0;
      }

      .time-btn {
        font-family: "M PLUS Rounded 1c", sans-serif;
        color: #3E3E3E;
        font-weight: 400;
        font-size: 20px;
        border-radius: 8px;
        border: 2px solid #3E3E3E;
      }

      .mark-circle {
        font-size: 33px;
      }

      .input-text {
        padding: 14px;
        font-size: 20px;
        font-weight: 400;
        border-radius: 8px;
        min-height: 60px;
      }

      ::placeholder {
        font-size: 20px;
        font-weight: 400 !important;
      }

      .kikkake-accordion-header {
        padding: 14px;
        font-size: 20px;
        font-weight: 400;
        border-radius: 8px;
        min-height: 60px;
      }

      .kikkake-accordion.is-open .kikkake-accordion-body {
        display: block;
        padding: 20px 0;
      }

      .kikkake-accordion-body {
        border: 1px solid #000000;
        border-radius: 0 0 8px 8px;
        margin-top: -6px;
      }

      .kikkake-option {
        padding: 2px 18px;
        font-size: 20px;
      }

      #calendar-section .privacy-box label {
        font-size: 25px;
        margin-bottom: 0;
        margin: 0 auto;
        padding-top: 5px;
        max-width: 100%;
        text-align: center;
      }

      .privacy-box .checkbox {
        appearance: none;
        -webkit-appearance: none;
        width: 30px;
        height: 30px;
        border: 3px solid #9FA0A0;
        border-radius: 2px;
        margin-bottom: 0;
        margin-right: 5px;
      }

      .privacy-box a {
        text-underline-offset: 10px;
      }

      .privacy-box .checkbox:checked::after {
        content: "";
        position: absolute;
        left: 7px;
        top: 0px;
        width: 10px;
        height: 18px;
        border: solid #ffffff;
        border-width: 0 4px 4px 0;
        transform: rotate(45deg);
      }

      .privacy-box .checkbox:checked {
        border: 3px solid #9FA0A0;
      }

      .area-header::after {
        width: 13px;
        height: 13px;
        right: 22px;
      }

      .kikkake-accordion-header::after {
        width: 13px;
        height: 13px;
        right: 22px;
      }

      .submit-btn {
        border-radius: 50px;
        font-size: 30px;
        border: 4px solid #FF374B;
        padding: 25px 100px 25px 76px;
        line-height: 1;
        margin: 0 auto;
        margin-top: 40px;
        position: relative;
      }

      .submit-btn::after {
        width: 46px;
        height: 46px;
        background-size: 45px;
        right: 20px;
      }

      .alert {
        font-size: 16px;
      }

      .privacy-box {
        margin-top: 40px;
      }

      p.alert:not(:empty) {
        margin-bottom: 7px;
      }
    }

    /* confirmページ */
    .confirm {
      padding: 120px 0;

      h2 {
        font-size: 38px;
        display: block;
        text-align: center;
        letter-spacing: 1px;
      }

      p {
        font-size: 20px;
        padding: 32px 0 37px 0;
        text-align: center;
        line-height: 2;
      }

      .confirm-table {
        padding: 50px;
        border-radius: 18px;

        tbody {
          display: block;
          width: 100%;
        }

        tr {
          display: flex;
          gap: 35px;
          align-items: center;
          border-bottom: 1px solid #c9caca;
          padding: 16px 0;
        }

        tr:first-child {
          padding-top: 0;
        }

        tr:last-child {
          border-bottom: 0;
          padding-bottom: 0;
        }

        th {
          font-size: 18px;
          max-width: 200px;
          width: 100%;
          padding: 0;
        }

        td {
          padding-bottom: 0;
          font-size: 20px;
          font-weight: 300;
          border-bottom: none;
          font-weight: 400;

        }
      }

      .submit-btn {
        border-radius: 50px;
        font-size: 30px;
        border: 4px solid #FF374B;
        padding: 25px 100px 25px 76px;
        line-height: 1;
        margin: 0 auto;
        margin-top: 30px;
        margin-bottom: 0;
        position: relative;
        max-width: 470px;
      }

      .submit-btn::after {
        width: 46px;
        height: 46px;
        background-size: 45px;
        right: 20px;
      }

      .back-btn {
        font-size: 20px;
        padding: 20px 24px 20px 38px;
        max-width: 200px;
        width: 100%;
      }

      .btn-wrap {
        margin-top: 37px;
      }

      .back-btn::after {
        width: 34px;
        height: 34px;
        background-size: 28px;
        top: 50%;
        transform: translateY(-50%);
        left: 12px;
      }
    }

    /* finishページ */

    .finish {
      padding: 120px 0;

      .cont-item {
        max-width: 420px;
        width: 100%;
        margin: 0 auto;
        padding: 25px 0 0 0;
      }

      h2 {
        font-size: 38px;
        display: block;
        text-align: center;
        letter-spacing: 1px;
      }

      p {
        font-size: 20px;
        padding: 32px 0 37px 0;
        text-align: center;
        line-height: 2;
      }

      .cap {
        padding: 20px;
        font-size: 18px;
        margin-top: 0px;
        line-height: 1.8;
        max-width: 530px;
        margin: 0 auto;
      }

      .back-btn {
        font-size: 18px;
        padding: 22px 26px 22px 64px;
        line-height: 1;
        margin: 0 auto;
        position: relative;
        max-width: 285px;
        width: 100%;
      }

      .back-btn::after {
        width: 28px;
        height: 28px;
        left: 14px;
      }

      .section {
        padding: 40px 0 0 0;
      }
    }

    /* エラーページ */
    .error {
      p {
        text-align: center;
      }

    }
  }

  @media screen and (min-width: 769px) and (max-width: 1130px) {
    .form_inner {
      padding: 0 20px;
    }

    .input {

      #calendar-section label,
      .form-item label {
        max-width: 200px;
        line-height: 1.3;
      }

      .form-item {
        padding: 15px 0;
        margin: 0;
      }

      .required-text {
        font-size: 15px;
        position: static;
        display: block;
        margin-top: 10px;
        width: 50px;
      }

      .form-item .ano-item {
        max-width: 200px;
        width: 100%;
      }

      .birth-wrap {
        gap: 6px;
        font-size: 18px;
      }

      #birth_y,
      #birth_m,
      #birth_d {
        width: 100px;
      }

      .area-accordion.active .area-body {
        gap: 10px 10px;
        padding: 20px;
      }

      .studio-info {
        font-size: 18px;
      }
    }
  }
}

.footer {
  background: #FF9B46;
  color: #ffff;
  padding: 11.2vw 0;

  img {
    display: block;
    width: 33.6vw;
    margin: 0 auto;
    padding-bottom: 8.266vw;
  }

  small {
    display: block;
    font-size: 2.666vw;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .footer {
    background: #FF9B46;
    color: #ffff;
    padding: 52px 0 30px 0;

    img {
      display: block;
      width: 200px;
      margin: 0 auto;
      padding-bottom: 58px;
    }

    small {
      font-size: 20px;
    }
  }
}