@charset "utf-8";
html, body, h1, h2, h3, h4, h5, h6, hr, div, p, pre, address, blockquote, ul, ol, dl, dt, dd, form, fieldset {
	color: #333333;
	display: block;
	font-family: "Noto Sans JP";
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}
ul li {
	float: left;
	list-style-type: none;
}
img {
	max-width: 100%;
}
a:hover {
	opacity: 0.5;
}
.section_l,
.section_l-sp {
	background-image: url(https://gigaplus.makeshop.jp/decorashizae/scotchgard/images/page_bar.png);
	background-repeat: no-repeat;
	border: 0;
	margin-bottom: 3em;
	padding-top: 0.25em;
	width: 100%;
}
.ttl_section {
	margin: 0.5em;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1;
}
.ttl_section span {
	font-size: 1em;
}
@media screen and (max-width: 480px) {
	.ttl_section {
		font-size: 1em;
	}
	.ttl_section span {
		font-size: 0.75em;
		font-weight: normal;
	}
}


/* 切売 サイズ一覧 */
.section_ppf {
	margin: 1.5em 0 3em;
	max-width: 760px;
}
.ppf-ttl {
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 20px;
	height: 3em;
	margin: 0;
	padding: 0.25em 0 0 3.5em;
}
.ppf-ttl.ppf-gloss {
	background-image: url(https://gigaplus.makeshop.jp/decorashizae/scotchgard/images/ppf200_ttl-gloss.png);
}
.ppf-ttl.ppf-matte {
	background-image: url(https://gigaplus.makeshop.jp/decorashizae/scotchgard/images/ppf200_ttl-matte.png);
}
.ppf-ttl.ppf-option {
	background-image: url(https://gigaplus.makeshop.jp/decorashizae/scotchgard/images/ppf200_ttl-option.png);
}
.ppf200_size {
	display: grid;
	gap: 0.25em;
	grid-template-columns: repeat(6, 2fr);
	max-width: 760px;
	width: 100%;
}
.ppf200_size li {
	float: none !important;
}
.ppf200_size li a {
	background-color: #666;
	border-radius: 5px;
	color: #fff;
	display: block;
	line-height: 1.35;
	padding: 0.25em 0 0.5em;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
.ppf200_size li a strong {
	font-size: 125%;
}
.section_twin {
	display: flex;
	justify-content: space-between;
	max-width: 760px;
}
.section_twin .section_ppf {
	max-width: 375px;
	width: 100%;
}
.section_twin .section_ppf .ppf-ttl {
	background-size: auto;
}
.section_twin .section_ppf .ppf200_size {
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	max-width: 395px;
}
.ppf200_size.option {
	display: grid;
	gap: 0.25em;
	grid-template-columns: repeat(1, 1fr);
	max-width: 800px;
	width: 100%;
}
