@charset "UTF-8";

/*メインイメージ*/
.main_image {
	height: 156px;
	margin-top: 64px;
	background-image: url(../img/gallery_bg_sp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.ttl_wrap {
	margin: 5%;
}

.sub_text {
	font-size: 5vw;
	letter-spacing: 0.2em;
	line-height: 1.5em;
	padding-top: 4%;
}

/*ギャラリー*/
.gallery_wrap {
	margin: 0 3%;
}

.gallery_wrap ul {
	display: -ms-grid;
	display: grid;
	grid-gap: 3px;
	gap: 3px;
	grid-template-columns: repeat(auto-fit, minmax(32.666666%, 1fr));
}

.gallery_wrap li a {
	display: block;
	height: 100%;
}

.gallery_wrap li a img {
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	width: 100%;
	height: 100%;
}

.more_btn {
	display: inline-block;
	color: #fff;
	padding: 2% 12%;
	border-radius: 5px;
	margin: 3% 0 5%;
	font-family: sans-serif;
	font-size: 4.0625vw;
	letter-spacing: 0.1em;
}



/*========================767以下========================*/
@media screen and (max-width: 767px) {
/*メインイメージ*/
.main_image {
	height: 206px;
}

.main_logo.gallery_ttl {
	font-size: 5.3125vw;
}

.gallery_wrap ul {
	grid-auto-rows: calc(35vw - 20px);
}


/*タイトル部*/
.ttl_wrap .main_tex {
	text-align: center;
}

#produce {
	margin-top: 13%;
}

.la_pd {
	border-top: solid 2px #ccc;
	padding-top: 9%;
}

footer {
	border-top:solid 2px #333;
}

}


/*========================768px以上========================*/
@media (min-width:768px) {

/*タイトル部*/
.ttl_wrap{
	margin: 36px 32px;
}

.DecoBgUp {
	background-image: url(../../common/img/cmn/deco_bg_up.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}

.sub_text {
	font-size: 18px;
	padding-top: 13px;
	font-weight: bold;
}

/*ギャラリー*/
.gallery_wrap {
	margin: 0 auto;
	width: 980px;
}

.gallery_wrap ul {
	grid-gap: 8px;
	gap: 8px;
	grid-template-columns: repeat(auto-fit, minmax(239px, 1fr));
	grid-auto-rows: 239px;
}

.gallery_wrap li a img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 239px;
}

.more_btn {
	font-size: 18px;
}

.chape_btn {
	margin: 34px 0 0;
}

.shrine_btn {
	margin: 31px 0 0;
}

/*プロデュース部*/
#produce {
	background-color: #f6f6f6;
		border-top: solid 1px #ccc;
			margin-top: 70px;
}

.la_pd {
	padding-top: 0;
}

}
