
.friko-lp {
  width: 100%;
  margin: 30px auto;
  box-sizing: border-box;
}

.friko-lp__head {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.friko-lp__title {
  margin: 0;
  font-size: 30px;
  line-height: 1.15;
  font-weight: 700;
  text-align: center;
  color: #111;
}

.friko-lp__slider {
  position: relative;
  width: 100%;
}

.friko-lp__viewport {
  overflow: hidden;
  width: 100%;
}

.friko-lp__track {
  display: flex;
  gap: 16px;
  transition: transform .4s ease;
  will-change: transform;
}

.friko-lp__card {
  flex: 0 0 calc((100% - 48px) / 4);
  background: #f7f7f7;
  border-radius: 16px;
  overflow: hidden;
  box-sizing: border-box;
  min-width: 0;
}

.friko-lp__image-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #fff;
  overflow: hidden;
}

.friko-lp__image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  transition: transform .25s ease;
}

.friko-lp__card:hover .friko-lp__image {
  transform: scale(1.04);
}

.friko-lp__body {
  padding: 14px 16px 17px;
}

.friko-lp__badge {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .5px;
  color: #777;
}

.friko-lp__name {
  display: -webkit-box;
  min-height: 44px;
  overflow: hidden;
  color: #111;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.friko-lp__name:hover {
  text-decoration: underline;
}

.friko-lp__time {
  margin-top: 8px;
  color: #777;
  font-size: 13px;
}

.friko-lp__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: #444;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0,0,0,.15);
}

.friko-lp__arrow--prev {
  left: -12px;
}

.friko-lp__arrow--next {
  right: -12px;
}

@media (max-width: 991px) {
  .friko-lp__card {
    flex-basis: calc((100% - 16px) / 2);
  }
}

@media (max-width: 575px) {
  .friko-lp {
    margin: 22px auto;
  }

  .friko-lp__title {
    font-size: 23px;
  }

  .friko-lp__card {
    flex-basis: 82%;
  }

  .friko-lp__arrow {
    width: 36px;
    height: 36px;
  }

  .friko-lp__arrow--prev {
    left: -4px;
  }

  .friko-lp__arrow--next {
    right: -4px;
  }
}


.friko-lp__buyer {
  margin-top: 9px;
  color: #333;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
}

.friko-lp__dot {
  color: #999;
  font-weight: 400;
}
