@charset "UTF-8";
/* その他おすすめの特集 */
#other {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#other h2 {
  display: block;
  font-size: 6vw;
  font-weight: bold;
  color: #2964ad;
  text-align: center;
}
#other .carousel_wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc((256 / 640 * 100vw) * 2 + 10px * 1);
  margin: 0;
  margin-top: 3vw;
  box-sizing: border-box;
  overflow: visible;
}
#other .carousel_wrap .swiper-pagination {
  position: relative;
  bottom: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 5vw;
}
#other .carousel_wrap ul li {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  border: .3vw solid #f0f0f0;
  border-radius: 1vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .2s;
  transition: .2s;
  cursor: pointer;
}
#other .carousel_wrap ul li:hover {
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
}
#other .carousel_wrap ul li a {
  outline: none;
  text-decoration: none;
  display: block;
}
#other .carousel_wrap ul li .text {
  padding: 1vw 2vw 2vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#other .carousel_wrap ul li img {
  width: 100%;
  height: auto;
  border-top-left-radius: 1vw;
  border-top-right-radius: 1vw;
}
#other .carousel_wrap ul li p {
  color: #323232;
}
#other .carousel_wrap ul li .ttl {
  font-size: 3.25vw;
  font-weight: bold;
}
#other .carousel_wrap ul li .from {
  font-size: 2.5vw;
  margin: 0.5vw auto 0.5vw;
}
#other .carousel_wrap ul li .from::before {
  content: "≪";
}
#other .carousel_wrap ul li .from::after {
  content: "≫";
}
#other .carousel_wrap ul li .cont {
  font-size: 2.8vw;
  height: 100%;
  overflow: hidden;
}
#other .carousel_wrap .swiper-button-prev,
#other .carousel_wrap .swiper-button-next {
  display: none;
}
#other .carousel_wrap .swiper-pagination-bullet {
  width: 3.5vw;
  height: 3.5vw;
  margin: 0 2vw;
  background: #2964ad;
  opacity: 1;
}
#other .carousel_wrap .swiper-pagination-bullet-active {
  background: #efb25c;
  opacity: 1;
}
#other .carousel_wrap .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 1vw;
}

/*# sourceMappingURL=recommend_sp.css.map */