@charset "UTF-8";
/* ==================================================
    CateTop カテゴリトップ
   ================================================== */
.CateTop__kvInner {
  position: relative;
  padding-top: calc(100% * (300 / 1280));
  overflow: hidden;
  background: #F3F6F9;
}
.CateTop__kvTxtArea {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 60px;
  color: #002E5D;
}
.CateTop__kvTtl {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", arial, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
.CateTop__kv img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.CateTop__catch {
  padding: 40px 0 60px;
  margin: 0 auto;
  text-align: center;
  max-width: 960px;
}
.CateTop__catchCopy {
  display: block;
  margin-bottom: 15px;
  font-size: 2.4rem;
  font-weight: 600;
  color: #002E5D;
  letter-spacing: 0.3em;
  line-height: 2;
  font-family: "Noto Sans JP", arial, "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
}
.CateTop__catchCopy.-small {
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.CateTop__catchCaption {
  line-height: 2;
}

.CateTop__CardList {
  display: flex;
  flex-wrap: wrap;
}
.CateTop__CardListItem {
  width: calc((100% - 120px) / 4);
}
.CateTop__CardListItem:not(:nth-child(4n+1)) {
  margin-left: 40px;
}
.CateTop__CardListItem:nth-child(n+5) {
  margin-top: 40px;
}

.CateTop .ly_Col__item.-cont p {
  line-height: 2;
}
.CateTop .ly_Col__item.-cont p + p {
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .CateTop__kv {
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .CateTop__kvInner {
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .CateTop__kvInner {
    padding-top: calc(100% * (160 / 375));
  }
  .CateTop__kvTxtArea {
    padding: 10px 20px;
  }
  .CateTop__kvTtl {
    letter-spacing: 0;
    font-size: 2.4rem;
  }
  .CateTop__catch {
    text-align: left;
    padding: 40px 0 40px;
  }
  .CateTop__catchCopy {
    font-size: 2rem;
    line-height: 1.5;
  }
  .CateTop__catchCopy.-small {
    font-size: 2rem;
  }
  .CateTop__catchCaption {
    line-height: 1.7;
  }
  .CateTop .Breadcrumbs {
    margin-bottom: 0;
  }
}