@charset "UTF-8";

/* ------------------------------------------------------------
カテゴリページ
------------------------------------------------------------ */
.summer [id] {
  scroll-margin-top: 127px;
}

.expiry {
  list-style: none;
  display: flex;
}
.expiry_date {
  width: 33.6%;
}
.expiry_date:nth-last-of-type(2){
  width: 32.8%;
}

.bannerArea{
  margin-top: 40px;
}
.bannerArea_image{
  margin-bottom: 30px;
}
.bannerArea_text{
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.9rem;
  margin-bottom: 10px;
}