@charset "UTF-8";
/* autumn.scss */
/* ------------------------------------------------
メインイメージ
------------------------------------------------ */
.bg_season {
  background: #e6ecee;
}

.keyvisual {
  background: #e6ecee;
}

.title_type01 p {
  color: #72a0af;
}

.article_list ul li a .category_tag p {
  color: #72a0af;
}

.top_contents-01 {
  background: #e6ecee;
}
.top_contents-01 section > p {
  color: #d4e0e4;
}
.top_contents-01 .inner_contents::before {
  position: absolute;
  right: -22px;
  top: 43px;
  width: 139px;
  height: 145px;
  content: "";
  background: url("../images/top/winter_illust01-sp.svg") no-repeat;
  background-size: contain;
  z-index: -1;
  bottom: initial;
}
@media screen and (min-width: 769px) {
  .top_contents-01 .inner_contents::before {
    right: initial;
    top: initial;
    left: -332px;
    bottom: -354px;
    width: 638px;
    height: 958px;
    background: url("../images/top/winter_illust01-pc.svg") no-repeat;
    background-size: contain;
  }
}
.top_contents-01 .inner_contents::after {
  position: absolute;
  bottom: -237px;
  left: -123px;
  width: 661px;
  height: 627px;
  content: "";
  background: url("../images/top/winter_illust02-sp.svg") no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top_contents-01 .inner_contents::after {
    right: -374px;
    left: initial;
    bottom: -433px;
    width: 728px;
    height: 1105px;
    background: url("../images/top/winter_illust02-pc.svg") no-repeat;
    background-size: contain;
  }
}

.top_contents-02 .inner_bg {
  background: #e6ecee;
}

.top_contents-03 section::before {
  content: "";
  position: absolute;
  left: -118px;
  top: 8px;
  background: url("../images/top/winter_illust03-sp.svg") no-repeat;
  background-size: contain;
  width: 291px;
  height: 603px;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top_contents-03 section::before {
    background: url("../images/top/winter_illust03-pc.svg") no-repeat;
    background-size: contain;
    top: 66px;
    left: -250px;
    width: 712px;
    height: 1341px;
  }
}
.top_contents-03 section::after {
  content: "";
  position: absolute;
  top: 60px;
  right: -138px;
  background: url("../images/top/winter_illust04-sp.svg") no-repeat;
  background-size: contain;
  width: 289px;
  height: 529px;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top_contents-03 section::after {
    background: url("../images/top/winter_illust04-pc.svg") no-repeat;
    background-size: contain;
    width: 708px;
    height: 991px;
    top: 354px;
    right: -286px;
  }
}

.topics_block section ul li a span .cat_tag {
  background: #72a0af;
}

.title_type03 p {
  color: #72a0af;
}

.plan_contents-01 section .inner_contents .inner_txt h2 {
  color: #72a0af;
}
.plan_contents-01 section .inner_contents .inner_txt h2::after {
  background: #72a0af;
}
.plan_contents-01 section .inner_contents .inner_txt a {
  color: #72a0af;
}

.news_detail_block .news_inner .tag {
  color: #72a0af;
}
.news_detail_block .news_inner .tag a {
  color: #72a0af;
}
.news_detail_block .news_inner p a {
  color: #72a0af;
}
.news_detail_block .news_inner .inner_content a {
  color: #72a0af;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  background: #72a0af;
}
.wp-pagenavi a.previouspostslink {
  background: #72a0af;
}
.wp-pagenavi a.nextpostslink {
  background: #72a0af;
}

.tag_block a {
  color: #72a0af;
}
.tag_block span .cat_tag {
  background: #72a0af;
}