@charset "UTF-8";
/* CSS Document */
body {
  min-width: 990px;
}
article{
	background: #f5ebff;
	font-feature-settings: "palt";
}
.allwrap{
	width: 620px;
	margin: 0 auto;
	background: #d6b6f7;
	padding-bottom: 10px;
}
article img{
	max-width: 100%;
	vertical-align: bottom;
}
article a{
	text-decoration: none;
}
article a:hover img{
	opacity: 0.8;
}
.mv img{
	width: 620px;
}

.book__wrap{
	display: flex;
	align-items: center;
	grid-column-gap: 26px;
	margin-top: -41%;
	padding: 0 34px;
}
.book__cover{
	width: 33%;
}
.book__cover img{
	border-radius: 8px;
}
.book__info{
	flex: 1;
}
.book__info-ttl{
	font-size: 33px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #28163e;
}
.book__info-ttl a,.book__info-ttl a:visited{
	color: #28163e;
}
.book__info-autoher{
	font-size: 25px;
	margin-bottom: 10px;
	color: #28163e;
}
.book__info-story{
	color: #5a4671;
	font-size: 24px;
}
.book__btn{
	margin-top: -1vw;
}


/*------------------
トップへ戻る

.top img{
	width: 20px;
}
.top{
	text-align: center;
	padding: 20px 0 30px;
}
--------------------*/
/*------------------
フローティングボタン
--------------------*/
#float {
    position: fixed;
    bottom: 5px;
    left: calc(50vw + 310px);
    z-index: 1000;
}
#float img{
	max-width: 100%;
	width: 120px;
	height: auto;
}

#float {
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}

#float.hidden {
  opacity: 0;
  pointer-events: none;
}
/*------------------
フッター
--------------------*/
.footer{
	margin-top:0!important;
	padding:0 0 20px 0!important;
}
.footer__abj .footer__txt {
    max-width: 950px;
}




