@charset "UTF-8";
/* ==========================================================================
  Home
========================================================================== */
.fv {
  position: relative;
  margin-bottom: max(14.358974359vw, 53.8461538462px);
  background: #d6c6b9;
}
@media (900px <= width) {
  .fv {
    margin-bottom: 4rem;
  }
}
.fv__inner {
  position: relative;
  z-index: 1;
  width: max(96.1538461538vw, 360.5769230769px);
  aspect-ratio: 375/336;
  margin-inline: auto;
}
@media (900px <= width) {
  .fv__inner {
    width: 52.125rem;
    aspect-ratio: 834/480;
  }
}
.fv__logo {
  position: absolute;
  top: max(25.641025641vw, 96.1538461538px);
  left: max(3.3333333333vw, 12.5px);
  z-index: 2;
  width: max(59.7435897436vw, 224.0384615385px);
  margin-inline: auto;
}
@media (900px <= width) {
  .fv__logo {
    top: 12.625rem;
    left: 1.6875rem;
    width: 32.3125rem;
  }
}
.fv__tagline {
  position: absolute;
  top: max(43.8461538462vw, 164.4230769231px);
  left: max(61.0256410256vw, 228.8461538462px);
  z-index: 3;
  font-size: max(3.0769230769vw, 11.5384615385px);
  line-height: 1.5;
  letter-spacing: 0.11em;
}
@media (900px <= width) {
  .fv__tagline {
    top: 15.8125rem;
    left: 13.375rem;
    font-size: 1rem;
    color: #d6c6b9;
  }
}
.fv__image {
  position: absolute;
  top: max(3.5897435897vw, 13.4615384615px);
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-inline: auto;
}
@media (900px <= width) {
  .fv__image {
    top: 0.6875rem;
  }
}
.fv__search {
  position: absolute;
  top: max(57.4358974359vw, 215.3846153846px);
  right: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  margin-inline: auto;
}
@media (width < 900px) {
  .fv__search {
    width: max(89.7435897436vw, 336.5384615385px);
  }
}
@media (900px <= width) {
  .fv__search {
    top: 20.3125rem;
    padding-inline: 1.5625rem;
  }
}
.fv .fvCategory {
  position: absolute;
  top: max(75.8974358974vw, 284.6153846154px);
  right: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  margin-inline: auto;
}
@media (width < 900px) {
  .fv .fvCategory {
    width: max(89.7435897436vw, 336.5384615385px);
  }
}
@media (900px <= width) {
  .fv .fvCategory {
    top: 27rem;
  }
}
.fv .fvCategory__list {
  display: flex;
  gap: max(1.0256410256vw, 3.8461538462px);
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}
.fv .fvCategory__list > * {
  flex-basis: calc((100% - max(1.0256410256vw, 3.8461538462px) * 2) / 3);
}
@media (900px <= width) {
  .fv .fvCategory__list {
    gap: 0.75rem;
    width: 40rem;
  }
  .fv .fvCategory__list > li {
    flex-basis: calc((100% - 2.25rem) / 4);
  }
}
.fv .fvCategory__button {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: max(20.5128205128vw, 76.9230769231px);
  overflow: hidden;
  color: #fff;
  border-radius: max(1.0256410256vw, 3.8461538462px);
}
@media (width < 900px) {
  .fv .fvCategory__button.--special {
    background: #7a8686;
  }
  .fv .fvCategory__button.--interview {
    background: #8a6a4f;
  }
  .fv .fvCategory__button.--column {
    background: #4b4033;
  }
}
@media (900px <= width) {
  .fv .fvCategory__button {
    gap: 0.375rem;
    height: 6rem;
    background: #606060;
    border-radius: 0.25rem;
  }
  .fv .fvCategory__button::after {
    position: absolute;
    z-index: 2;
    display: flex;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 0.8125rem;
    line-height: 1.3;
    text-align: center;
  }
  .fv .fvCategory__button:hover::after, .fv .fvCategory__button:focus::after {
    display: flex;
  }
  .fv .fvCategory__button.--special::after {
    padding-inline: max(4.1025641026vw, 15.3846153846px);
    content: "インフルエンサー×意思決定にフォーカスした密着";
    background: #7a8686;
  }
}
@media (900px <= width) and (900px <= width) {
  .fv .fvCategory__button.--special::after {
    padding-inline: 1rem;
  }
}
@media (900px <= width) {
  .fv .fvCategory__button.--interview::after {
    content: "メインインタビュー";
    background: #8a6a4f;
  }
  .fv .fvCategory__button.--column::after {
    content: "コラム、ナレッジ記事";
    background: #4b4033;
  }
}
.fv .fvCategory span {
  font-size: max(3.3333333333vw, 12.5px);
}
@media (900px <= width) {
  .fv .fvCategory span {
    font-size: 0.9375rem;
  }
}

.siteBanners {
  overflow: hidden;
}
.siteBanners__link {
  opacity: 1;
  transition: all 0.5s;
}
.siteBanners__link:hover, .siteBanners__link:focus {
  opacity: 0.5;
}
@media (width < 900px) {
  .siteBanners .container {
    width: max(112.3076923077vw, 421.1538461538px);
  }
}
@media (900px <= width) {
  .siteBanners {
    padding-block: 1rem;
  }
  .siteBanners .splide__list {
    display: flex !important;
    gap: 0.75rem;
  }
  .siteBanners .splide__slide {
    flex-basis: calc((100% - 2.25rem) / 4);
  }
}

.new {
  padding-block: 0 max(12.3076923077vw, 46.1538461538px) !important;
}
@media (900px <= width) {
  .new {
    padding-block: 1.5rem 4rem !important;
  }
}
.new .pickup {
  padding-block: max(6.1538461538vw, 23.0769230769px) max(20.5128205128vw, 76.9230769231px);
}
@media (900px <= width) {
  .new .pickup {
    padding-block: 1rem 2.5rem;
  }
}
.new .pickup__heading {
  padding: max(1.5384615385vw, 5.7692307692px) max(6.1538461538vw, 23.0769230769px);
  font-size: max(4.1025641026vw, 15.3846153846px);
  color: #fff;
  background: #9e2a2b;
  opacity: 0.88;
}
@media (900px <= width) {
  .new .pickup__heading {
    padding: 0.375rem 1.5rem;
    margin-bottom: 1rem;
    font-size: 1rem;
  }
}
.new .pickup__item {
  display: flex;
  flex-direction: column;
  gap: max(3.0769230769vw, 11.5384615385px);
}
@media (900px <= width) {
  .new .pickup__item {
    flex-direction: row;
    gap: 0.75rem;
    align-items: center;
  }
  .new .pickup__item > * {
    flex-basis: calc((100% - 0.75rem) / 2);
  }
}
.new .pickup__body {
  display: flex;
  flex-direction: column;
  gap: max(4.1025641026vw, 15.3846153846px);
}
@media (900px <= width) {
  .new .pickup__body {
    gap: 1rem;
  }
}
.new .pickup__title {
  font-size: max(6.1538461538vw, 23.0769230769px);
  font-weight: bold;
  line-height: 1.6;
}
.new .pickup__title span {
  border-bottom: max(0.2564102564vw, 0.9615384615px) solid currentColor;
}
@media (900px <= width) {
  .new .pickup__title {
    font-size: 1.875rem;
  }
  .new .pickup__title span {
    border-width: 0.0625rem;
  }
}
.new .pickup__date {
  font-size: max(3.0769230769vw, 11.5384615385px);
  color: #606060;
}
@media (900px <= width) {
  .new .pickup__date {
    font-size: 0.75rem;
  }
}
.new .pickup__image {
  order: -1;
}
@media (any-hover: hover) {
  .new .pickup__link figure {
    overflow: hidden;
  }
  .new .pickup__link img {
    transition: all 0.5s;
  }
  .new .pickup__link:hover img {
    transform: scale(1.2);
  }
}
@media (width < 900px) {
  .new .articleList > li:nth-of-type(n + 5) {
    display: none;
  }
}

.special {
  background: #d5dede;
}

.interview {
  background: #cdd8be;
}

.column {
  background: #ede6d6;
}

@media (width < 900px) {
  .special .articleList > li:nth-of-type(n + 3),
  .interview .articleList > li:nth-of-type(n + 3),
  .column .articleList > li:nth-of-type(n + 3) {
    display: none;
  }
}