@charset "utf-8";

/* リセットスタイル
========================================================= */

h1, h2, h3, h4, h5, h6 { font-weight: normal; margin: 0; padding: 0; }

ol, ul, li { list-style: none; padding: 0; margin: 0; }
dl, dd { margin: 0; }
p { margin: 0; }

img { width: 100%; height: auto; vertical-align: top; }

table { border-collapse: collapse; }
th, td { vertical-align: top; }
th { text-align: left; }

figure { width: 100%; padding: 0; margin: 0; }
figcaption { font-size: 1.3rem; margin-top: 5px; }

.fwB { font-weight: bold; }
.taL { text-align: left; }
.taC { text-align: center; }
.taR { text-align: right; }

a { text-decoration: none; }

sup { font-size: 1.0rem; }



/* 基礎スタイル
========================================================= */

html {
	font-family: "Yu Gothic", YuGothic, Verdana, Meiryo, sans-serif;
	font-size: 62.5%; /* 10px */
	overflow-y: scroll;
}

body {
	background: #ffffff;
	color: #000000;
	font-size: 1.6rem;
	line-height: 2.6rem;
	position: relative;
	margin: 0;
}
body.fixed { width: 100%; position: fixed; }

@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 100; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 200; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 300; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Medium"); font-weight: 400; }
@font-face { font-family: "Yu Gothic"; src: local("Yu Gothic Bold"); font-weight: bold; }

@media all and (-ms-high-contrast: none) {
	html { font-family: Meiryo, Verdana, sans-serif; }
}
@media all and (-ms-high-contrast: active) {
	html { font-family: Meiryo, Verdana, sans-serif; }
}





/* フェードイン
========================================================= */
@media screen {
	.fadeInUp { opacity : 0; transform: translateY(100px); transition: 1.0s; }
}

@media print {
	.fadeInUp { opacity: 1.0; transform: translateY(0); transition: 0; }
}





/* ページメイン
========================================================= */

/* ヘッダー
--------------------------------------------------------- */
.inliner { display: inline-block; }
.bgGry { background: #f5f5f5; padding-bottom: 90px; }
.pageWrap { max-width: 1060px; margin: 0 auto; padding: 0 30px; }
.pageWrapH { max-width: 1200px; margin: 0 auto; padding: 0 30px; }
.pageTxt { font-size: 1.8rem; line-height: 1.9; letter-spacing: -0.02em; }
.pageCap { font-size: 1.5rem; padding-left: 1em; text-indent: -1em; box-sizing: border-box; line-height: 1.5; }
.pageItemBall { position: relative; font-size: 1.8rem; line-height: 1.9; letter-spacing: -0.02em; padding-left: 1em; }
.pageItemBall::before { position: absolute; content: ""; inset: 0.7em auto auto 0; width: 0.5em; height: 0.5em; border-radius: 100%; background: #666; }
.sct { padding-top: 90px; }
.bgGry > .sct + .sct { margin-top: 110px; }


.sctContent { margin-top: 100px; }
.sctTitle { font-size: 4.2rem; line-height: 1.5; font-weight: bold; text-align: center; }
.sctTitleAcce { width: 25px; margin: 20px auto 0; line-height: 1; }
.lead { padding: 90px 15px; }
.leadTxt { font-size: 1.8rem; line-height: 1.9; }
.leadTxt + .leadTxt { margin-top: 15px; }

.manualWrap { display: flex; flex-wrap: wrap; gap: 40px 60px; align-items: center; margin-top: 60px; }
.manualImg { width: 240px; margin: 0 auto; }
.manualEx { flex: 1; }
.prev-btn { margin: 120px auto 0; }
.prev-btn__area { position: relative; display: block; width: 240px; text-align: center; padding: 30px 15px 30px 40px; border: 2px solid #000; font-size: 2rem; line-height: 1; color: #000; margin: 0 auto; font-weight: 700; }
.prev-btn__area::before { position: absolute; content: ""; inset: 0 auto 0 20px; margin: auto 0; border-top: 2px solid #000; border-left: 2px solid #000; transform: rotate(-45deg); width: 0.7em; height: 0.7em; }

@media (max-width: 767px) {
	.bgGry { padding-bottom: 45px; }
	.pageWrap { padding: 0 15px; }
	.pageWrapH { padding: 0 15px; }
	.pageTxt { font-size: 1.5rem; line-height: 1.71; }
	.pageCap { font-size: 1.3rem; }
	.pageItemBall { font-size: 1.5rem; line-height: 1.71; }
	.sct { padding-top: 70px; }
	.bgGry > .sct + .sct { margin-top: 80px; }
	.sctContent { margin-top: 40px; }
	.sctTitle { font-size: 2.8rem; margin-bottom: 15px; }
	.sctTitleAcce { width: 30px; margin: 15px auto 0; }
	.lead { padding: 45px 15px; }
	.leadTxt { font-size: 1.5rem; line-height: 1.71; }
	.manualWrap { margin-top: 40px; }
	.manualImg { order: 2; }
	.manualEx { flex: 0 1 auto; order: 1; }
}

.pageMain { width: 100%; min-height: 160px; position: relative; }

.pageMain header {
	width: 96%;
	background: rgba(0,0,0,0.4);
	border: solid 1px #5e5e5e;
	box-sizing: border-box;
	position: absolute;
	top: 35px;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1001;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 20px 15px;
}

.pageMain header div.logo figure,
.pageMain header div.logo p { display: table-cell; vertical-align: bottom; }
.pageMain header div.logo figure { width: 140px; }
.pageMain header div.logo p { font-size: 1.5rem; line-height: 1.5rem; font-weight: bold; padding-left: 25px; }
.pageMain header div.logo br { display: none; }
.pageMain header div.logo a { color: #ffffff; }

.pageMain header ul.pcMenu { flex: 1; font-size: clamp(1.6rem, calc(0.43vw + 12px), 2rem); line-height: 1.31; display: flex; flex-wrap: wrap; justify-content: flex-end; }
.pageMain header ul.pcMenu > li {
	float: left;
	position: relative;
	margin: 0 19px 0 19px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.pageMain header ul.pcMenu > li > a { display: block; color: #ffffff; }
.pageMain header ul.pcMenu > li > a.menuDur { height: clamp(22px, calc(0.43vw + 18px), 26px); aspect-ratio: 1052/241; }
.pageMain header ul.pcMenu > li > span { display: block; color: #ffffff; cursor: pointer; }
.pageMain header ul.pcMenu > li:after {
	content: "";
	width: 0%;
	height: 3px;
	display: block;
	background: rgba(255,255,255,0);
	position: absolute;
	top: 20px;
	right: 0;
	left: 0;
	margin: auto;
}
.pageMain header ul.pcMenu > li:hover:after {
	width: 100%;
	background: rgba(255,255,255,1);
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMain header div.subMenu {
	width: 390%;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	visibility: hidden;
	opacity: 0;
}
.pageMain header div.subMenu > ul { background: #ffffff; overflow: hidden; margin-top: 5px; }
.pageMain header div.subMenu > ul li {
	height: 55px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 45px;
}
.pageMain header div.subMenu > ul li a { display: block; color: #000000; position: relative; padding: 0 0 0 0; }

.pageMain header ul.pcMenu > li:hover > div.subMenu {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMain header div.subMenu > ul li a:hover:after {
	right: -5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.pageMain header div.spMenu { display: none; }



@media screen and (max-width: 1366px) {
	.pageMain.home { z-index: 110; }
	.pageMain header { width: 100%; border: none; top: 0; }
	
	.pageMain header div.logo figure,
	.pageMain header div.logo p { vertical-align: top; }
	.pageMain header div.logo figure { width: 110px; }
	.pageMain header div.logo p { font-size: 1.1rem; line-height: 1.1rem; padding-left: 20px; }
	.pageMain header div.logo br { display: block; }
	.pageMain header ul.pcMenu > li { margin: 0 12px; }
	.pageMain header div.subMenu { width: 420%; }
	.pageMain header div.spBtn { display: block; position: absolute; top: 19px; right: 44px; }
	.pageMain header div.spBtn span {
		display: block;
		position: absolute;
		width: 24px;
		height: 22px;
		background: url("/cms/cwc/product/coating/common/images/header_open.png") no-repeat;
		cursor: pointer;
	}
	.pageMain header div.spBtn.active span { background: url("/cms/cwc/product/coating/common/images/header_close.png") no-repeat; }
}

@media (max-width: 1000px) {
	.pageMain header ul.pcMenu { display: none; }
	
	.pageMain header div.spMenu { display: block; }
	.pageMain header div.spMenu ul {
		width: 100%;
		display: none;
		background: rgba(0,0,0,1.0);
		color: #ffffff;
		font-size: 1.5rem;
		line-height: 2.2rem;
		position: absolute;
		top: 60px;
		left: 0;
		box-sizing: border-box;
		padding-bottom: 5px;
	}
	.pageMain header div.spMenu ul li { border-bottom: solid 1px #666666; }
	.pageMain header div.spMenu ul li p { padding: 10px 0 10px 20px; }
	.pageMain header div.spMenu ul li a {
		width: 100%;
		height: 100%;
		display: block;
		color: #ffffff;
		box-sizing: border-box;
		padding: 12px 0 12px 20px;
	}
	.pageMain header div.spMenu ul li a.menuDurSp { width: 135px; height: 27px; aspect-ratio: 1052/241; box-sizing: content-box; padding-bottom: 5px; padding-top: 20px; }
	.pageMain header div.spMenu ul li a.menuDurSp img { width: 135px; height: 27px; aspect-ratio: 1052/241; }
	.pageMain header div.spMenu ul li a + a { padding-left: calc(20px + 1em); padding-top: 0; }
	.pageMain header div.spMenu ul li a span { display: inline-block; }
	.pageMain header div.spMenu ul li p ~ a { position: relative; padding: 10px 0 10px 55px; }
	.pageMain header div.spMenu ul li p ~ a:after {
		content: "";
		width: 6px;
		height: 6px;
		display: block;
		border-top: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 35px;
		transform: rotate(45deg);
		margin: auto;
	}
}

@media (max-width: 767px) {
	.pageMain { min-height: 80px; }
}
/* メイン画像
--------------------------------------------------------- */

.pageMain div.mainePc { height: clamp(360px,calc(23.41vw + 180px),500px); }
.pageMain div.mainePc.serviceDur {
	background: url("/cms/cwc/product/coating/common/images/main_dur_pc.jpg") no-repeat center center;
	background-size: cover;
}
.pageMain div.mainePc.servicePvd {
	background: url("/cms/cwc/product/coating/common/images/main_pvd_pc.jpg") no-repeat center right;
	background-size: cover;
}
.pageMain div.mainePc.serviceDlc {
	background: url("/cms/cwc/product/coating/common/images/main_dlc_pc.webp") no-repeat center center;
	background-size: cover;
}
.pageMain div.mainePc.serviceMrk {
	background: url("/cms/cwc/product/coating/common/images/main_mrk_pc.jpg") no-repeat center center;
	background-size: cover;
}

.pageMain div.mainePc.servicePlastic {
	background: url("/cms/cwc/product/coating/common/images/main_plastic_pc.jpg") no-repeat center center;
	background-size: cover;
	border-bottom: solid 1px #c9c9c9;
}

.pageMain div.mainePcH670 { height: 360px; overflow: hidden; }
.pageMain div.mainePcH670.info {
	background: url("/cms/cwc/product/coating/common/images/main_info_pc.jpg") no-repeat center center;
	background-size: cover;
}
.pageMain div.mainePcH670.process {
	background: url("/cms/cwc/product/coating/common/images/main_process_pc.jpg") no-repeat center center;
	background-size: cover;
}
.pageMain div.mainePcH670.qa {
	background: url("/cms/cwc/product/coating/common/images/main_qa_pc.jpg") no-repeat center center;
	background-size: cover;
}
.pageMain div.mainePcH670.form {
	background: url("/cms/cwc/product/coating/common/images/main_form_pc.jpg") no-repeat center center;
	background-size: cover;
}
.typeVisualTitle { display: flex; flex-wrap: wrap; height: 100%; align-items: center; align-content: center; max-width: 1120px; margin: 0 auto; color: #fff; padding: 50px clamp(15px,calc(10.07vw + -17px),60px) 0; }
.typeVisualTitleR { display: flex; flex-wrap: wrap; justify-content: flex-end; height: 100%; align-items: center; align-content: center; max-width: 1120px; margin: 0 auto; color: #fff; padding: 50px clamp(15px,calc(10.07vw + -17px),60px) 0; }
.typeVisualLogo { width: 500px; }
.typeVisualLabel { position: relative; font-weight: 700; font-size: clamp(4.2rem,calc(8.05vw + 16px),7.8rem); line-height: 1.31; padding-right: 0.5em; }
.typeVisualLabel span.tm { font-weight: 500; font-size: 0.5em; position: absolute; content: ""; inset: 0 0 auto auto; }
.typeVisualTxt { flex: 0 1 auto; width: 100%; font-size: clamp(1.4rem,calc(1.34vw + 10px),2rem); font-weight: 500; line-height: 1.71; margin-top: 15px; font-weight: 700; }
.typeVisualTxtR { flex: 0 1 auto; width: 100%; font-size: clamp(1.4rem,calc(1.34vw + 10px),2rem); font-weight: 500; line-height: 1.71; margin-top: 15px; font-weight: 700; text-align: right; }
.c-b { color: #000; }
.typeVisualLogo { font-size: 2.5em; }
@media (max-width: 1366px) {
	.typeVisualTitle { padding: 0 60px; }
}

.pageMain div.maineCatch {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.pageMain div.maineCatch figure {
	position: absolute;
	top: calc(50% + 75px);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.pageMain div.maineCatch figure.servicePvd { width: 45.0%; max-width: 450px; }
.pageMain div.maineCatch figure.serviceDlc { width: 53.0%; max-width: 530px; }
.pageMain div.maineCatch figure.serviceMrk { width: 53.0%; max-width: 530px; }
.pageMain div.maineCatch figure.servicePlastic { width: 70.0%; max-width: 700px; }

@media screen and (max-width: 1366px) {
	.pageMain div.mainePc { -webkit-transition: all 0.2s; transition: all 0.2s; }
	.typeVisualTitle { padding: 20px clamp(15px,calc(10.07vw + -17px),60px) 0; }
	.typeVisualTitleR { padding: 20px clamp(15px,calc(10.07vw + -17px),60px) 0; }
	.pageMain div.mainePcH670 { height: 240px; -webkit-transition: all 0.2s; transition: all 0.2s; }
	.pageMain div.maineCatch { width: 90.625%; -webkit-transition: all 0.2s; transition: all 0.2s; }
	
	
}

@media screen and (max-width: 768px) {
	
	.pageMain div.mainePc { width: 100%; height: clamp(220px, calc(31.32vw + 120px), 360px); }
	.pageMain div.mainePc.servicePlastic {
		background: url("/cms/cwc/product/coating/common/images/main_plastic_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.pageMain div.mainePc.servicePvd {
		background: url("/cms/cwc/product/coating/common/images/main_pvd_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	.pageMain div.mainePcH670 { width: 100%; height: 200px; }
	.pageMain div.mainePcH670.info {
		background: url("/cms/cwc/product/coating/common/images/main_info_sp.jpg") no-repeat center 30%;
		background-size: cover;
	}
	.pageMain div.mainePcH670.process {
		background-size: 215%;
		background-position: 25%  top;
	}
	.pageMain div.mainePcH670.qa {
		background: url("/cms/cwc/product/coating/common/images/main_qa_sp.jpg") no-repeat center center;
		background-size: cover;
	}
	
	.pageMain div.maineCatch figure {
	top: calc(50% + 30px);
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	}
	.pageMain div.maineCatch figure.servicePvd { width: 180px; }
	.pageMain div.maineCatch figure.serviceDlc { width: 212px; }
	.pageMain div.maineCatch figure.serviceMrk { width: 212px; }
	.pageMain div.maineCatch figure.servicePlastic { width: 250px; }
	
	.typeVisualLogo { font-size: 2em; }
	.typeVisualTitle { justify-content: center; }
	.typeVisualTitleR { justify-content: center; }
	.typeVisualLabel { text-align: center; }
	.typeVisualTxt { text-align: center; padding-left: 0px; line-height: 1.2; }
	.typeVisualTxtR { text-align: center; padding-right: 0px;line-height: 1.2; }
}





/* ページ下部（お問い合わせ）
========================================================= */

.pageBottom { width: 100%; max-width: 1000px; text-align: center; margin: 180px auto 0; }
.pageBottom .title { font-size: 4.2rem; line-height: 4.2rem; font-weight: bold; }
.pageBottom .lead { font-size: 1.8rem; line-height: 2.8rem; margin-top: 35px; }

.pageBottom ul { overflow: hidden; margin-top: 35px; }
.pageBottom ul li {
	width: 47%;
	max-width: 470px;
	min-width: 260px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 0 1px 1px 0;
}
.pageBottom ul li + li { float: right; }
.pageBottom ul li figure { width: 82px; margin: 0 auto 60px; }
.pageBottom ul li a {
	display: block;
	box-shadow: 1px 1px 0 0 rgba(0,0,0,0.4);
	background: linear-gradient(135deg, #f7f7f7 50%, #f0f0f0 50%);
	color: #000000;
	font-size: 3.0rem;
	line-height: 4.0rem;
	font-weight: bold;
	padding: 70px 15px;
}

.pageBottom ul + div { margin-top: 55px; }
.pageBottom ul + div p:nth-child(1) { font-size: 1.8rem; line-height: 2.5rem; font-weight: bold; }
.pageBottom ul + div p:nth-child(1) span { display: inline-block; }
.pageBottom ul + div p:nth-child(1) span + span { padding-left: 0.5em; }
.pageBottom ul + div p:nth-child(2) { font-size: 2.0rem; line-height: 3.5rem; margin-top: 30px; }
.pageBottom ul + div p:nth-child(2) span { display: inline-block; }
.pageBottom ul + div p:nth-child(2) span strong { font-size: 4.0rem; font-weight: normal; }
.pageBottom ul + div p:nth-child(2) span + span { padding-left: 0.5em; }
.pageBottom ul + div p:nth-child(3) { font-size: 2.0rem; line-height: 2.0rem; margin-top: 30px; }



@media screen and (min-width: 769px) {
	.pageBottom ul li a:hover {
		background: linear-gradient(135deg, #f7f7f7 50%, #f7f7f7 50%);
		-webkit-transition: all 0.4s; transition: all 0.4s;
	}
}

@media screen and (max-width: 1000px) {
	.pageBottom { width: 90.625%; }
}

@media screen and (max-width: 768px) {
	.pageBottom { margin: 80px auto 0; }
	.pageBottom .title { font-size: 2.0rem; line-height: 2.0rem; }
	.pageBottom .lead { font-size: 1.6rem; line-height: 2.6rem; text-align: left; margin-top: 25px; }
	
	.pageBottom ul { margin-top: 20px; }
	.pageBottom ul li { float: none; margin: 0 auto; }
	.pageBottom ul li + li { float: none; margin: 10px auto 0; }
	.pageBottom ul li figure { width: 40px; margin: 0 auto 30px; }
	.pageBottom ul li a { font-size: 1.6rem; line-height: 2.6rem; padding: 30px 15px; }
	
	.pageBottom ul + div { margin-top: 45px; }
	.pageBottom ul + div p:nth-child(1) { font-size: 1.5rem; }
	.pageBottom ul + div p:nth-child(1) span { display: block; }
	.pageBottom ul + div p:nth-child(1) span + span { padding-left: 0; }
	.pageBottom ul + div p:nth-child(2) { font-size: 1.3rem; margin-top: 10px; }
	.pageBottom ul + div p:nth-child(2) span { display: block; }
	.pageBottom ul + div p:nth-child(2) span strong { font-size: 2.0rem; }
	.pageBottom ul + div p:nth-child(2) span + span { padding-left: 0; }
	.pageBottom ul + div p:nth-child(3) { font-size: 1.3rem; line-height: 1.3rem; margin-top: 0; }
}





/* フッター
========================================================= */

footer {
	width: 100%;
	background: #000000;
	color: #ffffff;
	text-align: center;
	padding: 50px 0 80px 0;
	margin-top: 55px;
	position: relative;
}
footer ul {
	width: auto;
	display: table;
	border-collapse:
	collapse; margin: 0 auto; 
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
footer ul li {
	display: table-cell;
	border-right: solid 1px #808080;
	border-left: solid 1px #808080;
	vertical-align: middle;
	padding: 0 15px;
}
footer ul li a { display: block; color: #ffffff; font-size: 1.5rem; line-height: 2.0rem; }
footer figure { width: 203px; margin: 75px auto 0; }
footer small { display: block; margin-top: 50px; }



@media screen and (min-width: 769px) {
	footer ul li:hover { background: #808080; -webkit-transition: all 0.2s; transition: all 0.2s; }
}

@media screen and (max-width: 960px) {
	footer ul { width: 90.625%; }
}

@media screen and (max-width: 768px) {
	footer { padding: 7px 0 40px 0; margin-top: 25px; }
	footer ul { width: 100%; }
	footer ul li {
		display: block;
		border-right: none;
		border-left: none;
		border-bottom: solid 1px #808080;
		text-align: left;
		padding: 7px 0 7px 20px;
	}
	footer figure { width: 136px; margin: 55px auto 0; }
	footer small { font-size: 1.1rem; margin-top: 15px; }
}



/* ページトップ
--------------------------------------------------------- */

.pageTop { display: none; position: fixed; bottom: 80px; right: 5%; z-index: 1000; }
.pageTop a {
	width: 50px;
	height: 50px;
	border: solid 2px rgba(255,255,255,0.5);
	border-radius: 50px;
	background-color: rgba(0,0,0,0.3);
	color: #ffffff;;
	display: block;text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s; 
}
.pageTop a:after {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	border-top: solid 2px #ffffff;
	border-right: solid 2px #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	margin: auto;
}
	.pageTop a:hover { background-color: rgba(0,0,0,0.6); }
	footer .pageTopSp { display: none; }




@media screen and (min-width: 769px) {
}

@media screen and (max-width: 768px) {
	.pageTop a { display: none; }
	footer .pageTopSp { display: block; position: absolute; bottom: 55px; right: 5%; z-index: 1000; }
	footer .pageTopSp a {
		width: 30px;
		height: 30px;
		border: solid 2px rgba(255,255,255,0.5);
		border-radius: 35px;
		background-color: rgba(0,0,0,0.3);
		color: #ffffff;;
		display: block;text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		position: relative;
	}
	footer .pageTopSp a:after {
		content: "";
		width: 8px;
		height: 8px;
		display: block;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		top: 40%;
		right: 0;
		left: 0;
		margin: auto;
	}
}





.modal { position: fixed; content: ""; inset: 0 auto auto 0; width: 100%; height: 100lvh; background: rgba(0,0,0,.75); display: flex; flex-wrap: wrap; align-items: center; justify-content: center; opacity: 0; pointer-events: none; transition: .25s; z-index: -10; scrollbar-width: none!important; }
.modal::-webkit-scrollbar { display: none; }
.modal.active { opacity: 1; pointer-events: auto; z-index: 100000; overflow-y: scroll; }
.modal-wrap { max-width: calc(100% - 30px); margin: 0 auto; }
.modal-img__label { text-align: center; font-weight: 700; font-size: 2.4rem; margin-bottom: 20px; }
.modal-img__list { background: #fff; padding: 40px 30px; margin: 0 auto; }
.modal-img__item { margin-top: 25px; }
@media screen and (max-width: 767px) {
	.modal-img__label { font-size: 2rem; }
	.modal-img__list { padding: 30px 15px; }
}