@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　下層MV
---------------------------------------*/
.mv_lower {
	background-image: url("../images/gallery/mv.jpg");
}





/*--------------------------------------
　写真館
---------------------------------------*/
.rowBox {
	display: flex;
	gap: 6rem;
	margin-bottom: 8rem;
}
.rowBox:last-child {
	margin-bottom: 0;
}
.rowBox:nth-child(2n) {
	flex-direction: row-reverse;
}
.rowBox .thumb {
	width: 45rem;
}
.rowBox .thumb img {
	width: 100%;
	height: auto;
	object-fit: cover;
	aspect-ratio: 450 / 350;
}
.rowBox .txtBox {
	flex: 1;
}
.rowBox .txtBox p {
	line-height: 2.25;
}
.rowBox .catch {
	font-size: 2.4rem;
	line-height: 1.6;
	margin-bottom: 4rem;
}
.rowBox .btn-internal {
	margin: 6rem 0 0;
}

@media screen and (max-width: 768px) {
	.rowBox {
		display: block;
	}
	.rowBox .thumb {
		max-width: 100%;
		margin-bottom: 2rem;
	}
		.rowBox .catch {
		margin-bottom: 1rem;
	}
}

/*--------------------------------------
　写真館詳細
---------------------------------------*/
.ngg-galleryoverview.default-view {
    display: flex !important;
    flex-wrap: wrap;
}
.ngg-gallery-thumbnail-box {
    width: 285px;
}
.ngg-gallery-thumbnail {
    margin: 10px !important;
}
.ngg-gallery-thumbnail a {
    position: relative;
}
.ngg-gallery-thumbnail a:before {
    content: "";
	background: url("../images/shared/icon_zoom.png") no-repeat;
	background-size: 100%;
	width: 17px;
	height: 17px;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}
.ngg-gallery-thumbnail img {
    width: 100%;
}




/*--------------------------------------
　会員アルバム
---------------------------------------*/
.mgBox {
	margin-bottom: 8rem;
}
.mgBox:last-child {
	margin-bottom: 0;
}
.mgBox .idxH3 {
    margin-bottom: 4rem;
}
.mgBox .btn-internal {
    margin-top: 4rem;
}

.mgBox .ngg-navigation {
	display: none !important;
}



@media screen and (max-width: 768px) {
/*--------------------------------------
　写真館詳細
---------------------------------------*/
.ngg-galleryoverview {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}
.ngg-gallery-thumbnail-box {
    width: 50%;
}
.ngg-gallery-thumbnail {
    margin: 5px !important;
}
	
	
/*--------------------------------------
　会員アルバム
---------------------------------------*/
.mgBox {
	margin-bottom: 4rem;
}
.mgBox .idxH3 {
    margin-bottom: 3rem;
}
.mgBox .btn-internal {
    margin-top: 3rem;
}	
	
	
	
	
	
	
}