@media screen and (min-width: 641px) {
	.mainvisual{
		width: 100%;
		background: url(../img/mainvisual_bg_pc.png) no-repeat 48% top;
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		-o-background-size: cover;
		-ms-background-size: cover;
	}
	
	.mainvisual_content{
		position: relative;
		margin: 0 auto;
		width: 1200px;
		height: 460px;
	}
	
	.mainvisual_copy{
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.content_inner{
		margin: 0 auto;
		width: 960px;
	}
	
	.content_point{
		margin-top: 80px;
	}
	
	.point_copy{
		margin-top: 28px;
	}
	
	.point_detail{
		margin-top: 25px;
		color: #221815;
		font-size: 14px;
		line-height: 1.6em;
	}
	
	.point_image{
		margin-top: 40px;
	}
	
	.point_notice{
		margin-top: 35px;
		color: #221815;
		font-size: 10px;
	}
	
	.point_wrapper{
		margin-top: 70px;
		padding: 30px 50px 60px 60px;
		border: 1px solid #cccccc;
	}
	
	.point_wrapper .point_description_title{
		text-align: left;
	}
	
	.point_wrapper.point_wrapper_column{
		margin-top: 80px;
		padding-bottom: 15px;
	}
	
	.point_wrapper .point_description{
		margin-top: 15px;
		color: #1a1a1a;
		font-size: 14px;
		text-align: left;
		line-height: 1.5em;
	}
	
	.point_howto_title.spread{
		margin-top: 60px;
	}
	
	.point_howto_img{
		margin-top: 39px;
	}
	
	.point_howto_img.spread{
		margin-top: 27px;
	}
	
	.point_description_dummy{
		margin-top: 18px;
	}
	
	.lineup{
		margin-top: 100px;
	}
	
	.lineup_series_name{
		margin-top: 18px;
		font-size: 14px;
		color: #221815;
	}
	
	.lineupListWrapper{
		margin: 20px auto 0;
		width: 960px;
		overflow: hidden;
	}
	
	.lineupList{
		width: 1000px;
	}
	
	.lineupList .lineup_product{
		position: relative;
		float: left;
		margin: 20px 20px 0 0;
		width: 304px;
		height: 378px;
		border: 1px solid #cbcbcb;
	}
	
	
	.lineup_product .product_new{
		position: absolute;
		top: 10px;
		right: 11px;
	}
	
	a:hover .lineup_product .product_new img{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	.lineup_product .product_image{
		margin-top: 64px;
	}
	
	.lineup_product .product_name{
		color: #221815;
		font-size: 14px;
		line-height: 1.5em;
	}
	
	.lineup_product .product_name span{
		color: #1a1a1a;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.5em;
	}
	
	.lineup_notice{
		margin-top: 17px;
		color: #221815;
		font-size: 10px;
		text-align: right;
	}
	.only-sp{display: none;}
}

@media screen and (max-width: 640px) {
	.content_wrapper img{
		width: 100%;
		height: auto;
	}
	
	.mainvisual{
		width: 100%;
	}
	
	.point{
		margin: 12% auto 0;
		width: 21.25%;
	}
	
	.point_copy{
		margin-top: 3%;
	}
	
	.point_detail{
		margin: 4% auto 0;
		width: 90.625%;
		color: #221815;
		font-size: 9px;
		line-height: 1.6em;
	}
	
	.point_image{
		margin-top: 6%;
	}
	
	.point_notice{
		margin: 5% auto 0;
		width: 90.625%;
		color: #221815;
		font-size: 8px;
		line-height: 1.5em;
	}
	
	.point_wrapper{
		margin: 10% auto 0;
		padding-top: 5%;
		width: 90.625%;
		border-top: 1px solid #cccccc;
	}
	
	.point_wrapper.point_wrapper_column{
		margin-top: 10%;
	}
	
	.point_wrapper .point_description{
		margin-top: 6%;
		color: #1a1a1a;
		font-size: 9px;
		text-align: center;
		line-height: 1.5em;
	}
	
	.point_wrapper .point_howto_img{
		margin-top: 5%;
	}
	
	.point_wrapper .point_howto_title.spread{
		margin-top: 9%;
	}
	
	.point_description_dummy{
		margin-top: 4%;
	}
	
	.lineup{
		margin-top: 14%;
	}
	
	.lineup_series_name{
		margin-top: 3%;
		font-size: 10px;
		color: #221815;
	}
	
	.lineupList{
		margin: 8% auto 0;
		width: 78.125%;
	}
	
	.lineupList .lineup_product{
		position: relative;
		margin-top: 5%;
		padding: 15% 0 10%;
		border: 1px solid #cbcbcb;
	}
	
	.lineup_product .product_new{
		position: absolute;
		top: 2%;
		right: 2%;
		width: 18.2%;
	}
	
	.lineup_product .product_image{
		margin: 0 auto;
		width: 23.2%;
	}
	
	.lineup_product .product_name{
		color: #221815;
		font-size: 10px;
		line-height: 1.5em;
	}
	
	.lineup_notice{
		margin: 6% auto 0;
		width: 90.625%;
		color: #221815;
		line-height: 1.5em;
		font-size: 8px;
		text-align: left;
	}
}