@charset "utf-8";
/*-----------------------------------------------
 * Lists
-------------------------------------------------*/
/**
 * specialLists
 */
 .specialListsWrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:767px){
	.specialListsWrap {
		width: 100%;
		margin-top: 26px;
		padding: 0 20px;
	}
}

/* lists */
.specialLists {
	display: flex;
	flex-wrap: wrap;
}

/* item */
.specialLists__item {
	width: calc((100% - 40px) / 2);
	margin-bottom: 40px;
}
.specialLists__item:not(:nth-child(2n + 1)) {
	margin-left: 40px;
}
@media screen and (max-width:767px){
	.specialLists__item {
		width: 100%;
		margin-bottom: 30px;
	}
	.specialLists__item:not(:nth-child(2n + 1)) {
		margin-left: 0;
	}
}

/* link */
.specialLists__link {
	display: block;
	text-decoration: none;
}

/* imgWrap */
.specialLists__imgWrap {
	overflow: hidden;
}
.specialLists__imgWrap img {
	width: 100%;
	transition: transform .3s ease;
}
.specialLists__link:hover .specialLists__imgWrap img {
	transform: scale(1.15);
}

/* caption */
.specialLists__figure--cap {
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width:767px){
	.specialLists__figure--cap {
		font-size: 14px;
		margin-top: 10px;
	}
}

/**
 * specialBack
 */
.backTo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 80px;
}
.backTo a {
	display: flex;
	align-items: center;
}
.backTo a:before {
	content: "";
	background-color: #fff;
	width: 30px;
	height: 1px;
	display: block;
	margin-right: 10px;
}
@media screen and (max-width:767px){
	.backTo {
		margin-top: 40px;
	}
}


/*-----------------------------------------------
 * special 1
-------------------------------------------------*/
/**
 * galleryLists
 */
.galleryListsWrap {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
}
@media screen and (max-width:767px){
	.galleryListsWrap {
		width: 100%;
		margin-top: 26px;
		padding: 0 20px;
	}
}

/* lists */
.galleryLists {
	display: flex;
	flex-wrap: wrap;
}

/* item */
.galleryLists__item {
	width: calc((100% - 40px) / 3);
	margin-bottom: 40px;
}
.galleryLists__item:not(:nth-child(3n + 1)) {
	margin-left: 20px;
}
@media screen and (max-width:767px){
	.galleryLists__item {
		width: calc((100% - 10px) / 2);
		margin-bottom: 10px;
	}
	.galleryLists__item:not(:nth-child(3n + 1)) {
		margin-left: 0;
	}
	.galleryLists__item:not(:nth-child(2n + 1)) {
		margin-left: 10px;
	}
}

/* link */
.galleryLists__link {
	display: block;
	text-decoration: none;
}

/* imgWrap */
.galleryLists__imgWrap {
	overflow: hidden;
}
.galleryLists__imgWrap img {
	width: 100%;
	transition: transform .3s ease;
}
.galleryLists__link:hover .galleryLists__imgWrap img {
	/* animation: .2s linear 0s flashAni; */
	transform: scale(1.15);
}


/* caption */
.galleryLists__figure--cap {
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}
@media screen and (max-width:767px){
	.galleryLists__figure--cap {
		font-size: 12px;
		margin-top: 10px;
	}
}

/* special5 */
.special5_c{
	justify-content: center;
}

a{
	color: rgb(var(--main-color-red));
}
