@charset "utf-8";
.jumbotron {
	background: url("../images/main_title.png") center no-repeat;
	background-size: cover;
	position: relative;
	height: 540px;
	margin-bottom: 0px;
}
.bg_grid_red {
	width: 100%;
	background-color: #e60012;
	background-image: linear-gradient(#c30d23 1px, transparent 0), linear-gradient(90deg, #c30d23 1px, transparent 0);
	background-size: 38px 38px;
	padding-top: 75px;
}
.bg_grid_gray {
	width: 100%;
	background-image: linear-gradient(#E4E6EA 1px, transparent 0), linear-gradient(90deg, #E4E6EA 1px, transparent 0);
	background-size: 38px 38px;
	padding-bottom: 105px;
	padding-top: 105px;
}
.bg_black {
	background-color: #231815;
	padding-bottom: 90px;
	padding-top: 60px;
}
.bg_gray {
	background-color: #EEEEEE;
	padding-bottom: 115px;
	padding-top: 75px;
}
.bg_red {
	background-color: #e60012;
	padding-bottom: 90px;
	padding-top: 105px;
	margin-bottom: 105px;
}
.movie_margin {
	margin-bottom: 75px;
	margin-top: 30px;
}
/*
.bg_fusion {
background:#ddd url(../images/fusion_back.png) no-repeat center center;
background-size: auto 850px;
}
*/
.bg_fusion {
	background: #ddd url(../images/fusion_back.png) no-repeat center center;
	background-size: cover;
	padding-bottom: 65px;
	padding-top: 60px;
}
.btnimage {
	display: inline-block;
}
a:hover img {
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity = 50);
}
.feature_title {
	margin-bottom: 35px;
}
.product {
	margin-bottom: 90px;
}
.contact_text {
	margin-bottom: 30px;
}
footer {;
	background-color: black;
	color: white;
	font-size: 18px;
	padding-top: 30px;
	padding-bottom: 15px;
}
.copyright {
	font-size: 14px;
	padding-top: 15px;
}

@media screen and (max-width:768px) {
/*　画面サイズが768px以下の場合読み込む　*/
.bg_grid_red {
	background-size: 30px 30px;
	padding-top: 45px;
}
.bg_grid_gray {
	background-size: 30px 30px;
	padding-bottom: 45px;
	padding-top: 45px;
}
.bg_black {
	padding-bottom: 45px;
	padding-top: 30px;
}
.bg_gray {
	padding-bottom: 60px;
	padding-top: 45px;
}
.bg_red {
	padding-bottom: 45px;
	padding-top: 60px;
	margin-bottom: 75px;
}
.movie_margin {
	margin-bottom: 35px;
	margin-top: 30px;
}
.bg_fusion {
	padding-bottom: 35px;
	padding-top: 30px;
}
.feature_title {
	margin-bottom: 35px;
}
.product {
	margin-bottom: 75px;
}
.contact_text {
	margin-bottom: 30px;
}
}
