@charset "utf-8";
/* ---------------------------------------------------------------- lcl-box ---- */
.lcl-box{
	padding: 0 0 90px;
}
.lcl-box__text{
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}
.lcl-list{
	width: 1100px;
	margin: 0 auto 0;
	display: none;
}
.lcl-tab{
	justify-content: space-around;
	border-left: 1px solid #997327;
	margin-bottom: 25px;
}
.lcl-tab__item{
	flex-grow: 1;
	border-top: 1px solid #997327;
	border-right: 1px solid #997327;
	border-bottom: 1px solid #997327;
	height: 80px;
	text-align: center;
	line-height: 79px;
	color: #997327;
	font-size: 45px;
	cursor: pointer;
	transition: all 0.25s ease;
}
.lcl-tab__item:last-child{
	border-right: 1px solid #997327;
}
.lcl-tab__item:hover,
.lcl-tab__item--current{
	background: #997327;
	color: #fff;
}
.lcl-tab__item span{
	font-size: 25px;
}
.lcl-gallery__main{
	margin-bottom: 20px;
}

.lcl-gallery__image{
	width: 400px;
	border: 1px solid #bfbfbf;
}
.lcl-slide{
	width: 680px;
	height: 460px;
	position: relative;
	overflow: hidden;
}
.lcl-slide .slick-arrow{
	width: 40px;
	height: 40px;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	cursor: pointer;
}
.lcl-slide .slick-arrow::after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #170000;
	border-left: 1px solid #170000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}
.lcl-slide .slick-prev{
	left: 0;
}
.lcl-slide .slick-prev::after{
	transform: rotate(45deg);
}
.lcl-slide .slick-next{
	right: 0;
}
.lcl-slide .slick-next::after{
	transform: rotate(-135deg);
}
.lcl-slide__text{
	position: absolute;
	left: 20px;
	bottom: 25px;
	font-size: 30px;
	color: #fff;
}
.lcl-slide__text--bk{
	color: #333;
}

.lcl-slide-sub{
	width: 100%;
	justify-content: flex-start;
}
.lcl-slide-sub__item{
	width: 130px;
	margin-right: 8px;
	margin-bottom: 10px;
	background: #000;
	position: relative;
	cursor: pointer;
	transition: all 0.25s ease;
}
.lcl-slide-sub__item::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #ac8535;
	opacity: 0;
}
.lcl-slide-sub__item--current::after{
	opacity: 1;
}

.lcl-movie {
	/*display: flex;
	justify-content:space-between;*/
	display: block;
	margin: 20px 0 40px;
}
.lcl-movie div {
	/*width: 49%;*/
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	
}
.lcl-movie div h2 {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
@media screen and (min-width: 768px) { /* ---- PC ---- */
	.lcl-slide-sub__item:hover::after{
		opacity: 1;
	}
}
.lcl-slide-sub__item:nth-child(8n){
	margin-right: 0;
}
.lcl-slide-sub__item img{
	opacity: 0.5;
}
.lcl-slide-sub__item--current img,
.lcl-slide-sub__item:hover img{
	opacity: 0.7;
	transition: all 0.25s ease;
}
.lcl-slide-sub__text{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	font-size: 14px;
	line-height: 18px;
	height: 18px;
	text-align: center;
	color: #fff;
}

.lcl-gallery__text{
	font-size: 12px;
	line-height: 12px;
	margin-top: 20px;
}
@media screen and (max-width: 767px) { /* ---- SP ---- */
	/* ---------------------------------------------------------------- lcl-box ---- */
	.lcl-box{
		padding: 0 15px 50px;
	}
	.lcl-box__text{
		text-align: left;
		line-height: 24px;
	}
	.lcl-list{
		width: calc(100% - 30px);
		margin: 0 auto 0;
	}
	.lcl-tab{
		justify-content: space-between;
		border-top: 1px solid #997327;
		margin-bottom: 25px;
	}
	.lcl-tab__item{
		flex-grow: inherit;
		border-top: 0;
		border-right: 1px solid #997327;
		border-bottom: 1px solid #997327;
		width: calc(100% / 1);
		height: 50px;
		line-height: 49px;
		font-size: 25px;
		cursor: pointer;
		transition: all 0.25s ease;
	}
	.lcl-tab__item span{
		font-size: 15px;
	}
	.lcl-gallery__main{
		margin-bottom: 0;
	}

	.lcl-gallery__image{
		display: none;
		width: 100%;
		border: 1px solid #bfbfbf;
		margin-bottom: 20px;
	}
	.lcl-gallery__spbtn{
		background: #170000;
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: #fff;
		font-size: 15px;
		letter-spacing: 0.05em;
		position: relative;
	}
	.lcl-gallery__spbtn::after{
		content: "";
		display: block;
		width: 5px;
		height: 5px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 15px;
		transform: rotate(45deg);
		transition: all 0.25s ease;
	}
	.lcl-gallery__spbtn--open::after{
		transform: rotate(-135deg);
	}
	.lcl-gallery__spbtn:not(.lcl-gallery__spbtn--open) .lcl-gallery__spbtn--show{
		display: inline-block;
	}
	.lcl-gallery__spbtn--open .lcl-gallery__spbtn--close{
		display: inline-block;
	}
	.lcl-gallery__spbtn:not(.lcl-gallery__spbtn--open) .lcl-gallery__spbtn--close{
		display: none;
	}
	.lcl-gallery__spbtn--open .lcl-gallery__spbtn--show{
		display: none;
	}
	.lcl-slide{
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.lcl-slide .slick-arrow{
		width: 35px;
		height: 35px;
		z-index: 1;
	}
	.lcl-slide__text{
		left: 10px;
		bottom: 12px;
		font-size: 15px;
	}

	.lcl-slide-sub{
		width: 100%;
		justify-content: flex-start;
	}
	.lcl-slide-sub__item{
		margin-bottom: 5px;
		width: calc((100% - 15px) / 4);
		margin-right: 5px;
	}
	.lcl-slide-sub__item:nth-child(8n){
		margin-right: 5px;
	}
	.lcl-slide-sub__item:nth-child(4n){
		margin-right: 0;
	}
	.lcl-slide-sub__text{
		font-size: 10px;
		line-height: 10px;
		height: 10px;
	}

	.lcl-gallery__text{
		font-size: 10px;
		line-height: 15px;
		margin-top: 10px;
	}
}
