@charset "utf-8";
/* CSS Document */

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 100vh !important;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100vh !important;
  text-align: center;
  line-height: 300px;
	background: #000;
}
.num1 {
  background-color: #de4439;	
}
.num2 {
  background-color: #fcd500;	
}

.home-product {
	background: none;
}

.red {
	color: #ff0000;
}

.sub-products-step__img img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  min-width: 220px;
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
}