@charset "UTF-8";
.liveNav {}
.liveNav_list {
	list-style: none;
}
.liveNav_list > li {
	margin-top: 44px;
}
.liveNav_list > li:first-child {
	margin-top: 0;
}
.liveNav_list > li:last-child {}
.liveNav_list > li:nth-child(2n+1) {}
.liveNav_list > li:nth-child(n+3) {}
.liveNav_list > li > a {
	display: block;
	text-decoration: none;
	color: inherit;
	position: relative;
	z-index: 1;
}
.liveNav_list > li > a::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	transition-duration: .3s;
	transition-property: background-color, color;
}
.liveNav_list > li > a::after {
	content: "";
}
.liveNav_image {
	height: 241px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}
.liveNav_image-no1 {
	background-image: url(../jpg/pt-nav01%402x.jpg);
}
.liveNav_text {
	color: #fff;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 30px;
	line-height: 1.2;
}
.liveNav_image-no2 {
	background-image: url(../jpg/pt-nav02%402x.jpg);
}
.liveNav_image-no3 {
	background-image: url(../jpg/pt-nav03%402x.jpg);
}
@media screen and (min-width:1000px) {
	.liveNav_list > li > a:hover {}
	.liveNav_list > li > a:hover::before {
		background: rgba(0, 0, 0, 0.1);
	}
}
@media screen and (max-width:999px) {
	.liveNav {}
	.liveNav_list {}
	.liveNav_list > li {
		margin-top: 20px;
	}
	.liveNav_list > li:first-child {}
	.liveNav_list > li:last-child {}
	.liveNav_list > li:nth-child(2n+1) {}
	.liveNav_list > li:nth-child(n+3) {}
	.liveNav_list > li > a {}
	.liveNav_list > li > a::before {}
	.liveNav_list > li > a::after {}
	.liveNav_image {
		height: 200px;
	}
	.liveNav_image-no1 {}
	.liveNav_text {}
	.liveNav_image-no2 {}
	.liveNav_image-no3 {}
}
@media screen and (max-width:699px) {
	.liveNav {}
	.liveNav_list {}
	.liveNav_list > li {
		margin-top: 10px;
	}
	.liveNav_list > li:first-child {}
	.liveNav_list > li:last-child {}
	.liveNav_list > li:nth-child(2n+1) {}
	.liveNav_list > li:nth-child(n+3) {}
	.liveNav_list > li > a {}
	.liveNav_list > li > a::before {}
	.liveNav_list > li > a::after {}
	.liveNav_image {
		height: 100px;
	}
	.liveNav_image-no1 {}
	.liveNav_text {
		font-size: 20px;
	}
	.liveNav_image-no2 {}
	.liveNav_image-no3 {}
}
