@charset "utf-8";
#gHeader {
	position: fixed;
}

/* --------------------
   mv
   -------------------- */
.pageMv {
	background-image: url("../img/about/mv-pc.png");
}

@media screen and (max-width: 768px) {
	.pageMv {
		background-image: url("../img/about/mv-sp.png");
	}
}

/* --------------------
   contents
   -------------------- */
#main{
	background:#0A0000;
}

.inner{
	width: calc(690/1400 * 100%);
	margin: 0 auto;
	padding: 5vh 0;
}

@media screen and (max-width: 768px) {
	.inner{
		width: 90%;
		margin: 0 auto;
		padding: 3vh 0;
	}
}


#section_copyArea{
  text-align: center;
	background: url("../img/bg_concept.png") no-repeat center 2vw;
	background-size: 80%;
}

#section_copyArea .lead{
	font-size:2rem;
	line-height: 2;
	margin: 0 0 5vw 0;
	letter-spacing: 3px;
}

#section_copyArea .textbox{
	text-align: left;
}

#section_copyArea .text{
	line-height: 2;
	margin: 0 0 2vw 0;
}

#section_copyArea figure{
	width: 30%;
	margin: 2vw auto 3vw auto;
}

@media screen and (max-width: 768px) {
	#section_copyArea{
		background: url("../img/bg_concept.png") no-repeat center 30vw;
		background-size: 100%;
	}

	#section_copyArea .lead{
		font-size:1.4rem;
		line-height: 2.5;
		margin: 0 0 5vw 0;
		letter-spacing: 0px;
	}

	#section_copyArea .textbox{
		text-align: left;
	}

	#section_copyArea .text{
		line-height: 2;
		margin: 0 0 10vw 0;
	}

	#section_copyArea figure{
		width: 60%;
		margin: 7vw auto 10vw auto;
	}
}

@media screen and (max-width:320px) {
	#section_copyArea .lead{
		font-size:1.2rem;
	}

	#section_copyArea .text{
		font-size:1.2rem;
		line-height: 2;
		letter-spacing: 1px;
	}
}


#section_concept .title{
	font-size:2.4rem;
	line-height: 1.6;
}

#section_concept .lead{
	font-size:2.4rem;
	line-height: 1.6;
	color: #BB9E79;
	margin-bottom: 2.5vw;
}

#section_concept .text{
	line-height: 2.5;
}

#section_concept .copyArea{
	background: #232323;
	text-align: center;
	padding: 4vw 2vw;
	margin: 10vw 0 2.5vw 0;
}

#section_concept .copyArea .lead{
	margin-bottom: 1.5vw;
}

#section_concept .copyArea .copy{
	font-size: 4.5rem;
	letter-spacing: 10px;
	margin-bottom: 2vw;
}
#section_concept .copyArea .copy.en {
	letter-spacing: normal;
}

#section_concept .leadArea{
	margin-bottom: 6vw;
}

#section_concept .leadArea .title{
	margin-bottom: 1vw
}

#section_concept .leadArea span{
	color: #BB9E79;
	display: inline-block;
}

#section_concept .leadArea .text{
	line-height: 2;
}

#section_concept .movieWrap{
	margin: 0 auto 10vw;
	width: 100%;
	max-width:640px;
	aspect-ratio: 16 / 9;
}

#section_concept .movieWrap iframe{
	margin: 0 auto;
	display: block;
	width: 100%;
	height: 100%;
}


@media screen and (max-width: 768px) {
	#section_concept .title{
		font-size:1.8rem;
		line-height: 1.6;
	}

	#section_concept .lead{
		font-size:1.8rem;
		line-height: 1.6;
		margin-bottom: 10vw;
	}

	#section_concept .text{
		line-height: 1.6;
	}

	#section_concept .copyArea{
		padding: 8vw 2vw;
		margin:15vw 0 7vw 0;
	}

	#section_concept .copyArea .lead{
		font-size: 1.6rem;
		margin-bottom: 3vw;
	}

	#section_concept .copyArea .copy{
		font-size: 4rem;
		letter-spacing: 10px;
		margin-bottom: 6vw;
	}

	#section_concept .leadArea{
		margin-bottom: 11vw;
	}

	#section_concept .leadArea .title{
		margin-bottom: 1vw
	}

	#section_concept .leadArea span{
		display: inline-block;
	}

	#section_concept .leadArea .text{
		line-height: 2;
	}
	#section_concept .movieWrap{
		margin-bottom: 23vw;
	}

	#section_concept .movieWrap iframe{
		margin: 0 auto;
		display: block;
		width:100%;
	}
}

@media screen and (max-width:320px) {
	#section_concept .lead {
    font-size: 1.6rem;
	}

	#section_concept .text {
    font-size: 1.2rem;
	}
}









