@charset "UTF-8";

/* --------------------------------
  カテゴリー詳細（タイトルまわり）
-------------------------------- */
.category-bg {
  background-color: #000;
  display: flex;
  align-items: center;
  height: 144px;
  overflow: hidden;
  margin: 20px auto 14px;
}

.category-bg img {
  width: 100%;
  display: block;
}

.category-ttl-area {
  position: relative;
}

.category-ttl-area .category-ttl {
  width: 95%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  color: #fff;
  font-size: 20px;
  text-align: right;
  padding-top: 8px;
  white-space: nowrap;
}

.category-ttl h1 {
  font-size: 38px;
  margin: 0;
  text-align: center;
}

.category-ttl p {
  font-size: 13px;
  margin: 0 0 10px;
}

/* --------------------------------
  grid
-------------------------------- */
.category-list-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 400px 350px 350px;
  gap: 1px 1px;
  grid-template-areas:
    "grid-love grid-law grid-relations"
    "grid-work grid-health grid-health"
    "grid-care grid-home grid-home";
}

.grid-love { grid-area: grid-love; }
.grid-law { grid-area: grid-law; }
.grid-relations { grid-area: grid-relations; }
.grid-work { grid-area: grid-work; }
.grid-care { grid-area: grid-care; }
.grid-health { grid-area: grid-health; }
.grid-home { grid-area: grid-home; }

.category-group {
  padding: 10px 20px;
  border-radius: 10px;
  margin: 10px;
}

/* --------------------------------
grid（健康・メンタルヘルスのflexbox）
-------------------------------- */
.wide-link {
  display: flex;
}

.wide-link ul:nth-of-type(1) {
  width: 250px;
}

/* --------------------------------
各カテゴリーのタイトル
-------------------------------- */
.category-group-ttl {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.category-group-ttl span {
  padding: 0 0 0 10px;
}

.acd-content li a {
  text-decoration: none;
}

.acd-content li a:hover {
  text-decoration: underline;
}

/* --------------------------------
  カテゴリー詳細（イントロ）
-------------------------------- */
.grad-item {
  font-size: 13px;
  margin: 20px 0 25px;
}

/* --------------------------------
  カテゴリー おすすめ枠（こんな人におすすめ）
-------------------------------- */
.category-recommend-wrap {
  background: #f5f8fe;
  box-sizing: border-box;
  padding: 12px 20px;
  margin: 25px 0 15px;
}

.category-recommend-wrap .head {
  color: #0cbaa0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

/* --------------------------------
  新ジャンル 各リンクエリア調整
-------------------------------- */
.category-feature-link-list {
  margin-bottom: 40px;
}

/* --------------------------------
  カテゴリページバナー
-------------------------------- */
.category-area-bnr a img {
  width: 100%;
}
