@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
.member-top-navigation {
  margin-bottom: 2rem;
}

.member-id-header {
  background: #e60012;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  margin-bottom: 0.75rem;
  font-size: clamp(1rem, 2.5vw, 1.15rem);
  line-height: 1.4;
}
.member-id-header__star {
  color: #ffd700;
  margin-right: 0.15em;
}

.member-orange-bar {
  background: linear-gradient(180deg, #ff9a4a 0%, #e85a1a 100%);
  color: #fff;
  text-align: center;
  padding: 0.55rem 1.25rem;
  border-radius: 9999px;
  font-size: 0.9rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 2px 6px rgba(232, 90, 26, 0.25);
}

.member-banner-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
}

.member-banner-item {
  flex: 1 1 200px;
  max-width: 100%;
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 0.75rem 0.75rem 2.5rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  text-decoration: none;
  color: inherit;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.member-banner-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.member-banner-item img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 0.65rem;
  background: #f5f5f5;
}
.member-banner-item h3 {
  margin: 0 0 0.5rem;
  font-size: clamp(0.95rem, 2vw, 1.05rem);
  font-weight: bold;
  text-align: center;
  color: #e8787a;
}
.member-banner-item p {
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.55;
  color: #333;
  text-align: center;
}
.member-banner-item .arrow-icon {
  position: absolute;
  right: 0.65rem;
  bottom: 0.65rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #e56b8f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  line-height: 1;
  box-shadow: 0 2px 6px rgba(229, 107, 143, 0.45);
  pointer-events: none;
}

.member-list-by-region {
  margin-top: 1.5rem;
}

.member-region-section {
  margin-bottom: 2.5rem;
}
.member-region-section:last-child {
  margin-bottom: 0;
}

.member-region-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #e8787a;
  margin: 0 0 1rem;
  padding-bottom: 0.35rem;
  border-bottom: 2px solid rgba(230, 0, 18, 0.2);
}

.member-grid-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  padding: 10px 0 20px;
}
@media (max-width: 1024px) {
  .member-grid-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .member-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.member-card {
  background: #fff;
  border: 1px solid #e56b8f;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
}
.member-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(229, 107, 143, 0.18);
}
.member-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}
.member-card__img-work {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-bottom: 1px solid rgba(229, 107, 143, 0.35);
}
.member-card__img-work img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.member-card__info {
  padding: 10px;
  text-align: left;
}
.member-card__no {
  font-size: 14px;
  font-weight: bold;
  color: #e56b8f;
  margin: 0 0 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.member-card__text {
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
  color: #333;
}

.member-list-header {
  margin: 1.5rem 0 0.5rem;
  text-align: center;
  border-bottom: 2px solid #e60012;
  padding-bottom: 10px;
}

.member-list-title {
  font-size: 1.35rem;
  color: #333;
  margin: 0;
}
