@charset "utf-8";

#MAT-VISUAL .image {
position: relative;
}
#MAT-VISUAL .image::before {
content: '';
display: block;
position: absolute;
left: 0;
bottom: 0;
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
width: 100%;
height: 29.333vw;
}
@media screen and (min-width: 768px) {
	#MAT-VISUAL .image::before {
	height: 190px;
	}
}

#MAT-POINT {
position: relative;
overflow: hidden;
}
#MAT-POINT .cont {
margin: 0 auto;
padding: 8vw 0 1.333vw 0;
width: 81.333vw;
}
#MAT-POINT .point {
margin-bottom: 3.2vw;
font-size: 3.733vw;
}
#MAT-POINT h2 {
margin-bottom: 1.6vw;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-size: 4.267vw;
line-height: 1.37;
}
#MAT-POINT p {
font-size: 3.733vw;
line-height: 1.36;
}
#MAT-POINT p span {
font-size: 2.933vw;
}
#MAT-POINT .image img {
display: block;
margin-top: 5.867vw;
width: 100%;
height: auto;
}
@media screen and (min-width: 768px) {
	#MAT-POINT .cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0 75px 0;
	width: 1068px;
	}
	#MAT-POINT .pack {
	margin-left: 64px;
	width: 300px;
	text-align: left;
	}
	#MAT-POINT .point {
	margin-bottom: 12px;
	font-size: 15px;
	}
	#MAT-POINT h2 {
	margin-bottom: 26px;
	font-size: 22px;
	}
	#MAT-POINT p {
	font-size: 15px;
	line-height: 1.6;
	}
	#MAT-POINT p span {
	margin-top: 8px;
	display: block;
	font-size: 12px;
	}
	#MAT-POINT .image {
	width: 534px;
	}
	#MAT-POINT .image img {
	margin-top: 0;
	}
}
#MAT-BUZAI {
position: relative;
overflow: hidden;
}
#MAT-BUZAI .head {
margin: 0 auto;
padding: 6.667vw 0 12vw 0;
width: 81.333vw;
}
#MAT-BUZAI .head h2 {
font-family: "Zen Old Mincho", serif;
font-weight: 500;
font-size: 4.533vw;
text-align: center;
letter-spacing: 0.15em;
}
#MAT-BUZAI .head p {
margin-top: 2.667vw;
font-size: 3.733vw;
line-height: 1.36;
}
#MAT-BUZAI .images {
margin-bottom: 17.333vw;
}
#MAT-BUZAI .swiper-slide {
box-sizing: border-box;
padding: 0 4.533vw;
width: 70.933vw;
}
#MAT-BUZAI .swiper img {
display: block;
width: 64.533vw;
height: auto;
}
#MAT-BUZAI .swiper-navigation {
margin: 10.667vw auto 0 auto;
width: 64.533vw;
}
#MAT-BUZAI .images h3 {
margin-top: 1.333vw;
font-family: "Zen Kaku Gothic New", sans-serif;
font-weight: 500;
font-size: 4vw;
line-height: 1.3;
}
#MAT-BUZAI .images p {
font-size: 3.733vw;
line-height: 1.36;
letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
	#MAT-BUZAI .head {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 25px 0 70px 0;
	width: 990px;
	gap: 75px;
	text-align: left;
	}
	#MAT-BUZAI .head h2 {
	margin-bottom: 20px;
	font-size: 26px;
	}
	#MAT-BUZAI .head p {
	flex: 1;
	margin-top: 0;
	font-size: 15px;
	line-height: 1.6;
	}
	#MAT-BUZAI .images {
	margin: 0 auto 45px auto;
	width: 1010px;
	}
	#MAT-BUZAI .list {
	margin-left: -17px;
	}
	#MAT-BUZAI .swiper {
	margin: 0;
	width: 522px;
	overflow: visible;
	}
	#MAT-BUZAI .swiper-slide {
	padding: 0 27px;
	width: 522px;
	text-align: left;
	}
	#MAT-BUZAI .swiper img {
	width: 468px;
	}
	#MAT-BUZAI .swiper-navigation {
	margin: 65px 17px 0 17px;
	width: 522px;
	}
	#MAT-BUZAI .images h3 {
	margin-top: 20px;
	font-size: 20px;
	}
	#MAT-BUZAI .images p {
	margin-top: 5px;
	font-size: 15px;
	line-height: 1.6;
	}
}