@charset "UTF-8";
/* area-profile
=========================================
 */
#area-profile {
  /* --------------------------------
 * エリア会プロフィール
 * -------------------------------- */
  /* --------------------------------
 * エリア会紹介
 * -------------------------------- */
  /* --------------------------------
 * ChannelLink
 * 個人チャンネルページ同様、横スクロール
 * -------------------------------- */
  /* --------------------------------
 * 共通セクション
 * -------------------------------- */
  /* --------------------------------
 * サポーター
 * スマホ1列、タブレット2列、PC3列
 * -------------------------------- */
  /* --------------------------------
 * コンテンツホルダー
 * スマホ2列、タブレット3列、PC5列
 * -------------------------------- */
}

#area-profile .area-detail {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 12px 48px;
}

@media screen and (min-width: 500px) {
  #area-profile .area-detail {
    padding: 24px 20px 64px;
  }
}

@media screen and (min-width: 1000px) {
  #area-profile .area-detail {
    padding: 32px 24px 80px;
  }
}

#area-profile .area-detail *,
#area-profile .area-detail *::before,
#area-profile .area-detail *::after {
  box-sizing: border-box;
}

#area-profile .area-profile {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}

@media screen and (min-width: 500px) {
  #area-profile .area-profile {
    gap: 14px;
    padding: 12px 14px;
  }
}

#area-profile .area-profile__image-wrap {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  overflow: hidden;
  background: #eee;
  border-radius: 50%;
}

@media screen and (min-width: 500px) {
  #area-profile .area-profile__image-wrap {
    flex-basis: 60px;
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1000px) {
  #area-profile .area-profile__image-wrap {
    flex-basis: 68px;
    width: 68px;
    height: 68px;
  }
}

#area-profile .area-profile__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#area-profile .area-profile__body {
  min-width: 0;
}

#area-profile .area-profile__name {
  margin: 0;
  overflow-wrap: anywhere;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 500px) {
  #area-profile .area-profile__name {
    font-size: 20px;
  }
}

@media screen and (min-width: 1000px) {
  #area-profile .area-profile__name {
    font-size: 22px;
  }
}

#area-profile .area-introduction {
  width: 100%;
  max-width: 854px;
  margin: 24px auto 0;
}

@media screen and (min-width: 500px) {
  #area-profile .area-introduction {
    margin-top: 32px;
  }
}

#area-profile .area-introduction__description {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}

@media screen and (min-width: 500px) {
  #area-profile .area-introduction__description {
    font-size: 16px;
  }
}

#area-profile .area-introduction__movie-wrapper {
  width: 100%;
  margin: 0 auto 24px;
}

#area-profile .area-introduction__movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

#area-profile .area-introduction__movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#area-profile .area-links {
  display: flex;
  gap: 16px;
  width: 100%;
  margin-top: 24px;
  padding: 0 0 12px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}

@media screen and (min-width: 500px) {
  #area-profile .area-links {
    gap: 20px;
  }
}

#area-profile .area-link {
  flex: 0 0 82%;
  max-width: 520px;
  min-width: 0;
  scroll-snap-align: start;
}

@media screen and (min-width: 500px) {
  #area-profile .area-link {
    flex-basis: 520px;
  }
}

#area-profile .area-link__anchor {
  display: block;
  color: #3795b4;
  text-decoration: none;
  border: 2px solid #fff;
  transition: color 0.2s ease, border-color 0.2s ease;
}

#area-profile .area-link__anchor:hover {
  color: #f00;
  border-color: #f00;
}

#area-profile .area-link__anchor:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

#area-profile .area-link__image {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 7;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

#area-profile .area-link__url {
  padding: 7px 2px 2px;
  overflow-wrap: anywhere;
  font-size: 14px;
  line-height: 1.5;
}

#area-profile .area-members-section {
  margin-top: 40px;
}

@media screen and (min-width: 500px) {
  #area-profile .area-members-section {
    margin-top: 56px;
  }
}

@media screen and (min-width: 1000px) {
  #area-profile .area-members-section {
    margin-top: 72px;
  }
}

#area-profile .area-members-section__title {
  margin: 0 0 18px;
  padding-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 2px solid #333;
}

@media screen and (min-width: 500px) {
  #area-profile .area-members-section__title {
    margin-bottom: 24px;
    font-size: 25px;
  }
}

@media screen and (min-width: 1000px) {
  #area-profile .area-members-section__title {
    font-size: 28px;
  }
}

#area-profile .area-members-empty {
  grid-column: 1 / -1;
  padding: 32px 20px;
  color: #777;
  text-align: center;
  background: #f7f7f7;
  border-radius: 10px;
}

#area-profile .supporter-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 500px) {
  #area-profile .supporter-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media screen and (min-width: 1000px) {
  #area-profile .supporter-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
  }
}

#area-profile .supporter-list__item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

#area-profile .supporter-card {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 104px;
  padding: 14px;
  color: inherit;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

@media screen and (min-width: 500px) {
  #area-profile .supporter-card {
    min-height: 116px;
    padding: 16px;
  }
}

#area-profile .supporter-card:hover {
  border-color: #aaa;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

#area-profile .supporter-card:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

#area-profile .supporter-card__image-wrap {
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  overflow: hidden;
  background: #eee;
  border-radius: 50%;
}

@media screen and (min-width: 500px) {
  #area-profile .supporter-card__image-wrap {
    flex-basis: 82px;
    width: 82px;
    height: 82px;
  }
}

#area-profile .supporter-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#area-profile .supporter-card__body {
  min-width: 0;
}

#area-profile .supporter-card__role {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  padding: 3px 8px;
  overflow: hidden;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #eee;
  border-radius: 999px;
}

#area-profile .supporter-card__title {
  display: -webkit-box;
  overflow: hidden;
  color: #555;
  font-size: 13px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#area-profile .supporter-card__name {
  margin-top: 4px;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#area-profile .holder-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media screen and (min-width: 500px) {
  #area-profile .holder-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
  }
}

@media screen and (min-width: 1000px) {
  #area-profile .holder-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 34px 24px;
  }
}

#area-profile .holder-list__item {
  min-width: 0;
  margin: 0;
  padding: 0;
}

#area-profile .holder-card {
  display: block;
  width: 100%;
  padding: 14px 10px 16px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  border-radius: 14px;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

@media screen and (min-width: 500px) {
  #area-profile .holder-card {
    padding: 18px 14px 20px;
  }
}

#area-profile .holder-card:hover {
  background: #fff;
  border-color: #ddd;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}

#area-profile .holder-card:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

#area-profile .holder-card__image-wrap {
  width: 100%;
  max-width: 150px;
  aspect-ratio: 1 / 1;
  margin: 0 auto;
  overflow: hidden;
  background: #eee;
  border-radius: 50%;
}

@media screen and (min-width: 500px) {
  #area-profile .holder-card__image-wrap {
    max-width: 180px;
  }
}

@media screen and (min-width: 1000px) {
  #area-profile .holder-card__image-wrap {
    max-width: 190px;
  }
}

#area-profile .holder-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#area-profile .holder-card__body {
  min-width: 0;
  margin-top: 14px;
}

#area-profile .holder-card__title {
  display: -webkit-box;
  min-height: 2.9em;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 500px) {
  #area-profile .holder-card__title {
    font-size: 13px;
  }
}

@media screen and (min-width: 1000px) {
  #area-profile .holder-card__title {
    font-size: 14px;
  }
}

#area-profile .holder-card__name {
  display: -webkit-box;
  margin-top: 5px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (min-width: 500px) {
  #area-profile .holder-card__name {
    font-size: 16px;
  }
}

@media screen and (min-width: 1000px) {
  #area-profile .holder-card__name {
    font-size: 17px;
  }
}

/* supporter-profile
=======================================*/
#supporter-profile {
  /* =========================================
 * サポーターチャンネルページ
 * ========================================= */
  /* -----------------------------------------
 * 所属エリア会
 * ----------------------------------------- */
}

#supporter-profile .supporter-page {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 12px 56px;
}

@media screen and (min-width: 500px) {
  #supporter-profile .supporter-page {
    padding: 24px 20px 72px;
  }
}

@media screen and (min-width: 1000px) {
  #supporter-profile .supporter-page {
    padding: 32px 24px 88px;
  }
}

#supporter-profile .supporter-page *,
#supporter-profile .supporter-page *::before,
#supporter-profile .supporter-page *::after {
  box-sizing: border-box;
}

#supporter-profile .supporter-area-nav {
  margin-bottom: 14px;
}

#supporter-profile .supporter-area-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 100%;
  padding: 5px 10px 5px 6px;
  color: #444;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 999px;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

#supporter-profile .supporter-area-nav__link:hover {
  background: #f7f7f7;
  border-color: #aaa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

#supporter-profile .supporter-area-nav__link:focus-visible {
  outline: 3px solid currentColor;
  outline-offset: 3px;
}

#supporter-profile .supporter-area-nav__image {
  display: block;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  object-fit: cover;
  background: #eee;
  border-radius: 50%;
}

#supporter-profile .supporter-area-nav__label {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}
