/****************************** mobile,cpmmon ******************************/

/* -------------------- 全体 -------------------- */
.tv_con {
	background-image: url(../image/tv_bg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: 50px;
}

/* -------------------- キャッチコピー -------------------- */
.tv_cc_con {
	text-align: center;
	padding: 45px 0 43px;
	font-size: 20px;
	line-height: 28px;
	font-weight: 800;
}
.tv_cc_con p {
	text-shadow: 0px 0px 5px #000;
}

/* -------------------- コンテンツ部分 -------------------- */
.tv_cntnt_con,
.tv_cntnt_con .product_list a {
	color: var(--black_text);
}
.tv_cntnt_con > div {
	background: #fff;
	margin: 0 15px;
	padding: 30px 25px;
	border-radius: 10px;
}

.product_list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.product_item {
	width: 47.5%;
	margin-bottom: 30px;
}

.product_item_img {
	margin-bottom: 10px;
}
.product_item_img img {
	border-radius: 10px;
}

.product_item h3 {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 18px;
}

.product_item_size {
	margin-bottom: 6px;
	font-size: 10px;
	letter-spacing: 0px;
}

.product_item_price {
	font-weight: 600;
}
.product_item_price span:first-child {
	font-size: 14px;
}
.product_item_price span:last-child {
	font-size: 10px;
}

.tv_cntnt_con .common_btn {
	max-width: 350px;
}


/****************************** tablet ******************************/
@media (min-width: 600px){

	.tv_cc_con {
    font-size: 24px;
    line-height: 36px;
  }

	.product_item {
		width: 31%;
	}

	.tv_cntnt_con .head_01 {
		font-size: 22px;
		margin-bottom: 20px;
	}
}

/****************************** PC ******************************/
@media (min-width: 1025px){

	/* -------------------- 全体 -------------------- */
	.tv_con {
		margin-top: 70px;
		background-size: cover;
		display: flex;
    justify-content: space-between;
		padding: 50px 0;
	}

	/* -------------------- キャッチコピー -------------------- */
	.tv_cc_con {
		font-size: 42px;
    line-height: 64px;
		text-align: left;
		padding: 0px;
		width: 52%;
		position: relative;
		order: 2;
    box-sizing: border-box;
	}
	.tv_cc_con p {
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
	}

	/* -------------------- コンテンツ部分 -------------------- */
	.tv_cntnt_con {
		width: 45%;
    box-sizing: border-box;
	}
	.tv_cntnt_con > div {
		margin: 0 0 0 auto;
		padding: 35px;
		max-width: 550px;
	}
	.tv_cntnt_con .head_01 {
		text-align: left;
	}

	/* 文字サイズ */
	.product_item h3 {
		margin-bottom: 6px;
		font-size: 16px;
		line-height: 22px;
	}
	.product_item_size {
		margin-bottom: 8px;
		font-size: 12px;
	}
	.product_item_price span:first-child {
		font-size: 16px;
	}
	.product_item_price span:last-child {
		font-size: 12px;
	}
}
