:root {
	--mainColor: ;
	--mainFontColor: rgba(30, 30, 30, 1);
	--mainBorder: 1.5px solid var(--mainFontColor);
}

#home {
	background-image: url(img/home.jpg);
}

.homeCover {
	background-color: rgba(30, 30, 30, 0.1);
}

.homeCover h4 {
	width: auto;
	background-color: #fff;
	padding: 0 10px;
}

.homeCover h4:first-child {
	margin-bottom: 1.7em;
}

#mainBg {
	background-image: url(img/bg.jpg);
}

.mainCover {
	background-color: rgba(240, 240, 240, 0.8);
}

.menuArea li {
	font-size: 14px !important;
}

.mainList li a {
	font-weight: bold;
}

h3 {
	font-weight: 700;
}

article h3 {
	text-align: center;
	margin-bottom: 30px;
}

p,
li,
a,
h2 {
	font-weight: 400;
}

#sns ul li a,
.slick-next,
.slick-arrow {
	filter: brightness(0);
}

.number ul {
	list-style-type: decimal;
	list-style-position: outside;
	list-style: normal !important;
	margin: 0px;
	padding-left: 2em;
}

.number li {
	list-style: inherit !important;
	display: list-item;
}

.aboutFlex {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.aboutFlex div {
	width: 49%;
}

.aboutFlex>div:nth-of-type(2) {
	align-self: center;
}

.aboutFlex p {
	text-align: center;
}

.aboutFlex a {
	padding: 10px;
	border: #00000080 1px solid;
	display: inline-block;
	width: 150px;
	text-align: center;
	color: #fff;
	background-color: #000;
	margin-bottom: 5px;
}

.aboutFlex a:hover {
	opacity: 0.7;
}

article {
	overflow: hidden;
}

#product>article {
	overflow: visible;
}

.animateLeftToRight {
	position: relative;
	right: 100px;
	opacity: 0;
	transition: opacity 1s ease-in-out, right 1s ease-in-out;
}

.animateRightToLeft {
	position: relative;
	left: 100px;
	opacity: 0;
	transition: opacity 1s ease-in-out, left 1s ease-in-out;
}

.animateBottomToTop {
	position: relative;
	top: 100px;
	opacity: 0;
	transition: opacity 1s ease-in-out, top 1s ease-in-out;
}

.supportLine {
	height: 2px;
	width: 60px !important;
	background-color: rgba(18, 18, 18, 0.85);
	margin: 0 auto 50px;
}

#logo img {
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, 0.7))
}

#traffic div {
	width: 100%;
}

.trafficText li {
	text-align: center;
	min-width: 300px;
	margin: 20px 0;
}

.trafficText ol {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

#sns .tel {
	background-image: url(img/tel.svg);
}

.videoItem>iframe {
	/* height: 65vw; */
	max-height: 855px;
	margin-bottom: 10px;
}

/**************************************/
.picture article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

.picture article h3 {
	width: 100%;
}

.picture article p {
	width: 100%;
}

.picture article a {
	width: 47%;
	margin: 20px 1.5%;
}

.picture article.cc1 a {
	width: 90%;
	margin: 20px auto;
}

.picture article.cc2 a {
	width: 40%;
	margin: 20px 5%;
}

.picture article .clear {
	width: 47%;
	margin: 0 1.5%;
}

.picture article.cc1 .clear {
	width: 90%;
	margin: 0 auto;
}

.picture article.cc2 .clear {
	width: 40%;
	margin: 0 5%;
}

.picture article a span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: calc(100% - 20px);
	padding: 10px 10px;
	background-color: rgba(18, 18, 18, 0.85);
}

.picture a {
	overflow: hidden;
}

.picture article a span {
	color: #fff;
}

/**************************************/
@media only screen and (max-width: 1200px) {
	.aboutFlex {
		flex-wrap: wrap;
	}

	.aboutFlex div {
		width: 100% !important;
	}
}

@media only screen and (max-width: 1052px) {
	.trafficText p {
		display: none;
	}
}

@media only screen and (max-width: 950px) {
	ul.mainList li a {
		color: #ffffff;
	}
}

@media only screen and (max-width: 770px) {
	.item2 {
		width: 40%;
	}

	.item3 {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.item3 {
		width: 100% !important;
	}

	.item2 {
		width: 100%;
	}

	.videoItem>iframe {
		height: 143vw;
	}
}

@media only screen and (max-width: 480px) {
	.picture article a {
		width: 100%;
	}
}


@media screen and (max-width:1024px) {
	#home {
		height: 50vw;
	}
}

h4 {
	bottom: 2vh;
}


.aboutLogo {
	width: 25%;
	background-size: contain;
	background-position: center;
	margin: auto;
}

@media screen and (max-width:1024px) {
	.aboutLogo {
		width: 45%;
	}
}