.mentor-b-page89 {
  --page89-paper: #fff4f1;
  --page89-ink: #3f3d54;
  --page89-coral: #fa8d84;
  --page89-coral-soft: #fff0ed;
  --page89-coral-line: #ffc8c2;
  position: relative;
  width: 1920px;
  height: 1080px;
  overflow: hidden;
  isolation: isolate;
  background: transparent;
  color: var(--page89-ink);
  font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;
}

.mentor-b-page89 * { box-sizing: border-box; }

.page89-master-image,
.page89-personalization-layer {
  position: absolute;
  inset: 0;
  width: 1920px;
  height: 1080px;
}

.page89-master-image {
  z-index: 1;
  display: block;
  object-fit: fill;
  pointer-events: none;
  user-select: none;
}

.page89-personalization-layer {
  z-index: 55;
  pointer-events: none;
}

.page89-personalization-slot {
  position: absolute;
  z-index: var(--slot-z);
  left: var(--slot-x);
  top: var(--slot-y);
  width: var(--slot-w);
  height: var(--slot-h);
  display: flex;
  align-items: center;
  justify-content: var(--slot-align);
  font-size: var(--slot-font-size);
  pointer-events: auto;
}

.page89-context-label {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: #545166;
  font-size: 23px;
  font-weight: 600;
  letter-spacing: .035em;
  white-space: nowrap;
}

.page89-context-label strong {
  color: var(--page89-ink);
  font-size: 27px;
  font-weight: 800;
}

.page89-context-label.is-muted {
  color: #9a9298;
  font-size: 20px;
}

.page89-context-rule {
  width: 42px;
  height: 4px;
  margin-right: 6px;
  border-radius: 999px;
  background: var(--page89-coral);
}

.page89-slot-empty,
.page89-slot-label,
.page89-slot-editor {
  width: 100%;
  height: 100%;
  border-radius: 18px;
}

.page89-slot-empty,
.page89-slot-label,
.page89-slot-confirm {
  appearance: none;
  font: inherit;
  cursor: pointer;
}

.page89-slot-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border: 2px dashed var(--page89-coral-line);
  background: rgb(255 244 241 / .9);
  color: #d66f68;
  font-size: .86em;
  font-weight: 700;
  white-space: nowrap;
}

.page89-slot-empty span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  border-radius: 50%;
  background: var(--page89-coral);
  color: #fff;
  font-size: 22px;
  line-height: 1;
}

.page89-slot-label {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: 20px 1fr;
  align-items: center;
  padding: 7px 12px 7px 15px;
  border: 1px solid var(--page89-coral-line);
  background: var(--page89-coral-soft);
  color: var(--page89-ink);
  text-align: left;
}

.page89-slot-label > span {
  align-self: end;
  color: #c96f68;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.page89-slot-label > strong {
  align-self: start;
  overflow: hidden;
  font-size: 1em;
  font-weight: 800;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page89-slot-label > small {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  margin-left: 9px;
  padding: 5px 7px;
  border-radius: 999px;
  background: #fff;
  color: #bc6b66;
  font-size: 11px;
  font-weight: 700;
}

.page89-slot-label.is-readonly {
  grid-template-columns: 1fr;
  padding-right: 15px;
  cursor: default;
}

.page89-slot-label.is-readonly > strong { font-size: .96em; }
.page89-slot-label.is-empty > strong { color: #aaa2a6; }

.page89-slot-editor {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 22px 8px 6px 12px;
  border: 2px solid var(--page89-coral);
  background: #fff;
  box-shadow: 0 4px 12px rgb(64 50 62 / .1);
}

.page89-slot-editor input,
.page89-slot-editor select {
  min-width: 0;
  height: 34px;
  border: 0;
  border-bottom: 2px solid var(--page89-coral-line);
  border-radius: 0;
  outline: 0;
  background: #fffaf9;
  color: var(--page89-ink);
  font: inherit;
  font-weight: 800;
  text-align: center;
}

.page89-slot-editor input { width: 79px; }

.page89-slot-editor select {
  flex: 1;
  padding: 0 24px 0 9px;
  appearance: auto;
}

.page89-slot-bracket {
  color: #8e858d;
  font-size: 28px;
  line-height: 1;
}

.page89-slot-suffix {
  flex: none;
  font-size: .86em;
  font-weight: 700;
  white-space: nowrap;
}

.page89-slot-confirm {
  display: grid;
  flex: none;
  width: 32px;
  height: 32px;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: var(--page89-coral);
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
}

.page89-slot-editor--school { padding-left: 10px; }

.page89-personalization-slot[data-compact="true"] .page89-slot-empty {
  gap: 4px;
  padding: 0 5px;
  font-size: 14px;
}

.page89-personalization-slot[data-compact="true"] .page89-slot-empty span {
  width: 22px;
  height: 22px;
  font-size: 17px;
}

.page89-personalization-slot[data-compact="true"] .page89-slot-label {
  grid-template-rows: 18px 1fr;
  padding: 6px 7px 6px 9px;
}

.page89-personalization-slot[data-compact="true"] .page89-slot-label > span {
  font-size: 10px;
  letter-spacing: .035em;
}

.page89-personalization-slot[data-compact="true"] .page89-slot-label > strong {
  font-size: 17px;
}

.page89-personalization-slot[data-compact="true"] .page89-slot-label > small {
  width: 24px;
  height: 24px;
  margin-left: 3px;
  padding: 0;
  display: grid;
  place-items: center;
  font-size: 0;
}

.page89-personalization-slot[data-compact="true"] .page89-slot-label > small::before {
  content: "✎";
  font-size: 12px;
}

.page89-slot-editor.is-compact {
  gap: 4px;
  padding: 20px 5px 4px 7px;
}

.page89-slot-editor.is-compact .page89-slot-bracket,
.page89-slot-editor.is-compact .page89-slot-suffix {
  display: none;
}

.page89-slot-editor.is-compact input {
  flex: 1;
  width: 0;
  height: 34px;
  font-size: 17px;
}

.page89-slot-editor.is-compact .page89-slot-confirm {
  width: 28px;
  height: 28px;
  font-size: 17px;
}

.page89-slot-editor.is-compact .page89-editor-kicker {
  left: 8px;
  top: 3px;
  max-width: 132px;
  overflow: hidden;
  font-size: 10px;
  letter-spacing: .02em;
  text-overflow: ellipsis;
}

.page89-editor-kicker {
  position: absolute;
  left: 14px;
  top: 4px;
  color: #c96f68;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .055em;
  line-height: 1.35;
  white-space: nowrap;
}

.page89-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.mentor-b-page89 button:focus-visible,
.mentor-b-page89 input:focus-visible,
.mentor-b-page89 select:focus-visible {
  outline: 5px solid #2489ff;
  outline-offset: 3px;
}
