@charset "utf-8";
/* コンテンツ */
#container {
    text-align: center;
    width: 1180px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.application {
	margin: 25px auto;
    position: relative;
}
.application img {
	width: 60%;
}
.application a {
    position: absolute;
	left: 42%;
    top: 69%;
}
.application a img {
	width: 80%;
}
.space_imgtext {
	margin: 100px 0;
}
.space_imgtext2 {
	margin: 0 0 50px 0;
}
.none {
	display: none;
}
.video {
	width: 95%;
}
@media screen and (max-width: 480px) {
	img {
		width: 100%;
	}
	.sp_img {
		width: 100%;
	}
	.application {
		margin: 5px 0;
	}
	.application img {
		width: 100%;
	}
	.application a {
		position: absolute;
		left: 30%;
		top: 70%;
	}
	.application a img {
		width: 65%;
	}
	.space_imgtext {
		margin: 30px 0;
	}
	.space_imgtext2 {
		margin: 0 0 25px 0;
	}
	.video {
		width: 100%;
	}
}
ul.fx {
	margin: -10px 0 20px;
	padding: 0;
}
ul.fx li {
	list-style: none;
	padding: 0.5em 0;
	font-size: 90%;
}
ul.fx li a {
	text-decoration: none;
}

.offer_back_img{
	position: relative;
}

.cartjs_product_info{
	width: 65%;
	position: absolute;
	top:70%;
	left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.btn_tel{
	width: 65%;
	position: absolute;
	top:80%;
	left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}