@charset "utf-8";
#js-bg{
	display: none;
}
.performance-block{
	margin-bottom: 80px;
	align-items: flex-start;
}
.performance-main{
	width: 100%;
	padding-top: 50px;
}

.performance-side{
	width: 22.727272%;
	margin-top: -100px;
	position: relative;
	z-index: 1;
}
.performance-side-list{
	width: 100%;
	margin-bottom: 35px;
}
.performance-side-list__link a{
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 20px;
	background: #f0f0f0;
	transition: all 0.25s ease;
	font-size: 13px;
}
.performance-side-list__link--all a{
	height: 80px;
	line-height: 80px;
	background: #dcdcdc;
	font-size: 15px;
}
.performance-side-list__link a::before,
.performance-side-list__link a::after{
	content: "";
	display: block;
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	background: #b4b4b4;
	position: absolute;
	transition: all 0.25s ease;
}
.performance-side-list__link a::before{
	width: 10px;
	right: 22px;
	transform-origin: right bottom;
}
.performance-side-list__link a::after{
	width: 20px;
	right: 22px;
}

@media screen and (min-width: 768px) {
	.performance-side-list__link:not(.performance-side-list__link--current) a:hover{
		background: #da261d;
		color: #fff;
	}
	.performance-side-list__link:not(.performance-side-list__link--current) a:hover::before{
		transform: rotate(45deg);
		background: #fff;
	}
	.performance-side-list__link:not(.performance-side-list__link--current) a:hover::after{
		background: #fff;
	}
}
.performance-side-list__link{
	border-bottom: 1px solid #fff;
}
.performance-side-list__link--current a{
	padding-left: 65px;
	background: #da261d;
	color: #fff;
	pointer-events: none;
}
.performance-side-list__link--current a::before,
.performance-side-list__link--current a::after{
	left: 22px;
	right: auto;
	height: 1px;
	transform-origin: left bottom;
	background: #fff;
}
.performance-side-list__link--current a::before{
	left: 23px;
	transform: rotate(-45deg);
}

.performance-side-banner{
	margin-bottom: 20px;
	position: relative;
}
.performance-side-banner::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 92%;
	height: 100px;
	border: 1px solid #fff;
	opacity: 0.5;
	z-index: 2;
}
.performance-side-banner::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	z-index: 1;
	transition: .3s ease;
}
.performance-side-banner__item{
	position: relative;
	width: 100%;
	height: 120px;
	font-size: 17px;
	line-height: 17px;
	color: #fff;
	padding: 0 0 0 25px;
	align-items: center;
	z-index: 3;
}
.performance-side-banner__item--film{
	background: transparent url(../img/bnr_film.jpg) center center / cover no-repeat;
}
.performance-side-banner__item--construction{
	background: transparent url(../img/bnr_construction.jpg) center center / cover no-repeat;
}
.performance-side-banner__small{
	display: block;
	font-size: 10px;
	line-height: 10px;
	margin-top: 12px;
}
.performance-side-banner__item::before,
.performance-side-banner__item::after{
	content: "";
	display: block;
	height: 1px;
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
	background: #b4b4b4;
	position: absolute;
	transition: all 0.25s ease;
}
.performance-side-banner__item::before{
	width: 10px;
	right: 22px;
	transform-origin: right bottom;
}
.performance-side-banner__item::after{
	width: 20px;
	right: 22px;
}

@media screen and (min-width: 768px) {
	.performance-side-banner:hover .performance-side-banner__item::before {
		transform: rotate(45deg);
		background: #fff;
	}
	.performance-side-banner:hover::before {
		background-color: rgba(0,0,0,.6);
	}
}


/* ---------------------------------------------------------------- Count ---- */
.performance-result{
	width: 100%;
	margin-bottom: 35px;
}
.performance-result__title{
	font-size: 28px;
	line-height: 33px;
	border-left: 3px solid #da261d;
	letter-spacing: 0.05em;
	padding: 0 0 0 24px;
}
.performance-result__title > span{
	font-size: 20px;
	line-height: 35px;
	display: inline-block;
	margin-left: 28px;
}
.performance-result-count{
	align-items: flex-start;
}
.performance-result-count__title{
	width: 80px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #333;
	border-radius: 10px;
	color: #fff;
	font-size: 12px;
	margin: 5px 20px 5px 0;
}
.performance-result-count__num{
	font-size: 30px;
	line-height: 30px;
}


/* ---------------------------------------------------------------- Pagination ---- */
.pagination{
	width: 100%;
	margin: 0;
	line-height: 42px;
	font-size: 15px;
	justify-content: center;
	align-items: flex-start;
	text-align: center;
}
.pagination-btn--before,
.pagination-btn--next{
	width: 75px;
	height: 42px;
	margin: 0 5px;
}
.pagination-btn{
	display: block;
	width: 100%;
	height: 100%;
	background: #ccc;
	color: #fff;
}
.pagination-list{
	justify-content: center;
	align-items: flex-start;
}
.pagination-item{
	width: 48px;
	height: 42px;
	margin: 0 5px;
}
.pagination__link{
	display: block;
	width: 100%;
	height: 100%;
	background: #ccc;
	color: #fff;
}
.pagination_item--current .pagination__link{
	background: #999;
}
@media screen and (min-width: 768px) {
	.pagination-btn:hover{
		background: #999;
	}
	.pagination__link:hover{
		background: #999;
	}
}
.pagination-btn--current{
	background: #999;
}
.pagination__link--current{
	background: #999;
}


/* ---------------------------------------------------------------- リスト ---- */
.lighting-list{
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 35px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e6e6e6;
}
.lighting-list--noborder{
	border-bottom: none;
}
.lighting-list:last-of-type{
	margin-bottom: 54px;
}
.lighting-list__item{
	width: 31.25%;
	margin-right: 2.08%;
	margin-bottom: 4rem;
}
.lighting-list__item:last-of-type{
	margin-right: 0;
}
.lighting-list__image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #ccc;
	position: relative;
}

.lighting-list__image img {
	width: 100%;
}
.lighting-list__date{
	background: #da261d;
	width: 70px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0.05em;
	position: absolute;
	right: 0;
	top: 0;
}
.lighting-list__text{
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}
.lighting-list__text span{
	font-size: 1.3em;
	font-weight: bold;
}
.lighting-list-tag{
	font-size: 0;
}
.lighting-list-tag__item{
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	color: #787878;
	background: #eee;
	line-height: 25px;
	padding: 0 10px;
	letter-spacing: 0.05em;
	margin: 0 5px 5px 0;
}
.lighting-list-tag__item:last-of-type{
	margin-right: 0;
}
.performance-button{
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	background: #da261d;
	border-radius: 21px;
	width: 230px;
	padding: 0 25px;
	position: relative;
	margin: 30px auto 0;
	display: block;
	transition: all 0.25s ease;
	border: 1px solid #da261d;
	font-weight: 700;
}
.performance-button::after{
	content: '\f105';
	font-family: fontawesome;
	height: 1em;
	line-height: 1;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto;
	font-weight: bold;
	font-size: 20px;
}
.performance-button--left::after{
	right: auto;
	left: 20px;
	transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
	.contactbox {
		padding-top: 100px;
	}
	.performance-button:hover{
		background: #fff;
		color: #da261d;
	}
	/*.performance-button:hover::after{
		border-bottom: 3px solid #da261d;
		border-right: 3px solid #da261d;
	}*/
}
@media screen and (max-width: 767px) {
	/* ---------------------------------------------------------------- SP ---- */
	.performance-block{
		margin-bottom: 30px;
	}
	.performance-main{
		width: 100%;
		padding-top: 20px;
	}

	.performance-side{
		margin-top: 0;
		width: 100%;
	}
	.performance-side-list{
		margin-bottom: 30px;
		margin-top: 40px;
	}
	.performance-side-list__link a{
		height: 45px;
		line-height: 45px;
		padding: 0 0 0 15px;
	}
	.performance-side-list__link--all a{
		height: 50px;
		line-height: 50px;
	}
	.performance-side-list__link a::before{
		width: 7px;
		right: 15px;
	}
	.performance-side-list__link:not(.performance-side-list__link--current) a::before{
		transform: rotate(45deg);
	}
	.performance-side-list__link a::after{
		width: 15px;
		right: 15px;
	}
	.performance-side-list__link--current a{
		padding-left: 35px;
	}
	.performance-side-list__link--current a::before,
	.performance-side-list__link--current a::after{
		left: 15px;
		height: 1px;
		right: auto;
	}
	.performance-side-list__link--current a::before{
		left: 16px;
	}

	.performance-side-banner{
		margin-bottom: 10px;
	}
	.performance-side-banner__item{
		height: 30vw;
		font-size: 15px;
		line-height: 15px;
		padding: 0 0 0 27px;
	}
	.performance-side-banner__small{
		margin-top: 8px;
	}
	.performance-side-banner::after{
		width: 94%;
		height: 84%;
	}
	.performance-side-banner__item::before{
		width: 15px;
		right: 30px;
	}
	.performance-side-banner__item::after{
		width: 15px;
		right: 30px;
	}




	/* ---------------------------------------------------------------- Count ---- */
	.performance-result{
		margin-bottom: 15px;
	}
	.performance-result--detail{
		margin-bottom: 5px;
	}
	.performance-result__title{
		font-size: 18px;
		line-height: 23px;
		border-left: 2px solid #da261d;
		padding: 0 0 0 10px;
		margin-bottom: 10px;
	}
	.performance-result__title > span{
		font-size: 12px;
		line-height: 18px;
		margin-left: 10px;
	}
	.performance-result-count {
		margin-bottom: 10px;
	}
	.performance-result-count__title{
		width: 65px;
		height: 15px;
		line-height: 15px;
		border-radius: 7.5px;
		font-size: 10px;
		margin: 1.5px 10px 1.5px 0;
	}
	.performance-result-count__num{
		font-size: 18px;
		line-height: 18px;
	}
	/* ---------------------------------------------------------------- Pagination ---- */
	.pagination{
		margin: 0 0 10px;
		line-height: 30px;
		font-size: 10px;
		justify-content: space-between;
		align-items: flex-start;
	}
	.pagination-btn--before,
	.pagination-btn--next{
		width: 55px;
		height: 30px;
		margin: 0;
	}
	.pagination-item{
		width: 35px;
		height: 30px;
	}
	/* ---------------------------------------------------------------- リスト ---- */
	.lighting-list{
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.lighting-list:last-of-type{
		margin-bottom: 40px;
	}
	.lighting-list__item{
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid #e6e6e6;
	}
	.lighting-list--noborder .lighting-list__item{
		border-bottom: none;
	}
	.lighting-list__image{
		height: 52vw;
	}
	.lighting-list__date{
		background: #da261d;
		width: auto;
		height: auto;
		line-height: 1em;
		font-size: 13px;
		padding: 5px 10px;
	}
	.lighting-list__text{
		font-size: 12px;
		line-height: 22px;
		margin: 10px 0;
	}
	.lighting-list-tag{
		line-height: 20px;
		font-size: 0;
	}
	.lighting-list-tag__item{
		font-size: 11px;
	}
	.performance-button{
		width: 230px;
		height: 45px;
		line-height: 43px;
		border-radius: 22.5px;
		font-size: 13px;
		padding: 0;
		text-align: center;
		position: relative;
		margin: 20px auto 0;
	}
	/*.performance-button::after{
		width: 6px;
		height: 6px;
		border-bottom: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 15px;
	}*/
	.performance-button--left::after{
		right: auto;
		left: 15px;
	}
}
