@charset "UTF-8";
/*スペイシー-point1*/
#spacy #features-fig-01_01 {
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

#spacy #features-fig-01_01 img {
  width: 80%;
}

/*スペイシー-point2*/
#spacy #features-fig-02_01 {
  gap: clamp(10px, 1.8vw, 20px);
}

#spacy #features-fig-02_01 img {
  width: 32%;
}

/*メディアクエリ 768px以下*/
@media (max-width:768px) {
  /*スペイシー-point1*/
  #spacy #features-fig-01_01 {
    gap: 20px;
  }

  #spacy #features-fig-01_01 img {
    width: 100%;
  }

  #spacy #features-item1 .catalog-link-btn-wrap {
    gap: 20px;
  }
  
  /*スペイシー-point2*/
  #spacy #features-fig-02_01 {
    gap: 2.61vw 0;
    justify-content: space-between;
  }

  #spacy #features-fig-02_01 img {
    width: 48.5%;
  }

}




