
/*#instagram-api-area {
	background: linear-gradient( to right, #ffc762 30%, #f16ff1, #b42488 );
	color: #fff;
}*/
#instagram-api-area {
	padding: 60px 0 30px 0;
}
#instagram-api-area div.title {
	position: relative;
	max-width: 1280px;
	margin: 0 auto 50px auto;
}
#instagram-api-area .title h4 {
	font-size: 130%;
	font-family: "S-CoreDream-8Heavy", sans-serif;
	padding-left: 40px;
	background: url(/images/common/instagram.svg) 0 50% no-repeat;
	background-size: 26px;
}

#instagram-api  ul {
	margin-left: -2%;
}
#instagram-api  ul li {
	display: inline-block;
	vertical-align: top;
	width: 14.6%;
	margin: 1%;
}
#instagram-api  ul li a span.img img {
	display: block;
	width: 100% !important;
	height: 100% !important;
	transition: .2s ease-in-out;
}
#instagram-api  ul li a:hover span.img img {
	transform: scale(1.075);
}
#instagram-api .title a.more-btn {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	text-indent: -9999em;
	width: 40px;
	height: 40px;
	border: 1px solid #e24947;
	background: url(/images/common/plus-cr.svg) 50% 50% no-repeat;
	background-size: 12px;
	border-radius: 50%;
}
#instagram-api .title a.more-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background-color: #e24947;
	transform: translate(-50%,-50%);
}
#instagram-api .title a.more-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 18px;
	background-color: #e24947;
	transform: translate(-50%,-50%);
}
#instagram-api .title a.more-btn:hover,
#instagram-api .title a.more-btn:focus {
	transform: rotate(-180deg);
}
#instagram-api  {
	max-width: 1280px;
	margin: 0 auto;
}
 

#instagram-api-area .title a.more-btn:hover, #instagram-api-area .title a.more-btn:focus {
    transform: rotate(-180deg);
}
#instagram-api-area .title a.more-btn {
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: 1px solid #e24947;
    background-size: 12px;
    border-radius: 50%;
}

#instagram-api-area .title a.more-btn:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 2px;
	background-color: #e24947;
	transform: translate(-50%,-50%);
}

#instagram-api-area .title a.more-btn:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 18px;
	background-color: #e24947;
	transform: translate(-50%,-50%);
}
#instagram-api-area .title a.more-btn:hover,
#instagram-api-area .title a.more-btn:focus {
	transform: rotate(-180deg);
}

@media screen and (max-width: 768px) {
	#instagram-api  ul li {
		width: 48%;
		margin: 1%;
		margin-bottom: 1.5em;
	}
	#instagram-api ul {
		margin-left: 0%;
	}

}
