@charset "UTF-8";
/*ナミキ特集ページ*/
/* -----------------------------------------------------------------
sp
----------------------------------------------------------------- */
img {
  display: block;
  object-fit: cover; /* 必要ならトリミング気味に見せたいとき */
}


.process-list-head{
  margin-bottom: 5px;
}
.process-list-body {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2カラム */
  gap: 10px; /* 画像同士の余白 */
}


.collection-img-desc {
    background-color: #000;
    padding: 10px 20px;
    color: #fff;
    margin-bottom: 20px;
    
}