#main {
	margin-bottom: 100px;
}
@media screen and (max-width:767px) {
	#main {
		margin-bottom: 50px;
	}
}
.maindesign img {
	width: 100%;
	height: auto;
}
.maindesign .menu-btn-list a {
	color: #fff !important;
	display: flex !important;
}
.maindesign .breadcrumb {
	margin-bottom: 5px !important;
}
.maindesign .breadcrumb,
.maindesign .breadcrumb a {
	color: #83838f;
	text-decoration: none;
}
@media screen and (max-width:767px) {
	.maindesign .breadcrumb {
		margin-left: 5px !important;
	}
}


.maindesign .title {
	position: relative;
}
.maindesign .title--inner {
	position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    background: rgb(0,0,0,0.5);
    padding: 10px;
}
.maindesign .title--text {
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px 3px rgba(10,10,10,0.9);
	letter-spacing: 0.05em;
	line-height: 1.2;
}
.maindesign .title--text__small {
	font-size: 1.35rem;
}
.maindesign .title--text__large {
	font-size: 3.5rem;
}


@media screen and (max-width:767px) {
	.maindesign .primary-container {
		margin: 0 10px;
	}
}

.maindesign .category-list {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.maindesign .category-list--item {
	box-sizing: border-box;
	width: 48%;
	border: 1px solid #ccc;
	padding: 15px;
	position: relative;
	transition: 0.25s;
}
.maindesign .category-list--item:hover {
	opacity: 0.75;
}
.maindesign .category-list--link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.maindesign .category-list--img {
	width: 70%;
	margin: 0 auto;
}
.maindesign .category-list--img > img {
	display: block;
} 
.maindesign .category-list--title {
	font-weight: bold;
	font-size: 1.25rem;
	position: relative;
	text-align: center;
	margin-top: 20px;
}
.maindesign .category-list--title::after {
	content: '';
	top: 50%;
	right: 30px;
	position: absolute;
	border-top: solid 2px #ff0000;
	border-right: solid 2px #ff0000;
	width: 10px;
	height: 10px;
	transform: translateY(-50%) rotate(45deg);
}

@media screen and (max-width:767px) {
	.maindesign .category-list--img {
		width: 100%;
	}
	.maindesign .category-list--title {
		font-size: 0.95rem;
	}
	.maindesign .title--text__small {
		font-size: 4.0vw;
	}
	.maindesign .title--text__large {
		font-size: 9.0vw;
	}
	.maindesign .category-list--title::after {
		right: -5px;
		width: 6px;
		height: 6px;
	}
}