html,
body {
  position: relative;
  height: 100%;
}
.slider-recommend-wrap {
  padding: 20px;
}
.wrap {
  position: relative;
}
.recentview .title, .recommend .title, .favoritesList .title {
  font-size: 1rem;
  margin-bottom: 10px;
  color: #313131;
}
.recentview .title p, .recommend .title p, .favoritesList .title p {
  position: relative;
    display: inline-block;
    padding: 5px 0 5px 50px;
    font-weight: bold;
    font-size: 1rem;
}
.wrap .swiper {
  width: 100%;
  height: 100%;
  padding: 10px 0 10px 3px;
  max-height: 440px;
}
.wrap [class^="recommend-swiper"] .swiper-slide {
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.swiper-slide {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.alink:visited, a, a:visited {
  color: #333;
  opacity: 1;
  text-decoration: none;
}
.swiper-slide img {
  /* display: block; */
  /* width: 100%;
  height: 100%; */
  /* object-fit: cover; */
  max-width: 100%;
  border-radius: 5px;
}
.swiper-slide .recent_cont {
  padding: 0 10px 10px 10px;
}
.recommend .recent_text, .tab1__link, .txtLink.__adjacent.__nenmatsu a:hover {
  text-decoration: none;
}
.recommend .recent_text p, .recentview .recent_text p, .favoritesList .recent_text p {
  font-size: 0.8rem;
  word-break: break-all;
}
.swiper-slide .recent_price {
  padding: 10px 0 0 0;
  color: #f23900;
}
.recommend .recommend-swiper-next {
  top: 60%;
  right: 0;
}
.wrap [class^="swiper-button-"] {
  height: 20px;
  width: 20px;
  background: none;
}
.recommend .recommend-swiper-prev {
  top: 60%;
  left: 0;
}
.wrap [class^="swiper-button-"]::after {
  content: "";
  height: 20px;
  margin: auto;
  width: 20px;
}
.swiper-button-next::after {
  background: url(../images/ico_recommend_arror_right.png) no-repeat;
  background-size: contain;
}
.swiper-button-prev::after {
  background: url(../images/ico_recommend_arror_left.png) no-repeat;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .wrap {
      min-width: auto;
      padding-right: 30px;
      padding-left: 30px;
  }
}