@charset "UTF-8";
/* line 3, sass/partial/_pager.scss */
.pagination-box {
  padding: 30px 0;
  text-align: center;
}

/* line 7, sass/partial/_pager.scss */
.pagination-box-bottom {
  text-align: center;
}

/** ページャー */
/* line 14, sass/partial/_pager.scss */
.pagination {
  clear: both;
  padding: 0;
  font-size: 11px;
  line-height: 13px;
  margin: 0 5px;
  display: inline-block;
}

/* line 25, sass/partial/_pager.scss */
.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 5px 5px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #fff;
  background: #2F3436;
}

/* line 36, sass/partial/_pager.scss */
.pagination a:hover {
  color: #fff;
  background: #595D5F;
}

/* line 41, sass/partial/_pager.scss */
.pagination a:link {
  color: #fff;
}

/* line 45, sass/partial/_pager.scss */
.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #595D5F;
  color: #fff;
}

/* line 51, sass/partial/_pager.scss */
.clear {
  clear: both;
}

/* line 9, sass/category.scss */
.category-wrapper {
  width: 100%;
  max-width: 1140px;
  padding: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 18, sass/category.scss */
.category-wrapper .item {
  width: calc(33.33% - 38px);
  margin-bottom: 40px;
  background-color: #fff;
  position: relative;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  padding: 100px 0 0 0;
}

/* line 27, sass/category.scss */
.category-wrapper .item img {
  width: 100%;
}

/* line 31, sass/category.scss */
.category-wrapper .item a {
  display: block;
  color: #333333;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 36, sass/category.scss */
.category-wrapper .item a .post-thumbnail {
  position: relative;
}

/* line 38, sass/category.scss */
.category-wrapper .item a .post-thumbnail:after {
  content: "";
  z-index: 5;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/camera.svg) center center/40px auto no-repeat;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

/* line 54, sass/category.scss */
.category-wrapper .item a:hover {
  opacity: 1;
}

/* line 56, sass/category.scss */
.category-wrapper .item a:hover .post-thumbnail {
  filter: grayscale(100%);
}

/* line 58, sass/category.scss */
.category-wrapper .item a:hover .post-thumbnail:after {
  opacity: 1;
}

/* line 66, sass/category.scss */
.category-wrapper .item .post-head {
  margin: 10px 0;
}

/* line 47, sass/partial/_functions.scss */
.category-wrapper .item .post-head:after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 71, sass/category.scss */
.category-wrapper .item .post-head .new-icon {
  display: block;
  padding: 0;
  float: left;
  text-transform: uppercase;
  background-color: #ff9f01;
  font-size: 12px;
  text-align: center;
  width: 46px;
  color: #fff;
  border-radius: 5px;
}

/* line 84, sass/category.scss */
.category-wrapper .item .post-head .post-date {
  font-size: 14px;
  display: block;
  float: right;
  width: 120px;
}

/* line 92, sass/category.scss */
.category-wrapper .item .post-ttl {
  padding-bottom: 10px;
  border-bottom: 1px dotted #cfcfcf;
}

/* line 101, sass/category.scss */
.category-wrapper .item .post-title {
  font-size: 18px;
  align-items: center;
}

/* line 119, sass/category.scss */
.category-wrapper .item .post-date {
  font-size: 14px;
}

/* line 123, sass/category.scss */
.category-wrapper .item .post-in span {
  display: inline-block;
  background-color: #e6e6e6;
  text-align: center;
  padding: 1px;
  border-radius: 5px;
}

/*work end*/
@media (max-width: 1200px) {
  /* line 138, sass/category.scss */
  .category-wrapper .item {
    width: calc(33.33% - 20px);
  }
}

@media (max-width: 980px) {
  /* line 147, sass/category.scss */
  .category-wrapper .item {
    width: calc(50% - 10px);
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  /* line 157, sass/category.scss */
  .category-wrapper .item {
    width: 100%;
    margin-bottom: 30px;
  }
}
