@charset "UTF-8";

/* =========================================
   REUSE PAGE STYLES
   ========================================= */

:root {
  --c-reuse-navy: #1c3d5a;
  --c-reuse-pink: #ffe0e9;
  --c-reuse-pink-dark: #ffb3c6;
  --c-reuse-blue-light: #eef6fb;
  --c-reuse-green-light: #f4fcfc;
  --c-reuse-accent: #237472;
  --font-mont: "Montserrat", sans-serif;
  --font-noto: "Noto Sans JP", sans-serif;
}

.reuse-body {
  background-color: #fdfdfd;
  color: var(--c-reuse-navy);
  font-family: var(--font-noto);
  overflow-x: hidden;
}

/* Container Overrides (Fluid) */
.reuse-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 5vw;
  position: relative;
  z-index: 2;
}

.reuse-container-wide {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 5vw;
  position: relative;
  z-index: 2;
}

/* Backgrounds */
.noise-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.05'/%3E%3C/svg%3E");
  z-index: 1;
  pointer-events: none;
}
.reuse-bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
  background: #fff;
  overflow: hidden;
}
.bg-blob {
  position: absolute;
  opacity: 1;
  object-fit: contain;
}
.blob-blue {
  top: -10%;
  left: -10%;
  width: 60vw;
  max-width: 600px;
}
.blob-pink {
  top: -10%;
  right: -10%;
  width: 50vw;
  max-width: 500px;
}
.blob-green {
  bottom: -10%;
  right: -10%;
  width: 55vw;
  max-width: 550px;
}

/* =========================================
   MV SECTION (Wide & Simple)
   ========================================= */
.reuse-mv-wide-simple {
  position: relative;
  width: 100%;
  /* 高さ確保 */
  height: 80vh;
  min-height: 500px;
  padding-top: 80px; /* Header分 */
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
}

.mv-wide-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.mv-ws-content {
  text-align: center;
  width: 100%;
}

.mv-tag-text {
  font-family: var(--font-mont);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: var(--c-reuse-accent);
  margin-bottom: 20px;
}

.mv-main-text {
  line-height: 1.2;
  color: var(--c-reuse-navy);
}

.en-line {
  display: block;
  font-family: var(--font-mont);
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
  color: #555;
}

.jp-line {
  display: block;
  font-family: var(--font-noto);
  font-size: clamp(32px, 8vw, 80px);
  font-weight: 900;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
  white-space: nowrap;
}

/* Red Line Wrapper */
.mv-line-anim-box {
  width: 100%;
  max-width: 600px;
  margin: -10px auto 0;
  position: relative;
  z-index: -1;
}
.red-line-svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
.js-mask-path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

/* =========================================
   ABOUT SECTION (Glass Card)
   ========================================= */
.reuse-about-glass {
  padding: clamp(100px, 15vw, 160px) 0 clamp(80px, 10vw, 120px);
  background-color: transparent;
}

.about-glass-card {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 30px;
  padding: 80px clamp(20px, 5vw, 60px) 60px;
  max-width: 800px;
  margin: 50px auto 0; /* ロゴ分 */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.03);
  text-align: center;
}

.about-logo-badge {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 120px;
  z-index: 2;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-logo-badge img {
  width: 80%;
  height: auto;
  object-fit: contain;
}

.about-sub {
  display: block;
  font-family: var(--font-mont);
  font-size: 12px;
  font-weight: 700;
  color: var(--c-reuse-accent);
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  margin-top: 20px;
}
.about-heading {
  font-size: clamp(24px, 5vw, 42px);
  font-weight: 800;
  color: var(--c-reuse-navy);
  margin-bottom: 30px;
  line-height: 1.4;
}
.about-text {
  font-size: 16px;
  line-height: 2.2;
  color: #444;
  font-weight: 500;
}

/* =========================================
   MISSION (Horizontal)
   ========================================= */
.horizontal-scroll-section {
  position: relative;
  background-color: transparent;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
.horizontal-scroll-section:active {
  cursor: grabbing;
}

.story-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: transparent;
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.story-progress.is-visible {
  opacity: 1;
}
.bar-fill {
  height: 100%;
  width: 0;
  background-color: var(--c-reuse-accent);
  transition: width 0.1s linear;
}

.scroll-container {
  display: flex;
  flex-wrap: nowrap;
  width: fit-content;
  height: 100vh;
}
.scroll-panel {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5vw;
  flex-shrink: 0;
  box-sizing: border-box;
  position: relative;
}

.sp-inner {
  text-align: center;
  position: relative;
  z-index: 1;
}
.sp-head-en {
  font-family: var(--font-mont);
  font-size: clamp(40px, 8vw, 80px);
  font-weight: 900;
  color: var(--c-reuse-navy);
  line-height: 0.9;
  margin-bottom: 20px;
}
.sp-head-jp {
  font-size: 18px;
  font-weight: 700;
  color: #666;
  margin-bottom: 60px;
}
.sp-arrow {
  font-family: var(--font-mont);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: var(--c-reuse-accent);
  animation: bounceRight 1.5s infinite;
  display: inline-block;
}
@keyframes bounceRight {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}

.sp-card {
  display: flex;
  align-items: center;
  gap: clamp(30px, 5vw, 60px);
  max-width: 1100px;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  padding: clamp(30px, 5vw, 60px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: scale(0.95);
  filter: blur(2px);
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}
.sp-card.is-inview {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.1);
}

.sp-img {
  width: 50%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 20px 20px 0 var(--c-reuse-pink);
  flex-shrink: 0;
}
.sp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sp-txt {
  flex: 1;
}
.sp-num {
  font-family: var(--font-mont);
  font-size: 60px;
  font-weight: 900;
  color: rgba(28, 61, 90, 0.1);
  line-height: 1;
  display: block;
  margin-bottom: -20px;
  margin-left: -5px;
}
.sp-txt h3 {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 30px;
  color: var(--c-reuse-navy);
}
.sp-txt p {
  font-size: 15px;
  line-height: 2.2;
  color: #444;
  text-align: justify;
}

/* =========================================
   ITEMS & AREA
   ========================================= */
.reuse-items-dict {
  padding: clamp(80px, 10vw, 120px) 0;
}
.dict-header {
  text-align: center;
  margin-bottom: 80px;
}
.dict-header h2 {
  font-family: var(--font-mont);
  font-size: clamp(32px, 5vw, 40px);
  font-weight: 800;
  color: var(--c-reuse-navy);
  margin-bottom: 10px;
}
.dict-header p {
  font-size: 14px;
  color: #666;
}

.dict-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}
.dict-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  transition: transform 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}
.dict-card.highlight {
  border: 2px solid var(--c-reuse-pink);
  background: #fffafc;
}
.dc-icon {
  margin-bottom: 20px;
  max-width: 150px;
  margin: 0 auto 20px;
}
.dc-icon img {
  display: block;
  width: 100%;
}
.dc-info h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  color: var(--c-reuse-navy);
}
.dc-ok {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-reuse-accent);
  margin-bottom: 5px;
}
.dc-ng,
.dc-detail {
  font-size: 12px;
  color: #888;
}

.donation-note-box {
  margin: 40px auto 0;
  padding: 25px;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #eee;
  font-size: 0.95rem;
  line-height: 1.8;
  width: fit-content;
  max-width: 100%;
}
.note-caution {
  color: #e74c3c;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

/* Area */
.reuse-area-visual {
  padding: clamp(80px, 10vw, 120px) 0;
}
.area-visual-wrap {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}
.av-box {
  background: #fff;
  border-radius: 24px;
  padding: clamp(30px, 5vw, 50px);
  border: 1px solid #eee;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}
.av-head {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid var(--c-reuse-navy);
  padding-bottom: 15px;
}
.meetup .av-head {
  border-bottom-color: #27ae60;
}

.av-tag {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: var(--c-reuse-navy);
  padding: 4px 12px;
  border-radius: 20px;
  white-space: nowrap;
}
.green {
  background-color: #27ae60;
}
.av-head h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--c-reuse-navy);
}
.av-list li {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.city {
  font-weight: 700;
  color: var(--c-reuse-navy);
  font-size: 15px;
}
.det {
  font-size: 13px;
  color: #555;
}
.av-msg {
  font-size: 13px;
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  color: #666;
}
.av-msg.alert {
  background-color: #fff0f0;
  color: #e74c3c;
}

/* =========================================
   GALLERY & CTA
   ========================================= */
.reuse-gallery-wide {
  padding: clamp(80px, 10vw, 120px) 0;
  overflow: hidden;
}
.wide-gal-head {
  text-align: center;
  font-family: var(--font-mont);
  font-size: clamp(32px, 5vw, 40px);
  font-weight: 800;
  color: var(--c-reuse-navy);
  margin-bottom: clamp(60px, 8vw, 100px);
}
.wide-gal-grid {
  position: relative;
  height: 800px;
  width: 100%;
}
.gal-sp {
  display: none;
}
.wg-item {
  position: absolute;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  background: #eee;
}
.wg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pos-1 {
  top: 0;
  left: 5%;
  width: 300px;
  height: 300px;
}
.pos-2 {
  top: 50px;
  right: 5%;
  width: 350px;
  height: 350px;
}
.pos-3 {
  top: 250px;
  left: 40%;
  width: 250px;
  height: 250px;
  z-index: 2;
}
.pos-4 {
  bottom: 50px;
  left: 10%;
  width: 280px;
  height: 280px;
}
.pos-5 {
  bottom: 50px;
  right: 7%;
  width: 320px;
  height: 320px;
}

.reuse-cta-solid {
  padding: 100px 0 160px;
  text-align: center;
}
.solid-cta-box {
  background-color: var(--c-reuse-navy);
  color: #fff;
  border-radius: 40px;
  padding: clamp(60px, 10vw, 100px) 25px;
  box-shadow: 0 20px 50px rgba(28, 61, 90, 0.2);
}
.solid-cta-box h2 {
  font-size: clamp(28px, 5vw, 36px);
  font-weight: 700;
  margin-bottom: 20px;
}
.solid-cta-box p {
  font-size: 16px;
  margin-bottom: 50px;
  opacity: 0.9;
}
.sc-links {
  font-family: var(--font-mont);
  font-size: clamp(16px, 3vw, 20px);
  font-weight: 700;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
.sc-links a {
  color: #fff;
  text-decoration: none;
}
.sep {
  opacity: 0.5;
}
.btn-solid-switch.reuse-ver {
  margin: 0 auto;
  border-color: #fff;
}
.btn-solid-switch.reuse-ver .btn-text,
.btn-solid-switch.reuse-ver .btn-icon {
  color: #fff;
}
.btn-solid-switch.reuse-ver::before {
  background-color: #fff;
}
.btn-solid-switch.reuse-ver:hover .btn-text,
.btn-solid-switch.reuse-ver:hover .btn-icon {
  color: var(--c-reuse-navy);
}

.reuse-br-sp {
  display: none;
}

/* =========================================
   RESPONSIVE MANAGER (Descending)
   ========================================= */

/* --- 950px --- */
@media (max-width: 950px) {
  .jp-line {
    white-space: normal;
  }

  .sp-card {
    flex-direction: column;
    padding: 40px 30px;
    gap: 30px;
  }
  .sp-img {
    width: 100%;
    height: 250px;
  }

  /* Gallery to Grid */
  .wide-gal-grid {
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    justify-items: center;
  }
  .wg-item {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .wg-item:nth-of-type(even) {
    position: relative;
    top: 25vw;
    right: initial;
    left: initial;
  }
  .gal-sp {
    display: grid;
  }
  .gal-pc {
    display: none;
  }
}

/* --- 768px --- */
@media (max-width: 768px) {
  .reuse-br-sp {
    display: block;
  }

  /* Links Vertical */
  .sc-links {
    flex-direction: column;
    gap: 10px;
  }
  .sep {
    display: none;
  }

  .mv-line-anim-box {
    max-width: 300px;
  }

  .sp-num {
    margin-bottom: -30px;
  }

  /* Scroll Panel offset */
  .scroll-panel {
    padding-top: 10vh;
  }
}

/* --- 480px --- */
@media (max-width: 480px) {
  .about-logo-badge {
    width: 100px;
    height: 100px;
    top: -50px;
  }
  .solid-cta-box{
    border-radius: 30px;
  }
}
