@charset "UTF-8";

/* その他おすすめの特集 */
#other {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#other h2 {
  display: block;
  font-size: 5vw;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

#other .carousel_wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(43.75vw * 2 + 1.5625vw * 1);
  margin: 0;
  margin-top: 4.6875vw;
}

#other .carousel_wrap .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 5.46875vw;
}

#other .carousel_wrap ul li {
  height: auto;
  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 {
  display: flex;
  flex-direction: column;
  height: 100%;
  outline: none;
}

#other .carousel_wrap ul li a:hover {
  text-decoration: none;
}

#other .carousel_wrap ul li .text {
  flex-basis: 0;
  flex-grow: 1;
  margin-top: 1.5vw;
  padding: 3.125vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

#other .carousel_wrap ul li img {
  width: 100%;
}

#other .carousel_wrap ul li p {
  color: #000;
}

#other .carousel_wrap ul li .ttl {
  display: block;
  padding-bottom: 1.5625vw;
  font-size: 3.75vw;
  font-weight: bold;
  color: #242f67;
  line-height: 1.3;
}

#other .carousel_wrap ul li .from {
  display: block;
  font-size: 3.125vw;
}

#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;
  opacity: 1;
}

#other .carousel_wrap .swiper-pagination-bullet-active {
  background: #242f67;
  opacity: 1;
}

/*# sourceMappingURL=recommend.css.map */