@charset "utf-8";
/* CSS Document */

.ft_img{
	height:40vh;
	background:url(../img/banana_pac05.jpg) bottom center;
	background-size:200%;
	
}

.ft_img a{ display:block; width:90%; position:relative; left:5%; top:12vh;}

.ft_img a img{ width:100%;}


.ft_box{
	
	background:#000;
	}

.ft_box div:nth-child(1){



	}

.guide{ padding-top:4vh;}

.guide ul{
	
	width:90%;
	margin:auto;
	margin-bottom:4vh;
	}

.guide ul li{
	margin-bottom:4%;
	
	}

.guide ul li:nth-child(n+2){
	
	}

.guide ul li a{
	display:block;
	text-align:center;
	color:#FFF;
	font-size:6vw;
	}

.sns{
	position: relative;
	overflow: hidden;
	}

.sns ul{
	position: relative;
	left: 50%;
	float:left;
	}

.sns ul li{
	position: relative;
	left: -50%;
	float:left;
	}

.sns ul li img{
	width:70%;
	margin-left:auto;
	margin-right:auto;
	display:block;
	}

.copy{


	width:100%;
	text-align:center;
	color:#FFF;
	padding:10% 0%;
	}