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

/*******
  header
*******/
.header{

	background:  url("main_bg.jpg");
	background-repeat: no-repeat,repeat;
	background-position: top center,center;
	/*
	background-size: 1300px 650px;*/
	background-size: cover;

	padding-top: 25px;
	padding-bottom: 35px;
	box-sizing: border-box;
	background-color: #ffffff;
}
@media screen and (max-width:786px){
	.header{
		height: auto;
		padding-bottom: 40px;
			
		background:  url("main_bg.jpg");
		background-repeat: no-repeat,repeat;
		background-position: top center,center;
		background-size:cover;
	}
}
@media screen and (max-width:600px){
	.header{
		
		background:  url("sp_main_bg.jpg");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: cover;
		
		height: auto;
		padding-top: 30px;
		padding-bottom: 50px;
	}
}
@media screen and (max-width:400px){
	.header{
background:  url("sp_main_bg.jpg");
		background-repeat: no-repeat,repeat;
		background-position: top center,center;
		background-size:cover;
		height: auto;
		padding-top: 40px;
		padding-bottom: 30px;
	}
}



.header h1{
	text-align: center;	

	animation-name:anime1;
    animation-duration: 1s;
	animation-delay: 0.5s;
	animation-fill-mode:forwards;
	position: relative;
	 opacity: 0;
	width: 560px;
	max-width: calc(100% - 0px);
	margin: auto;
	
}
@keyframes anime1{
    0%{
		transform: scale(0.9);
        opacity: 0;
    }
    100%{
		opacity: 1;
        transform: scale(1);
    }
}
.header h1 img{
	max-width: 100%;
}



.header .lead{

	margin: auto;


	max-width: calc(100% - 20px);

	padding-top: 160px;
	padding-bottom: 0%;
	box-sizing: border-box;
	text-align: center;
}
@media screen and (max-width:600px){
	.header .lead{
		padding-top: 140px;
	}
}





.header .lead .ty1{
	font-size: 17px;
	line-height: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	

	margin: auto;
	margin-bottom: 5px;
	max-width: calc(100% - 0px);
	
	text-shadow:5px 5px 5px #000000;
}

.header .lead .ty1 img{
	max-width: 100%;
}


.header .lead .ty2{
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	text-shadow:5px 5px 5px #000000;
	/*
	text-shadow:0.5px 0.5px 0 #FFF, -0.5px -0.5px 0 #FFF,
              -0.5px 0.5px 0 #FFF, 0.5px -0.5px 0 #FFF,
              0px 0.5px 0 #FFF,  0-0.5px 0 #FFF,
              -0.5px 0 0 #FFF, 0.5px 0 0 #FFF;*/
	margin: auto;

}
@media screen and (max-width:600px){
	.header .lead .ty2{
		text-align: left;
		text-shadow:1px 1px 7px #000000;
		width: 100%;
	}
	.header .lead .ty2 br {
		display: none;
	}
	.header .lead .ty2 img{
		max-width: 100%;
	}
}

.header .lead .ty2 img{
	max-width: 100%;
}


.header .inner{
	width: 1100px;
	margin: auto;
	background: url("main_img.jpg")no-repeat top right;
	background-size: 837px 500px;
	padding: 120px 0 70px 0;
	position: relative;
}
.header .inner h1 img{
	background:rgba(0,0,0,0);
}
@media screen and (max-width:786px){
	.header .inner{
		width: auto;
		padding: 0px 0 0px 0;
		background: url()no-repeat top right;
	}
	.header .inner h1 img{
		width: 100%;
	}
	.header .inner h1{

	}
}

.content_wr{
	padding-bottom: 50px;
}

@media screen and (max-width:600px){
	.content_wr{
		padding-bottom: 30px;

	}
}
.anime2{
	opacity: 0;
	animation-name:anime2;
    animation-duration: 0.8s;
	animation-delay: 1.2s;
	animation-fill-mode:forwards;
	position: relative;
}
@keyframes anime2{
    0%{
        opacity: 0;
		left: -20px;
    }
    100%{
		
        opacity: 1;
		left: 0px;
    }
}


.topbtn_inner {
    position: relative;
    height: calc(100% - 550px);
}

.topback_btn_ty1{
	top: 20px;
}