@charset "UTF-8";
/* ==============================
 * カラー変数
 ============================== */
/* ==============================
 * コンテナ幅
 ============================== */
/* ==============================
 * ブレークポイント定義
 ============================== */
/* ==============================
 * ハーフ・レンディングを取り除く
 ============================== */
/* ==============================
 * サイズ計算（レスポンシブ）
 ============================== */
/* ==============================
 * 共通
 ============================== */
body {
  background: #f7f5f7;
}

.l-summary__container {
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  background: #fff;
}

.l-summary__wrapper {
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  padding: clamp(2rem, 0.602rem + 5.96vw, 5rem) 0;
}

.l-summary {
  margin-top: clamp(1.5rem, 0.568rem + 3.98vw, 3.5rem);
}
.l-summary .l-summary__contents {
  margin-top: clamp(2.5rem, 1.335rem + 4.97vw, 5rem);
}
.l-summary .idx__title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(18px, 2vw, 24px);
  text-align: center;
  margin-bottom: clamp(2rem, 1.534rem + 1.99vw, 3rem);
  position: relative;
}
.l-summary .idx__title::after {
  position: absolute;
  content: "";
  top: calc(100% + 6px);
  left: 50%;
  transform: translateX(-50%);
  width: 3em;
  height: 3px;
  background: #1c1c1c;
}
.l-summary .idx__box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: clamp(1.5rem, 1.267rem + 0.99vw, 2rem);
}
.l-summary .idx__box .idx__item {
  position: relative;
  border-radius: clamp(0.5rem, 0.274rem + 0.65vw, 0.75rem);
  overflow: hidden;
}
.l-summary .idx__box .idx__item a {
  display: block;
  background: #f4f4f5;
  height: 100%;
}
.l-summary .idx__box .idx__item a .thumb {
  border-radius: unset;
}
.l-summary .idx__box .idx__item a .thumb img {
  aspect-ratio: 16/9;
}
.l-summary .idx__box .idx__item a .idx__item-txt {
  padding: clamp(1rem, 0.884rem + 0.5vw, 1.25rem) clamp(1rem, 0.767rem + 0.99vw, 1.5rem);
}
.l-summary .idx__box .idx__item a .idx__item-txt .idx__item-title {
  position: relative;
  z-index: 2;
  font-size: clamp(0.875rem, 0.817rem + 0.25vw, 1rem);
  line-height: 1.5;
  color: #1c1c1c;
}
.l-summary .idx__box .idx__item a .idx__item-txt .idx__num {
  position: absolute;
  bottom: 0;
  right: 0.1em;
  display: block;
  font-size: clamp(2.875rem, 2.584rem + 1.24vw, 3.5rem);
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  text-align: right;
  color: rgba(0, 0, 0, 0.05);
}
.l-summary .idx__box .idx__item a .idx__item-txt .idx__num .small {
  font-size: 0.75em;
}
.l-summary .idx__box .idx__item.new-post::before {
  position: absolute;
  z-index: 2;
  content: "New";
  top: clamp(0.375rem, 0.259rem + 0.5vw, 0.625rem);
  left: clamp(0.375rem, 0.259rem + 0.5vw, 0.625rem);
  font-size: clamp(0.625rem, 0.45rem + 0.75vw, 1rem);
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #b4000a;
  border-radius: 100vmax;
  width: clamp(2.125rem, 1.484rem + 2.73vw, 3.5rem);
  height: clamp(2.125rem, 1.484rem + 2.73vw, 3.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-summary .sns-share {
  margin-top: calc(clamp(2.5rem, 1.801rem + 2.98vw, 4rem) + (1em - 1lh) / 2);
}/*# sourceMappingURL=summary.css.map */