@charset "UTF-8";
/* ==============================
簡易リセットCSS（組み込み時、大元リセットCSS入る？）
============================== */
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* ==============================
共通CSS
============================== */
.wrap-l {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.c-grid {
  display: grid;
}

.c-flex {
  display: flex;
}

.u-pc__on {
  display: block;
}

.u-sp__on {
  display: none;
}

/* ==============================
パンくず
============================== */
.block-topic-path--list {
  display: flex;
  font-size: 18px;
}

.block-topic-path--list a {
  text-decoration: underline;
}

/* ==============================
feature（特集一覧）
============================== */
.p-feature {
  margin-bottom: 80px;
}
.p-feature * {
  box-sizing: border-box;
}
.p-feature p {
  margin: 0;
}
.p-feature .c-page__ttl {
  font-size: 3.4rem;
  line-height: 1.61;
  margin: 63px 0 23px;
  text-align: center;
}
.p-feature .c-cardlist {
  margin: 0 auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 26px 3.3%;
}
.p-feature .c-card {
  width: 100%;
  display: block;
}
.p-feature .c-card .c-card__img {
  display: flex;
  aspect-ratio: 1/1;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all 0.4s;
  margin-bottom: 20px;
}
.p-feature .c-card .c-card__img picture {
  display: block;
  aspect-ratio: 1/1;
}
.p-feature .c-card:hover .c-card__img {
  opacity: 0.5;
}
.p-feature .c-card .c-card__icon {
  justify-content: flex-start;
  align-items: flex-start;
}
.p-feature .c-card .c-card__icon span {
  font-size: 1.4rem;
  line-height: 1;
  text-align: justify;
  display: inline-block;
  padding: 6px 10px 4px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  margin-bottom: 8px;
}
.p-feature .c-card .c-card__icon span.c-icon__newproduct {
  background: #000;
  color: #fff;
}
.p-feature .c-card .c-card__icon span + span {
  margin-left: 10px;
}
.p-feature .c-card .c-card__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.44;
  text-align: justify;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.p-feature .c-card .c-card__txt {
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 6px;
}
.p-feature .c-card .c-card__date {
  font-size: 1.4rem;
  line-height: 1.35;
  text-align: left;
}
.p-feature .l-btnarea {
  justify-content: center;
  margin: 37px auto 0;
}
.p-feature .l-btnarea .c-btn {
  display: inline-flex;
  border: 1px solid #000;
  padding: 15px 65px;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.p-feature .l-btnarea .c-btn span {
  font-size: 1.8rem;
  line-height: 1;
}
.p-feature .l-btnarea .c-btn:hover {
  border: 1px solid #EBC52F;
}

@media screen and (max-width: 768px) {
  /* ==============================
  共通CSS
  ============================== */
  .u-pc__on {
    display: none;
  }
  .u-sp__on {
    display: block;
  }
  .fs-l-main {
    padding: 8px 4%;
  }
  /* ==============================
  feature（特集一覧）
  ============================== */
  .p-feature {
    margin-bottom: 10.67vw;
  }
  .p-feature .c-page__ttl {
    margin: 8.4vw 0 3.07vw;
  }
  .p-feature .c-grid {
    grid-template-columns: 1fr 1fr;
    gap: 5.33vw;
  }
  .p-feature .c-card .c-card__img {
    margin-bottom: 15px;
  }
  .p-feature .c-card .c-card__icon {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .p-feature .c-card .c-card__icon span {
    font-size: 1.4rem;
    line-height: 1;
    text-align: justify;
    display: inline-block;
    padding: 6px 10px 4px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    margin-bottom: 8px;
  }
  .p-feature .c-card .c-card__icon span.c-icon__newproduct {
    background: #000;
    color: #fff;
  }
  .p-feature .c-card .c-card__icon span + span {
    margin-left: 10px;
  }
  .p-feature .c-card .c-card__ttl {
    font-size: 1.4rem;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .p-feature .c-card .c-card__txt {
    font-size: 1.3rem;
  }
  .p-feature .c-card .c-card__date {
    font-size: 1.1rem;
  }
  .p-feature .l-btnarea {
    margin: 6vw auto 0;
  }
  .p-feature .l-btnarea .c-btn {
    padding: 3.33vw 14.93vw 3.6vw 14.4vw;
    max-width: 360px;
  }
  .p-feature .l-btnarea .c-btn span {
    font-size: 1.4rem;
    line-height: 1;
  }
}
/*# sourceMappingURL=feature02.css.map */