#content{position: relative;display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;padding: 25px 0;}
#content .img{
    width: 50%;
    animation-name: fadeInLeft;
    -webkit-animation-name: fadeInLeft;
    overflow: hidden;
}
#content .img a{
    height: 100%;
    background-size: cover;
    outline: 1px solid #ffffff6b;
    outline-offset: -36px;
}
#content .img img{
    width: 100%;
    height: 400px;
}
#content #describe{
    width: 40%;
    line-height: 160%;
}

#content #describe .booktitle{
    margin-bottom: 30px;
}
#content #describe .booktitle h2{
    display: block;
    font-size: 28px;
    color: #9b0b0a;
    letter-spacing: 3px;
}
#content #describe h3{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #492b2b;
}

/* bookList */
#bookList ul { font-size: 0; }
#bookList ul li {position: relative;margin-bottom: 1px;width: calc((100% / 3) - 22px);display: inline-block;margin: 20px 10px;border: 1px solid #9b0b0a;}
#bookList ul li a.photo{background-size: cover;transition-duration: 1s;}
#bookList ul li h3 {position: relative;padding: 15px 20px;left: 0;bottom: 0;}
#bookList ul li h3 a {height: 30px;color: #9b0b0a;text-align: center;font-size: 16px;font-weight: 300;letter-spacing: .1em;-webkit-line-clamp: 1;}

/* album-info */
#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; }
#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; }
#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; }
#bookBox .wall-column { width: calc(100% / 3); }
#bookBox .wall-column .album_box img { width: 100%; }

@media screen and (min-width: 1281px) {
	#bookList ul li:hover h3{background: #9b0b0a;}
	#bookList ul li:hover h3 a{ color: #fff}
	#bookList ul li:hover a.photo { filter: grayscale(100%);}
}
@media screen and (max-width: 1280px) {
	#bookList { padding: 50px 0 20px; }
	#bookBox .wall-column { width: 50%; }
}

@media screen and (max-width: 980px){
	#content{
    display: flex;
    flex-direction: column;
}
	#content .img{
    width: 90%;
}
	#content #describe{
    width: 90%;
    margin-top: 50px;
}
}
@media screen and (max-width: 500px) {
	#bookList ul li{width: calc((100% / 2) - 12px);margin: 5px 5px;}
	#bookBox .wall-column { width: 100%; }
	#bookList{
    padding: 0 0;
}
	#content .img img{
    height: 250px;
}
	#content #describe .booktitle h2{
    font-size: 24px;
}
}