@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main {
	padding: 0;
}
#main .mainVisual {
	height: 100vh;
	background: url(../img/index/main_img.jpg) no-repeat center center / cover;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
#main .mainVisual .inner h1 {
	margin: 0 auto 3.5rem;
	padding-top: 2.1rem;
	width: 42rem;
}
#main .mainVisual .inner .logo {
	margin: 0 auto;
	width: 32.2rem;
	position: relative;
	box-sizing: border-box;
}
#main .mainVisual .inner .logo .bg {
	mix-blend-mode: multiply;
}
#main .mainVisual .inner .logo .textImg {
	margin-top: 0.8rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 25.3rem;
}
#main .mainVisual .scrollBox {
	position: absolute;
	bottom: 5.5rem;
	left: 50%;
	transform: translateX(-50%);
	width: 6.8rem;
}
#main .mainVisual .scrollBox a:hover {
	opacity: 0.7;
}
@media all and (min-width: 897px) and (max-height: 750px) {
	#main .mainVisual .inner h1 {
		margin-bottom: 4vh;
		width: 35vh;
	}
	#main .mainVisual .inner .logo {
		width: 40vh;
	}
	#main .mainVisual .inner .logo .textImg {
		width: 30vh;
	}
	#main .mainVisual .scrollBox {
		bottom: 4vh;
		width: 9vh;
	}
}
#main .innerBox {
	position: relative;
	min-height: 93.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background: url(../img/index/bg01.png) no-repeat center center / cover;
}
#main .innerBox .textImg {
	margin: 0 auto;
	padding: 0 8.2rem 6rem 0;
	max-width: 80.7rem;
	mix-blend-mode: darken;
	box-sizing: content-box;
}
#main .innerBox .link {
	position: absolute;
	bottom: 5.4rem;
	left: 50%;
	transform: translateX(-50%);
	width: 6.8rem;
}
#main .innerBox .link a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#main .mainVisual {
		min-height: 40rem;
		background-image: url(../img/index/main_img_sp.jpg);
	}
	#main .mainVisual .inner {
		padding-top: 3.7rem;
	}
	#main .mainVisual .inner h1 {
		margin: 0 auto 1.8rem;
		padding-top: 0;
		width: 14.5rem;
	}
	#main .mainVisual .inner .logo {
		width: 16rem;
	}
	#main .mainVisual .inner .logo .textImg {
		margin-top: 0.5rem;
		width: 12.8rem;
	}
	#main .mainVisual .scrollBox {
		display: none;
	}
	#main .innerBox {
		min-height: 50rem;
	}
	#main .innerBox .textImg {
		margin: 0;
		padding: 0 0 8rem;
		max-width: inherit;
	}
	#main .innerBox .link {
		bottom: 3rem;
		width: 5rem;
	}
	#main .comTextBox.concept {
		display: flex !important;
		flex-direction: column-reverse;
	}
}
/* MV注釈 */
#main .mainVisual .inner .mv-note {
	background: rgba(0,0,0,0.4);
	display: table;
	padding: 0.4rem 1.5rem;
	border-radius: 3px;
	margin: 1.5rem auto 0;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	letter-spacing: 0.08em;
}
@media all and (max-width: 896px) {
	#main .mainVisual .inner .mv-note {
	background: rgba(0,0,0,0.4);
	display: table;
	padding: 0.4rem 1.5rem;
	border-radius: 3px;
		margin-top: 1rem;
		font-size: 1.3rem;
	}
}
