ul {
  list-style: none;
}

.inner1020 {
  max-width: 1020px;
  margin: 0 auto;
}

.inner880 {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 15px;
}

.aligncenter {
  text-align: center !important;
}

.bl_imgTile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .bl_imgTile {
    margin: 0 0 40px -1px;
  }
}
@media screen and (max-width: 768px) {
  .bl_imgTile {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 8vw;
  }
}
.bl_imgTile_item {
  width: calc(33.3333333333% - 1px);
  height: 320px;
}
@media screen and (min-width: 769px) {
  .bl_imgTile_item {
    margin: 0 0 1px 1px;
  }
}
@media screen and (max-width: 1280px) {
  .bl_imgTile_item {
    height: 28.7vw;
    max-height: 320px;
  }
}
@media screen and (max-width: 768px) {
  .bl_imgTile_item {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 1px;
  }
}
.bl_imgTile_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 30px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .bl_imgTile_txt {
    position: relative;
    z-index: 1;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 35%;
    padding: 10px;
    font-size: 14px;
    line-height: 1.82;
    text-align: left;
    background: none;
    opacity: 1;
  }
}
.bl_imgTile_link {
  position: relative;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .bl_imgTile_link:hover .bl_imgTile_txt {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .bl_imgTile_link {
    position: relative;
    height: 170px;
    text-decoration: none;
  }
  .bl_imgTile_link:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 36%;
    content: "";
    border-right: 46px solid transparent;
    border-bottom: 170px solid rgba(0, 0, 0, 0.5);
  }
}

.contents-title {
  font-size: 30px;
  line-height: 1.45;
}
@media screen and (max-width: 768px) {
  .contents-title {
    font-size: 5.8666666667vw;
  }
}

.contents-title-wrp .cat {
  position: relative;
  margin: 0;
  padding: 0.5em 0 0;
}
.contents-title-wrp .cat:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid var(--main_red);
  border-bottom: none;
  margin: 0;
}

.sp_category__ttl {
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  font-size: 0.9em;
  font-weight: bold;
  top: 10px;
  left: 15px;
  letter-spacing: 0.2em;
}
.sp_category__ttl a {
  text-decoration: none;
  color: #000;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}
.sp_category__ttl--note img {
  max-width: 210px;
}
.sp_category__ttl--with {
  display: inline-block;
  margin-top: 6px;
  padding-left: 7px;
}
.sp_category__ttl--with img {
  max-width: 80px;
}

@media screen and (max-width: 768px) {
  .allkitchen .hd_logo {
    display: none;
  }
}

.sticky-navi.active {
  top: 58px;
}

.stickyContents.category-wrp .category-list li:first-child img {
  max-width: 220px;
  vertical-align: baseline;
}