* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* === VIDEO TRIGGER & MODAL === */
.video-trigger {
  position: relative;
  cursor: pointer;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
}

.video-trigger:hover .play-btn { opacity: 1; }

@media (max-width: 960px) {
  .play-btn {
    opacity: 1;
    width: 32px;
    height: 32px;
    font-size: 12px;
    top: auto;
    left: auto;
    bottom: 6px;
    right: 6px;
    transform: none;
  }
}

.video-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

.video-modal.is-open { display: flex; }

.video-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
}

.video-modal-content {
  position: relative;
  z-index: 1;
  width: min(340px, 90%);
}

.video-modal-content video {
  width: 100%;
  max-height: 80vh;
  border-radius: 12px;
  display: block;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #5c4b66;
  background: #fff8fc;
  line-height: 1.7;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #f1d7e7;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-logo img {
  width: 150px;
}

.global-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.global-nav a {
  font-size: 14px;
  font-weight: 700;
  color: #664f73;
  letter-spacing: 0.08em;
}

.nav-tagline {
  font-size: 18px;
  font-weight: 900;
  color: #d45f9f;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.pc-page {
  display: block;
}

.visual-section {
  width: 100%;
  position: relative;
}

.visual-section img {
  width: 100%;
  display: block;
}

.hero-tagline {
  display: none;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 23px;
  font-weight: 900;
  color: #d45f9f;
  letter-spacing: 0.08em;
  text-shadow: none;
}

.visual-section .hero-tagline {
  color: #d45f9f;
  text-align: right;
  left: auto;
  right: 5%;
  text-shadow: none;
}

#about {
  background: #fdf4f9;
}

#about img {
  max-width: 1086px;
  margin: 0 auto;
}


.sp-page {
  display: none;
}

.sp-footer {
  display: none;
}

/* === MEMBER SECTION === */
.member-section { width:100%; background:#fff8fc; }
.member-inner { max-width:1080px; margin:0 auto; padding:12px 24px; }
.member-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; }
.member-label { font-size:12px; font-weight:700; color:#d76aa7; letter-spacing:0.2em; }
.member-all-btn { display:inline-block; padding:5px 18px; border-radius:999px; border:1px solid #e489bb; font-size:12px; color:#d76aa7; text-decoration:none; }
.member-cards { display:flex; gap:16px; }
.member-card { flex:1; border-radius:20px; border:1px solid #f0d4e4; background:#fff8fb; overflow:hidden; text-decoration:none; color:inherit; display:flex; flex-direction:column; transition:transform 0.2s; }
.member-card:hover { transform:translateY(-4px); box-shadow:0 8px 24px rgba(220,160,195,0.3); }
.member-card-img { width:100%; height:280px; overflow:hidden; background:#fde8f3; }
.member-card-img img { width:100%; height:280px !important; object-fit:cover; object-position:center 20%; display:block; }
.member-card-body { padding:16px 12px; text-align:center; flex:1; }
.member-name { font-size:22px; color:#d45f9f; margin-bottom:4px; }
.member-en-name { font-size:13px; color:#9877a8; font-weight:700; margin-bottom:10px; }
.member-tags { list-style:none; display:flex; flex-wrap:wrap; gap:6px; justify-content:center; padding:0; }
.member-tags li { padding:4px 12px; border-radius:999px; font-size:12px; font-weight:700; color:#fff; background:#e488ba; }
.member-amina { border-color:#c6ddf7; background:#f5f9ff; }
.member-minami .member-card-img { background:#f8d5de; }
.member-amina .member-card-img { background:#deeeff; }
.member-amina .member-tags li { background:#8bbcf3; }

/* === JOIN SECTION === */
.join-section {
  width: 100%;
  background: #fff8fc;
}

.join-text-header { display: none; }

.join-container {
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.join-bg {
  width: 100%;
  height: auto;
  display: block;
}

.join-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}

.join-btn {
  position: absolute;
  bottom: 8%;
  left: 5%;
  display: inline-block;
  padding: 4px 50px 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #e889bc, #d45f9f);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(212, 95, 159, 0.3);
  transition: opacity 0.2s;
  white-space: nowrap;
}

.join-btn:hover { opacity: 0.85; }

.join-icons-area {
  position: absolute;
  top: 0; bottom: 0;
  left: 32%;
  right: 0;
  display: flex;
  align-items: center;
  padding: 6px 10px 6px 0;
  gap: 8px;
}

.join-benefits {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 45px;
  background: rgba(235, 242, 250, 0.9);
  border-radius: 16px;
  padding: 10px 16px;
}

.join-benefits li {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
  position: relative;
  padding: 0 4px;
}

.join-benefits li:not(:last-child)::after {
  content: "▶";
  position: absolute;
  right: -25px;
  top: 30px;
  font-size: 13px;
  color: #e489bb;
  font-weight: 700;
}

.join-benefits img {
  width: 78px;
  height: 78px;
  object-fit: contain;
  display: block;
}

.join-benefits span {
  font-size: 10px;
  font-weight: 700;
  color: #7a4fa0;
  line-height: 1.4;
}

.join-badge {
  width: 24%;
  height: auto;
  flex-shrink: 0;
}

/* === PC GOODS SECTION === */
.goods-section {
  width: 100%;
  background: linear-gradient(180deg, #fff0f8 0%, #fde8f4 60%, #fff4f9 100%);
  padding: 72px 40px;
}

.goods-container {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.goods-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #e07ab5;
  margin-bottom: 10px;
}

.goods-label::before,
.goods-label::after {
  content: " ✦ ";
  font-size: 10px;
  color: #e8a8cc;
}

.goods-title {
  font-size: 34px;
  font-weight: 900;
  color: #c44fa0;
  line-height: 1.35;
  margin-bottom: 10px;
}

.goods-subtitle {
  font-size: 14px;
  color: #a06080;
  margin-bottom: 52px;
  letter-spacing: 0.05em;
}

.goods-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-bottom: 48px;
}

.goods-step {
  flex: 1;
  max-width: 260px;
  background: #fff;
  border-radius: 20px;
  padding: 36px 24px 32px;
  box-shadow: 0 6px 24px rgba(220, 140, 180, 0.15);
  border: 1px solid #f5d0e8;
  position: relative;
}

.goods-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f5a0cc 0%, #e060a8 100%);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.02em;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(224, 96, 168, 0.35);
}

.goods-step h3 {
  font-size: 17px;
  font-weight: 800;
  color: #c44fa0;
  margin-bottom: 10px;
  line-height: 1.4;
}

.goods-step p {
  font-size: 13px;
  color: #8a5070;
  line-height: 1.7;
}

.goods-step-arrow {
  font-size: 22px;
  color: #e8a8cc;
  margin: 0 16px;
  flex-shrink: 0;
  margin-bottom: 16px;
}

.goods-badge,
.project-badge {
  display: none;
}

.goods-btn {
  display: inline-block;
  padding: 14px 56px;
  background: linear-gradient(135deg, #f5a0cc 0%, #e060a8 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 16px rgba(224, 96, 168, 0.35);
  transition: opacity 0.2s;
}

.goods-btn:hover { opacity: 0.85; }

/* === PC PROJECT SECTION === */
.project-section {
  width: 100%;
  background: linear-gradient(180deg, #f5eeff 0%, #ede0ff 60%, #f8f0ff 100%);
  padding: 72px 40px;
}

.project-container {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
}

.project-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #9b6bcc;
  margin-bottom: 10px;
}

.project-label::before,
.project-label::after {
  content: " ✦ ";
  font-size: 10px;
  color: #c4a0e8;
}

.project-title {
  font-size: 34px;
  font-weight: 900;
  color: #7a40b8;
  line-height: 1.35;
  margin-bottom: 10px;
}

.project-subtitle {
  font-size: 15px;
  color: #8060a0;
  margin-bottom: 52px;
  line-height: 1.8;
}

.project-cards {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-bottom: 48px;
}

.project-card {
  flex: 1;
  max-width: 300px;
  background: #fff;
  border-radius: 20px;
  padding: 40px 24px 36px;
  box-shadow: 0 6px 24px rgba(160, 100, 220, 0.13);
  border: 1px solid #dcc8f5;
}

.project-card-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ede0ff 0%, #dcc8f5 100%);
  border-radius: 50%;
}

.project-card h3 {
  font-size: 17px;
  font-weight: 800;
  color: #7a40b8;
  margin-bottom: 10px;
}

.project-card p {
  font-size: 13px;
  color: #7a60a0;
  line-height: 1.7;
}

.project-btn {
  display: inline-block;
  padding: 14px 56px;
  background: linear-gradient(135deg, #c090e8 0%, #9050cc 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 16px rgba(144, 80, 204, 0.35);
  transition: opacity 0.2s;
}

.project-btn:hover { opacity: 0.85; }

/* === PROPOSAL CTA SECTION === */
.teian-cta-section {
  width: 100%;
  background: linear-gradient(180deg, #fff0f8 0%, #fde8f4 60%, #fff4f9 100%);
  padding: 72px 40px;
  text-align: center;
}

.teian-cta-container {
  max-width: 640px;
  margin: 0 auto;
}

.teian-cta-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #e07ab5;
  margin-bottom: 10px;
}

.teian-cta-label::before,
.teian-cta-label::after {
  content: " ✦ ";
  font-size: 10px;
  color: #e8a8cc;
}

.teian-cta-title {
  font-size: 34px;
  font-weight: 900;
  color: #c44fa0;
  line-height: 1.35;
  margin-bottom: 10px;
}

.teian-cta-text {
  font-size: 14px;
  color: #a06080;
  margin-bottom: 32px;
}

.teian-cta-btn {
  display: inline-block;
  padding: 14px 56px;
  background: linear-gradient(135deg, #f5a0cc 0%, #e060a8 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 16px rgba(224, 96, 168, 0.35);
  transition: opacity 0.2s;
}

.teian-cta-btn:hover { opacity: 0.85; }

/* === PC NEWS SECTION === */
.news-section {
  width: 100%;
  background: linear-gradient(180deg, #fff8fc 0%, #fff 100%);
  padding: 72px 40px;
  border-top: 1px solid #f3deea;
}

.news-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.news-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: #e07ab5;
  margin-bottom: 10px;
}

.news-label::before,
.news-label::after {
  content: " ✦ ";
  font-size: 10px;
  color: #e8a8cc;
}

.news-title {
  font-size: 34px;
  font-weight: 900;
  color: #c44fa0;
  margin-bottom: 40px;
}

.news-list {
  list-style: none;
  text-align: left;
}

.news-item {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 20px 0;
  border-bottom: 1px solid #f3deea;
  font-size: 15px;
}

.news-item:first-child {
  border-top: 1px solid #f3deea;
}

.news-date {
  font-size: 13px;
  font-weight: 700;
  color: #c44fa0;
  letter-spacing: 0.05em;
  white-space: nowrap;
  min-width: 90px;
}

.news-text {
  color: #4a3050;
  font-weight: 500;
}

.news-by {
  display: block;
  font-size: 11px;
  color: #96879f;
  font-weight: 400;
  margin-top: 2px;
}

.news-sns-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4a3050;
  text-decoration: none;
}

.news-sns-link:hover { color: #d76aa7; }

.news-sns-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex-shrink: 0;
}

.news-sns-icon[alt="X"] {
  width: 18px;
  height: 18px;
}

/* === PC FOOTER === */
.pc-footer {
  width: 100%;
  background: #fff;
  border-top: 1px solid #f3deea;
}

.pc-footer-body {
  display: flex;
  align-items: center;
  max-width: 1080px;
  margin: 0 auto;
  padding: 36px 40px 28px;
  gap: 40px;
}

.pc-footer-left { flex-shrink: 0; }

.pc-footer-logoimg {
  height: 56px;
  width: auto;
  display: block;
}

.pc-footer-center { flex: 0 0 auto; }

.pc-footer-nav {
  display: flex;
  gap: 20px;
  margin-bottom: 14px;
}

.pc-footer-nav a {
  font-size: 13px;
  font-weight: 700;
  color: #4a3050;
  text-decoration: none;
  letter-spacing: 0.05em;
}

.pc-footer-nav a:hover { color: #d76aa7; }

.pc-footer-legal {
  display: flex;
  gap: 14px;
}

.pc-footer-legal a {
  font-size: 12px;
  color: #96879f;
  text-decoration: none;
}

.pc-footer-legal a:hover { color: #d76aa7; }

.pc-footer-contact {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin-left: auto;
}

.pc-footer-url-line {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #5d5268;
  margin-bottom: 6px;
}

.pc-footer-url-line a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #d76aa7;
  font-weight: 700;
  text-decoration: none;
}

.pc-footer-url-line a:hover {
  text-decoration: underline;
}

.pc-footer-social {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-left: 0;
}

.social-icon-instagram {
  width: 52px;
  height: 52px;
  object-fit: contain;
  position: relative;
  top: 0;
  left: -12px;
}
.social-icon-youtube {
  width: 72px;
  height: 72px;
  object-fit: contain;
  position: relative;
  top: 0;
  left: -6px;
}
.social-icon-x {
  width: 28px;
  height: 28px;
  object-fit: contain;
  position: relative;
  top: 0;
  left: -2px;
}
.social-icon-tiktok {
  width: 64px;
  height: 64px;
  object-fit: contain;
  position: relative;
  top: 0;
  left: 0;
}

.pc-footer-social a {
  display: block;
  line-height: 0;
  transition: opacity 0.2s;
}

.pc-footer-social a:hover { opacity: 0.75; }

.pc-footer-bottom {
  border-top: 1px solid #f3deea;
  text-align: center;
  padding: 12px 40px;
}

.pc-footer-bottom p {
  font-size: 12px;
  color: #96879f;
}

@media (max-width: 960px) {
  .pc-page {
    display: none;
  }

  .pc-footer {
    display: none;
  }

  .sp-page {
    display: block;
    width: 100%;
  }

  .sp-footer {
    display: block;
  }

  .site-header {
    display: none;
  }

  /* === HERO === */
  #sp-top {
    aspect-ratio: 4 / 5;
    overflow: hidden;
  }

  #about-sp {
    position: relative;
  }

  .hero-tagline {
    display: block;
  }

  #sp-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
  }

  .sp-hero {
    position: relative;
    width: 100%;
  }

  .sp-hero img {
    width: 100%;
    display: block;
  }

  .sp-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 16px;
    text-align: center;
  }

  .sp-hero-overlay h2 {
    font-size: 44px;
    line-height: 1.1;
    color: #dc72ad;
    margin-bottom: 8px;
  }

  .sp-main-copy {
    font-size: 16px;
    font-weight: 700;
    color: #56455f;
  }

  .sp-hero::before {
    content: "✦  ✦  ✦";
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 11px;
    color: rgba(228, 137, 188, 0.45);
    letter-spacing: 14px;
    pointer-events: none;
  }

  .sp-kicker {
    display: inline-block;
    margin-bottom: 6px;
    padding: 3px 14px;
    border-radius: 999px;
    background: rgba(215, 106, 167, 0.14);
    font-size: 11px;
    font-weight: 700;
    color: #d76aa7;
    letter-spacing: 0.08em;
  }

  .sp-hero-copy h2 {
    margin-bottom: 8px;
    font-size: 44px;
    line-height: 1.1;
    color: #dc72ad;
  }

  .sp-main-copy {
    font-size: 18px;
    line-height: 1.7;
    font-weight: 700;
    color: #56455f;
    margin-bottom: 4px;
  }

  .sp-hero-visual {
    margin-top: 12px;
    margin-left: -16px;
    margin-right: -16px;
  }

  .sp-hero-visual img {
    width: 100%;
    height: auto;
    display: block;
  }

  /* === SECTIONS === */
  .sp-section {
    padding: 36px 20px;
    background: #fff;
    border-bottom: 1px solid #f3deea;
    position: relative;
    text-align: center;
  }

  .sp-section::before {
    content: "";
    display: block;
    height: 4px;
    background: linear-gradient(90deg, #f9c0dd 0%, #e489bb 50%, #f9c0dd 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }



  #member-sp  { background: linear-gradient(180deg, #fff8fd 0%, #fff 100%); }
  #join-sp    { background: linear-gradient(180deg, #fdf2f8 0%, #fff 100%); }
  #goods-sp   { background: linear-gradient(180deg, #fff4fa 0%, #fff 100%); }
  #project-sp { background: linear-gradient(180deg, #fff8fd 0%, #fff 100%); }
  #news-sp    { background: #fff; }

  .sp-section:nth-child(even) {
    background: inherit;
  }

  #about-sp h2 {
    font-size: 28px;
    margin-bottom: 8px;
    position: relative;
    text-align: center;
  }

  #about-sp h2::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: linear-gradient(90deg, #f9c0dd, #e489bb, #f9c0dd);
    margin: 12px auto 0;
  }

  #about-sp .sp-text {
    font-size: 16px;
    line-height: 1.9;
    margin-top: 12px;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
  }

  .sp-about-quote {
    margin: 24px 0 8px;
    padding: 20px 20px;
    border-radius: 16px;
    border: 1px solid #f0d4e4;
    background: #fff;
    box-shadow: 0 4px 16px rgba(220, 160, 195, 0.12);
    position: relative;
    text-align: center;
  }

  .sp-about-quote::before {
    content: "✦";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 0 8px;
    color: #e489bb;
    font-size: 16px;
  }

  .sp-label {
    margin-bottom: 6px;
    text-align: center !important;
    font-size: 11px;
    font-weight: 700;
    color: #d76aa7;
    letter-spacing: 0.2em;
  }

  .sp-label::before,
  .sp-label::after {
    content: " ✦ ";
    font-size: 9px;
    color: #e8a8cc;
  }

  .sp-section h2 {
    margin-bottom: 16px;
    text-align: center !important;
    font-size: 26px;
    line-height: 1.45;
    color: #d76aa7;
  }

  .sp-text {
    margin-bottom: 10px;
    text-align: center !important;
    font-size: 15px;
    line-height: 1.8;
    color: #5d5268;
  }

  /* === MEMBERS === */
  .sp-member-section {
    padding-top: 36px;
    padding-bottom: 28px;
  }

  .sp-member-card {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    margin: 0 0 14px;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid #f0d4e4;
    background: #fff;
    box-shadow: 0 6px 20px rgba(220, 160, 195, 0.2);
    position: relative;
    overflow: hidden;
  }

  .sp-member-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f9c0dd 0%, #e489bb 100%);
  }

  .member-minami {
    background: linear-gradient(135deg, #fff6fb 0%, #fff 100%);
  }

  .member-jun {
    background: linear-gradient(135deg, #fff7fb 0%, #fff 100%);
  }

  .member-amina {
    background: linear-gradient(135deg, #f8fbff 0%, #fff 100%);
    border-color: #c6ddf7;
  }

  .member-amina::before {
    background: linear-gradient(90deg, #a8d4f8 0%, #7ab8f5 100%);
  }

  .sp-member-photo {
    width: 130px;
    min-width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #f5c8de;
    flex-shrink: 0;
  }

  .member-amina .sp-member-photo {
    border-color: #9dc8f5;
  }

  .sp-member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }

  .sp-member-body {
    flex: 1;
    min-width: 0;
  }

  .sp-member-body h3 {
    margin-bottom: 2px;
    font-size: 26px;
    line-height: 1.2;
    color: #d45f9f;
  }

  .sp-member-en {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    color: #9877a8;
  }

  .sp-tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .sp-tags li {
    padding: 5px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: #e488ba;
  }

  .member-amina .sp-tags li {
    background: #8bbcf3;
  }

  /* === JOIN === */
  /* JOIN (統合) */
  .join-bg { display: none; }

  .join-container { max-width: 100%; }

  .join-overlay {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 36px 16px;
    text-align: center;
  }

  .join-text-header {
    display: block;
    margin-bottom: 20px;
  }

  .join-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.25em;
    color: #e07ab5;
    margin-bottom: 8px;
  }

  .join-label::before,
  .join-label::after { content: " ✦ "; font-size: 10px; color: #e8a8cc; }

  .join-title {
    font-size: 22px;
    font-weight: 900;
    color: #c44fa0;
    margin-bottom: 10px;
  }

  .join-desc {
    font-size: 13px;
    color: #7a5a8a;
    line-height: 1.7;
  }

  .join-icons-area {
    position: static;
    flex-direction: column;
    width: 100%;
    padding: 0;
    gap: 0;
    align-items: center;
  }

  .join-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 0 0 16px;
    padding: 0;
    background: none;
    border-radius: 0;
    width: 100%;
  }

  .join-benefits li {
    flex-direction: column;
    gap: 8px;
    padding: 16px 12px;
    background: rgba(235, 242, 250, 0.9);
    border-radius: 14px;
    border: 1px solid #d0e4f7;
  }

  .join-benefits li::after { display: none; }

  .join-benefits img {
    width: 56px;
    height: 56px;
  }

  .join-benefits span {
    font-size: 12px;
  }

  .join-badge {
    display: block;
    width: 55%;
    max-width: 200px;
    height: auto;
    margin: 0 auto 16px;
  }

  .join-btn {
    position: static;
    display: block;
    width: fit-content;
    padding: 10px 40px;
    font-size: 14px;
    order: 3;
  }

  /* === GOODS === */
  /* GOODS (統合) */
  .goods-section { padding: 40px 16px; }
  .goods-title { font-size: 22px; }
  .goods-subtitle { font-size: 13px; }
  .goods-steps { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
  .goods-step { display: flex; width: 100%; aspect-ratio: 1; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 12px 8px; text-align: center; background: rgba(255, 240, 248, 0.9); border: 1px solid #f5d0e8; border-radius: 14px; box-shadow: none; }
  .goods-step-num { width: 36px; height: 36px; min-width: 36px; font-size: 14px; margin-bottom: 4px; }
  .goods-step h3 { font-size: 13px; margin-bottom: 2px; }
  .goods-step p { font-size: 11px; }
  .goods-step-arrow { display: none; }
  .goods-badge {
    display: block;
    width: 55%;
    max-width: 200px;
    height: auto;
    margin: 8px auto 16px;
  }
  .goods-btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    background: linear-gradient(135deg, #e87cc3 0%, #c44fa0 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    letter-spacing: 0;
    box-shadow: 0 3px 8px rgba(212, 95, 159, 0.3);
  }

  /* PROJECT (統合) */
  .project-section { padding: 40px 16px; }
  .project-title { font-size: 22px; }
  .project-subtitle { font-size: 13px; }
  .project-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
  .project-card { display: flex; width: 100%; aspect-ratio: 1; flex-direction: column; align-items: center; justify-content: center; gap: 6px; padding: 12px 8px; text-align: center; background: rgba(245, 238, 255, 0.9); border: 1px solid #dcc8f5; border-radius: 14px; box-shadow: none; }
  .project-card-icon { width: 36px; height: 36px; margin: 0 auto 4px; }
  .project-card-icon svg { width: 28px; height: 28px; }
  .project-card h3 { font-size: 13px; margin-bottom: 2px; }
  .project-card p { font-size: 11px; }
  .project-badge {
    display: block;
    width: 55%;
    max-width: 200px;
    height: auto;
    margin: 16px auto 16px;
  }
  .project-btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    background: linear-gradient(135deg, #b57be8 0%, #8a4fcf 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 999px;
    text-decoration: none;
    letter-spacing: 0;
    box-shadow: 0 3px 8px rgba(138, 79, 207, 0.3);
  }

  /* === PROPOSAL CTA === */
  .teian-cta-section { padding: 32px 20px; }
  .teian-cta-container { display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap; }
  .teian-cta-label { display: none; }
  .teian-cta-title { font-size: 18px; margin: 0; }
  .teian-cta-text { font-size: 12px; margin: 0; }
  .teian-cta-btn { padding: 10px 28px; font-size: 13px; }

  /* === NEWS === */
  /* NEWS (統合) */
  .news-section {
    padding: 40px 16px;
  }

  .news-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .news-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 14px 0;
    font-size: 14px;
  }

  .news-date {
    font-size: 12px;
    min-width: auto;
  }

  .news-text {
    padding-left: 12px;
  }

  /* === FOOTER === */
  .sp-footer {
    padding: 24px 16px 0;
    text-align: center;
    background: linear-gradient(180deg, #fdf1f8 0%, #fce8f3 100%);
  }

  .sp-footer-logo-link {
    display: inline-block;
    margin-bottom: 6px;
  }

  .sp-footer-logoimg {
    height: 96px;
    width: auto;
  }

  .sp-footer-tagline {
    font-size: 13px;
    color: #7a5a8a;
    margin-bottom: 12px;
  }

  .sp-footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    margin-bottom: 12px;
  }

  .sp-footer-social a {
    display: block;
    line-height: 0;
    transition: opacity 0.2s;
    color: inherit;
    font-weight: normal;
  }

  .sp-footer-social a:hover { opacity: 0.75; }

  .sp-footer-social .social-icon-instagram {
    width: 36px; height: 36px; left: -8px;
  }
  .sp-footer-social .social-icon-youtube {
    width: 52px; height: 52px; left: -4px;
  }
  .sp-footer-social .social-icon-x {
    width: 28px; height: 28px; left: -2px;
    mix-blend-mode: multiply;
  }
  .sp-footer-social .social-icon-tiktok {
    width: 48px; height: 48px; left: 0;
  }

  .sp-footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 14px;
    margin-bottom: 10px;
  }

  .sp-footer-nav a {
    font-size: 12px;
    font-weight: 700;
    color: #4a3050;
    text-decoration: none;
    letter-spacing: 0.05em;
  }

  .sp-footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 10px;
    margin-bottom: 10px;
  }

  .sp-footer-legal a {
    font-size: 11px;
    color: #96879f;
    text-decoration: none;
    font-weight: normal;
  }

  .sp-footer-url-line {
    margin-bottom: 4px;
  }

  .sp-footer-url-line a {
    font-size: 13px;
    color: #d76aa7;
    font-weight: 700;
    text-decoration: none;
  }

  .sp-note {
    margin-top: 8px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #96879f;
  }

  .sp-footer-bottom {
    border-top: 1px solid #f0d6e8;
    padding: 10px 0 18px;
  }

  .sp-footer-bottom p {
    font-size: 12px;
    color: #96879f;
    margin: 0;
  }
}

@media (max-width: 430px) {
  .sp-hero {
    padding: 18px 14px 0;
  }

  .sp-hero-copy h2 {
    font-size: 40px;
  }

  .sp-main-copy {
    font-size: 16px;
  }

  .sp-hero-visual {
    margin-left: -14px;
    margin-right: -14px;
  }

  .sp-section {
    padding: 32px 16px;
  }

  .sp-section h2 {
    font-size: 22px;
  }

  .sp-member-card {
    gap: 12px;
    padding: 14px;
  }

  .sp-member-photo {
    width: 110px;
    min-width: 110px;
    height: 110px;
  }

  .sp-member-body h3 {
    font-size: 22px;
  }

  .sp-tags li {
    font-size: 10px;
    padding: 4px 8px;
  }
}
