@charset "UTF-8";
/* CSS Document */
    /* ===== RESET & VARIABLES ===== */

    :root {
      --black: #515254;
      --white: #f5f4f0;
      --gray-100: #e8e7e3;
      --gray-200: #dddddd;
      --gray-400: #7a7a75;
      --gray-600: #3a3a38;
	  --gray-700:rgba(185, 192, 183, 1);
      --accent: #1a1a1a;
      --font-display: 'gotham', sans-serif;
      --font-serif:  'gotham', sans-serif;
      --font-jp: "Noto Sans JP", sans-serif;
      --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    html { scroll-behavior: smooth; }

    body {
      background: var(--white);
      color: var(--black);
      font-family: var(--font-jp);
      font-weight: 400;
      line-height: 1.8;
      overflow-x: hidden;
    }
	  span{line-height: 1.5;}
    /* ===== PAGE SYSTEM ===== */
    /* .page { display: none; opacity: 0; transition: opacity 0.4s ease; }
    .page.active { display: block; animation: fadeIn 0.5s ease forwards; }
    @keyframes fadeIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
 */
    /* ===== HEADER ===== */
    header {
      position: fixed;
      top: 0; left: 0; right: 0;
      z-index: 1000;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 16px 32px;
      backdrop-filter: blur(8px);
      border-bottom: 1px solid rgba(10,10,10,0.08);
      transition: var(--transition);
    }
    header.scrolled { padding: 10px 32px; }
a{color: var(--white);
text-decoration: none;}
    .logo {
      display: flex;
      align-items: center;
      gap: 10px;
      text-decoration: none;
      cursor: pointer;
    }
  .logo-mark {
	  width:14em;
	  height:70px;
      overflow: hidden;
	  background:url("../img/logo3.png");
	  background-repeat: no-repeat;
	  background-size: 100%;
	  background-position: center;
    }
   
    .logo-text { line-height: 1.1; }
    .logo-text .jp { font-size: 13px; font-weight: 700; letter-spacing: 0.05em; }
    .logo-text .en { font-size: 9px; letter-spacing: 0.12em; color: var(--gray-400); font-family: var(--font-display); }

    nav { display: flex; align-items: center; gap: 28px; }
    nav a {
      font-size: 18px;
      letter-spacing: 0.15em;
      text-decoration: none;
      color: var(--black);
      font-family: var(--font-display);
      opacity: 1;
      cursor: pointer;
    }
    nav a:hover { opacity: 0.7;      transition: opacity 0.2s;
 }

    .menu-btn {
      width: 36px; height: 36px;
      border: 1px solid var(--black);
      border-radius: 50%;
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      gap: 5px;
      cursor: pointer;
      background: none;
    }
    .menu-btn span {
      display: block;
      width: 14px; height: 1px;
      background: var(--black);
      transition: var(--transition);
    }

    /* ===== MOBILE NAV ===== */
    .mobile-overlay {
      position: fixed; inset: 0; z-index: 999;
      background: var(--black);
      display: flex; flex-direction: column;
      align-items: center; justify-content: center;
      gap: 32px;
      opacity: 0; pointer-events: none;
      transition: opacity 0.4s ease;
    }
    .mobile-overlay.open { opacity: 1; pointer-events: all; }
    .mobile-overlay a {
      font-family: var(--font-display);
      font-size: clamp(28px, 6vw, 52px);
      letter-spacing: 0.1em;
      color: var(--white);
      text-decoration: none;
      cursor: pointer;
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.3s ease, transform 0.3s ease, color 0.2s;
    }
    .mobile-overlay.open a { opacity: 1; transform: none; }
    .mobile-overlay.open a:nth-child(1) { transition-delay: 0.1s; }
    .mobile-overlay.open a:nth-child(2) { transition-delay: 0.15s; }
    .mobile-overlay.open a:nth-child(3) { transition-delay: 0.2s; }
    .mobile-overlay.open a:nth-child(4) { transition-delay: 0.25s; }
    .mobile-overlay.open a:nth-child(5) { transition-delay: 0.3s; }
    .mobile-overlay a:hover { color: var(--gray-200); }
    .mobile-close {
      position: absolute; top: 20px; right: 28px;
      width: 36px; height: 36px;
      border: 1px solid rgba(255,255,255,0.4);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer; color: white; font-size: 18px;
      background: none;
    }

    /* ===== HERO ===== */
    .hero {
      position: relative;
      height: 60vh;
      min-height: 320px;
      overflow: hidden;
      margin-top: 73px;
    }
    .hero-bg {
      position: absolute; inset: 0;
      background: linear-gradient(160deg, #1a1a1a 0%, #3a3a38 40%, #6a6a65 100%);
    }
    .hero-bg::after {
      content: '';
      position: absolute; inset: 0;
      background: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.08'/%3E%3C/svg%3E");
      opacity: 0.3;
      mix-blend-mode: overlay;
    }
    /* Simulated crowd silhouettes */
    .hero-crowd {
      position: absolute; inset: 0;
      display: flex; align-items: flex-end;
      overflow: hidden;
    }
    .hero-crowd::before {
      content: '';
      position: absolute; bottom: 0; left: 0; right: 0;
      height: 70%;
      background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 100%);
    }
    .hero-figures {
      position: absolute; bottom: 0; left: 0; right: 0;
      height: 80%;
      display: flex; align-items: flex-end;
      justify-content: center;
      gap: -10px;
    }
    /* Draw silhouette people using CSS */
    .figure {
      position: relative;
      display: inline-block;
      filter: blur(0.5px);
    }
    .hero-overlay {
      position: absolute; inset: 0;
      background: linear-gradient(to bottom, rgba(10,10,10,0.2) 0%, rgba(10,10,10,0.4) 100%);
    }

    /* ===== HOME HERO ===== */
    .home-hero {
      position: relative;
      padding-top: 73px;
      overflow: hidden;

    }
    .home-hero-visual {
      width: 100%;
      height: 55vh;
      min-height: 300px;
      background: #dddddd;
      position: relative;
      overflow: hidden;
  display: flex;
  background: linear-gradient(0deg,  rgba(185, 192, 183, 1), rgba(156, 159, 155, 1));
  background-size: 200% 200%;
  animation: Grad 10s ease infinite;
  align-items: center;
  justify-content: center;
}


@keyframes Grad {
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}

    /* Crowd dots pattern */
    .crowd-pattern {
      position: absolute; inset: 0;
      overflow: hidden;
      opacity: 0.6;
    }

    /* ===== EVENT TITLE BLOCK ===== */
	 .event{
      position: relative;
	  background: url("../img/bg.jpg")no-repeat center; 
	  background-size:cover;}
.event-title-block {
      padding: 80px 0;
        display: flex;
    flex-direction: column;
    align-items: center;
  /*animation: Grad 5s ease infinite;*/
		text-align: center;
}

.event-title-block .bg{
background:rgba(255,255,255,0.8);
		 padding:2em;
	  /*  background:linear-gradient(0deg, #dddddd,#bcbcbc, #9e9e9e);*/
}
.home {position:relative;}
	 .home .bg{
	  background: url("../img/logo1.png")no-repeat center; 
	  background-size:contain;
		 opacity: 0.2;
		 position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
    .event-title-block .main-title {
      font-family: var(--font-display);
      font-size: clamp(1em, 7vw, 80px);
      line-height: 1.0;
      color: var(--black);
    		line-height: 0.8;
}
    .event-title-block .date-venue {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      gap: 0 8px;
      margin-top: 20px;
		    justify-content: center;

    }
    .event-title-block .date {
      font-family: var(--font-display);
      font-size: clamp(28px, 6.5vw, 80px);
      letter-spacing: 0.02em;
      line-height: 1.0;
    }
    .event-title-block .venue-jp {
      font-size: clamp(14px, 4.5vw,40px);
      font-weight: 400;
      letter-spacing: 0.08em;
	display: flex;
	flex-direction: column;
    align-items: flex-start;
    }
    .event-title-block .tagline {
      font-size: 18px;
      letter-spacing: -0.12em;
    }

    /* ===== SECTION HEADINGS ===== */
    .section-label {
      font-family: var(--font-display);
      font-size: clamp(22px, 10vw, 50px);
		font-size: clamp(1em, 6vw, 56px);
		font-weight: 500;
      line-height: 1.1;
    }
    .section-sublabel {
      font-size: 16px;
      margin-top: 2px;
		font-weight: 400;
    }
    section .container {
     display: flex;
		flex-direction: column;
		max-width: 1900px;
		align-items: flex-start;
}
    /* ===== INFORMATION SECTION (HOME) ===== */
    .info-section {
      background: var(--gray-600);
      padding: 48px 40px;
    }
    .info-section .section-label,
    .info-section .section-sublabel { color: var(--white); }

    .info-grid{
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 16px;
      margin-top: 28px;
    }
    .info-card ,.p-postList__item{
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.1);
      cursor: pointer;
      transition: background var(--transition);
    }
    .info-card:hover { background: rgba(255,255,255,0.1); }
    .info-card-cat ,.c-postThumb__cat{
      padding: 10px 14px 6px;
      font-size: 16px;
      letter-spacing: 0.18em;
      color: var(--gray-200);
      font-family: var(--font-display);
      display: flex; align-items: center; gap: 6px;
    }
    .info-card-cat::before ,.c-postThumb__cat::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--gray-200);
      display: inline-block;
    }
    .info-card-img {
      width: 100%;
      aspect-ratio: 4/3;
      background: rgba(255,255,255,0.08);
      position: relative;
      overflow: hidden;
    }
    .info-card-img::after {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, transparent 60%);
    }
.list-box{margin-top:30px;}
	.list-box .p-postList.-type-card{display:grid;grid-auto-flow: column;gap: 16px;margin:20px 0;}
.list-box .-type-card .p-postList__item {
	margin:0;
	padding:0;
	width:auto;
}
    .info-card-body ,.list-box .p-postList__body{ padding: 10px 14px 14px; }
    .info-card-date,.list-box .c-postTimes__posted { font-size: 14px; color: var(--gray-200); letter-spacing: 0.1em; }
    .info-card-text ,.list-box .p-postList__excerpt,.list-box .p-postList__title{ font-size: 16px; color: rgba(255,255,255,0.7); margin-top: 4px; line-height: 1.6; }
    .info-card-btn {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      margin-top: 10px;
      background: var(--black);
      color: var(--white);
      font-size: 12px;
      letter-spacing: 0.15em;
      padding: 10px 14px;
      font-family: var(--font-jp);
      border: none;
		border-radius: 30px;
      cursor: pointer;
      transition: background 0.2s;
    }
    .info-card-btn:hover { background: var(--gray-600); }
    .info-card-btn::after { content: '→'; }

    /* ===== ABOUT SECTION (HOME) ===== */
    .about-home {
      padding: 80px 40px;
    }
    .about-home .section-label { margin-bottom: 4px; }
    .about-home p ,.meeting-section p {
      font-size: 35px;
      line-height: 2.0;
      margin-top: 24px;
    }
    .highlight-bar {
      display: inline-block;
      background: var(--black);
      color: var(--white);
      padding: 6px 14px;
      margin-top: 12px;
      line-height: 1.6;
    }
    .btn-more {
      display: inline-flex;
      align-items: center;
      gap: 10px;
      margin-top: 32px;
      border: 1px solid var(--black);
	 border-radius: 30px;
      padding: 10px 20px;
      font-size: 14px;
      letter-spacing: 0.18em;
      cursor: pointer;
      font-family: var(--font-jp);
      text-decoration: none;
		background: var(--black);
		color: var(--white); 
		font-weight: 400;
      transition: background var(--transition), color var(--transition);
    }
    .btn-more:hover { background: var(--gray-200); color: var(--black);       border: 1px solid var(--gray-200);
}
    .btn-more::after { content: '→'; }

    /* ===== CTA BANNER ===== */
    .cta-banner {
      position: relative;
      background: var(--black);
      padding: 64px 40px;
      overflow: hidden;
    }
    .cta-banner::before {
      content: '';
      position: absolute;
      inset: 0;
      background:
        radial-gradient(ellipse at 20% 50%, rgba(255,255,255,0.04) 0%, transparent 60%),
        radial-gradient(ellipse at 80% 50%, rgba(255,255,255,0.03) 0%, transparent 60%);
    }
    .cta-banner .main-title,
    .cta-banner .date,
    .cta-banner .venue-jp { color: var(--white); }
    .cta-banner .tagline { color: rgba(255,255,255,0.5); }
    .cta-banner .btn-more { border-color: var(--white); color: var(--white); }
    .cta-banner .btn-more:hover { background: var(--white); color: var(--black); }

    /* ===== MEETING SECTION ===== */
    .meeting-section {
      padding: 80px 40px;
    }

    /* ===== FOOTER ===== */
    footer {
      background: var(--black);
      display: grid;
      grid-template-columns: 1fr 2fr;
    }
.footer-nav{
	display: flex;
	    flex-direction: column;
    align-items: flex-start;
gap:0;}
.footer-nav ul{
	list-style: none;
}
    .footer-left {
		text-align: center;
      border-right: 1px solid rgba(255,255,255,1);
    	display: grid;
}
.footer-contact-label{
	display: flex;
	    justify-content: center;
	    flex-direction: column;
padding: 1.5em 0;
    justify-content: center;}
    .footer-contact-label:hover{
		background: rgba(255,255,255,0.08); 
    opacity: 0.7;
    transition: opacity 0.2s;}
    .footer-contact-desc {
      font-size: 16px;
      color: var(--white);
      margin-top: 8px;
      line-height: 1.6;
    }
    .footer-contact-label .nav-en {
      font-family: var(--font-display);
      font-size: 40px;
      letter-spacing: 0.08em;
      color: var(--white);
    }
 .footer-contact-label .nav-jp {
    font-size: 12px;
    letter-spacing: 0.15em;
    color: var(--white);
}

    .footer-sns  {
      border-top: 1px solid rgba(255,255,255,1);
      border-bottom: 1px solid rgba(255,255,255,1);
}


    .footer-sns {
      display: flex;
	justify-content: space-evenly;
    align-items: center;
		padding: 2em 0;
}
    .footer-sns ul{
      display: flex;
list-style: none;
}
    .footer-sns ul li{
      display: flex;
list-style: none;
		margin:0 1em;
}
.sns-btn a{
	display:block;
}
    .sns-btn img{
      width: 49px;
		height: 49px;
      transition:  background 0.2s;
    }
    .sns-btn:hover {   
    opacity: 0.7;
    transition: opacity 0.2s;}
    .footer-privacy {
		
}
    .footer-privacy a{
		display:block;
		width:100%;
		height:100%;
	  color: var(--white);
		font-size: 20px;
      letter-spacing: 0.12em;
      cursor: pointer;
		align-items: center;
    align-content: center;
    justify-content: center;
padding: 2em 0;}
    .footer-privacy a:hover { background: rgba(255,255,255,0.08);  
    opacity: 0.7;
    transition: opacity 0.2s;}
    .footer-nav {
		display: grid;
      grid-template-columns: 4fr;
   align-content: stretch;
    align-items: stretch;
    grid-auto-flow: row;
}
    .footer-nav ul li{ 
      border-bottom: 1px solid rgba(255,255,255,1);
      cursor: pointer;

}
    .footer-nav ul li:hover{ 
    background: rgba(255, 255, 255, 0.08);
    opacity: 0.7;
    transition: opacity 0.2s;
}
    .footer-nav ul li a {
      display: block;
		padding:2em 0 2em 3em;
      text-decoration: none;}
    .footer-nav ul li:last-child{
		border-bottom: none;
}
    .footer-nav .nav-en {
      font-family: var(--font-display);
      font-size: 30px;
      letter-spacing: 0.08em;
      color: var(--white);
    }
    .footer-nav .nav-jp {
      font-size:12px;
      letter-spacing: 0.15em;
      color: var(--white);
      margin-left: 10px;
    }
    .footer-nav a:hover .nav-en { color: var(--gray-200); }
    .footer-copyright {
      background: var(--black);
      border-top: 1px solid rgba(255,255,255,1);
      padding: 12px 40px;
      font-size: 12px;
      color: var(--white);
      text-align: right;
      letter-spacing: 0.1em;
    }

    /* ===== PAGE HERO (inner pages) ===== */
    .page-hero {
      margin-top: 73px;
      height: 200px;
      background: linear-gradient(180deg, rgba(81, 82, 84, 1), rgba(169, 176, 167, 1));
		  background-size: 200% 200%;
  animation: Grad 10s ease infinite;
      position: relative;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
    }

    .page-hero h1 {
      font-family: var(--font-display);
      font-size: clamp(1em, 6vw, 56px);
      letter-spacing: 0.1em;
      color: var(--white);
      position: relative;
		font-weight: 500;
    }
    .page-hero .page-hero-sub {
      font-size: 11px;
      letter-spacing: 0.2em;
      color: rgba(255,255,255,0.5);
      margin-top: 6px;
      position: relative;
    }

    /* ===== ABOUT PAGE ===== */
    .about-intro {
      padding: 80px 40px;
      text-align: center;
      max-width: 720px;
		margin: 0 auto;
position: relative;}
    .about-intro .bg{
	  background: url("../img/logo1.png")no-repeat center; 
	  background-size:40%;
		 opacity: 0.1;
		 position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
    }
    .about-intro .lead {
      font-size: clamp(20px, 2.5vw, 22px);
      line-height: 2.0;
      font-weight: 400;
    }
    .about-highlights {
      display: flex;
      flex-direction: column;
    align-items: flex-start;
      gap: 10px;
      margin-top: 24px;
    font-size:20px;}
.page-about{
	    align-items: center;
}
    .about-philosophy {
      padding: 80px 40px;
     /* background: var(--gray-100);*/
      text-align: center;
    }
    .about-philosophy h2 {
      font-size: clamp(18px, 3vw, 28px);
      font-weight: 400;
      letter-spacing: 0.08em;
      margin-bottom: 28px;
    }
    .about-philosophy p {
      font-size: 1em;
      line-height: 2.0;
      color: var(--gray-600);
      max-width: 600px;
      margin: 0 auto 20px;
    }

    /* ===== MEMBER SECTION ===== */
    .member-section {
      padding: 80px 0;
      text-align: center;
    }
    .member-dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin: 12px 0 32px;
    }
    .member-dot { width: 20px; height: 20px; border-radius: 50%; background: var(--gray-700); }
    .member-dot.active { background: var(--black); }

    .member-scroll {
      display: flex;
      gap: 0;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      scrollbar-width: none;
      padding: 0 40px;
    }
    .member-scroll::-webkit-scrollbar { display: none; }
    .member-card {
      min-width: calc(16.666% - 0px);
      scroll-snap-align: start;
      padding: 0 8px;
      flex-shrink: 0;
    }
    .member-photo {
      width: 100%;
      aspect-ratio: 3/4;
      background: var(--gray-100);
      position: relative;
      overflow: hidden;
    }
    .member-photo-inner {
      width: 100%; height: 100%;
      background: linear-gradient(135deg, #c0bfba 0%, #9a9a95 100%);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    /* Person silhouette */
    .person-silhouette {
      width: 50%;
      height: 80%;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .person-head {
      width: 38%;
      aspect-ratio: 1;
      border-radius: 50%;
      background: rgba(0,0,0,0.25);
    }
    .person-body {
      width: 70%;
      flex: 1;
      background: rgba(0,0,0,0.2);
      border-radius: 4px 4px 0 0;
      margin-top: 4px;
    }
    .member-role { font-size: 9px; letter-spacing: 0.15em; color: var(--gray-400); margin-top: 10px; }
    .member-title { font-size: 9px; letter-spacing: 0.1em; color: var(--gray-400); }
    .member-name-jp { font-size: 15px; font-weight: 700; margin-top: 4px; letter-spacing: 0.05em; }
    .member-name-en { font-size: 9px; letter-spacing: 0.15em; color: var(--gray-400); font-family: var(--font-display); }
    .member-bio { font-size: 9.5px; color: var(--gray-400); margin-top: 8px; line-height: 1.7; }

    /* ===== NEWS LIST PAGE ===== */
    .news-filter {
      padding: 28px 40px;
      display: flex;
      gap: 20px;
      border-bottom: 1px solid var(--gray-100);
    }
    .filter-tag {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 11px;
      letter-spacing: 0.12em;
      cursor: pointer;
      padding: 4px 0;
      border-bottom: 2px solid transparent;
      transition: border-color 0.2s;
    }
    .filter-tag::before {
      content: '';
      width: 7px; height: 7px;
      border-radius: 50%;
      background: var(--black);
      display: inline-block;
    }
    .filter-tag.active { border-bottom-color: var(--black); }

    .news-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
      padding: 40px 40px;
    }
    .news-item {
      padding: 12px;
      cursor: pointer;
      transition: background 0.2s;
    }
    .news-item:hover { background: var(--gray-100); }
    .news-item-cat {
      font-size: 10px;
      letter-spacing: 0.15em;
      color: var(--gray-400);
      font-family: var(--font-display);
      display: flex; align-items: center; gap: 5px;
      margin-bottom: 8px;
    }
    .news-item-cat::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--black);
      display: inline-block;
    }
    .news-thumb {
      width: 100%;
      aspect-ratio: 4/3;
      background: var(--gray-100);
      position: relative;
      overflow: hidden;
    }
    .news-thumb-inner {
      width: 100%; height: 100%;
      background: linear-gradient(135deg, #d8d7d2 0%, #b8b7b2 100%);
    }
    .news-date { font-size: 11px; color: var(--gray-400); margin-top: 10px; letter-spacing: 0.08em; }
    .news-excerpt { font-size: 12px; margin-top: 4px; line-height: 1.7; }
    .news-btn {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      margin-top: 10px;
      background: var(--black);
      color: var(--white);
      font-size: 10px;
      letter-spacing: 0.12em;
      padding: 5px 12px;
      border: none;
      cursor: pointer;
      font-family: var(--font-jp);
    }
    .news-btn::after { content: '→'; }

    /* ===== ARTICLE PAGE ===== */
    .breadcrumb {
      padding: 16px 40px;
      font-size: 11px;
      color: var(--gray-400);
      letter-spacing: 0.08em;
      border-bottom: 1px solid var(--gray-100);
    }
    .breadcrumb a { color: var(--gray-400); text-decoration: underline; cursor: pointer; }

    .article-wrap {
      max-width: 720px;
      margin: 0 auto;
      padding: 48px 40px 80px;
    }
    .article-title-bar {
      background: var(--black);
      color: var(--white);
      padding: 14px 20px;
      font-size: 14px;
      letter-spacing: 0.05em;
      line-height: 1.6;
      font-weight: 400;
    }
    .article-meta {
      display: flex;
      align-items: center;
      gap: 12px;
      margin: 16px 0;
      font-size: 11px;
      color: var(--gray-400);
      letter-spacing: 0.1em;
    }
    .article-meta-cat {
      display: flex;
      align-items: center;
      gap: 5px;
    }
    .article-meta-cat::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--black);
      display: inline-block;
    }
    .article-img {
      width: 100%;
      aspect-ratio: 16/9;
      background: var(--gray-100);
      margin: 20px 0;
      position: relative;
      overflow: hidden;
    }
    .article-img-inner {
      width: 100%; height: 100%;
      background: linear-gradient(135deg, #d0cfc9 0%, #b0afaa 100%);
    }
    .article-body p {
      font-size: 14px;
      line-height: 2.0;
      margin-bottom: 24px;
    }
    .article-nav {
      display: flex;
      justify-content: space-between;
      padding: 32px 40px;
      border-top: 1px solid var(--gray-100);
    }
    .article-nav-btn {
      width: 40px; height: 40px;
      border: 1px solid var(--black);
      border-radius: 50%;
      display: flex; align-items: center; justify-content: center;
      cursor: pointer;
      font-size: 16px;
      background: none;
      transition: background 0.2s, color 0.2s;
    }
    .article-nav-btn:hover { background: var(--black); color: var(--white); }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 900px) {
      .info-grid { grid-template-columns: repeat(2, 1fr); }
      .news-grid { grid-template-columns: repeat(2, 1fr); }
      .member-card { min-width: calc(33.333% - 0px); }
      nav { display: none; }
      footer { grid-template-columns: 1fr; }
      .footer-left { border-right: none; border-bottom: 1px solid rgba(255,255,255,1); }
    } 
    @media (max-width: 600px) {
      header { padding: 14px 20px; }
      .event-title-block { padding: 28px 20px 36px;}
	  .about-home p, .meeting-section p {font-size: 20px;}
	  .about-highlights {font-size: 16px;}
      .info-section { padding: 36px 20px; }
      .info-grid { grid-template-columns: 1fr; }
      .about-home { padding: 56px 20px; }
      .cta-banner { padding: 48px 20px; }
      .meeting-section { padding: 56px 20px; }
      .about-intro { padding: 56px 20px; }
      .about-philosophy { padding: 56px 20px; }
      .news-grid { grid-template-columns: 1fr; padding: 28px 20px; }
      .news-filter { padding: 20px 20px; }
      .member-card { min-width: calc(50% - 0px); }
      .article-wrap { padding: 32px 20px 60px; }
      .article-nav { padding: 24px 20px; }
      .breadcrumb { padding: 14px 20px; }
      .footer-left {  }
	  .footer-sns{padding:20px 0;}
	  .footer-contact-label a{padding:20px 0;}
      .footer-nav a { padding: 18px 20px; text-align: center;}
      .footer-copyright { padding: 12px 20px; }
      .page-hero { height: 160px; }
		.footer-contact-label .nav-en {font-size: 30px;}
		.footer-nav ul li a {padding: 1em 0 1em 2em;}
			}

    /* ===== SCROLL ANIMATIONS ===== */
    .reveal {
      opacity: 0;
      transform: translateY(24px);
      transition: opacity 0.7s ease, transform 0.7s ease;
    }
    .reveal.visible { opacity: 1; transform: none; }
    .reveal-delay-1 { transition-delay: 0.1s; }
    .reveal-delay-2 { transition-delay: 0.2s; }
    .reveal-delay-3 { transition-delay: 0.3s; }
