@charset "utf-8";

/*見出しの文字サイズ・・・スマホはPCの約4/5にする*/

/* for Common & Smartphone*/

/*top
#########################################*/
/*ロゴ動画
#topMv{
	position:static;
	width:100%;
	height:56.25vw;
	}
#topMv video{
	width:100%;
	height:auto;
	}
*/
/*スライダー画像*/
.topMv{
	width:100% !important;
	}
.topMv div{
	background-position:center center;
	background-size:cover;
	height:75vw;
	}
.topMv #topMv01{
	background-image:url(../images/mv01.jpg);
	}
.topMv #topMv02{
	background-image:url(../images/mv02.jpg);
	}
.topMv #topMv03{
	background-image:url(../images/mv03.jpg);
	}


/*ttl*/

.topTtl01en{
	color:#333;
	font-size:30px;
	font-family: 'Lato', sans-serif;
	font-weight:300;
	line-height:1.2;
	margin-bottom:50px;
	text-align:center;
	letter-spacing:0.2em;
}
.topTtl01jp{
	color:#666;
	font-size:12;
	font-family: "Noto Serif JP" , "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:1.2;
	margin-bottom:50px;
	text-align:center;
}

/*concept
#########################################*/
#concept{
	width:100%;
	padding:100px 0;
	background:#fff;
}
.conCopy01{
	text-align:center;
	font-family: "Noto Serif JP" , "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:184%;
	font-weight:normal;
	letter-spacing:0.1em;
	line-height:2;
	margin-bottom:30px;
}
.conCopy02{
	text-align:left;
	font-family: "Noto Serif JP" , "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:108%;
	line-height:2;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.conCopy03{
	text-align:right;
	font-family: "Noto Serif JP" , "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size:108%;
	line-height:2;
	max-width:600px;
	margin-left:auto;
	margin-right:auto;
}



/*actor
#########################################*/
#topActor{
	width:100%;
	padding:100px 0 70px;
	background:#f5f5f5;
}
.actUnit{
	width:250px;
	margin:0 20px 30px;
	display:inline-block;
	text-decoration:none !important;
}
.actUnit img{
	margin-bottom:15px;
}
.actUnitNameJp{
	font-size:20px;
	font-family: "Noto Serif JP" , "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight:normal;
	line-height:1.2;
	margin-bottom:5px;
	text-align:center;
}
.actUnitNameEn{
	color:#999;
	font-size:10px;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", 'ＭＳ ゴシック', 'MS Gothic', 'Osaka－等幅', Osaka-mono, monospace, sans-serif;;
	font-weight:normal;
	line-height:1.2;
	text-align:center;
}

/*creator
#########################################*/
#topCreator{
	width:100%;
	padding:100px 0;
	background:#fff;
}
.creUnit{
	width:250px;
	margin:0 20px 30px;
	display:inline-block;
	text-decoration:none !important;
}
.creUnit img{
	margin-bottom:15px;
}
.creUnitNameJp{
	font-size:20px;
	font-family: "Noto Serif JP" , "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight:normal;
	line-height:1.2;
	margin-bottom:5px;
	text-align:center;
}


/*about
#########################################*/
#topAbout{
	width:100%;
	padding:100px 0;
	background:#f5f5f5;
}
.aboList01{
	text-align:left;
	border-bottom:1px solid #dfdfdf;
	margin:0 auto 50px;
	}
.aboList01 dt,
.aboList01 dd{
	font-size:108%;
	font-family: "Noto Serif JP" , "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	line-height:2;
	padding:8px 10px;
	}
.aboList01 dt{
	border-top:1px solid #dfdfdf;
	color:#666;
	padding-bottom:0;
	font-weight:bold;
	}
.aboList01 dd{
	padding-top:0;
	}
.aboMap{
	width:100%;
	height:50vh;
	margin:0 auto;
}






/* for Smartphone 横とか*/
@media screen and (min-width: 480px) {
}

/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

/* for PC*/
@media print, screen and (min-width:768px) {

/*top
#########################################*/
#topMv{
	}




/*concept
#########################################*/
#concept{
}
.conCopy01{
	font-size:230%;
	letter-spacing:0.2em;
}





/*about
#########################################*/

#about{
}


.aboList01{
	width:100%;
	max-width:640px;
	overflow:hidden;
	background:#f5f5f5;/*dtの背景色*/
	}
.aboList01 dt,
.aboList01 dd{
	line-height:2;
	padding:10px 0;
	}
.aboList01 dt{
	width:25%;
	float:left;
	border-top:1px solid #dfdfdf;
	}
.aboList01 dd{
	width:75%;
	float:left;
	border-top:1px solid #dfdfdf;
	background:#f5f5f5;/*dtの背景色*/
}
.aboList01 dd:after{
	clear:both; /*1段ずつfloat解除する設定(いらない？)*/
	}
.aboMap{
	width:100%;
	max-width:800px;
	height:600px;
}





}