@media (max-width: 768px) {
.directly-under-the-swiper {
  margin-top: -45px;
}
}





.topContents {
  margin-bottom: 50px;
}
.topContents-item {
  margin-bottom: 30px;
  text-align: left;
}
.topContents-item img {
  margin-bottom: 10px;
}
.topContents-item p.topContents-category {
  margin-top: 5px;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  color: #999;
}

@media (max-width: 768px) {
.topContents {
  margin-bottom: 30px;
}
.topContents-item {
  margin-bottom: 15px;
  text-align: left;
}
}





/* NEWアイコン
-------------------------------------------------------------------------- */

.list-image-wrap {
  position: relative;
}
.icon-new-contents {
  position: absolute;
  top: -10px;
  left: 5px;
  width: 50px;
}






/* 新着情報（インフォメーション）
-------------------------------------------------------------------------- */

.topInfo-wrap {
  margin-bottom: 50px;
}

.topInfo {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #eee;
  margin-bottom: 1em;
  padding-bottom: 1em;
}



.topInfo-date {
  width: 8em;
}

.topInfo-txt {
  flex: 1;
}

@media (max-width: 768px) {
.topInfo {
  flex-direction: column;
}
.topInfo-date {
  width: 100%;
  font-weight: 600;
  margin-bottom: 5px;
}
}












/* スタイル試し用　あとで消す */

.toppage-heading {
  font-family: "Geologica", sans-serif;
  font-optical-sizing: auto;
  font-size: 2.5rem;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0,
    "SHRP" 0;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 20px;
}

.toppage-heading2 {
  font-family: "Zen Kaku Gothic New", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 20px;
}



