/* -------------------
wrapper
------------------- */
.l-wrapper {
  position: relative;
  overflow: clip;
  width: 100%;
}

/* -------------------
main
------------------- */
.l-main {
  margin: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .l-main {
    padding-top: 64px;
    min-height: calc(100vh - 64px);
  }
}

/* -------------------
l-contents
------------------- */
.l-contents {
  padding: 16px 0 58px 0;
}
@media (min-width: 768px) {
  .l-contents {
    padding: 32px 0 64px 0;
  }
}

/* -------------------
l-inner
------------------- */
.l-inner {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 648px;
  box-sizing: content-box;
}

/* -------------------
fv
------------------- */
.c-fv {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .c-fv {
    margin-inline: auto;
    max-width: 648px;
  }
}

.c-fv__content {
  position: absolute;
  top: calc(14 / 375 * 100vw);
  left: calc(21 / 375 * 100vw);
}
@media (min-width: 768px) {
  .c-fv__content {
    top: 10px;
    left: 76px;
  }
}

.c-fv__title {
  color: var(--primitive-blue-600);
  font-weight: bold;
  font-size: calc(32 / 375 * 100vw);
  line-height: 1.25;
  margin-block: 0;
}
@media (min-width: 768px) {
  .c-fv__title {
    font-size: 51px;
    line-height: 1.4;
  }
}

.c-fv__title .main-word {
  font-size: calc(25 / 375 * 100vw);
  font-feature-settings: "halt";
}
@media (min-width: 768px) {
  .c-fv__title .main-word {
    font-size: 36px;
  }
}

.c-fv__title .fs-small {
  font-size: calc(18 / 375 * 100vw);
}
@media (min-width: 768px) {
  .c-fv__title .fs-small {
    font-size: 26px;
  }
}

.c-fv__title .fs-medium {
  margin-inline: calc(2 / 375 * 100vw);
  font-size: calc(24 / 375 * 100vw);
}
@media (min-width: 768px) {
  .c-fv__title .fs-medium {
    margin-inline: 4px;
    font-size: 41px;
  }
}

.c-fv__title .underline {
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: -0.02em;
  text-decoration-color: var(--primitive-yellow-300);
  text-decoration-thickness: calc(8 / 375 * 100vw);
  text-decoration-skip-ink: none;
}
@media (min-width: 768px) {
  .c-fv__title .underline {
    text-underline-offset: -0.01em;
    text-decoration-thickness: 12px;
  }
}

.c-fv__title .underline.adjust-offset {
  text-underline-offset: -0.18em;
}
@media (min-width: 768px) {
  .c-fv__title .underline.adjust-offset {
    text-underline-offset: -0.05em;
  }
}

.c-fv__lead {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: calc(4 / 375 * 100vw);
  margin-top: calc(10 / 375 * 100vw);
}
@media (min-width: 768px) {
  .c-fv__lead {
    margin-top: 10px;
    margin-left: 10px;
    gap: 8px;
  }
}

.c-fv__lead .label-white {
  display: inline-block;
  font-size: calc(14 / 375 * 100vw);
  padding: calc(3 / 375 * 100vw) calc(6 / 375 * 100vw) calc(2 / 375 * 100vw);
  background: var(--primitive-mono-000);
  line-height: 1.25;
  color: var(--primitive-blue-800);
}
@media (min-width: 768px) {
  .c-fv__lead .label-white {
    font-size: 20px;
    padding: 5px 7px;
  }
}

/* -------------------
c-register-block
------------------- */
.c-register-block {
  border-radius: 8px;
  background: var(--primitive-blue-050);
  padding: 20px 12px 24px 12px;
}

.c-register-block__unit + .c-register-block__unit {
  margin-top: 32px;
}

.c-register-block__headline {
  color: var(--primitive-blue-800);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

.c-register-block__logo-area {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .c-register-block__logo-area {
    gap: 12px 24px;
  }
}
.c-register-block__logo-unit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
}
@media (min-width: 768px) {
  .c-register-block__logo-unit {
    gap: 12px 24px;
  }
}

.c-register-block__logo {
  flex-shrink: 0;
}
.c-register-block__logo.beauty {
  width: 70px;
}
.c-register-block__logo.hpg {
  width: 65px;
}
.c-register-block__logo.jalan {
  width: 58px;
}
.c-register-block__logo.suumo {
  width: 60px;
}
.c-register-block__logo.rnn {
  width: 70px;
}
.c-register-block__logo.rds {
  width: 91px;
}

.c-register-block__button-area {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

/* -------------------
button
------------------- */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 0 24px;
  min-height: 48px;
  min-width: 140px;
  max-width: 220px;
  width: 100%;
  border-radius: 12px;
}

.button.new {
  background: var(--Surface-Interactive-Primary);
  box-shadow: 0px 1px 2px 0px rgba(134, 55, 4, 0.3);
  color: var(--Object-White, #fff);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.button.new:hover {
  background: var(--Surface-Interactive-Primary-hover);
}

.button.border {
  border: 1px solid var(--Stroke-Divider);
  background: var(--Surface-Interactive-White);
  box-shadow: 0px 1px 2px 0px rgba(166, 166, 166, 0.2);
  color: var(--Surface-Interactive-Secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.button.border:hover {
  border-color: var(--Surface-Interactive-Secondary);
  background: var(--InteractiveSurface-Button-White-White_Hover);
}
