@charset "UTF-8";
/***************************************
特集ページ
*****************************************/
.archive_section img {
  max-width: 100%;
  height: auto;
}
.archive_section .container {
  width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .archive_section .container {
    width: 100%;
    padding: 0 35px;
  }
}
.archive_section .top-title {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .archive_section .top-title {
    margin-bottom: 20px;
  }
}
.archive_section .top-title span {
  font-size: 10px;
}
.archive_section .archive-wrap-outer {
  overflow: hidden;
}
.archive_section .archive-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -35px;
}
@media screen and (max-width: 767px) {
  .archive_section .archive-wrap {
    margin-top: -40px;
  }
}
@media screen and (min-width: 768px) {
  .archive_section .archive-wrap__item {
    width: 280px;
    margin-top: 35px;
    margin-left: 80px;
  }
  .archive_section .archive-wrap__item:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .archive_section .archive-wrap__item {
    width: 100%;
    margin-top: 40px;
  }
}
.archive_section .archive-wrap .item-img {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .archive_section .archive-wrap .item-img {
    margin-bottom: 10px;
  }
}
.archive_section .archive-wrap .item-day {
  /*一覧では非表示要素（下層では表示）*/
  display: none;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .archive_section .archive-wrap .item-day {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
.archive_section .archive-wrap .item-txt {
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #434343;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.archive_section .pagination {
  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;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  .archive_section .pagination {
    margin-top: 60px;
  }
}
.archive_section .pagination a,
.archive_section .pagination span {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 13px;
  background: transparent;
  margin-left: 12px;
  color: #3A3837;
}
@media screen and (max-width: 767px) {
  .archive_section .pagination a,
.archive_section .pagination span {
    margin-left: 8px;
  }
}
.archive_section .pagination a {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .archive_section .pagination a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .archive_section .pagination a:hover {
    background: #f7f6fb;
  }
}
.archive_section .pagination a:hover {
  text-decoration: none;
}
.archive_section .pagination a:first-child {
  margin-left: 0;
}
.archive_section .pagination a.jp-current {
  background: #f7f6fb;
}
.archive_section .pagination span {
  width: 25px;
}
.archive_section .pagination .jp-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive_section .pagination .jp-next:after {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90c";
  display: block;
  font-size: 0.9em;
  line-height: 1;
  height: 1em;
  width: 1em;
}
.archive_section .pagination .jp-previous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.archive_section .pagination .jp-previous:after {
  font-family: "fs-icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  display: block;
  font-size: 0.9em;
  line-height: 1;
  height: 1em;
  width: 1em;
}
.archive_section .pagination .jp-disabled {
  display: none !important;
}
.archive_section .pagination .jp-current {
  color: #111111 !important;
}

/***************************************
共通ページ
*****************************************/
@media screen and (max-width: 767px) {
  .cmn__feature .archive_section .container {
    padding: 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .cmn__feature .archive_section .archive-wrap {
    margin-top: -20px;
  }
}
.cmn__feature .archive_section .archive-wrap__item:nth-child(n+7) {
  display: none;
}
@media screen and (max-width: 767px) {
  .cmn__feature .archive_section .archive-wrap__item {
    width: 50%;
    margin-top: 20px;
    padding: 0 8px;
  }
}
.cmn__feature .archive_section .archive-wrap .item-day {
  display: block;
}
@media screen and (max-width: 767px) {
  .cmn__feature .archive_section .archive-wrap .item-txt {
    font-size: 12px;
  }
}

.under__feature-more a {
  background-color: #f7f6fb;
}

/*カテゴリ*/
.fs-body-category .under__feature {
  padding-bottom: 0;
}
.fs-body-category .under__feature-more a {
  background-color: #fff;
}

/*商品詳細*/
.fs-body-product .under__feature {
  padding-top: 0;
}
.fs-body-product .under__feature-more a {
  background-color: #fff;
}