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

  html { scroll-behavior: smooth; }

  :root {
    --pink: #ff436f;
    --pink-light: #ffe8ed;
    --orange: #ff8564;
    --orange-light: #ffede8;
    --beige: #fffbf0;
    --gold: #c4984f;
    --dark: #333333;
    --gray: #4d4d4d;
    --text: #4A3535;
    --white: #FFFFFF;
  }



  body {
    font-family: "source-han-sans-japanese","source-han-serif-jp-subset", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--dark);
    background: var(--white);
    /* letter-spacing: 0.8vw; */
  }
  .br-sp{
    display: none;
  }
  /* ===== HEADER / NAV ===== */
  header {
    width: 100vw;
    background: var(--beige);
    padding: 0 6vw;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .logo {
    font-family: source-han-sans-japanese, sans-serif;
    font-size: clamp(12px, 1.1vw, 20px);
    font-weight: 700;
    color: var(--dark);
  }
  nav {
    display: flex;
    gap: 2.0vw;
    list-style: none;
    align-items: center;
  }
  nav a {
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: clamp(11px, 1.2vw, 18px);
    font-weight: 700;
    text-decoration: none;
    color: var(--pink);
    letter-spacing: 0.03em;
    transition: 0.2s;
  }
  nav .nav-link-orange {
    color: var(--orange);
  }
  nav a:hover { 
    opacity: 0.6;
}
  .nav-icon {
    width: 0.8vw;
    padding-bottom: 2px;
    height: auto;
    margin-right: 0.6vw;
    vertical-align: middle;
  }

  /* ===== HERO ===== */
  .hero {
    width: 100vw;
    height: 100dvh;
    background-image: url("./image/bg-pc.webp");
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-hanko{
    width: 100vw;
    height: 100dvh;
    position: absolute;
    background-size: cover;
    background-position: center;
  }
  .hero01, .hero02, .hero03, .hero04, .hero05, .hero06, .hero07, .hero08, .hero09, .hero10 {
    transition: opacity 0.3s ease-in-out;
  }
  .hero01{
    background-image: url("./image/bg-pc-01.png");
    z-index: 10;
    opacity: 1;
  }
  .hero02{
    background-image: url("./image/bg-pc-02.png");
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  .hero03{
    background-image: url("./image/bg-pc-03.png");
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  .hero04{
    background-image: url("./image/bg-pc-04.png");
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  .hero05{
    background-image: url("./image/bg-pc-05.png");
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  .hero06{
    background-image: url("./image/bg-pc-06.png");
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  .hero07{
    background-image: url("./image/bg-pc-07.png");
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  .hero08{
    background-image: url("./image/bg-pc-08.png");
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  .hero09{ 
    background-image: url("./image/bg-pc-09.png");
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  .hero10{
    background-image: url("./image/bg-pc-10.png");
    z-index: 10;
    opacity: 0;
    pointer-events: none;
  }
  .hero-hair{
    width: 100vw;
    height: 100dvh;
    /* background: red; */
    background-image: url("./image/bg-pc-hair.png");
    background-size: cover;
    background-position: center;
    position: absolute;
    z-index: 20;
  }
  .hero-title-container{
    width: 100vw;
    height: auto;
    position: absolute;
    bottom: 40px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .hero-title{
    width: 80vw;
    display: block;
  }
  .hero-title-sp{
    width: 80vw;
    display: none;
  }



  /* ===== ABOUT SECTION ===== */
  .about {
    background: linear-gradient(to right, rgba(255, 67, 111, 0.68), rgba(255, 133, 100, 0.68));
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }
 
  .about-container{
    position: relative;
    z-index: 2;
    width: 60vw;
    border-radius: 100px;
    height: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding-top:60px;
    padding-bottom:60px;
    background: 
      linear-gradient(var(--white), var(--white)) padding-box,
      linear-gradient(to right,  rgba(255, 67, 111, 0.68), rgba(255, 133, 100, 0.68)) border-box;
    border-bottom: 28px solid transparent;
  }
  .about-logo-white01{
    position: absolute;
    width: 6vw;
    height: auto;
    right: -6vw;
    top: 2vw;
    transform: rotate(45deg);
    z-index: -1;
  }
  .about-logo-white02{
    position: absolute;
    width: 12vw;
    height: auto;
    right: -11vw;
    top: 28vw;
    transform: rotate(45deg);
    z-index: -1;
  }
  .about-logo-white03{
    position: absolute;
    width: 4vw;
    height: auto;
    right: -5vw;
    top: 50vw;
    transform: rotate(15deg);
    z-index: -1;
  }
  .about-logo-white04{
    position: absolute;
    width: 4vw;
    height: auto;
    right: -8vw;
    top: 65vw;
    transform: rotate(25deg);
    z-index: -1;
  }
  .about-logo-white05{
    position: absolute;
    width: 8vw;
    height: auto;
    left: -8vw;
    top: 12vw;
    transform: rotate(-30deg);
    z-index: -1;
  }
  .about-logo-white06{
    position: absolute;
    width: 4vw;
    height: auto;
    left: -8vw;
    top: 30vw;
    transform: rotate(30deg);
    z-index: -1;
  }
  .about-logo-white07{
    position: absolute;
    width: 4vw;
    height: auto;
    left: -5vw;
    top: 40vw;
    transform: rotate(10deg);
    z-index: -1;
  }
  .about-logo-white08{
    position: absolute;
    width: 3vw;
    height: auto;
    left: -4vw;
    top: 56vw;
    transform: rotate(-30deg);
    z-index: -1;
  }

  .about-title{
    width: 70%;
    display: block;
  }

  .about-box {
    margin: 0 auto;
    background: var(--pink-pale);
    border-radius: 20px;
    padding: 40px 50px;
    padding-top: 20px;
    padding-bottom: 0px;
    position: relative;
  }

  .about-box h3 {
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(24px, 2.0vw, 40px);
    color: var(--pink);
    margin-bottom: 20px;
  }

  .about-box p {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(16px, 1.2vw, 32px);
    line-height: 2;
    color: var(--text);
    margin-bottom: 28px;
  }
  .about-image-container{
    width: 100%;
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 24px;
    align-items: center;
  }
  .about-image-container img{
    width: 240px;
    height: auto;
  }

  .name-cycle {
    transform-origin: center top;
  }
  .name-cycle.stamp-animate {
    animation: stamp-press 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
  }
  @keyframes stamp-press {
    0% {
      transform: translateY(-50px) scale(1.2);
      opacity: 0.7;
    }
    40% {
      transform: translateY(8px) scale(0.92);
    }
    60% {
      transform: translateY(-4px) scale(1.04);
    }
    80% {
      transform: translateY(2px) scale(0.98);
    }
    100% {
      transform: translateY(0) scale(1);
      opacity: 1;
    }
  }
.about-notation{
    display: block;
    margin-top: 40px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--gray);
}
.about-hanko-slider{
    width: 100vw;
    height: 70px;
    background: var(--white);
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.hanko-slider-track {
    display: flex;
    width: fit-content;
    animation: hanko-slide 20s linear infinite;
    -webkit-animation: hanko-slide 20s linear infinite;
    will-change: transform;
}

.hanko-slider-track img {
    height: 70px;
    width: auto;
}

@keyframes hanko-slide {
    0% {
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
    }
}
@-webkit-keyframes hanko-slide {
    0% {
        -webkit-transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-50%);
    }
}


  /* ===== ACTION SECTION ===== */
  .action {
    background: var(--white);
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
  }
  .action-title{
    width: 100vw;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .action-title img{
    width: 200px;
    display: block;
  }

  .action-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    max-width: 1000px;
    margin: 40px auto 0;
  }

  .action-card {
    width: 500px;
    border-radius: 16px;
    padding: 32px 28px;
    text-align: center;
    background: var(--white);
    transition: transform 0.2s;
  }

  .action-card-title{
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(24px, 1.8vw, 32px);
    text-decoration: none;
    color: var(--dark);
    letter-spacing: 0.03em;
    transition: 0.2s;
  }
  .action-card-title-pink{
    color: var(--pink);
  }
  .action-card-icon {
    width: clamp(18px, 1.6vw, 28px);
    padding-bottom: 0.4vw;
    height: auto;
    margin-right: 6px;
    vertical-align: middle;
  }

.action-card p{
    margin-top: -3vw;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(16px, 1.2vw, 28px);
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 20px;
}


  #lottie01, #lottie02 {
    margin-top: -3vw;
    width: 400px;
    height: 400px;
  }



  .btn-pink {
    margin-top: 10px;
    padding-left: 1vw;
    padding-right: 1vw;
    width: auto;
    display: inline-block;
    background: linear-gradient(to right, var(--pink), var(--orange));
    color: white;
    padding-top: 10px;
    padding-bottom: 14px;
    border-radius: 50px;
    font-size: clamp(18px, 1.2vw, 24px);
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: background 0.2s, transform 0.15s;
    cursor: pointer;
    border: none;
  }

  .btn-pink:hover {
    transform: scale(1.03);
  }

  

  /* ===== SUPPORTER ===== */
  .supporter {
    padding: 80px 40px;
    text-align: center;
    background: var(--pink-light);
  }
  .supporter h3{
    font-size: clamp(28px, 3.6vw, 60px);
    color: var(--pink);
  }
  .supporter p{
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(18px, 2.4vw, 32px);
    color: var(--dark);
  }

  .supporter-container{
    height: auto;
    border-radius: 80px;
    padding: 60px 40px;
    padding-top: 40px;
    background: 
      linear-gradient(var(--white), var(--white)) padding-box,
      linear-gradient(to right,  rgba(255, 67, 111, 0.68), rgba(255, 133, 100, 0.68)) border-box;
    border-bottom: 20px solid transparent;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 80vw;
    margin: 32px auto 0;
  }

  .supporter-grid {
   width:100%;
   height: auto;
  }
  .supporter-sub-title{
    width: 100%;
    font-size: clamp(16px, 2vw, 22px) !important;
    color: var(--gray) !important;
  }
  .supporter-notation-text{
    width: 100%;
    font-size: clamp(16px, 2vw, 22px) !important;
    color: var(--gray) !important;
    text-align: center;
  }
  .supporter-container-main{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
  }
  .supporter-container-left{
    width: 40%;
  }
  .supporter-container-right{
    width: 40%;
  }
  .supporter-container-main-image{
    margin-top: 1vw;
    width: 20vw;
  }

  .supporter-label{
    width: auto;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(16px, 2vw, 22px);
    padding: 0px 10px 2px 10px;
    color: var(--white);
    background-color: #ff436f;
    margin-top: 20px;
  }
  .supporter-grid img{
    width: 200px;
    height: auto;
    margin-bottom: 2vw;
    margin-right: 1vw;
  }


  .supporter-item {
    background: #fafafa;
    border: 1px solid #f0e0e5;
    border-radius: 10px;
    padding: 12px 24px;
    font-size: clamp(12px, 1.4vw, 22px);
    font-weight: 700;
    color: var(--text);
    transition: border-color 0.2s;
  }

  .supporter-item:hover { border-color: var(--pink-light); }

  
  /* ===== STATS SECTION ===== */
  .stats {
    background: var(--white);
    padding: 80px 40px;
    padding-bottom: 120px;
    text-align: center;
  }
  .stats-issues{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .stats-title{
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(32px, 3.4vw, 64px);
    color: var(--dark);
    margin-bottom: 8px;
  }
  .stats-title-pink{
    color: var(--pink);
    font-family: source-han-serif-japanese, serif;
    font-weight: 700;
    font-style: normal;
  }

  .stats-sub {
    width: 100%;
    font-size: clamp(22px, 2.0vw, 44px);
    color: var(--dark);
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-top: 30px;
  }


  .issues-grid {
    width: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    margin: 0 auto;
    margin-bottom: 4vw;
  }

  .issue-item {
    width: 24vw;
    background: white;
    padding: 20px 1.6vw;
    font-size: clamp(11px, 1.2vw, 18px);
    color: var(--text);
    line-height: 1.8;
  }

  .issue-item h4 {
    height: 8vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: clamp(11px, 1.4vw, 24px);
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .issue-item img {
    width: 14vw;
    height: auto;
    margin-top: 0px;
  }

  .issue-item p {
    font-size: clamp(10px, 1.0vw, 26px);
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 0px;
  }

  .stats-issues-h-container{
    width: 72vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .stats-issues-h-left{
    font-size: clamp(14px, 1.6vw, 32px);
    font-weight: 700;
    width: 66.666%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .stats-issues-h-right{
    font-size: clamp(16px, 1.6vw, 32px);
    font-weight: 700;
    width: 33.333%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .stats-issues-h-pc-only-text{
    display: none;
}

  .issue-item-orange p{
    font-size: clamp(14px, 1.4vw, 32px);
    font-weight: 700;
    line-height: 1.4;
  }
  .issue-item-orange h4{
    height: 3vw;
  }
  .issue-item-orange p span{
    font-size: clamp(12px, 1.0vw, 22px);
  }


  .stats-comment{
    font-size: clamp(14px, 1.4vw, 32px);
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    margin-top: 0px;
  }

   /* 詳しく見る button */
   .btn-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 14px;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(12px, 1.0vw, 20px);
    color: var(--dark);
    border: 0px;
    padding: 20px 14px;
    background: var(--pink-light);
    cursor: pointer;
    position: relative;
    transition: 0.3s;
  }
  .btn-detail:hover{
    opacity: 0.6;
  }
  .btn-detail span {
    flex-shrink: 0;
  }
  .btn-detail-arrow {
    position: absolute;
    right: 1.2vw;
    width: 1.4vw !important;
    height: 1.4vw !important;
    object-fit: contain;
    flex-shrink: 0;
  }
  .btn-detail-orange{
    background-color: var(--orange-light); 
  }



  /* ===== CONTACT ===== */
  .contact {
    background: var(--orange-light);
    padding: 70px 40px;
    text-align: center;
  }
  .contact h3{
    font-size: clamp(28px, 4vw, 60px);
    color: var(--orange);
  }
  .contact p{
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(16px, 2vw, 32px);
    color: var(--dark);
  }

  .contact-grid {
    display: flex;
    justify-content: space-around;
    align-self: center;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 32px auto 0;
  }
.contact-grid div{
    width: 360px;
    margin-bottom: 40px;
}

.contact-grid div p{
    font-size: clamp(16px, 1.2vw, 20px);
}

.contact .contact-comment{
    width: 100%;
    display: flex;
    justify-content: center;
}

.contact .contact-comment p{
    text-align: left;
    display: flex;
    justify-content: center;
    width: auto;
    background: var(--white);
    font-size: clamp(10px, 1.2vw, 20px);
    padding: 4vw 5vw;
    border-radius: 4vw;
    font-weight: 500;
}


  .contact-btn {
    margin-top: 10px;
    background: linear-gradient(to right, var(--pink), var(--orange));
    color: var(--white);
    display: block;
    padding: 16px 20px;
    border-radius: 40px;
    font-size: clamp(12px, 1.6vw, 22px);
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: all 0.2s;
  }

  .contact-btn:hover {
    transform: scale(1.03);
  }


  /* ===== FOOTER ===== */
  .footer-logo {
    width: 100%;
    background: var(--white);
    text-align: center;
    padding: 30px;
  }
  .footer-logo img{
    width: 200px;
  }

  .footer-copyright {
    background: var(--dark);
    color: var(--white);
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  .footer-copyright p{
    font-size: clamp(10px, 0.8vw, 16px);
  }


  /* Animations */
  @keyframes fadeInUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }

  .fade-in {
    animation: fadeInUp 0.7s ease both;
  }

  .fade-in-delay-1 { animation-delay: 0.1s; }
  .fade-in-delay-2 { animation-delay: 0.25s; }
  .fade-in-delay-3 { animation-delay: 0.4s; }

  /* ===== HAMBURGER MENU ===== */
  .hamburger {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background: white;
    border: 2px solid var(--pink);
    border-radius: 50%;
    cursor: pointer;
    z-index: 200;
    flex-shrink: 0;
    transition: background 0.2s;
  }

  .hamburger:hover { background: var(--pink-pale); }

  /* Drawer overlay */
  .drawer-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.35);
    z-index: 140;
    opacity: 0;
    transition: opacity 0.35s;
  }

  .drawer-overlay.open {
    display: block;
    opacity: 1;
  }



  /* Drawer panel - slides in from right */
  .mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 72%;
    max-width: 300px;
    height: auto;
    z-index: 150;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 80px 12px 60px;
    transform: translateX(100%);
    transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 0px 0 0 28px;
    box-shadow: -6px 0 40px rgba(200,80,100,0.22);

    background: 
      linear-gradient(var(--beige), var(--beige)) padding-box,
      linear-gradient(to right, var(--pink), var(--orange)) border-box;
    border-bottom: 14px solid transparent;
  }

  .mobile-menu.open {
    transform: translateX(0);
  }
  .mobile-menu a.nav-link-orange {
    color: var(--orange);
  }

  .mobile-menu a {
    text-align: center;
    padding: 18px 0;
    text-decoration: none;
    color: var(--pink);
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(16px, 4.8vw, 30px);
    letter-spacing: 0.04em;
    transition: opacity 0.15s, padding-left 0.15s;
  }
  .mobile-menu a .nav-icon{
    width: 3vw;
  }

  .mobile-menu a:hover {
    opacity: 0.65;
  }


  .drawer-close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    background: white;
    border: 2px solid var(--pink);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--pink);
    font-size: clamp(18px, 2.8vw, 30px);
    line-height: 1;
    transition: background 0.2s;
  }

  .drawer-close:hover { background: var(--pink-pale); }

   /* ===== POPUP / MODAL ===== */
   .modal-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    z-index: 300;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }

  .modal-overlay.open {
    display: flex;
    opacity: 1;
  }

  .modal-box {
    background: white;
    width: 80vw;
    height: auto;
    overflow-y: auto;
    position: relative;
    padding: 4vw 2vw 2vw;
    display: flex;
    gap: 20px;
    align-items: flex-start;
    box-shadow: 0 20px 60px rgba(0,0,0,0.2);
    animation: modalIn 0.3s cubic-bezier(0.34,1.56,0.64,1) both;
  }

  @keyframes modalIn {
    from { transform: scale(0.92) translateY(20px); opacity: 0; }
    to   { transform: scale(1) translateY(0);       opacity: 1; }
  }

  .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 4vw;
    height: 4vw;
    
    background: linear-gradient(to right, var(--pink), var(--orange));
    border: none;
    color: white;
    
    font-size: clamp(16px, 2.4vw, 32px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
    flex-shrink: 0;
  }

  .modal-close:hover { background: #d05a72; }

  .modal-icon {
    flex-shrink: 0;
    width: 20vw;
    text-align: center;
  }

  .modal-icon .modal-icon-graphic {
    width: 20vw;
    height: auto;
    margin: 0 auto;
  }
  .modal-icon .modal-icon-graphic img {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .modal-icon .modal-icon-label {
    font-family: 'Noto Serif JP', serif;
    font-size: clamp(24px, 3.2vw, 48px);
    font-weight: 900;
    color: var(--pink);
    margin-top: 4px;
    letter-spacing: 0.05em;
  }

  .modal-body {
    flex: 1;
    min-width: 0;
    height: 400px;
    overflow-y: scroll;
  }

  .modal-body h2 {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(14px, 2.0vw, 32px);
    color: var(--dark);
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .modal-body p {
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(12px, 1.2vw, 20px);
    line-height: 2;
    color: var(--text);
    margin-bottom: 16px;
  }

  .modal-body p:last-child { margin-bottom: 0; }



  /* ===== RESPONSIVE ===== */
  /* Tablet */
  @media (max-width: 1024px) {

    .about-box h3 { font-size: clamp(12px, 2.0vw, 40px); }
    .about-box p { font-size: clamp(12px, 1.6vw, 30px); }
    .about-image-container img { width: 18vw; }

    .action-cards {
      max-width: 100%;
      padding: 0 20px;
    }
    .action-card {
      width: 100%;
      max-width: 100%;
      padding: 28px 24px;
    }
    #lottie01, #lottie02 {
      width: 100%;
      max-width: 320px;
      height: 320px;
      margin-left: auto;
      margin-right: auto;
    }
    .action-card-title { font-size: clamp(20px, 2.6vw, 40px); }
    .action-card p { font-size: clamp(15px, 1.8vw, 30px); }
    .supporter-container {
      padding: 40px 24px;
      border-radius: 50px;
    }
    .supporter-grid img { width: 100%; max-width: 140px; height: auto; }
    
  }

  @media (max-width: 768px) {
    html, body { overflow-x: hidden; }
    .br-sp{
        display: block;
      }
    /* Header */
    header { 
        width: 100vw;
        padding: 0 16px; 
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
    }
    nav { display: none; }
    .hamburger { display: flex; }
    .logo { 
        font-size: clamp(16px, 2.4vw, 24px); 
    }

    /* Hero */
    .hero {
      height: 100dvh;
      /* padding: 40px 16px 0px; */
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
    }
    /* .hero-hanko{
        display: none;
    } */
    .hero01{
      background-image: url("./image/bg-sp-01.png");
    }
    .hero02{
      background-image: url("./image/bg-sp-02.png");
    }
    .hero03{
      background-image: url("./image/bg-sp-03.png");
    }
    .hero04{
      background-image: url("./image/bg-sp-04.png");
    }
    .hero05{
      background-image: url("./image/bg-sp-05.png");
    }
    .hero06{
      background-image: url("./image/bg-sp-06.png");
    }
    .hero07{
      background-image: url("./image/bg-sp-07.png");
    }
    .hero08{
      background-image: url("./image/bg-sp-08.png");
    }
    .hero09{
      background-image: url("./image/bg-sp-09.png");
    }
    .hero10{
      background-image: url("./image/bg-sp-10.png");
    }
    .hero-hair{
        background-image: url("./image/bg-sp-hair.png");
    }
    
    

    .hero {
        width: 100vw;
        height: 100dvh;
        background-image: url("./image/bg-sp.webp");
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .hero-title-container{
        width: 100vw;
        height: auto;
        position: absolute;
        bottom: 20px;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .hero-title{
        width: 80vw;
      }
      .hero-title{
        width: 80vw;
        display: none;
      }
      .hero-title-sp{
        width: 90vw;
        display: block;
      }

    /* About */
    .about { 
        /* padding: 40px 16px 32px;  */
        padding-top: 40px;
        padding-bottom: 16px;
    }
    .about-container {
      width: 90vw;
      max-width: 100%;
      padding: 40px 0px 40px;
      border-radius: 8vw;
      border-bottom-width: 16px;
    }
    .about-logo-white01{
        position: absolute;
        width: 12vw;
        height: auto;
        right: -6vw;
        top: 4vw;
        transform: rotate(45deg);
        z-index: -1;
      }
      .about-logo-white02{
        position: absolute;
        width: 24vw;
        height: auto;
        right: -11vw;
        top: 56vw;
        transform: rotate(45deg);
        z-index: -1;
      }
      .about-logo-white03{
        position: absolute;
        width: 8vw;
        height: auto;
        right: -5vw;
        top: 100vw;
        transform: rotate(15deg);
        z-index: -1;
      }
      .about-logo-white04{
        position: absolute;
        width: 8vw;
        height: auto;
        right: -8vw;
        top: 130vw;
        transform: rotate(25deg);
        z-index: -1;
      }
      .about-logo-white05{
        position: absolute;
        width: 16vw;
        height: auto;
        left: -8vw;
        top: 24vw;
        transform: rotate(-30deg);
        z-index: -1;
      }
      .about-logo-white06{
        position: absolute;
        width: 8vw;
        height: auto;
        left: -8vw;
        top: 60vw;
        transform: rotate(30deg);
        z-index: -1;
      }
      .about-logo-white07{
        position: absolute;
        width: 8vw;
        height: auto;
        left: -5vw;
        top: 80vw;
        transform: rotate(10deg);
        z-index: -1;
      }
      .about-logo-white08{
        position: absolute;
        width: 6vw;
        height: auto;
        left: -4vw;
        top: 112vw;
        transform: rotate(-30deg);
        z-index: -1;
      }


    .about-title { 
        width: 90%; 
    }
    .about-box {
      padding: 24px 16px;
      margin: 0;
    }

    .about-box h3 { 
        font-size: clamp(18px, 5.2vw, 36px); 
        /* font-size: 40px; */
    }
    .about-box p { 
        font-size: clamp(12px, 3.2vw, 28px); 
        margin-bottom: 1.4vw;
        line-height: 1.8; 
    }
    .about-image-container {
      flex-direction: column;
      gap: 16px;
    }
    .about-image-container img { 
        width: 40vw;  
    }
    .about-notation { 
        font-size: clamp(12px, 2.4vw, 20px); margin-top: 24px; 
    }
    .about-hanko-slider { 
        height: 80px; margin-top: 24px; 
    }
    .hanko-slider-track img { 
        height: 80px; 
    }
    .section-title { font-size: clamp(18px, 2.2vw, 36px); }

    /* Action */
    .action { padding: 40px 0px; }
    .action-title img { 
        width: 30vw;
    }
    .action-cards {
      grid-template-columns: 1fr;
      gap: 24px;
      margin-top: 4px;
      padding: 0 16px;
      max-width: 100%;
    }
    .action-card {
      width: 100%;
      max-width: 100%;
      padding: 24px 20px;
    }
    .action-card-icon {
        width: clamp(18px, 5.6vw, 36px);
        padding-bottom: 0.6vw;
      }
    
    .action-card-title { 
        font-size: clamp(16px, 6vw, 44px); 
    }
    .action-card p { 
        font-size: clamp(14px, 4.4vw, 26px); 
        margin-top: -12vw; 
        margin-bottom: 0px;
    }
    #lottie01, #lottie02 {
      width: 80vw;
      height: auto;
      transform: translateX(-2vw);
      margin-top: -8vw;
    }
    .btn-pink { 
        font-size: clamp(14px, 5.0vw, 32px); 
        padding: 2.8vw 16vw 3.2vw; 
        width: auto; 
    }

    /* Supporter */
    .supporter { padding: 40px 16px; }
    .supporter h3 { 
        font-size: clamp(22px, 7.2vw, 44px); 
    }
    .supporter p { 
        font-size: clamp(15px, 2.9vw, 30px); 
    }
    .supporter-container {
      width: 90vw;
      padding: 32px 20px;
      border-radius: 32px;
      border-bottom-width: 16px;
    }
    .supporter-label { 
        font-size: clamp(12px, 3.0vw, 20px); 
    }
    .supporter-grid {
      gap: 16px;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .supporter-grid img {
      width: 28vw;
      height: auto;
    }
    .supporter-item { padding: 10px 16px; font-size: clamp(11px, 1.2vw, 18px); }

    .supporter-container-main{
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
      align-items: center;
    }
    .supporter-container-main-left{
      width: 48%;
    }
    .supporter-container-main-left{
      width: 48%;
    }
    .supporter-container-main-image{
      margin-top: 4vw;
      width: 28vw;
    }

    /* Stats */
    .stats { padding: 40px 16px; }
    .stats-title { 
        font-size: clamp(18px, 7.2vw, 56px); 
    }
    .stats-sub { 
        font-size: clamp(16px, 4.8vw, 32px); 
        margin-top: 8vw;
    }
    .stats-row { grid-template-columns: 1fr; gap: 16px; }
    .stat-card .stat-num { font-size: clamp(28px, 3.6vw, 56px); }
    .issues-grid {
      width: 100%;
      max-width: 100%;
      grid-template-columns: 1fr;
      gap: 0;
      padding: 0;
      margin-bottom: 2.4vw;
    }
    .issue-item {
      width: 100%;
      padding: 10px 16px;
      font-size: clamp(11px, 1.2vw, 18px);
      margin-bottom: 4vw;
    }
    .issue-item h4 { 
        font-size: clamp(16px, 5.0vw, 44px); 
        height: auto; 
        margin-top: 0vw;;
    }
    .dummytext{
        display: none !important;
    }

    .issue-item img { 
        width: 70%; 
    }
    .issue-item p { 
        font-size: clamp(14px, 4.0vw, 32px);
    }
    .stats-issues-h-container {
      width: 100%;
      padding: 0 16px;
      margin-top: 4vw;
    }
    .stats-issues-h-left, .stats-issues-h-right {
      width: 50%;
      font-size: clamp(14px, 5.6vw, 52px);
    }
    .stats-issues-h-right{
        display: none;
    }
    .stats-issues h3 { 
        font-size: clamp(14px, 1.7vw, 28px); 
        margin-bottom: 2vw; }
    .stats-comment { 
        margin-top: 3.2vw;
        margin-bottom: 3.2vw;
        font-size: clamp(12px, 3.2vw, 22px); 
    }
    .pc-only-text{
        display: block;
    }

    
    .issue-item-orange p { 
        font-size: clamp(16px, 5.6vw, 44px); 
    }
    .issue-item-orange p span{
        font-size: clamp(16px, 3.6vw, 32px); 
    }
    .issue-item-orange h4 { 
        font-size: clamp(14px, 3.2vw, 26px); 
        height: auto; min-height: 40px; 
    }
    .stats-issues-h-pc-only-text{
        font-size: clamp(14px, 5.6vw, 52px);
        display: block;
    }

     /* 詳しく見る button */
  .btn-detail {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 90%;
    margin: 0 auto;
    margin-top: 2.8vw;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: clamp(12px, 4.4vw, 32px);
    color: var(--dark);
    border: 0px;
    padding: 4vw 14px;
    background: var(--pink-light);
    cursor: pointer;
  }
  .btn-detail span { flex-shrink: 0; }
  .btn-detail-arrow {
    right: 4.0vw;
    width: 4.8vw !important;
    height: 4.8vw !important;
    object-fit: contain;
    flex-shrink: 0;
  }
  .btn-detail-orange{
    background-color: var(--orange-light); 
  }



    /* Contact */
    .contact { padding: 40px 16px; }
    .contact h3 { 
        font-size: clamp(22px, 7.2vw, 44px); 
    }
    .contact p { 
        font-size: clamp(15px, 3.0vw, 30px);
    }
    .contact-grid {
      width: 100vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 24px;
      max-width: 100%;
    }
    .contact-grid div {
      width: 100%;
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 0;
    }
    .contact-grid div p { 
        font-size: clamp(14px, 4.4vw, 26px); 
        margin-top: 0vw;
    }

    .contact .contact-comment p {
      margin-top: 8vw;
      width: 80vw;
      max-width: 100%;
      font-size: clamp(11px, 2.8vw, 20px);
      padding: 4.8vw 4.8vw;
      border-radius: 4vw;
      text-align: center;
    }
    .contact-btn.full { grid-column: 1; }
    
    .contact-btn{
        font-size: clamp(14px, 4.0vw, 26px);  
        width: 80%;
        margin: 0 auto;
        margin-top: 2vw;
    }

    .modal-box {
        flex-direction: column;
        align-items: center;
        padding: 48px 24px 36px;

        gap: 24px;
        border-radius: 0px;
        height: 90dvh;
      }
  
      .modal-icon {
        width: 100%;
      }
      .modal-close{
        width: 12vw;
        height: 12vw;
        font-size: clamp(16px, 8vw, 32px);
      }
  
      .modal-icon .modal-icon-graphic {
        width: 80%;
        height: auto;
      }
  
      .modal-icon .modal-icon-label {
        font-size: clamp(14px, 3.6vw, 56px);
      }
  
      .modal-body h2 {
        font-size: clamp(16px, 4.4vw, 20px);
        text-align: center;
      }
  
      .modal-body p {
        font-size: clamp(12px, 3.0vw, 20px);
      }

  }

  @media (max-width: 400px) {
    .action-card-title { 
        font-size: clamp(16px, 5.5vw, 44px); 
    }
    .hero-title { font-size: clamp(28px, 3.8vw, 58px); }
    .issues-grid { grid-template-columns: 1fr; }
    .about-notation { 
        font-size: clamp(10px, 2.4vw, 20px); margin-top: 24px; 
    }
    
  }

 
