.bList{overflow:hidden;display: grid;grid-template-columns: repeat(3, 1fr);gap: 50px;}
.bList >div{}
.bList .mofd{position:relative;}
.bList .photo{background-repeat:no-repeat;background-position: 50% 50%;background-size: cover;transition:all linear .2s;overflow: hidden;}
.bList .photo a{display:block;background-size: cover;}
.bList .photo a.Jmaskimg{position: absolute;width: 100%;height: 100%;z-index: 5;}
.bList .photo img{width:100%;aspect-ratio: 3/2;transition: all linear .2s;}
.bList h3 a{color:#383838;font-size:20px;display: block;text-align: center;padding: 15px 0;}
#album-info{display:flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-flex;flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;-o-flex-wrap:wrap;-webkit-flex-wrap:wrap;margin-top:30px}
#album-info::after{content:'';flex-grow:999999999;-moz-flex-grow:999999999;-ms-flex-grow:999999999;-o-flex-grow:999999999;-webkit-flex-grow:999999999;min-width:200px;height:0}

/* bookBox */
#bookBox .wall {position: relative;overflow: hidden;display: block;-moz-column-count: 4;-moz-column-gap: 15px;-webkit-column-count: 4;-webkit-column-gap: 15px;column-count: 3;column-gap: 15px;}
#bookBox .wall >div{margin-bottom: 15px;}
#bookBox .wall-column { position: relative; float: left; width: 50%; display: block; box-sizing: border-box; }
#bookBox .wall-column .article { position: relative; margin: 15px; }
#bookBox .wall-column .album_box { box-shadow: 0 0 10px #c0c0c0; }
#bookBox .wall-column .article a { display: block; }
#bookBox .wall-column .article h3 { position: absolute; width: 100%; bottom: 0; left: 0; }
#bookBox .wall-column .article h3 a { margin: 10px; padding: 10px; background: rgba(255, 255, 255, .7); text-align: center; font-size: 18px; color: #444; }

/* album-info */
#bookBox .wall-column { width: calc(100% / 3); }
#bookBox .wall-column .album_box img { width: 100%; }



@media screen and (max-width: 1280px) {
	#bookBox .wall-column { width: 50%; }
	.bList{gap: 20px;}
	.bList h3 a{font-size: 18px;padding: 10px 0;}
}

@media screen and (min-width: 1025px) {
	.bList .photo:hover img{
    -moz-transform: scale(1.11);
    -webkit-transform: scale(1.11);
    -o-transform: scale(1.11);
    -ms-transform: scale(1.11);
    transform: scale(1.11);
}
}
@media screen and (max-width: 1024px) {
	#bookBox .wall{column-count: 2;}
}
@media screen and (max-width: 768px) {
.bList{
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 640px) {
	.bList .photo{    margin-right: 0;}
	.bList >div{margin: 0;}
	.bList h3 a{font-size: 18px;}
	#bookBox .wall-column { width: 100%; }
	#bookBox .wall{column-count: 1;}
}
@media screen and (max-width: 480px) {
	.bList h3 a{font-size:16px;overflow:hidden;height:23px;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;padding-bottom:0}
}
