@charset "UTF-8";

.p-historyContents.--history {
	width: 89.74%;
	max-width: 1070px;
	margin: auto;
	padding: 10px 0px;
	display: none;
}

.p-historyContents.--history .c-history.p-rank__clock {
	padding-left: calc(15px + 9px);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.733;
	padding-left: 16px;
	position: relative;
	margin-bottom: 16px;
}

.p-historyContents.--history .c-history.p-rank__clock::before {
	content: "";
	display: inline-block;
	width: 7px;
	height: 21px;
	border-radius: 2px;
	background-color: var(--color-accent-orange);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.p-historyContents.--history ul {
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	column-gap: 10px;
	list-style: none;
	min-height: 192px;
	height: 192px;
}

.p-historyContents.--history a:hover {
	opacity: 0.7;
}

.p-historyContents.--history img {
	width: 100%;
	height: 100%;
}

.p-historyContents.--history figcaption {
	padding-top: 5px !important;
	font-size: 13px;
	line-height: 1.2em !important;
	position: relative;
}

.p-historyContents.--history figcaption ul {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row;
	column-gap: 10px;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.p-historyContents.--history figcaption ul a {
	display: inline-block;
	padding: 0px;
	width: 90px;
}
.p-historyContents.--history figcaption ul a {
	display: inline-block;
	padding: 0px;
	width: 90px;
}
.p-historyContents.--history li a.form,
.p-historyContents.--history li a.material {
    box-shadow: none;
	    pointer-events: visible;
}
.p-historyContents.--history li a.form:hover,
.p-historyContents.--history li a.material:hover {
	opacity: 0.8;
}
.p-historyContents.--history figcaption ul img {
	width: 100%;
	border-radius: 30px;
}

@media screen and (max-width: 768px) {
	.p-historyContents.--history .c-history.p-rank__clock {
		font-size: 15px;
	}
	
	.p-historyContents.--history ul {
		min-height: auto;
		height: auto;
	}
	
	.p-historyContents.--history li {
		max-width: calc(230 / 768 * 100vw);
	}

	.p-historyContents.--history figcaption ul {
		width: calc(430 / 768 * 100vw);;
	}

	.p-historyContents.--history figcaption ul li {
		width: 100%;
	}
	
	.p-historyContents.--history figcaption ul a {
		width: 100%;
		border-radius: 40%;
	}
	
	
	.p-historyList {
		margin-bottom: 30px;
	}
	
	.p-historyList .history3 {
		display: none;
	}
}
