@charset "UTF-8";

/* その他おすすめの特集 */
#other {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#other::before {
  display: block;
  width: 91.09375vw;
  height: 12.34375vw;
  margin: 0 auto;
  background: url(../../img/common/heading01_ttl-osusume.png) no-repeat center top / 100% auto;
  content: '';
}

#other h2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

#other .carousel_wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(43.75vw * 2 + 1.5625vw * 1);
  margin-top: 4.6875vw;
}

#other .carousel_wrap .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 5.46875vw;
}

#other .carousel_wrap ul li {
  display: block;
  height: auto;
  background: #fff;
  padding: 2.34375vw;
  border: 0.46875vw solid #34449C;
  border-radius: 1.875vw;
  box-sizing: border-box;
  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;
}

#other .carousel_wrap ul li a:hover {
  text-decoration: none;
}

#other .carousel_wrap ul li .text {
  padding: 0.78125vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#other .carousel_wrap ul li img {
  width: 100%;
  border-bottom: 0.15625vw solid #f0f0f0;
  border-top-left-radius: 0.78125vw;
  border-top-right-radius: 0.78125vw;
}

#other .carousel_wrap ul li p {
  color: #000;
}

#other .carousel_wrap ul li .ttl {
  display: block;
  padding-bottom: 1.5625vw;
  border-bottom: 0.3125vw solid #000;
  font-size: 3.75vw;
  font-weight: bold;
  line-height: 1.5;
}

#other .carousel_wrap ul li .from {
  display: block;
  font-size: 3.125vw;
  margin-top: 2.34375vw;
}

#other .carousel_wrap ul li .from::before {
  content: "≪";
}

#other .carousel_wrap ul li .from::after {
  content: "≫";
}

#other .carousel_wrap ul li .cont {
  font-size: 3.125vw;
}

#other .carousel_wrap .swiper-button-prev,
#other .carousel_wrap .swiper-button-next {
  display: none;
}

#other .carousel_wrap .swiper-pagination-bullet {
  width: 3.125vw;
  height: 3.125vw;
  margin: 0 1.5625vw;
  background: #fff;
  border: 0.46875vw solid #34449C;
  opacity: 1;
}

#other .carousel_wrap .swiper-pagination-bullet-active {
  background: #34449C;
  opacity: 1;
}

/*# sourceMappingURL=recommend.css.map */