@charset "UTF-8";

.bg-red {
  background: #E03F17;
}

/*ラインナップ*/

.lineup-title {
  background: url(/assets/images/top/index-bar@2x.png) no-repeat bottom center / auto 2px ;
}
.swiper-custom-parent {
  position: relative;
}
.slider1 , .slider2 , .slider3 {
  position: unset;
  width: 90%;
}
.Bbox-img {
  position: relative;
  height: 160px;
}
.Bbox-img02 {
  position: relative;
  height: 140px;
}
.Bbox-img img , .Bbox-img02 img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.Bbox-img a:hover , .Bbox-img02 a:hover {
  background-color:#FFF;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.Bbox02-img {
  position: relative;
  height: 150px;
}
.Bbox02-img img {
  position: absolute;
  top: 0;
  left: 0;
}
.Bbox02-img a:hover{
  background-color:#FFF;
  filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.Bbox-catch {
    font-size: 14px;
    line-height: 18px;
    height: 35px;
    overflow: hidden;
    margin-bottom: 0;
}
.Bbox-space {
    font-size: 11px;
    line-height: 16px;
    height: 30px;
    overflow: hidden;
}

.Bwrap .swiper-button-next {
  background: url(../images/common/slider-arrow-right@2x.png) no-repeat center center / 25px 25px;
  right: 10px;
  z-index: unset;
}
.Bwrap .swiper-button-next:after {
  display: none;
}
.Bwrap .swiper-button-prev {
  background: url(../images/common/slider-arrow-left@2x.png) no-repeat center center / 25px 25px;
  left: 10px;
  z-index: unset;
}
.Bwrap .swiper-button-prev:after {
  display: none;
}













@media (max-width: 1199.98px) {





/*ラインナップ*/
.slider1 {
  position: unset;
  width: 90%;
}
.slider2 {
  position: unset;
  width: 100%;
}
.Bbox-img {
  height: 210px;
}
.Bbox-img02 {
  height: 160px;
}
.Bwrap .swiper-button-prev {
    left: 5px;
    z-index: 2;
}
.Bwrap .swiper-button-next {
    right: 5px;
    z-index: 2;
}
.Bbox-price {
    line-height: 16px;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
}

.font28 {
  font-size: 28px;
}
.font32 {
  font-size: 32px;
}




}