@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300&family=Poppins:wght@300&display=swap');

.area-header {
  width: 100%;
}

.pic {
  width: 100%;
  text-align: center;
  color: #000;
  margin: 0 auto;
  font-feature-settings: 'palt';
}
.pic * {
  box-sizing: border-box;
}
.pic a {
  color: inherit;
}

.fadeimg {
  transition: 0.3s;
}

/* =========================================================
ヘッダー
========================================================= */
.hdr {
  padding-top: 40px;
  margin-bottom: 74px;
}
.hdr * {
  font-family: 'Noto Sans JP', sans-serif;
}
.hdr-subtitle {
  font-size: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 34px;
}
.hdr-title {
  font-size: 43px;
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 70px !important;
}
.hdr-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.06em;
}

/* =========================================================
インフルエンサー
========================================================= */
.influencers {
  display: flex;
  justify-content: center;
  background-color: #f6f4f1;
  padding: 39px 0 40px;
  margin-bottom: 92px;
}
.influencers * {
  font-family: 'Noto Sans JP', sans-serif;
}
.influencer {
  margin: 0 44px;
}
.influencer a {
  text-decoration: none;
}
.influencer-image {
  margin-bottom: 27px;
}

.influencer-name {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 2px;
}
.influencer-tall {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 9px;
}
.influencer-instagram {
  font-size: 16px;
  display: flex;
  align-items: center;
}
.influencer-instagram::before {
  width: 20px;
  height: 20px;
  content: '';
  background: url(../img/icon_instagram.png) no-repeat;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

/* =========================================================
アーカイブ
========================================================= */
.archives {
  margin-bottom: 132px;
}
.archive-title {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
}

/* slider */
.archive-list {
  width: 1080px;
  margin: 0 auto;
}
.archive-list .slick-slider * {
  outline: none;
}
.archive-list .slick-slide > div {
  display: flex !important;
}

.archive {
  width: 340px;
  margin: 0 10px;
  position: relative;
}
.archive a {
  display: block;
  text-decoration: none;
}
.archive a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.archive p {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0.04em;
  margin-top: 14px;
}

/* arrow */
.archive-list .slick-arrow {
  overflow: hidden;
  width: 26px;
  height: 52px;
  text-indent: -999px;
  border: none;
  outline: none;
  background-color: transparent;
  background-repeat: no-repeat;
  position: absolute;
  top: 85px;
  transition: 0.3s;
  -webkit-appearance: none;
  appearance: none;
}
.archive-list .slick-arrow:hover {
  opacity: 0.6;
}
.archive-list .slick-prev {
  background-image: url(../img/arrow_left.png);
  background-position: left center;
  left: -30px;
}
.archive-list .slick-next {
  background-image: url(../img/arrow_right.png);
  background-position: right center;
  right: -30px;
}

/* =========================================================
下のタイトル
========================================================= */
.list-title {
  font-size: 27px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  width: 1140px;
  letter-spacing: 0.07em;
  margin: 0 auto;
}
.list-title::before,
.list-title::after {
  width: 370px;
  height: 1px;
  content: '';
  background: #ddd;
  position: relative;
  top: 18px;
}
