@charset "UTF-8";

/*---------------バナー-----------------*/
a#cl2+div img {
    object-fit: contain;
    border-radius: 0;
}
/*-----------------------------------------*/

/*通常時のボタン背景白*/
.contents_btn01 a{
	background: #fff;
}

/*products1*/
#products1+section{
	padding-bottom: 200px;
	padding-top: 130px;
}
#products1+section .contents_btn01 {
	text-align: right;
}
#products1+section .heading.block_header_2 .h{
	padding-left: 0;
	font-size: 6rem!important;
	font-weight: 600;
}
#products1+section .heading.block_header_6 .h{
	font-family: 'Zen Kaku Gothic New',sans-serif;
	line-height: 1.2;
	color: #8d8d8d;
	position: relative;
	font-size: 5rem;
	margin-bottom: 0;
	letter-spacing: 0.1rem;
	font-weight: 600;
	margin-bottom: -10px;
}
#products1+section .heading.block_header_6 .h::before{
	content: "";
	position: absolute;
	width: 240px;
	height: 240px;
	border-radius: 150px;
	background-color: var(--i_sub2_color);
	left: 50%;
	bottom: 40%;
	transform: translateX(-50%) translateY(50%);
	z-index: -1;
}
#products1+section .inner_item_txt{
	position: relative;
}
#products1+section .inner_item_txt::before {
	content: "";
	display: block;
	background: url(/common/upload_data/matsu-homejp/image/20251028163548.png) no-repeat bottom right;
	background-size: contain;
	width:280px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: -115px;
}
@media screen and (max-width: 900px) {
	#products1+section {
    	padding-bottom: 70px;
    	padding-top: 70px;
	}
	#products1+section .inner_item_txt::before{
		display: none;
	}
	#products1+section .heading.block_header_6.align-center {
    	align-items: flex-start;
		margin-left: 20px;
	}
	#products1+section .heading.block_header_6 .h{
		font-size: 2rem;
	}
	#products1+section .heading.block_header_6 .h::before {
    	width: 160px;
    	height: 160px;
	}
	#products1+section .heading.block_header_2 .h {
    	font-size: 4.5rem !important;
	}
	#products1+section .contents_btn01 {
    	text-align: center;
	}
	#products1+section .inner_item_img img{
		width: 85% !important;
	}
}

/*products2*/
#products2+section{
	padding-bottom: 130px;
	padding-top: 130px;
}
#products2+section .contents_btn01 {
	text-align: left;
}
#products2+section .heading.block_header_2 .h{
	padding-left: 0;
	font-size: 2.4rem!important;
}
#products2+section .heading.block_header_6 .h{
	font-family: 'Zen Kaku Gothic New',sans-serif;
	line-height: 1.2;
	color: #8d8d8d;
	position: relative;
	font-size: 5rem;
	margin-bottom: 0;
	letter-spacing: 0.1rem;
	font-weight: 600;
	margin-bottom: -10px;
}
#products2+section .heading.block_header_6 .h::before{
	content: "";
	position: absolute;
	width: 240px;
	height: 240px;
	border-radius: 150px;
	background-color: var(--i_sub2_color);
	left: 50%;
	bottom: 40%;
	transform: translateX(-50%) translateY(50%);
	z-index: -1;
}
#products2+section .inner_item_txt{
	position: relative;
}
#products2+section .inner_item_txt::before {
	content: "";
	display: block;
	background: url(/common/upload_data/matsu-homejp/image/20251028163844.png) no-repeat bottom right;
	background-size: contain;
	width:220px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: -115px;
}
@media screen and (max-width: 900px) {
	#products2+section {
    	padding-bottom: 30px;
    	padding-top: 70px;
	}
	#products2+section .inner_item_txt::before{
		display: none;
	}
	#products2+section .heading.block_header_6.align-center {
    	align-items: flex-end;
		margin-right: 20px;
	}
	#products2+section .heading.block_header_6 .h{
		font-size: 2rem;
	}
	#products2+section .heading.block_header_6 .h::before {
    	width: 160px;
    	height: 160px;
	}
	#products2+section .contents_btn01 {
    	text-align: center;
	}
	#products2+section .inner_item_img img{
		width: 85% !important;
	}
}

/*products3*/
#products3+section{
	padding-bottom: 130px;
	padding-top: 130px;
}
#products3+section .contents_btn01 {
	text-align: right;
}
#products3+section .heading.block_header_2 .h{
	padding-left: 0;
	font-size: 2.4rem!important;
}
#products3+section .heading.block_header_6 .h{
	font-family: 'Zen Kaku Gothic New',sans-serif;
	line-height: 1.2;
	color: #8d8d8d;
	position: relative;
	font-size: 5rem;
	margin-bottom: 0;
	letter-spacing: 0.1rem;
	font-weight: 600;
	margin-bottom: -10px;
}
#products3+section .heading.block_header_6 .h::before{
	content: "";
	position: absolute;
	width: 240px;
	height: 240px;
	border-radius: 150px;
	background-color: var(--i_sub2_color);
	left: 50%;
	bottom: 40%;
	transform: translateX(-50%) translateY(50%);
	z-index: -1;
}
#products3+section .inner_item_txt{
	position: relative;
}
#products3+section .inner_item_txt::before {
	content: "";
	display: block;
	background: url(/common/upload_data/matsu-homejp/image/20251027143503.png) no-repeat bottom right;
	background-size: contain;
	width:220px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: -115px;
}
@media screen and (max-width: 900px) {
	#products3+section {
    	padding-bottom: 30px;
    	padding-top: 70px;
	}
	#products3+section .inner_item_txt::before{
		display: none;
	}
	#products3+section .heading.block_header_6.align-center {
    	align-items: flex-start;
		margin-left: 20px;
	}
	#products3+section .heading.block_header_6 .h{
		font-size: 2rem;
	}
	#products3+section .heading.block_header_6 .h::before {
    	width: 160px;
    	height: 160px;
	}
	#products3+section .contents_btn01 {
    	text-align: center;
	}
	#products3+section .inner_item_img img{
		width: 85% !important;
	}
}

/*products4*/
#products4+section{
	padding-bottom: 100px;
	padding-top: 130px;
}
#products4+section .contents_btn01 {
	text-align: left;
}
#products4+section .heading.block_header_2 .h{
	padding-left: 0;
	font-size: 2.4rem!important;
}
#products4+section .heading.block_header_6 .h{
	font-family: 'Zen Kaku Gothic New',sans-serif;
	line-height: 1.2;
	color: #8d8d8d;
	position: relative;
	font-size: 5rem;
	margin-bottom: 0;
	letter-spacing: 0.1rem;
	font-weight: 600;
	margin-bottom: -10px;
}
#products4+section .heading.block_header_6 .h::before{
	content: "";
	position: absolute;
	width: 240px;
	height: 240px;
	border-radius: 150px;
	background-color: var(--i_sub2_color);
	left: 50%;
	bottom: 40%;
	transform: translateX(-50%) translateY(50%);
	z-index: -1;
}
#products4+section .inner_item_txt{
	position: relative;
}
#products4+section .inner_item_txt::before {
	content: "";
	display: block;
	background: url(/common/upload_data/matsu-homejp/image/20251027120946.png) no-repeat bottom right;
	background-size: contain;
	width:270px;
	height: 100%;
	position: absolute;
	right: 50px;
	top: -260px;
}
@media screen and (max-width: 900px) {
	#products4+section {
    	padding-bottom: 30px;
    	padding-top: 70px;
	}
	#products4+section .inner_item_txt::before{
		display: none;
	}
	#products4+section .heading.block_header_6.align-center {
    	align-items: flex-end;
		margin-right: 20px;
	}
	#products4+section .heading.block_header_6 .h{
		font-size: 2rem;
	}
	#products4+section .heading.block_header_6 .h::before {
    	width: 160px;
    	height: 160px;
	}
	#products4+section .contents_btn01 {
    	text-align: center;
	}
	#products4+section .inner_item_img img{
		width: 85% !important;
	}
}

/*----------------20251120追加------------------------*/
/*---------------フォント変更--------------*/
a[id^="products"]+section .heading.block_header_6 .h {
    font-family: "Lora", serif !important;
}