@charset "utf-8";
/* CSS Document */
p, ul, li, div, a, img, table, tbody, th, td {
	margin: 0;
	padding: 0;
}
.t18-middle-split {
	margin: 0 auto;
	max-width: 1370px;
	background-color: #c00;
}
.split_cp_1904 {
	text-align: center;
	color: #333;
	font-size: 1.6rem;
	max-width: 100%;
}
@media screen and (max-width: 750px) {
	.split_cp_1904 {
		max-width: 100%;
    	padding: 0;
		font-size: 2.8rem;
	}
}

/*--------- common ---------*/
.common-button-area a {
	font-size: 2rem;
	width: 480px;
}
@media screen and (max-width: 750px) {
	.common-button-area a {
		font-size: 3rem;
		width: 75%;
	}
}

/*--------- cp_top ---------*/
#cp_top {
	background-color: #c00;
}
.t18-image-all {
	margin: auto;
    padding: 3% 20px 0px;
    font-size: 0;
    width: 100%;
    max-width: 650px;
}
.t18-image-all img {
	width: 100%;
}
#cp_top p {
	color: #fff;
    font-size: 3rem;
    margin: 20px 0;
}
@media screen and (max-width: 750px) {
	.t18-image-all {
		padding: 4% 5% 2%;
		max-width: 100%;
	}
}

/*--------- cp_product ---------*/
#cp_product {
	background-color: #c00;	
	padding: 2% 3% 4%;
}
.cp_product_area {
	width: 100%;
	max-width: 1130px;
    margin: auto;
}
.cp_product_area p {
	font-size: 1.4rem;
	text-align: left;
	color: #fff;
}
.cp_product_area .cp_product_img {
	display: flex;
	align-items: flex-end;
	list-style: none;
	margin-bottom: 10px;
}
.cp_product_area .cp_product_img li {
	margin-right: 1%;
	width: 50%;
}
.cp_product_area .cp_product_img li:nth-child(2) {
	margin-right: 0;
}
.cp_product_area .cp_product_img li:nth-child(2) p {
	margin-bottom: 10px;
    line-height: 1.5;
    font-weight: bold;
}
.cp_product_area .cp_product_img img {
	width: 100%;
}
@media screen and (max-width: 750px) {
	#cp_product {
		background-color: #c00;	
		padding: 3% 3% 6%;
	}
	.cp_product_area p {
		font-size: 2.4rem;
		line-height: 1.5;
	}
	.cp_product_area .cp_product_img {
		flex-wrap: wrap;
	}
	.cp_product_area .cp_product_img li {
		width: 100%;
		margin-right: 0;
	}
	.cp_product_area .cp_product_img li:nth-child(2) p {
		margin-top: 15px;
	}
}

/*--------- cp_store_link ---------*/
#cp_store_link {
	background-color: #fff;
}
.cp_store_link_area {
	padding: 80px 0;
}
@media screen and (max-width: 750px) {
	.cp_store_link_area {
		padding: 60px 3%;
	}
	.cp_store_link_area p {
		line-height: 1.5;
	}
}
