/* -------------------
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 - 90px);
  }
}

/* -------------------
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 {
  width: 100%;
}
@media (min-width: 768px) {
  .c-fv {
    margin-inline: auto;
    max-width: 648px;
  }
}

/* -------------------
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);
}

.NotoSansCJKjp-Regular {
	font-family: 'NotoSansCJKjp-Regular';
}
.NotoSansCJKjp-Black {
	font-family: 'NotoSansCJKjp-Black';
}

#mainContent h1 {
  font-weight: normal;
  text-align: center;
  position: relative;
  line-height: 1.2;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  -moz-font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
#mainContent h1 #mainContent-textGroup {
  width: 100%;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 41vw;
  box-sizing: border-box;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 5;
  font-style: italic;
}
#mainContent h1 #mainContent-textGroupInner span {
  position: relative;
  vertical-align: baseline;
  color: #fff;
  font-style: italic;
}
#mainContent h1 #mainContent-textGroupInner span.mainContent-text-maker {
  letter-spacing: -0.1em;
  left: -0.05em;
}
#mainContent h1 #mainContent-textGroupInner span.mainContent-text-maker::after {
  letter-spacing: -0.1em;
}
#mainContent h1 #mainContent-text3 {
  letter-spacing: 0.1em;
  margin-right:-0.1em;
}
#mainContent h1 img {
  width: 100%;
  position: relative;
  z-index: 2;
}
#mainContent .hidden {
  display: none !important;
}

#mainContent-text1,
.mainContent-text-maker,
.mainContent-text-en {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 800;
  text-decoration: underline;
  font-style: italic;
}

@media (min-width: 768px) {
  #mainContent-text1 {
    font-size: inherit !important;
  }

  #mainContent h1 #mainContent-textGroup {
    height: 270px;
  }

  .txt6 {
    font-size: 32px !important;
  }

  .txt7 {
    font-size: 30px !important;
  }

  .txt8 {
    font-size: 30px !important;
  }

  .txt9 {
    font-size: 24px !important;
  }

  .txt10 {
    font-size: 24px !important;
  }

  .txt11 {
    font-size: 24px !important;
  }

  .txt12 {
    font-size: 24px !important;
  }

}

