#slide_wrap{
	position: relative;
	height: 823px;
	background-image: url(../images/club_airy/smoothfix/kv_bg.jpg);
	background-repeat: no-repeat;
}
.slide_hd{
	text-align: center;
	padding-top: 34px;
}
#slide_block{
	margin-top: -34px;
}
.slide_item {
	text-align: center;
}
.slide_text{
	margin-top: 30px;
	font-size: 14px;
}

#slide_wrap .slide_item1 img{
	margin: 0 0 0 120px;
}
.slide_item1::before{
	display: block;
	position: absolute;
	left: calc(50% - 25px);
	top: 60px;
	width: 591px;
	height: 289px;
	background-image: url(../images/club_airy/smoothfix/kv_item1_deco.png);
	background-repeat: no-repeat;
	transform: translateX(-50%);
	content: "";
}

.club_smoothfix .club_itemPoint__title {
	padding-left: 54px;
	background-image: url(../images/club_airy/smoothfix/bg_point_ttl.png);
	background-repeat: no-repeat;
	background-size: cover;
  color: #fff;
	font-size: 20px;
}

.club_smoothfix .club_itemPoint__title::before {
  display: block;
  position: absolute;
  left: 0;
	top: 0;
  width: 45px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
}

.club_smoothfix .club_itemPoint__item:first-child .club_itemPoint__title::before {
  background-image: url(../images/club_airy/smoothfix/point_num01.png);
}

.club_smoothfix .club_itemPoint__item:nth-child(2) .club_itemPoint__title::before {
  background-image: url(../images/club_airy/smoothfix/point_num02.png);
}

.club_smoothfix .club_itemPoint__item:nth-child(3) .club_itemPoint__title::before {
  background-image: url(../images/club_airy/smoothfix/point_num03.png);
}

.club_itemPoint__text{
	position: relative;
	padding-left: 1.2em;
	margin-top: 30px;
}
.club_itemPoint__text:first-child{
	margin-top: 0;
}
.club_itemPoint__text::before{
	display: inline-block;
	position: absolute;
	left: 0;
	top: .4em;
	width: 12px;
	height: 12px;
	margin-right: 5px;
	border-radius: 50%;
	background-color: #e76499;
	content: "";
}

.club_itemPoint__text small{
	display: block;
	margin-top: .5em;
	color: #e56699;
	font-size: 12px;
}

.club_smoothfix .club_itemPoint__item:nth-child(1) .club_itemPoint__image{
	margin-top: 55px;
}

.club_smoothfix .club_itemPoint__item:nth-child(2) .club_itemPoint__image{
	text-align: center;
}

.club_itemUsage{
	margin-top: 80px;
}

.club_itemUsage__content{
	position: relative;
	padding-right: 230px;
}
.club_itemUsage__content::after{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 126px;
	height: 175px;
	background-image: url(../images/club_airy/smoothfix/img_usage.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
}