.contents1 {
	width: 100%;
	height: auto;
	position : relative;
	float: left;
}
.ba {
	width: 41%;
	height: auto;
	position : absolute;
	bottom: 0;
    right: 0;
}
.sns {
    width: 44.3%;
    height: auto;
    position : absolute;
    bottom: 21.5vw;
    right: 3.8vw;
}
.sns img{
    margin: 0 -0.7% 0 0;
    padding: 0;
}
.price {
    width: 100%;
	position : relative;
	float: left;
}
.price img{
    width: 33.33%;
    margin: 0 -0.3% 0 0;
    padding: 0;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 1000px) {
.pc { display: none !important; }
.sp { display: block !important; }
}