@charset "utf-8";

section.content {
	overflow-y: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
	background: #fff;
}

section.content .content-wrap {
	width: 100%;
	height: calc(100% - 7.256svh);
}

.content_title_wrap {
	color: #3D3D3D;
}

.categoty_title_thumb {
	width: 33.333vw;
	border-radius: 50%;
	overflow: hidden;
	line-height: 0;
	margin: 0 auto;
	margin-top: 16.41vw;
	margin-bottom: 2.564vw;
	border: solid 1px #E8E8E8;
}
.categoty_title {
	font-size: 6.154vw;
	text-align: center;
	width: 74.359vw;
	margin: 0 auto;
	line-height: 1.4;
	margin-bottom: 5.128vw;
	font-family: ShinGoPro-Bold,sans-serif !important;
	font-weight: normal;
}
.categoty_title_text {
	width: 74.359vw;
	margin: 0 auto;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 6.154vw;
}

.card_thumb_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 100px;
}
.card_thumb_list_item {
	width: calc(100% / 3);
	position: relative;
}
.card_thumb_list_item .card_link {
	display: block;
	width: 100%;
	line-height: 0;
	height: 29.744vw;
}
.card_thumb_list_item .card_link img{
	height: 100%;
	object-fit: cover;
}
.cardCollect {
	position: absolute;
	bottom: 1.282vw;
	right: 1.282vw;
	width: 4.103vw;
	line-height: 0;
}
.cardCollect .collect_off{
	display: block;
}
.cardCollect .collect_on{
	display: none;
}
.cardCollect.keep .collect_off{
	display: none;
}
.cardCollect.keep .collect_on{
	display: block;
}

@media screen and (max-width: 768px){
	.card_thumb_list {
		padding-left: 2.051vw;
		padding-right: 1.282vw;
		gap: 3.077vw;
	}
	.card_thumb_list_item {
		width: calc((100% - 7.436vw) / 3);
		border-radius: 1.282vw;
		overflow: hidden;
		box-shadow: 1px 1px 5px #9b9b9b;
	}
}

@media screen and (min-width: 769px) and (max-width: 1050px){
	.categoty_title_thumb {
		margin-top: 16vw;
		width: 18.095vw;
		margin-bottom: 3.048vw;
	}
	.categoty_title {
		width: 53.333vw;
		font-size: 2.286vw;
		margin-bottom: 2.286vw;
	}
	.categoty_title_text {
		width: 53.333vw;
		font-size: 1.524vw;
		margin-bottom: 5.333vw;
	}
	.card_thumb_list {
		width: 76.571vw;
		margin: 0 auto;
		gap: 0.476vw;
	}
	.card_thumb_list_item {
		width: calc((100% / 3 ) - 0.381vw);
	}
	.card_thumb_list_item .card_link {
		height: 24.762vw;
	}
	.cardCollect {
/*
		bottom: 1.524vw;
		right: 1.524vw;
		width: 3.048vw;
*/
		top: 0.5vw;
		right: 0.8vw;
		width: 2vw;
		opacity: 1;
	}

}

@media screen and (min-width: 1050px){
	.categoty_title_thumb {
		margin-top: 168px;
		width: 190px;
		margin-bottom: 32px;
	}
	.categoty_title {
		width: 560px;
		font-size: 24px;
		margin-bottom: 24px;
	}
	.categoty_title_text {
		width: 560px;
		font-size: 16px;
		margin-bottom: 56px;
	}
	.card_thumb_list {
		width: 804px;
		margin: 0 auto;
		gap: 5px;
	}
	.card_thumb_list_item {
		width: calc((100% / 3 ) - 4px);
	}
	.card_thumb_list_item .card_link {
		height: 260px;
	}
	.cardCollect {
		top: 5px;
		right: 8px;
		width: 20px;
		opacity: 1;
	}
}

/* collectBox */
.collectbox_title {
	font-size: 6.667vw;
	margin-top: 17.949vw;
	margin-bottom: 17.949vw;
	text-align: center;
	line-height: 1;
	font-family: ShinGoPro-Bold,sans-serif !important;
	font-weight: normal;
}
.collectbox_title_sub {
	font-size: 5.128vw;
	text-align: center;
}
.collectbox_number {
	font-size: 3.077vw;
	text-align: center;
	margin-bottom: 6.154vw;
}
.collectbox_guide {
	background-color: #E9E9E9;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50svh;
}
.collectbox_guide_txt {
	font-size: 3.077vw;
	text-align: center;
	color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1050px){
	.collectbox_title {
		font-size: 3.81vw;
		margin-top: 13.333vw;
		margin-bottom: 0.952vw;
	}
	.collectbox_title_sub {
		font-size: 2.286vw;
	}
	.collectbox_number {
		font-size: 1.524vw;
		margin-bottom: 1.524vw;
	}
	.collectbox_guide {
		height: 67svh;
		width: 76.571vw;
		margin: 0 auto;
	}
	.collectbox_guide_txt {
		font-size: 1.524vw;
	}
}
@media screen and (min-width: 1050px){
	.collectbox_title {
		font-size: 40px;
		margin-top: 140px;
		margin-bottom: 10px;
	}
	.collectbox_title_sub {
		font-size: 24px;
	}
	.collectbox_number {
		font-size: 16px;
		margin-bottom: 16px;
	}
	.collectbox_guide {
		height: 67svh;
		width: 804px;
		margin: 0 auto;
	}
	.collectbox_guide_txt {
		font-size: 16px;
	}
}

.sp_more_card {
	display: none;
	width: 100%;
	height: 57px;
	position: absolute;
	bottom: 80px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}
.sp_more_card_icon {
	width: 58px;
}

.sp_more_card.close {
	display: none;
}

@media screen and (min-width: 769px){
	.sp_more_card {
		display: none;
	}
}


@media screen and (min-width: 769px) and (max-width: 1050px){
	.card_thumb_list {
		gap: 1.714vw;
	}
	.card_thumb_list_item {
		width: calc((100% - 3.429vw) / 3);
		border-radius: 0.476vw;
		overflow: hidden;
		box-shadow: 1px 1px 5px #9b9b9b;
	}

}

@media screen and (min-width: 1050px){
	.card_thumb_list {
		gap: 18px;
	}
	.card_thumb_list_item {
		width: calc((100% - 36px) / 3);
		border-radius: 5px;
		overflow: hidden;
		box-shadow: 1px 1px 5px #9b9b9b;
	}
}
