html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: #2d241f;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.8;
  background: #e7e7e7 url(https://d20dfxyuz7q532.cloudfront.net/crfes/2026/bg.png) repeat;
  background-size: 23px 35px;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #b71c2b;
  text-decoration: none;
  transition: opacity 0.25s ease, color 0.25s ease, background-color 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.8;
  }
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

main {
  display: block;
}

.is-hidden {
  display: none !important;
}

.l-site {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.l-site__bg {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: radial-gradient(circle at 15% 18%, rgba(255, 214, 224, 0.45), transparent 18%), radial-gradient(circle at 88% 10%, rgba(255, 232, 177, 0.24), transparent 16%), radial-gradient(circle at 92% 28%, rgba(255, 203, 214, 0.2), transparent 14%);
}

.l-header {
  position: relative;
  z-index: 10;
  padding: 20px 16px 0;
}

.l-header__inner {
  max-width: 760px;
  margin: 0 auto;
  padding: 12px 18px;
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid rgba(178, 138, 46, 0.34);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 20px rgba(80, 50, 20, 0.08);
}

.l-header__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #2d241f;
  font-size: 1rem;
  text-align: center;
}

.l-main {
  position: relative;
  z-index: 1;
  padding: 24px 16px 64px;
}

.l-container {
  max-width: 760px;
  margin: 0 auto;
}

.l-auth {
  max-width: 760px;
  margin: 0 auto;
}

.l-auth__hero {
  position: relative;
  margin-bottom: 24px;
  padding: 28px 24px;
  border-radius: 20px;
  background: url(https://d20dfxyuz7q532.cloudfront.net/crfes/2026/bg02.png) repeat;
  background-size: 23px 35px;
  color: #fff;
  box-shadow: 0 10px 30px rgba(50, 28, 10, 0.12);
  overflow: hidden;
}
.l-auth__hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.08) 0 8%, transparent 8% 16%, rgba(255, 255, 255, 0.06) 16% 24%, transparent 24%);
  opacity: 0.25;
  pointer-events: none;
}

.l-auth__hero-sub {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.l-auth__hero-title {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  line-height: 1.35;
  letter-spacing: 0.04em;
}

.l-auth__hero-text {
  margin-top: 12px;
  font-size: 0.95rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.92);
}

.l-card {
  background: #fffdf8;
  border: 1px solid rgba(178, 138, 46, 0.45);
  box-shadow: 0 10px 30px rgba(50, 28, 10, 0.12);
  border-radius: 20px;
  position: relative;
  position: relative;
  padding: 42px 38px;
  overflow: hidden;
}
.l-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(178, 138, 46, 0.4);
  border-radius: inherit;
  pointer-events: none;
}

.l-card + .l-card {
  margin-top: 20px;
}

.l-footer-note {
  margin-top: 18px;
  text-align: center;
  color: #6d5a4f;
  font-size: 0.85rem;
}

@media screen and (max-width: 767px) {
  .l-header {
    padding-top: 14px;
  }
  .l-header__inner {
    padding: 10px 14px;
    border-radius: 18px;
  }
  .l-auth__hero-title {
    font-size: 5.4vw;
  }
  .l-main {
    padding: 18px 12px 40px;
  }
  .l-auth__hero {
    padding: 30px 25px;
  }
  .l-card {
    padding: 30px 25px;
  }
}
.c-form {
  margin-top: 8px;
}

.c-form__group + .c-form__group {
  margin-top: 20px;
}

.c-form__label {
  display: inline-block;
  margin-bottom: 8px;
  font-weight: 700;
  color: #2d241f;
}

.c-form__required {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(183, 28, 43, 0.1);
  color: #b71c2b;
  font-size: 0.75rem;
  line-height: 1.5;
  vertical-align: middle;
}

.c-input,
.c-select,
.c-textarea {
  width: 100%;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid #ccb7a1;
  border-radius: 14px;
  background: #fffdfa;
  color: #2d241f;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.c-input:focus,
.c-select:focus,
.c-textarea:focus {
  border-color: #b71c2b;
  box-shadow: 0 0 0 4px rgba(183, 28, 43, 0.12);
  background: #fff;
}
.c-input::placeholder,
.c-select::placeholder,
.c-textarea::placeholder {
  color: #ae9d91;
}

.c-textarea {
  min-height: 140px;
  padding-top: 14px;
  padding-bottom: 14px;
  resize: vertical;
}

.c-input--serial {
  letter-spacing: 0.08em;
  font-size: 1.05rem;
}

.c-help {
  margin-top: 8px;
  font-size: 0.85rem;
  color: #6d5a4f;
}

.c-alert {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 0.93rem;
  line-height: 1.75;
}

.c-alert--error {
  background: #fff2f1;
  border: 1px solid #efc5c1;
  color: #b42318;
}

.c-alert--info {
  background: #fdf2f3;
  border: 1px solid #f5e2c8;
  color: #a8481f;
  text-align: center;
}

.c-button {
  appearance: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 220px;
  min-height: 56px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #b71c2b 0%, #8f1020 100%);
  box-shadow: 0 8px 20px rgba(120, 20, 30, 0.18);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  transition: transform 0.25s ease, opacity 0.25s ease, box-shadow 0.25s ease;
}
@media (hover: hover) and (pointer: fine) {
  .c-button:hover {
    transform: translateY(-2px);
    opacity: 1;
    box-shadow: 0 12px 26px rgba(120, 20, 30, 0.24);
  }
}

.c-button--full {
  width: 100%;
  min-width: 0;
}

.c-button--sub {
  background: linear-gradient(135deg, #7d624f 0%, #5b3f2a 100%);
}

.c-actions {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

@media screen and (max-width: 767px) {
  .c-button,
  .c-button--full {
    min-height: 52px;
  }
  .c-actions {
    flex-direction: column;
  }
}
.c-auth-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #2d241f;
  margin: 0 0 14px;
  font-size: clamp(1.4rem, 1.2vw + 1rem, 2rem);
  text-align: center;
}

.c-auth-lead {
  color: #6d5a4f;
  text-align: center;
  font-size: 0.96rem;
  line-height: 1.9;
}

.c-auth-code-box {
  margin: 22px auto 0;
  padding: 18px 20px;
  max-width: 360px;
  border: 1px dashed rgba(178, 138, 46, 0.65);
  border-radius: 14px;
  background: linear-gradient(180deg, #fffdfa 0%, #faf2e7 100%);
  text-align: center;
}

.c-auth-code-box__label {
  display: block;
  margin-bottom: 10px;
  color: #6d5a4f;
  font-size: 0.85rem;
}

.c-auth-code-box__value {
  font-size: clamp(1.7rem, 1vw + 1.2rem, 2.2rem);
  font-weight: 700;
  letter-spacing: 0.18em;
  color: #b71c2b;
}

.c-result-day {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 8px 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f4e7b7 0%, #ccb067 100%);
  color: #3f2f14;
  font-weight: 900;
  font-size: 2rem;
  letter-spacing: 0.08em;
}

.c-result-panel {
  margin-top: 20px;
  padding: 22px 20px;
  border-radius: 14px;
  background: linear-gradient(180deg, #fffdfa 0%, #f8efe2 100%);
  border: 1px solid rgba(178, 138, 46, 0.38);
  text-align: center;
}

.c-mini-note {
  margin-top: 10px;
  color: #6d5a4f;
  font-size: 1.23rem;
  padding-left: 150px;
  line-height: 1.8;
}
.c-mini-note ul li {
  margin-bottom: 0.5em;
  font-size: 1rem;
  line-height: 1.5;
  list-style: none;
  padding-left: 1em;
  text-indent: -1em;
}

.c-divider {
  margin: 24px 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(178, 138, 46, 0.5), transparent);
}

@media screen and (max-width: 767px) {
  .c-mini-note {
    margin-top: 10px;
    color: #6d5a4f;
    font-size: 1.23rem;
    padding-left: 0;
    line-height: 1.8;
  }
  .c-mini-note ul li {
    margin-bottom: 0.5em;
    font-size: 0.8rem;
    line-height: 1.5;
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
  }
  .c-auth-lead {
    color: #6d5a4f;
    text-align: left;
    font-size: 0.96rem;
    line-height: 1.9;
  }
}
.c-serial {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.c-serial__sep {
  flex: 0 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  color: #7d624f;
}

.c-input--serial-split {
  flex: 1 1 0;
  min-width: 0;
  text-align: center;
  letter-spacing: 0.12em;
  font-size: 1.2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.c-check {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: #2d241f;
  font-size: 0.95rem;
  line-height: 1.8;
}

.c-check input[type=checkbox] {
  margin-top: 0.35em;
  transform: scale(1.15);
}

.c-check-card {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border: 1px solid #d8c7b6;
  border-radius: 14px;
  background: #fffdfa;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.c-check-card input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.c-check-card__box {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  border: 2px solid #b28a2e;
  border-radius: 6px;
  background: #fff;
  transition: all 0.2s ease;
}

.c-check-card__box::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 7px;
  height: 13px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}

.c-check-card__body {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.c-check-card__title {
  display: block;
  font-weight: 700;
  color: #2d241f;
  line-height: 1.6;
}

.c-check-card__text {
  display: block;
  color: #6d5a4f;
  font-size: 0.94rem;
  line-height: 1.8;
}

.c-check-card:has(input:checked) {
  border-color: #b71c2b;
  background: #fff7f7;
  box-shadow: 0 6px 16px rgba(120, 20, 30, 0.08);
}

.c-check-card:has(input:checked) .c-check-card__box {
  border-color: #b71c2b;
  background: #b71c2b;
}

.c-check-card:has(input:checked) .c-check-card__box::after {
  opacity: 1;
}

.c-check-card:has(input:focus-visible) {
  outline: 0;
  box-shadow: 0 0 0 4px rgba(183, 28, 43, 0.12);
}

.c-auth-lead-attention {
  text-align: center;
}

.no-pc {
  display: none;
}

.no-sp {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .no-pc {
    display: inline-block;
  }
  .no-sp {
    display: none;
  }
  .c-check-card {
    gap: 12px;
    padding: 14px 14px;
  }
  .c-check-card__title {
    font-size: 0.95rem;
  }
  .c-check-card__text {
    font-size: 0.88rem;
    line-height: 1.7;
  }
  .c-auth-lead-attention {
    text-align: left;
  }
  .c-serial {
    gap: 2px;
  }
  .c-serial__sep {
    font-size: 1.1rem;
  }
  .c-input--serial-split {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    letter-spacing: 0.08em;
  }
}

/*# sourceMappingURL=style.css.map */
