@charset: 'utf-8';

.loading {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 50vw;
	z-index: 10000;
	background-color: #fff;
}

.loading-right {
	left: 50vw;
}

.loading-left .loading-gauge {
	position: absolute;
	top: -100vh;
	left: calc( 100% - 1px );
	display: block;
	width: 1px;
	height: 100%;
	background-color: #7f7f7f;
	z-index: 10001;
}

#index-slide-wrap {
	position: relative;
	width: 100%;
	margin: 0 0 100px;
}

#index-slide {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

#index-slide li {
	width: 100%;
}

#index-slide li img {
	width: 100%;
	height: auto;
}

#slide-nav {
	display: table;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 999;
	height: 80px;
	background-color: #fff;
}

#slide-nav > div {
	display: table-cell;
	width: 80px;
	height: 80px;
}

#slide-num {
	background-color: #7f7f7f;
	vertical-align: middle;
	text-align: center;
	font-size: 1.4rem;
	color: #fff;
}

#slide-num span {
	font-size: 2rem;
}

#slide-num span:first-of-type {
	font-size: 3rem;
}

ul#index-latesttopics {
	width: 1020px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	list-style: none;
	margin: 10px auto 100px;
	padding: 0;
}

ul#index-latesttopics li {
	width: 320px;
	margin: 0 10px;
	padding: 9px 0;
	vertical-align: top;
	line-height: 2.4rem;
	border-bottom: solid 1px #e5e5e5;
}

ul#index-latesttopics li h2 {
	width: 100%;
	margin: 0;
	font-size: 1.4rem;
	font-weight: 200;
}

ul#index-latesttopics li h2 a {
	display: block;
	width: 100%;
	height: 150px;
	padding: 10px 15px;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

ul#index-latesttopics li h2 a:hover,
ul#index-latesttopics li h2 a:active {
	background-color: #f3f3f3;
}

ul#index-latesttopics li h2 a span.date {
	display: block;
	font-size: 1.3rem;
	line-height: 2.6rem;
}

ul#index-latesttopics li h2 a span.title {
	display: block;
}

#index-upcominglive {
	position: relative;
	width: 100%;
	min-width: 1020px;
	min-height: 697px;
	padding: 36px 0 10px;
	background: url(../2019images/index/index-upcominglive-bg.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	text-align: center;
}

#index-upcominglive .scroll-fx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}


#index-upcominglive h2 {
	width: 1020px;
	margin: 0 auto 25px;
	padding: 0 0 0 10px;
	text-align: left;
	font-size: 3.6rem;
	font-weight: 200;
	color: #fff;
	z-index: 5;
}

ul#index-upcominglive-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	width: 1020px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	z-index: 5;
}

ul#index-upcominglive-list li {
	display: block;
	width: 320px;
	height: 275px;
	margin: 0 10px 20px;
	text-align: left;
}


ul#index-upcominglive-list li h3 {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 2.2rem;
	line-height: 3rem;
	font-weight: 200;
}

ul#index-upcominglive-list li h3 a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 21px 15px;
	background-color: rgba(243, 243, 243, .3);
	color: #fff;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

ul#index-upcominglive-list li h3 a:hover {
	background-color: rgba(243, 243, 243, .6);
}

ul#index-upcominglive-list li h3 a::before {
	position: absolute;
	right: 10px;
	bottom: 10px;
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 18px 18px;
	border-color: transparent transparent #fff transparent;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
}

ul#index-upcominglive-list li h3 a:hover::before {
	right: 5px;
	bottom: 5px;
}

#index-mov-wrap {
	position: relative;
	width: 1000px;
	height: 562.5px;
	margin: 80px auto 0;
	padding: 0;
	text-align: center;
}


#index-mov-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}