@charset "utf-8";
/*------------------------------------------------------------
	フォント読み込み
------------------------------------------------------------*/


/*------------------------------------------------------------
	スマフォ用
------------------------------------------------------------*/
	.srange{
		display: none
	}

	.lrange{
		display: block;
	}

/*------------------------------------------------------------
	フォントアニメーション
------------------------------------------------------------*/
.blue{
	color: #6EF;
	transition: 0.5s;
	text-shadow: 2px 2px 4px #444444,0px 0px 2px #444444;
	}

.blue:hover{
	color: #2AF;
	text-shadow: 0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF;
	font-size: 80px;
	}
.red{
	color: #F6E;
	transition: 0.5s;
	text-shadow: 2px 2px 4px #444444,0px 0px 2px #444444;
	}
.red:hover{
	color: #F2A;
	text-shadow: 0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF;
	font-size: 80px;
	}

.white{
	color: #FFF;
	transition: 0.5s;
	text-shadow: 2px 2px 4px #444444,0px 0px 2px #444444;
	}
.white:hover{
	color: #FF0;
	text-shadow: 2px 2px 4px #444444,0px 0px 2px #444444;
	font-size: 42px;
	}
.blk-wht{
	color: #666;
	transition: 0.5s;
	}
.blk-wht:hover{
	color: #FFF;
	}


/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
.mainVisual {
	width: 100%;
	max-width:1920px;
	background: url(../img/index/key01_1.jpg) no-repeat top center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/key01_1.jpg',sizingMethod='scale');*/
	background-size:1920px auto;
	font-family: 'メイリオ', Meiryo,'ＭＳ ゴシック';
	height:800px;
	margin-bottom: 75px;
}

.mainVisual h2 {
	padding: 15% 0 20%;
	text-align: center;
	font-size: 64px;
	text-shadow: 2px 2px 4px #444444,0px 0px 2px #444444;
	color: #FFF;
	width: 100%;
	letter-spacing: 5px;
	line-height: 96px;
}


.mainVisual	.subtitle {
	padding-top:10px;
	font-size: 36px;
	}

.mainVisual_row1 {
	text-align: center;
	color: #FFF;
	width: 100%;
	font-family: 'NAMIDA', 'C4';
}

.mainVisual_row1 img{
	width: 80%;
	max-width:800px;
}

.mainVisual_row1 h1{
    text-align: center;
    color: #666;
    letter-spacing: 3px;
    font-size: 16px

}





/*------------------------------------------------------------
	mainVisual2
------------------------------------------------------------*/
.mainVisual2 {
	width: 100%;
	max-width:1920px;
	background: url(../img/index/key02.jpg) no-repeat top center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/key01_1.jpg',sizingMethod='scale');*/
	background-size:1920px auto;
	font-family: 'メイリオ', Meiryo,'ＭＳ ゴシック';
    padding-bottom:100px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.mainVisual2 h3 {
	text-align: center;
	font-size: 14px;
	color: #666;
	width: 100%;
	letter-spacing: 10px;
	margin-bottom: 12px;
}

.mainVisual2 h4 {
	padding: 8% 0 4%;
	text-align: center;
	font-size: 24px;
	text-shadow: 1px 1px 5px #999;
	color: #FFF;
	width: 100%;
	letter-spacing: 5px;
	line-height: 350%;
}

.mainVisual2 .taCenter h5 {
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #666;
	width: 50%;
	height:60px;
	line-height: 60px;
	letter-spacing: 5px;
	border:solid #9DF;
	margin: auto;
    background: rgba(255,255,255,0.8);
    z-index: 10;

}


.mainVisual2 .taCenter h5:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #6CF;
    width: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: 1s ease 0s;
    transition: 1s ease 0s;
    z-index: -1;
}
.mainVisual2 .taCenter h5:hover {
    color: #fff;
    text-decoration: none;
}

.mainVisual2 .taCenter h5:hover:before {
    width: 100%;
}


.mainVisual2 h6 {
	padding: 0% 0 15%;
}



/*------------------------------------------------------------
	mainVisual3
-----------------------------------------------------------*/

.mainVisual3 {
	/*background: url(../img/index/key02.jpg) no-repeat top center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/key02.jpg',sizingMethod='scale');*/
	background-size:100% auto;
    width: 100%;
	font-family: 'メイリオ', Meiryo,'ＭＳ ゴシック';
	padding-bottom: 100px;
}

.mainVisual3 h1 {
	text-align: center;
	font-size: 14px;
	color: #666;
	width: 100%;
	letter-spacing: 10px;
	margin-bottom: 12px;
}


.mainVisual3 .taCenter h2 {
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #666;
	width: 50%;
	height:60px;
	line-height: 60px;
	letter-spacing: 5px;
	border:solid #9DF;
	margin: auto;
    background: rgba(255,255,255,0.8);
    z-index: 10;

}


.mainVisual3 .taCenter h2:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #6CF;
    width: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: 1s ease 0s;
    transition: 1s ease 0s;
    z-index: -1;
}

.mainVisual3 .taCenter h2:hover {
    color: #fff;
    text-decoration: none;
}

.mainVisual3 .taCenter h2:hover:before {
    width: 100%;
}


.mainVisual3 .box{
	padding: 5% 0 5%;
}


.box h3{
	text-align: center;
	margin: auto;
    width: 80%;
    height:750px;
    background-color: #FFF;
}

.mainVisual3 .box .row1_l{
    overflow: hidden;
	text-align: center;
	background: url(../img/index/key01_1.jpg) no-repeat top center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/key01_1.jpg',sizingMethod='scale');
    width: 50%;
    height: 250px;
    background-color: #888;
	background-size:120% auto;
    position: relative;
    float: left;
}

.mainVisual3 .box .row1_l:after{
	text-align: center;
	background: url(../img/index/key01_1.jpg) no-repeat top center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/key01_1.jpg',sizingMethod='scale');
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: relative;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.mainVisual3 .box .row1_l:hover:after{
    opacity: 1;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.mainVisual3 .box .row1_r{
	text-align: center;
    width: 50%;
    height: 250px;
    background-color: #EEE;
    position: relative;
    float: left;
}

.mainVisual3 .box .row2_l{
	text-align: center;
    width: 50%;
    height: 250px;
    background-color: #EEE;
    position: relative;
    float: left;
}

.mainVisual3 .box .row2_r{
	overflow: hidden;
	text-align: center;
	background: url(../img/index/key01_2.jpg) no-repeat top center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/key01_1.jpg',sizingMethod='scale');
    width: 50%;
    height: 250px;
    background-color: #888;
	background-size:120% auto;
    position: relative;
    float: left;
}

.mainVisual3 .box .row2_r:after{
	text-align: center;
	background: url(../img/index/key01_2.jpg) no-repeat top center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/key01_1.jpg',sizingMethod='scale');
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: relative;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.mainVisual3 .box .row2_r:hover:after{
    opacity: 1;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.mainVisual3 .box .row3_l{
	overflow: hidden;
	text-align: center;
	background: url(../img/index/key01_3.jpg) no-repeat top center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/key01_1.jpg',sizingMethod='scale');
    width: 50%;
    height: 250px;
    background-color: #888;
	background-size:120% auto;
    position: relative;
    float: left;
}

.mainVisual3 .box .row3_l:after{
	text-align: center;
	background: url(../img/index/key01_3.jpg) no-repeat top center;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='../img/index/key01_1.jpg',sizingMethod='scale');
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    position: relative;
    float: left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    transition: all .6s ease-out;
}

.mainVisual3 .box .row3_l:hover:after{
	opacity: 1;
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.mainVisual3 .box .row3_r{
	text-align: center;
    width: 50%;
    height: 250px;
    background-color: #EEE;
    position: relative;
    float: left;
}


.subfont{
	color: #666;
	font-size: 14px;
	margin: auto;
	letter-spacing: 10px;
	font-family: 'C4';
}


.box h4{
	font-size: 48px;
	color: #666;
	letter-spacing: 15px;
	margin: auto;
	font-family:'C4','STUDIO';
}



.box h5{
	padding-top: 20px;
	padding-bottom: 15px;
	color: #333;
	margin: auto;
	letter-spacing: 10px;
}



.box h6 {
	position: relative;
	text-align: center;
	font-size: 18px;
	color: #666;
	width: 70%;
	height:40px;
	line-height: 40px;
	letter-spacing: 5px;
	border:solid #9DF;
	margin: auto;
    background: rgba(255,255,255,0.8);
    z-index: 10;
    font-family:'C4','NAMIDA';
}


.box h6:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #6CF;
    width: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: 1s ease 0s;
    transition: 1s ease 0s;
    z-index: -1;
}

.box h6:hover {
    color: #fff;
    text-decoration: none;
}

.box h6:hover:before {
    width: 100%;
}


.bcolor_sand{
	background-color: #FAD;
}



/*------------------------------------------------------------
	main
-----------------------------------------------------------*/
#main {
	margin: 0px auto;
	z-index: -999999;
}

#main .contents {
	padding-bottom: 150px;
	background: #EEE url(../img/index/bg02.jpg) no-repeat bottom center;
}

#main .contents .bg {
	padding-top: 35px;
	background: url(../img/index/bg01.jpg) no-repeat top center;
}

#main .contents .bg .subBox {
	margin: 0 auto;
	width: 100%;
	position: relative;
}

#main .contents .bg .subBox ul {
	text-align: center;
	position: relative;
	z-index: 10;
}

#main .contents .bg .subBox li {
	display: inline-block;
	width: 30%;
	padding-right: 1%;
	padding-left: 1%;
}

#main .contents .bg .subBox li img {
	width: 100%;
}

#main .links {
	padding: 140px 0 80px;
	background: #EEE url(../img/index/bg03.jpg) no-repeat top center;
}

#main .links .subBox {
	margin: 0 auto;
	width: 1160px;
	position: relative;
}

#main .links .subBox .img {
	position: absolute;
	left: 160px;
	top: -210px;
}

#main .links .subBox li {
	float: right;
}

#main .links .subBox li:first-child {
	float: left;
}

#main .links .subBox li img {
	width: 558px;
}

#main .links .subBox li a:hover img {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/*//////////////////////////////////////////////////////////////*/

@media all and (min-width: 0) and (max-width: 640px) {

/*------------------------------------------------------------
	フォントアニメーション
------------------------------------------------------------*/
.blue{
	color: #6EF;
	transition: 0.5s;
	text-shadow: 2px 2px 4px #444444,0px 0px 2px #444444;
	}

.blue:hover{
	color: #2AF;
	text-shadow: 0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF;
	font-size: 27px;
	}
.red{
	color: #F6E;
	transition: 0.5s;
	text-shadow: 2px 2px 4px #444444,0px 0px 2px #444444;
	}
.red:hover{
	color: #F2A;
	text-shadow: 0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF,0px 0px 4px #FFFFFF;
	font-size: 27px;
	}
.white{
	color: #FFF;
	transition: 0.5s;
	text-shadow: 2px 2px 4px #444444,0px 0px 2px #444444;
	}
.white:hover{
	color: #FF0;
	text-shadow: 2px 2px 4px #444444,0px 0px 2px #444444;
	font-size: 18px;
	}
.blk-wht{
	color: #666;
	transition: 0.5s;
	}
.blk-wht:hover{
	color: #FFF;
	}
/*------------------------------------------------------------
	スマフォ用
------------------------------------------------------------*/
	.srange{
		display: block
	}

	.lrange{
		display: none;
	}
/*------------------------------------------------------------
	mainVisual
------------------------------------------------------------*/
	.mainVisual {
		background-size:150% auto;
		margin-bottom: 25px;
		width: 100%;
		max-width:1920px;
		height:250px;
		padding-bottom: 50px;
	}
	
	.mainVisual h2 {
		padding: 10% 0 0%;
		font-size: 18px;
		text-shadow: 1px 1px 2px #444444,0px 0px 1px #444444;
		line-height: 42px;
        letter-spacing: 1px;
	}
	
	.mainVisual h2 img {
		width: 80%;
	}

	.mainVisual	.subtitle {
		padding-top:0px;
		font-size: 12px;
	}

    .mainVisual_row1 {
    text-align: center;
    color: #FFF;
    width: 100%;
    font-family: 'NAMIDA', 'C4';
}

.mainVisual_row1 img{
    width: 80%;
    max-width:800px;
}

.mainVisual_row1 h1{
    text-align: center;
    color: #666;
    letter-spacing: 3px;
    font-size: 9px
        }

/*------------------------------------------------------------
	mainVisual2
------------------------------------------------------------*/
	.mainVisual2 {
		background-size:200% auto;
        margin-top:30px;
        margin-bottom: 50px;
	}
	
	.mainVisual2 h2 {
		padding: 5% 0 15%;
		font-size: 12px;
		line-height: 250%;
	}

	.mainVisual2 h3 {
		font-size: 10px;
	}
	
	.mainVisual2 h2 img {
		width: 80%;
	}

	.mainVisual2 h4 {
	   padding: 8% 0 2%;
	   font-size: 11px;
	       color: #FFF;
	}

	.mainVisual2 .taCenter h5 {
	       position: relative;
	       text-align: center;
	       font-size: 11px;
	       color: #666;
	       width: 75%;
	       height:45px;
	       line-height: 45px;
	       letter-spacing: 5px;
	       border:solid #9DF;
	       margin: auto;
	}

/*------------------------------------------------------------
	mainVisual3
------------------------------------------------------------*/
    .mainVisual3{
    margin-top: 50px;
}
	.mainVisual3 .taCenter h2 {
	position: relative;
	text-align: center;
	font-size: 11px;
	color: #666;
	width: 75%;
	height:45px;
	line-height: 45px;
	letter-spacing: 5px;
	border:solid #6CF;
	margin: 50px auto;
}

	.mainVisual3 .box{
		padding: 5% 0 5%;
	}

	.box h3{
		text-align: center;
		margin: auto;
	    width: 80%;
    	height:1500px;
	    background-color: #FFF;
	}

	.box h5{
	   	    font-size: 9px;
	   	    letter-spacing: 3px;
	}

	.box h6{
	   	    font-size: 12px;
	}

	.mainVisual3 .box .row1_l{
	    width: 100%;
	    display: block;
	    border-top: 1px #999;
	    border-left: 1px #999;
	    border-right: 1px #999;
		border-style: solid;		
	}

	.mainVisual3 .box .row1_r{
	    width: 100%;
   	    display: block;
	    border-top: 1px #999;
	    border-left: 1px #999;
	    border-right: 1px #999;
		border-style: solid;		
	}

	.mainVisual3 .box .row2_l{
	    width: 100%;
   	    display: block;
	    border-top: 1px #999;
	    border-left: 1px #999;
	    border-right: 1px #999;
		border-style: solid;		
	}

	.mainVisual3 .box .row2_r{
	    width: 100%;
   	    display: block;
	    border-top: 1px #999;
	    border-left: 1px #999;
	    border-right: 1px #999;
		border-style: solid;		
	}

	.mainVisual3 .box .row3_l{
	    width: 100%;
   	    display: block;
	    border-top: 1px #999;
	    border-left: 1px #999;
	    border-right: 1px #999;
		border-style: solid;		
	}

	.mainVisual3 .box .row3_r{
	    width: 100%;
   	    display: block;
	    border-top: 1px #999;
	    border-left: 1px #999;
	    border-right: 1px #999;
	    border-bottom: 1px #999;
		border-style: solid;		
	}
/*------------------------------------------------------------
	main
------------------------------------------------------------*/
	#main h3 {
		margin-bottom: 0;
	}
	
	#main h3 img {
		height: 30px;
	}
	
	#main .contents {
		margin: 0px 0 0px;
	}
	
	#main .contents .bg {
		padding-top: 55px;
	}
	
	#main .contents .bg .subBox {
		width: auto;
	}
	
	#main .contents .bg .subBox li {
		display: block;
		width: 85%;
		padding-right: 7.5%;
		padding-left: 7.5%;

	}
	
	#main .contents .bg .subBox li img {
		width: 50%;
	}
	
	#main .contents .bg .subBox .list {
		padding: 7px 0;
	}
	
	#main .contents .bg .subBox .img01 {
		width: 34px;
		top: -42px;
		left: 50px;
	}
	
	#main .contents .bg .subBox .img02 {
		width: 46px;
		bottom: -40px;
		right: 80px;
	}
	
	#main .links {
		padding: 50px 0 5px;
	}
	
	#main .links .subBox {
		width: auto;
	}
	
	#main .links .subBox .img {
		width: 36px;
		left: 60px;
		top: -42px;
	}
	
	#main .links .subBox li {
		padding: 10px 0;
		float: none !important;
		text-align: center;
	}
	
	#main .links .subBox li img {
		width: 66%;
	}
}