@charset "UTF-8";
/*============================================================================================

for PC special-feature slider.css

============================================================================================*/
.p-topSpecial {
  width: 870px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 10px 10px 20px rgb(0 0 0 / 20%);
}
.p-topSpecial .swiper-button-prev,
.p-topSpecial .swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #797979 none;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  transition-property: background-color, color;
}
.p-topSpecial .swiper-button-prev,
.p-topSpecial .swiper-button-next {
  top: calc(40% - 20px);
}
.p-topSpecial .swiper-button-next {
  right: -20px;
}
.p-topSpecial .swiper-button-prev {
  left: -20px;
}
.p-topSpecial .swiper-button-prev::before,
.p-topSpecial .swiper-button-next::before {
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 3px 0 3px 9px;
}
.p-topSpecial .swiper-button-prev::before {
  transform: rotate(180deg) translateX(10%);
}
.p-topSpecial .swiper-button-prev:after, 
.p-topSpecial .swiper-rtl .swiper-button-next:after,
.p-topSpecial .swiper-button-next:after, 
.p-topSpecial .swiper-rtl .swiper-button-prev:after {
  content: none;
}
.p-topSpecial .swiper-button-prev:hover, 
a:hover .p-topSpecial .swiper-button-prev, 
.p-topSpecial .swiper-button-next:hover, 
a:hover .p-topSpecial .swiper-button-next {
  background-color: #95989a;
}
.p-topSpecial__item {
  display: flex;
  width: 290px;
  height: auto;
}
.p-topSpecial__item + .p-topSpecial__item {
  border-left: 1px solid #dbddde;
}
.p-topSpecial__link {
  color: inherit!important;
  text-decoration: none!important;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.p-topSpecial__link:hover,
a:hover .p-topSpecial__link {
  opacity: 0.6;
}
.p-topSpecial__image {
  overflow: hidden;
}
.p-topSpecial__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-topSpecial__body {
  flex: 1;
  padding: 20px 20px 40px;
  position: relative;
}
.p-topSpecial__body::after {
  position: absolute;
  top: calc(50% - 7.284px);
  right: 20px;
  display: block;
  width: 6.267px;
  height: 14.568px;
  content: "";
  background-image: url(/lib/v2/img/ico_arrow_r_black_01.svg);
}
.p-topSpecial__text {
  font-size: 20px;
  line-height: 1.5;
}
.p-topSpecial.swiper-wrap {
  position: relative;
}