main#salon-entry {
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  main#salon-entry {
    padding: 0;
  }
}

.salon-entry {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #222;
}
.salon-entry :focus-visible {
  outline: 2px solid #0067c9;
  outline-offset: 2px;
}
.salon-entry img {
  max-width: 100%;
  height: auto;
}

.entry-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .entry-sp-only {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .entry-pc-only {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-block {
    display: block;
  }
}

.entry-page {
  max-width: 62.5em;
  margin: 0 auto;
  padding: 3em 1.25em 6em;
}
@media screen and (max-width: 768px) {
  .entry-page {
    padding: 2em 1em 4em;
  }
}

.entry-hero {
  text-align: center;
}
.entry-hero__label {
  font-size: 0.8125em;
  line-height: 1.91;
  color: #e78500;
}
.entry-hero__label-en {
  font-weight: 900;
}
.entry-hero__title {
  margin: 0.3076923077em 0 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.625em;
  line-height: 1.64;
  color: #0067c9;
}
@media screen and (max-width: 768px) {
  .entry-hero__title {
    font-size: 1.2em;
  }
}
.entry-hero__step {
  margin-top: 1.25em;
  font-weight: 700;
}

.entry-lead {
  margin-top: 1.75em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .entry-lead {
    text-align: left;
  }
}
.entry-lead__text {
  font-size: 0.875em;
  line-height: 1.9;
}
.entry-lead__text + .entry-lead__text {
  margin-top: 0.7142857143em;
}
.entry-lead__register {
  margin-top: 1.1428571429em;
  font-size: 0.875em;
  line-height: 1.9;
  font-weight: 700;
}
.entry-lead__register a {
  color: #0067c9;
  text-decoration: underline;
  word-break: break-all;
}
.entry-lead__register a:hover {
  opacity: 0.7;
}

.entry-session {
  margin-top: 1.75em;
  padding: 1.25em 1.75em 1.375em;
  border: 1px solid #0067c9;
  border-radius: 0.5em;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .entry-session {
    padding: 1em 1.125em;
  }
}
.entry-session__round {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25em;
  line-height: 1.5;
  color: #0067c9;
}
.entry-session__theme {
  margin-left: 0.7em;
  font-size: 0.8em;
  color: #12304c;
}
@media screen and (max-width: 768px) {
  .entry-session__theme {
    display: block;
    margin-left: 0;
  }
}
.entry-session__detail {
  margin-top: 0.5em;
}
.entry-session__row {
  display: flex;
  gap: 0.75em;
  font-size: 0.875em;
  line-height: 1.9;
}
.entry-session__row dt {
  flex: none;
  width: 5em;
  font-weight: 700;
  color: #12304c;
}
@media screen and (max-width: 768px) {
  .entry-session__row {
    flex-direction: column;
    gap: 0;
  }
  .entry-session__row dt {
    width: auto;
  }
}

.entry-form {
  margin-top: 1.5em;
}

.salon-entry .contact_note {
  margin-bottom: 1.1875em;
  text-align: center;
}
.salon-entry .contact_note p {
  font-size: 0.875em;
  line-height: 1.9;
  color: #737373;
}
.salon-entry .contact_note .required {
  font-size: 0.8571428571em;
  margin-right: 0.4166666667em;
}
.salon-entry .required {
  display: inline-block;
  flex-shrink: 0;
  font-size: 0.75em;
  line-height: 1.67;
  color: #fff;
  background-color: #e78500;
  border-radius: 0.3333333333em;
  padding-inline: 0.6666666667em;
  white-space: nowrap;
  font-feature-settings: "palt" 1;
}
.salon-entry .form_label .required {
  margin-left: 0.6666666667em;
}
.salon-entry .form label {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: 1em;
  line-height: 1.5;
  color: #222;
}
@media screen and (max-width: 768px) {
  .salon-entry .form label {
    width: 100%;
  }
}
.salon-entry .form input[type=text],
.salon-entry .form input[type=email],
.salon-entry .form input[type=tel] {
  width: 100%;
  height: 3.125em;
  padding: 0.8125em 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  letter-spacing: 0.02em;
  color: #222;
  background-color: #fff;
  border: 1px solid #848484;
  border-radius: 0.625em;
}
.salon-entry .form input[type=text]::placeholder,
.salon-entry .form input[type=email]::placeholder,
.salon-entry .form input[type=tel]::placeholder {
  color: #848484;
}
.salon-entry .form input[type=text].error,
.salon-entry .form input[type=email].error,
.salon-entry .form input[type=tel].error {
  border-color: #e60012;
}
.salon-entry .form textarea {
  width: 100%;
  min-height: 7.5em;
  padding: 0.8125em 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  line-height: 1.7;
  letter-spacing: 0.02em;
  color: #222;
  background-color: #fff;
  border: 1px solid #848484;
  border-radius: 0.625em;
  resize: vertical;
}
.salon-entry .form textarea.error {
  border-color: #e60012;
}
.salon-entry .form select {
  height: 3.125em;
  width: 25em;
  max-width: 100%;
  padding: 0.8125em 2.5em 0.8125em 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
  color: #222;
  background-color: #fff;
  border: 1px solid #848484;
  border-radius: 0.625em;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}
.salon-entry .form select.error {
  border-color: #e60012;
}
@media screen and (max-width: 768px) {
  .salon-entry .form select {
    width: 100%;
  }
}
.salon-entry .form .error {
  color: #e60012;
  font-size: 0.8125em;
  line-height: 1.5;
  margin-top: 0.3076923077em;
}
.salon-entry .form input.form_input_short {
  width: 25em;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .salon-entry .form input.form_input_short {
    width: 100%;
  }
}
.salon-entry .form_area {
  display: flex;
  align-items: center;
  padding-block: 1.1875em;
  border-bottom: 1px solid #e5e5e5;
}
.salon-entry .form_area[hidden] {
  display: none;
}
@media screen and (max-width: 768px) {
  .salon-entry .form_area {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75em;
  }
}
.salon-entry .form_area > label,
.salon-entry .form_area .form_label,
.salon-entry .form_area .form_label_col {
  flex-shrink: 0;
  width: 17.8125em;
  padding-left: 0.625em;
  padding-right: 1.25em;
  align-self: flex-start;
  padding-top: 0.9375em;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
  color: #12304c;
}
@media screen and (max-width: 768px) {
  .salon-entry .form_area > label,
  .salon-entry .form_area .form_label,
  .salon-entry .form_area .form_label_col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.salon-entry .form_area > label {
  font-weight: 700;
}
.salon-entry .form_area--top {
  align-items: flex-start;
}
.salon-entry .form_label_col {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.salon-entry .form_label_col label,
.salon-entry .form_label_col .form_label {
  width: 100%;
  padding: 0;
  font-weight: 700;
  color: #12304c;
}
.salon-entry .form_support {
  font-size: 0.8125em;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-weight: 400;
  color: #666666;
}
.salon-entry .form_input_area {
  flex-grow: 1;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .salon-entry .form_input_area {
    width: 100%;
  }
}
.salon-entry .form_select_wrap {
  position: relative;
  display: inline-block;
}
.salon-entry .form_select_wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-25%);
  border-top: 0.375em solid #848484;
  border-left: 0.3125em solid transparent;
  border-right: 0.3125em solid transparent;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .salon-entry .form_select_wrap {
    width: 100%;
  }
}
.salon-entry .form_radio_group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625em 0.75em;
}
@media screen and (max-width: 768px) {
  .salon-entry .form_radio_group {
    flex-direction: column;
    align-items: stretch;
    gap: 0.625em;
  }
}
.salon-entry .form_radio_group--column {
  flex-direction: column;
  align-items: stretch;
}
.salon-entry .form_radio_group:has(input.error) .form_radio {
  border-color: #e60012;
}
.salon-entry .form_radio {
  display: inline-flex;
  align-items: center;
  column-gap: 0.625em;
  min-height: 3.125em;
  padding: 0.75em 1.375em;
  background-color: #fff;
  border: 1px solid #848484;
  border-radius: 0.625em;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s, box-shadow 0.2s;
}
.salon-entry .form_radio:hover {
  border-color: #0067c9;
}
.salon-entry .form_radio:has(input:checked) {
  border-color: #0067c9;
  background-color: rgba(0, 103, 201, 0.06);
  box-shadow: inset 0 0 0 1px #0067c9;
  font-weight: 700;
  color: #0067c9;
}
.salon-entry .form_radio input[type=radio],
.salon-entry .form_radio input[type=checkbox] {
  width: 1.125em;
  height: 1.125em;
  appearance: auto;
  -webkit-appearance: auto;
  accent-color: #0067c9;
  flex-shrink: 0;
}
.salon-entry .form_group_note {
  margin-bottom: 0.8571428571em;
  font-size: 0.875em;
  line-height: 1.7;
  font-weight: 700;
  color: #12304c;
}
.salon-entry .form_privacy {
  margin-top: 2.625em;
}
.salon-entry .form_privacy_paragraph {
  font-size: 0.875em;
  letter-spacing: 0.02em;
  text-align: center;
  color: #222;
}
.salon-entry .form_privacy_paragraph a {
  color: #0067c9;
  text-decoration: underline;
}
.salon-entry .form_privacy_paragraph a:hover {
  opacity: 0.7;
}
.salon-entry .form_acceptance_area {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.625em;
  margin-top: 0.875em;
  font-size: 1em;
  cursor: pointer;
}
.salon-entry .form_acceptance_area input[type=checkbox] {
  width: 1.125em;
  height: 1.125em;
  appearance: auto;
  -webkit-appearance: auto;
  accent-color: #0067c9;
  flex-shrink: 0;
}
.salon-entry .form_acceptance_error {
  text-align: center;
  margin-top: 0.25em;
}
.salon-entry .form_acceptance_center {
  text-align: center;
  margin-top: 0.875em;
}
.salon-entry .form_confirm_value {
  padding-top: 0.9375em;
  font-size: 1em;
  line-height: 1.7;
  overflow-wrap: anywhere;
}
@media screen and (max-width: 768px) {
  .salon-entry .form_confirm_value {
    padding-top: 0;
  }
}
.salon-entry .form_button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  min-width: 15em;
  width: fit-content;
  height: 3.5em;
  margin: 2.875em auto 0;
  padding-inline: 2.875em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.0625em;
  color: #fff;
  background-color: #0067c9;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.salon-entry .form_button:hover {
  opacity: 0.85;
}
.salon-entry .form_button_secondary {
  background-color: #fff;
  border: 1px solid #0067c9;
  color: #0067c9;
}
.salon-entry .form_button_tertiary {
  display: inline-flex;
  margin: 0;
}
.salon-entry .form_button_area {
  display: flex;
  justify-content: center;
  gap: 1.875em;
  margin-top: 2.875em;
}
@media screen and (max-width: 768px) {
  .salon-entry .form_button_area {
    flex-direction: column;
    align-items: center;
    gap: 1em;
  }
}
.salon-entry .form_button_area .form_button {
  margin: 0;
}

.entry-complete {
  margin-top: 3em;
  text-align: center;
}
.entry-complete__title {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.375em;
  line-height: 1.6;
  color: #12304c;
}
.entry-complete__text {
  margin-top: 1.1428571429em;
  font-size: 0.875em;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .entry-complete__text {
    text-align: left;
  }
}
.entry-complete__back {
  margin-top: 2.5em;
}
