@charset "UTF-8";

main .gallery {
	margin-bottom: 40px;
}
main .gallery .photos {
	overflow:visible;
	margin:5px 0;

}
main .gallery .photos.flexslider {
	border:none;
	border-radius:0;
	margin-bottom:40px;
	background-color:#000;
	background-image:url(../img/top/mv-load.gif);
	background-repeat:no-repeat;
	background-position:center center;
}	
main .gallery .photos .flex-control-nav {
	bottom: -24px;
}
main .gallery .photos .flex-control-paging li a {
	background-color:#ccc;
}
main .gallery .photos .flex-control-paging li a.flex-active {
	background-color:#fff;
}
main .gallery .photos .flex-direction-nav a:before {
	font-size: 30px;
}
main .gallery .title {
	margin-bottom: 10px;
	font-size: 1.6rem;
	text-align: center;
}
main .gallery .note {
	font-size: 1.2rem;
	margin: 10px;
}
main .btn-panorama {
	margin: 10px;
	text-align: center;
}
main .btn-panorama a {
	display: block;
	position: relative;
	padding: 5px;
	background : linear-gradient(0deg, rgba(26, 26, 26, 1) 0%, rgba(153, 153, 153, 1) 100%);
	border-radius : 4px;
	color: #FFF;
	font-size: 1.8rem;
	line-height: 1;
}
main .btn-panorama a::before {
	position: absolute;
	top: 50%;
	left:10px;
	transform: translateY(-50%);
	font-family: 'condenseicon';
	content:"*";
	font-size: 4rem;
}
main .btn-panorama a::after {
	position: absolute;
	top: 50%;
	right:10px;
	transform: translateY(-50%);
	font-family: 'condenseicon';
	content:"▶";
	font-size: 2.4rem;
}