@charset "utf-8";



/**************************************************
 Responsive
**************************************************/
@media screen and (max-width: 690px){
	
a:focus{outline: none;}

br.smp{display: block;}
br.pc{display: none;}
	
.blockskip a{
	padding: 10px;
	font-size: 1.4rem;
}
	
.blockskip a{
	padding: 10px;
	font-size: 1.6rem;
}
	
.slider .slick-slide{width: 800px;}



/**************************************************
 header
**************************************************/
header{
	min-width: 100%;
	height: 60px;
}

header h1{padding-left: 20px;}
header h1 img{width: calc(95% - 80px);}
	
.entryBtn{
	position: fixed;
	width: 100%;
	top: auto;
	right: 0;
	bottom: 0;
}
.entryBtn a{
	width: 50%;
	height: 60px;
	font-size: 4.0vw;;
	margin-left: 0;
	border-radius: 0;
}
.entryBtn a:nth-of-type(1){border-top-left-radius: 8px;}
.entryBtn a:nth-of-type(2){border-top-right-radius: 8px;}

#globalNavi{
	width: 100%;
	top: 0;
	right: 0;
	padding: 0 5%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
#globalNavi ul li a{font-size: 4.5vw;}
#globalNavi ul li a::before{top: calc(50% - 0.8vw);}

#menu{
	top: 0;
	right: 0;
	border-radius: 0;
	border-bottom-left-radius: 8px;
}
	
	
	
/**************************************************
 wrapper
**************************************************/
#wrapper{
	min-width: 100%;
	padding-top: 60px;
}
	
	
	
/**************************************************
 footerEntry
**************************************************/
/*.footerEntry{
	padding: 90px 20px 0 20px;
	margin-top: -26px;
}*/
.footerEntry{
	padding: 90px 20px 0 20px;
	margin: -26px auto 0 auto;
}
.footerEntry::before{
	width: 100%;
	height: 75%;
	border-radius: 25px;
	z-index: 0;
}

.footerEntry ul{
	width: 100%;
	min-width: 100%;
}
.footerEntry ul li{width: 100%;}
.footerEntry ul li:nth-of-type(1){margin: 0 0 10% 0;}
.footerEntry ul li a{
	padding: 40px 0;
	font-size: 9.0vw;
}
.footerEntry ul li a small{font-size: 4.5vw;}
.footerEntry ul li a span{
	margin: 30px auto 0 auto;
	font-size: 4.0vw;
}



/**************************************************
 footer
**************************************************/
footer{
	margin-top: -160px;
	padding: 230px 0 100px 0;
}

.footerInner{
	padding: 0 20px;
	-webkit-box-pack: center;
	justify-content: center;
}

.footerInner dl{
	width: 100%;
	text-align: center;
}
.footerInner dl dt img{width: 70%;}
.footerInner dl dd{font-size: 4.0vw;}

.footerInner ul{
	width: 100%;
	margin-top: 40px;
}
.footerInner ul li{font-size: 4.0vw;}


.copyRight{
	margin: 70px auto 0 auto;
	font-size: 3.0vw;
}
	


}
