@charset "utf-8";

.w{
  width:100%;
  max-width: 1400px;
  margin:0 auto;
  padding:0 30px;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}

@media screen and (max-width: 760px){
  .w{
    padding:0 15px;
  }
}

/*---------*/
h2.hadding{
  width:100%;
  margin-bottom: 80px;
}
h2.hadding img{
  display:block;
  width:100%;
  max-width:984px;
  margin:0 auto;
}
h2.hadding img.pc{
  display:block;
  width:100%;
  max-width:984px;
  margin:0 auto;
}
h2.hadding img.sp{
  display:none;
  width:100%;
  max-width:700px;
  margin:0 auto;
}
@media screen and (max-width: 680px){
  h2.hadding{
    margin-bottom: 40px;
  }
  h2.hadding img.pc{
    display:none;
  }
  h2.hadding img.sp{
    display:block;
  }
}
@media screen and (max-width: 500px){
  h2.hadding{
    margin-bottom: 15px;
  }
}
/*---------*/
.cap{
  font-size: 1.4rem;
  color:#fff;
}


/*---------*/

.btn{
  width:100%;
  text-align: center;
}
.btn a{
  display:block;
	padding: 20px 5px;
	font-size: 2.6rem;
	font-weight: 700;
	color:#fff;
  width: 100%;
  max-width:600px;
  text-align: center;
  background: #f0462c;
  border-bottom: solid 5px #b52c17;
  border-left: 1px solid #de3b22;
  border-top: 1px solid #de3b22;
  border-right: 1px solid #de3b22;
	box-shadow: rgba(0,0,0,0.1) 0px 1px 2px 0px, rgba(0,0,0,0.09) 0px 0px 2px 0px, rgba(0,0,0,0.2) 0px 1px 2px 0px;
  margin: 0 auto;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
  -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px;
}
.btn a span{
  display:block;
  font-size: 2.0rem;
}
.btn a:hover{
  background: #ff4b2f;
  transform: translateY(2px);
  border-bottom: solid 3px #b52c17;
}
.btn a:active {
    transform: translateY(1px);
    border-bottom: solid 2px #b52c17;
}

@media screen and (max-width: 500px){
  .btn a{
    font-size: 2.2rem;
  }
}




/*----------------------------load-----------------------------------*/

#load{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100000;
}
#load div:nth-of-type(1){
	height: 100%;
	width: 100%;
	background: url(../images/kv_load.gif) 50% 0 repeat-y #00aabd;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.8s ease-in-out;
}
#load .loader {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	border-radius: 50%;
	animation: spin 0.75s infinite linear;
	position: absolute;
	top: calc(50% - 25px);
	left: calc(50% - 25px);
	display: block;
}
#load .loader::before,
#load .loader::after {
	left: -2px;
	top: -2px;
	display: none;
	position: absolute;
	content: '';
	width: inherit;
	height: inherit;
	border: inherit;
	border-radius: inherit;
}
#load .loader,
#load .loader::before {
	display: inline-block;
	border-color: transparent;
	border-top-color: #fff;
}
#load .loader::before {
	animation: spin 1.5s infinite ease;
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
#load img{
	display: block;
	z-index: 100;
	max-width: 150px;
	max-height: 80px;
	position: absolute;
	top: calc(50% + 10px);
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 680px){
  #load div:nth-of-type(1){
  	background-size: 165% auto;
  }
}



#topBtn{
	position: fixed;
	bottom:110px;
  right:15px;
	width: 60px;
	height: 60px;
  z-index: 5;
}

#topBtn a{
	display: block;
	background: #025792;
	width: 100%;
	height: 100%;
	position: relative;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
  border-radius: 62.5rem;
}
#topBtn a:hover{
  background: #0367ac;
}
#topBtn a:before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 27px;
	left: 25px;
}
@media screen and (max-width: 860px){
	#topBtn{
    right:5px;
    bottom:180px;
	}
}
@media screen and (max-width: 680px){
	#topBtn{
    bottom:140px;
    width: 50px;
  	height: 50px;
	}
  #topBtn a:before{
  	content: "";
  	display: block;
  	width: 8px;
  	height: 8px;
  	border-top: 3px solid #fff;
  	border-left: 3px solid #fff;
  	transform: rotate(45deg);
  	position: absolute;
  	top: 22px;
  	left: 20px;
  }
}
@media screen and (max-width: 500px){
	#topBtn{
    right:2px;
    bottom:80px;
	}
}
