@charset "utf-8";

.wrapper {
	margin-bottom: 30px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
	.wrapper {
		font-size: 0.8rem;
		background: linear-gradient(225deg, #fffff3, #fffdeb);
	}

	br {
		display: none;
	}
}

.wrapper > .title {
	position: relative;
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: black;
	box-shadow: 0 0 3px 1px #666;
	overflow: hidden;
}

@media (max-width: 767px) {
	.wrapper > .title {
		margin-top: 66px;
	}
}

.wrapper>.title p {
	float: left;
	padding-left: 10px;
	color: #ffd55b;
	font-size: 30px;
	letter-spacing: 5px;
}

.wrapper>.title::before {
	content: "";
	position: absolute;
	display: block;
	right: 0;
	width: 12%;
	border-bottom: 50px solid #ffff7d;
	border-left: 25px solid transparent;
}

.wrapper>.title::after {
	content: "";
	position: absolute;
	right: 0;
	width: 10%;
	border-bottom: 50px solid #ffd55b;
	border-left: 30px solid transparent;
	color: #ffd55b;
}

.wrapper .timeline {
	position: relative;
	padding: 70px;
}

@media (max-width: 767px) {
	.wrapper .timeline {
		padding: 10px;
	}
}

.timeline .card {
	display: flex;
}

@media (max-width: 767px) {
	.timeline .card {
		flex-direction: column;
	}
}

.timeline .card .date-time {
	position: relative;
	width: 60px;
	height: 60px;
	text-align: center;
}

@media (max-width: 767px) {
	.timeline .card .date-time {
		width: unset;
		height: unset;
	}
}

.timeline .card .date-time span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #ffffff;
	font-size: 1.5rem;
	font-weight: bold;
	text-shadow: 0 0px 2px black;
	filter: drop-shadow(0px 0px 1px black);
	z-index: 1;
}

.timeline .card .line {
	position: relative;
	top: 35px;
	width: 150px;
}

.timeline .card .line:before {
	position: absolute;
	left: 46px;
	top: -10px;
	bottom: 10px;
	border-right: 1px dotted #d0d0d0;
	content: '';
}

.timeline .card:last-child .line:before {
	width: 0;
}

.timeline .card .content {
	margin-bottom: 60px;
	max-width: 600px;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px #cccccc;
	box-shadow: 0 0 3px #cccccc;
}

@media (max-width: 767px) {
	.timeline .card .content {
		margin-bottom: 40px;
		background-color: #ffffff;
	}
}

.timeline .card .content .title {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.timeline .card:nth-child(2n+1) .content .title {
	background: linear-gradient(to right, #52A0FD 0%, #00e2fa 80%, #00e2fa 100%);
}

.timeline .card:nth-child(2n+2) .content .title {
	background: linear-gradient(to right, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
}

.timeline .card .content .title span {
	padding: 6px 0;
	font-weight: bold;
}

.timeline .card .content .title span:nth-child(1) {
	margin-right: 50px;
	color: #ffffff;
	letter-spacing: 5px;
}

.timeline .card .content .title:before {
	position: absolute;
	top: 50%;
	left: -110px;
	transform: translateY(-50%);
	width: 11px;
	height: 11px;
	background-color: #ffc107;
	border-radius: 9px;
	box-shadow: 0px 0px 8px 4px #795548;
	content: '';
	z-index: 2;
}

.timeline .card .content .title:after {
	position: absolute;
	top: 50%;
	left: -106px;
	width: 106px;
	height: 1px;
	border-top: 1px dotted #d0d0d0;
	content: '';
}

.timeline .card .content .title.first-line:after {
	position: absolute;
	top: 50%;
	left: -150px;
	width: 150px;
	border-top: 1px solid #999;
	content: '';
}

.timeline .card .content .text {
	padding: 5px 20px 10px 20px;
	line-height: 1.8;
}

@media (max-width: 767px) {
	.timeline .card .content .text {
		padding: 5px 10px 10px 10px;
	}
}

.timeline .card .content .text > span {
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 10px;
	font-weight: bold;
	background-color: #ddd;
	border-radius: 5px;
	box-shadow: 0 0 3px inset #666;
}

.timeline .card .content .text > span:first-child {
	margin-top: 10px;
}

.timeline .card .content .text > p {
	position: relative;
	margin-left: 1.5em;
}

.timeline .card .content .text > p:not(:last-child) {
	padding-bottom: 10px;
}

.timeline .card .content .text p > em {
	position: absolute;
	margin-left: -1.5em;
}

.timeline .card .content .text i {
	margin: 0 5px;
	padding: .25rem .5rem;
	font-size: .85em;
	font-weight: bold;
	border-radius: 3px;
}

@media (max-width: 767px) {
	.timeline .card .content .text i {
		padding: .1rem .5rem;
	}
	
	.timeline .card .content .text > i {
		display: inline-block;
	}
}

.timeline .card .content .text i.skill {
	color: #e91e63;
	background-color: rgb(255 232 232);
}

.timeline .card .content .text i.super {
	color: #795548;
	background-color: #ffdd79;
}

.timeline .card .content .text i.legend {
	color: #ffc107;
	background-color: rgb(47 47 47);
}

.timeline .card .content .text i.mode {
	color: #3f51b5;
	background-color: #d9dfff;
}

.timeline .card .content .text i.vocal {
	color: #ffffff;
	background-color: #0027ff;
}

.timeline .card .content .text i.dancer {
	color: #ffffff;
	background-color: #f44336;
}

.timeline .card .content .text i.session {
	color: #ffffff;
	background-color: #4caf50;
}

.timeline .card .content .text i.gold {
	color: #ffbf00;
	background-color: #8a6624;
}

.timeline .card .content .text i.type {
	color: #ffffff;
	background-color: #000000;
}

.timeline .card .content .text i.stamina {
	color: #ff9800;
	background-color: #000000;
}

.timeline .card .content .text i.sonic {
	color: #cddc39;
	background-color: #008f32;
}

.timeline .card .content .text i.grand-prix-ticket {
	color: #f44336;
	background-color: #000000;
}

.timeline .card .content .text:after {
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*right: 0;*/
	/*bor*/
	/*content: '';*/
}

/*----------------*/
.hexagon {
	position: relative;
	top: 0;
	width: 66px;
	height: 38px;
	background: #ffab2f;
	filter: drop-shadow(0px 0px 3px black);
	z-index: 1;
}

@media (max-width: 767px) {
	.hexagon {
		margin-bottom: 20px;
		width: unset;
	}
}

.hexagon-cont {
	height: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 1;
}

.hexagon::before,
.hexagon::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #ffc107;
	z-index: 0;
}

@media (max-width: 767px) {
	.hexagon::before,
	.hexagon::after {
		content: unset;
	}
}

.hexagon::before {
	transform: rotate(60deg);
}

.hexagon::after {
	transform: rotate(-60deg);
}