@charset "UTF-8";

/* その他おすすめの特集 */
#other {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#other:before {
  display: block;
  width: 40vw;
  height: 12vw;
  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: 14vw;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 3vw;
  text-align: center;
  content: 'その他のスキー・スノボ特集';
}

#other h2 {
  text-indent: -9999px;
}


#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;
  -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;
  font-size: 3.75vw;
  font-weight: bold;
  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: #000;
  opacity: 1;
}

#other .carousel_wrap .swiper-pagination-bullet-active {
  background: #b8109c;
  opacity: 1;
}

/*# sourceMappingURL=recommend.css.map */