@charset "UTF-8";
:root {
    --color_content_bg: var(--color_bg);
    --swl-post_slide_width--pc: 25%;
    --swl-post_slide_padY: 40px;
    --swl-post_slide_padY--mb: 5vw;
    --ps_space: 8px;
}
#post_slider .swiper{padding-bottom:24px}
.top #content {
    padding-top: 4em;
}
.l-content {
    margin: 0 auto 6em;
    padding-top: 4em;
    position: relative;
    z-index: 1;
}

.l-mainContent__inner > .c-pageTitle {
    display: none;
}

.swiper-pagination-bullet-active {
    background: #878c99 ;
}
/*
#breadcrumb {
    display: none;
}*/

.swiper {
    overflow: visible;
    margin-top: -2em;
}

.custom-slider .swiper-slide {
  height: auto;
}

.custom-slider .slider-thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

.custom-slider .slider-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .6s ease;
}

@media (hover: hover) {
  a:hover .slider-thumb img {
    transform: scale(1.08);
  }
}

.slider-thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  opacity: 0;
  transition: opacity .4s ease;
  z-index: 1;
}

@media (hover: hover) {
  a:hover .slider-thumb::before {
    opacity: .35;
  }
}
.swiper-slide a {
  position: relative;
      height: 100%;
    display: block;
}
.swiper-slide h3 {
  font-size: 1rem;
  line-height: 1.35;
}
.slider-meta {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 8px;
  z-index: 2;
  color: #fff;
}
.swiper-slide h3 + .p-postList__times {
font-size: 11px;
}
#main_content .swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.5),
    transparent 60%
  );
  pointer-events: none;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -32px;
    left: 0;
    width: 100%;
}


@media not all and (min-width: 600px) {
    .c-postThumb__cat {
        -webkit-transform: none;
        transform: none;
    }
}


.p-postList .p-postList__title {
    color: #878c99;
    margin-bottom: .5rem;
}