@charset "UTF-8";
/* CSS Document */

.item-section {
  padding-top: 20px; /* ★余白修正: 60px→20px */
}

/* 検索結果なしメッセージ */
.no-results-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  min-height: 400px;
}

.no-results-image {
  max-width: 400px;
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 639px) {
  .no-results-wrapper {
    padding: 60px 20px;
    min-height: 300px;
  }

  .no-results-image {
    max-width: 280px;
  }
}

@media (max-width: 639px) {
  .page {
    padding-top: 0;
    margin-top: 0;
  }

  .item-section {
    padding-top: 40px; /* ★余白修正: 100px→40px */
    padding-bottom: 40px;
  }

  .filter-trigger {
    margin: 0;
  }

  .filter-area.is-fixed {
    top: 60px;
  }
}