@charset "utf-8";

#main {
	width: 100%;
	height: 100%;
    background-image: url(images/back-main.jpg);
    background-position: center center;
	background-size: cover;
}
#top_maincopy {
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	color: #FFF;
}
#top_maincopy-header {
	width: 320px;
	font-size: 30px;
	line-height: 48px;
	border-bottom: 2px solid #FFF;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	font-weight: 600;
	font-style: normal;
}
#top_maincopy-text {
	font-size: 12px;
	line-height: 20px;
	margin-top: 10px;
	font-family: a-otf-futo-go-b101-pr6n, sans-serif;
	font-weight: 500;
	font-style: normal;
}
#topcomment {
	width: 90%;
	max-width: 680px;
	height: 500px;
	background-image: url("images/back_top-concept.jpg");
	background-position: center;
	color: #FFF;
	text-align: justify;
	text-justify: inter-ideograph;
	position: relative;
}
#topcomment p {
	margin-top: 8px;
	font-size: 14px;
	line-height: 25px;
}
#topcomment-inner {
	position: absolute;
	bottom: 0;
	margin: auto 30px 15px;
}
.containts-menu {
	width: 320px;
	height: 280px;
	position: relative;
	text-align: center;
}
.containts-menu p {
	position: absolute;
	top: 213px;
	left: 50%;
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.containts-link-text {
	font-family: futura-pt, sans-serif;
	font-weight: 600;
	font-style: normal;
	font-size: 48px;
	line-height: 52px;
}
#facebook_header {
    background-color: #000;
	color: #FFF;
    width: 320px;
	height: 60px;
    margin-bottom: 5px;
	text-align: center;
	box-sizing: border-box;
	padding: 5px 10px;
	font-size: 15px;
	line-height: 25px;
}
#movie_wrap {
    width: 100%;
	text-align: center;
	padding: 5% 5%;
	box-sizing: border-box;
	background-color: #000;
}
#movie_inner {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
#movie_inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 768px) {
	#top_maincopy {
		left: auto;
		right: 0;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		text-align: right;
	}
	#top_maincopy-header {
		width: 550px;
		font-size: 48px;
		line-height: 75px;
		padding-right: 100px;
	}
	#top_maincopy-text {
		font-size: 21px;
		line-height: 32px;
		padding-right: 100px;
	}
	#topcomment p {
		margin-top: 10px;
		font-size: 15px;
		line-height: 28px;
	}
	#movie_wrap {
		padding: 3% 0;
	}
	#movie_inner {
		padding-bottom: 0%;
		width: 640px;
		height: 360px;
		margin: auto;
	}
}
