@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.mainVisual {
	height: 100vh;
/*	padding-top: 10.2rem;*/
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	overflow: hidden;
}
.mainVisual .comIns {
	opacity: 0;
	visibility: hidden;
	transition: all ease 3s 1.5s;
}
.mainVisual.active .comIns {
	opacity: 1;
	visibility: visible;
}
.mainVisual .bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: url(/lian-reserve/img/index/main_visual_bg.jpg) no-repeat center center;
	background-size: cover;
	transform: scale(1.2);
	transition: transform 7.5s , opacity 1s;
	opacity: 0;
}
.mainVisual.hide {
	opacity: 0;
}
.mainVisual.active .bg {
	opacity: 1;
}
.mainVisual.active .bg {
	transform: scale(1);
}
.mainVisual .info {
	text-align: center;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: all ease 3s 1.5s;
	position: relative;
	z-index: 1;
}
.mainVisual.active .info {
	opacity: 1;
	visibility: visible;
}
.mainVisual .logo {
	width: 28.4rem;
	margin: 0 auto 4.7rem;
}
.mainVisual .jp {
	margin-bottom: 2.5rem;
	font-weight: 500;
	font-size: max(10px,1.6rem);
	line-height: 2.5;
	letter-spacing: 0.17em;
}
.mainVisual .en {
	font-weight: 300;
	font-size: max(10px,1.1rem);
	line-height: 2.18;
}
.mainVisual .enImg {
	position: absolute;
	left: -2.7rem;
	bottom: -0.4rem;
	right: -2.4rem;
	opacity: 0;
	transform: translateY(10%);
	transition: all 1s 4.5s;
	z-index: 1;
}
.mainVisual.active .enImg {
	opacity: 1;
	transform: translateY(0);
}
.mainVisual .enImg img {
	width: 100%;
}
.mainBg {
	position: relative;
	z-index: 10;
	background-color: #fff;
}
#main {
	margin-bottom: -19.4rem;
}
#main .brand {
	padding: 22rem 0 22rem;
	position: relative;
	overflow: hidden;
}
#main .brand .enImg {
	position: absolute;
	left: -3rem;
	top: 30.4%;
	right: -3rem;
}
#main .brand .enImg img {
	width: 100%;
}
#main .brand .textBox {
	width: 72rem;
	margin-left: auto;
}
#main .brand .jp {
	margin-bottom: 6rem;
	letter-spacing: 0.05em;
	line-height: 2.66;
}
#main .brand .jp:first-child span{
    margin-bottom:1rem;
}
#main .brand .jp:first-child {
    margin-bottom: 0rem;
}
#main .brand p:nth-child(2) {
    margin-bottom: 6rem;
}
#main .brand .en {
	font-size: max(10px,1.3rem);
	line-height: 2.3;
}
#main .brand p span {
	margin-bottom: 3.5rem;
	display: block;
}
#main .brand .en span {
	margin-bottom: 4rem;
}
#main .phoUl {
	overflow: hidden;
}
#main .phoList {
	flex-wrap: nowrap;
}
#main .phoList.left {
	margin-bottom: 1.4rem;
}
#main .phoList li {
	margin: 0 0.6rem;
	height: 37.2rem;
	flex-shrink: 0;
}
#main .phoList img {
	width: auto;
	height: 100%;
}
#main .phoList.right li {
	height: 36.7rem;
}
@media all and (max-width: 999px) {
	.mainVisual {
		height: 57.1rem;
		padding-top: 7.2rem;
	}
	.mainVisual .bg {
		background-image: url(/lian-reserve/img/index/main_visual_bg_sp.jpg);
	}
	.mainVisual .enImg {
		left: -0.7rem;
		bottom: 0;
		right: -0.5rem;
	}
	.mainVisual .logo {
		width: 18.8rem;
		margin: 0 auto 4.6rem;
	}
	.mainVisual .jp {
		margin-bottom: 1.4rem;
		font-weight: 600;
		font-size: 1.3rem;
		line-height: 1.77;
		letter-spacing: 0.08em;
	}
	.mainVisual .en {
		font-size: 1rem;
		line-height: 1.6;
		letter-spacing: 0.025em;
	}
	#main {
		margin-bottom: -8.8rem;
	}
	#main .brand {
		padding: 9.8rem 0 9.8rem;
	}
	#main .brand .textBox {
		width: auto;
	}
	#main .brand .jp {
		margin-bottom: 5rem;
		letter-spacing: 0.03em;
		line-height: 2.23;
	}
	#main .brand .en {
		margin-right: -1rem;
		font-size: 1.2rem;
		line-height: 1.83;
	}
	#main .brand p span {
		margin-bottom: 2rem;
	}
	#main .brand .en span {
		margin-bottom: 2.2rem;
	}
	#main .phoList.left {
		margin-bottom: 0.7rem;
	}
	#main .phoList li {
		margin: 0 0.3rem;
		height: 17.1rem;
	}
	#main .phoList.right li {
		height: 17rem;
	}
    #main .brand p:nth-child(2) {
        margin-bottom: 5rem;
    }
    #main .brand .enImg img.pc{
        display: block !important;
        width: 100%;
    }
    #main .brand .enImg img.sp{
        display: none;
    }
    #main .brand .enImg {
        left: -1.2rem;
        right: -1.2rem;
    }
}
@media all and (max-width: 767px){
    #main .brand .enImg img.sp{
        display: block;
    }
    #main .brand .enImg {
		left: auto;
        top: 52%;
        right: -2.1rem;
        width: 7.6rem;
        transform: translateY(-75.2%);
	}
    #main .brand .enImg img.pc{
        display: none !important;
    }
}
