@charset "UTF-8";

/* ========================================
   TOP: THE COLLECTION
   - image-less / quiet editorial
   - match "section--card" tone
======================================== */

.collection-top{
  /* section--card の空気を崩さない範囲の微調整だけ */
}

.collection-top .section-head{
  /* 既存の見出し設計を尊重（必要なら微調整） */
}

.collection-top .collection-text{
  max-width: 760px;
  margin: 0 auto;
}

.collection-top .collection-text p{
  margin: 0;
  color: rgba(0,0,0,.70);
  font-size: 14px;
  line-height: 2.25;
  letter-spacing: .02em;
}

/* 段落間の余白（詰めすぎず、空きすぎず） */
.collection-top .collection-text p + p{
  margin-top: 18px;
}

/* EN（静かに、薄く） */
.collection-top .collection-en{
  margin-top: 16px;
  color: rgba(0,0,0,.45);
  font-size: 12px;
  line-height: 2.0;
  letter-spacing: .12em;
}

/* SP */
@media (max-width: 768px){

  .collection-top .collection-text{
    max-width: 92%;
  }

  .collection-top .collection-text p{
    font-size: 14px;
    line-height: 2.15;
  }

  .collection-top .collection-en{
    font-size: 11.5px;
    line-height: 2.0;
  }
}