@charset "utf-8";

@font-face {
	font-family: 'icon2';
	src: url('../fonts/coating/icon.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: block;
 }
[class^="icon2-"], [class*=" icon2-"] {
	font-family: 'icon2' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
  
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon2-arrow-link:before {
  content: "\e900";
}
.icon2-blank:before {
  content: "\e901";
}
.icon2-call:before {
  content: "\e902";
}

/*============================================================
	MAIN
*/
.page-coating {
	padding: 100px 0;
	background-color: #CCC;
	background-repeat: repeat;
	background-image: url(../img/common/pattern01.png);
	background-size: 30px 30px;
	font-family: 'en', "IBM Plex Sans JP", sans-serif;
	font-size: 14px;
	line-height: 2.1;
}
.page-coating h2,
.page-coating h3,
.page-coating h4 {
	font-weight: 700;
}
.page-coating a {
	color: inherit;
}
.page-coating ul {
	list-style-type: none;
}
/**/
@media screen and (max-width:781px) {
	.page-coating {
		padding: 10px 0 50px 0;
		font-size: 13px;
		line-height: 1.9;
	}
}

/*============================================================
	NAV
*/
.c-breadcrumbs {
	padding-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.page-coating .nav {
	display: flex;
	gap: 0;
	position: absolute;
	top: 100px;
	left: 50px;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.1;
}
.page-coating .nav .row {
	gap: 0;
	flex-basis: initial;
	flex-grow: initial;
	flex-shrink: initial;
}
.page-coating .nav .list {
	display: flex;
	gap: 0;
	flex-basis: initial;
	flex-grow: initial;
	flex-shrink: initial;
}
.page-coating .nav .item {
	position: relative;
	padding: 0 30px;
	flex-basis: initial;
	flex-grow: initial;
	flex-shrink: initial;
}
.page-coating .nav .item::before,
.page-coating .nav .item:last-child:after {
	content: '';
	display: block;
	position: absolute;
	top: -0.1em;
	bottom: 0.1em;
	width: 1px;
	background-color: #fff;
}
.page-coating .nav .item::before {
	left: 0;
}
.page-coating .nav .item:last-child:after {
	right: 0;
}
.page-coating .nav .row:first-child .list:first-child .item:last-child:after {
	content: none;
}
.page-coating .nav a {
	display: block;
	position: relative;
	padding: 0 1em 0 0;
	color: #FFF;
}
.page-coating .nav i {
	display: block;
	position: absolute;
	top: -0.06em;
	right: -0.4em;
	transform: rotate(90deg);
}
.device-pc .page-coating .nav a {
	transition: color 0.3s ease;
}
.device-pc .page-coating .nav a:hover {
	color: #b00;
}
/**/
@media screen and (max-width:781px) {
	.c-breadcrumbs {
		padding-top: 0;
		margin-bottom: 3rem;
	}
	.page-coating .nav {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: static;
		padding: 0 20px;
		gap: 0;
		font-size: 14px;
	}
	.page-coating .nav a {
		color: #000;
	}
	.page-coating .nav .row {
		display: flex;
		align-items: center !important;
	}
	.page-coating .nav .list {
		width: 100%;
		align-items: center !important;
	}
	.page-coating .nav .item {
		flex-basis: 50% !important;
		padding: 0 15px;
	}
	.page-coating .nav .item::before,
	.page-coating .nav .item:last-child:after {
		background-color: #000;
	}
	.page-coating .nav .row:first-child .list:first-child .item:last-child:after {
		content: '';
	}
}

/*============================================================
	CONTAINER
*/
.page-coating .container {
	position: relative;
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1100px !important;
}
/**/
@media screen and (max-width:781px) {
	.page-coating .container {
		padding: 0 20px;
	}
}

/*============================================================
	HEADING
*/
.page-coating .heading {
	text-align: center;
	font-weight: 700;
	font-size: 48px;
	line-height: 1.4;
}
/**/
@media screen and (max-width:781px) {
	.page-coating .heading {
		font-size: 32px;
	}
}
@media screen and (max-width:390px) {
	.page-coating .heading {
		font-size: calc(32 / 390 * 100vw);
	}
}

/*============================================================
	BUTTON
*/
.page-coating .btn-outline {
	display: block;
	padding: 15px 25px;
	min-width: 220px;
	border: 1px solid #000;
	text-align: center;
	line-height: 1.2;
}
.page-coating .btn-outline i {
	padding: 0 0 0 0.2em;
}
.device-pc .page-coating .btn-outline {
	transition: background-color 0.3s ease, color 0.3s ease;
}
.device-pc .page-coating .btn-outline:hover {
	background-color: #000;
	color: #fff;
}
/**/
@media screen and (max-width:781px) {
	.page-coating .btn-outline {
		font-size: 14px;
	}
}

/*============================================================
	BEGINNING
*/
.page-coating .beginning {
	display: flex;
	gap: 0;
	margin: 0 0 40px 0;
}
.page-coating .beginning .title {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	flex-basis: initial;
	flex-grow: initial;
	flex-shrink: initial;
	padding: 0 30px 0 0;
	border-right: 1px solid #000;
}
.page-coating .beginning .title h2 {
	text-align: right;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.4;
}
.page-coating .beginning .lead {
	padding: 0 0 0 30px;
	flex-basis: initial;
	flex-grow: initial;
	flex-shrink: initial;
	flex: 1;
}
.page-coating .beginning .lead h3 {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.7;
}
/**/
@media screen and (max-width:781px) {
	.page-coating .beginning {
		display: block;
		margin: 0 0 20px 0;
	}
	.page-coating .beginning .title {
		padding: 0;
		border: 0;
	}
	.page-coating .beginning .title h2 {
		text-align: left;
		font-size: 26px;
	}
	.page-coating .beginning .title h2 br {
		display: none;
	}
	.page-coating .beginning .lead {
		padding: 15px 0 0 0;
	}
	.page-coating .beginning .lead h3 {
		margin: 0 0 10px 0;
		font-size: 16px;
	}
}
@media screen and (max-width:390px) {
	.page-coating .beginning .title h2 {
		font-size: calc(26 / 390 * 100vw);
	}
}

/*============================================================
	CONTACT
*/
.page-coating .contact h2 {
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}
.page-coating .contact .btns {
	display: flex;
	justify-content: center;
}
.page-coating .contact .btns div {
	flex-grow: 0;
	flex-basis: auto;
}
.page-coating .contact .btn {
	padding: 0 15px;
	font-size: 20px;
	line-height: 1.2;
}
.page-coating .contact .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 50px;
	background-color: #000;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	color: #fff;
}
.page-coating .contact .btn a i {
	padding: 0 0 0 0.2em;
}
.page-coating .contact .btn .btn-call {
	font-size: 108%;
}
.device-pc .page-coating .contact .btn a {
	transition: background-color 0.3s ease;
}
.device-pc .page-coating .contact .btn a:hover {
	background-color: #c00;
}
/**/
@media screen and (max-width:781px) {
	.page-coating .contact h2 {
		margin: 0 0 20px 0;
		font-size: 18px;
	}
	.page-coating .contact .btns {
		display: block;
	}
	.page-coating .contact .btn {
		padding: 0 0 20px 0;
	}
	.page-coating .contact .btn:last-child {
		padding: 0;
	}
	.page-coating .contact .btn a {
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
	}
}

/*============================================================
	QUALITY
*/
.page-coating .quality {
	margin: 0 0 80px 0;
}
.page-coating .quality .kv {
	margin: 40px 0 50px 0;
	height: 360px;
}
.page-coating .quality .kv * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-coating .quality .qtechniq {
	padding: 45px;
	border: 1px solid #000;
}
.page-coating .quality .qtechniq .row {
	display: flex;
	gap: 0;
}
.page-coating .quality .qtechniq .logo {
	flex-basis: initial;
	flex-grow: initial;
	flex-shrink: 0;
	padding: 0.5em 40px 0 0;
}
.page-coating .quality .qtechniq .logo .img {
	width: 213px;
}
.page-coating .quality .qtechniq .logo p {
	margin: 15px 0 0 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}
.page-coating .quality .qtechniq .lead {
	flex-basis: initial;
	flex-grow: initial;
	flex-shrink: initial;
}
.page-coating .quality .qtechniq .btn {
	display: flex;
	justify-content: center;
	margin: 25px 0 0 0;
}
.page-coating .quality .section {
	position: relative;
}
.page-coating .quality .section .image {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	padding: 0 0 0 70px;
}
.page-coating .quality .section .image * {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.page-coating .quality .section .detail {
	padding-right: 50%;
}
.page-coating .quality .section .detail h2 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.4;
}
.page-coating .quality .section .detail h3 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
}
/**/
@media screen and (max-width:781px) {
	.page-coating .quality {
		margin: 40px 0;
		font-size: 13px;
	}
	.page-coating .quality .kv {
		margin: 20px 0;
		height: 60vw;
	}
	.page-coating .quality .qtechniq {
		margin: 0 0 40px 0;
		padding: 25px 25px 30px 25px;
	}
	.page-coating .quality .qtechniq .row {
		display: block;
	}
	.page-coating .quality .qtechniq .logo {
		padding: 0 0 20px 0;
		text-align: center;
	}
	.page-coating .quality .qtechniq .logo .img {
		margin: 0 auto;
	}
	.page-coating .quality .qtechniq .logo p {
		margin: 15px 0 0 0;
		font-size: 16px;
	}
	.page-coating .quality .qtechniq .btn {
		margin: 15px 0 0 0;
	}
	.page-coating .quality .section {
		position: relative;
	}
	.page-coating .quality .section .image {
		position: static;
		padding: 0;
		height: 60vw;
	}
	.page-coating .quality .section .detail {
		padding: 15px 0 0 0;
	}
	.page-coating .quality .section .detail h2 {
		margin: 0 0 10px 0;
		font-size: 26px;
	}
	.page-coating .quality .section .detail h2 br {
		display: none;
	}
	.page-coating .quality .section .detail h3 {
		margin: 0 0 10px 0;
		font-size: 16px;
	}
}
@media screen and (max-width:390px) {
	.page-coating .quality .section .detail h2 {
		font-size: calc(26 / 390 * 100vw);
	}
}

/*============================================================
	PRODUCT
*/
.page-coating .product {
	margin: 80px 0;
}
.page-coating .product .section {
	padding: 25px 0;
}
.page-coating .product .section:last-child {
	padding-bottom: 0;
}
.page-coating .product .subhead {
	margin: 0 0 20px 0;
	text-align: center;
	font-size: 24px;
	line-height: 1.5;
}
.page-coating .product .list {
	overflow: hidden;
	border-bottom: 1px solid #fff;
}
.page-coating .product .list .block01 {
	display: flex;
	gap: 0;
	flex-wrap: wrap;
	margin: 0 -30px;
}
.page-coating .product .list .item {
	padding: 30px;
	width: 50%;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}
.page-coating .product .list .block02 {
	display: flex;
	gap: 0;
	flex-wrap: wrap;
	padding: 30px 0;
	width: 100%;
	border-right: 0;
}
.page-coating .product .item .image {
	margin: 0 0 20px 0;
}
.page-coating .product .list .block02 .image {
	margin: 0;
}
.page-coating .product .list .block02 .image figure {
	margin: 0 30px 0 0;
}
.page-coating .product .item h2 {
	margin: 0 0 0.5em 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
}
.page-coating .product .item h3 {
	margin: 0 0 0.5em 0;
	font-weight: 700;
	line-height: 1.4;
}
.page-coating .product .item p {
	line-height: 1.7;
}
.page-coating .product .original {
	padding: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.page-coating .product .kind {
	margin: 20px 0 0 0;
	padding: 25px;
	background-color: #e7e7e7;
}
.page-coating .product .kind h4 {
	margin: 20px 0 0 0;
	padding: 0 0 5px 0;
}
.page-coating .product .kind h4:first-child {
	margin: 0;
}
@media screen and (min-width:782px) {
	.page-coating .product .wide,
	.page-coating .product .original {
		display: flex;
		gap: 0;
		flex-basis: 100%;
		padding: 30px 0;
	}
	.page-coating .product .wide .image,
	.page-coating .product .original .image {
		flex-basis: 50%;
		margin: 0;
		padding: 0 30px 0 0;
	}
	.page-coating .product .wide .detail,
	.page-coating .product .original .detail {
		flex-basis: 50%;
	}
}
/**/
@media screen and (max-width:781px) {
	.page-coating .product {
		margin: 0 0 40px 0;
	}
	.page-coating .product .section {
		padding: 25px 0 0 0;
	}
	.page-coating .product .list {
		margin: 20px 0 0 0;
	}
	.page-coating .product .list .inner {
		margin: 0;
	}
	.page-coating .product .list .block01 {
		margin: 0;
	}
	.page-coating .product .list .item {
		padding: 15px 0;
		border-right: 0;
	}
	.page-coating .product .item .image {
		margin: 0 0 10px 0 !important;
	}
	.page-coating .product .item h2 {
		margin: 0 0 0.5em 0;
		font-size: 16px;
	}
	.page-coating .product .item h3 {
		margin: 0 0 0.5em 0;
		font-size: 14px;
	}
	.page-coating .product .kind {
		padding: 20px;
	}
	.page-coating .product .list .block02 .image figure {
		margin: 0;
	}
}

/*============================================================
	FACILITY
*/
.page-coating .facility {
	margin: 80px 0;
}
.page-coating .facility .kv {
	overflow: hidden;
	margin: 40px 0 50px 0;
	height: 360px;
}
.page-coating .facility .kv * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-coating .facility .sections {
	padding: 40px 0 0 0;
}
.page-coating .facility .section {
	position: relative;
	margin: 0 0 80px 0;
}
.page-coating .facility .section .container {
	display: flex;
	align-items: center;
	min-height: 390px;
}
.page-coating .facility .section .head {
	position: absolute;
	top: 0;
}
.page-coating .facility .section .head h2 {
	display: none;
}
.page-coating .facility .section:nth-child(odd) .head {
	left: 0;
	right: 50%;
}
.page-coating .facility .section:nth-child(even) .head {
	left: 50%;
	right: 0;
}
.page-coating .facility .section .image {
	display: block;
	height: 390px;
}
.page-coating .facility .section .image * {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-coating .facility .section:nth-child(odd) .detail {
	margin: 0 0 0 30px;
	padding: 0 0 0 50%;
}
.page-coating .facility .section:nth-child(even) .detail {
	margin: 0 30px 0 0;
	padding: 0 50% 0 0;
}
.page-coating .facility .section .detail h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 1.4;
}
.page-coating .facility .section .detail h3 {
	margin: 0 0 5px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.8;
}
/**/
@media screen and (max-width:781px) {
	.page-coating .facility {
		margin: 0 0 50px 0;
	}
	.page-coating .facility .kv {
		margin: 20px 0 20px 0;
		height: 60vw;
	}
	.page-coating .facility .sections {
		padding: 20px 0 0 0;
	}
	.page-coating .facility .section {
		display: block;
		margin: 0 0 40px 0;
		min-height: initial;
	}
	.page-coating .facility .section .container {
		min-height: initial;
	}
	.page-coating .facility .section .head {
		position: static;
	}
	.page-coating .facility .section .head h2 {
		flex: 1;
		display: block;
		padding: 0 10px;
		font-weight: 700;
		font-size: 26px;
		line-height: 1.4;
	}
	.page-coating .facility .section .image {
		height: 38.4vw;
	}
	.page-coating .facility .section:nth-child(odd) .detail {
		margin: 15px 0 0 0;
		padding: 0;
	}
	.page-coating .facility .section:nth-child(even) .detail {
		margin: 15px 0 0 0;
		padding: 0;
	}
	.page-coating .facility .section .detail h2 {
		display: none;
	}
	.page-coating .facility .section .detail h3 {
		font-size: 16px;
		line-height: 1.7;
	}
}
@media screen and (max-width:390px) {
	.page-coating .facility .section .head h2 {
		font-size: calc(26 / 390 * 100vw);
	}
}

/*============================================================
	FLOW
*/
.page-coating .flow {
	margin: 0 0 80px 0;
}
.page-coating .flow .step {
	overflow: hidden;
	margin: 40px 0 50px 0;
	border-bottom: 1px solid #fff;
}
.page-coating .flow .step .inner {
	display: flex;
	flex-wrap: wrap !important;
	gap: 0;
	margin: 0 -20px;
}
.page-coating .flow .step .block {
	position: relative;
	padding: 20px;
	flex-basis: initial;
	flex-grow: initial;
	flex-shrink: initial;
	gap: 0;
	width: 25%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.page-coating .flow .step .block-wide {
	display: flex;
	gap: 0;
	padding: 20px;
	width: 50%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
}
.page-coating .flow .step .block .image {
	position: relative;
	margin: 0 0 15px 0;
}
.page-coating .flow .step .block-wide .image {
	flex-grow: initial;
	flex-shrink: initial;
	flex-basis: 46%;
	margin: 0;
}
.page-coating .flow .step .block-wide .row {
	gap: 0;
}
.page-coating .flow .step .block .image::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -31px;
	margin: -11px 0 0 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 0 13px 22px;
	border-color: transparent transparent transparent #666;
}
.page-coating .flow .step .detail {
	font-size: 12px;
	line-height: 1.6;
}
.page-coating .flow .step .block-wide .detail {
	flex: 1;
	padding: 0 0 0 20px;
}
.page-coating .flow .step .detail h2 {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
}
/**/
@media screen and (max-width:781px) {
	.page-coating .flow {
		margin: 0 0 40px 0;
	}
	.page-coating .flow .step {
		margin: 20px 0 30px 0;
	}
	.page-coating .flow .step .inner {
		margin: 0 -15px;
	}
	.page-coating .flow .step .block {
		padding: 15px;
		width: 50%;
	}
	.page-coating .flow .step .block-wide {
		display: block;
		padding: 15px;
	}
	.page-coating .flow .step .block .image {
		position: relative;
		margin: 0 0 12px 0;
	}
	.page-coating .flow .step .block-wide .image {
		margin: 0 0 12px 0;
	}
	.page-coating .flow .step .block .image::after {
		left: -26px;
	}
	.page-coating .flow .step .detail {
		font-size: 12px;
		line-height: 1.6;
	}
	.page-coating .flow .step .block-wide .detail {
		padding: 0;
	}
	.page-coating .flow .step .detail h2 {
		margin: 0 0 10px 0;
		font-size: 16px;
	}
}

/*============================================================
	MAJOR
*/
.page-coating .major {
	margin: 80px 0;
}
.page-coating .major .inner {
	margin: 0 auto;
	max-width: 800px;
}
.page-coating .major h2 {
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}
/**/
@media screen and (max-width:781px) {
	.page-coating .major {
		margin: 40px auto;
		max-width: 800px;
	}
	.page-coating .major h2 {
		margin: 0 0 15px 0;
		font-size: 18px;
	}
}

/*============================================================
	PRICE
*/
.page-coating .price {
	margin: 80px 0;
}
.page-coating .price .inner {
	margin: 0 auto;
	max-width: 800px;
}
.page-coating .price table {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}
.page-coating .price table th {
	background-color: transparent !important;
	border: 0 !important;
	font-weight: 700;
	font-size: 12px;
}
.page-coating .price table .border th {
	border-bottom: 2px solid #fff;
}
.page-coating .price table .th {
	font-weight: 700;
	font-size: 12px;
}
.page-coating .price table td {
	background-color: transparent;
	border: 0 !important;
	border-bottom: 1px solid #fff !important;
	text-align: center;
}
.page-coating .price .primary {
	margin: 30px 0 30px 0;
}
.page-coating .price .primary table th {
	border-bottom: 2px solid #fff !important;
	text-align: center;
}
.page-coating .price .primary table .border th {
	padding: 10px 0;
}
.page-coating .price .primary table .border.types th {
	padding-bottom: 15px;
}
.page-coating .price .primary table tr:first-child th:first-child {
	width: 22%;
}
.page-coating .price .primary table td {
	height: 56px;
	background-color: transparent;
	text-align: center;
}
.page-coating .price .secondary {
	display: flex;
	gap: 0;
	margin: 0 -7px;
}
.page-coating .price .secondary .block {
	padding: 0 7px;
	width: 36%;
}
.page-coating .price .secondary .block:first-child {
	width: 28%;
}
.page-coating .price .secondary h3 {
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
}
.page-coating .price .secondary table {
	border-top: 2px solid #fff;
}
.page-coating .price .secondary table th {
	background-color: transparent;
	border-bottom: 2px solid #fff !important;
}
.page-coating .price .secondary table .th {
	height: 56px;
	text-align: left;
}
.page-coating .price .secondary table td {
	background-color: transparent;
	height: 84px;
}
.page-coating .price .secondary .block:first-child table td {
	height: 56px;
}
.page-coating .price .discount {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px 0 0 0;
	padding: 10px;
	background-color: #000;
	line-height: 1.4;
	color: #fff;
}
.page-coating .price .discount h2 {
	padding: 0 20px 0 0;
	font-weight: 700;
	font-size: 38px;
	line-height: 1.3;
}
.page-coating .price .note-size {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0 0 0;
	line-height: 1.4;
}
.page-coating .price .note-size a {
	display: flex;
	transition: all 0.3s ease 0s;
}
.page-coating .price .note-size a i {
	position: relative;
	top: 0.1em;
	padding-left: 0.2em;
	font-size: 128%;
}
.device-pc .page-coating .price .note-size a:hover {
	color: #c00;
}
/**/
@media screen and (max-width:781px) {
	.page-coating .price {
		margin: 0 0 50px 0;
		max-width: 100%;
	}
	.page-coating .price table th {
		font-size: 14px;
	}
	.page-coating .price table .border th {
		border-bottom: 2px solid #ccc;
	}
	.page-coating .price table .th {
		font-size: 14px;
	}
	.page-coating .price .primary {
		overflow: auto;
		margin: 10px 0 15px 0;
		padding: 0 0 15px 0;
	}
	.page-coating .price .primary table .th {
		text-align: center;
	}
	.page-coating .price .primary table .border th {
		padding: 10px 15px;
	}
	.page-coating .price .primary table tr:first-child th:first-child {
		width: auto;
	}
	.page-coating .price .secondary {
		display: block;
		margin: 0;
	}
	.page-coating .price .secondary .block {
		padding: 0 0 20px 0;
		width: 100%;
	}
	.page-coating .price .secondary .block:first-child {
		width: 100%;
	}
	.page-coating .price .secondary table .th {
		height: 56px;
	}
	.page-coating .price .secondary table td {
		height: 84px;
	}
	.page-coating .price .secondary .block:first-child table td {
		height: 56px;
		text-align: right;
	}
	.page-coating .price .secondary .block:first-child table .th {
		text-align: left;
	}
	.page-coating .price .discount {
		display: block;
		margin: 10px 0 0 0;
		padding: 10px 10px 15px 10px;
		text-align: center;
		font-size: 14px;
	}
	.page-coating .price .discount h2 {
		padding: 0;
		font-weight: 700;
		font-size: 36px;
	}
	.page-coating .price .note-size {
		justify-content: center;
		font-size: 14px;
	}
}

/*============================================================
	SIZE
*/
.page-coating .size {
	overflow: hidden;
	margin: 40px 0 0 0;
	height: 0;
}
.page-coating .size .heading {
	margin: 0 0 30px 0;
	font-size: 26px;
}
.page-coating .size .table {
	overflow: auto;
}
.page-coating .size .wrapper {
	display: flex;
}
.page-coating .size .wrapper::before,
.page-coating .size .wrapper::after {
	content: '';
	display: block;
	flex-basis: 10px;
	flex-shrink: 0;
}
.page-coating .size table {
	width: 100%;
	text-align: center;
	font-weight: 700;
	font-size: 13px;
	line-height: 1.6;
	white-space: nowrap;
}
.page-coating .size table th {
	padding: 5px 10px;
	height: 64px;
	vertical-align: middle;
	border-top: 2px solid #fff !important;
	border-bottom: 2px solid #fff !important;
	text-align: center !important;
}
.page-coating .size table td {
	padding: 5px 10px;
	height: 60px;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
	background-color: transparent !important;
	text-align: center !important;
}
/**/
@media screen and (max-width:781px) {
	.page-coating .size {
		margin: 30px 0 0 0;
	}
	.page-coating .size .heading {
		margin: 0 0 20px 0;
		font-size: 20px;
	}
	.page-coating .size .table {
		margin: 10px 0 15px 0;
		padding: 0 0 15px 0;
	}
	.page-coating .size .table figure {
		display: block;
		width: 1100px;
	}
	.page-coating .size .wrapper {
		overflow-x: auto;
		display: block;
	}
	.page-coating .size table th {
		height: 54px;
	}
	.page-coating .size table td {
		height: 50px;
	}
}

/*============================================================
	WORKS
*/
.page-coating .works {
	margin: 80px 0 80px 0;
}
.page-coating .works .list {
	border-bottom: 1px solid #fff;
	margin: 40px 0 30px 0;
}
.page-coating .works .list.hidden {
	display: none;
}
.page-coating .works .list .inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -1px;
}
.page-coating .works .list .block {
	flex-basis: 25%;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	font-size: 12px;
	line-height: 1.6;
}
.page-coating .works .list .block:first-child {
	border-left: 0;
}
.page-coating .works .list .block a,
.page-coating .works .list .block .coming {
	display: block;
	position: relative;
	padding: 14px;
	height: 100%;
	color: inherit;
}
.page-coating .works .list .block a .image {
	background-color: #000;
}
.page-coating .works .list .block .coming .image {
	background-color: #ccc;
}
.page-coating .works .list .image span {
	display: block;
	padding-top: 63%;
	height: 0;
	background-position: center;
	background-size: cover;
}
.page-coating .works .list .block h3 {
	margin: 10px 0 5px 0;
	font-weight: 700;
	font-size: 14px;
}
.page-coating .works .list .block p {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.page-coating .works .btn {
	display: flex;
	justify-content: center;
}
/**/
@media screen and (min-width:782px) {
	.device-pc .page-coating .works .list .block a {
		transition: box-shadow 0.3s ease 0s;
	}
	.device-pc .page-coating .works .list .block a:hover {
		z-index: 10;
		box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
	}
	.device-pc .page-coating .works .list .block h3 {
		transition: color 0.3s ease 0s;
	}
	.device-pc .page-coating .works .list .block a:hover h3 {
		color: #c00;
	}
}
/**/
@media screen and (max-width:781px) {
	.page-coating .works {
		margin: 40px 0;
	}
	.page-coating .works .list {
		overflow: hidden;
		margin: 20px 0 20px 0;
	}
	.page-coating .works .list .inner {
		display: flex;
		margin: 0 -15px;
	}
	.page-coating .works .list .block {
		flex-basis: 50%;
	}
	.page-coating .works .list .block a {
		padding: 15px;
	}
	.page-coating .works .list .block h3 {
		font-size: 16px;
	}
}

.page-coating .loading {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
.page-coating .loading .circle {
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-top-color: #999;
  animation: spin 1s infinite linear;
}
@keyframes spin { 
  100% { 
    transform: rotate(360deg); 
  } 
}

/*============================================================
	CONTACT
*/
.page-coating .contact {
	margin: 80px 0;
}
/**/
@media screen and (max-width:781px) {
	.page-coating .contact {
		margin: 40px 0 0 0;
	}
}

/*============================================================
	MODAL
*/
.modal {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	overflow: auto;
	opacity: 0;
	transition: opacity 0.6s ease;
}
.modal.--active {
	opacity: 1;
}
.modal::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
}
.modal__wrapper {
	position: relative;
	display: flex;
	padding: 0 20px;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.modal__outer {
	margin: auto;
	padding: 20px 0 60px 0;
	width: 100%;
	max-width: 782px;
}
.modal__head {
	display: flex;
	justify-content: flex-end;
}
.modal__close {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #fff;
}
.modal__content {
	background-color: #ccc;
	height: 400px;
	overflow: auto;
	max-height: calc(100dvh - 130px);
	overscroll-behavior: none;
}
.ios .modal,
.ios .modal__content {
	overscroll-behavior: none;
}
.ios .modal::before {
	height: calc(100vh + 0.5px);
}