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

.keyvisual {
  background: #eeecdf;
}

.title_type01 p {
  color: #d49b34;
}

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

.top_contents-01 {
  background: #eeecdf;
}
.top_contents-01 section > p {
  color: #eadfc5;
}
.top_contents-01 .inner_contents::before {
  position: absolute;
  left: -48px;
  bottom: 120px;
  width: 152px;
  height: 182px;
  content: "";
  background: url("../images/top/autumn_illust01.svg") no-repeat;
  background-size: contain;
  z-index: -1;
  top: initial;
}
@media screen and (min-width: 769px) {
  .top_contents-01 .inner_contents::before {
    left: -162px;
    top: 80px;
    width: 384px;
    height: 459px;
    bottom: initial;
  }
}
.top_contents-01 .inner_contents::after {
  position: absolute;
  right: -73px;
  top: 58px;
  left: initial;
  width: 206px;
  height: 247px;
  content: "";
  background: url("../images/top/autumn_illust02.svg") no-repeat;
  background-size: contain;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top_contents-01 .inner_contents::after {
    right: -245px;
    top: initial;
    bottom: -202px;
    width: 516px;
    height: 616px;
  }
}

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

.top_contents-03 section::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 5px;
  background: url("../images/top/autumn_illust03-sp.svg") no-repeat;
  background-size: contain;
  width: 134px;
  height: 160px;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top_contents-03 section::before {
    background: url("../images/top/autumn_illust03-pc.svg") no-repeat;
    background-size: contain;
    top: -27px;
    left: -159px;
    width: 317px;
    height: 379px;
  }
}
.top_contents-03 section::after {
  content: "";
  position: absolute;
  top: 309px;
  right: -43px;
  background: url("../images/top/autumn_illust04-sp.svg") no-repeat;
  background-size: contain;
  width: 132px;
  height: 158px;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .top_contents-03 section::after {
    background: url("../images/top/autumn_illust04-pc.svg") no-repeat;
    background-size: contain;
    width: 317px;
    height: 631px;
    top: 322px;
    right: -171px;
  }
}

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

.title_type03 p {
  color: #d49b34;
}

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

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

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

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