/*

	Explore 2023
	home ondemand
	rev.1
	date 2023.11.22

*/

/*============================================================
	home main ondemand
*/
.home-main-ondemand .outer {
	min-height: 360px;
}
.home-main-ondemand .kv span {
	background-position: 100% 50%;
	background-size: auto 120%;
}
@media screen and (max-width: 991px) {
	.home-main-ondemand .kv span {
		background-position: 77% 50%;
		background-size: cover;
	}
}

/*============================================================
	home ondemand gs
*/
.home-ondemand-gs .wrap {
	display: flex;
	margin: 0 auto;
	max-width: 1058px;
}
.home-ondemand-gs .col {
	flex-basis: 50%;
	padding: 0 10px;
}
.home-ondemand-gs .block {
	display: block;
	position: relative;
	transition: opacity 0.3s ease;
}
.home-ondemand-gs .block:hover {
	opacity: 0.8;
}
.home-ondemand-gs .thumb {
	position: relative;
	margin: 0 0 15px 0;
}
.home-ondemand-gs .thumb .image {
	position: relative;
}
.home-ondemand-gs .thumb .image img {
	position: relative;
	display: block;
	width: 100%;
}
.home-ondemand-gs .thumb .image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0,0,0,0.7049413515406162) 0%, rgba(0,0,0,0) 90%);
}
.home-ondemand-gs .thumb .icon {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 68px;
	line-height: 1;
	color: #fff;
	text-shadow: 0 3px 6px rgba(0,0,0,0.65);
	opacity: 0.76;
}
.home-ondemand-gs .thumb .duration {
	display: block;
	position: absolute;
	bottom: 15px;
	right: 15px;
	padding: 2px 4px 3px 4px;
	border-radius: 2px;
	background-color: #1d428a;
	line-height: 1;
	color: #fff;
}
.home-ondemand-gs .title {
	position: absolute;
	bottom: 15px;
	left: 90px;
	right: 60px;
	color: #fff;
	line-height: 1.4;
}
.home-ondemand-gs .title dt {
	color: inherit;
}
.home-ondemand-gs .title dd {
	margin-top: 0.3em;
	font-size: 16px;
}
@media screen and (max-width: 1309px) {
	.home-ondemand-gs .wrap {
		margin: 0 -10px;
		max-width: initial;
	}
}
@media screen and (max-width: 767px) {
	.home-ondemand-gs .wrap {
		display: block;
		margin: 0;
	}
	.home-ondemand-gs .col {
		margin: 0 0 40px 0;
		padding: 0;
	}
	.home-ondemand-gs .col:last-child {
		margin: 0;
	}
	.home-ondemand-gs .thumb .icon {
		bottom: 0;
		left: 0;
		top: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 90px;
	}
	.home-ondemand-gs .thumb .duration {
		bottom: 10px;
		right: 10px;
	}
	.home-ondemand-gs .title {
		position: static;
		color: inherit;
	}
	.home-ondemand-gs .detail {
		margin: 15px 0 0 0;
	}
}

/*============================================================
	home pointrally
*/
.home-pointrally {
	background-color: #f5f8fa;
}
.home-pointrally .wrap {
	display: flex;
}
.home-pointrally .banner {
	flex-basis: 50%;
}
.home-pointrally .banner a {
	display: block;
	max-width: 466px;
	margin: 0 auto;
}
.home-pointrally .banner img {
	width: 100%;
}
.home-pointrally .detail {
	flex: 1;
}
.home-pointrally .detail .label {
	display: flex;
}
.home-pointrally .detail .label span {
	display: block;
	padding: 0 0.5em;
	background-color: #7f35b2;
	color: #fff;
}
.home-pointrally .btn-wrap {
	display: flex;
	flex-wrap: wrap;
}
.home-pointrally .btn-wrap > div {
	margin: 20px 30px 0 0;
}
.home-pointrally .btn-wrap > div:last-child {
	margin-right: 0;
}
@media screen and (max-width: 1309px) {
	.home-pointrally .banner {
		flex-basis: 40%;
	}
	.home-pointrally .detail {
		padding: 0 0 0 30px;
	}
}
@media screen and (max-width: 991px) {
	.home-pointrally .wrap {
		display: block;
	}
	.home-pointrally .detail {
		margin: 40px 0 0 0;
		padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.home-pointrally .detail {
		margin: 20px 0 0 0;
	}
}

/*============================================================
	home ondemand keynote
*/
.home-ondemand-keynote .layout-program-list .block .title {
	font-size: 14px;
}
.home-ondemand-keynote .layout-program-list .block .image-static .far-vm {
	font-size: 82px;
}

/*============================================================
	home ranking
*/
.home-ranking .wrap {
	display: flex;
	margin: 0 -15px;
}
.home-ranking .block {
	flex-basis: 50%;
	padding: 0 15px;
}
.home-ranking .list {
	margin: 0 auto;
	max-width: 1038px;
}
.home-ranking .list .items {
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #d7d7d7;
}
.home-ranking .list .items li {
	border-top: 1px solid #d7d7d7;
	min-height: 60px;
}
.home-ranking .list .items li a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px;
	height: 100%;
}
.home-ranking .list ol.items li {
	counter-increment: number;
}
.home-ranking .list ol.items li a {
	padding-left: 80px;
}
.home-ranking .list ol.items li a::before {
	content: counter(number);
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 80px;
	margin-top: -16px;
	text-align: center;
	font-size: 32px;
	line-height: 1;
}
.home-ranking .list ol.items li:nth-child(1) a,
.home-ranking .list ol.items li:nth-child(2) a,
.home-ranking .list ol.items li:nth-child(3) a {
	background-color: #f4f8fa;
}
@media screen and (max-width: 767px) {
	.home-ranking .wrap {
		display: block;
		margin: 0;
	}
	.home-ranking .block {
		margin: 0 0 40px 0;
		padding: 0;
	}
	.home-ranking .block:last-child {
		margin: 0;
	}
	.home-ranking .list .items li {
		min-height: initial;
	}
	.home-ranking .list .items li a {
		display: block;
		height: auto;
	}
	.home-ranking .list ol.items li a {
		padding: 15px 5px 15px 50px;
	}
	.home-ranking .list ol.items li a::before {
		width: 50px;
	}
}
