@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
.member-login-page,
.member-site {
  --member-accent: #ff8c00;
  --member-accent-deep: #8a4d00;
  --member-background: #fff0d6;
  --member-heading: #ff8c00;
  --member-pill: #ff8c00;
  --member-neutral-button: #6e625a;
  --member-neutral-button-deep: #594d45;
  background: #fff0d6;
}

.member-wrapper {
  background: var(--member-background);
}

.member-login-page--standard,
.member-site.is-standard {
  --member-accent: #62c6ff;
  --member-accent-deep: #2f82be;
  --member-background: #dff1ff;
  --member-heading: #62c6ff;
  --member-pill: #62baf5;
  --member-neutral-button: #5b5b5b;
  --member-neutral-button-deep: #464646;
  background: #dff1ff;
}

.member-event-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.member-event-modal[hidden] {
  display: none;
}

.member-event-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(81, 85, 89, 0.65);
}

.member-event-modal__dialog {
  position: relative;
  width: min(1000px, 100% - 48px);
  margin: 120px auto 0;
  padding: 56px 80px;
  border-radius: 42px;
  background: #fff;
  text-align: center;
}

.member-event-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(81, 85, 89, 0.8);
  color: #fff;
  font-size: 2rem;
}

.member-login-hero h1,
.member-heading-splash h1,
.member-section-heading h1,
.member-section-heading h2 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  background: transparent;
  color: var(--member-heading);
  font-size: clamp(3rem, 6vw, 5rem);
  letter-spacing: 0.08em;
}

.member-login-hero h1::before,
.member-heading-splash h1::before,
.member-section-heading h1::before,
.member-section-heading h2::before {
  content: "";
  position: absolute;
  inset: -80px -110px;
  background: url("../images/service/splash_h1_white.svg") center/contain no-repeat;
  z-index: -1;
}

.member-login-card,
.member-panel,
.member-filter-bar,
.member-profile-filter__box,
.member-single-panel {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 36px;
  padding: 56px;
}

.member-main.member-home {
  padding-top: 28px;
}

.member-home .member-section + .member-section {
  margin-top: 8px;
}

.member-home .member-top-section .wrapper,
.member-home .member-support-section .wrapper {
  padding-top: 0;
}

.member-home .member-section-heading {
  margin-bottom: 26px;
}

.member-home .member-section-heading h2 {
  position: relative;
  z-index: 0;
  isolation: isolate;
  font-size: clamp(3rem, 4.8vw, 4.25rem);
}

.member-home .member-section-heading h2::before {
  inset: -58px -76px;
  background: url("../images/service/splash_h1_white.svg") center/contain no-repeat;
  opacity: 1;
}

.member-heading-section .wrapper {
  padding-top: 10px;
}

.member-section {
  position: relative;
  background: transparent;
}

.member-section + .member-section {
  margin-top: 48px;
}

.member-section-heading {
  margin-bottom: 46px;
}

.member-login-card {
  max-width: 900px;
  margin: 0 auto;
}

.member-login-placeholder,
.swpm-login-form {
  display: grid;
  gap: 28px;
}

.member-login-placeholder__row,
.swpm-login-form .swpm-username-input,
.swpm-login-form .swpm-password-input {
  display: grid;
  gap: 12px;
}

.member-login-placeholder input,
.member-support-form input,
.member-support-form textarea,
.member-event-modal__form input,
.member-event-modal__form textarea,
.member-profile-filter__search input,
.member-filter-select select,
.swpm-login-form input {
  width: 100%;
  padding: 18px 20px;
  border: 2px solid var(--member-accent);
  border-radius: 8px;
  background: #fff;
  font-size: 1.1rem;
}

.member-header {
  position: relative;
  z-index: 30;
  padding: 30px 0 0;
}

.member-header__inner,
.member-footer__inner {
  width: min(1800px, 100% - 48px);
  margin: 0 auto;
}

.member-header__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 34px);
  width: min(1500px, 100% - 120px);
  min-height: 96px;
  padding: 0 20px 0 24px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.member-footer__logo {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  text-decoration: none;
}

.member-header__logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 16px;
  text-decoration: none;
}

.member-header__toggle {
  display: none;
}

.member-footer__logo img {
  width: 240px;
  height: auto;
}

.member-header__logo img {
  width: 223px;
  height: auto;
}

.member-header__logo-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 16px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.92);
  color: var(--member-accent);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
  white-space: nowrap;
}

.member-header__nav ul,
.member-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.member-header__nav a,
.member-footer__nav a,
.member-footer__meta a {
  color: #ff8c00;
  text-decoration: none;
  letter-spacing: 0.08em;
}

.member-footer__nav a {
  font-size: 20px;
}

.member-header__nav {
  flex: 1 1 auto;
  min-width: 0;
}

.member-header__nav ul {
  gap: clamp(18px, 2.2vw, 36px);
}

.member-header__nav a {
  display: inline-flex;
  align-items: center;
  min-height: 96px;
  color: var(--member-accent);
  font-size: 24px;
  font-weight: 400;
  transition: opacity 0.3s, color 0.3s;
  white-space: nowrap;
}
.member-header__nav a:hover {
  opacity: 0.65;
}

.member-footer__socials {
  display: flex;
  gap: 18px;
}

.member-header__socials {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 10px;
}

.member-footer__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  background: #ff8c00;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.member-header__socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: transparent;
  text-decoration: none;
}

.member-header__socials img {
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 1200px) {
  .member-header {
    padding: 10px 6px 0;
  }
  .member-header__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 12px);
    min-height: 60px;
    padding: 10px 16px;
    gap: 8px 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  .member-header__logo {
    gap: 10px;
  }
  .member-header__logo img {
    width: 134px;
  }
  .member-header__logo-badge {
    min-height: 26px;
    padding: 0 10px;
    font-size: 0.75rem;
  }
  .member-header__socials {
    display: flex;
    order: 2;
    align-items: center;
    gap: 8px;
    margin: 0 6px 0 auto;
  }
  .member-header__socials a {
    width: 36px;
    height: 36px;
  }
  .member-header__socials img {
    width: 36px;
    height: 36px;
  }
  .member-header__toggle {
    display: inline-flex;
    position: relative;
    order: 3;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .member-header__toggle-icon {
    position: relative;
    width: 32px;
    height: 24px;
  }
  .member-header__toggle-icon span {
    position: absolute;
    left: 0;
    width: 32px;
    height: 2px;
    border-radius: 2px;
    background-color: #515559;
    transition: ease 0.35s;
  }
  .member-header__toggle-icon span:nth-of-type(1) {
    top: 3px;
  }
  .member-header__toggle-icon span:nth-of-type(2) {
    top: 11px;
  }
  .member-header__toggle-icon span:nth-of-type(3) {
    top: 19px;
  }
  .member-header__toggle-icon.is-close span:nth-of-type(1) {
    top: 11px;
    transform: rotate(45deg);
  }
  .member-header__toggle-icon.is-close span:nth-of-type(2) {
    opacity: 0;
  }
  .member-header__toggle-icon.is-close span:nth-of-type(3) {
    top: 11px;
    transform: rotate(-45deg);
  }
  .member-header__nav {
    display: none;
    order: 4;
    width: 100%;
    margin-top: 10px;
  }
  .member-header__nav,
  .member-header__nav-list {
    width: 100%;
  }
  .member-header__nav-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 26px 18px 34px;
    border-radius: 32px;
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
  }
  .member-header__nav li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    line-height: 1;
    border: 0;
  }
  .member-header__nav a {
    display: inline-block;
    width: auto;
    min-height: 0;
    height: auto;
    padding: 6px 0;
    font-size: 30px;
    line-height: 1.8;
    letter-spacing: 0.14em;
    text-align: center;
    color: var(--member-accent);
    background-color: transparent;
  }
  .member-header__nav a:hover {
    opacity: 0.7;
    color: var(--member-accent);
  }
}
.member-footer__socials img {
  width: 38px;
  height: 38px;
}

.is-hidden-law-link {
  display: none;
}

.member-card-grid,
.member-profile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.member-card-grid:has(.member-empty),
.member-profile-teaser-grid:has(.member-empty) {
  grid-template-columns: minmax(0, 420px);
  justify-content: start;
}

.member-profile-teaser-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.member-card,
.member-profile-card {
  display: flex;
  flex-direction: column;
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
}

.member-profile-teaser-card {
  display: flex;
  flex-direction: column;
  padding: 14px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
}

.member-card__image,
.member-profile-card__image,
.member-profile-teaser-card__image,
.member-single-panel__image {
  display: block;
  overflow: hidden;
  border-radius: 22px;
}

.member-card__image img,
.member-profile-card__image img,
.member-profile-teaser-card__image img,
.member-single-panel__image img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.member-card__placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 4/3;
  background: linear-gradient(135deg, #fff, #f6efe7);
  color: #8a4d00;
  font-size: 2rem;
}

.member-card__meta,
.member-single-panel__meta {
  display: flex;
  gap: 18px;
  align-items: center;
  margin: 18px 0 10px;
  color: #8a4d00;
}

.member-card h3,
.member-profile-card h3,
.member-profile-teaser-card h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

.member-card h3 a,
.member-profile-card h3 a,
.member-profile-teaser-card h3 a {
  color: var(--member-accent-deep);
  text-decoration: none;
}

.member-card p,
.member-profile-card p,
.member-profile-teaser-card p {
  color: var(--member-accent-deep);
  line-height: 1.9;
}

.member-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 94px;
  min-height: 34px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--member-pill);
  color: #fff;
  font-size: 0.9rem;
}

.member-card__actions,
.member-single-panel__actions,
.member-confirm-actions,
.member-profile-teaser-card__actions {
  display: flex;
  gap: 18px;
  justify-content: center;
  margin-top: auto;
}

.member-card__more,
.member-card__apply {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 28px;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  color: #fff;
  background: var(--member-accent);
}

.member-card__apply {
  background: var(--member-pill);
}

.member-button-dark {
  background: var(--member-neutral-button);
  border-color: var(--member-neutral-button);
}

.member-button-action {
  background: var(--member-pill);
  border-color: var(--member-pill);
}

.member-button-muted {
  background: #c9c9c9;
  border-color: #c9c9c9;
}

.member-filter-bar,
.member-profile-filter__box {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
}

.member-filter-tabs,
.member-profile-filter__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.member-filter-tabs a,
.member-profile-filter__chips a,
.member-profile-filter__chips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  min-height: 60px;
  padding: 0 24px;
  border-radius: 999px;
  background: #fff;
  color: var(--member-accent);
  text-decoration: none;
}

.member-profile-filter__chips a.is-active {
  background: var(--member-accent);
  color: #fff;
}

.member-filter-tabs a.is-active {
  background: var(--member-accent);
  color: #fff;
}

.member-site.is-standard .member-filter-tabs a.is-active,
.member-site.is-standard .member-card__apply {
  background: #62baf5;
}

.member-filter-select select {
  min-width: 170px;
  min-height: 56px;
  padding-right: 48px;
  background-image: linear-gradient(45deg, transparent 50%, var(--member-accent) 50%), linear-gradient(135deg, var(--member-accent) 50%, transparent 50%);
  background-position: calc(100% - 24px) calc(50% - 3px), calc(100% - 16px) calc(50% - 3px);
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
  color: var(--member-accent-deep);
  appearance: none;
}

.member-archive--event .member-archive-hero .wrapper,
.member-archive--memory .member-archive-hero .wrapper,
.member-archive--profile .member-archive-hero .wrapper,
.member-single--event .member-single-hero .wrapper {
  padding-top: 80px;
  padding-bottom: 54px;
}

.member-single--profile .member-single-hero .wrapper {
  padding-top: 80px;
  padding-bottom: 54px;
}

.member-archive--event .member-archive-filter .wrapper {
  padding-top: 0;
  padding-bottom: 30px;
}

.member-archive--memory .member-archive-filter .wrapper {
  padding-top: 12px;
  padding-bottom: 30px;
}

.member-archive--profile .member-profile-filter .wrapper {
  padding-top: 12px;
  padding-bottom: 34px;
}

.member-archive--event .member-archive-list .wrapper {
  padding-top: 0;
}

.member-archive--memory .member-archive-list .wrapper {
  padding-top: 0;
}

.member-archive--profile .member-archive-list .wrapper {
  padding-top: 0;
}

.member-profile-filter__box {
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 28px 34px 30px;
  border-radius: 56px;
  display: grid;
  grid-template-columns: auto 1fr 280px;
  align-items: center;
  gap: 24px;
}

.member-profile-filter__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.member-profile-filter__heading h2 {
  margin: 0;
  color: var(--member-accent);
  font-size: 1.7rem;
}

.member-profile-filter__heading p {
  margin: 0;
  color: var(--member-accent-deep);
  font-size: 0.8rem;
}

.member-profile-filter__search {
  width: 100%;
}

.member-profile-filter__search input {
  min-height: 58px;
  padding: 0 22px;
  border-radius: 999px;
}

.member-profile-filter__chips {
  justify-content: center;
  gap: 10px 12px;
}

.member-profile-filter__chips a {
  min-width: 92px;
  min-height: 34px;
  padding: 0 16px;
  font-size: 0.82rem;
}

.member-profile-grid {
  width: min(1320px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px 20px;
}

.member-profile-card {
  padding: 0;
  overflow: hidden;
  border-radius: 30px;
}

.member-profile-card__image {
  border-radius: 28px 28px 0 0;
}

.member-profile-card__image img {
  aspect-ratio: 4/3.2;
}

.member-profile-card__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 16px 18px;
}

.member-profile-card h3 {
  font-size: 1.15rem;
  line-height: 1.45;
}

.member-profile-card p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.member-profile-card__meta-list {
  display: grid;
  gap: 4px;
  margin: 0;
}

.member-profile-card__meta-list div {
  display: flex;
  gap: 8px;
  align-items: baseline;
}

.member-profile-card__meta-list dt,
.member-profile-card__meta-list dd {
  margin: 0;
  color: var(--member-accent-deep);
  font-size: 0.85rem;
  line-height: 1.6;
}

.member-profile-card__meta-list dt {
  min-width: 2.5rem;
  font-weight: 700;
}

.member-profile-card__actions {
  display: grid;
  gap: 8px;
  margin-top: auto;
}

.member-profile-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  font-size: 0.88rem;
}

.member-profile-card__button.is-primary {
  background: var(--member-accent);
}

.member-profile-card__button.is-secondary {
  background: #62baf5;
}

.member-single--profile .member-single-section--profile .wrapper {
  padding-top: 16px;
}

.member-single-panel--profile {
  width: min(1040px, 100%);
  margin: 0 auto;
  padding: 30px 42px 42px;
  border-radius: 34px;
}

.member-single-panel--profile .member-single-panel__image {
  max-width: 768px;
  margin: 0 auto;
  border-radius: 24px;
}

.member-single-panel__meta--profile {
  margin: 2px auto 2px;
  max-width: 236px;
  min-height: 36px;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 12px;
}

.member-single-panel__meta--profile .member-card__badge:only-child {
  min-width: 188px;
  padding: 0 28px;
}

.member-single-panel--profile h2,
.member-profile-section {
  max-width: 720px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.member-single-panel--profile h2 {
  margin-top: 0;
  margin-bottom: 2px;
  color: var(--member-accent-deep);
  font-size: clamp(1.82rem, 2.35vw, 2.25rem);
  line-height: 1.34;
  text-align: center;
}

.member-profile-section {
  display: grid;
  gap: 12px;
}

.member-profile-section + .member-profile-section {
  margin-top: 6px;
}

.member-profile-section h3 {
  margin: 0;
  color: var(--member-accent);
  font-size: 1.5rem;
}

.member-single-panel--profile .member-single-panel__content {
  max-width: 700px;
  line-height: 1.88;
}

.member-single-panel--profile .member-single-panel__actions {
  margin-top: 18px;
}

.member-archive--event .member-filter-bar {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  justify-content: center;
  gap: 72px;
}

.member-archive--event .member-archive-hero h1 {
  position: relative;
  z-index: 0;
  isolation: isolate;
}

.member-archive--event .member-filter-tabs {
  justify-content: center;
}

.member-archive--memory .member-filter-bar {
  width: min(760px, 100%);
  margin: 0 auto;
  padding: 0;
  background: transparent;
  border-radius: 0;
  justify-content: center;
  gap: 72px;
}

.member-archive--memory .member-archive-hero h1 {
  position: relative;
  z-index: 0;
  isolation: isolate;
}

.member-archive--memory .member-filter-tabs {
  justify-content: center;
}

.member-archive--event .member-filter-tabs a {
  min-width: 120px;
  min-height: 48px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.42);
}

.member-archive--memory .member-filter-tabs a {
  min-width: 120px;
  min-height: 48px;
  padding: 0 24px;
  background: rgba(255, 255, 255, 0.42);
}

.member-archive--event .member-filter-tabs a:not(.is-active) {
  color: var(--member-accent-deep);
}

.member-archive--event .member-filter-tabs a.is-active {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.member-archive--memory .member-filter-tabs a:not(.is-active) {
  color: var(--member-accent-deep);
}

.member-archive--memory .member-filter-tabs a.is-active {
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.08);
}

.member-archive--event .member-card-grid {
  width: min(1080px, 100%);
  margin: 0 auto;
  gap: 26px;
}

.member-archive--memory .member-card-grid {
  width: min(1064px, 100%);
  margin: 0 auto;
  gap: 28px;
}

.member-archive--event .member-card {
  padding: 0 0 18px;
  border-radius: 30px;
  overflow: hidden;
}

.member-archive--memory .member-card {
  padding: 0 0 16px;
  border-radius: 30px;
  overflow: hidden;
}

.member-archive--event .member-card__image {
  border-radius: 30px 30px 0 0;
}

.member-archive--memory .member-card__image {
  border-radius: 30px 30px 0 0;
  aspect-ratio: 4/2.45;
}

.member-archive--memory .member-card__meta {
  margin-top: 14px;
  margin-bottom: 8px;
}

.member-archive--event .member-card__meta,
.member-archive--event .member-card h3,
.member-archive--event .member-card p,
.member-archive--event .member-card__actions {
  margin-left: 22px;
  margin-right: 22px;
}

.member-archive--memory .member-card__meta,
.member-archive--memory .member-card h3,
.member-archive--memory .member-card p,
.member-archive--memory .member-card__actions {
  width: min(100% - 40px, 252px);
  margin-left: auto;
  margin-right: auto;
}

.member-archive--event .member-card h3 {
  margin-top: 10px;
  font-size: 1.45rem;
}

.member-archive--memory .member-card h3 {
  margin-top: 8px;
  font-size: 1.32rem;
  line-height: 1.42;
}

.member-archive--event .member-card p {
  margin-top: 12px;
  font-size: 0.95rem;
}

.member-archive--memory .member-card p {
  margin-top: 8px;
  font-size: 0.95rem;
  line-height: 1.68;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.member-archive--event .member-card__actions {
  flex-direction: column;
  align-items: stretch;
  margin-top: 26px;
}

.member-archive--memory .member-card__actions {
  flex-direction: column;
  align-items: stretch;
  margin-top: 14px;
}

.member-archive--event .member-card__more,
.member-archive--event .member-card__apply {
  width: 100%;
}

.member-archive--memory .member-card__more {
  width: 100%;
}

.member-empty--archive {
  width: min(820px, 100%);
  margin-top: 40px;
  padding: 36px 32px;
  border-radius: 32px;
}

.member-single--event .member-single-section--event .wrapper {
  padding-top: 16px;
}

.member-single--memory .member-single-section--memory .wrapper {
  padding-top: 16px;
}

.member-single-panel--event {
  width: min(960px, 100%);
  margin: 0 auto;
  padding: 38px 44px 44px;
  border-radius: 34px;
}

.member-single-panel--memory {
  width: min(960px, 100%);
  margin: 0 auto;
  padding: 38px 44px 44px;
  border-radius: 34px;
}

.member-single-panel--event .member-single-panel__image {
  max-width: 780px;
  margin: 0 auto;
  border-radius: 0;
}

.member-single-panel--memory .member-single-panel__image {
  max-width: 780px;
  margin: 0 auto;
  border-radius: 0;
}

.member-single-panel--event .member-single-panel__image img {
  aspect-ratio: auto;
}

.member-single-panel--memory .member-single-panel__image img {
  aspect-ratio: auto;
}

.member-single-panel--event .member-single-panel__meta,
.member-single-panel--event h2,
.member-single-panel--event .member-single-panel__content {
  max-width: 744px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.member-single-panel--memory .member-single-panel__meta,
.member-single-panel--memory h2,
.member-single-panel--memory .member-single-panel__content {
  max-width: 744px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.member-single-panel--event .member-single-panel__meta,
.member-single-panel--memory .member-single-panel__meta {
  margin-top: 0;
  margin-bottom: 4px;
  gap: 14px;
}

.member-single-panel--event h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--member-accent-deep);
  font-size: clamp(1.9rem, 2.6vw, 2.45rem);
  line-height: 1.34;
}

.member-single-panel--memory h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--member-accent-deep);
  font-size: clamp(1.9rem, 2.6vw, 2.45rem);
  line-height: 1.34;
}

.member-single-panel--event .member-single-panel__content {
  max-width: 708px;
  line-height: 1.88;
}

.member-single-panel--memory .member-single-panel__content {
  max-width: 708px;
  line-height: 1.88;
}

.member-single-panel--event .member-single-panel__actions {
  margin-top: 18px;
}

.member-single-panel--memory .member-single-panel__actions {
  margin-top: 18px;
}

.member-single-panel {
  display: grid;
  gap: 22px;
}

.member-single-panel--profile {
  gap: 16px;
}

.member-single-panel--event,
.member-single-panel--memory {
  gap: 18px;
}

.member-single-panel__content {
  color: #8a4d00;
  line-height: 2;
}

.member-support-form,
.member-event-modal__form,
.member-confirm-grid {
  display: grid;
  gap: 24px;
}

.member-support-form {
  gap: 32px;
}

.member-support-form__row {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.member-support-form__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  color: var(--member-accent-deep);
  font-weight: 700;
}

.member-support-form__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 22px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid var(--member-accent);
  color: var(--member-accent);
  font-size: 0.75rem;
  line-height: 1;
}

.member-support-form .button-wrap {
  margin-top: 8px;
}

.member-support-form .button {
  background: var(--member-pill);
  border-color: var(--member-pill);
}

.member-top-section .button-wrap {
  margin-top: 36px;
}

.member-home .member-card-grid {
  gap: 20px;
}

.member-home .member-card,
.member-home .member-profile-teaser-card {
  padding: 14px;
  border-radius: 24px;
}

.member-home .member-card__image,
.member-home .member-profile-teaser-card__image {
  border-radius: 18px;
}

.member-home .member-card__meta {
  gap: 12px;
  margin: 14px 0 8px;
  font-size: 0.82rem;
}

.member-home .member-card h3,
.member-home .member-profile-teaser-card h3 {
  font-size: 1.05rem;
  line-height: 1.55;
}

.member-home .member-card p,
.member-home .member-profile-teaser-card p {
  margin: 10px 0 0;
  font-size: 0.85rem;
  line-height: 1.75;
}

.member-home .member-card__actions,
.member-home .member-profile-teaser-card__actions {
  gap: 10px;
  margin-top: 18px;
}

.member-home .member-card__more,
.member-home .member-card__apply {
  min-height: 48px;
  padding: 0 20px;
  font-size: 0.9rem;
}

.member-home .member-top-section .button-wrap {
  margin-top: 24px;
}

.member-home .button_cover .member-button-dark {
  background: var(--member-neutral-button);
  border-color: var(--member-neutral-button);
}

.member-home .button_cover .member-button-dark:hover {
  background: var(--member-neutral-button-deep);
  border-color: var(--member-neutral-button-deep);
}

.member-home .member-support-section .member-section-heading {
  margin-bottom: 22px;
}

.member-top-section--profile .member-profile-teaser-grid .member-empty,
.member-top-section .member-card-grid .member-empty {
  grid-column: 1/-1;
}

.member-support-confirm-section--panel .wrapper,
.member-support-complete-section .wrapper {
  padding-top: 12px;
}

.member-panel--support-confirm,
.member-panel--support-complete {
  width: min(1180px, 100%);
  margin: 0 auto;
  padding: 74px 96px 78px;
  border-radius: 40px;
}

.member-panel--support-confirm h2,
.member-panel--support-complete h2 {
  margin: 0;
  color: var(--member-accent);
  font-size: clamp(2rem, 3vw, 2.85rem);
  text-align: center;
}

.member-support-lead,
.member-support-complete-copy {
  max-width: 760px;
  margin: 28px auto 0;
  color: var(--member-accent-deep);
  text-align: center;
  line-height: 2;
}

.member-support-complete-copy p,
.member-support-lead {
  margin-bottom: 0;
}

.member-support-complete-note {
  max-width: 780px;
  margin: 30px auto 0;
  color: #d65a2b;
  text-align: center;
  line-height: 1.95;
}

.member-confirm-grid > div {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 26px 0;
  border-bottom: 1px solid rgba(138, 77, 0, 0.3);
}

.member-confirm-grid > div:first-child {
  border-top: 1px solid rgba(138, 77, 0, 0.3);
}

.member-confirm-grid > div > span {
  color: var(--member-accent-deep);
  font-weight: 700;
}

.member-confirm-grid > div > p {
  color: var(--member-accent-deep);
  line-height: 2;
}

.member-confirm-grid__message {
  white-space: pre-wrap;
}

.member-confirm-actions {
  margin-top: 46px;
}

.member-confirm-actions form {
  min-width: min(100%, 330px);
}

.member-confirm-actions .button {
  width: 100%;
}

.member-panel--support-complete .button-wrap {
  margin-top: 42px;
}

.member-panel--support-complete .button {
  background: var(--member-pill);
  border-color: var(--member-pill);
}

.member-inline-status {
  width: min(960px, 100% - 48px);
  margin: 0 auto 24px;
  padding: 18px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
}
.member-inline-status.is-success {
  border: 2px solid #62baf5;
}
.member-inline-status.is-error {
  border: 2px solid #bf4800;
}

.member-footer {
  position: relative;
  margin-top: 180px;
  padding-top: 170px;
}

.member-footer__curve {
  position: absolute;
  inset: 0 0 auto;
  height: 100%;
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  background: rgba(255, 255, 255, 0.96);
}

.member-footer__inner {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  gap: 28px;
  padding-bottom: 60px;
}

.member-footer__meta {
  display: flex;
  gap: 28px;
}

.member-notice,
.member-empty {
  width: min(960px, 100% - 48px);
  margin: 20px auto 0;
  padding: 18px 24px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}

@media screen and (max-width: 900px) {
  .member-header {
    padding: 10px 6px 0;
  }
  .member-header__inner,
  .member-footer__inner,
  .member-event-modal__dialog,
  .member-login-card,
  .member-panel,
  .member-filter-bar,
  .member-profile-filter__box,
  .member-single-panel {
    width: calc(100% - 24px);
    padding: 24px;
  }
  .member-filter-bar,
  .member-profile-filter__box,
  .member-confirm-grid > div,
  .member-support-form__row,
  .member-card__actions,
  .member-single-panel__actions,
  .member-confirm-actions {
    grid-template-columns: 1fr;
    flex-direction: column;
  }
  .member-header__inner {
    flex-direction: row;
    width: calc(100% - 12px);
    min-height: 60px;
    padding: 10px 16px;
    gap: 8px 10px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  }
  .member-header__nav ul,
  .member-footer__nav ul,
  .member-card-grid,
  .member-profile-grid,
  .member-profile-teaser-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .member-header__logo img,
  .member-footer__logo img {
    width: 180px;
  }
  .member-header__logo {
    gap: 10px;
  }
  .member-header__logo img {
    width: 100px;
  }
  .member-header__logo-badge {
    min-height: 26px;
    padding: 0;
    font-size: 0.75rem;
  }
  .member-header__nav {
    width: 100%;
  }
  .member-header__nav ul {
    gap: 10px 18px;
    justify-content: flex-start;
  }
  .member-header__nav a {
    font-size: 30px;
  }
  .member-header__socials {
    gap: 8px;
    margin-left: auto;
  }
  .member-header__socials a {
    width: 32px;
    height: 32px;
  }
  .member-header__socials img {
    width: 32px;
    height: 32px;
  }
  .member-filter-tabs a,
  .member-profile-filter__chips a,
  .member-profile-filter__chips span,
  .member-card__more,
  .member-card__apply {
    min-width: 0;
    width: 100%;
  }
  .member-profile-filter__box {
    width: calc(100% - 24px);
    padding: 22px 18px;
    border-radius: 28px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .member-profile-filter__heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .member-profile-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 14px;
  }
  .member-profile-card__body {
    gap: 8px;
    padding: 12px 12px 14px;
  }
  .member-profile-card h3 {
    font-size: 1rem;
  }
  .member-profile-card p {
    font-size: 0.78rem;
    -webkit-line-clamp: 2;
  }
  .member-profile-card__meta-list dt,
  .member-profile-card__meta-list dd {
    font-size: 0.74rem;
  }
  .member-profile-card__button {
    min-height: 40px;
    font-size: 0.8rem;
  }
  .member-profile-filter__chips {
    gap: 10px;
  }
  .member-profile-filter__chips a,
  .member-profile-filter__chips span {
    width: calc(50% - 5px);
    min-height: 34px;
    padding: 0 10px;
    font-size: 0.78rem;
  }
  .member-login-hero h1,
  .member-heading-splash h1,
  .member-section-heading h1,
  .member-section-heading h2 {
    font-size: clamp(2.2rem, 11vw, 3rem);
  }
  .member-login-hero h1::before,
  .member-heading-splash h1::before,
  .member-section-heading h1::before,
  .member-section-heading h2::before {
    inset: -46px -56px;
  }
  .member-confirm-grid > div {
    display: grid;
    gap: 10px;
  }
  .member-panel--support-confirm,
  .member-panel--support-complete {
    width: calc(100% - 24px);
    padding: 40px 20px 28px;
    border-radius: 38px;
  }
  .member-panel--support-confirm h2,
  .member-panel--support-complete h2 {
    font-size: clamp(2rem, 8vw, 2.5rem);
    line-height: 1.45;
  }
  .member-support-lead,
  .member-support-complete-copy,
  .member-support-complete-note {
    margin-top: 20px;
    line-height: 1.8;
  }
  .member-confirm-actions form {
    min-width: 0;
    width: 100%;
  }
  .member-confirm-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
  }
  .member-confirm-actions .button_cover,
  .member-confirm-actions .button {
    width: 100%;
  }
  .member-section + .member-section {
    margin-top: 28px;
  }
  .member-section-heading {
    margin-bottom: 28px;
  }
  .member-support-form__label {
    min-height: 0;
  }
  .member-footer {
    margin-top: 100px;
    padding-top: 110px;
  }
  .member-archive--event .member-filter-bar,
  .member-archive--memory .member-filter-bar,
  .member-single-panel--event {
    width: calc(100% - 24px);
    padding: 18px;
  }
  .member-single-panel--memory {
    width: calc(100% - 24px);
    padding: 18px;
  }
  .member-single--event .member-single-hero .wrapper,
  .member-single--memory .member-single-hero .wrapper,
  .member-support-confirm-section .wrapper,
  .member-support-complete-section .wrapper {
    padding-top: 28px;
    padding-bottom: 20px;
  }
  .member-archive--event .member-filter-tabs a {
    background: #fff;
  }
  .member-archive--memory .member-filter-tabs a {
    background: #fff;
  }
  .member-archive--event .member-card__meta,
  .member-archive--event .member-card h3,
  .member-archive--event .member-card p,
  .member-archive--event .member-card__actions {
    margin-left: 18px;
    margin-right: 18px;
  }
  .member-archive--memory .member-card__meta,
  .member-archive--memory .member-card h3,
  .member-archive--memory .member-card p,
  .member-archive--memory .member-card__actions {
    margin-left: 18px;
    margin-right: 18px;
  }
  .member-single-panel--event .member-single-panel__image,
  .member-single-panel--event .member-single-panel__meta,
  .member-single-panel--event h2,
  .member-single-panel--event .member-single-panel__content {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .member-single-panel--memory .member-single-panel__image,
  .member-single-panel--memory .member-single-panel__meta,
  .member-single-panel--memory h2,
  .member-single-panel--memory .member-single-panel__content {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .member-single-panel--event h2,
  .member-single-panel--memory h2 {
    margin-top: 10px;
    font-size: clamp(1.85rem, 7vw, 2.35rem);
    line-height: 1.5;
  }
  .member-single-panel--event .member-single-panel__content,
  .member-single-panel--memory .member-single-panel__content {
    line-height: 1.95;
  }
  .member-single-panel--event .member-single-panel__actions,
  .member-single-panel--memory .member-single-panel__actions {
    gap: 12px;
    margin-top: 28px;
  }
  .member-single-panel--profile {
    width: calc(100% - 24px);
    padding: 20px 18px 24px;
  }
  .member-single-panel--profile .member-single-panel__image,
  .member-single-panel--profile h2,
  .member-profile-section {
    max-width: none;
  }
  .member-single-panel--profile h2 {
    margin-top: 10px;
    font-size: clamp(1.85rem, 7vw, 2.3rem);
    line-height: 1.45;
  }
}/*# sourceMappingURL=member.css.map */