@charset "utf-8";

body {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

#bg {
	background-image: url(../img/index/bg_sp.gif);
	background-position: 80% top;
}
#catch {
	width: 280px;
	height: auto;
	padding: 5% 0 0 5%;
}
#sns {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
#sns > li {
	width: 55px;
	height: 55px;
	display: inline-block;
	margin-right: 10px;
	z-index: 1;
}
#igu_smile {
	display: none;
}
#banana {
	z-index: 3;
	position: absolute;
	width: 128px;
	height: 148px;
	top: 0;
	left: 0;
	display: block;
}
#banana img {
	width: 128px;
	height: 148px;
}	
@media screen and (min-width : 640px),print {

	#igu_smile {
		display: block;
		width: 24%;
		position: absolute;
		top: 0px;
		left: 62%;
		filter:alpha(opacity=1);
		-moz-opacity:0.01;
		-khtml-opacity: 0.01;
		opacity:0.01;
		filter:none/9;
		-webkit-transition: all 1.0s;
		transition: all 1.0s;
	}
	#igu_smile:hover {
		filter:alpha(opacity=100);
		-moz-opacity:1.00;
		-khtml-opacity:1.00;
		opacity:1.00;
		filter:none/9;
	}

	#banana {
		width: 160px;
		height: 185px;
	}
	#banana img {
		width: 160px;
		height: 185px;
	}	
	
	#bg {
		background-image: url(../img/index/bg.gif);
		background-position: center top;
		/***2018.04.12追加しました***/
		background-size: 100% auto;
	}
	#catch {
		position: absolute;
		width: 30%;
		padding: 0;
		top: 10%;
		left: 240px;	
	}
}
.shop_instagram {
  position: absolute;
  right: 0;
  top: -60px;
  background: #333;
  display: none;
  justify-content: center;
  padding: 5px;
  z-index: 1;
  transition: all 0.3s ease;
  z-index: 4;
}
.shop_instagram.active {
	display: flex;
}
.shop_instagram::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border: solid 8px transparent;
  border-top: solid 8px #333;
  bottom: -16px;
  right: 30px;
  box-sizing: border-box;
}
.shop_instagram li {
  margin: 0 10px;
  letter-spacing: 0.1em;
  font-size: 16px;
}
.shop_instagram li a {
  color: #fff;
}