@charset "utf-8";
/* CSS Document */

/*************************
パララックス
*************************/
div.parallax{
  height: 100%;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  margin-top:-15px;
	}

.parallax_img_1{
	background:url(../images/cd-background-1.jpg);	
	}
	
	
	/*
.content{
	padding:30px 0;
	}*/
	
.box{
	max-width: 100%;
	height:1000px;
    margin: 0 auto;	
	}
	
	
.box h2{
	height:100%;

	font-size: 60px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	}
	
	


 
/*************************
メディアクエリ
*************************/
@media screen and (max-width: 960px){
	.box{
		width:auto;
		}
	}
	
	
	
	
	

	
	
	
	