@charset "UTF-8";

/* common
-----------------------------------------*/

#lsfContents {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	line-height: 1.6;
}
#lsfContents * {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#lsfContents img {
	width: 100%;
	border: none;
	vertical-align: bottom;
	height: auto;
}
#lsfContents em {
	font-style: normal;
}

#lsfContents .pcOnly { display: inline;}
#lsfContents .spOnly { display: none;}

#lsfContents .anchor {
	margin-top: -80px !important;
	padding-top: 80px !important;
}
#lsfContents a.imgover:hover img {
	margin: 2px -2px -2px 2px;
	opacity: 0.75;
}

#lsfContents .subtitle01 {
	font-size: 32px;
	font-weight: bold;
	font-family: "游明朝体", "Yu Mincho", YuMincho, serif !important;
	line-height: 1.4;
	margin-bottom: 30px;
}
#lsfContents .subtitle01 span {
	font-size: 22px;
}
#lsfContents .subtitle02 {
	display: flex;
	align-items: center;

	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #666666;
	margin-bottom: 40px;
}
#lsfContents .subtitle02:before,
#lsfContents .subtitle02:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #000;
}
#lsfContents .subtitle02:before { margin-right: 1em;}
#lsfContents .subtitle02:after { margin-left: 1em;}


#lsfContents #main {
	margin-bottom: 80px;
}
#lsfContents #main h2 {
	width: 100%;
}

#lsfContents #movie {
	background: linear-gradient(180deg, #FFF 0%, #FFF 250px, #F0F0F0 250px, #F0F0F0 100%);
	padding-bottom: 70px;
}
#lsfContents #movie iframe {
	box-shadow:0 0 20px #CCC;
}

#lsfContents #intro {
	margin: 30px 0 0 0;
}
#lsfContents #intro p {
	font-size: 20px;
	line-height: 2;
}
#lsfContents #concept {
	width: 400px;
	margin: -50px auto 120px;
}

#lsfContents #keyword {
	width: 976px;
	margin: -20px auto 120px;
}

#lsfContents .bnrbox {
	width: 976px;
	display: flex;
	justify-content: space-between;	
	margin: 0 auto 120px;
}
#lsfContents .bnrbox .box2clm {
	width: 478px;
	text-align: left;
}
#lsfContents .bnrbox h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 5px;
}

#lsfContents #bizcontents {
	position: relative;
	width: 976px;
	border: solid 1px #000000;
	margin: 0 auto 120px;
	padding: 30px 40px 40px;
}
#lsfContents #bizcontents .comingsoon {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	background-color: #000000;
	padding: 12px 20px 10px;
}
#lsfContents #bizcontents h2 {
	margin-bottom: 15px;
}
#lsfContents #bizcontents p {
}
#lsfContents #bizcontents .screenimg {
	margin-top: 20px;
	padding: 0 50px;
}

#lsfContents #bizcontents .btn01 {
	width: 320px;
	max-width: 100%;
	background-color: #000000;
	margin: 50px auto 0;
}
#lsfContents #bizcontents .btn01 a{
	position: relative;
	display: block;
	padding: 18px 12px;
	text-decoration: none;
	color: #FFFFFF;
	border: 1px solid #000000;
	text-align: center;
	line-height: 1.5;
	transition: all .4s ease;
	font-size: 15px;
	letter-spacing: 1px;
}
#lsfContents #bizcontents .btn01 a:hover{
	background-color: #FFFFFF;
	border:  1px solid #000000;
	color: #000000;
}
#lsfContents #bizcontents .btn01 a span{
	position: relative;
}
#lsfContents #bizcontents .btn01 a:after{
	content: "";
	position: absolute;
	top: 50%;
	right: 22px;
	width: 26px;
	height: 5px;
	margin-top: -3px;
	background : url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
	background-size: 100%;
	transition: all .4s ease;
}
#lsfContents #bizcontents .btn01 a:hover:after{
	background: url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
	background-size: 100%;
	right: -11px;
}
#lsfContents #bizcontents .btn01 a:hover:before {
	left: 0;
	right: auto;
	width: calc(100% - 1px);
}



@media only screen and (max-width:640px) and (max-device-width:1280px){

	#lsfContents {
		font-size: 15px;
		line-height: 2;
	}

	#lsfContents .pcOnly { display: none;}
	#lsfContents .spOnly { display: inline;}

	#lsfContents .subtitle01 {
		font-size: 5.8vw;
		margin-bottom: 20px;
	}
	#lsfContents .subtitle01 span {
		font-size: 4vw;
	}
	#lsfContents .subtitle02 {
		font-size: 5vw;
	}
	#lsfContents .subtitle02:before,
	#lsfContents .subtitle02:after {
		content: "";
		flex-grow: 1;
		height: 1px;
		background: #000;
	}
	#lsfContents .subtitle02:before { margin-right: 1em;}
	#lsfContents .subtitle02:after { margin-left: 1em;}

	#lsfContents #main {
		margin-bottom: 60px;
	}
	#lsfContents #main h2 {}

	#lsfContents #movie {
		text-align: left;
		background: linear-gradient(180deg, #FFF 0%, #FFF 25vw, #F0F0F0 25vw, #F0F0F0 100%);
		padding: 0 15px 40px;
	}
	#lsfContents #movie #moviearea {
		position: relative;
		padding-bottom: 56.25%;
	}
	#lsfContents #movie iframe {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		height: 100%;
		box-shadow:0 0 20px #CCC;
	}

	#lsfContents #intro {	}
	#lsfContents #intro p {
		font-size: 15px;
	}
	#lsfContents #concept {
		width: 80%;
		margin: -8vw auto 80px;
	}

	#lsfContents #keyword {
		width: auto;
		margin: -20px 10px 80px;
	}

	#lsfContents .bnrbox {
		width: auto;
		display: inherit;
		margin: 0 15px 80px;
	}
	#lsfContents .bnrbox h3 {
		font-size: 16px;
		line-height: 1.2;
	}
	#lsfContents .bnrbox p {
		line-height: 1.4;
	}
	#lsfContents .bnrbox .box2clm {
		width: auto;
		margin-top: 30px;
	}

	#lsfContents #bizcontents {
		width: auto;
		margin: 0 15px 80px;
		padding: 35px 15px 15px;
	}
	#lsfContents #bizcontents .comingsoon {
		font-size: 14px;
		font-weight: bold;
		padding: 8px 12px 6px;
	}
	#lsfContents #bizcontents h2 {
		margin-bottom: 15px;
	}
	#lsfContents #bizcontents p {
		text-align: left;
	}
	#lsfContents #bizcontents .screenimg {
		margin-top: 20px;
		padding: 0;
	}
}
