@charset "UTF-8";
/*
	Title	   : アニメ「可愛ければ変態でも好きになってくれますか？」
	URI            : https://hensuki.com/
	Designer       : GRAPHNETWORK
	Designer's URI : https://hensuki.com/
*/

/*#main::before {
    background-image: url(/img/common/img_contents_bg.png);
}*/

@media screen and (min-width:960px) {
#main::before {
    background: none;
}
/*#main {
      background-image: url(../../character/img/character_bg.jpg);
   }*/
}
h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 34px;
    margin: 14px 0;
}
.book_list {
    width: 100%;
    display: block;
    margin-bottom: 60px;
}
.list_last {
	margin-bottom: 0;
}
.oad {
    color: #333;
    text-align: center;
    margin-bottom: 14px;
}
.item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item {
    width: 44%;
    margin: 1%;
}
.item-list img {
    width: 100%;
}
.release {
    color: #1da1f2;
}
.book {
    background: #e7547e;
    color: #fff;
    font-size: 12px;
    width: 124px;
    margin: auto;
}
.producer {
	color: #8B8B8B;
	font-size: 12px;
	line-height: 18px;
}


@media screen and (min-width:960px) {
.oad {
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}
.book_list {
    margin-bottom: 80px;
}
.item-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item {
    width: 15%;
    margin: 1%;
}
.item-list img {
    width: 100%;
}
}
