@charset "UTF-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@media screen and (min-width: 1025px){
	
 /* Reset */

* {
	margin:0;
	padding: 0;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea, select {
  font-size: 100%;
}

a, ins {
  text-decoration: none;
}

address, em, cite, dfn, var {
  font-style: normal;
}

input, textarea {
  font-family: sans-serif;
  font-weight: normal;
}

img{
     vertical-align: bottom;
}

a img {
  border: none;
}

a:hover img {
opacity: 0.5;
-webkit-opacity: 0.5;
-moz-opacity: 0.5;
filter: alpha(opacity=50);	/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}
 
a img {
-webkit-transition: opacity 0.3s ease-out;
-moz-transition: opacity 0.3s ease-out;
-ms-transition: opacity 0.3s ease-out;
transition: opacity 0.3s ease-out;
}

/* Setting */

html {
	height: 100%;
	font-size: 18px;
	line-height: 30px;
	overflow-y: scroll;
}
body {
	height: 100%;
	color: #fff;
	font-family: 'Noto Sans Japanese', sans-serif, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ",Meiryo, sans-serif;
	font-size: 14px;
	line-height: 22px;
	background:#000;
}

* html body { /* for IE6 */
  font-size: small;
}
  
*:first-child+html body { /* for IE7 */
  font-size: small;
}

ul {
  list-style-position: outside;
  list-style-type: none;
}

ol {
  list-style-position: outside;
}
  

table {
  border-collapse: collapse;
}

legend {
  color: #333;
}


a{
	text-decoration:none;
	color: #fff;
}

a:hover{
	color: #999;
	text-decoration:underline;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0; 
	clear: both;
	visibility: hidden; 
	overflow: hidden;
}

.center {
	text-align:center;
}

.left {
	text-align:left;
}

.b {
	font-weight:bold;
}

.n {
	font-weight:normal;
}

.txt16{
	font-size:16px;
}

.mt20 {
	margin-top:20px;
}

.ml40 {
	margin-left:40px;
}

.red {
	color:#e72b2b;
}

.orange {
	color:#fe9d0f;
}

.grey {
	color:#888;
}


/* ---------------------------------------------------------------------
main
--------------------------------------------------------------------- */


#main {
	width: 100%;
}

#header {
	width: 100%;
	height: 108px;
	background: -webkit-linear-gradient(#2c2c2c, #161616);
	background: -o-linear-gradient(#2c2c2c, #161616);
	background: linear-gradient(#2c2c2c, #161616);
	border-bottom: 4px solid #d1971f;
}

.header-area {
	width: 1100px;
	margin: 0 auto;
}


h1{
	float:left;
	margin-top: 20px;
}

h2{
	float:left;
	font-size: 18px;
	font-weight: normal;
	margin-top: 44px;
}

.top-head{
	height:886px;
	width:100%;
	padding-top: 100px;
	background:url(../images/top-bg.jpg) center no-repeat #000721;	

}

.top-head-inner{
	width:1118px;
	margin:0 auto;
	text-align:center;
}

.t-title{
	width: 100%;
	background: -webkit-linear-gradient(#2c2c2c, #161616);
	background: -o-linear-gradient(#2c2c2c, #161616);
	background: linear-gradient(#2c2c2c, #161616);
	border-top: 4px solid #d1971f;
	border-bottom: 4px solid #d1971f;
	padding: 15px 0;
}

.t-title-img{
	width: 1100px;
	text-align: left;
	margin: 0 auto;	
}


.sec01{
	width:100%;
	background:url(../images/sec01.jpg);
}

.sec02{
	width:100%;
	background:url(../images/sec02.jpg);
}

.sec03{
	width:100%;
	background:url(../images/sec03.jpg);
}

.sec04{
	width:100%;
	background:url(../images/sec04.jpg);
}

.sec05{
	width:100%;
	background:url(../images/sec05.jpg);
}

.sec-inner{
	width:1100px;
	margin:0 auto;
	padding: 20px 0;
}

.investment{
	background-color: rgba(0,24,0,0.6);
	border:2px solid #c42d2f;
	font-size:26px;
	line-height: 40px;
	font-weight: bold;
	color:#fff;
	text-align:center;
	width:960px;
	padding:10px 0;
	margin:20px auto;
}
 
.title{
	padding:30px 0 10px;
}

.block{
	width:1080px;
	margin: 0 auto 15px;
}

.block-l{
	float:left;
	background-color: rgba(0,0,0,0.8);
	border:2px solid #d1971f;
	text-align:left;
	width:510px;
	padding:10px;
}

.block-r{
	float:right;
	background-color: rgba(0,0,0,0.8);
	border:2px solid #d1971f;
	text-align:left;
	width:510px;
	padding:10px;
}

.block-img{
	text-align: center;
	margin: 10px 0;
}

.block02{
	background-color: rgba(0,0,0,0.8);
	border:2px solid #d1971f;
	text-align:left;
	width:1060px;
	padding:10px;
	margin: 10px auto;
}


.block02-l{
	float:left;
	width:346px;
	margin-right:10px;
}

h4{
	font-size: 34px;
	line-height: 32px;
	color: #ffb721;
	margin: 10px 0;
}

@keyframes vertical {
0%, 100% { -webkit-transform: scale(0.8) }
  50% { -webkit-transform: scale(1.0) }
}

.btn {
	animation: vertical ease-in-out infinite alternate;
	text-align:center;
	padding: 30px 0;
}

.btn{ animation-duration: 1.8s}

/* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */

#footer{
	width: 100%;
	background: -webkit-linear-gradient(#2c2c2c, #161616);
	background: -o-linear-gradient(#2c2c2c, #161616);
	background: linear-gradient(#2c2c2c, #161616);
	border-top: 4px solid #d1971f;
	border-bottom: 4px solid #d1971f;
	font-size:12px;
	line-height:26px;
	text-align:left;
	padding:20px 0 20px;
}

.footer-area{
	margin:0 auto;
	width: 1000px;
}

h5{
	margin:30px auto;
	text-align: center;
}

address {
	margin:0 auto;
	text-align: center;
}

.cd-fixed-bg {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
}

}


