@charset "utf-8";

/* -------------------------------------------------- */
/* PC*/
/* -------------------------------------------------- */
/* MV */
/* ----------------------------------- */
#underFvWrap {
	background: url(../../img/shredder/under_mv_pc.jpg) center center / cover no-repeat ;
}

/* #underFv::after {
	content: "";
	width: 240px;
	height: 90px;
	background: url(../../img/shredder/under_mv_illust.png) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	bottom: 0px;
	right: 0;
} */

/* 紹介文 */
/* ----------------------------------- */
#intro {
	background: #edf3fc;
}

#introTit {
	padding: 30px;
	background: #0d499e;
	border-radius: 20px 20px 0 0;
}

.subTit {
	padding: 5px 30px;
	margin-bottom: 10px;
	background: #FFF;
	border-radius: 100vw;
	color: #0d499e;
	display: inline-block;
	font-size: 2.3rem;
	font-weight: 500;
}

.mainTit {
	font-size: 3.4rem;
	font-weight: 500;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 30px;
	line-height: 1.2;
}

.model {
	font-size: 1.8rem;
	font-weight: normal;
}

#introImg {
	margin-bottom: 20px;
	overflow: hidden;
	border-radius:0 0 20px 20px;
}

#intro .txt2 {
	padding-bottom: 40px;
}

/* 料金 */
/* ----------------------------------- */
#price {
	padding-bottom: 50px;
	background: #edf3fc;
}

#price ul {
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 50px;
}

#price li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 20px;
}

.size {
	padding: 10px 20px;
	background: #edf3fc;
	border-radius: 100vw;
	font-size: 1.8rem;
}

.price {
	font-size: 2.4rem;
	font-weight: 600;
}

.num {
	font-size: 4rem;
	font-family: "Roboto Condensed", sans-serif;
	font-weight: 600;
}

.anno {
	font-size: 1.6rem;
}

.anno span {
	color: #c62a1c;
}

/* ダウンロード */
/* ----------------------------------- */
#downloadListWrap {
	padding-bottom: 100px;
	background: #edf3fc;
}

#downloadList {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px 4%;
}

.download a {
	padding: 30px;
	background: #FFF;
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-radius: 10px;
	gap: 5px;
	position: relative;
}
.download a::after {
	content: "";
	width: 50px;
	height: 50px;
	background: url(../../img/common/icon_pdf.svg) 0 0 no-repeat;
	background-size: contain;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border: 1px solid #eb5851;
	border-radius: 100vw;
}

.download a:hover {
	opacity: 0.7;
	color: #333;
}

.download a span {
	font-size: 1.4rem;
	color: #FFF;
	background: #aaaaaa;
	display: inline-block;
	padding: 3px 50px;
}

/* 見学室 */
/* ----------------------------------- */
#viewingRoom {
	padding-bottom: 100px;
	margin-bottom: 100px;
	background: #edf3fc;
}

#viewingRoom .txt2 {
	padding-bottom: 20px;
}

#viewingRoomImg {

}




/* -------------------------------------------------- */
/* TAB&SP */
/* -------------------------------------------------- */
@media screen and (max-width: 1024px) {
	#viewingRoomImg img {
		width: 100%;
	}
}


/* -------------------------------------------------- */
/* TAB(調整) */
/* -------------------------------------------------- */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}
/* -------------------------------------------------- */
/* SP(調整) */
/* -------------------------------------------------- */
@media screen and (max-width: 767px) {
	#underFvWrap {
		background: url(../../img/shredder/under_mv_sp.jpg) center center / cover no-repeat ;
	}

	.subTit {
		font-size: 1.6rem;
	}

	.mainTit {
		font-size: 2.6rem;
		gap: 10px;
	}

	#price ul {
		gap: 10px;
	}

	#price li {
		gap: 10px;
	}

	.size {
		padding: 10px;
		font-size: 1.3rem;
	}

	.num {
		font-size: 3.4rem;
	}

	#downloadListWrap {
		padding-bottom: 80px;
	}

	#downloadList {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px 4%;
	}

	#viewingRoom .tit6 {
		font-size: clamp(1.8rem,5.8vw,2.4rem) !important;
	}

	#viewingRoom {
		padding-bottom: 80px;
		margin-bottom: 80px;
	}

}