@charset "UTF-8";
/*foundation/global内の_index.scss*/
/*=========================
variables
=========================*/
/** メディアクエリ **/
/*foundation/global内の_index.scss*/
/*=========================
mixin
=========================*/
/** メディアクエリ **/
/** グラデーション **/
/* =======================================
　archive
======================================= */
.archive-design__btns {
  margin-bottom: 3rem;
}
@media (min-width: 48em) {
  .archive-design__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.archive-design__btns .btn-more {
  margin-bottom: 1.5rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tax-design_tag h1::before, .tax-photo_tag h1::before {
  content: "#";
}
.tax-design_tag .head-tag ul, .tax-photo_tag .head-tag ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tax-design_tag .head-tag li, .tax-photo_tag .head-tag li {
  list-style: none;
}
.tax-design_tag .head-tag a, .tax-photo_tag .head-tag a {
  text-decoration: none;
  color: #0a0a0a;
}
.tax-design_tag .head-tag a:hover, .tax-photo_tag .head-tag a:hover {
  color: #8f1a1a;
}
.tax-design_tag .head-tag a::before, .tax-photo_tag .head-tag a::before {
  content: "#";
}
.tax-design_tag .head-tag a:nth-child(n+1), .tax-photo_tag .head-tag a:nth-child(n+1) {
  margin-left: 1rem;
}/*# sourceMappingURL=archive.css.map */