<style>
/*出し分け*/
.pc_only{display:block;}
.sp_only{display:none;}
.fs-c-productList{display:none;}

@media screen and (max-width: 750px){
.pc_only{display:none;}
.sp_only{display:block;}
}


.item_lp{
	font-weight:normal;
}
.item_lp_header{
}
.item_lp_ttl_area{
}
.item_lp_ttl {
    font-size: 3rem;
    margin: 40px auto;
    text-align: center;
}
.item_lp_ttl span {
vertical-align: text-top;
	font-size: 2rem;
}
.item_lp_copy {
    font-size: 1.6rem;
    text-align: left;
line-height: 2.3rem;
}

.item_lp_price_area {
    text-align: center;
    margin-bottom: 60px;
	line-height: 2rem;
}
.item_lp_name {
    border-bottom: 1px solid #333;
    font-size: 2.0rem;
    width: 550px;
    margin: 30px auto 10px;
    padding-bottom: 10px;
}
.item_lp_name span {
font-size: 1.3rem;
}
.item_lp_price{
	font-size:2.0rem;
	color: #c51a20;
    font-weight: bold;
}

.item_lp_price_box{

}
.item_lp_price span{
font-size: 1.5rem;
    color: #333333;
    font-weight: 100;
}
.item_lp_btn {
    width: 200px;
    margin: 20px auto;
}

.item_lp_img {
    display: inline-block;
/*    margin: 60px auto;*/
}
.col_2{
}
.col_2 ul {
    margin: 0 auto;
    text-align: center;
}
.col_2 ul li {
    width: calc(50% - 10px);
    margin:0 5px;
	float:left;
	padding-bottom: 20px;
}
.item_lp_design {
    position: relative;
    margin-bottom: 60px;
}
.item_lp_design .design_txt {
    position: absolute;
    top: 10%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    text-align: center;
    width: 100%;
    font-size: 2.4rem;
}
.item_lp_design .add_design_txt {
    position: absolute;
    top: 10%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    text-align: center;
    width: 100%;
    font-size: 2.4rem;
}

.item_lp_detail {
  /*  background: #f5f5f5;*/
    display: inline-block;
    padding: 40px;
/*    margin-bottom: 60px;*/
}
.design_txt {
	text-align:center;
	font-size:2.4rem;
	margin-bottom:20px;
}
.add_design_txt {
	text-align:center;
	font-size:2.4rem;
	margin:20px;
}
.item_lp_detail_img{
}
.item_lp_detail_copy {
    font-size: 1.4rem;
    text-align: left;
	line-height: 2rem;
	padding-top: 10px;
}

.item_lp_detail_copy span{
	margin-bottom: 8px;
	font-weight: bold;
	display: -webkit-inline-box;
font-size: 1.5rem;
}
.item_lp_img .design_txt {
	text-align:center;
	font-size:2.4rem;
	margin-bottom:20px;
}

.item_lp_design .add_design_txt {
    position: absolute;
    top: 10%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    text-align: center;
    width: 100%;
    font-size: 2.4rem;
}

.item_lp_btn_area{
}
.btn {
    width:200px;
    font-size: 1.6rem;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px 0 15px;
    color: #fff;
    background-color: #c51a20;
    border-radius: 5px;
    margin: 10px auto;
}
.btn a{
    color: #fff;
}
.btn2 {
    width:600px;
    font-size: 1.6rem;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 15px 0 15px;
    color: #fff;
    background-color: #c51a20;
    border-radius: 5px;
    margin: 10px auto;
}
.btn2 a{
    color: #fff;
}
.col_3 ul li {
    width: calc(33% - 10px);
    margin:0 5px;
	float:left;
}
/*スマホ*/
@media screen and (max-width: 750px){
.item_lp_ttl {
    font-size: 2.4rem;
}
.item_lp_copy {
    font-size: 1.4rem;
    text-align: left;
}
.item_lp_ttl_area {
    margin: 0 12px;
}
.item_lp_name {
    font-size: 1.6rem;
    width: 90%;
}
.btn {
    width: 80%;
}
.col_2 ul li {
    width: 100%;
    margin:10px auto;
    float: none;
}

.item_lp_design .design_txt {
    font-size: 2.0rem;
	z-index:99999;
}
.item_lp_detail .design_txt {
    font-size: 2.0rem;
}
.item_lp_img .design_txt {
    font-size: 2.0rem;
}
.item_lp_design .add_design_txt {
    font-size: 2.0rem;
	z-index:99999;
}
.item_lp_detail .add_design_txt {
    font-size: 2.0rem;
}
.item_lp_img .add_design_txt {
    font-size: 2.0rem;
}
.btn2 {
    width: 90%;
}
.item_lp_detail_copy {
    margin-bottom: 20px;
}
.col_3 ul li {
    width: 100%;
    margin:10px auto;
    float: left;
}
}

</style>