@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Noto+Sans+JP:wght@400;700&display=swap');

@font-face {
	font-family: 'icon2';
	src: url('../fonts/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
*/
main {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	line-height: 2.1;
}
/**/
@media screen and (max-width:820px) {
	main {
		padding: 0 0 50px 0;
		font-size: 13px;
		line-height: 1.9;
	}
}

/*============================================================
	CONTAINER
*/
main .container {
	position: relative;
	margin: 0 auto;
	padding: 0 50px;
	max-width: 1100px;
}
/**/
@media screen and (max-width:820px) {
	main .container {
		padding: 0 10px;
	}
}

/*============================================================
	HERO
*/
main .hero {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 70px 0;
	height: 500px;
	background-position: 50% 50%;
	background-image: url('../img/kv-pc.jpg');
	background-size: cover;
	text-align: center;
	font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
	color: #fff;
}
main .hero h2 {
	font-weight: 400;
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: 1px;
}
main .hero h3 {
	margin: 10px 0 0 0;
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
	letter-spacing: 0.5px;
}
main .hero nav {
	position: absolute;
	left: 0;
	bottom: 50px;
	display: flex;
	justify-content: center;
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.1;
}
main .hero nav ul {
	display: flex;
}
main .hero nav li {
	position: relative;
	padding: 0 30px;
}
main .hero nav li::before,
main .hero nav li:last-child:after {
	content: '';
	display: block;
	position: absolute;
	top: 0.1em;
	bottom: 0.1em;
	width: 1px;
	background-color: #fff;
}
main .hero nav li::before {
	left: 0;
}
main .hero nav li:last-child:after {
	right: 0;
}
main .hero nav ul:first-child li:last-child:after {
	content: none;
}
main .hero nav a {
	display: block;
	position: relative;
	padding: 0 1em 0 0;
}
main .hero nav i {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	transform: rotate(90deg);
}
.device-pc main .hero nav a {
	transition: color 0.3s ease;
}
.device-pc main .hero nav a:hover {
	color: #b00;
}
/**/
@media screen and (max-width:820px) {
	main .hero {
		padding: 50px 0;
		height: 460px;
		background-image: url('../img/kv-sp.jpg');
	}
	main .hero h2 {
		font-size: 40px;
		letter-spacing: 0;
	}
	main .hero h3 {
		margin: 10px 0 0 0;
		padding: 10px 0;
		font-size: 15px;
		letter-spacing: 0;
	}
	main .hero nav {
		bottom: 10px;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		font-size: 16px;
	}
	main .hero nav ul {
		margin: 0 0 12px 0;
	}
	main .hero nav li {
		padding: 0 25px;
	}
	main .hero nav ul:first-child li:last-child:after {
		content: '';
	}
}

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

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

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

/*============================================================
	CONTACT
*/
main .contact h2 {
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
}
main .contact .btns {
	display: flex;
	justify-content: center;
}
main .contact .btn {
	padding: 0 15px;
	font-size: 20px;
	line-height: 1.2;
}
main .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;
}
main .contact .btn a i {
	padding: 0 0 0 0.2em;
}
main .contact .btn .btn-call {
	font-size: 108%;
}
.device-pc main .contact .btn a {
	transition: background-color 0.3s ease;
}
.device-pc main .contact .btn a:hover {
	background-color: #c00;
}
/**/
@media screen and (max-width:820px) {
	main .contact h2 {
		margin: 0 0 20px 0;
		font-size: 18px;
	}
	main .contact .btns {
		display: block;
	}
	main .contact .btn {
		padding: 0 0 20px 0;
	}
	main .contact .btn:last-child {
		padding: 0;
	}
	main .contact .btn a {
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
	}
}

/*============================================================
	QUALITY
*/
main .quality {
	margin: 80px 0;
}
main .quality .kv {
	margin: 40px 0 50px 0;
	height: 360px;
	background-position: 50% 90%;
	background-image: url('../img/quality-kv-pc.jpg');
	background-size: cover;
}
main .quality .qtechniq {
	padding: 45px;
	border: 1px solid #000;
}
main .quality .qtechniq .row {
	display: flex;
}
main .quality .qtechniq .logo {
	flex-shrink: 0;
	padding: 0.5em 40px 0 0;
}
main .quality .qtechniq .logo dt {
	width: 213px;
}
main .quality .qtechniq .logo dd {
	margin: 15px 0 0 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.2;
}
main .quality .qtechniq .btn {
	display: flex;
	justify-content: center;
	margin: 25px 0 0 0;
}
main .quality .section {
	position: relative;
}
main .quality .section .image {
	position: absolute;
	top: 0;
	left: 50%;
	right: 0;
	padding: 0 0 0 70px;
}
main .quality .section .image span {
	display: block;
	min-height: 400px;
	background-position: 50% 50%;
	background-image: url('../img/quality-img01-pc.jpg');
	background-size: cover;
}
main .quality .section .detail {
	padding-right: 50%;
}
main .quality .section .detail h2 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 42px;
	line-height: 1.4;
}
main .quality .section .detail h3 {
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
}
/**/
@media screen and (max-width:820px) {
	main .quality {
		margin: 40px 0;
		font-size: 13px;
	}
	main .quality .kv {
		margin: 20px 0;
		height: 76.9vw;
		background-image: url('../img/quality-kv-sp.jpg');
	}
	main .quality .qtechniq {
		margin: 0 0 40px 0;
		padding: 25px 25px 30px 25px;
	}
	main .quality .qtechniq .row {
		display: block;
	}
	main .quality .qtechniq .logo {
		padding: 0 0 20px 0;
		text-align: center;
	}
	main .quality .qtechniq .logo dt {
		margin: 0 auto;
	}
	main .quality .qtechniq .logo dd {
		margin: 15px 0 0 0;
		font-size: 16px;
	}
	main .quality .qtechniq .btn {
		margin: 15px 0 0 0;
	}
	main .quality .section {
		position: relative;
	}
	main .quality .section .image {
		position: static;
		padding: 0;
	}
	main .quality .section .image span {
		min-height: 61.5vw;
		background-image: url('../img/quality-img01-sp.jpg');
	}
	main .quality .section .detail {
		padding: 15px 0 0 0;
	}
	main .quality .section .detail h2 {
		margin: 0 0 10px 0;
		font-size: 26px;
	}
	main .quality .section .detail h2 br {
		display: none;
	}
	main .quality .section .detail h3 {
		margin: 0 0 10px 0;
		font-size: 16px;
	}
}
@media screen and (max-width:390px) {
	main .quality .section .detail h2 {
		font-size: calc(26 / 390 * 100vw);
	}
}

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

/*============================================================
	FACILITY
*/
main .facility {
	margin: 80px 0;
}
main .facility .kv {
	margin: 40px 0 50px 0;
	height: 360px;
	background-position: 50% 50%;
	background-image: url('../img/facility-kv-pc.jpg');
	background-size: cover;
}
main .facility .sections {
	padding: 40px 0 0 0;
}
main .facility .section {
	position: relative;
	display: flex;
	align-items: center;
	margin: 0 0 80px 0;
	min-height: 390px;
}
main .facility .section .head {
	position: absolute;
	top: 0;
}
main .facility .section .head h2 {
	display: none;
}
main .facility .section:nth-child(odd) .head {
	left: 0;
	right: 50%;
}
main .facility .section:nth-child(even) .head {
	left: 50%;
	right: 0;
}
main .facility .section .image span {
	display: block;
	min-height: 390px;
	background-position: 50% 50%;
	background-size: cover;
}
main .facility .section01 .image span {
	background-image: url('../img/facility-img01.jpg');
}
main .facility .section02 .image span {
	background-image: url('../img/facility-img02.jpg');
}
main .facility .section:nth-child(odd) .detail {
	margin: 0 0 0 30px;
	padding: 0 0 0 50%;
}
main .facility .section:nth-child(even) .detail {
	margin: 0 30px 0 0;
	padding: 0 50% 0 0;
}
main .facility .section .detail h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 1.4;
}
main .facility .section .detail h3 {
	margin: 0 0 5px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.8;
}
/**/
@media screen and (max-width:820px) {
	main .facility {
		margin: 0 0 50px 0;
	}
	main .facility .kv {
		margin: 20px 0 20px 0;
		height: 76.9vw;
		background-image: url('../img/facility-kv-sp.jpg');
	}
	main .facility .sections {
		padding: 20px 0 0 0;
	}
	main .facility .section {
		display: block;
		margin: 0 0 40px 0;
		min-height: initial;
	}
	main .facility .section .head {
		position: static;
		display: flex;
		align-items: center;
	}
	main .facility .section:nth-child(even) .head {
		flex-direction: row-reverse;
	}
	main .facility .section .head h2 {
		flex: 1;
		display: block;
		padding: 0 10px;
		font-weight: 700;
		font-size: 26px;
		line-height: 1.4;
	}
	main .facility .section .image {
		flex-basis: 53.8%;
	}
	main .facility .section .image span {
		min-height: 38.4vw;
	}
	main .facility .section:nth-child(odd) .detail {
		margin: 15px 0 0 0;
		padding: 0;
	}
	main .facility .section:nth-child(even) .detail {
		margin: 15px 0 0 0;
		padding: 0;
	}
	main .facility .section .detail h2 {
		display: none;
	}
	main .facility .section .detail h3 {
		font-size: 16px;
		line-height: 1.7;
	}
}
@media screen and (max-width:390px) {
	main .facility .section .head h2 {
		font-size: calc(26 / 390 * 100vw);
	}
}

/*============================================================
	FLOW
*/
main .flow {
	margin: 0 0 80px 0;
}
main .flow .step {
	overflow: hidden;
	margin: 40px 0 50px 0;
	border-bottom: 1px solid #ccc;
}
main .flow .step .inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px;
}
main .flow .step .block {
	position: relative;
	padding: 20px;
	width: 25%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
main .flow .step .block-wide {
	display: flex;
	padding: 20px;
	width: 50%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
main .flow .step .block .image {
	position: relative;
	margin: 0 0 15px 0;
}
main .flow .step .block-wide .image {
	flex-basis: 46%;
	margin: 0;
}
main .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;
}
main .flow .step .detail {
	font-size: 12px;
	line-height: 1.6;
}
main .flow .step .block-wide .detail {
	flex: 1;
	padding: 0 0 0 20px;
}
main .flow .step .detail h2 {
	margin: 0 0 10px 0;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
}
/**/
@media screen and (max-width:820px) {
	main .flow {
		margin: 0 0 40px 0;
	}
	main .flow .step {
		margin: 20px 0 30px 0;
	}
	main .flow .step .inner {
		margin: 0 -15px;
	}
	main .flow .step .block {
		padding: 15px;
		width: 50%;
	}
	main .flow .step .block-wide {
		display: block;
		padding: 15px;
	}
	main .flow .step .block .image {
		position: relative;
		margin: 0 0 12px 0;
	}
	main .flow .step .block-wide .image {
		margin: 0 0 12px 0;
	}
	main .flow .step .block .image::after {
		left: -26px;
	}
	main .flow .step .detail {
		font-size: 12px;
		line-height: 1.6;
	}
	main .flow .step .block-wide .detail {
		padding: 0;
	}
	main .flow .step .detail h2 {
		margin: 0 0 10px 0;
		font-size: 16px;
	}
}

/*============================================================
	MAJOR
*/
main .major {
	margin: 80px 0;
}
main .major .inner {
	margin: 0 auto;
	max-width: 800px;
}
main .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:820px) {
	main .major {
		margin: 40px auto;
		max-width: 800px;
	}
	main .major h2 {
		margin: 0 0 15px 0;
		font-size: 18px;
	}
}

/*============================================================
	PRICE
*/
main .price {
	margin: 80px 0;
}
main .price .inner {
	margin: 0 auto;
	max-width: 800px;
}
main .price table {
	width: 100%;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}
main .price table th {
	font-weight: 700;
	font-size: 12px;
}
main .price table .border th {
	border-bottom: 2px solid #ccc;
}
main .price table .th {
	font-weight: 700;
	font-size: 12px;
}
main .price table td {
	border-bottom: 1px solid #ccc;
}
main .price .primary {
	margin: 30px 0 30px 0;
}
main .price .primary table .border th {
	padding: 10px 0;
}
main .price .primary table .border.types th {
	padding-bottom: 15px;
}
main .price .primary table tr:first-child th:first-child {
	width: 22%;
}
main .price .primary table td {
	height: 56px;
}
main .price .secondary {
	display: flex;
	margin: 0 -7px;
}
main .price .secondary .block {
	padding: 0 7px;
	width: 36%;
}
main .price .secondary .block:first-child {
	width: 28%;
}
main .price .secondary h3 {
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
}
main .price .secondary table {
	border-top: 2px solid #ccc;
}
main .price .secondary table .th {
	height: 56px;
	text-align: left;
}
main .price .secondary table td {
	height: 84px;
}
main .price .secondary .block:first-child table td {
	height: 56px;
}
main .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;
}
main .price .discount h2 {
	padding: 0 20px 0 0;
	font-weight: 700;
	font-size: 38px;
}
main .price .note-size {
	display: flex;
	justify-content: flex-end;
	margin: 20px 0 0 0;
	line-height: 1.4;
}
main .price .note-size a {
	display: flex;
	transition: all 0.3s ease 0s;
}
main .price .note-size a i {
	position: relative;
	top: 0.1em;
	padding-left: 0.2em;
	font-size: 128%;
}
.device-pc main .price .note-size a:hover {
	color: #c00;
}
/**/
@media screen and (max-width:820px) {
	main .price {
		margin: 0 0 50px 0;
		max-width: 100%;
	}
	main .price table th {
		font-size: 14px;
	}
	main .price table .border th {
		border-bottom: 2px solid #ccc;
	}
	main .price table .th {
		font-size: 14px;
	}
	main .price .primary {
		overflow: auto;
		margin: 10px -10px 15px -10px;
		padding: 0 0 15px 0;
	}
	main .price .primary .wrapper {
		display: flex;
	}
	main .price .primary .wrapper::before,
	main .price .primary .wrapper::after {
		content: '';
		display: block;
		flex-basis: 10px;
		flex-shrink: 0;
	}
	main .price .primary table {
		white-space: nowrap;
	}
	main .price .primary table .th {
		text-align: center;
	}
	main .price .primary table .border th {
		padding: 10px 15px;
	}
	main .price .primary table tr:first-child th:first-child {
		width: auto;
	}
	main .price .secondary {
		display: block;
		margin: 0;
	}
	main .price .secondary .block {
		padding: 0 0 20px 0;
		width: 100%;
	}
	main .price .secondary .block:first-child {
		width: 100%;
	}
	main .price .secondary table .th {
		height: 56px;
	}
	main .price .secondary table td {
		height: 84px;
	}
	main .price .secondary .block:first-child table td {
		height: 56px;
		text-align: right;
	}
	main .price .secondary .block:first-child table .th {
		text-align: left;
	}
	main .price .discount {
		display: block;
		margin: 10px 0 0 0;
		padding: 10px 10px 15px 10px;
		text-align: center;
		font-size: 14px;
	}
	main .price .discount h2 {
		padding: 0;
		font-weight: 700;
		font-size: 36px;
	}
	main .price .note-size {
		justify-content: center;
		font-size: 14px;
	}
}

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

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

main .loading {
	display: flex;
	justify-content: center;
	padding: 30px 0;
}
main .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
*/
main .contact {
	margin: 80px 0;
}
/**/
@media screen and (max-width:820px) {
	main .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);
}