/* common */
.section{
	padding: 110px 0;
}
.tit{
	font-size: 40px;
	color: var(--mainCol);
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
	line-height: 1.5;
}

.tit strong{
	font-weight: bold;
}

.subtit{
	font-size: 25px;
	line-height: 1.3;
	margin-bottom: 20px;
	font-weight: 500;
	color: var(--mainCol);
	text-align: center;
}

.conTxt{
	font-size: 25px;
	text-align: center;
	color: #333;
	line-height: 1.5;
	font-weight: 500;
}

.conTxt strong{
	font-weight: bold;
} 

.imgBox img{
	max-width: 100%;
}

.col{
	color: #cdc081;
}

/* visual */
.visual{
	position: relative;
	height: calc(100vh);
	overflow: hidden;
	/* background: url(/include/img/visual_main.jpg) no-repeat center  / cover; */
	display: flex;
	justify-content: center;
	align-items: center;
	background-attachment: fixed;
}

.visual .videoBox{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
	width: 100%;
	height: 100%;
}

.visual .videoBox video{
	width: 1920px;
	height: 1080px;
}

.visual .inner{
}

.visual .imgBox{
	opacity: 0 !important;
	position: relative;
	z-index: 1;
}

.visual .reserveBtn{
	display: block;
	width: 150px;
	height: 45px;
	line-height: 45px;
	background: #000;
	color: #fff;
	text-align: center;
	margin: 50px auto 80px;
	font-size: 18px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	opacity: 0 !important;
}

/* scrollBox */
.scrollBox{
	position: fixed;
	left: 50%;
	bottom: 100px;
	transform: translate(-50%,0);
	width: 50px;
	height: 80px;
	border-radius: 100px;
	box-sizing: border-box;
	border: 3px solid #fff;
	z-index: 20;
	display: block;
}

.scrollBox.off{
	display: none;
}

.scrollBox span{
	display: block;
	width: 14px;
	height: 14px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-75%) rotate(135deg);
	animation: scroll 2s infinite;
}

@keyframes scroll{
	0%{top: 50%;}
	30%{top: 60%;}
	80%{top: 50%;}
}

/* section1 */
.section1 .inner{
	width: 100%;
	max-width: none;
}

/* .section1 ul{
	display: flex;
	flex-wrap: wrap;
}

.section1 ul li{
	width: 25%;
}

.section1 ul li:nth-child(1){
	animation-delay: 0.2s;
}

.section1 ul li:nth-child(2){
	animation-delay: 0.4s;
}

.section1 ul li:nth-child(3){
	animation-delay: 0.6s;
}

.section1 ul li:nth-child(4){
	animation-delay: 0.8s;
} */

.section1 ul li img{
	width: 100%;
}

.section1 .slick-prev:before,
.section1 .slick-next:before{
	color: #000;
}




/* ---------------------------------------------------------- 720 */
@media screen and (max-width: 720px){

/* common */
.tit{
	font-size: 5.5vw;
	margin-bottom: 7vw;
}

.tit .sm{
	font-size: 4vw;
	margin-bottom: 1vw;
}

.tit .hl{
	padding: 0 2vw;
}

.tit .sub{
	font-size: 4vw;
}

.subtit{
	font-size: 3.5vw;
	margin-bottom: 3vw;
}

.conTxt{
	font-size: 4.3vw;
}

.section{
	padding: 12vw 0;
}

/* visual */
.visual{
	height: calc(100vh);
	height: auto;
	padding: 0 !important;
	/* background: url(/include/img/visual_main.jpg) no-repeat bottom right -20vw / cover; */
}

.visual .inner{
	display: none;
}

.visual .videoBox{
	position: static;
	left: auto;
	transform: translate(0%,0%);
	width: 100%;
	height: auto;
}

.visual .videoBox video{
	width: 100%;
	height: auto;
	position: static;
	top: auto;
	left: auto;
	transform: translate(0%,0%);
}

.visual .reserveBtn{
	width: 140px;
	height: 45px;
	line-height: 45px;
	margin: 30px auto 100px;
	font-size: 14px;
}


/* scrollBox */
.scrollBox{
	bottom: 90px;
	width: 9vw;
	height: 13vw;
	border: 2px solid #fff;
}

.scrollBox span{
	width: 3vw;
	height: 3vw;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/* section1 */
/* .section1 ul{
	display: flex;
	flex-wrap: wrap;
}

.section1 ul li{
	width: 25%;
}

.section1 ul li:nth-child(1){
	animation-delay: 0.2s;
}

.section1 ul li:nth-child(2){
	animation-delay: 0.4s;
}

.section1 ul li:nth-child(3){
	animation-delay: 0.6s;
}

.section1 ul li:nth-child(4){
	animation-delay: 0.8s;
} */

.section1 ul li img{
	width: 100%;
}

.section1 .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 3px;
}






}