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

/*******
  header
*******/
.header{
	height: 500px;
	background:  url("main_bg.png");
	background-repeat: repeat;
	background-position: top center,center;
	background-size: 1310px 560px;
	padding: 10px 0 0px 0;
}
@media screen and (max-width:786px){
	.header{
		height: auto;
		/*
		background:  url("sp_mainbg.jpg");
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% auto;*/
	}
}
@media screen and (max-width:786px){
	.header{
		height: auto;
		background:  url("sp_mainbg.png") top center no-repeat;
		background-size: 100% auto;
	}
}
@media screen and (max-width:375px){
	.header{
		background:  url("sp_mainbg.png") top center no-repeat;
		background-size: 110% auto;
	}
}


@media screen and (max-width:375px){
	.header{
		padding: 40px 0 20px 0;
	}
}

.header h1{
	text-align: center;	
}

.header h1 .h1box{
	width: 710px;
	margin: auto;
	position: relative;
	max-width: calc(100% - 0px);
}
@media screen and (max-width:600px){
	.header h1 .h1box{
		width:calc(100% - 20px);
		position: relative;
		padding-top: 14%;
	}
}

.header h1 .h1box .h1_1{
	animation-name:anime1;
    animation-duration: 2s;
	animation-delay: 0.5s;
	animation-fill-mode:forwards;
	position: relative;
	 opacity: 0;
	width: 470px;
	max-width: calc(100% - 0px);
	margin: auto;
	
	top: 65px;
	
}
@media screen and (max-width:600px){
	.header h1 .h1box .h1_1{
		max-width: calc(50% - 0px);
		top: 0%;
	}
}

@media screen and (max-width:350px){
	.header h1 .h1box .h1_1{
		top: -5px;
	}
}




@keyframes anime1{
    0%{
		right: 50px;
        opacity: 0;
    }
    100%{
		right: 0px;
        opacity: 1;
    }
}

.header h1 .h1box .h1_1 img{
	max-width: 100%;
}
.header h1 .h1box .h1_2{
	animation-name:anime1_2;
    animation-duration: 0.7s;
	animation-delay: 1.7s;
	animation-fill-mode:forwards;
	position: relative;
	 opacity: 0;
	width: 710px;
	max-width: calc(100% - 0px);
}
@keyframes anime1_2{
    0%{
		
        opacity: 0;
		transform: scale(1.1) ;
    }
    100%{
		transform: scale(1) ;
        opacity: 1;
    }
}

.header h1 .h1box .h1_2 img{
	max-width: 100%;
}




.header .h1box img{
	position: relative;
	top: 0;
	left: 0px;
}




.header .lead{
	width: 490px;
	margin: auto;

	box-sizing: border-box;

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

    padding-top: 90px;
    padding-bottom: 80px;
	padding-left: 0px;
	box-sizing: border-box;
}


@media screen and (max-width:786px){
	.header .lead .ty2{

	}
}

@media screen and (max-width:600px){
	.header .lead{
		padding-top: 8%;
		padding-bottom: 20px;
	}
	.header .lead br{
		display: none;
	}
}

@media screen and (max-width:350px){
	.header .lead{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.header .lead br{
		display: none;
	}
}






.header .lead .ty1{
	color: #ff8219;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: center;
}
.header .lead .ty2{
	color: #000000;
	font-size: 15px;
	line-height: 1.8em;
	text-align: center;
	font-weight: bold;	
}
@media screen and (max-width:786px){
	.header .lead .ty2{
		text-align: left;
	}
}



.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: 1.4s;
	animation-delay: 1s;
	animation-fill-mode:forwards;
	position: relative;
}
@keyframes anime2{
    0%{
		right: 50px;
        opacity: 0;
    }
    100%{
		right: 0px;
        opacity: 1;
    }
}


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

.topback_btn_ty1{
	top: 20px;
}

.top_ttl1{
	color: #000000;
	font-size: 15px;
	background-color: #e2e2e2;
	padding: 10px 20px;
	font-weight: bold;
	margin-bottom: 5px;
}