@charset "utf-8";



.fs-lightbox-overlay {
	background: #fff;
}
.fs-lightbox.works-lightbox {
	padding: 0;
	padding: 0 0 40px;
	border-radius: 0;
	background: none;
	box-shadow: none;
/*
	width: 100% !important;
	height: auto !important;
	min-height: 690px;
*/

	max-width: 1280px;
	min-width: 940px;
	max-height: 690px;
*/
}
.fs-lightbox-close {
	background: url(../images/btn_close.png) no-repeat center top;
	border-radius: 0;
	width: 230px;
	height: 72px;
	top: 90%;
	right: 7.9%;
}
.base-lightbox .fs-lightbox-close {
    top: 90.5%;
    right: -4.5%;
    background-size: 75%;
}
.works-lightbox .fs-lightbox-close {
	top: 604px;
	right: 7.9%;
}
.fs-lightbox-close:before {
	display: none;
}



.works-lightbox .fs-lightbox-container {
	background: transparent;
	min-height: 676px;
	overflow: visible;
}
.works-lightbox .fs-lightbox-content {
	margin: 0 auto;
	background: transparent;
	width: 84%;
	height: 580px;
}



/*
.works-lightbox .fs-wrapping {
	margin: 0 auto;
	width: 85%;
	height: auto;
	max-height: 580px;
	overflow: hidden;
}
*/



.works-lightbox .fs-lightbox-image {
	float: none;
	display: block;
	margin: 0 auto !important;
	width: auto !important;
	height: 100% !important;
/*
	margin: 0 auto 24px !important;
	max-width: 940px;
	max-height: 580px;
	min-height: 580px;
	width: 100% !important;
	height: auto !important;
*/
}
.fs-lightbox-control {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
}
.works-lightbox .fs-lightbox-control:before,
.base-lightbox .fs-lightbox-control:before {
	display: none;
}
.fs-lightbox-control_previous {
	background: url(../images/arrow_prev.png) no-repeat center top;
}

/* IE9以下で送り不可のため */
	.ie9 .fs-lightbox-control_previous,
	.ie9 .fs-lightbox-control_next {
		display: none;
	}
.base-lightbox .fs-lightbox-control_previous {
    background-size: 75%;
    left: 3px;
}
.fs-lightbox-control_previous:before {
	display: none;
}

.fs-lightbox-control_next {
	background: url(../images/arrow_next.png) no-repeat center top;
}
.base-lightbox .fs-lightbox-control_next {
    background-size: 75%;
    right: 3px;
}
.fs-lightbox-control_next:before {
	display: none;
}

.works-lightbox .fs-lightbox-meta {
	padding: 24px 0 0;
	padding: 0;
	padding: 0 0 10px;

	position: absolute;
/*
	bottom: 4%;
	bottom: 0;
*/
	top: 90%;
	top: 604px;
	width: auto;
	max-width: 540px;
	overflow: hidden;
}
.works-lightbox .fs-lightbox-position,
.base-lightbox .fs-lightbox-position {
	display: none;
}
.works-lightbox .fs-lightbox-caption p {
	font-size: 18px;
	font-weight: bold;
	color: #262626;
}
.base-lightbox .fs-lightbox-caption p {
	font-size: 12px;
}
.works-lightbox .fs-lightbox-caption p + p {
	font-size: 10px;
	line-height: 1.6;
	font-weight: normal;
}





/* .fs-lightbox-mobile
------------------------------------------- */

.fs-lightbox-mobile {
	padding: 0 !important;
	max-height: 100% !important;
}
.fs-lightbox-mobile .fs-lightbox-close {
	width: 230px;
	height: 72px;
	top: 90%;
	top: 62.8%;
	top: 10%;
	right: 7.9%;
	background: url(../images/btn_close.png) no-repeat center top #fff;
	background-size: 100%;
	z-index: 1;
}
.fs-lightbox-mobile .fs-lightbox-container {
	background: rgba(255,255,255,0.8);
	height: 100%;
}
.fs-lightbox-mobile.base-lightbox .fs-lightbox-container {
	background: rgba(0,0,0,0.8);
}
.fs-lightbox-mobile .fs-lightbox-content {
	position: relative;
	padding: 0;
	top: 10%;
}
.fs-lightbox-mobile.base-lightbox .fs-lightbox-content {
	top: 3%;
}
.fs-lightbox-mobile .fs-lightbox-control {
	background: transparent;
/*	border-radius: 100px;	*/
}
.fs-lightbox-mobile .fs-lightbox-control_previous {
	background: url(../images/arrow_prev.png) no-repeat center center /*rgba(255,255,255,0.3)*/;
	left: 1%;
}
.fs-lightbox-mobile .fs-lightbox-control_next {
	background: url(../images/arrow_next.png) no-repeat center center /*rgba(255,255,255,0.3)*/;
	right: 1%;
}
.fs-lightbox-mobile.base-lightbox .fs-lightbox-control_previous {
	left: 5%;
}
.fs-lightbox-mobile.base-lightbox .fs-lightbox-control_next {
	right: 5%;
}
.fs-lightbox-mobile .fs-lightbox-caption p {
	color: #262626;
}
.fs-lightbox-mobile.works-lightbox  .fs-lightbox-image {
	margin: 0 auto !important;
}
.fs-lightbox-mobile.base-lightbox .fs-lightbox-image{
	width: 90% !important;
	height: auto !important;
	margin-top: 10% !important;
	margin-left: 5% !important;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-tools {
	position: relative;
	display: block;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	top: -100%;
	background-color: rgba(0,0,0,0.1);
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-controls {
	width: 100% !important;
	background: transparent;
	position: absolute;
	bottom: 45%;
}
.fs-lightbox-mobile.fs-lightbox-touch.base-lightbox .fs-lightbox-controls {
    position: fixed;
    top: 45%;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-caption_toggle {
	display: none;
}
.fs-lightbox-mobile.fs-lightbox-touch .fs-lightbox-meta {
	position: absolute;
	top: auto;
	bottom: 13% !important;
	height: 50px !important;
	box-shadow: none;
	background: rgba(255,255,255,0.8) !important;
	max-width: 78.8%;
	max-width: 100%;
}
.base-lightbox .fs-lightbox-meta {
	display: none;
}







