@charset "utf-8";

/*===================
archive
===================*/

/* .archive {
  padding-bottom: 130px;
} */

.archive__head {
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
}
.archive__headName {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.6;
}
.archive__headCat--frame {
  border-radius: 50%;
  background-position: center center;
  background-size: cover;
}

.archive__wrap {
  padding-bottom: 60px;
  border-top: 1px solid #d9d9d9;
}
.archive__list {
  display: flex;
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  border-left: 1px solid #d9d9d9;
}
.archive__item {
  width: 25%;
}
.archive__item.no-post {
  width: 100%;
  padding-top: 100px;
  font-size: 16px;
  text-align: center;
}
.archive__link {
  width: 100%;
  height: 100%;
  display: block;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  /* transition: 0.3s; */
}
/* .archive__link:hover {
  opacity: 0.7;
} */
.archive__link:hover .archive__img {
  transform: scale(1.1);
}
.archive__imgWrap {
  overflow: hidden;
}
.archive__img {
  width: 100%;
  padding-top: 123%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s;
}
.archive__textWrap {
  padding-top: 28px;
  padding-left: 30px;
  padding-right: 9px;
  padding-bottom: 35px;
}
.archive__dateWrap {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.archive__cateWrap {
  display: flex;
  flex-wrap:wrap;
  /* flex-direction: column; */
  align-items: flex-start;
  justify-content: flex-start;
  gap: 4px;
}
.archive__cate {
  font-size: 12px;

  padding: 4px 8px 4px;
  border: 1px solid #000;
  border-radius: 12px;
  letter-spacing: -0.01em;
  line-height: 1;
}
.archive__date {
  font-size: 13px;
  font-family: "TASA Explorer", sans-serif;
  font-weight: 400;
}
.archive__itemNew::before {
  content: "⚫︎";
  margin-right: 3px;
  color: #e51d1d;
}
.archive__dateNew {
  margin-left: 6px;
}
.archive__itemTtl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
}
.archive__shopName {
  color: #616161;
  font-size: 14px;
  font-weight: 300;
  padding-top: 5px;
  line-height: 1.2;
}

.archive__btn {
  margin: 0 auto;
  /* width: 130px; */
  width: fit-content;
  padding-right: 53px;
  display: block;
  font-size: 14px;
  font-family: "TASA Explorer", sans-serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.archive__btn::after {
  display: block;
  content: "";
  width: 37px;
  height: 18px;
  background-image: url(../imgs/common/btn_down.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  transition: 0.3s;
}

.archive__btnWrap--type02 {
  padding-top: 86px;
  padding-bottom: 95px;
}
.archive__btnWrap--type03 {
  padding-top: 73px;
  padding-bottom: 0;
}
.archive__btnWrap--type02 .archive__btn,
.archive__btnWrap--type03 .archive__btn {
  width: fit-content;
  margin: 0 auto;
  display: flex !important;
  padding-right: 0;
}
.archive__btnWrap--type03 .archive__btn {
  color: #fff;

  margin: 0 auto 0 0;
}
.archive__btnWrap--type02 .archive__btn:after,
.archive__btnWrap--type03 .archive__btn:after {
  display: none;
}
.archive__btn:hover.archive__btn::after {
  background-image: url(../imgs/common/btn_down_w.svg);
}

.archive__btn--wh {
  color: #fff;
}

/* 連載 regulars */
.regulars-archive .archive__img {
  background-size: contain;
}
.archive__regulars .archive__headCat .archive__headCat--frame {
  width: 135px;
  height: 80px;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/*===================

===================*/
@media screen and (max-width: 1220px) {
  .archive__textWrap {
    padding-left: 15px;
  }
  .archive__dateWrap {
    display: block;
  }
  .archive__cateWrap {
    margin-bottom: 10px;
  }
  .archive__cate {
    /* margin-bottom: 10px; */
    display: inline-block;
  }
}
@media screen and (max-width: 750px) {
  .archive__wrap {
    padding-bottom: 37px;
  }
  .archive__head {
    width: calc(100% - 44px);
    margin: 0 auto 32px;
    justify-content: space-between;
    gap: 10px;
  }
  .archive__headName {
    font-size: 4.266vw;
  }
  .archive__headCat {
    /* max-width: 69px; */
    width: 25%;
  }
  .archive__item {
    width: 50%;
  }
  .archive__item.no-post {
    font-size: 3.733vw;
    padding-top: 15.333vw;
  }
  .archive__img {
    padding-top: 128%;
  }
  .archive__textWrap {
    padding-top: 9px;
    padding-left: 20px;
    padding-right: 5px;
    padding-bottom: 30px;
  }
  .archive__dateWrap {
    margin-bottom: 0;
    display: block;
  }
  .archive__cate {
    font-size: 3.2vw;
    padding: 0.6vw 2.5vw 0.5vw;
    /* margin-bottom: 10px; */
    border-radius: 3.2vw;
  }
  .archive__itemTtl {
    font-size: 4vw;
    margin-bottom: 1.066vw;
  }
  .archive__shopName {
    font-size: 3.466vw;
    padding-top: 0;
    margin-bottom: 2.666vw;
  }
  .archive__date {
    font-size: 2.933vw;
  }

  .archive__btnWrap {
    padding-bottom: 9.333vw;
    border-bottom: 1px solid #d9d9d9;
  }
  .archive__btn {
    padding-right: 13.6vw;
    font-size: 3.733vw;
  }
  .archive__btn::after {
    /* background-image: url(../imgs/common/btn_right.svg); */
    width: 9.866vw;
    height: 4.8vw;
  }

  .archive__btnWrap--type02 {
    padding-top: 11.2vw;
    padding-bottom: 9.333vw;
  }

  .archive__btnWrap--type03 .archive__btn {
    margin: 0 auto;
  }
  .archive__btnWrap--type02 .archive__btn,
  .archive__btnWrap--type03 .archive__btn {
    padding-right: 0;
  }

  /* 連載 regulars */
  .archive__regulars .archive__headCat .archive__headCat--frame {
    width: 85px;
    height: 50px;
  }
}

@media screen and (max-width: 350px) {
  .archive__list {
    display: block;
  }
  .archive__item {
    width: 100%;
  }
  .archive__itemTtl {
    font-size: 15px;
  }
}
