@charset "UTF-8";

/* その他おすすめの特集 */
#other {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#other:before {
  display: block;
  width: 258px;
  height: 76px;
  margin: 0 auto;
  background: url(../../../../../../fair/special/yukimaji/dist/img/common/heading01_txt-others.png) no-repeat center top / 100% auto;
  content: '';
}

#other:after {
  display: block;
  position: absolute;
  top: 90px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 22px;
  text-align: center;
  content: 'その他のスキー・スノボ特集';
}

#other h2 {
  text-indent: -9999px;
}

#other .carousel_wrap {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: calc(280px * 4 + 10px * 3);
  margin: 0;
  margin-top: 60px;
}

#other .carousel_wrap .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 35px;
}

#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: 15px;
  box-sizing: border-box;
  background: #fff;
}

#other .carousel_wrap ul li img {
  width: 100%;
  border-radius: 20px;
}

#other .carousel_wrap ul li p {
  color: #000;
}

#other .carousel_wrap ul li .ttl {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
}

#other .carousel_wrap ul li .from {
  display: block;
  font-size: 20px;
}

#other .carousel_wrap ul li .from::before {
  content: "≪";
}

#other .carousel_wrap ul li .from::after {
  content: "≫";
}

#other .carousel_wrap ul li .cont {
  font-size: 20px;
}

#other .carousel_wrap .swiper-button-prev,
#other .carousel_wrap .swiper-button-next {
  display: none;
}

#other .carousel_wrap .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 10px;
  background: #000;
  opacity: 1;
}

#other .carousel_wrap .swiper-pagination-bullet-active {
  background: #b8109c;
  opacity: 1;
}

/*# sourceMappingURL=recommend.css.map */