@charset "UTF-8";
/* CSS Document */

.feature_list {
  text-align: left;
  max-width: 1180px;
  width: 85%;
  margin: 0 auto 80px;
}

.main-area h2 {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 200;
  text-align: center;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

.feature_list .list-group-archive {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 5rem;
  max-width: 1180px;
  margin: auto;
}

.feature_list .contents .list-group-archive li {
  --items-row: 3;
  --gap-columns: calc(var(--items-row) - 1);
  --space-gap: 5rem;
  float: left;
  width: 30.5%;
  width: calc((100% / var(--items-row)) - ((var(--space-gap) * var(--gap-columns)) / (var(--items-row))));
  margin-bottom: 50px;
}

.feature_list li img {
  width: 100%;
  height: auto;
  /* max-height: 340px;
  height: calc(340 * (100vw / 1400)); */
  display: block;
  margin: auto;
}

.feature_list li p {
  font-size: 15px;
  text-align: center;
  line-height: 21px;
  margin: 20px auto 45px;
  font-weight: 300;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

.feature_list li p.archive_text {
  text-align: left;
  margin: 0;
}

.archive_text span {
  display: block;
}

.archive_date {
  font-size: 80%;
  color: rgba(0, 0, 0, 0.7);
}

/* ------------------------------------------------
  thumbnail_fade
------------------------------------------------ */
.fade_anim {
  position: relative;
}

.fade_anim .second {
  position: absolute;
  top: 0;
}

.fade_anim .second {
  animation: fade 6s infinite;
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  36% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  86% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* ------------------------------------------------
  pager
------------------------------------------------ */
.panel-footer .pagination {
  position: relative;
  margin: 10px auto 0;
  text-align: center;
  clear: both;
  font-size: 14px;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}

.panel-footer .prev {
  margin-right: 6px;
}

.panel-footer .next {
  margin-left: 6px;
}

.panel-footer .prev,
.panel-footer .next {
  position: relative;
  display: inline-block;
}

.panel-footer .prev {
  float: none;
  top: 0;
}

.panel-footer .next {
  float: none;
  top: 0;
}

.panel-footer .newslist-sns .prev,
.panel-footer .newslist-sns .next {
  top: 0;
}

.panel-footer .prev a,
.panel-footer .next a {
  display: inline-block;
  position: relative;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.panel-footer .prev a:hover,
.panel-footer .next a:hover {
  opacity: 0.5;
}

.panel-footer .prev .arrow,
.panel-footer .next .arrow {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 7px solid #000000;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.panel-footer .prev .arrow::before,
.panel-footer .prev .arrow::after,
.panel-footer .next .arrow::before,
.panel-footer .next .arrow::after {
  content: "";
  display: none;
}

.panel-footer .prev .txt,
.panel-footer .next .txt {
  display: none;
}

.panel-footer .prev .arrow {
  margin-right: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-footer .next .arrow {
  margin-left: 0;
}

.pagination .disabled {
  visibility: hidden;
}

.panel-footer {
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  min-width: 500px;
}

.panel-footer .page {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.08em;
  margin: 0 7px;
}

.panel-footer .page a {
  display: inline-block;
  padding: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.panel-footer .page a:hover {
  opacity: 0.5;
}

.panel-footer .page.active {
  font-weight: normal;
  background-color: #ececec;
}

/* コレクションごとにタブ */
.Tab_area {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}

.Tab_btn {
  pointer-events: auto;
  font-size: 22px;
  font-weight: 200;
  margin: 0 12px;
}
