@charset "utf-8";

.head {
  position: absolute;
}

.head.is-hide {
  animation: none;
}

.timetable .page-mv {
  height: 200px;
}

.timetable .cont-area::after {
  background-position: right 600px;
}

.select-body {
  padding-bottom: 80px;
}

.step {
  background: #f2f2f2;
  padding: 40px 0;
}

.step .inner {
  max-width: 1360px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step h2 {
  font-size: min(3.2rem, 2.5vw);
  font-weight: 600;
  position: relative;
  display: flex;
  align-items: center;
  border-left: 6px solid #000;
  padding: 3px 0 3px 20px;
}

.step-list {
  max-width: 510px;
  width: 50%;
}

.step-list ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  position: relative;
  align-items: flex-end;
}

.step-list li {
  width: 27%;
  height: 98px;
  padding: 10px;
  background: #c2c2c2;
  text-align: center;
  color: #6e6e6e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.47;
  position: relative;
}

.step-list li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 110%;
  margin: auto;
  background: #c2c2c2;
  width: 8px;
  height: 14px;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.step-list li:last-child:before {
  display: none;
}

.step-list dl {
  width: 100%;
}

.step-list dt {
  background: #eaeaea;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 1.2rem;
  color: #919191;
  margin-bottom: 5px;
  padding: 3px 13px;
  line-height: 1;
}

.step-list dt span {
  font-weight: 600;
  padding-left: 3px;
}

.step-list dd {
  font-weight: 600;
  font-size: min(1.6rem, 1.2vw);
  display: flex;
  min-height: 3em;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.05em;
}

.step-list li.on {
  width: 31.7%;
  height: 116px;
  background: #000;
}

.step-list li.on::before {
  background: #000;
  top: 20px;
}

.step-list li.on dt {
  background: #fff;
  color: #000;
}

.step-list li.on dt span {
  font-size: 1.6rem;
}

.step-list li.on dd {
  color: #fff;
  font-size: min(1.8rem, 1.5vw);
}

/*entry
---------------------------------------------------- */
.form-area .inner {
  max-width: 1360px;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 65px auto;
}

.form-area .entry-txt {
  width: 47.6%;
}

.form-area .entry-txt h2 {
  font-size: 3.6rem;
  font-weight: 600;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #000;
  color: #fff;
  padding: 0 5px;
  line-height: 1.7;
}

.form-area .digest-box {
  margin-top: 70px;
  padding: 40px;
  background: url(../img/bg_entry.webp) 0 0 / cover no-repeat;
}

.form-area .digest-box p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 25px;
}

.entry-form {
  max-width: 580px;
  width: 50%;
  background: #f2f2f2;
  padding: 40px;
}

.entry-form .lead p {
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  margin-bottom: 15px;
}

.entry-form .lead p span {
  font-size: 2rem;
  font-weight: 500;
}

.entry-form .error-txt p {
  font-weight: 600;
  line-height: 2;
  color: #e02d24;
  margin-bottom: 20px;
}

.entry-form__box {
  display: flex;
  margin-bottom: 25px;
}

.entry-form__box dl {
  width: 100%;
}

.entry-form__box dt {
  font-weight: 600;
  line-height: 1.5;
}

.entry-form__box dd {
  margin: 12px 0 0;
}

.entry-form__box .note {
  margin-top: 10px;
  line-height: 1.5;
}

.entry-form__box .note li {

  text-indent: -1em;
  padding-left: 1em;
}

.required {
  color: #e02d24;
}

.entry-form__box.flbox {
  justify-content: space-between;
}

.entry-form__box.flbox dl {
  width: 48%;
}

.entry-form__check {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -27px -20px 0;
}

.entry-form__check .form-choice {
  margin: 0 27px 15px 0;
  line-height: 15px;
}

.agree-checkbox {
  margin-top: 20px;
  font-size: 1.2rem;
}

.agree-checkbox .form-choice {
  display: inline-block;
}

.agree-checkbox a {
  display: inline;
  color: var(--active-color);
}

.agree-checkbox.form-choice span {
  font-weight: 400;
  display: block;
  line-height: 1.75;
  padding-left: 26px;
}

.agree-checkbox.form-choice span::before {
  position: absolute;
  left: 0;
  top: 5px;
}

.agree-checkbox.form-choice input[type="checkbox"]:checked+span::after {
  top: -200px;
}

.entry-form .note-txt p {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
  color: #e02d24;
}

.sect-inner .entry-form .btn button {
  margin-top: 30px;
}


.entry-body .btn button:disabled {
  background: #d9d9d9;
  pointer-events: none;
}

.entry-area .btn-list ul {
  display: flex;
  justify-content: center;
  gap: 0 30px;
}

.entry-area .btn-list .btn button {
  margin-top: 55px;
}

.entry-area .btn.btn-bdr button::before {
  background: #000;
  right: auto;
  left: 35px;
  transform: scale(-1, 1);
}

/* form
---------------------------------------------------------- */
.form-input input {
  height: 40px;
  padding: 0 10px;
  width: 100%;
  font-weight: 500;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: textfield;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #fff;
}

.form-input input::placeholder {
  color: #b3b3b3;
}

.form-choice input {
  display: none;
}

.form-choice span {
  display: flex;
  position: relative;
  cursor: pointer;
  align-items: center;
}

.form-choice span::before {
  content: "";
  display: block;
  background-color: #d9d9d9;
  flex-shrink: 0;
  margin-right: 8px;
  outline: 1px solid #b0b0b0;
}

.form-choice input[type="checkbox"]+span::before {
  height: 18px;
  width: 18px;
  flex-shrink: 0;
}

.form-choice input:checked+span::before {
  background-color: #000;
  outline: 1px solid #000;
}

.form-choice input[type="checkbox"]:checked+span::after {
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  content: "";
  display: block;
  position: absolute;
  inset: 0 auto 3px 6px;
  height: 11px;
  width: 6px;
  margin: auto;
  transform: rotate(40deg);
}

.form-choice input[type="radio"]+span::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.form-choice input[type="radio"]:checked+span::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  inset: 3px auto 3px 5px;
  margin: auto;
}

.form-select {
  overflow: hidden;
  position: relative;
  width: 100%;
  background: #fff;
}

.form-select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 38px 2px 15px;
  height: 40px;
  color: #000;
}

.form-select select::-ms-expand {
  display: none;
}

.form-select::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.9em;
  width: 0;
  height: 0;
  margin: auto;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #000;
  pointer-events: none;
}

.form-error input,
.form-error select {
  background: #f8dadb;
}


/*session-select
---------------------------------------------------- */
.select-btn {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
}

.select-area {
  display: none;
}

.select-btn p {
  background: linear-gradient(to left, var(--nagoya-color01), var(--nagoya-color02), var(--nagoya-color03));
  font-weight: 600;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 10px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  letter-spacing: 0.1em;
  transition: .3s;
}

.select-btn p::before {
  content: "";
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 35px;
  margin: auto;
  transform: rotate(135deg);
  transition: .3s;
}

.select-btn.active p::before {
  transform: rotate(-45deg);
  top: 4px;
}

.select-area .invite-area {
  max-width: 1360px;
  margin: 25px auto 50px;
  padding: 0 40px;
}

.select-area .invite-box {
  background: #f2f2f2;
  padding: 30px min(40px, 2vw);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 8px;
}

.select-area .invite-box p {
  font-weight: 600;
  font-size: min(1.8rem, 1.3vw);
  max-width: 455px;
}

.select-area .invite-box ul {
  display: flex;
  justify-content: space-between;
  width: 55%;
  max-width: 680px;
  margin-left: auto;
}

.select-area .invite-box li {
  width: 49%;
}

.select-area .invite-box input {
  background: #fff;
  border-radius: 3px;
  padding: 10px 12px;
  width: 100%;
}

.select-area .invite-box .btn,
.select-area .invite-box .btn button {
  margin: 0;
  width: min(62px, 5vw);
  height: 40px;
  border-radius: 3px;
  flex-shrink: 0;
}

.select-area .invite-box .btn button {
  background: linear-gradient(to left, var(--nagoya-color01), var(--nagoya-color02), var(--nagoya-color03));
  font-size: 1.5rem;
  font-weight: 500;
}

.select-area .invite-box .btn button::before {
  display: none;
}

.select-area .invite-list {
  width: 100%;
  margin-top: 10px;
  display: flex;
  justify-content: flex-end;
}

.select-area .invite-list ul {
  display: block;
  width: 61.4%;
  max-width: 737px;
  background: #fff;
  padding: 15px 15px 20px;
}

.select-area .invite-list li {
  width: 100%;
  text-align: right;
  line-height: 1.5;
}

.select-area .invite-list li+li {
  margin-top: 10px;
}

.select-area .invite-list li a {
  color: #000;
  position: relative;
  display: inline-flex;
  align-items: flex-end;

}

.select-area .invite-list li a::after {
  content: "";
  display: block;
  width: 10px;
  height: 8px;
  background: #000;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  flex-shrink: 0;
  margin: 0 0 5px 5px;
}

.select-body .select-txt {
  display: flex;
  justify-content: flex-end;
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 40px;
  line-height: 1.5;
}

.select-body .select-txt .error-txt {
  margin-right: auto;
  width: 60%;
}

.select-body .select-txt .error-txt p {
  font-size: min(1.8rem, 1.5vw);
  font-weight: 600;
  color: #e02d24;
}

.select-body .timetable-area {
  margin-top: 20px;
}

.select-body .select-txt ul {
  display: flex;
  gap: 0 30px;
}

.select-body .select-txt li {
  display: flex;
  align-items: center;
  font-size: min(2rem, 1.5vw);
  font-weight: 600;
}

.select-body .select-txt img {
  margin-right: 10px;
  width: 20px;
}

.select-body .choice {
  display: flex;
  align-items: center;
  padding: 0 0.3em;
  flex-shrink: 0;
  width: 8.75em;
}

.select-body .choice input {
  position: relative;
  width: 1.666em;
  height: 1.666em;
  flex-shrink: 0;
  margin-right: 5px;
  pointer-events: none;
}

.select-body .choice input::before {
  content: '';
  display: block;
  width: 1.666em;
  height: 1.666em;
  background: #e5e5e5;
  border: 1px solid #b7b7b7;
}

.select-body .choice input[type='checkbox']:checked::before {
  background: #fff;
  border-color: #fff;
}

.select-body .choice input[type='checkbox']:checked::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0.25em;
  left: 0.55em;
  margin: auto;
  width: 0.6em;
  height: 1em;
  border-right: 0.166em solid var(--active-color);
  border-bottom: 0.166em solid var(--active-color);
  transform: rotate(45deg);
}

.select-body .hot .session-time dt {
  background: var(--active-color);
  color: #fff;
}

.select-body .session-time dd {
  align-self: stretch;
  height: auto;
}

.select-body dd.status {
  width: 2.857em;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
  flex: none;
}

.select-body .status img {
  width: 1.071em;
}

.select-body .disable {
  cursor: default;
  position: relative;
}

.select-body .disable::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.7);
  z-index: 3;
}

.select-body .disable .choice input {
  cursor: default;
}

.select-body .invitaion .timetable-box {
  background: rgba(20, 158, 225, 0.4);
}

.js-next {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  padding: 30px 0;
}

.sect-inner .btn button,
.sect-inner .btn a {
  width: 320px;
  height: 70px;
  margin: 60px auto 0;
}

.sect-inner .btn button::before,
.sect-inner .btn a::before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 6px;
  height: 9px;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);

}

.select-body .js-next button {
  margin-top: 0;
}



/*confirm
---------------------------------------------------- */
.confirm-area {
  padding: 70px 40px;
}

.confirm-box {
  margin: 0 auto;
  max-width: 1060px;
}

.confirm-box .lead p {
  text-align: center;
  font-weight: 600;
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.confirm-box .lead p span {
  display: block;
  font-weight: 600;
  font-size: 1.8rem;
  margin-top: 15px;
  color: #e02d24;
}

.confirm-box h2 {
  font-size: 2.5rem;
  font-weight: 600;
  border-bottom: 4px solid #000;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.session-list ul {
  background: #f2f2f2;
}

.session-list li {
  display: flex;
  align-items: stretch;

}

.session-list li p {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

.session-list li+li {
  border-top: 1px solid #b3b3b3;
}

.session-list .date {
  flex-shrink: 0;
  white-space: nowrap;
  white-space: nowrap;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: 600;
  padding: 15px 0 10px;
}

.session-list .date p {
  padding: 0 40px;
}

.session-list .day {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 6px;
}

.session-list .day span {
  font-family: 'Poppins';
  font-size: 2.5rem;
  font-weight: 600;
}

.session-list .time {
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 2rem;

}

.session-list .time span {
  font-weight: 600;
  font-size: 2.5rem;
  position: relative;
  bottom: 0.05em;
}

.session-list .session {
  flex-shrink: 0;
  min-width: 98px;
  font-size: 1.6rem;
  font-weight: 600;
  border-left: 1px solid #b3b3b3;
  border-right: 1px solid #b3b3b3;
  font-family: 'Poppins';
}

.session-list .txt {
  font-weight: 600;
  line-height: 1.57;
  padding: 15px 30px;
}

.confirm-box .form-txt {
  margin-top: 50px;
  background: #fff;
}

.confirm-box .form-txt dl {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 0;
  line-height: 1.6;
}

.confirm-box .form-txt dl+dl {
  border-top: 1px solid #cccccc;
}

.confirm-box .form-txt dt {
  font-weight: 600;
  flex-shrink: 0;
  width: 35%;
  margin-right: 5%;
}


/*thanks
---------------------------------------------------- */
.thanks-area {
  padding: 70px 40px;
}

.thanks-area .lead p {
  font-weight: 600;
  text-align: center;
  font-size: 2.8rem;
}

.thanks-box {
  max-width: 1030px;
  margin: 40px auto 0;
  text-align: center;
  background: #fff;
}

.thanks-box .txt p {
  font-size: 1.6rem;
  line-height: 1.888;
  margin-bottom: 20px;
}

.thanks-box .txt .hot {
  font-weight: 600;
  font-size: 2rem;
}

.thanks-box .txt .hot a {
  text-decoration: underline;
  color: #e02d24;
  font-weight: 600;
}

.thanks-box .cal-btn ul {
  display: flex;
  justify-content: space-between;
  max-width: 692px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.thanks-box .cal-btn .btn {
  height: auto;
  width: 49%;
}

.thanks-box .cal-btn .btn a {
  display: block;
  background: #000;
  width: 100%;
  height: auto;
  margin-top: 0;
  font-size: 1.5rem;
  padding: 15px 20px 18px;
}


/* ----------------------------------------------------
hover
---------------------------------------------------- */
@media (hover: hover) {

  .entry-form__bt button {
    transition: .3s;
  }

  .entry-form__bt button:hover,
  .select-btn p:hover {
    opacity: 0.7;
  }

  .select-area .invite-list li a:hover {
    text-decoration: none;
  }
}




/* ----------------------------------------------------
メディアクエリ設定 (smartPhone only)   0～960px
---------------------------------------------------- */
@media screen and (max-width:960px) {


  .timetable .page-mv {
    height: 53.3333vw;
  }

  .step {
    padding: 8vw 0;
  }

  .step .inner {
    min-width: 1px;
    display: block;
    padding: 0 5.333vw;
  }

  .step h2 {
    font-size: 5.333vw;
    margin-bottom: 5.333vw;
    padding: 1vw 0 1vw 3.2vw;
    border-width: 1.066vw;
  }

  .step-list {
    max-width: none;
    width: 100%;
    margin-right: 0;
  }

  .step-list li {
    width: 24vw;
    height: 17.333vw;
    line-height: 1.5;
    padding: 1.866vw;
  }

  .step-list li::before {
    width: 1.8666vw;
    height: 3.2vw;
  }

  .step-list dt {
    font-size: 2.6666vw;
    padding: 0.8vw 2.0313vw;
    margin-bottom: 1vw;
  }

  .step-list dt span {
    padding-left: 0.5vw;
  }

  .step-list dd {
    font-size: 2.75vw;
  }

  .step-list li.on {
    width: 28vw;
    height: 20vw;
  }

  .step-list li.on dt {
    padding: 0.3vw 2.0313vw;

  }

  .step-list li.on dt span {
    font-size: 3.7333vw;

  }

  .step-list li.on dd {
    font-size: 3.2vw;
  }

  /*entry
---------------------------------------------------- */
  .form-area .inner {
    padding: 0 5.333vw;
    margin: 10.666vw 0 8vw;
  }

  .form-area .entry-txt {
    width: 100%;
    margin-bottom: 8vw;
  }

  .form-area .entry-txt h2 {
    font-size: 5.333vw;
    padding: 0 0.9333vw;
  }

  .form-area .digest-box {
    margin-top: 10.666vw;
    padding: 5.333vw;
  }

  .form-area .digest-box p {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }

  .entry-form .lead p span {
    font-size: 4vw;
    display: inline-block;
    margin-bottom: 1.333vw;
  }

  .entry-form .lead p {
    font-size: 3.2vw;
  }

  .entry-form {
    width: 100%;
    max-width: none;
    padding: 7vw 5.333vw 8vw;
  }

  .entry-form .error-txt p {
    font-size: 3.7333vw;
    margin-bottom: 4vw;
  }

  .entry-form__box {
    margin-bottom: 4.6785vw;
  }

  .entry-form__box dt {
    font-size: 3.7333vw;
  }

  .entry-form__box dd {
    margin: 2.34375vw 0 0 0;
  }

  .entry-form__box .note {
    font-size: 2.9333vw;
    margin-top: 1.5vw;
  }

  .entry-form__check .form-choice {
    margin: 0 6.25vw 3.90625vw 0;
  }

  .entry-form__check {
    margin: 0 -6.25vw -3.90625vw 0;
    display: block;
  }

  .agree-checkbox {
    margin-top: 3.2vw;
  }

  .agree-checkbox.form-choice span {
    font-size: 3.2vw;
    padding-left: 5.5vw;
  }

  .agree-checkbox.form-choice span::before {
    top: 1vw;
  }

  .agree-checkbox.form-choice input[type="checkbox"]:checked+span::after {
    inset: 1.5vw 0 0 1.5vw;
    margin: 0;
  }

  .entry-area .btn-list ul {
    width: 100%;
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 9.375vw;
  }

  .entry-area .btn-list li {
    width: 100%;
    margin: 0 auto;
  }

  .entry-area .btn-list li+li {
    margin-bottom: 3vw;
  }

  .entry-area .btn-list .btn button {
    margin-top: 0;
  }

  .entry-area .btn.back button {
    padding-left: 7vw;
  }

  .entry-area .btn.back button::before {
    left: 5.625vw;
  }

  /* form
---------------------------------------------------------- */

  .form-input input {
    height: 10.666vw;
    font-size: 3.7333vw;
    padding: 0 3.2vw;
  }

  .form-choice span {
    font-size: 3.7333vw;
  }

  .form-choice span::before {
    margin-right: 1.875vw;
  }

  .form-choice input[type="checkbox"]+span::before {
    width: 3.75vw;
    height: 3.75vw;
  }

  .form-choice input[type="checkbox"]:checked+span::after {
    border-width: 0.3125vw;
    width: 1vw;
    height: 2vw;
    inset: 0 auto 0.5vw 1.4vw;
  }

  .form-choice input[type="radio"]+span::before {
    width: 4.0625vw;
    height: 4.0625vw;
    margin-top: 0;
  }

  .form-choice input[type="radio"]:checked+span::after {
    width: 2.03125vw;
    height: 2.03125vw;
    inset: 0 auto 0 1.05vw;
  }

  .form-select select {
    font-size: 3.7333vw;
    height: 10.666vw;
    padding: 0 0 0 3.2vw;
  }

  .form-select::before {
    border-left: 1vw solid transparent;
    border-right: 1vw solid transparent;
    border-top: 1.5vw solid #000;
  }

  /*session-select
---------------------------------------------------- */

  .select-btn {
    padding: 0 5.333vw;

  }

  .select-btn p {
    height: 16vw;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1.333vw;
    font-size: 3.733vw;
    padding: 0;
    line-height: 1.5;
  }

  .select-btn p::before {
    width: 2.533vw;
    height: 2.533vw;
    border-width: 0.4vw;
    right: 5.333vw;
  }

  .select-btn.active p::before {
    top: 0.8vw;
  }

  .select-area .invite-area {
    padding: 0 5.333vw;
    margin: 5.333vw 0 4vw;
  }

  .select-area .invite-box {
    padding: 5vw;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: max-content max-content max-content;
    gap: 0;
  }

  .select-area .invite-box p {
    max-width: none;
    width: 100%;
    font-size: 3.733vw;
    text-align: center;
    line-height: 1.6;
    margin-bottom: 4vw;
    grid-area: 1 / 1 / 2 / 3;
  }

  .select-area .invite-box ul {
    max-width: none;
    margin: 0;
    flex-direction: column;
    gap: 2.666vw;
    width: 61.333vw;
    grid-area: 2 / 1 / 3 / 2;
  }

  .select-area .invite-box li {
    width: 100%;
  }

  .select-area .invite-box input {
    font-size: 3.733vw;
    padding: 2.7vw 3.2vw;
    border-radius: 0.4vw;
  }

  .select-area .invite-box .btn {
    grid-area: 2 / 2 / 3 / 3;
  }

  .select-area .invite-box .btn,
  .select-area .invite-box .btn button {
    width: 14.666vw;
    height: 100%;
    border-radius: 0.8vw;
  }

  .select-area .invite-box .btn button {
    font-size: 3.733vw;
  }

  .select-area .invite-list {
    grid-area: 3 / 1 / 4 / 3;
    width: auto;
    margin-top: 3vw;
  }

  .select-area .invite-list ul {
    max-width: none;
    width: 100%;
    padding: 4vw 3vw;
  }

  .select-area .invite-list li {
    font-size: 3vw;
  }

  .select-area .invite-list li+li {
    margin-top: 3vw;
  }

  .select-area .invite-list li a::after {
    width: 2vw;
    height: 1.8vw;
    margin: 0 0 1vw 1vw;
  }

  .select-area .select-txt {
    flex-direction: column-reverse;
    padding: 0;
    align-items: center;
  }

  .select-body .select-txt .error-txt {
    width: 100%;
    background: #f8dadb;
    margin: 4vw 0 0;
    padding: 4vw 5.333vw 4vw 8vw;
  }

  .select-body .select-txt .error-txt p {
    font-size: 3.733vw;
  }

  .select-body .select-txt ul {
    gap: 0 5.333vw;
  }

  .select-body .select-txt li {
    font-size: 3.7333vw;
  }

  .select-body .select-txt img {
    width: 3vw;
    margin-right: 2vw;
  }

  .select-body .timetable-area {
    margin-top: 5.333vw;
  }

  .js-next {
    padding: 3.75vw 0;
  }

  .entry-form .note-txt p {
    text-align: left;
  }

  .sect-inner .entry-form .btn button {
    margin-top: 5vw;
  }

  .sect-inner .btn button,
  .sect-inner .btn a {
    width: 64vw;
    height: 13.333vw;
    font-size: 3.7333vw;
  }

  .sect-inner .btn button::before,
  .sect-inner .btn a::before {
    width: 1.866vw;
    height: 2.4vw;
    right: 5.333vw;
  }

  /*confirm
---------------------------------------------------- */
  .confirm-area {
    padding: 10.666vw 5.333vw;
  }

  .confirm-box {
    width: 100%;
  }

  .confirm-box .lead p {
    font-size: 5.333vw;
    margin-bottom: 6.666vw;
  }

  .confirm-box .lead p span {
    font-size: 3.733vw;
    margin-top: 3.2vw;
  }

  .confirm-box h2 {
    font-size: 4.266vw;
    margin-bottom: 3vw;
    padding-bottom: 2vw;
    border-width: 0.533vw;
  }

  .session-list li {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    grid-template-rows: 0.5fr auto;
  }

  .session-list li p {
    padding: 0;
  }

  .session-list .date {
    grid-area: 1 / 1 / 2 / 2;
    padding: 3vw 4.6875vw 2.5vw;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
  }

  .session-list .date p {
    padding: 0;
  }

  .session-list .time {
    font-size: 3.7333vw;
  }

  .session-list .time span {
    font-size: 4.8vw;
  }

  .session-list .session {
    grid-area: 1 / 2 / 2 / 3;
    border: none;
    border-bottom: 1px solid #b3b3b3;
    font-size: 3.7333vw;
    place-items: center;
    padding: 2.5vw 4vw;
  }

  .session-list .txt {
    grid-area: 2 / 1 / 3 / 3;
    font-size: 3.7333vw;
    padding: 4.6875vw;
  }

  .confirm-box .form-txt {
    margin-top: 8vw;
    border-bottom: 1px solid #cccccc;

  }

  .confirm-box .form-txt dl {
    display: block;
    padding: 0;
    font-size: 3.733vw;
    padding: 4vw 0 2vw;
  }

  .confirm-box .form-txt dt {
    width: 100%;
    margin-right: 0;
  }

  .confirm-box .form-txt dd {
    padding: 2vw 0 3vw;
  }



  /*thanks
---------------------------------------------------- */
  .thanks-area {
    padding: 10.666vw 5.333vw;
  }

  .thanks-area .lead p {
    font-size: 5.333vw;
  }

  .thanks-box {
    width: 100%;
  }

  .thanks-box .txt .hot {
    font-size: 4.375vw;
  }

  .thanks-box .txt p {
    font-size: 3.2vw;
    margin-bottom: 1.2em;
  }

  .thanks-box .btn a {
    margin-top: 8vw;
  }

  .thanks-box .cal-btn ul {
    margin-top: 2em;
    gap: 3.125vw 0;
  }

  .thanks-box .cal-btn .btn {
    width: 100%;
  }

  .thanks-box .cal-btn .btn a {
    font-size: 3.4375vw;
    padding: 3.125vw;
  }
}