@charset "utf-8";
/*Font
------------------------------------------*/
@import url("https://use.typekit.net/dpi3lad.css");
/*==============================================
Dress Ranking PAGE  2023.04.12
==============================================*/
#top2023_trend-topics .row .col-6, #top2023_trend-topics .row .col-4 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
h2.cnt_title_topics span {
  font-family: serif;
}
/*　SEARCH PAGE / anchor
------------------------------------------------*/
a.anchor {
  height: 1px;
  display: block;
  padding-top: 100px;
  margin-top: -100px;
}
/*　RANKING PAGE / TITLE
------------------------------------------------*/
h2.ttl_h2_head_ranking {
  position: relative;
  /*padding: 0 65px;*/
  text-align: center;
  margin: 5% 0 8%;
}
h2.ttl_h2_head_ranking:before {
  position: absolute;
  top: calc(70% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #ddd;
}
h2.ttl_h2_head_ranking span {
  position: relative;
  padding: 0 1em;
  background: #fff;
  font-size: 50%;
  letter-spacing: .44em;
  font-family: serif;
  color: #57595b;
}
